Mercurial > emacs
comparison lisp/ChangeLog @ 111173:c7d5564f0621
Move ns-win.el's rather wacky menu adjustments to menu-bar.el.
* lisp/term/ns-win.el: Do not require easymenu.
(menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
<spell>: Move adjustments to menu-bar.el.
* lisp/menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
<separator-undo, spell>: Move ns-win's adjustments here.
* lisp/loadup.el [ns]: Do not load easymenu.
* src/Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
* lib-src/makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 24 Oct 2010 17:48:26 -0700 |
parents | 3b987881726e |
children | f900266d10a0 |
comparison
equal
deleted
inserted
replaced
111172:f8f3c137c1f2 | 111173:c7d5564f0621 |
---|---|
1 2010-10-25 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * term/ns-win.el: Do not require easymenu. | |
4 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>: | |
5 <spell>: Move adjustments to menu-bar.el. | |
6 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>: | |
7 <separator-undo, spell>: Move ns-win's adjustments here. | |
8 * loadup.el [ns]: Do not load easymenu. | |
9 | |
1 2010-10-24 Chong Yidong <cyd@stupidchicken.com> | 10 2010-10-24 Chong Yidong <cyd@stupidchicken.com> |
2 | 11 |
3 * image.el (image-checkbox-checked, image-checkbox-unchecked): | 12 * image.el (image-checkbox-checked, image-checkbox-unchecked): |
4 Deleted (Bug#7222). | 13 Delete (Bug#7222). |
5 | 14 |
6 * startup.el (fancy-startup-tail): Instead of using inline images, | 15 * startup.el (fancy-startup-tail): Instead of using inline images, |
7 refer to image files from etc/. | 16 refer to image files from etc/. |
8 | 17 |
9 * wid-edit.el (checkbox): Likewise. | 18 * wid-edit.el (checkbox): Likewise. |