aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-02-13 22:46:33 +0000
committerDave Love2003-02-13 22:46:33 +0000
commiteb1d57f054fb4be6127dc5d0edef25877c6fd53b (patch)
tree87e24e2702696ef1b051c09c13c20f396e690642
parent600e239d843f10192458b4d8ee32f1d2d9086d08 (diff)
downloademacs-eb1d57f054fb4be6127dc5d0edef25877c6fd53b.tar.gz
emacs-eb1d57f054fb4be6127dc5d0edef25877c6fd53b.zip
*** empty log message ***
-rw-r--r--leim/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 10 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index dc02d85a91e..2fcd45430df 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,5 +1,11 @@
12003-02-13 Dave Love <fx@gnu.org> 12003-02-13 Dave Love <fx@gnu.org>
2 2
3 * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
4 just an alias for turkish-postfix.
5
6 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
7 just an alias for turkish-alt-postfix.
8
3 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'. 9 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
4 10
52002-11-07 Kenichi Handa <handa@m17n.org> 112002-11-07 Kenichi Handa <handa@m17n.org>
diff --git a/src/ChangeLog b/src/ChangeLog
index 66c9f4a0e5e..e2c14b5a6ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-02-13 Dave Love <fx@gnu.org>
2
3 * coding.c (Fcheck_coding_systems_region): Fix type errors.
4
12003-02-04 Dave Love <fx@gnu.org> 52003-02-04 Dave Love <fx@gnu.org>
2 6
3 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table 7 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table