summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-12-26 18:10:19 +0000
committerRichard M. Stallman <rms@gnu.org>2006-12-26 18:10:19 +0000
commite817cc9b5f09bf64f339a8315a64c65d01346859 (patch)
treef9f1ac7e9fc5232d47f99dbd2868930df34ea95b
parentd6aacdcdf137898013eb8a9a57c4641e2435e781 (diff)
downloademacs-e817cc9b5f09bf64f339a8315a64c65d01346859.tar.gz
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog2
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.
** allout problem because pgg ignores its passphrases.
-** Reconsider using Image mode for eps files?
-
** How should C-x C-v ask about saving?
** 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 @@
+2006-12-26 Richard Stallman <rms@gnu.org>
+
+ * image.el (image-type-header-regexps): Change element format
+ to include third item NOT-ALWAYS.
+ (image-type-from-data): Handle new format.
+ (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
+ (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
+
2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change)
* 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 @@
2006-12-26 Richard Stallman <rms@gnu.org>
+ * search.c (Fsearch_forward): Doc fix.
+
* callint.c (Finteractive): Doc fix.
2006-12-25 Kim F. Storm <storm@cua.dk>