changeset 74918:c41a1b0f518e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Dec 2006 18:10:19 +0000
parents 898edc583814
children c27a32ee3586
files admin/FOR-RELEASE lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Tue Dec 26 18:02:27 2006 +0000
+++ b/admin/FOR-RELEASE	Tue Dec 26 18:10:19 2006 +0000
@@ -62,8 +62,6 @@
 
 ** 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.
--- a/lisp/ChangeLog	Tue Dec 26 18:02:27 2006 +0000
+++ b/lisp/ChangeLog	Tue Dec 26 18:10:19 2006 +0000
@@ -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'
--- a/src/ChangeLog	Tue Dec 26 18:02:27 2006 +0000
+++ b/src/ChangeLog	Tue Dec 26 18:10:19 2006 +0000
@@ -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>