aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-01-22 02:54:56 +0000
committerKenichi Handa2003-01-22 02:54:56 +0000
commitb6c2aa59ebe8f5a902009d3c1195c6a4b5f3f483 (patch)
tree12d05e7b0d48390e53ea418e3f9bf6d4f96c2575
parentf54a7168053eef3fe34697272ee4241f9887269a (diff)
downloademacs-b6c2aa59ebe8f5a902009d3c1195c6a4b5f3f483.tar.gz
emacs-b6c2aa59ebe8f5a902009d3c1195c6a4b5f3f483.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog9
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 96dbe426c28..b702d9b4552 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1130,6 +1130,9 @@ with Custom.
1130 1130
1131* Lisp Changes in Emacs 21.4 1131* Lisp Changes in Emacs 21.4
1132 1132
1133** New function `decode-coding-region-as-inserted-from-file' decodes a
1134region as if it is read from a file without decoding.
1135
1133** New function `optimize-char-coding-system-table' can be called 1136** New function `optimize-char-coding-system-table' can be called
1134after making changes to `char-coding-system-table'. 1137after making changes to `char-coding-system-table'.
1135 1138
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5986d60a7a7..ab36fd95c8e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12003-01-22 Kenichi Handa <handa@m17n.org>
2
3 * international/mule.el
4 (decode-coding-region-as-inserted-from-file): New function.
5
6 * jka-compr.el (jka-compr-insert-file-contents): Read a process
7 output without decoding. Decode the result by
8 decode-coding-region-as-inserted-from-file.
9
12003-01-22 Kim F. Storm <storm@cua.dk> 102003-01-22 Kim F. Storm <storm@cua.dk>
2 11
3 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move 12 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move