aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-10-06 21:18:39 +0000
committerDave Love2002-10-06 21:18:39 +0000
commit3d775be9bf955d6053560c624ed3dd06e63995b5 (patch)
treea239997553289f8c471f09bdd4402ac7b7b50709
parentc603ec3b19649d162af05f991d640f293fb32894 (diff)
downloademacs-3d775be9bf955d6053560c624ed3dd06e63995b5.tar.gz
emacs-3d775be9bf955d6053560c624ed3dd06e63995b5.zip
*** empty log message ***
-rw-r--r--leim/ChangeLog6
-rw-r--r--src/ChangeLog2
2 files changed, 8 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 94b478f8b5e..ebe0fec70b9 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,9 @@
12002-10-06 Dave Love <fx@gnu.org>
2
3 * quail/indian.el (quail-indian-preceding-char-position)
4 (quail-indian-update-translation, quail-define-inscript-package):
5 Use characterp, not char-valid-p.
6
12002-07-30 Dave Love <fx@gnu.org> 72002-07-30 Dave Love <fx@gnu.org>
2 8
3 * quail/welsh.el ("welsh"): Doc fix. 9 * quail/welsh.el ("welsh"): Doc fix.
diff --git a/src/ChangeLog b/src/ChangeLog
index 1d4406dc42c..47b7f90359b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12002-10-06 Dave Love <fx@gnu.org> 12002-10-06 Dave Love <fx@gnu.org>
2 2
3 * charset.c (define_charset_internal): Rename `supprementary'.
4
3 * Makefile.in (lisp, shortlisp): Remove latin-N. 5 * Makefile.in (lisp, shortlisp): Remove latin-N.
4 6
52002-10-05 Dave Love <fx@gnu.org> 72002-10-05 Dave Love <fx@gnu.org>