comparison lisp/ChangeLog @ 57977:4d59239d9b1d

Change log entry reconstructed from commit message.
author Andreas Schwab <schwab@suse.de>
date Sat, 06 Nov 2004 14:41:21 +0000
parents 350952e778dd
children 8f1dc4ca4d6e
comparison
equal deleted inserted replaced
57976:11f6a1a4af7a 57977:4d59239d9b1d
1 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4 (easy-menu-lookup-name): New fun to replace it.
5 (easy-menu-get-map): Use it to obey menu item names (rather than just
6 keys) when looking up `path'.
7 (easy-menu-always-true-p): Rename from easy-menu-always-true.
8 (easy-menu-convert-item-1): Adjust to new name.
9
1 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change) 10 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
2 11
3 * outline.el (hide-body): Don't hide lines at the top of the file 12 * outline.el (hide-body): Don't hide lines at the top of the file
4 that precede the first header line. 13 that precede the first header line.
5 14