comparison lisp/ChangeLog @ 55496:7463d23ad340

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 10 May 2004 15:54:52 +0000
parents 510785c43ed0
children 0658d9d79cd7
comparison
equal deleted inserted replaced
55495:4e81c5df6c36 55496:7463d23ad340
1 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4 C-c C-z binding.
5
1 2004-05-10 Kenichi Handa <handa@m17n.org> 6 2004-05-10 Kenichi Handa <handa@m17n.org>
2 7
3 * descr-text.el (describe-char): Fix previous change. Don't make 8 * descr-text.el (describe-char): Fix previous change. Don't make
4 a unibyte character to multibyte in the *Help* buffer. 9 a unibyte character to multibyte in the *Help* buffer.
5 10
27 32
28 * language/japanese.el (cp932): Add alias. 33 * language/japanese.el (cp932): Add alias.
29 34
30 * term/w32-win.el: Require code-pages. 35 * term/w32-win.el: Require code-pages.
31 36
32 * international/mule-cmds.el (set-locale-environment): On 37 * international/mule-cmds.el (set-locale-environment):
33 MS-Windows use ansi code-page for default coding-systems. 38 On MS-Windows use ansi code-page for default coding-systems.
34 Set up paper sizes for Windows 3 letter languages. 39 Set up paper sizes for Windows 3 letter languages.
35 40
36 * international/code-pages.el (cp932, cp936, cp949, cp950): Add 41 * international/code-pages.el (cp932, cp936, cp949, cp950):
37 aliases. Also add cp125* if not already defined. 42 Add aliases. Also add cp125* if not already defined.
38 43
39 2004-05-09 Juanma Barranquero <lektu@terra.es> 44 2004-05-09 Juanma Barranquero <lektu@terra.es>
40 45
41 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read): 46 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
42 Don't use CL-style default args. 47 Don't use CL-style default args.
60 * international/utf-16.el: Likewise. 65 * international/utf-16.el: Likewise.
61 * international/utf-8.el: Likewise. 66 * international/utf-8.el: Likewise.
62 67
63 2004-05-08 John Wiegley <johnw@newartisans.com> 68 2004-05-08 John Wiegley <johnw@newartisans.com>
64 69
65 * iswitchb.el (iswitchb-use-virtual-buffers): Added support for 70 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
66 "virtual buffers" (off by default), which makes it possible to 71 "virtual buffers" (off by default), which makes it possible to
67 switch to the "virtual" buffers of recently visited files. When a 72 switch to the "virtual" buffers of recently visited files. When a
68 buffer name search fails, and this option is on, iswitchb will 73 buffer name search fails, and this option is on, iswitchb will
69 look at the list of recently visited files, and permit matching 74 look at the list of recently visited files, and permit matching
70 against those names. When the user hits RET on a match, it will 75 against those names. When the user hits RET on a match, it will
71 revisit that file. 76 revisit that file.
72 (iswitchb-read-buffer): Added two optional arguments, which makes 77 (iswitchb-read-buffer): Add two optional arguments, which makes
73 isearchb.el possible. 78 isearchb.el possible.
74 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match, 79 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
75 iswitchb-next-match): Added support for virtual buffers. 80 (iswitchb-next-match): Add support for virtual buffers.
76 81
77 * isearchb.el: This module extends iswitchb to provide "as you 82 * isearchb.el: This module extends iswitchb to provide "as you
78 type" buffer selection. 83 type" buffer selection.
79 84
80 * textmodes/flyspell.el (flyspell-highlight-incorrect-region): 85 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
106 111
107 2004-05-08 Juanma Barranquero <lektu@terra.es> 112 2004-05-08 Juanma Barranquero <lektu@terra.es>
108 113
109 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a 114 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
110 word constituent so FOO-ARG is not recognized as an arg. 115 word constituent so FOO-ARG is not recognized as an arg.
111 (help-highlight-arguments): Don't skip lists in mandatory 116 (help-highlight-arguments): Don't skip lists in mandatory arguments.
112 arguments.
113 117
114 * simple.el (next-error): Fix typo in docstring. 118 * simple.el (next-error): Fix typo in docstring.
115 (open-line): Make argument names match their use in docstring. 119 (open-line): Make argument names match their use in docstring.
116 (split-line): Fix docstring. 120 (split-line): Fix docstring.
117 121
125 129
126 2004-05-07 Kai Grossjohann <kai@emptydomain.de> 130 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
127 131
128 Version 2.0.40 of Tramp released. 132 Version 2.0.40 of Tramp released.
129 133
130 * net/tramp.el (tramp-completion-mode, tramp-md5-function): Use 134 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
131 symbol-function to invoke functions only known on some Emacs 135 Use symbol-function to invoke functions only known on some Emacs
132 flavors. This avoids byte-compiler warnings. Reported by Kevin 136 flavors. This avoids byte-compiler warnings. Reported by Kevin
133 Scaldeferri <kevin@scaldeferri.com>. 137 Scaldeferri <kevin@scaldeferri.com>.
134 (tramp-do-copy-or-rename-file-via-buffer): Renamed from 138 (tramp-do-copy-or-rename-file-via-buffer): Rename from
135 tramp-do-copy-or-rename-via-buffer (without `file'), to make it 139 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
136 consistent with the other tramp-do-* functions. 140 consistent with the other tramp-do-* functions.
137 (tramp-do-copy-or-rename-file): Calls adjusted. 141 (tramp-do-copy-or-rename-file): Calls adjusted.
138 (tramp-process-initial-commands): Avoid liveness check on shell -- 142 (tramp-process-initial-commands): Avoid liveness check on shell --
139 we know that it must be alive since we're opening a connection at 143 we know that it must be alive since we're opening a connection at
143 (tramp-send-command): Set tramp-last-cmd. 147 (tramp-send-command): Set tramp-last-cmd.
144 (tramp-wait-for-output): Delete echo, if applicable. 148 (tramp-wait-for-output): Delete echo, if applicable.
145 (tramp-read-passwd): Construct the key for the password cache in a 149 (tramp-read-passwd): Construct the key for the password cache in a
146 way that works for multi methods, too. 150 way that works for multi methods, too.
147 (tramp-bug): Add backup-directory-alist and 151 (tramp-bug): Add backup-directory-alist and
148 bkup-backup-directory-info to bug reports, with Tramp 152 bkup-backup-directory-info to bug reports, with Tramp counterparts.
149 counterparts.
150 153
151 2004-05-07 Michael Albinus <michael.albinus@gmx.de> 154 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
152 155
153 * net/tramp*.el: Suppress byte-compiler warnings where possible. 156 * net/tramp*.el: Suppress byte-compiler warnings where possible.
154 157
155 * net/tramp.el (tramp-out-of-band-prompt-regexp) 158 * net/tramp.el (tramp-out-of-band-prompt-regexp)
156 (tramp-actions-copy-out-of-band): New defcustoms. 159 (tramp-actions-copy-out-of-band): New defcustoms.
157 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process 160 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
158 used instead of a synchronous one. Allows password entering. 161 used instead of a synchronous one. Allows password entering.
159 (tramp-action-out-of-band): New defun. 162 (tramp-action-out-of-band): New defun.
160 (tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove 163 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
161 restriction with password from doc string. 164 Remove restriction with password from doc string.
162 (tramp-bug): Add variables `tramp-terminal-prompt-regexp', 165 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
163 `tramp-out-of-band-prompt-regexp', 166 `tramp-out-of-band-prompt-regexp',
164 `tramp-actions-copy-out-of-band', `password-cache' and 167 `tramp-actions-copy-out-of-band', `password-cache' and
165 `password-cache-expiry'. 168 `password-cache-expiry'.
166 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to 169 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
170 (tramp-handle-insert-directory): Properly quote file name also if 173 (tramp-handle-insert-directory): Properly quote file name also if
171 not full-directory-p. Handle wildcard case. Reported by Andreas 174 not full-directory-p. Handle wildcard case. Reported by Andreas
172 Schwab <schwab@suse.de>. 175 Schwab <schwab@suse.de>.
173 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the 176 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
174 new file. 177 new file.
175 (tramp-handle-file-local-copy, tramp-handle-write-region): The 178 (tramp-handle-file-local-copy, tramp-handle-write-region):
176 permissions of the temporary file are set if filename exists. 179 The permissions of the temporary file are set if filename exists.
177 Reported by Ted Stern <stern@cray.com>. 180 Reported by Ted Stern <stern@cray.com>.
178 (tramp-backup-directory-alist) 181 (tramp-backup-directory-alist)
179 (tramp-bkup-backup-directory-info): New defcustoms. 182 (tramp-bkup-backup-directory-info): New defcustoms.
180 (tramp-file-name-handler-alist): Add entry for 183 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
181 `find-backup-file-name'. 184 (tramp-handle-find-backup-file-name): New function.
182 (tramp-handle-find-backup-file-name): New function. Implements 185 Implements Tramp's find-backup-file-name.
183 Tramp's find-backup-file-name.
184 186
185 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry 187 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
186 for `find-backup-file-name'. 188 for `find-backup-file-name'.
187 189
188 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo 190 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
195 2004-05-07 Juanma Barranquero <lektu@terra.es> 197 2004-05-07 Juanma Barranquero <lektu@terra.es>
196 198
197 * subr.el (lambda): Add arglist description to docstring. 199 * subr.el (lambda): Add arglist description to docstring.
198 (declare): Fix typo in docstring. 200 (declare): Fix typo in docstring.
199 (open-network-stream): Fix docstring. 201 (open-network-stream): Fix docstring.
200 (process-kill-without-query): Fix docstring and add obsolescence 202 (process-kill-without-query): Fix docstring and add obsolescence info.
201 info.
202 (last, butlast, nbutlast): Make arguments match their use in docstring. 203 (last, butlast, nbutlast): Make arguments match their use in docstring.
203 (insert-buffer-substring-no-properties): Likewise. 204 (insert-buffer-substring-no-properties): Likewise.
204 (insert-buffer-substring-as-yank): Likewise. 205 (insert-buffer-substring-as-yank): Likewise.
205 (split-string): Fix docstring. 206 (split-string): Fix docstring.
206 207