changeset 89837:d6008ecc47e5 emacs-bidi-base

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 03 Mar 2004 12:38:28 +0000
parents acb9f6492d53
children dd77c0989865
files README.unicode lisp/ChangeLog.22 src/ChangeLog.22
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.)
--- 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  <handa@m17n.org>
+
+	* ps-mule.el (ps-mule-font-info-database): Typo in doc fixed.
+
 2004-02-16  Kenichi Handa  <handa@m17n.org>
 
 	* international/fontset.el (font-encoding-alist): Cancel previous
--- 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  <handa@m17n.org>
+
+	* xfaces.c (Fface_font): New optional arg CHARACTER.
+
 2004-02-17  Kenichi Handa  <handa@m17n.org>
 
 	* charset.h (CHARSET_OFFSET): New macro.