diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96c8df73ee7..e62729555c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2010-10-25 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-25 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * term/common-win.el (x-handle-switch): Simplify with pop. | ||
| 4 | Optionally handle numeric switches. | ||
| 5 | (x-handle-numeric-switch): Just call x-handle-switch. | ||
| 6 | (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry) | ||
| 7 | (x-handle-name-switch, x-handle-display, x-handle-args): | ||
| 8 | Simplify with pop. | ||
| 9 | |||
| 3 | * term/ns-win.el: Do not require easymenu. | 10 | * term/ns-win.el: Do not require easymenu. |
| 4 | (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>: | 11 | (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>: |
| 5 | <spell>: Move adjustments to menu-bar.el. | 12 | <spell>: Move adjustments to menu-bar.el. |