From: Dave Love Date: Tue, 4 Feb 2003 19:29:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7258f1f737e13443116a13f4425f2b98562cd612;p=emacs.git *** empty log message *** --- diff --git a/README.unicode b/README.unicode index e32326a4a2c..3c20084d660 100644 --- a/README.unicode +++ b/README.unicode @@ -124,3 +124,6 @@ existing support and the extra stuff at 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 265115bbdc3..f74953cb94e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-02-04 Dave Love + + * international/mule.el (charset-iso-final-char) + (define-coding-system): Doc fix. + 2003-01-30 Kenichi Handa * international/ccl.el (define-ccl-program): Fset charset-id diff --git a/src/ChangeLog b/src/ChangeLog index 78476587c08..66c9f4a0e5e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-02-04 Dave Love + + * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table + and fix C types. + 2003-01-31 Kenichi Handa * xdisp.c (SKIP_GLYPHS): New macro.