Mercurial > emacs
changeset 55380:2f8b73100987
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 06 May 2004 00:46:57 +0000 |
parents | a5a7f792d532 |
children | c5998b5120f6 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
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>
--- a/src/ChangeLog Thu May 06 00:43:33 2004 +0000 +++ b/src/ChangeLog Thu May 06 00:46:57 2004 +0000 @@ -1,3 +1,7 @@ +2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change) + + * data.c (Fsetq_default): Fix docstring. + 2004-05-06 Jason Rumney <jasonr@gnu.org> * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h