]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sun, 9 Feb 2003 08:38:05 +0000 (08:38 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 9 Feb 2003 08:38:05 +0000 (08:38 +0000)
etc/NEWS
src/ChangeLog

index 332656b141217a88a7b29c244dd4b0dae83296c6..9950bfd3a4f4656515db0ea8b94e81b99dbd6bb4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1168,11 +1168,14 @@ timing measurements of code (including the garbage collection component).
 \f
 * Lisp Changes in Emacs 21.4
 
+** New function `string-to-multibyte' converts a unibyte string to a
+multibyte string with the same individual character codes.
+
 ** New variables `gc-elapsed' and `gcs-done' provide extra information
 on garbage collection.
 
-** New function `decode-coding-region-as-inserted-from-file' decodes a
-region as if it is read from a file without decoding.
+** New function `decode-coding-inserted-region' decodes a region as if
+it is read from a file without decoding.
 
 ** New function `optimize-char-coding-system-table' can be called
 after making changes to `char-coding-system-table'.
index 99634caef2b1962bf62ae28121fe1238d44a70a7..11095f90536241d4ad01505b5a1e5c0197a91b7b 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-09  Kenichi Handa  <handa@m17n.org>
+
+       * fns.c (string_to_multibyte): New function.
+       (Fstring_to_multibyte): New function.
+       (syms_of_fns): Defsubr it.
+
 2003-02-08  Andreas Schwab  <schwab@suse.de>
 
        * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable