]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 26 May 2006 04:57:35 +0000 (04:57 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 26 May 2006 04:57:35 +0000 (04:57 +0000)
etc/ChangeLog
lisp/ChangeLog
src/ChangeLog

index 28c29402c754e1fc6fe9b720d25e59e06c068b95..854997e27d4e247f33a83beae8467e9a526afeeb 100644 (file)
@@ -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
index 76f065bc7475f7701749c4fb8050dddc6568a469..368b82408ceeee313951b045ded765f0db155134 100644 (file)
@@ -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
index 857c7ae7eaf024f215bfefcdae67fcc80ed6b209..e375eae460d13edfd5713e075184f2a920ff9a7a 100644 (file)
@@ -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.