Mercurial > emacs
changeset 31743:58b54c464fa1
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 19 Sep 2000 19:27:58 +0000 |
parents | fd656818ba60 |
children | 617f41808ff6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Sep 19 17:41:48 2000 +0000 +++ b/lisp/ChangeLog Tue Sep 19 19:27:58 2000 +0000 @@ -1,13 +1,28 @@ +2000-09-19 Stefan Monnier <monnier@cs.yale.edu> + + * diff-mode.el: Docstring fixes. + (diff-header-face, diff-comment-face): New faces. + (diff-font-lock-keywords): Highlight a bit differently. + (diff-find-source-location): Don't return SPAN any more. + (diff-hunk-text): Don't bother erasing the temp buffer. + (diff-find-text): Drop argument LINE. + (diff-apply-hunk): Update calls to diff-find-text. + (diff-goto-source): Use pop-to-buffer again and don't raise an error. + + * calendar/calendar.el: Docstring fixes. + (calendar-make-alist): Don't quote lambda. + (calendar-star-date): Use make-local-variable. + 2000-09-19 Dave Love <fx@gnu.org> - * toolbar/tool-bar.el: Renamed from toolbar.el. Change `toolbar' - to `tool-bar' generally in symbols. Make some items invisible in - `special' major modes. - (tool-bar-add-item-from-menu): Renamed from - toolbar-like-menu-item. Add arg PROPS. - - * startup.el (fancy-splash-screen) <defgroup>: Fix syntax. Add - :version here. + * toolbar/tool-bar.el: Renamed from toolbar.el. + Change `toolbar' to `tool-bar' generally in symbols. + Make some items invisible in `special' major modes. + (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item. + Add arg PROPS. + + * startup.el (fancy-splash-screen) <defgroup>: Fix syntax. + Add :version here. (fancy-splash-delay, fancy-splash-image): Remove :version here. 2000-09-19 Gerd Moellmann <gerd@gnu.org>