Mercurial > emacs
changeset 66295:f6a9ac39c5de
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 21 Oct 2005 23:41:52 +0000 |
parents | 952dcd04e701 |
children | 941b6508462f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 21 18:58:08 2005 +0000 +++ b/lisp/ChangeLog Fri Oct 21 23:41:52 2005 +0000 @@ -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.