# HG changeset patch # User Stefan Monnier # Date 969391678 0 # Node ID 58b54c464fa1db4e81c22cd8b3346140ef650a90 # Parent fd656818ba60237d75f34bd6c0e2ea4f8a484201 *** empty log message *** diff -r fd656818ba60 -r 58b54c464fa1 lisp/ChangeLog --- 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 + + * 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 - * 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) : 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) : Fix syntax. + Add :version here. (fancy-splash-delay, fancy-splash-image): Remove :version here. 2000-09-19 Gerd Moellmann