]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 21 Oct 2005 23:41:52 +0000 (23:41 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 21 Oct 2005 23:41:52 +0000 (23:41 +0000)
lisp/ChangeLog

index 185c9ec9438ce0d5e07fd70de046812f79bb700f..1e26a60096ddcf7c66587145b5a7561cafd6ef62 100644 (file)
@@ -1,3 +1,16 @@
+2005-10-22  Kim F. Storm  <storm@cua.dk>
+
+       * image.el (image-type-header-regexps): Rename from image-type-regexps.
+       Change users.
+       (image-type-file-name-regexps): New defconst.
+       (image-type-from-data): Simplify loop.
+       (image-type-from-buffer): New defun.
+       (image-type-from-file-header): Use it instead of image-type-from-data.
+       Use image-search-load-path instead of only looking in data-directory.
+       (image-type-from-file-name): New defun.
+       (image-search-load-path): Make PATH arg optional, default to image-load-path.
+       Change `pathname' to `filename'.
+
 2005-10-21  Richard M. Stallman  <rms@gnu.org>
 
        * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.