comparison lisp/ChangeLog @ 66295:f6a9ac39c5de

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 21 Oct 2005 23:41:52 +0000
parents 952dcd04e701
children f8a064f9444b
comparison
equal deleted inserted replaced
66294:952dcd04e701 66295:f6a9ac39c5de
1 2005-10-22 Kim F. Storm <storm@cua.dk>
2
3 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4 Change users.
5 (image-type-file-name-regexps): New defconst.
6 (image-type-from-data): Simplify loop.
7 (image-type-from-buffer): New defun.
8 (image-type-from-file-header): Use it instead of image-type-from-data.
9 Use image-search-load-path instead of only looking in data-directory.
10 (image-type-from-file-name): New defun.
11 (image-search-load-path): Make PATH arg optional, default to image-load-path.
12 Change `pathname' to `filename'.
13
1 2005-10-21 Richard M. Stallman <rms@gnu.org> 14 2005-10-21 Richard M. Stallman <rms@gnu.org>
2 15
3 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base. 16 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4 17
5 * textmodes/paragraphs.el (sentence-end-base): New variable. 18 * textmodes/paragraphs.el (sentence-end-base): New variable.