aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-02-09 08:38:05 +0000
committerKenichi Handa2003-02-09 08:38:05 +0000
commitb08d5f59598286f7a18ff9528f5402cdda3eade2 (patch)
treebf29860153d394907be2a1cdcb8e04d5bb37fe1b
parent2df18cdb0b3656a3c3bca6546fdc58583e3ce4ee (diff)
downloademacs-b08d5f59598286f7a18ff9528f5402cdda3eade2.tar.gz
emacs-b08d5f59598286f7a18ff9528f5402cdda3eade2.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
-rw-r--r--src/ChangeLog6
2 files changed, 11 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 332656b1412..9950bfd3a4f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1168,11 +1168,14 @@ timing measurements of code (including the garbage collection component).
1168 1168
1169* Lisp Changes in Emacs 21.4 1169* Lisp Changes in Emacs 21.4
1170 1170
1171** New function `string-to-multibyte' converts a unibyte string to a
1172multibyte string with the same individual character codes.
1173
1171** New variables `gc-elapsed' and `gcs-done' provide extra information 1174** New variables `gc-elapsed' and `gcs-done' provide extra information
1172on garbage collection. 1175on garbage collection.
1173 1176
1174** New function `decode-coding-region-as-inserted-from-file' decodes a 1177** New function `decode-coding-inserted-region' decodes a region as if
1175region as if it is read from a file without decoding. 1178it is read from a file without decoding.
1176 1179
1177** New function `optimize-char-coding-system-table' can be called 1180** New function `optimize-char-coding-system-table' can be called
1178after making changes to `char-coding-system-table'. 1181after making changes to `char-coding-system-table'.
diff --git a/src/ChangeLog b/src/ChangeLog
index 99634caef2b..11095f90536 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12003-02-09 Kenichi Handa <handa@m17n.org>
2
3 * fns.c (string_to_multibyte): New function.
4 (Fstring_to_multibyte): New function.
5 (syms_of_fns): Defsubr it.
6
12003-02-08 Andreas Schwab <schwab@suse.de> 72003-02-08 Andreas Schwab <schwab@suse.de>
2 8
3 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable 9 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable