aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-03-31 11:55:15 +0000
committerDave Love <[email protected]>2000-03-31 11:55:15 +0000
commit7f9de034e87306071871bdda4f5e2573ad23d5e3 (patch)
tree7a02542a9a2992211e07b7ec3d1ea419c2b4a595 /lisp
parentaa110c0c9e972e79fa38b002dea40e5eec1efd56 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cac8ecf3e0..affe769099 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2000-03-31 Dave Love <[email protected]>
+
+ * 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 <[email protected]>
* emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.