diff options
| author | Kenichi Handa | 2006-05-26 04:57:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-05-26 04:57:35 +0000 |
| commit | f1c582b4f36feaa5d0c95d600b3b90e0878ebc52 (patch) | |
| tree | f5c5faecc1ced3723f2e0effaa81b7674b4b948d | |
| parent | e5307343bcceff290441ba1b5802e7e680487cc0 (diff) | |
| download | emacs-f1c582b4f36feaa5d0c95d600b3b90e0878ebc52.tar.gz emacs-f1c582b4f36feaa5d0c95d600b3b90e0878ebc52.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2006-05-26 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * NEWS (find-operation-coding-system): Mention the new argument | ||
| 4 | format. | ||
| 5 | |||
| 1 | 2006-05-24 Carsten Dominik <dominik@science.uva.nl> | 6 | 2006-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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | 16 | 2006-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 @@ | |||
| 1 | 2006-05-26 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (Ffind_operation_coding_system): Allow (FILENAME | ||
| 4 | . BUFFER) in TARGET. | ||
| 5 | |||
| 1 | 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-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. |