]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Dec 2006 18:10:19 +0000 (18:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Dec 2006 18:10:19 +0000 (18:10 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
src/ChangeLog

index c01cf3612fa63ffeea8ce84585074fbae75448fd..f1ad73abed799ae0461275388ecf37800ed3d412 100644 (file)
@@ -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.
index 6d4d36d3be096f40ab303509ee24238e7fb1519f..fb34edb883effc4d1852b2867775b92af0c4742f 100644 (file)
@@ -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'
index 74be21a421bae28bb63e9285c43b65287525bf05..e624d93275c98db503ded10a924ccdcd831794e7 100644 (file)
@@ -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>