diff lisp/ChangeLog @ 90229:626b546fed64

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-83 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 554-555) - Update from CVS - Remove CVS keywords from newsticker files
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 11:00:10 +0000
parents fa0da9b57058 2148ae4e135a
children ee12d75eb214
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Sep 19 10:20:33 2005 +0000
+++ b/lisp/ChangeLog	Mon Sep 19 11:00:10 2005 +0000
@@ -1,3 +1,22 @@
+2005-09-19  Miles Bader  <miles@gnu.org>
+
+	* net/newsticker.el: Get rid of CVS keyword.
+
+2005-09-19  Johan Bockg,Ae(Brd  <bojohan+sf@dd.chalmers.se>
+
+	* dired-aux.el (dired-handle-overwrite): Don't use `format' here.
+	The prompt is formatted later.
+
+2005-09-19  David Ponce  <david@dponce.com>
+
+	* tree-widget.el (tree-widget-value-create): Save the converted
+	tree :node widget.
+
+2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
+
+	* progmodes/sh-script.el (sh-blink): Fix spurious reference to
+	variable `message'.
+
 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
@@ -19,12 +38,12 @@
 2005-09-18  D Goel  <deego@gnufans.org>
 
 	* apropos.el (apropos-command): Fix `message' call: first arg
-	should be a format spec. In this and all other cases that appear
+	should be a format spec.  In this and all other cases that appear
 	below and elsewhere in the source code, I made a change only when
 	two conditions were satisfied: [1] I can think of a possibility
-	that the arguments would cause an error, for example, the code is
-	question relies on extarnal variables such as filenames. [2] I was
-	sure that the arg to `message' could not have been nil in the
+	that the arguments would cause an error, for example, the code in
+	question relies on external variables such as filenames.  [2] I
+	was sure that the arg to `message' could not have been nil in the
 	code.
 
 	* textmodes/tildify.el (tildify-region): Ditto.
@@ -169,8 +188,8 @@
 	* obsolete/fast-lock.el (@top-level): Ditto in the macro
 	definition of `with-temp-message'.
 
-	* pcomplete.el (pcomplete--help): Fix `message' format spec. Not
-	having a %s would be weird, though not technically wrong.
+	* pcomplete.el (pcomplete--help): Fix `message' format spec.
+	Not having a %s would be weird, though not technically wrong.
 
 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>