comparison lisp/ChangeLog @ 55204:e23d5770ddb5

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 Apr 2004 22:02:27 +0000
parents 4c64ee838f41
children a2fdb97fe128
comparison
equal deleted inserted replaced
55203:7e5d16ca1ee2 55204:e23d5770ddb5
1 2004-04-28 Masatake YAMATO <jet@gyve.org> 1 2004-04-28 Masatake YAMATO <jet@gyve.org>
2 2
3 * subr.el (remove-overlays): Make arguments 3 * subr.el (remove-overlays): Make arguments optional.
4 optional. 4
5 5 * wid-edit.el (widget-specify-button): Put evaporate to the
6 * wid-edit.el (widget-specify-button): Put evaporate to the
7 overlay for sample. 6 overlay for sample.
8 (widget-specify-sample): Put evaporate to the overlay for sample. 7 (widget-specify-sample): Put evaporate to the overlay for sample.
9 (widget-specify-doc): Put evaporate to the overlay for documentation. 8 (widget-specify-doc): Put evaporate to the overlay for documentation.
10 9
11 2004-04-27 Jesper Harder <harder@ifa.au.dk> 10 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15 14
16 2004-04-27 Eli Zaretskii <eliz@gnu.org> 15 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17 16
18 * net/browse-url.el (browse-url-netscape-sentinel) 17 * net/browse-url.el (browse-url-netscape-sentinel)
19 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel) 18 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
20 (browse-url-epiphany-sentinel, browse-url-mosaic): Use 19 (browse-url-epiphany-sentinel, browse-url-mosaic):
21 browse-url-*-program instead of a literal program name. 20 Use browse-url-*-program instead of a literal program name.
22 21
23 2004-04-27 Kevin Ryde <user42@zip.com.au> 22 2004-04-27 Kevin Ryde <user42@zip.com.au>
24 23
25 * eshell/em-alias.el: 24 * eshell/em-alias.el:
26 * eshell/em-dirs.el: 25 * eshell/em-dirs.el:
37 36
38 * type-break.el: Capitalise Emacs and Lisp. 37 * type-break.el: Capitalise Emacs and Lisp.
39 (type-break-good-break-interval, type-break-demo-boring-stats) 38 (type-break-good-break-interval, type-break-demo-boring-stats)
40 (type-break-terse-messages, type-break-file-name): New defcustoms. 39 (type-break-terse-messages, type-break-file-name): New defcustoms.
41 (type-break-post-command-hook) 40 (type-break-post-command-hook)
42 (type-break-warning-countdown-string): Quote variable names in 41 (type-break-warning-countdown-string): Quote variable names in doc.
43 doc. 42 (type-break-interval-start, type-break-auto-save-file-name): New vars.
44 (type-break-interval-start, type-break-auto-save-file-name): New
45 defvars.
46 (type-break-mode): Document type-break-good-break-interval and the 43 (type-break-mode): Document type-break-good-break-interval and the
47 "session" file. Schedule break according to the session file. 44 "session" file. Schedule break according to the session file.
48 Kill session file buffer on exit. Organise for save-some-buffers 45 Kill session file buffer on exit. Organise for save-some-buffers
49 to always save the session file. 46 to always save the session file.
50 (type-break-mode-line-message-mode, type-break-query-mode): 47 (type-break-mode-line-message-mode, type-break-query-mode):
52 (type-break-file-time, type-break-file-keystroke-count, timep) 49 (type-break-file-time, type-break-file-keystroke-count, timep)
53 (type-break-choose-file, type-break-get-previous-time) 50 (type-break-choose-file, type-break-get-previous-time)
54 (type-break-get-previous-count): New defuns. 51 (type-break-get-previous-count): New defuns.
55 (type-break): Avoid break querying after a completed break in the 52 (type-break): Avoid break querying after a completed break in the
56 case where the query was initiated during user invocation of the 53 case where the query was initiated during user invocation of the
57 break. Optional terse messages. Use 54 break. Optional terse messages.
58 type-break-good-break-interval if type-break-good-rest-interval is 55 Use type-break-good-break-interval if type-break-good-rest-interval is
59 nil. File the break time. 56 nil. File the break time.
60 (type-break-schedule): New optional args for overriding the use of 57 (type-break-schedule): New optional args for overriding the use of
61 the current time. 58 the current time.
62 (type-break-cancel-time-warning-schedule): Avoid leftover warnings 59 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
63 after a break. 60 after a break.
64 (type-break-check): File the keystroke count. 61 (type-break-check): File the keystroke count.
65 (type-break-do-query): Prevent a second query when the break is 62 (type-break-do-query): Prevent a second query when the break is
66 interrupted. Optional terse message. 63 interrupted. Optional terse message.
67 (type-break-keystroke-reset): Record the start of a typing 64 (type-break-keystroke-reset): Record the start of a typing interval.
68 interval.
69 (type-break-demo-boring): Optional terse messages. Display word 65 (type-break-demo-boring): Optional terse messages. Display word
70 per minute and keystroke counts according to 66 per minute and keystroke counts according to
71 type-break-demo-boring-stats. 67 type-break-demo-boring-stats.
72 68
73 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change) 69 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
152 148
153 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. 149 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
154 150
155 2004-04-26 Eli Zaretskii <eliz@gnu.org> 151 2004-04-26 Eli Zaretskii <eliz@gnu.org>
156 152
157 * progmodes/gud.el (gud-pdb-command-name): Change default to 153 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
158 "pydb".
159 154
160 2004-04-25 Luc Teirlinck <teirllm@auburn.edu> 155 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
161 156
162 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring. 157 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
163 (ielm): Only go to the end of the buffer when starting a new process. 158 (ielm): Only go to the end of the buffer when starting a new process.
180 Also recognize severe Irix et al. messages. 175 Also recognize severe Irix et al. messages.
181 (compilation-normalize-filename, compile-abbreviate-directory): 176 (compilation-normalize-filename, compile-abbreviate-directory):
182 Delete functions. 177 Delete functions.
183 (compilation-get-file-structure): New function inherits 178 (compilation-get-file-structure): New function inherits
184 functionality of the two preceding ones. 179 functionality of the two preceding ones.
185 (compilation-internal-error-properties, compilation-fake-loc): Use 180 (compilation-internal-error-properties, compilation-fake-loc):
186 it so that different paths to the same file share the same 181 Use it so that different paths to the same file share the same
187 markers. Also optimize finding adjacent marker slightly. 182 markers. Also optimize finding adjacent marker slightly.
188 183
189 2004-04-25 Kim F. Storm <storm@cua.dk> 184 2004-04-25 Kim F. Storm <storm@cua.dk>
190 185
191 * image.el (insert-sliced-image): Add line-spacing t property 186 * image.el (insert-sliced-image): Add line-spacing t property
214 209
215 * mail/rmail.el (rmail-mail-new-frame): Doc fix. 210 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
216 (rmail-start-mail): Support rmail-mail-new-frame even on 211 (rmail-start-mail): Support rmail-mail-new-frame even on
217 terminals that can display only one frame at a time. 212 terminals that can display only one frame at a time.
218 213
214 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
217 (checkdoc-output-font-lock-keywords): Remove error regexp.
218 (checkdoc-output-mode-map): Remove.
219 (checkdoc-output-mode): Derive from compilation-mode.
220 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
221
222 * dired.el (dired-mode-map): Add a menu entry for wdired.
223
224 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
225 (rx-bracket, rx-check-any, rx-any): Clean up name space.
226
227 * wdired.el: (wdired-mode-map): Move init into declaration.
228 Fix `return' binding.
229 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
230 Use force-mode-line-update.
231 (wdired-get-filename): Use `unless'.
232 (wdired-preprocess-files): Don't assume names have no \n and use / for
233 dir separator.
234 (wdired-normalize-filename): Use replace-regexp-in-string.
235 (wdired-load-hooks): Remove.
236 (wdired-mode-hooks): Rename to wdired-mode-hook.
237
238 * info-look.el: Add support for cfengine-mode.
239 (info-lookup-setup-mode): Use dolist.
240
241 2004-04-23 Juan Le,As(Bn Lahoz Garc,Am(Ba <juan-leon.lahoz@tecsidel.es>
242
243 * wdired.el: New file.
244
219 2004-04-23 Juanma Barranquero <lektu@terra.es> 245 2004-04-23 Juanma Barranquero <lektu@terra.es>
220 246
221 * ielm.el (inferior-emacs-lisp-mode): Fix docstring. 247 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
222 248
223 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg) 249 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
229 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that 255 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
230 handles wrong-number-of-arguments in backend call. 256 handles wrong-number-of-arguments in backend call.
231 257
232 * vc.el (vc-print-log): Likewise. 258 * vc.el (vc-print-log): Likewise.
233 259
260 2004-04-20 Dave Love <fx@gnu.org>
261
262 * emacs-lisp/rx.el: Doc fixes.
263 (rx-constituents): Add/extend many forms.
264 (rx-check): Check form is a list.
265 (bracket): Defvar.
266 (rx-check-any, rx-any, rx-check-not): Modify.
267 (rx-not): Simplify.
268 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
269 (rx-kleene): Use rx-trans-forms.
270 (rx-quote-for-set): Delete.
271 (rx): Allow multiple args.
272
234 2004-04-23 Kenichi Handa <handa@m17n.org> 273 2004-04-23 Kenichi Handa <handa@m17n.org>
235 274
236 * international/mule-util.el (char-displayable-p): Simplified by 275 * international/mule-util.el (char-displayable-p): Simplify by
237 using internal-char-font. 276 using internal-char-font.
238 277
239 2004-04-23 Juanma Barranquero <lektu@terra.es> 278 2004-04-23 Juanma Barranquero <lektu@terra.es>
240 279
241 * makefile.w32-in: Add "-*- makefile -*-" mode tag. 280 * makefile.w32-in: Add "-*- makefile -*-" mode tag.