comparison lisp/ChangeLog @ 29043:a5d03117ad26

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 21 May 2000 02:14:07 +0000
parents a0ca583126cb
children 7235e6a14c62
comparison
equal deleted inserted replaced
29042:09b4758f4aea 29043:a5d03117ad26
1 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> 1 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
2
3 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
4 (log-edit-insert-changelog): Drop `:' as well.
5
6 * log-view.el: Fix file description.
7 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8 available.
9 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
2 11
3 * emacs-lisp/easy-mmode.el: Update copyright and commentary. 12 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
4 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook. 13 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
5 Print a status message if the toggle is called interactively. 14 Print a status message if the toggle is called interactively.
6 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE) 15 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)