diff options
| -rw-r--r-- | etc/TODO | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 |
2 files changed, 10 insertions, 0 deletions
| @@ -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. | ||
| 107 | http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html | ||
| 108 | |||
| 109 | ** Find a proper fix for rcirc multiline nick adding. | ||
| 110 | http://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 @@ | |||
| 1 | 2007-04-22 Glenn Morris <rgm@gnu.org> | 1 | 2007-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 | ||