aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLute Kamstra2003-09-24 08:52:09 +0000
committerLute Kamstra2003-09-24 08:52:09 +0000
commit2fd8a18a9ad52c78c4a3cdc032badb81678a67f4 (patch)
tree0e02d444dcdec7e3e6f13364f5c182c2c88baf46 /lisp/ChangeLog
parent41beda59dd0be296535241c6f1d021d321cb6ea9 (diff)
downloademacs-2fd8a18a9ad52c78c4a3cdc032badb81678a67f4.tar.gz
emacs-2fd8a18a9ad52c78c4a3cdc032badb81678a67f4.zip
(upcase-char): Fix docstring.
(zap-up-to-char): New command.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 60a571d67a2..854de00d057 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -173,6 +173,11 @@
173 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never 173 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
174 appear due to wrong ordering of the expressions in `or'. 174 appear due to wrong ordering of the expressions in `or'.
175 175
1762003-09-09 Lute Kamstra <Lute.Kamstra@cwi.nl>
177
178 * misc.el (upcase-char): Fix docstring.
179 (zap-up-to-char): New command.
180
1762003-09-08 David Ponce <david@dponce.com> 1812003-09-08 David Ponce <david@dponce.com>
177 182
178 Ensure that recentf correctly update the menu bar. 183 Ensure that recentf correctly update the menu bar.