diff etc/NEWS @ 49657:f4b5295c3540

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sun, 09 Feb 2003 08:38:05 +0000
parents 4dd9a6db81d7
children b4b0014862b1
line wrap: on
line diff
--- a/etc/NEWS	Sun Feb 09 08:37:36 2003 +0000
+++ b/etc/NEWS	Sun Feb 09 08:38:05 2003 +0000
@@ -1168,11 +1168,14 @@
 
 * 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'.