*** empty log message ***

This commit is contained in:
Glenn Morris 2007-04-22 01:56:17 +00:00
parent 3a5cc2b71e
commit 67ccd6cbc5
2 changed files with 10 additions and 0 deletions

View file

@ -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:

View 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.