\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'.
+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