changeset 63407:3616dcb9a3f3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 11:37:49 +0000
parents f7610876f0d3
children feca8cc40862
files lisp/ChangeLog lisp/gnus/ChangeLog
diffstat 2 files changed, 24 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 14 11:36:41 2005 +0000
+++ b/lisp/ChangeLog	Tue Jun 14 11:37:49 2005 +0000
@@ -1,3 +1,20 @@
+2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
+
+	* forms.el (forms--intuit-from-file): Fix reference to
+	`forms-number-of-fields' in error message.
+	(forms-print): Fix quoting in error message.
+
+	* forms.el (forms-mode):
+	* emulation/vi.el (vi-goto-insert-state):
+	* progmodes/flymake.el (flymake-new-err-info)
+	(flymake-start-syntax-check-for-current-buffer)
+	(flymake-simple-cleanup):
+	* eshell/esh-var.el (eshell/export):
+	* progmodes/gud.el (xdb):
+	* textmodes/flyspell.el (flyspell-incorrect-hook)
+	(flyspell-maybe-correct-transposition)
+	(flyspell-maybe-correct-doubling): Fix quoting in docstring.
+
 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
--- a/lisp/gnus/ChangeLog	Tue Jun 14 11:36:41 2005 +0000
+++ b/lisp/gnus/ChangeLog	Tue Jun 14 11:37:49 2005 +0000
@@ -1,3 +1,9 @@
+2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
+
+	* message.el (message-is-yours-p): Fix quoting in docstring.
+
+	* gnus-sum.el (gnus-auto-select-subject): Likewise.
+
 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* mm-view.el (mm-inline-text): Withdraw the last change.
@@ -80,7 +86,7 @@
 
 2005-05-31  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-	* gnus-group.el (): Require gnus-sum and autoload functions to
+	* gnus-group.el: Require gnus-sum and autoload functions to
 	resolve warnings when gnus-group.el compiled alone.
 
 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>