aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2007-11-29 22:35:11 +0000
committerRichard M. Stallman2007-11-29 22:35:11 +0000
commit023df4cfe39ec4ee699e882c3a2219ce9da5807d (patch)
tree36422b401b537acfef6cd1edd22d2e4879c1282a /lisp/ChangeLog
parentce1b7801e1320250c9bde1e2ace1db6ccd352179 (diff)
downloademacs-023df4cfe39ec4ee699e882c3a2219ce9da5807d.tar.gz
emacs-023df4cfe39ec4ee699e882c3a2219ce9da5807d.zip
(toggle-input-method-active): New var.
(toggle-input-method): Bind toggle-input-method-active to t. Error if it was already non-nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3576d72bf1a..e94db35386c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12007-11-29 Richard Stallman <rms@gnu.org>
2
3 * international/mule-cmds.el (toggle-input-method-active): New var.
4 (toggle-input-method): Bind toggle-input-method-active to t.
5 Error if it was already non-nil.
6
12007-11-29 Glenn Morris <rgm@gnu.org> 72007-11-29 Glenn Morris <rgm@gnu.org>
2 8
3 * calendar/time-date.el (with-decoded-time-value): Doc fix. 9 * calendar/time-date.el (with-decoded-time-value): Doc fix.