aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO7
-rw-r--r--lisp/ChangeLog3
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 75c57b73449..0c778c7b7be 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -101,6 +101,13 @@ current buffer.
101** make back_comment use syntax-ppss or equivalent. 101** make back_comment use syntax-ppss or equivalent.
102 102
103** Improve configure's treatment of NON_GNU_CPP on Solaris. 103** Improve configure's treatment of NON_GNU_CPP on Solaris.
104(patch available for after Emacs 22)
105
106** Consider improving src/sysdep.c's search for a fqdn.
107http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html
108
109** Find a proper fix for rcirc multiline nick adding.
110http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00684.html
104 111
105* Important features: 112* Important features:
106 113
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0855c8a8218..8c2be56191b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12007-04-22 Glenn Morris <rgm@gnu.org> 12007-04-22 Glenn Morris <rgm@gnu.org>
2 2
3 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
4 and give it the risky-local-variable property.
5
3 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev 6 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
4 before defining it. 7 before defining it.
5 8