diff options
| author | Richard M. Stallman | 2006-12-26 18:10:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-26 18:10:19 +0000 |
| commit | e817cc9b5f09bf64f339a8315a64c65d01346859 (patch) | |
| tree | f9f1ac7e9fc5232d47f99dbd2868930df34ea95b | |
| parent | d6aacdcdf137898013eb8a9a57c4641e2435e781 (diff) | |
| download | emacs-e817cc9b5f09bf64f339a8315a64c65d01346859.tar.gz emacs-e817cc9b5f09bf64f339a8315a64c65d01346859.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index c01cf3612fa..f1ad73abed7 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -62,8 +62,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. | |||
| 62 | 62 | ||
| 63 | ** allout problem because pgg ignores its passphrases. | 63 | ** allout problem because pgg ignores its passphrases. |
| 64 | 64 | ||
| 65 | ** Reconsider using Image mode for eps files? | ||
| 66 | |||
| 67 | ** How should C-x C-v ask about saving? | 65 | ** How should C-x C-v ask about saving? |
| 68 | 66 | ||
| 69 | ** Delete prematurely applied allout.el changes. | 67 | ** Delete prematurely applied allout.el changes. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d4d36d3be0..fb34edb883e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-12-26 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * image.el (image-type-header-regexps): Change element format | ||
| 4 | to include third item NOT-ALWAYS. | ||
| 5 | (image-type-from-data): Handle new format. | ||
| 6 | (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. | ||
| 7 | (image-type-from-file-header): Pass t for INCLUDE-MAYBES. | ||
| 8 | |||
| 1 | 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change) | 9 | 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change) |
| 2 | 10 | ||
| 3 | * add-log.el (add-log-current-defun): Call `forward-sexp' | 11 | * add-log.el (add-log-current-defun): Call `forward-sexp' |
diff --git a/src/ChangeLog b/src/ChangeLog index 74be21a421b..e624d93275c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2006-12-26 Richard Stallman <rms@gnu.org> | 1 | 2006-12-26 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * search.c (Fsearch_forward): Doc fix. | ||
| 4 | |||
| 3 | * callint.c (Finteractive): Doc fix. | 5 | * callint.c (Finteractive): Doc fix. |
| 4 | 6 | ||
| 5 | 2006-12-25 Kim F. Storm <storm@cua.dk> | 7 | 2006-12-25 Kim F. Storm <storm@cua.dk> |