aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-10-21 23:41:52 +0000
committerKim F. Storm2005-10-21 23:41:52 +0000
commit76b581f284cb4229b676e84430b378263fa0ad52 (patch)
treeb476c678b27b8e6712fbdaf85001c1d8d822fab1
parentbb66398d919f8014bfd0f4732e6f276eec5c13f3 (diff)
downloademacs-76b581f284cb4229b676e84430b378263fa0ad52.tar.gz
emacs-76b581f284cb4229b676e84430b378263fa0ad52.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 185c9ec9438..1e26a60096d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12005-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
12005-10-21 Richard M. Stallman <rms@gnu.org> 142005-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.