# HG changeset patch # User Kenichi Handa # Date 1078317508 0 # Node ID d6008ecc47e51946d45b4f4c666fb950bfc58f20 # Parent acb9f6492d53e6dbc300b8aacfcc233c72e784c4 *** empty log message *** diff -r acb9f6492d53 -r d6008ecc47e5 README.unicode --- a/README.unicode Wed Mar 03 12:36:44 2004 +0000 +++ b/README.unicode Wed Mar 03 12:38:28 2004 +0000 @@ -22,7 +22,7 @@ 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 -r acb9f6492d53 -r d6008ecc47e5 lisp/ChangeLog.22 --- a/lisp/ChangeLog.22 Wed Mar 03 12:36:44 2004 +0000 +++ b/lisp/ChangeLog.22 Wed Mar 03 12:38:28 2004 +0000 @@ -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 -r acb9f6492d53 -r d6008ecc47e5 src/ChangeLog.22 --- a/src/ChangeLog.22 Wed Mar 03 12:36:44 2004 +0000 +++ b/src/ChangeLog.22 Wed Mar 03 12:38:28 2004 +0000 @@ -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.