comparison lisp/ChangeLog @ 28445:765d0ff9037d

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 31 Mar 2000 11:55:15 +0000
parents 5fd694968d4c
children 82dd31435cd6
comparison
equal deleted inserted replaced
28444:5fd694968d4c 28445:765d0ff9037d
1 2000-03-31 Dave Love <fx@gnu.org>
2
3 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
4 and :alpha: char classes.
5
6 * mail/supercite.el: Defvar curline when compiling.
7 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9 rather than a-zA-Z0-9 to allow non-ASCII characters.
10
1 2000-03-31 Gerd Moellmann <gerd@gnu.org> 11 2000-03-31 Gerd Moellmann <gerd@gnu.org>
2 12
3 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. 13 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
4 14
5 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): 15 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):