Mercurial > emacs
changeset 70950:5b39adf3adb7
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 26 May 2006 04:57:35 +0000 |
parents | b7bf7b5a50ea |
children | 39f6e1889f85 |
files | etc/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Fri May 26 04:57:26 2006 +0000 +++ b/etc/ChangeLog Fri May 26 04:57:35 2006 +0000 @@ -1,3 +1,8 @@ +2006-05-26 Kenichi Handa <handa@m17n.org> + + * NEWS (find-operation-coding-system): Mention the new argument + format. + 2006-05-24 Carsten Dominik <dominik@science.uva.nl> * orgcard.tex: (section{Motion}): Added the item navigation
--- a/lisp/ChangeLog Fri May 26 04:57:26 2006 +0000 +++ b/lisp/ChangeLog Fri May 26 04:57:35 2006 +0000 @@ -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
--- a/src/ChangeLog Fri May 26 04:57:26 2006 +0000 +++ b/src/ChangeLog Fri May 26 04:57:35 2006 +0000 @@ -1,3 +1,8 @@ +2006-05-26 Kenichi Handa <handa@m17n.org> + + * coding.c (Ffind_operation_coding_system): Allow (FILENAME + . BUFFER) in TARGET. + 2006-05-25 Chong Yidong <cyd@stupidchicken.com> * image.c (png_load): Don't call fclose on NULL.