comparison lisp/ChangeLog @ 65612:19d18ffa4da3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 Sep 2005 09:37:35 +0000
parents 3fc5b25a4406
children 550b69cb1820
comparison
equal deleted inserted replaced
65611:e9bbecf3b555 65612:19d18ffa4da3
1 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
4 variable `message'.
5
1 2005-09-18 Michael Albinus <michael.albinus@gmx.de> 6 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order 8 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4 to cover prompts like "login as:". Reported by Slawomir Nowaczyk 9 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
5 <slawomir.nowaczyk.847@student.lu.se>. 10 <slawomir.nowaczyk.847@student.lu.se>.
17 with-current-buffer form in save-excursion. 22 with-current-buffer form in save-excursion.
18 23
19 2005-09-18 D Goel <deego@gnufans.org> 24 2005-09-18 D Goel <deego@gnufans.org>
20 25
21 * apropos.el (apropos-command): Fix `message' call: first arg 26 * apropos.el (apropos-command): Fix `message' call: first arg
22 should be a format spec. In this and all other cases that appear 27 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 28 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 29 two conditions were satisfied: [1] I can think of a possibility
25 that the arguments would cause an error, for example, the code is 30 that the arguments would cause an error, for example, the code in
26 question relies on extarnal variables such as filenames. [2] I was 31 question relies on external variables such as filenames. [2] I
27 sure that the arg to `message' could not have been nil in the 32 was sure that the arg to `message' could not have been nil in the
28 code. 33 code.
29 34
30 * textmodes/tildify.el (tildify-region): Ditto. 35 * textmodes/tildify.el (tildify-region): Ditto.
31 36
32 * textmodes/reftex-index.el (reftex-index-change-entry) 37 * textmodes/reftex-index.el (reftex-index-change-entry)
167 * bookmark.el (bookmark-bmenu-locate): Ditto. 172 * bookmark.el (bookmark-bmenu-locate): Ditto.
168 173
169 * obsolete/fast-lock.el (@top-level): Ditto in the macro 174 * obsolete/fast-lock.el (@top-level): Ditto in the macro
170 definition of `with-temp-message'. 175 definition of `with-temp-message'.
171 176
172 * pcomplete.el (pcomplete--help): Fix `message' format spec. Not 177 * pcomplete.el (pcomplete--help): Fix `message' format spec.
173 having a %s would be weird, though not technically wrong. 178 Not having a %s would be weird, though not technically wrong.
174 179
175 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 180 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
176 181
177 * term/mac-win.el (mac-add-charset-info): Doc fix. 182 * term/mac-win.el (mac-add-charset-info): Doc fix.
178 183