aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog31
1 files changed, 25 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 88c130a0ecb..39cd7f0835c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12005-09-19 Miles Bader <miles@gnu.org>
2
3 * net/newsticker.el: Get rid of CVS keyword.
4
52005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se>
6
7 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8 The prompt is formatted later.
9
102005-09-19 David Ponce <david@dponce.com>
11
12 * tree-widget.el (tree-widget-value-create): Save the converted
13 tree :node widget.
14
152005-09-19 Juanma Barranquero <lekktu@gmail.com>
16
17 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18 variable `message'.
19
12005-09-18 Michael Albinus <michael.albinus@gmx.de> 202005-09-18 Michael Albinus <michael.albinus@gmx.de>
2 21
3 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order 22 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
@@ -19,12 +38,12 @@
192005-09-18 D Goel <deego@gnufans.org> 382005-09-18 D Goel <deego@gnufans.org>
20 39
21 * apropos.el (apropos-command): Fix `message' call: first arg 40 * apropos.el (apropos-command): Fix `message' call: first arg
22 should be a format spec. In this and all other cases that appear 41 should be a format spec. In this and all other cases that appear
23 below and elsewhere in the source code, I made a change only when 42 below and elsewhere in the source code, I made a change only when
24 two conditions were satisfied: [1] I can think of a possibility 43 two conditions were satisfied: [1] I can think of a possibility
25 that the arguments would cause an error, for example, the code is 44 that the arguments would cause an error, for example, the code in
26 question relies on extarnal variables such as filenames. [2] I was 45 question relies on external variables such as filenames. [2] I
27 sure that the arg to `message' could not have been nil in the 46 was sure that the arg to `message' could not have been nil in the
28 code. 47 code.
29 48
30 * textmodes/tildify.el (tildify-region): Ditto. 49 * textmodes/tildify.el (tildify-region): Ditto.
@@ -169,8 +188,8 @@
169 * obsolete/fast-lock.el (@top-level): Ditto in the macro 188 * obsolete/fast-lock.el (@top-level): Ditto in the macro
170 definition of `with-temp-message'. 189 definition of `with-temp-message'.
171 190
172 * pcomplete.el (pcomplete--help): Fix `message' format spec. Not 191 * pcomplete.el (pcomplete--help): Fix `message' format spec.
173 having a %s would be weird, though not technically wrong. 192 Not having a %s would be weird, though not technically wrong.
174 193
1752005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 1942005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
176 195