From: Richard M. Stallman Date: Sun, 30 Oct 2005 15:52:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9c5959e444ee28ec41f2d51667cadfa0491c1ef;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 2c2ad0f7cd0..be1a2f737d1 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -44,7 +44,8 @@ invalid pointer from string_free_list. * BUGS -** VC bug report from Peter Milliken on Sep 21 (emacs-pretest-bug). +** Clean up the confusion about what `unspecified' means +in the face defaults for new frames. ** TCP server processes do not work on Windows. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdd661197de..cb577809486 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2005-10-30 Richard M. Stallman + + * textmodes/flyspell.el (flyspell-external-point-words): + Detect when WORD can't be checked properly because + flyspell-get-word finds just part of it, and move on. + + * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as + boundarychar for Polish. + (ispell-dictionary-alist-4): Add . as boundarychar for Italian. + (ispell-dictionary-alist-3): Add . and @ as boundarychars for French. + 2005-10-31 Nick Roberts * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.