aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
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 @@
12010-10-26 Glenn Morris <rgm@gnu.org> 12010-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