comparison lisp/ChangeLog @ 31659:fa8b259c5ce4

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 17 Sep 2000 03:28:25 +0000
parents 41a7ba41a6ee
children 94a313b4dca5
comparison
equal deleted inserted replaced
31658:d4105bd038d0 31659:fa8b259c5ce4
1 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * vms-patch.el (print-region-function): Don't quote lambda.
4
5 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6
7 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8 (lm-get-header-re): Allow spaces between the header and the colon.
9 (lm-header): Allow $ in non-RCS headers.
10 (lm-header-multiline): Put the strings back into order.
11 Stop at an empty line. Don't require two space chars if the
12 line is clearly not another header line.
13
14 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
15 (popup-menu-popup): Remove.
16
1 2000-09-15 Gerd Moellmann <gerd@gnu.org> 17 2000-09-15 Gerd Moellmann <gerd@gnu.org>
2 18
3 * toolbar/toolbar.el (toolbar-add-item): Use the same image 19 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4 specification if or if not tool-bar item contains an `:enabled' 20 specification if or if not tool-bar item contains an `:enabled'
5 property. 21 property.