diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-10-24 "T.V. Raman" <tv.raman.tv@gmail.com> | 13 | 2010-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 | ||
| 162 | 2010-10-24 Leo <sdl.web@gmail.com> | 174 | 2010-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 | ||
| 167 | 2010-10-24 Chong Yidong <cyd@stupidchicken.com> | 179 | 2010-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 | ||