]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Fri, 31 Mar 2000 11:55:15 +0000 (11:55 +0000)
committerDave Love <fx@gnu.org>
Fri, 31 Mar 2000 11:55:15 +0000 (11:55 +0000)
lisp/ChangeLog

index cac8ecf3e0c84b743f223a758ab48828cb564ea2..affe7690997b3517dfd843eda903dec5209f2c1f 100644 (file)
@@ -1,3 +1,13 @@
+2000-03-31  Dave Love  <fx@gnu.org>
+
+       * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
+       and :alpha: char classes.
+
+       * mail/supercite.el: Defvar curline when compiling.
+       (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
+       (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
+       rather than a-zA-Z0-9 to allow non-ASCII characters.
+
 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
 
        * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.