# HG changeset patch # User Kim F. Storm # Date 1129938112 0 # Node ID f6a9ac39c5de5c72242691c7dcc5e9b53711e3a7 # Parent 952dcd04e7017a204d1bd453afcf99625542673d *** empty log message *** diff -r 952dcd04e701 -r f6a9ac39c5de lisp/ChangeLog --- 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 + + * 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 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.