changeset 105645:b56676f12c27

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 17 Oct 2009 03:10:10 +0000
parents 4c1014e9a8e3
children 73061661951d
files lisp/ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 17 03:09:53 2009 +0000
+++ b/lisp/ChangeLog	Sat Oct 17 03:10:10 2009 +0000
@@ -1,3 +1,20 @@
+2009-10-17  Jari Aalto  <jari.aalto@cante.net>
+
+	* textmodes/ispell.el (ispell-get-decoded-string): Give an error
+	if no match is found for the current dictionary.  (Bug#4578)
+
+	* textmodes/flyspell.el (flyspell-get-word): Make `following' argument
+	optional, since that is how it is documented, and this is often called
+	with a nil argument.  (Bug#4577)
+	(flyspell-external-point-words, flyspell-auto-correct-word)
+	(flyspell-correct-word-before-point, flyspell-word-search-forward)
+	(flyspell-word-search-backward): Remove nil argument in calls to
+	flyspell-get-word, since it is not needed now.
+
+2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
+
+	* play/doctor.el (doctor-adverbp): Exclude some nouns.	(Bug#4565)
+
 2009-10-16  Glenn Morris  <rgm@gnu.org>
 
 	* net/rcirc.el (rcirc-authenticate): Simplify previous change.