aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-05-26 04:57:35 +0000
committerKenichi Handa2006-05-26 04:57:35 +0000
commitf1c582b4f36feaa5d0c95d600b3b90e0878ebc52 (patch)
treef5c5faecc1ced3723f2e0effaa81b7674b4b948d
parente5307343bcceff290441ba1b5802e7e680487cc0 (diff)
downloademacs-f1c582b4f36feaa5d0c95d600b3b90e0878ebc52.tar.gz
emacs-f1c582b4f36feaa5d0c95d600b3b90e0878ebc52.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog5
-rw-r--r--lisp/ChangeLog15
-rw-r--r--src/ChangeLog5
3 files changed, 25 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 28c29402c75..854997e27d4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12006-05-26 Kenichi Handa <handa@m17n.org>
2
3 * NEWS (find-operation-coding-system): Mention the new argument
4 format.
5
12006-05-24 Carsten Dominik <dominik@science.uva.nl> 62006-05-24 Carsten Dominik <dominik@science.uva.nl>
2 7
3 * orgcard.tex: (section{Motion}): Added the item navigation 8 * orgcard.tex: (section{Motion}): Added the item navigation
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76f065bc747..368b82408ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12006-05-26 Kenichi Handa <handa@m17n.org>
2
3 * textmodes/po.el (po-find-charset): Pay attention to the case
4 FILENAME is a cons (NAME . BUFFER).
5 (po-find-file-coding-system-guts): Likewise.
6
7 * arc-mode.el (archive-set-buffer-as-visiting-file): Call
8 find-operation-coding-system with (FILENAME . BUFFER).
9
10 * tar-mode.el (tar-extract): Call find-operation-coding-system
11 with (FILENAME . BUFFER).
12
13 * international/mule.el (decode-coding-inserted-region): Call
14 find-operation-coding-system with (FILENAME . BUFFER).
15
12006-05-25 Chong Yidong <cyd@stupidchicken.com> 162006-05-25 Chong Yidong <cyd@stupidchicken.com>
2 17
3 * image-mode.el (image-toggle-display): Use buffer contents to 18 * image-mode.el (image-toggle-display): Use buffer contents to
diff --git a/src/ChangeLog b/src/ChangeLog
index 857c7ae7eaf..e375eae460d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-05-26 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
4 . BUFFER) in TARGET.
5
12006-05-25 Chong Yidong <cyd@stupidchicken.com> 62006-05-25 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * image.c (png_load): Don't call fclose on NULL. 8 * image.c (png_load): Don't call fclose on NULL.