# HG changeset patch # User Kenichi Handa # Date 1148619455 0 # Node ID 5b39adf3adb75d8fa4b70a36e8481ee216555400 # Parent b7bf7b5a50eafd0901c8791b1919d113d52280b1 *** empty log message *** diff -r b7bf7b5a50ea -r 5b39adf3adb7 etc/ChangeLog --- 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 + + * NEWS (find-operation-coding-system): Mention the new argument + format. + 2006-05-24 Carsten Dominik * orgcard.tex: (section{Motion}): Added the item navigation diff -r b7bf7b5a50ea -r 5b39adf3adb7 lisp/ChangeLog --- 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 + + * 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 * image-mode.el (image-toggle-display): Use buffer contents to diff -r b7bf7b5a50ea -r 5b39adf3adb7 src/ChangeLog --- 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 + + * coding.c (Ffind_operation_coding_system): Allow (FILENAME + . BUFFER) in TARGET. + 2006-05-25 Chong Yidong * image.c (png_load): Don't call fclose on NULL.