changeset 28445:765d0ff9037d

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 31 Mar 2000 11:55:15 +0000
parents 5fd694968d4c
children 28009885f082
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 31 11:54:40 2000 +0000
+++ b/lisp/ChangeLog	Fri Mar 31 11:55:15 2000 +0000
@@ -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.