diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-22 19:49:59 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-22 19:49:59 +0000 |
commit | 4c4a541d35911b62875fc13b97b46ff5c25a1fe0 (patch) | |
tree | 80f625c1fe1702bbd767ef1d5c7859573248e546 /lisp/ChangeLog | |
parent | a41d49e9b3a562369ef30b65f790bd1ffaa73e22 (diff) | |
download | emacs-4c4a541d35911b62875fc13b97b46ff5c25a1fe0.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bdf074b4afd..294b250028e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,7 +2,7 @@ * hi-lock.el (hi-lock-refontify): Don't call non-existent jit-lock-fontify-buffer; it should anyway be unneccessary to - dp anything special when jit-lock is active. + do anything special when jit-lock is active. (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs. 2000-11-22 Dave Love <fx@gnu.org> @@ -33,8 +33,7 @@ * recentf.el (recentf-menu-items-for-commands) (recentf-make-menu-items, recentf-make-menu-item) - (recentf-filter-changer): Added :help and :active menu-item - properties. + (recentf-filter-changer): Added :help and :active menu-item properties. (recentf-build-dir-rules, recentf-dump-variable) (recentf-edit-list, recentf-open-files-item) @@ -45,6 +44,15 @@ * faces.el (menu): Make inverse-video on ttys too. +2000-11-22 Stefan Monnier <monnier@cs.yale.edu> + + * simple.el (comment-line-break-function): Use the new name + indent-new-comment-line -> comment-indent-new-line. + (clone-indirect-buffer): Don't ignore NORECORD. + (next-completion): Properly handle the case where items are adjacent. + + * mouse.el (popup-menu): Stupid typo. + 2000-11-22 Gerd Moellmann <gerd@gnu.org> * emacs-lisp/authors.el: Remove autoload cookies, add author, |