Mercurial > emacs
diff lisp/ChangeLog @ 55380:2f8b73100987
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 06 May 2004 00:46:57 +0000 |
parents | 69fcbdaa4676 |
children | 777e9f38cea4 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 06 00:43:33 2004 +0000 +++ b/lisp/ChangeLog Thu May 06 00:46:57 2004 +0000 @@ -1,3 +1,8 @@ +2004-05-06 Juanma Barranquero <lektu@terra.es> + + * ehelp.el (electric-help-command-loop): Check whether the last + character is visible, not (point-max). + 2004-05-05 Kenichi Handa <handa@m17n.org> * descr-text.el (describe-char): Copy the character with text @@ -7,12 +12,12 @@ 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk> * iswitchb.el (iswitchb-global-map): Fix typo. - Removed unwanted ###autoloads from source file. + Remove unwanted ###autoloads from source file. 2004-05-05 Lars Hansen <larsh@math.ku.dk> * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook - in run-hooks. Use substitute-command-keys in message. + in run-hooks. Use substitute-command-keys in message. (wdired-abort-changes): Add message. 2004-05-03 Michael Mauger <mmaug@yahoo.com>