mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
*** empty log message ***
This commit is contained in:
parent
f54a716805
commit
b6c2aa59eb
3
etc/NEWS
3
etc/NEWS
@ -1130,6 +1130,9 @@ with Custom.
|
||||
|
||||
* Lisp Changes in Emacs 21.4
|
||||
|
||||
** New function `decode-coding-region-as-inserted-from-file' 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'.
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
2003-01-22 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule.el
|
||||
(decode-coding-region-as-inserted-from-file): New function.
|
||||
|
||||
* jka-compr.el (jka-compr-insert-file-contents): Read a process
|
||||
output without decoding. Decode the result by
|
||||
decode-coding-region-as-inserted-from-file.
|
||||
|
||||
2003-01-22 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* ido.el (ido-make-file-list, ido-make-dir-list): Don't move
|
||||
|
Loading…
Reference in New Issue
Block a user