aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-27 23:47:42 +0000
committerRichard M. Stallman2006-07-27 23:47:42 +0000
commitd4a844e0767a9202c3f2a972c860bf8fb0845321 (patch)
treec10511fe74e5dad978277c9c41d76cdbe7de2d0b
parentae4bce6790e4b718b87bf8d77e66afcd1d53b037 (diff)
downloademacs-d4a844e0767a9202c3f2a972c860bf8fb0845321.tar.gz
emacs-d4a844e0767a9202c3f2a972c860bf8fb0845321.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3869f598f65..1d6cfc14e45 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,6 +8,11 @@
8 * progmodes/which-func.el (which-function): Fix documentation/ 8 * progmodes/which-func.el (which-function): Fix documentation/
9 comment typo. 9 comment typo.
10 10
112006-07-26 Richard Stallman <rms@gnu.org>
12
13 * textmodes/ispell.el (ispell-word): If we replace the word,
14 move point to the end. Insert before deleting.
15
112006-07-26 Chong Yidong <cyd@stupidchicken.com> 162006-07-26 Chong Yidong <cyd@stupidchicken.com>
12 17
13 * subr.el (sit-for): Use new SECONDS arg of read-event instead of 18 * subr.el (sit-for): Use new SECONDS arg of read-event instead of