aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-09 04:55:10 +0000
committerRichard M. Stallman2006-08-09 04:55:10 +0000
commitc2028ac64fab925570fa9ef7e1ed564f4aa3eb2c (patch)
treeea4941875da801a20101a2f88e3dc2bb34dcb66a /src/ChangeLog
parentbb0825cb7d70a290d61946d53f2a665ce8a4a14c (diff)
downloademacs-c2028ac64fab925570fa9ef7e1ed564f4aa3eb2c.tar.gz
emacs-c2028ac64fab925570fa9ef7e1ed564f4aa3eb2c.zip
(keyremap_step): No-op if fkey->parent = nil.
(read_key_sequence): Always start fkey.start and fkey.end at 0, and likewise for keytran.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9d23a23e6a5..678078d3781 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12006-08-09 Richard Stallman <rms@gnu.org>
2
3 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
4 (read_key_sequence): Always start fkey.start and fkey.end at 0,
5 and likewise for keytran.
6
12006-08-09 Kenichi Handa <handa@m17n.org> 72006-08-09 Kenichi Handa <handa@m17n.org>
2 8
3 * coding.c (syms_of_coding): Improve the docstring 9 * coding.c (syms_of_coding): Improve the docstring