Mercurial > emacs
changeset 79574:771e26cb33dd
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 15 Dec 2007 22:39:21 +0000 |
parents | d5a339d25938 |
children | 9372af25fc19 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 15 22:35:10 2007 +0000 +++ b/lisp/ChangeLog Sat Dec 15 22:39:21 2007 +0000 @@ -1,3 +1,16 @@ +2007-12-15 Richard Stallman <rms@gnu.org> + + * emacs-lisp/find-func.el (find-function-after-hook): Add :type. + + * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook. + Use changed. + + * startup.el (fancy-splash-help-echo): Var deleted. + (fancy-splash-insert): Get help-echo from (startup-echo-area-message). + (fancy-about-screen): Don't display fancy-splash-help-echo. + + * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text. + 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org> * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.