changeset 89386:e7fd32de32d4

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 04 Feb 2003 19:29:56 +0000
parents 0a96c8d2ef05
children f126dcea4de3
files README.unicode lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.unicode	Tue Feb 04 19:26:38 2003 +0000
+++ b/README.unicode	Tue Feb 04 19:29:56 2003 +0000
@@ -124,3 +124,6 @@
    Fcheck_coding_systems_region.  Define ENABLE_CHECKING to find them.
 
  * You can grep the code for lots of fixmes.
+
+ * Old auto-save files, and similar files, such as Gnus drafts,
+   containing non-ASCII characters probably won't be re-read correctly.
--- a/lisp/ChangeLog	Tue Feb 04 19:26:38 2003 +0000
+++ b/lisp/ChangeLog	Tue Feb 04 19:29:56 2003 +0000
@@ -1,3 +1,8 @@
+2003-02-04  Dave Love  <fx@gnu.org>
+
+	* international/mule.el (charset-iso-final-char) 
+	(define-coding-system): Doc fix.
+
 2003-01-30  Kenichi Handa  <handa@m17n.org>
 
 	* international/ccl.el (define-ccl-program): Fset charset-id
--- a/src/ChangeLog	Tue Feb 04 19:26:38 2003 +0000
+++ b/src/ChangeLog	Tue Feb 04 19:29:56 2003 +0000
@@ -1,3 +1,8 @@
+2003-02-04  Dave Love  <fx@gnu.org>
+
+	* xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
+	and fix C types.
+
 2003-01-31  Kenichi Handa  <handa@m17n.org>
 
 	* xdisp.c (SKIP_GLYPHS): New macro.