1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

944 Commits

Author SHA1 Message Date
Glenn Morris
ff757fd1df (ns-extended-platform-support-mode): Tweak menu entry from previous change. 2008-11-16 23:47:04 +00:00
Glenn Morris
406aaa6f6d (ns-do-applescript, ns-popup-font-panel): Declare.
(ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
main Emacs manual.
2008-11-15 22:29:59 +00:00
Juanma Barranquero
8fc29035f3 * w32-fns.el (w32-shell-dos-semantics):
* calendar/diary-lib.el (diary-face-attrs):
* international/mule-cmds.el (set-default-coding-systems)
  (prefer-coding-system):
* net/tramp.el (tramp-set-completion-function):
* progmodes/vhdl-mode.el (vhdl-file-header):
* term/pc-win.el (msdos-show-help): Fix typos in docstrings.

* emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.

* files.el (enable-local-eval, not-modified, kill-buffer-ask)
  (kill-matching-buffers, save-buffers-kill-emacs)
  (save-buffers-kill-terminal): Fix typos in docstrings.
  (switch-to-buffer-other-window): Reflow docstring.
  (revert-buffer): Doc fix.
  (define-project-bindings): Rename arg LIST to SETTINGS.
  (project-find-settings-file): Use `let', not `let*'.  Use `when'.
2008-11-14 13:05:18 +00:00
Chong Yidong
b04f3e61ae (x-initialize-window-system): Call x-wm-set-size-hint after
initialization.
2008-11-03 17:57:33 +00:00
Glenn Morris
3dcdb6ea2c Fix case of "GNUstep". 2008-10-04 18:45:30 +00:00
Eli Zaretskii
4009e4f837 (dos-locale-alist): New alist.
(dos-codepage-setup): Use it to compute a value of locale with which to call
set-locale-environment.  Remove code to set terminal, keyboard, and
file-name encoding (done by set-locale-environment).
2008-10-01 16:23:28 +00:00
Stefan Monnier
ffaa90dd98 (xterm-turn-on-modify-other-keys)
(xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
Don't forget to pass `terminal' to `send-string-to-terminal'.
2008-09-30 21:59:26 +00:00
Eli Zaretskii
ff58641318 Remove coding: cookie and no-byte-compile flag.
(IT-character-translations, cjk-codepages-alist): Remove variables.
(IT-display-table-setup, dos-cpNNN-setup): Remove functions.
(IT-unicode-translations): Remove charset and base elements.  Add translations
for Latin-1 characters.
(IT-setup-unicode-display): Accept a CODING argument.  Don't use base and
chset elements of IT-unicode-translations.  Don't wrap translation in "{...}".
Set up translations only for characters for which unencodable-char-position
returns non-nil.
(dos-codepage-setup): Don't use special-case codepages in cjk-codepages-alist.
2008-09-30 16:18:09 +00:00
Eli Zaretskii
08792c113a (msdos-show-help): Don't truncate lines while displaying help echo messages. 2008-09-06 12:52:42 +00:00
Eli Zaretskii
7ced34de28 (msdos-face-setup): Setup faces for all frames, not just for terminal-frame. 2008-09-05 11:27:29 +00:00
Chong Yidong
54da3bdf47 (x-win-suspend-error): Don't signal error if there are no X frames
active.
2008-08-28 21:16:05 +00:00
Eli Zaretskii
2360864055 (msdos-previous-message): New variable.
(msdos-show-help): New function.
(msdos-initialize-window-system): Set show-help-function to msdos-show-help.
2008-08-28 20:05:54 +00:00
Glenn Morris
92f9269e40 (msdos-setup-keyboard): Fix declaration. 2008-08-26 02:55:41 +00:00
Eli Zaretskii
345b17bb32 (msdos-setup-keyboard) <msdos-setup-keyboard>: Add declare-function. 2008-08-23 17:28:57 +00:00
Eli Zaretskii
cbcc5ad47d (msdos-create-frame-with-faces): Renamed from make-msdos-frame.
(terminal-init-internal): New function, errors out if called.
(msdos-initialize-window-system): New function.
(msdos-create-frame-with-faces): Set the terminal's `terminal-initted' (sic!)
parameter.
(frame-creation-function-alist): Add msdos-create-frame-with-faces.
(window-system-initialization-alist): Add msdos-initialize-window-system.
(handle-args-function-alist): Use tty-handle-args for `pc' ``window system''
as well.
(pc-win): Provide.
2008-08-23 17:01:46 +00:00
Eli Zaretskii
d8dbc0d041 (msdos-key-remapping-map): New variable. Move here all the special keys we
will be remapping via local-function-key-map.
(msdos-setup-keyboard): New function.
2008-08-23 17:00:57 +00:00
Eli Zaretskii
8e96a98d30 (tty-register-default-colors): Remove bogus code for using msdos-color-values. 2008-08-23 17:00:21 +00:00
Nick Roberts
e2cb56be55 (x-gtk-map-stock): Don't let the tool bar destroy
match data in process filters.
2008-08-23 15:50:06 +00:00
Adrian Robert
795d93585c * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove. 2008-08-21 02:31:45 +00:00
Adrian Robert
6742a9d2af Uncomment 'put backspace ascii-character...' and friends, they are needed for tramp. 2008-08-18 15:04:37 +00:00
Chong Yidong
489382c5bb (ns-parse-geometry): Rename from x-parse-geometry. 2008-08-13 23:40:02 +00:00
Glenn Morris
ba0c843d85 (x-parse-geometry): Doc fix. 2008-08-11 01:24:31 +00:00
Glenn Morris
f2d9c15f59 Add declarations for builds without X. 2008-08-11 01:23:07 +00:00
Adrian Robert
55e8d9a557 * startup.el (command-line-ns-option-alist): Use ignore instead of ns-ignore-0-arg. * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region) (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop. (ns-alternatives-map): New variable. (x-set-up-function-keys): Use it. (global): Comment out 'put backspace ascii-character...' and friends. Move function-key-map into ns-alternatives-map. Don't call precompute-menubar-bindings. Don't set anything connected with browse-url. (after-make-frame-functions): Clarify comment why a hook is added. 2008-08-07 03:10:08 +00:00
Adrian Robert
4e6225928e Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes. 2008-08-05 03:05:14 +00:00
Adrian Robert
583ff3c3ba rename do-applescript,do_applescript in keeping with NS code conventions 2008-07-27 19:20:38 +00:00
Dan Nicolaescu
9e2a264775 Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon

* erc.el: Remove code for Carbon.

Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.

Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.

* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.

* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.

* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.

* xresources.texi: Remove mentions of Mac Carbon.

* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.

Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL:  Remove code for Carbon.
* configure: Regenerate.
2008-07-27 18:24:48 +00:00
Adrian Robert
7f19297073 fix up ns-extended-platform-support-mode 2008-07-27 02:28:50 +00:00
Dan Nicolaescu
601fb9b822 * term/ns-win.el:
* version.el (emacs-version):
* loadup.el:
* frame.el (make-frame-on-display): Check for ns instead of
ns-windowing.
2008-07-23 06:01:21 +00:00
Adrian Robert
712b2de134 fix up compile error from renaming of ns-list-fonts 2008-07-23 02:53:42 +00:00
Miles Bader
c9a4e23db2 Add arch tagline 2008-07-22 02:31:03 +00:00
Dan Nicolaescu
9e50ff0c16 * term/ns-win.el: Rename ns- functions/variables to the
corresponding x- versions.
(x-select-text, x-cut-buffer-or-selection-value)
(x-disown-selection-internal, x-get-selection-internal)
(x-own-selection-internal, x-defined-colors, xw-defined-colors)
(x-display-mm-width, x-display-mm-height)
(x-display-backing-store, x-display-save-under)
(x-display-visual-class, x-display-screens, x-focus-frame): Remove
defaliases.

* image.c:
* nsfns.m:
* nsselect.m:
* nsterm.h:
* nsterm.m: Rename ns prefixed functions/variables to the
corresponding x versions.  Update references.
2008-07-21 17:48:37 +00:00
Chong Yidong
a5a1b4640f Standardize references to "Nextstep" in comments, messages, and docstrings.
(ns-handle-args, x-parse-geometry)
(ns-extended-platform-support-mode, x-setup-function-keys)
(ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
(ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
(ns-initialized, ns-initialize-window-system): Doc fixes.
2008-07-21 16:23:55 +00:00
Dan Nicolaescu
d5e4dda5f6 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Move ...
* term/common-win.el: ... here.  New file.
* term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Remove.
* loadup.el: Load term/common-win before term/x-win and term/w32-win.
2008-07-20 00:37:45 +00:00
Adrian Robert
c469837a5c fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre 2008-07-19 17:21:28 +00:00
Glenn Morris
a5e1066d83 Add 2007 to copyright years, since was available then.
(ns-make-command-string): Use mapconcat.
(ns-save-preferences): Fix typo in previous change.
2008-07-19 01:17:31 +00:00
Chong Yidong
82a330df16 (ns-submit-bug-report): Function removed. Bug
reports go to the main Emacs bug list.
(ns-handle-args, ns-spi-service-call): Doc fixes.
(info-ns-emacs): Function removed.  Nextstep port manual will be
merged into the Emacs manual, so no separate link needed.
2008-07-18 17:45:01 +00:00
Chong Yidong
b90cc05848 Contents of ns-grabenv.el moved here.
(ns-grabenv, ns-open-file-select-line): Doc fixes.
2008-07-18 17:09:23 +00:00
Chong Yidong
2f93961f01 Contents of ns-carbon-compat.el moved here. 2008-07-18 16:54:12 +00:00
Glenn Morris
e5744c6666 (parameters): Declare for compiler. 2008-07-17 16:32:50 +00:00
Glenn Morris
d377ef4a3f (ns-handle-switch): Simplify. Handle the numeric case.
(ns-handle-numeric-switch): Just call ns-handle-switch.
(ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
(ns-handle-args): Simplify using `pop'.
(ns-display-name): Define (used in frame.el).
(menu-bar-select-frame): Add (ignored) arg to more closely match the
original definition.
(ns-perform-service): Declare.
(ns-save-preferences): Use fewer `let's.
2008-07-17 02:36:16 +00:00
Stefan Monnier
ebe6804247 Require CL; fix up comment style; reindent.
(ns-define-service): Use subst-char-in-string.  Avoid `eval'.
(ns-save-preferences): Use `case'.
(ns-initialize-window-system): Use `dolist'.
2008-07-16 20:06:14 +00:00
Adrian Robert
38f4308d1b remove easy-mmode from loadup.el before ns-win; correct docs in ns-win 2008-07-16 02:46:09 +00:00
Glenn Morris
c0642f6de0 Fix header format and permissions notice.
Add numerous declarations for compiler.
(ns-pop-up-frames): Move definition before use. Doc fix.
2008-07-16 02:29:39 +00:00
Miles Bader
0ae1e5e565 Add arch tagline 2008-07-15 23:52:03 +00:00
Adrian Robert
edfda78355 merging Emacs.app (NeXTstep port) 2008-07-15 18:15:18 +00:00
Jason Rumney
aaa5e42077 (x-handle-switch, x-handle-name-switch)
(x-handle-numeric-switch, x-handle-initial-switch)
(x-handle-xrm-switch, x-handle-args, x-handle-display)
(xw-defined-colors, w32-initialize-window-system):
Avoid use of cl pop and push macros.
2008-07-14 10:30:56 +00:00
Glenn Morris
fffa137cb7 American English spelling fix. 2008-06-27 07:34:53 +00:00
Stefan Monnier
960ec30cde (terminal-init-linux): Load t-mouse. 2008-06-13 21:59:41 +00:00
Jason Rumney
c652498926 (mouse-set-font): Remove overridden function.
(w32-select-font): Declare as obsolete alias for x-select-font.
2008-06-13 14:28:13 +00:00