diff options
| author | Kenichi Handa | 2003-02-09 08:38:05 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-02-09 08:38:05 +0000 |
| commit | b08d5f59598286f7a18ff9528f5402cdda3eade2 (patch) | |
| tree | bf29860153d394907be2a1cdcb8e04d5bb37fe1b | |
| parent | 2df18cdb0b3656a3c3bca6546fdc58583e3ce4ee (diff) | |
| download | emacs-b08d5f59598286f7a18ff9528f5402cdda3eade2.tar.gz emacs-b08d5f59598286f7a18ff9528f5402cdda3eade2.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 11 insertions, 2 deletions
| @@ -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 | ||
| 1172 | multibyte 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 |
| 1172 | on garbage collection. | 1175 | on 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 |
| 1175 | region as if it is read from a file without decoding. | 1178 | it 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 |
| 1178 | after making changes to `char-coding-system-table'. | 1181 | after 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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-02-08 Andreas Schwab <schwab@suse.de> | 7 | 2003-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 |