diff options
author | Kenichi Handa <handa@m17n.org> | 2006-05-26 04:57:35 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-05-26 04:57:35 +0000 |
commit | f1c582b4f36feaa5d0c95d600b3b90e0878ebc52 (patch) | |
tree | f5c5faecc1ced3723f2e0effaa81b7674b4b948d /lisp | |
parent | e5307343bcceff290441ba1b5802e7e680487cc0 (diff) | |
download | emacs-f1c582b4f36feaa5d0c95d600b3b90e0878ebc52.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76f065bc747..368b82408ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2006-05-26 Kenichi Handa <handa@m17n.org> + + * textmodes/po.el (po-find-charset): Pay attention to the case + FILENAME is a cons (NAME . BUFFER). + (po-find-file-coding-system-guts): Likewise. + + * arc-mode.el (archive-set-buffer-as-visiting-file): Call + find-operation-coding-system with (FILENAME . BUFFER). + + * tar-mode.el (tar-extract): Call find-operation-coding-system + with (FILENAME . BUFFER). + + * international/mule.el (decode-coding-inserted-region): Call + find-operation-coding-system with (FILENAME . BUFFER). + 2006-05-25 Chong Yidong <cyd@stupidchicken.com> * image-mode.el (image-toggle-display): Use buffer contents to |