comparison lisp/ChangeLog @ 4164:79c5457563f6

[xemacs-hg @ 2007-09-05 06:50:44 by michaels] 2007-09-05 Mike Sperber <mike@xemacs.org> * menubar.el (add-menu-item-1): Remove bogus `leaf-p' argument. (add-menu-button): Follow above change; also remove bogus docstring talking about "leaf node". (add-submenu): Follow above change.
author michaels
date Wed, 05 Sep 2007 06:50:45 +0000
parents f35582fa32a9
children 15740b46c3b3
comparison
equal deleted inserted replaced
4163:75562ac25d7b 4164:79c5457563f6
1 2007-09-05 Mike Sperber <mike@xemacs.org>
2
3 * menubar.el (add-menu-item-1): Remove bogus `leaf-p' argument.
4 (add-menu-button): Follow above change; also remove bogus
5 docstring talking about "leaf node".
6 (add-submenu): Follow above change.
7
1 2007-09-02 Steve Youngs <steve@sxemacs.org> 8 2007-09-02 Steve Youngs <steve@sxemacs.org>
2 9
3 * byte-optimize.el (byte-optimize-featurep): New. Optimise 10 * byte-optimize.el (byte-optimize-featurep): New. Optimise
4 feature 'sxemacs to nil and 'xemacs to t. This is along the same 11 feature 'sxemacs to nil and 'xemacs to t. This is along the same
5 lines as GNU/Emacs where they optimise both 'xemacs and 'sxemacs 12 lines as GNU/Emacs where they optimise both 'xemacs and 'sxemacs