]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Sun, 22 Apr 2007 01:56:17 +0000 (01:56 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 22 Apr 2007 01:56:17 +0000 (01:56 +0000)
etc/TODO
lisp/ChangeLog

index 75c57b73449c5fdcddb041bc26601757cf3142a8..0c778c7b7bedc6b59c88f26c13db123027836f64 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -101,6 +101,13 @@ current buffer.
 ** 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:
 
index 0855c8a82188a43c501eaa5bce5a22d6bc672a4d..8c2be56191bffd7fe5648e4e3e11ed743a86d282 100644 (file)
@@ -1,5 +1,8 @@
 2007-04-22  Glenn Morris  <rgm@gnu.org>
 
+       * 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.