]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2003 07:26:33 +0000 (07:26 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2003 07:26:33 +0000 (07:26 +0000)
lisp/ChangeLog
src/ChangeLog

index 23e4268888bf363d32cd42b96b8248b1617062f5..48cabb65fee0aabe820a3c8a043c13ee8e018b58 100644 (file)
@@ -1,3 +1,24 @@
+2003-04-08  Kenichi Handa  <handa@etlken2>
+
+       * international/utf-16.el (utf-16-le-decode-loop)
+       (utf-16-be-decode-loop): New temporary variables.
+       (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
+       (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
+       (ccl-decode-mule-utf-16-le-with-signature)
+       (ccl-decode-mule-utf-16-be-with-signature)
+       (ccl-decode-mule-utf-16): New CCL programs.
+       (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
+       variables.
+       (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
+       (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
+       (ccl-encode-mule-utf-16-le-with-signature)
+       (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
+       (mule-utf-16-post-read-conversion): New function.
+       (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
+       (mule-utf-16): New coding systems.
+       (utf-16-le-with-signature, utf-16-be-with-signature),
+       (utf-16): Aliases of the above coding systems.
+       
 2003-04-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
index 7b49d5c22ee65730d309f610c899064e1a41774a..22fc78e61367856d122d8b9abb3676c6fc996721 100644 (file)
@@ -1,3 +1,12 @@
+2003-04-08  Kenichi Handa  <handa@etlken2>
+
+       * coding.c (code_convert_region_unwind): Set
+       Vlast_coding_system_used to the argument.
+       (code_convert_region): If post-read-conversion function changed
+       the value of last-coding-sytem, keep the new value in
+       coding->symbol so that it won't be overridden.
+       (run_pre_post_conversion_on_str): Likewise.
+
 2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * Makefile.in (md5.o): Add missing dependency info.