aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7cbe7d8366c..e2c5d1f6719 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12010-10-24 Glenn Morris <rgm@gnu.org>
2
3 * term/ns-win.el (x-select-text): Doc fix.
4 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5 (x-select-text): Move to term/common-win.
6 * term/w32-win.el (xw-defined-colors): Move to common-win.
7 * term/x-win.el (xw-defined-colors, x-alternatives-map)
8 (x-setup-function-keys, x-select-text): Move to common-win.
9 * term/common-win.el (x-select-text, x-alternatives-map)
10 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
11 definitions here.
12
12010-10-24 "T.V. Raman" <tv.raman.tv@gmail.com> 132010-10-24 "T.V. Raman" <tv.raman.tv@gmail.com>
2 14
3 * net/mairix.el (mairix-searches-mode-map): 15 * net/mairix.el (mairix-searches-mode-map):
@@ -159,14 +171,13 @@
159 (set-cursor-color, set-mouse-color, set-border-color): Use 171 (set-cursor-color, set-mouse-color, set-border-color): Use
160 read-color. 172 read-color.
161 173
1622010-10-24 Leo <sdl.web@gmail.com> 1742010-10-24 Leo <sdl.web@gmail.com>
163 175
164 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH 176 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
165 argument of delete-file and delete-directory (Bug#7011). 177 argument of delete-file and delete-directory (Bug#7011).
166 178
1672010-10-24 Chong Yidong <cyd@stupidchicken.com> 1792010-10-24 Chong Yidong <cyd@stupidchicken.com>
168 180
169
170 * emacs-lisp/package.el (package-menu-mode-map): Inherit from 181 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
171 button-buffer-map. 182 button-buffer-map.
172 183