comparison lisp/ChangeLog @ 32004:653438b51742

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Fri, 29 Sep 2000 13:52:39 +0000
parents b0011431e6fa
children cfd201123ef1
comparison
equal deleted inserted replaced
32003:ff2dfe1f1df9 32004:653438b51742
1 2000-09-29 Miles Bader <miles@gnu.org>
2
3 * image-file.el (image-file-name-extensions): New variable.
4 (image-file-name-regexps): Renamed from `image-file-regexps'.
5 New default value is nil. Call `auto-image-file-mode'.
6 (image-file-name-regexp): New function.
7 (auto-image-file-mode): New minor mode.
8 (insert-image-file): Don't make conditional on the image-file
9 handler being enabled.
10 (image-file-handler): Make the call here conditional instead.
11 (set-image-file-handler-enabled, enable-image-file-handler)
12 (disable-image-file-handler): Functions removed.
13
14 * emacs-lisp/authors.el (authors-print): Rephrase many-files
15 string.
16
1 2000-09-29 Gerd Moellmann <gerd@gnu.org> 17 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2 18
3 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*'; 19 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4 it's a function from CL. 20 it's a function from CL.
5 (latex-imenu-create-index): Replace eval-when-compile with progn 21 (latex-imenu-create-index): Replace eval-when-compile with progn