diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-29 19:37:53 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-29 19:37:53 +0000 |
commit | f02149ce31f6cb125a721dd5e8836302a7742280 (patch) | |
tree | b272174c8bdb9f38b0f09bced039c89bce149b17 /lisp | |
parent | e03eed51546d1e5010f926c1d36012397cf0f573 (diff) | |
download | emacs-f02149ce31f6cb125a721dd5e8836302a7742280.tar.gz emacs-f02149ce31f6cb125a721dd5e8836302a7742280.tar.bz2 emacs-f02149ce31f6cb125a721dd5e8836302a7742280.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5bc651626d..eb6d999ce1f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-09-29 Gerd Moellmann <gerd@gnu.org> + + * startup.el (startup-echo-area-message): New function. + (display-startup-echo-area-message): Use it. + (fancy-splash-screens): Rewritten to use keymaps and a timer. + (fancy-splash-default-action): New function. + (fancy-splash-screens-1): New function. + (fancy-splash-head): Put a help-echo and a keymap under the image. + 2000-09-29 Stefan Monnier <monnier@cs.yale.edu> * diff-mode.el (diff-add-log-file-name): Remove. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 68b5f7472a1..ae52c27e7d9 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,8 @@ 2000-09-29 Gerd Moellmann <gerd@gnu.org> + * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Fix + last change. + * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Use `:ascent center'. |