Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
90228:fa0da9b57058 | 90229:626b546fed64 |
---|---|
1 2005-09-19 Miles Bader <miles@gnu.org> | |
2 | |
3 * net/newsticker.el: Get rid of CVS keyword. | |
4 | |
5 2005-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 | |
10 2005-09-19 David Ponce <david@dponce.com> | |
11 | |
12 * tree-widget.el (tree-widget-value-create): Save the converted | |
13 tree :node widget. | |
14 | |
15 2005-09-19 Juanma Barranquero <lekktu@gmail.com> | |
16 | |
17 * progmodes/sh-script.el (sh-blink): Fix spurious reference to | |
18 variable `message'. | |
19 | |
1 2005-09-18 Michael Albinus <michael.albinus@gmx.de> | 20 2005-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 |
4 to cover prompts like "login as:". Reported by Slawomir Nowaczyk | 23 to cover prompts like "login as:". Reported by Slawomir Nowaczyk |
5 <slawomir.nowaczyk.847@student.lu.se>. | 24 <slawomir.nowaczyk.847@student.lu.se>. |
17 with-current-buffer form in save-excursion. | 36 with-current-buffer form in save-excursion. |
18 | 37 |
19 2005-09-18 D Goel <deego@gnufans.org> | 38 2005-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. |
31 | 50 |
32 * textmodes/reftex-index.el (reftex-index-change-entry) | 51 * textmodes/reftex-index.el (reftex-index-change-entry) |
167 * bookmark.el (bookmark-bmenu-locate): Ditto. | 186 * bookmark.el (bookmark-bmenu-locate): Ditto. |
168 | 187 |
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 |
175 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 194 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
176 | 195 |
177 * term/mac-win.el (mac-add-charset-info): Doc fix. | 196 * term/mac-win.el (mac-add-charset-info): Doc fix. |
178 | 197 |