]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Tue, 4 Feb 2003 19:29:56 +0000 (19:29 +0000)
committerDave Love <fx@gnu.org>
Tue, 4 Feb 2003 19:29:56 +0000 (19:29 +0000)
README.unicode
lisp/ChangeLog
src/ChangeLog

index e32326a4a2c0b3a6127847138819a33047955bff..3c20084d660fc1f59489f1e0565939827739bf43 100644 (file)
@@ -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.
index 265115bbdc3e124ba1b223505f5b81e5a8bc82d3..f74953cb94e4000bcea3f8223c1ac7ea01531ac8 100644 (file)
@@ -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
index 78476587c08f802a91d36fab7745365e034036d3..66c9f4a0e5e548b80eb3e3a20e05064e60aa356a 100644 (file)
@@ -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.