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 These examples are all fixed by the change of 2002-10-14, but there still exist questionalble SINGLE_BYTE_CHAR_P in the - code. + code (keymap.c and print.c). * Rationalize character syntax and its relationship to the Unicode 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 @@ +2004-03-03 Kenichi Handa + + * ps-mule.el (ps-mule-font-info-database): Typo in doc fixed. + 2004-02-16 Kenichi Handa * 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 @@ +2004-03-03 Kenichi Handa + + * xfaces.c (Fface_font): New optional arg CHARACTER. + 2004-02-17 Kenichi Handa * charset.h (CHARSET_OFFSET): New macro.