diff options
| author | Glenn Morris | 2010-10-25 20:58:19 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-25 20:58:19 -0700 |
| commit | d7d8c62a57e7b4ff8625bccf4e95f8fac7763b26 (patch) | |
| tree | 48db08a0f4c8534c0706afa2044f54532f78032c /lisp/ChangeLog | |
| parent | 57c17ca45a12cf325007e6ca0d8e1d1102970ff8 (diff) | |
| download | emacs-d7d8c62a57e7b4ff8625bccf4e95f8fac7763b26.tar.gz emacs-d7d8c62a57e7b4ff8625bccf4e95f8fac7763b26.zip | |
Remove ns-handle-* functions that duplicate x-handle-*.
* lisp/term/ns-win.el (ns-version-string): Remove unused declaration.
(ns-invocation-args): Change to x-invocation-args.
(ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
(ns-handle-name-switch, ns-ignore-2-arg): Remove.
(ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
Use x-invocation-args instead of ns-invocation-args.
(ns-initialize-window-system, handle-args-function-alist):
Use x-handle-args instead of ns-handle-args.
* lisp/term/common-win.el (x-handle-args): Also handle nextstep arguments.
* lisp/startup.el (command-line-ns-option-alist): Replace
ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
ns-handle-iconic with the x- equivalents.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e5de12ede6..1293e4c8f9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2010-10-26 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-26 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * term/ns-win.el (ns-version-string): Remove unused declaration. | ||
| 4 | (ns-invocation-args): Change to x-invocation-args. | ||
| 5 | (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic) | ||
| 6 | (ns-handle-name-switch, ns-ignore-2-arg): Remove. | ||
| 7 | (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg): | ||
| 8 | Use x-invocation-args instead of ns-invocation-args. | ||
| 9 | (ns-initialize-window-system, handle-args-function-alist): | ||
| 10 | Use x-handle-args instead of ns-handle-args. | ||
| 11 | * term/common-win.el (x-handle-args): Also handle nextstep arguments. | ||
| 12 | * startup.el (command-line-ns-option-alist): Replace | ||
| 13 | ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch, | ||
| 14 | ns-handle-iconic with the x- equivalents. | ||
| 15 | |||
| 3 | * term/common-win.el (x-select-enable-clipboard): | 16 | * term/common-win.el (x-select-enable-clipboard): |
| 4 | * term/pc-win.el (x-select-enable-clipboard): Doc fix. | 17 | * term/pc-win.el (x-select-enable-clipboard): Doc fix. |
| 5 | 18 | ||