# HG changeset patch # User Kenichi Handa # Date 1044779885 0 # Node ID f4b5295c35401626a9bf8d370f49648d56870ab2 # Parent 46090ea2c5c3ef372c7c873ec3c6fa1a9f925a5f *** empty log message *** diff -r 46090ea2c5c3 -r f4b5295c3540 etc/NEWS --- 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'. diff -r 46090ea2c5c3 -r f4b5295c3540 src/ChangeLog --- a/src/ChangeLog Sun Feb 09 08:37:36 2003 +0000 +++ b/src/ChangeLog Sun Feb 09 08:38:05 2003 +0000 @@ -1,3 +1,9 @@ +2003-02-09 Kenichi Handa + + * fns.c (string_to_multibyte): New function. + (Fstring_to_multibyte): New function. + (syms_of_fns): Defsubr it. + 2003-02-08 Andreas Schwab * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable