# HG changeset patch # User Glenn Morris # Date 1177206977 0 # Node ID b45c21dacfe7f4e4ef4b80faf0d7703859bf87da # Parent 4eb43d6c457374dc0977e5431329188a9cec44ec *** empty log message *** diff -r 4eb43d6c4573 -r b45c21dacfe7 etc/TODO --- a/etc/TODO Sun Apr 22 01:55:37 2007 +0000 +++ b/etc/TODO Sun Apr 22 01:56:17 2007 +0000 @@ -101,6 +101,13 @@ ** make back_comment use syntax-ppss or equivalent. ** Improve configure's treatment of NON_GNU_CPP on Solaris. +(patch available for after Emacs 22) + +** Consider improving src/sysdep.c's search for a fqdn. +http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html + +** Find a proper fix for rcirc multiline nick adding. +http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00684.html * Important features: diff -r 4eb43d6c4573 -r b45c21dacfe7 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 22 01:55:37 2007 +0000 +++ b/lisp/ChangeLog Sun Apr 22 01:56:17 2007 +0000 @@ -1,5 +1,8 @@ 2007-04-22 Glenn Morris + * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom, + and give it the risky-local-variable property. + * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev before defining it.