aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2004-03-03 12:38:28 +0000
committerKenichi Handa2004-03-03 12:38:28 +0000
commite071f4f2515284d9fe1b0800dc2169d8a6902685 (patch)
treeb1c426565d3f9c36046d891cc1a104dcdc21270c
parentb1a733efbb34e0e8ca6776bea1117b7afad3f870 (diff)
downloademacs-e071f4f2515284d9fe1b0800dc2169d8a6902685.tar.gz
emacs-e071f4f2515284d9fe1b0800dc2169d8a6902685.zip
*** empty log message ***
-rw-r--r--README.unicode2
-rw-r--r--lisp/ChangeLog.224
-rw-r--r--src/ChangeLog.224
3 files changed, 9 insertions, 1 deletions
diff --git a/README.unicode b/README.unicode
index 1812f21f724..79613c9c6e4 100644
--- a/README.unicode
+++ b/README.unicode
@@ -22,7 +22,7 @@ existing support and the extra stuff at
22 22
23 These examples are all fixed by the change of 2002-10-14, but 23 These examples are all fixed by the change of 2002-10-14, but
24 there still exist questionalble SINGLE_BYTE_CHAR_P in the 24 there still exist questionalble SINGLE_BYTE_CHAR_P in the
25 code. 25 code (keymap.c and print.c).
26 26
27 * Rationalize character syntax and its relationship to the Unicode 27 * Rationalize character syntax and its relationship to the Unicode
28 database. (Applies mainly to symbol an punctuation syntax.) 28 database. (Applies mainly to symbol an punctuation syntax.)
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22
index 4b7c2bfece8..139f530ce10 100644
--- a/lisp/ChangeLog.22
+++ b/lisp/ChangeLog.22
@@ -1,3 +1,7 @@
12004-03-03 Kenichi Handa <handa@m17n.org>
2
3 * ps-mule.el (ps-mule-font-info-database): Typo in doc fixed.
4
12004-02-16 Kenichi Handa <handa@m17n.org> 52004-02-16 Kenichi Handa <handa@m17n.org>
2 6
3 * international/fontset.el (font-encoding-alist): Cancel previous 7 * international/fontset.el (font-encoding-alist): Cancel previous
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 32171d9363f..c213e027080 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,7 @@
12004-03-03 Kenichi Handa <handa@m17n.org>
2
3 * xfaces.c (Fface_font): New optional arg CHARACTER.
4
12004-02-17 Kenichi Handa <handa@m17n.org> 52004-02-17 Kenichi Handa <handa@m17n.org>
2 6
3 * charset.h (CHARSET_OFFSET): New macro. 7 * charset.h (CHARSET_OFFSET): New macro.