changeset 77386:b45c21dacfe7

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 22 Apr 2007 01:56:17 +0000
parents 4eb43d6c4573
children 0ba16e896532
files etc/TODO lisp/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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:
 
--- 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  <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.