]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 95fa77d4359c6200db0f4cb1c6c729a0a1e7ae3d..d375fa292c63f4291d733a8607571650a3f9fc14 100644 (file)
@@ -1,3 +1,45 @@
+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.