]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 5598ff181f3b0ac4f8b3ce9549f779d77eadb7bd..d375fa292c63f4291d733a8607571650a3f9fc14 100644 (file)
@@ -1,9 +1,94 @@
+2000-09-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (fancy-splash-image): Change :type.
+       (fancy-splash-head): Use an XBM image if appropriate.
+       (command-line-1): Show splash screens in more cases.
+
+       * startup.el (fancy-splash-text): Don't quote faces.
+
+       * dired.el (dired-font-lock-keywords): Undo last change.
+       (dired-readin): Bind indent-tabs-mode to nil.
+
+       * startup.el (fancy-splash-head): If frame's background mode
+       is `dark', change the black background of the image to gray.
+       (fancy-splash-screens): Display startup echo area message.
+       (display-startup-echo-area-message): New function.
+
+2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
+
+       * info.el (info-header-node): Tweak for color ttys.
+
+       * faces.el (face-valid-attribute-values): Make sure directories we
+       search for stipples both exist and are readable before trying to
+       search them.
+
+       * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
+       in the dry-run case.
+
+       * jka-compr.el (with-auto-compression-mode): New macro.
+
+       * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
+       (custom-group-tag-face, custom-variable-tag-face): Use relative
+       :height and inherit from `variable-pitch' face instead of
+       hardwiring :family.
+       * hi-lock.el (hi-black-hb): Likewise.
+
+       Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
+       * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
+       toolbar-add-item, if image doesn't have a mask add a `:mask
+       heuristic'.
+
+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.
+       (fancy-splash-delay, fancy-splash-image): Remove :version here.
+
 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
 
+       * progmodes/sh-script.el (sh-search-word): Remove call to
+       `debug'.
+
+       * files.el (find-file-suppress-same-file-warnings): New
+       user-option.
+       (find-file-noselect): Use it.
+
+       * startup.el (fancy-splash-delay, fancy-splash-image): Add
+       :version.
+       (fancy-splash-screen): Defgroup.
+
        * add-log.el (change-log-font-lock-keywords): Match names
        more exactly for the case that font-lock-constant-face is
        underlined.
 
+2000-09-19  Richard M. Stallman  <rms@gnu.org>
+       
+       * progmodes/sh-script.el (sh-search-word): Rewritten for
+       speed.
+
 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.