Mercurial > emacs
comparison lisp/ChangeLog @ 49379:2f9fdf27ed04
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 22 Jan 2003 02:54:56 +0000 |
parents | 79d49caa6c87 |
children | d2e3b9b256df |
comparison
equal
deleted
inserted
replaced
49378:f2d0a984961b | 49379:2f9fdf27ed04 |
---|---|
1 2003-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 | |
1 2003-01-22 Kim F. Storm <storm@cua.dk> | 10 2003-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 |
4 visited directories to end of list; it's the wrong thing to do if | 13 visited directories to end of list; it's the wrong thing to do if |
5 we want to find a file or directory in such directories. | 14 we want to find a file or directory in such directories. |