aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2004-05-06 00:46:57 +0000
committerJuanma Barranquero <[email protected]>2004-05-06 00:46:57 +0000
commitb03a4fdde7431de46776c0e2e9b0e3680e50c96a (patch)
tree2cd4143bb3226fbd62d297534d3ab46346cce368
parent1d4c12573891112e58eb74035bc1f3fe213e0ca2 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog4
2 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 628307fff6..2da583d85f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-06 Juanma Barranquero <[email protected]>
+
+ * ehelp.el (electric-help-command-loop): Check whether the last
+ character is visible, not (point-max).
+
2004-05-05 Kenichi Handa <[email protected]>
* descr-text.el (describe-char): Copy the character with text
@@ -7,12 +12,12 @@
2004-05-05 Stephen Eglen <[email protected]>
* iswitchb.el (iswitchb-global-map): Fix typo.
- Removed unwanted ###autoloads from source file.
+ Remove unwanted ###autoloads from source file.
2004-05-05 Lars Hansen <[email protected]>
* 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 <[email protected]>
diff --git a/src/ChangeLog b/src/ChangeLog
index e71edf8239..acd6084a09 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-06 Romain Francoise <[email protected]> (tiny change)
+
+ * data.c (Fsetq_default): Fix docstring.
+
2004-05-06 Jason Rumney <[email protected]>
* image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h