]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2
3 * emacs-lisp/copyright.el (copyright-update-year): Delete code
4 that replaces 20xy with xy.
5
6 2004-08-17 John Paul Wallington <jpw@gnu.org>
7
8 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
9 (reb-force-update): Doc fix.
10
11 2004-08-16 Richard M. Stallman <rms@gnu.org>
12
13 * progmodes/which-func.el (which-func-update-1): Doc fix.
14
15 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
16 (sh-mode-abbrev-table): New variable.
17
18 * progmodes/compile.el (compilation-mode): Doc fix.
19
20 * emacs-lisp/lisp-mode.el (eval-last-sexp):
21 Don't cons a new symbol each time.
22 (eval-last-sexp-fake-value): New variable.
23
24 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
25 (copyright-update-year): Detect continuation of list of years.
26
27 * term.el (term-default-fg-color, term-default-bg-color)
28 (ansi-term-color-vector): Use `unspecified', not nil, as default.
29
30 * imenu.el: Several doc fixes: don't say variables are buffer-local.
31
32 2004-08-16 Davis Herring <herring@lanl.gov>
33
34 * isearch.el (isearch-string, isearch-message-string, isearch-point)
35 (isearch-success, isearch-forward-flag, isearch-other-end)
36 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
37 (isearch-barrier, isearch-within-brackets)
38 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
39
40 2004-08-16 Kenichi Handa <handa@m17n.org>
41
42 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
43
44 2004-08-15 Kenichi Handa <handa@m17n.org>
45
46 * term/x-win.el (x-selection-value): If utf8 was successful but
47 ctext was not, use utf8 string.
48
49 2004-08-14 Davis Herring <herring@lanl.gov>
50
51 * isearch.el: Remove accidental changes of March 4. Fix backing
52 up when a regexp isearch is made more general. Use symbolic
53 accessor functions for isearch stack frames to make usage clearer.
54 (search-whitespace-regexp): Made groups in documentation shy (as
55 is the group in the default value).
56 (isearch-fallback): New function, addresses problems with regexps
57 liberalized by `\|', adds support for liberalization by `\}' (the
58 general repetition construct), and incorporates behavior for
59 `*'/`?'.
60 (isearch-}-char): New command, calls `isearch-fallback' with
61 arguments appropriate to a typed `}'.
62 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
63 appropriately.
64 (isearch-mode-map): Bind `}' to `isearch-}-char'.
65 (isearch-string, isearch-message,string, isearch-point)
66 (isearch-success, isearch-forward-flag, isearch-other-end)
67 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
68 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
69 New inline functions to read fields of a stack frame.
70
71 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
72
73 * battery.el (battery-linux-proc-acpi): Look into battery
74 directories matching the literal string "CMB", too (required for
75 Linux kernel version 2.6.7).
76
77 2004-08-14 John Paul Wallington <jpw@gnu.org>
78
79 * cus-start.el (read-file-name-completion-ignore-case): Add.
80 (blink-cursor-alist): Change version to "21.4".
81
82 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
83
84 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
85
86 * speedbar.el (speedbar-scan-subdirs): New option.
87 (speedbar-file-lists): Don't ignore file-name case on Unix and use
88 dolist.
89 (speedbar-insert-files-at-point): Take an extra argument and use
90 it to optionally find out if a subdir is empty. Also unreadable
91 files don't get expand buttons.
92 (speedbar-directory): New image (unused pixmap already existed).
93 (speedbar-expand-image-button-alist): Use it.
94
95 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
96
97 CC Mode update to 5.30.9:
98
99 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
100 Moved from cc-vars to cc-defs for dependency reasons. Fixed the
101 POSIX char class test to check that it works in
102 `skip-chars-(forward|backward)' too.
103
104 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
105 first argument starts with a special brace list.
106
107 * progmodes/cc-engine.el (c-forward-type): Fixed promotion bug
108 when `c-opt-type-concat-key' is used (i.e. in Pike).
109
110 * progmodes/cc-engine.el (c-looking-at-special-brace-list): Fixed
111 bug when the inner char pair doesn't have paren syntax, i.e. "(<
112 >)".
113
114 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
115 whitespace safe.
116
117 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed anchor
118 position for `arglist-intro', `arglist-cont-nonempty' and
119 `arglist-close' when there are two arglist open parens on the same
120 line and there's nothing in front of the first.
121
122 * progmodes/cc-fonts.el (c-basic-matchers-before): Fixed font
123 locking of qualified names in Java, which previously could fontify
124 common indexing expressions in many cases. The standard Java
125 naming conventions are used to tell them apart.
126
127 * progmodes/cc-align.el (c-lineup-whitesmith-in-block): Fixed
128 inconsistency wrt opening parens on the first line inside a paren
129 block.
130
131 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
132 compile time for the sake of `c-major-mode-is'.
133
134 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
135 `c-major-mode-is' in the event that this is used inside a
136 `c-lang-defconst'.
137
138 * progmodes/cc-defs.el (c-major-mode-is): Fixed expansion inside
139 `c-lang-defconst' so that it works better with fallback languages.
140
141 * progmodes/cc-defs.el (c-add-language): Fixed a typo that caused
142 it to fail to record the base mode.
143
144 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fixed
145 bug so that it doesn't go past the closing paren when PAREN-LEVEL
146 is used. Reordered the syntax checks to get more efficient
147 skipping in some situations.
148
149 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
150 continuation which might precede the newly inserted '{'.
151
152 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fixed
153 cases where it could loop indefinitely.
154
155 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
156 size specs correctly. Only fontify identifiers in front of '('
157 with as functions - don't accept any paren char. Tightened up
158 initializer skipping to stop before function and class blocks.
159
160 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
161 the point could be left directly after an open paren when finding
162 the beginning of the first decl in the block.
163
164 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
165 table when filtering out legitimate open parens to be recorded.
166 This could cause cache inconsistencies when e.g.
167 `c++-template-syntax-table' was temporarily in use.
168
169 * progmodes/cc-engine.el (c-on-identifier,
170 c-simple-skip-symbol-backward): Small fix for handling "-"
171 correctly in `skip-chars-backward'. Affected the operator lfun
172 syntax in Pike.
173
174 * progmodes/cc-engine.el (c-invalidate-sws-region-after): Fixed
175 bug that could cause an error from `after-change-functions' when
176 the changed region is at bob.
177
178 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
179
180 CC Mode update to 5.30.9:
181
182 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
183 to say that <TAB> doesn't insert WS into a CPP line.
184 (c-indent-command, c-tab-always-indent): Amend doc strings.
185
186 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
187 checks for user errors, thus eliminating cryptic and unhelpful
188 Emacs error messages. (1) Check the arg to `c-set-style' is a
189 string. (2) Check that settings to `c-offsets-alist' are not
190 spuriously quoted.
191
192 * progmodes/cc-cmds.el: (c-electric-brace): don't delete a comment
193 which precedes the newly inserted `{'.
194
195 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
196
197 Sync with Tramp 2.0.44.
198
199 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
200 function "tramp_file_attributes". Otherwise, file names
201 containing spaces are misinterpreted. Reported by Magnus Henoch
202 <mange@freemail.hu>.
203 (tramp-handle-file-truename): FILENAME must be expanded first.
204 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
205 obscure results. Reported by D. Goel <deego@gnufans.org>.
206 (tramp-handle-verify-visited-file-modtime): If file does not
207 exist, say it is not modified if and only if that agrees with the
208 buffer's record. Check whether a file is visiting the buffer, or
209 the buffer has no recorded last modification time. Return t in
210 case the visiting file doesn't exist. Suggested by Luc Teirlinck
211 <teirllm@auburn.edu>.
212 (tramp-handle-write-region): Pass modtime explicitely to
213 `set-visited-file-modtime', because filename can be different
214 from (buffer-file-name) if `file-precious-flag' is set.
215 `set-visited-file-modtime' must be called always when `visit' is t
216 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
217 (tramp-handle-set-visited-file-modtime): If `time-list' is not
218 nil, don't apply the whole body. If the file doesn't exists, set
219 modtime to '(-1 65535). Suggested by Luc Teirlinck
220 <teirllm@auburn.edu>.
221
222 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
223
224 * help.el (describe-bindings): Doc fix.
225
226 * subr.el (kbd): Doc fix.
227
228 2004-08-08 John Paul Wallington <jpw@gnu.org>
229
230 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
231 instead of `string-to-int'.
232 (define-ibuffer-column mode): Fix indentation.
233
234 2004-08-08 Lars Hansen <larsh@math.ku.dk>
235
236 * wid-edit.el (widget-sexp-validate): Allow whitespace after
237 expression.
238
239 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
240
241 * subr.el (global-unset-key, local-unset-key): Doc fixes.
242
243 * novice.el (disabled-command-function): New variable renamed from
244 `disabled-command-hook'.
245 (disabled-command-hook): Keep the _variable_ as alias for
246 `disabled-command-function' and make obsolete.
247 (disabled-command-function): Function renamed from
248 `disabled-command-hook'. Adapt code to name change of the variable.
249
250 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
251
252 * simple.el (completion-root-regexp): New defvar.
253 (completion-setup-function): Use it instead of a literal string.
254
255 2004-08-07 John Paul Wallington <jpw@gnu.org>
256
257 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
258 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
259 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
260 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
261
262 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
263
264 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
265 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
266
267 2004-08-04 Kenichi Handa <handa@m17n.org>
268
269 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix
270 previous change.
271
272 2004-08-03 Kenichi Handa <handa@m17n.org>
273
274 * international/encoded-kb.el: The following changes are to
275 utilize key-translation-map instead of minor mode map.
276 (encoded-kbd-iso2022-non-ascii-map): Delete it.
277 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
278 (encoded-kbd-last-key): New function.
279 (encoded-kbd-iso2022-single-shift): New function.
280 (encoded-kbd-iso2022-designation)
281 (encoded-kbd-self-insert-iso2022-7bit)
282 (encoded-kbd-self-insert-iso2022-8bit)
283 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
284 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
285 key-translation-map.
286 (encoded-kbd-setup-keymap): Setup key-translation-map.
287 (saved-key-translation-map): New variable.
288 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
289 for the change of encoded-kbd-setup-keymap.
290
291 2004-08-02 Kim F. Storm <storm@cua.dk>
292
293 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
294 and call compute-motion with nil for topos and width to get proper
295 usable width and height for both window and non-window systems.
296
297 * windmove.el (windmove-coordinates-of-position): Let compute-motion
298 calculate usable window width and height.
299
300 * window.el (window-buffer-height): Call compute-motion with nil width.
301
302 2004-08-01 David Kastrup <dak@gnu.org>
303
304 * replace.el (query-replace-read-from): Use
305 `query-replace-compile-replacement'.
306 (query-replace-compile-replacement): New function.
307 (query-replace-read-to): Use `query-replace-compile-replacement'
308 for repeating the last command.
309
310 2004-08-01 John Paul Wallington <jpw@gnu.org>
311
312 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
313 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
314 (pr-switches): Remove period from end of error messages.
315
316 * help-mode.el (help-go-back): Likewise.
317
318 * abbrev.el (only-global-abbrevs): Doc fix.
319 (edit-abbrevs-map): Define within defvar.
320 (quietly-read-abbrev-file): Doc fix.
321
322 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
323
324 * novice.el (enable-command, disable-command): Doc fixes.
325
326 * subr.el (event-modifiers, event-basic-type): Doc fixes.
327
328 2004-07-30 Richard M. Stallman <rms@gnu.org>
329
330 * subr.el (with-local-quit): Doc fix.
331
332 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
333
334 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
335
336 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
337
338 * custom.el (defcustom): Doc fix.
339
340 2004-07-28 Masatake YAMATO <jet@gyve.org>
341
342 * progmodes/etags.el (etags-tags-apropos): Show building progress.
343
344 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * imenu.el (imenu-prev-index-position-function)
347 (imenu-extract-index-name-function, imenu-name-lookup-function)
348 (imenu--index-alist): Docstring redundancy fix.
349
350 2004-07-25 Lars Hansen <larsh@math.ku.dk>
351
352 * wdired.el (wdired-finish-edit): Require dired-aux before locally
353 binding dired-backup-overwrite.
354
355 2004-07-25 John Paul Wallington <jpw@gnu.org>
356
357 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
358
359 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
360
361 * term/tty-colors.el (tty-color-approximate): Doc fix.
362
363 * select.el (x-get-selection, x-set-selection): Doc fixes.
364
365 * frame.el (make-frame): Doc fix.
366
367 2004-07-24 Richard M. Stallman <rms@gnu.org>
368
369 * mail/rmail.el (rmail-mime-charset-pattern):
370 Don't include semicolon in the charset value.
371
372 * replace.el (occur-next-error): Call set-window-point.
373 (occur-engine): Handle negative NLINES.
374
375 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
376
377 * frame.el (modify-all-frames-parameters): Minor doc fix.
378 (set-frame-configuration): Doc fix.
379
380 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
381
382 * simple.el (completion-setup-function): Compute the common parts
383 and the first difference place correctly when
384 partial-completion-mode is on.
385
386 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
387
388 * ps-print.el: Doc fix.
389 (ps-print-version): New version 6.6.5.
390 (ps-printing-region): Doc fix.
391 (ps-generate-string-list): Comment fix.
392 (ps-message-log-max): Code fix.
393
394
395 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
396
397 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
398 generated PostScript.
399
400 2004-07-22 Kim F. Storm <storm@cua.dk>
401
402 * progmodes/make-mode.el: Fix comments.
403
404 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
405
406 * printing.el: Doc fix.
407
408 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
409
410 * frame.el (modify-all-frames-parameters): Minor doc fix.
411
412 2004-07-20 Richard M. Stallman <rms@gnu.org>
413
414 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
415 (fill-delete-newlines): Call sentence-end as function.
416 (fill-nobreak-p, canonically-space-region): Likewise.
417 (fill-nobreak-p): If this break point is at the end of the line,
418 don't consider the newline which follows as a reason to return t.
419
420 2004-07-19 John Paul Wallington <jpw@gnu.org>
421
422 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
423
424 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
425
426 * dired-aux.el (dired-do-kill-lines): Expand docstring.
427 Delete irrelevant code.
428
429 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
430
431 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
432 New docstring. From Luc Teirlinck.
433
434 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
435
436 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
437 section.
438 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
439 non-file buffers. We know it is nil.
440
441 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
442
443 Sync with Tramp 2.0.43.
444
445 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
446 outdated comment.
447 (tramp-locked, tramp-locker): New variables for implementing a
448 global lock.
449 (tramp-sh-file-name-handler): Use them to implement the global
450 lock.
451
452 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
453
454 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
455 calls to respective `xxx` calls.
456 (tramp-process-alive-regexp): Precise doc string.
457 (tramp-multi-action-process-alive): New defun.
458 (tramp-multi-actions): Use it.
459 (tramp-handle-find-backup-file-name): `copy-tree' is available
460 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
461 in order to avoid this function.
462 (tramp-handle-write-region): Set current buffer. If connection
463 wasn't open, `file-modes' has changed it accidently. Reported by
464 David Kastrup <dak@gnu.org>.
465 (tramp-enter-password, tramp-read-passwd): New arguments USER and
466 HOST.
467 (tramp-action-password, tramp-multi-action-password): Apply it.
468 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
469 name must still contain the port number. Otherwise, we have two
470 Tramp buffers, with all the confusion. Reported by Myron Selby
471 <myron@xytech.com> and Rolf Dubitzky
472 <Dubitzky@physi.uni-heidelberg.de>.
473
474 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
475 HOST to `tramp-enter-passwd'.
476
477 * net/tramp-vc.el (all): Code cleanup. Change all
478 `tramp-handle-xxx' calls to respective `xxx` calls.
479
480 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
481
482 * emacs-lisp/testcover.el: New category "potentially-1valued" for
483 functions that are not erroneous if either 1-valued or
484 multi-valued. Detect functions in this class.
485 (testcover-1value-functions, testcover-compose-functions,
486 testcover-progn-functions) Added some additional functions to lists.
487 (testcover-mark): Bugfix when marking up the definition for an
488 empty function.
489
490 2004-07-17 Richard M. Stallman <rms@gnu.org>
491
492 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
493
494 * mail/footnote.el (footnote-section-tag): Use defcustom.
495
496 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
497 Compile font-lock-keywords, not KEYWORDS.
498 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
499 Add warn, check-type. Handle cerror like error.
500
501 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
502
503 * progmodes/which-func.el (which-func-keymap): New var.
504 (which-func-face): New face.
505 (which-func-format): Use them.
506
507 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
508
509 * buff-menu.el (list-buffers-noselect): Append the buffer's
510 process status to its mode name.
511
512 2004-07-16 Kim F. Storm <storm@cua.dk>
513
514 * simple.el (inhibit-mark-movement): New defvar.
515 (beginning-of-buffer, end-of-buffer): Do not push mark if
516 inhibit-mark-movement is non-nil or C-u prefix is given.
517
518 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
519 Init to beginning-of-buffer and end-of-buffer.
520 (cua--undo-push-mark): New defvar.
521 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
522 already active and command is in cua--preserve-mark-commands.
523 Also fix check for shift modifier on non-window systems.
524 (cua--post-command-handler): Clear inhibit-mark-movement if set.
525
526 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
527
528 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
529 of two integers, instead of a cons.
530
531 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
532 `visited-file-modtime' now returns a list of two integers, instead
533 of a cons.
534
535 * dired.el (dired-directory-changed-p): Ditto.
536
537 * progmodes/grep.el (grep): Doc fix.
538
539 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
540
541 * autorevert.el (auto-revert-tail-mode)
542 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
543 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
544 in both at the same time.
545 (auto-revert-tail-mode): New command.
546 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
547 (auto-revert-handler): Revert only either tail or whole file.
548
549 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
550 add auto-revert-tail-mode.
551
552 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
553
554 * printing.el: Doc fix. Change name of some funs.
555 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
556 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
557 (pr-standard-file-name): New fun. Replace pr-standard-path.
558 (pr-call-process): Code fix.
559
560 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
561
562 * subr.el (with-selected-window): Doc fix.
563
564 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
565
566 * subr.el (get-buffer-window-list): Doc fix.
567
568 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
569
570 * files.el (switch-to-buffer-other-window): Doc fix.
571
572 * window.el (save-selected-window, one-window-p)
573 (split-window-keep-point, split-window-vertically)
574 (split-window-horizontally): Doc fixes.
575
576 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
577
578 * printing.el: Doc fix. Now it uses call-process instead of
579 shell-command for low command execution.
580 (pr-version): New version number (6.8).
581 (pr-shell-file-name): Option removed.
582 (pr-shell-command): Fun removed.
583 (pr-call-process): New fun. Replace pr-shell-command.
584 (pr-standard-path, pr-remove-nil-from-list): New funs.
585 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
586 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
587 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
588 (pr-ps-utility-process, pr-txt-print): Code fix.
589
590 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
591
592 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
593 boolean.
594
595 2004-07-09 Lars Hansen <larsh@math.ku.dk>
596
597 * wid-edit.el (widget-field-buffer): Doc fix.
598
599 2004-07-09 John Paul Wallington <jpw@gnu.org>
600
601 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
602 between one and several matches in message.
603
604 2004-07-09 Richard M. Stallman <rms@gnu.org>
605
606 * mouse.el (mouse-set-region-1): If transient-mark-mode
607 is `identity', change it to `only'.
608
609 * simple.el (current-word): Doc fix.
610
611 2004-07-09 Mark A. Hershberger <mah@everybody.org>
612
613 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
614 so that it is more understanding of whitespace.
615
616 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
617 form
618 (("ns" . "element") (attr-list) children) instead of
619 ((:ns . "element") (attr-list) children) in order to reduce the
620 number of symbols used.
621 (xml-skip-dtd): Change to use xml-parse-dtd but set
622 xml-validating-parsing to nil.
623 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
624 (xml-substitute-entity): Remove in favor of new entity substitution.
625 (xml-substitute-special): Rewrite in to substitute complex
626 entities from DOCTYPE declarations.
627 (xml-parse-fragment): Parse fragments from entity deleclarations.
628 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
629 (xml-parse-dtd, xml-substitute-special): Make validity checks
630 conditioned on xml-validating-parser. Add "Not Well Formed" to
631 error messages about well-formedness.
632
633 2004-07-08 Steven Tamm <steventamm@mac.com>
634
635 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
636 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
637 Do not treat double clicks and triple clicks specially in the
638 scroll bar (preventing strange repositioning problems)
639
640 2004-07-06 Stefan <monnier@iro.umontreal.ca>
641
642 * replace.el (query-replace-regexp-eval): Fix last change.
643
644 2004-07-05 Stefan <monnier@iro.umontreal.ca>
645
646 * replace.el (query-replace-descr): New fun.
647 (query-replace-read-from, query-replace-read-args): Default to the
648 previous from&to.
649 (query-replace-read-to): Quote the `from' string when displaying it.
650 (query-replace-regexp-eval): Immediately check read-only status.
651 Use query-replace-read-from to get the \n checking.
652 Quote the `from' string when displaying it.
653 (map-query-replace-regexp, occur-read-primary-args):
654 Quote the `from' string when displaying it.
655
656 * isearch.el (isearch-query-replace): Pass the regexp-ness and
657 delimited-ness of the search to query-replace.
658
659 * replace.el (query-replace-read-from, query-replace-read-to):
660 New funs extracted from query-replace-read-args.
661 (query-replace-read-args): Use them.
662
663 * replace.el (query-replace-interactive, query-replace-read-args):
664 Remove the `initial' special value.
665 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
666 (occur-engine): Remove unused var `matchend'.
667
668 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
669 Use the search string without prompting.
670
671 2004-07-05 Kenichi Handa <handa@m17n.org>
672
673 * international/mule.el (decode-coding-inserted-region):
674 Set last-coding-system-used only when coding is nil.
675
676 2004-07-03 Eli Zaretskii <eliz@gnu.org>
677
678 * progmodes/grep.el (grep-compute-defaults, grep-command)
679 (grep-program, find-program, grep-find-use-xargs, grep-history)
680 (grep-find-history, grep-tag-default, grep-find-command)
681 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
682 Add autoload cookies, for unbundled packages that load `compile'
683 and expect all grep-related symbols to become defined.
684
685 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
686
687 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
688 (iimage-mode-image-search-path): New user option to search the
689 image file.
690 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
691 have locate-file.
692 (iimage-mode-buffer): Use it.
693
694 2004-07-03 Nick Roberts <nickrob@gnu.org>
695
696 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
697 carefully.
698 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
699
700 2004-07-03 Juri Linkov <juri@jurta.org>
701
702 * replace.el (query-replace-read-args): Swallow space after 'foo,
703 not after (quote foo). Match space only immediately after symbol,
704 not anywhere in the whole string.
705
706 2004-07-02 Richard M. Stallman <rms@gnu.org>
707
708 * replace.el (query-replace-read-args): Swallow space after
709 symbols, not after closeparens. But avoid error if string ends there.
710
711 * progmodes/python.el (python-beginning-of-statement):
712 Exit the loop if backward-up-list gets error.
713
714 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
715
716 2004-07-02 Andre Spiegel <spiegel@gnu.org>
717
718 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
719 only if vc-consult-headers is non-nil.
720
721 2004-07-02 Juri Linkov <juri@jurta.org>
722
723 * pcvs.el (cvs-mode-diff-repository): New command.
724
725 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
726
727 2004-07-01 Juri Linkov <juri@jurta.org>
728
729 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
730 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
731 C-M-% to isearch-query-replace-regexp.
732 (minibuffer-local-isearch-map): Add arrow key bindings.
733 Bind C-f to isearch-yank-char-in-minibuffer.
734 (isearch-forward): Doc fix.
735 (isearch-edit-string): Doc fix.
736 (isearch-query-replace, isearch-query-replace-regexp): New funs.
737 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
738 (isearch-yank-char): Add optional arg.
739 (isearch-yank-char-in-minibuffer): New fun.
740
741 * replace.el (query-replace-interactive): Change type from boolean
742 to choice. Add value `initial'.
743 (query-replace-read-args): Handle value `initial' of
744 query-replace-interactive.
745
746 2004-06-29 Kim F. Storm <storm@cua.dk>
747
748 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
749 (breakpoint-disabled-bitmap-face): Add :group 'gud.
750
751 * progmodes/ada-xref.el (ada-tight-gvd-integration):
752 Add :group 'ada.
753
754 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
755
756 2004-06-29 Juri Linkov <juri@jurta.org>
757
758 * replace.el (query-replace-read-args): Swallow a space after
759 everything except )]" which in most cases means after a symbol.
760
761 * emacs-lisp/pp.el (pp-buffer): Add autoload.
762
763 2004-06-28 Richard M. Stallman <rms@gnu.org>
764
765 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
766 More changes to go with previous change in font-lock.el.
767
768 2004-06-26 David Kastrup <dak@gnu.org>
769
770 * replace.el (perform-replace): Highlight the match even in
771 non-query mode if there is potential replace string editing.
772
773 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
774
775 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
776 agree with new return value of `file-remote-p'.
777 This syncs with Tramp 2.0.42.
778
779 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
780 according to new documentation of `file-remote-p'.
781
782 * files.el (file-remote-p): Fix doc to say that return value is
783 identification of remote system, if not nil.
784 (file-relative-name): Use new return value of `file-remote-p'.
785
786 2004-06-26 Nick Roberts <nickrob@gnu.org>
787
788 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
789 (gdb-goto-breakpoint): Fix breakage.
790
791 2004-06-26 Eli Zaretskii <eliz@gnu.org>
792
793 * man.el (Man-getpage-in-background): Add windows-nt to the list
794 of systems where shell-file-name should be used instead of
795 literal "sh".
796
797 2004-06-25 Sam Steingold <sds@gnu.org>
798
799 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
800 function names `(setf symbol)'.
801
802 2004-06-24 Richard M. Stallman <rms@gnu.org>
803
804 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
805
806 * font-lock.el (font-lock-keywords): Change format of compiled values.
807 Document it.
808 (font-lock-add-keywords): If font-lock-keywords is compiled,
809 extract the uncompiled version, modify, then recompile.
810 (font-lock-remove-keywords): Likewise.
811 (font-lock-fontify-keywords-region): Handle changed format.
812 (font-lock-compile-keywords): Handle changed format.
813 (font-lock-set-defaults): Compile the keywords explicitly here.
814
815 2004-06-24 David Kastrup <dak@gnu.org>
816
817 * replace.el (query-replace-read-args): Implement `\,' and `\#'
818 replacements here.
819 (query-replace-regexp): Doc string explaining this and the new
820 `\?' replacement. Remove `\,' and `\#' implementation here, as it
821 is better placed in `query-replace-read-args'.
822 (replace-regexp): Explain `\,', `\#' and `\?'.
823 (replace-match-data): New function for thorough reuse/destruction
824 of old match-data.
825 (replace-match-maybe-edit): Function for implementing `\?' editing.
826 (perform-replace): Fix maintaining of the match stack including
827 already matched regions, implement `\?', fix various problems
828 with regions while editing and other stuff.
829 (replace-highlight): Simplify.
830
831 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
832
833 * progmodes/grep.el (grep-error-screen-columns): New variable.
834 (grep-regexp-alist): Give it the full functionality of gnu style
835 compilation messages with line and column ranges. Ask me for the
836 perl script I'm working on, that uses these.
837
838 2004-06-23 Nick Roberts <nickrob@gnu.org>
839
840 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
841 Remove.
842 (comint-insert-input, comint-mouse-insert-input): New functions
843 based on comint-insert-clicked-input for two bindings but just
844 one functionality.
845
846 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
847
848 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
849
850 2004-06-23 Lars Hansen <larsh@math.ku.dk>
851
852 * files.el (write-contents-functions): Doc fix.
853
854 2004-06-21 Juanma Barranquero <lektu@terra.es>
855
856 * image.el (image-library-alist): Rewrite docstring in active voice.
857
858 2004-06-20 Richard M. Stallman <rms@gnu.org>
859
860 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
861
862 * isearch.el (isearch-repeat): Avoid testing old match data.
863 (isearch-message): Display trailing space in special font
864 when search is failing.
865 (isearch-search-fun-function): Doc fix.
866
867 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
868
869 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
870
871 * frame.el (show-trailing-whitespace): Doc fix.
872
873 * cus-edit.el (custom-variable-documentation): New function.
874 (custom-variable): Use it.
875
876 2004-06-19 Nick Roberts <nickrob@gnu.org>
877
878 * man.el (Man-getpage-in-background): Revert previous change but
879 make cygwin a special case.
880
881 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
882
883 * autorevert.el (global-auto-revert-non-file-buffers):
884 Update docstring.
885
886 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
887
888 * progmodes/compile.el (compilation-error-properties): Store one
889 more than end-col, if present, so that transient-mark-mode will
890 highlight last char too.
891 * progmodes/grep.el (grep-regexp-alist): Match columns and column
892 ranges, if present.
893
894 2004-06-18 Jason Rumney <jasonr@gnu.org>
895
896 * makefile.w32-in: Double percent signs in for loops.
897
898 2004-06-17 David Kastrup <dak@gnu.org>
899
900 * replace.el (query-replace-read-args): Only warn about use of \n
901 and \t when we are doing a regexp replacement and the actual
902 escaped character is n or t.
903 (query-replace-regexp): Add \, and \# interpretation to
904 interactive call and document it.
905 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
906 as shortkey for replace-count.
907 (replace-quote): New function for doubling backslashes.
908
909 2004-06-17 Juanma Barranquero <lektu@terra.es>
910
911 * files.el (parse-colon-path, cd): Mention in docstring that the
912 path separator is colon in GNU-like systems.
913
914 * newcomment.el (comment-region-internal): Fix docstring.
915
916 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
917 (ewoc-invalidate, ewoc-collect): Doc fixes.
918 (ewoc--create-node, ewoc--delete-node-internal):
919 Fix typos in docstring.
920
921 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
922
923 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
924 manual to docstring.
925
926 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
927
928 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
929
930 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
931
932 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
933 Add hyperlink to emacs-xtra manual to docstring.
934
935 * autorevert.el (global-auto-revert-non-file-buffers):
936 Add hyperlink to emacs-xtra manual to docstring, as well as an
937 info-link.
938
939 2004-06-14 Juanma Barranquero <lektu@terra.es>
940
941 * image.el (image-library-alist): New variable to map image types
942 to external libraries. Initialized to nil, unless system-specific
943 configs change it.
944 (image-type-available-p): Determine whether an image type is
945 available by calling `init-image-library'.
946
947 * term/w32-win.el (image-library-alist): Initialize to a known set
948 of probable library names.
949
950 2004-06-14 Kenichi Handa <handa@m17n.org>
951
952 * international/code-pages.el (windows-1256, cp1125): Fix tables
953 for several characters.
954
955 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
956
957 2004-06-13 Richard M. Stallman <rms@gnu.org>
958
959 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
960
961 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
962 not "`pc-selection-mode'".
963
964 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
965
966 * simple.el (previous-matching-history-element): Specify a default.
967
968 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
969
970 * cus-face.el (custom-declare-face): Simplify code.
971
972 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
973
974 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
975
976 * files.el (before-save-hook): Add `time-stamp' to the options.
977
978 * time-stamp.el (time-stamp): Recommend adding it to
979 `before-save-hook', rather than `write-file-functions'.
980 Make a similar change in `Commentary' section.
981
982 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
983
984 * diff-mode.el (diff-current-defun): If at start of hunk, use
985 position of first change.
986
987 2004-06-13 Lars Hansen <larsh@math.ku.dk>
988
989 * dired-x.el (dired-mark-omitted): Bind to "*O".
990
991 2004-06-12 Karl Fogel <kfogel@red-bean.com>
992
993 * bookmark.el (bookmark-bmenu-relocate): New function, as
994 suggested by David J. Biesack <David.Biesack@sas.com>.
995 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
996 (bookmark-bmenu-mode): Describe binding in doc string.
997 (bookmark-set-filename): Save the bookmark list if it's time.
998
999 2004-06-13 Kenichi Handa <handa@m17n.org>
1000
1001 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1002 (ccl-untranslated-to-ucs): Fix typo.
1003
1004 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1005
1006 * progmodes/python.el (python-open-block-statement-p):
1007 Fix indentation after a block opening that contains a comment.
1008
1009 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1010
1011 * bindings.el (completion-ignored-extensions): Add file extensions
1012 of Python byte-compiled files.
1013
1014 2004-06-12 Juri Linkov <juri@jurta.org>
1015
1016 * info.el (Info-goto-node): Add autoload.
1017 (Info-toc): Add substring-no-properties on Info file name.
1018 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1019 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1020
1021 2004-06-12 Kenichi Handa <handa@m17n.org>
1022
1023 * international/mule-cmds.el (set-language-environment):
1024 Load subst tables if necessary.
1025
1026 * international/mule.el (decode-char): Load subst tables if necessary.
1027 (encode-char): Likewise.
1028
1029 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1030 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1031 (utf-16le-decode-loop): Set r5 to -1 before loop.
1032 (utf-16be-decode-loop): Likewise.
1033 (ccl-decode-mule-utf-16le): Add EOF processing block.
1034 (ccl-decode-mule-utf-16be): Likewise.
1035 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1036 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1037 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1038 (ccl-mule-utf-16-encode-untrans): New CCL.
1039 (utf-16-decode-to-ucs): Handle pre-read character.
1040 (utf-16le-encode-loop): Handle surrogate pair.
1041 (utf-16be-encode-loop): Likewise.
1042 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1043 of utf-16le-encode-loop.
1044 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1045 of utf-16be-encode-loop.
1046 (mule-utf-16-post-read-conversion):
1047 Call utf-8-post-read-conversion at first.
1048 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1049 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1050 Add post-read-conversion and pre-write-conversion.
1051
1052 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1053 (utf-translate-cjk-unicode-range): New variable.
1054 (utf-translate-cjk-load-tables): New function.
1055 (utf-lookup-subst-table-for-decode): New function.
1056 (utf-lookup-subst-table-for-encode): New function.
1057 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1058 tables here. Update safe-charsets of utf-* coding systems.
1059 (ccl-mule-utf-untrans): New CCL.
1060 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1061 at end of each branch.
1062 (ccl-mule-utf-8-encode-untrans): New CCL.
1063 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1064 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1065 length of encoding. Don't return r0.
1066 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1067 (utf-8-post-read-conversion): Narrow to region properly.
1068 If utf-translate-cjk-mode is on, load tables if necessary.
1069 Call utf-8-compose with hash-table arg if necessary.
1070 Call XXX-compose-region instead of XXX-post-read-convesion.
1071 (utf-8-pre-write-conversion): New function.
1072 (mule-utf-8): Include CJK charsets in safe-charsets if
1073 utf-translate-cjk-mode is on. Add pre-write-conversion.
1074
1075 * international/characters.el: Temporarily set
1076 utf-translate-cjk-mode to nil.
1077
1078 * language/devan-util.el (devanagari-compose-region):
1079 Add autoload cookie.
1080
1081 * international/ccl.el (ccl-dump-call): Fix printing the
1082 subroutine name.
1083
1084 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1085
1086 * dired.el (dired-revert): If buffer is marked unmodified before
1087 reverting, keep it marked unmodified.
1088 Adapt to new conventions for commenting out code.
1089 (dired-make-relative): Adapt to new conventions for commenting out code.
1090
1091 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1092
1093 * eshell/esh-module.el (eshell-load-defgroups):
1094 Bind `vc-handled-backends' to nil when opening files.
1095
1096 2004-06-11 Juanma Barranquero <lektu@terra.es>
1097
1098 * files.el (parse-colon-path, cd): Doc fixes (refer to
1099 `path-separator', not colon).
1100
1101 2004-06-10 Juanma Barranquero <lektu@terra.es>
1102
1103 * newcomment.el (comment-search-forward)
1104 (comment-search-backward): Fix typos in docstring.
1105 (comment-region): Doc fix.
1106
1107 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1108
1109 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1110 switch is no longer stored in `dired-switches-alist'.
1111
1112 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1113 `dired-switches-alist'.
1114
1115 2004-06-10 Kim F. Storm <storm@cua.dk>
1116
1117 * pcvs.el (cvs-mode-diff-yesterday): New command.
1118
1119 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1120
1121 2004-06-10 Juri Linkov <juri@jurta.org>
1122
1123 * emacs-lisp/edebug.el (edebug-eval-defun):
1124 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1125 Fix docstring.
1126
1127 * simple.el (eval-expression-print-format): Don't print additional
1128 information on the first call to `eval-print-last-sexp'.
1129 (next-error-find-buffer): Fix punctuation.
1130 (killing) <defgroup>: Fix punctuation.
1131 (yank-excluded-properties): Change group from editing to killing.
1132
1133 * replace.el (perform-replace): Use `limit' to terminate the
1134 while-loop explicitly.
1135
1136 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1137
1138 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1139 Use lc-*.xpm as prefix instead of *-locol.xpm.
1140
1141 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1142 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1143 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1144 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1145 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1146 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1147 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1148 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1149 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1150 * toolbar/lc-up_arrow.xpm:
1151 Renamed from *-locol.xpm.
1152
1153 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1154
1155 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1156 include forms like &<str>; as valid url patterns.
1157
1158 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1159
1160 * dired.el (dired-diff, dired-backup-diff)
1161 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1162 (dired-do-chown, dired-do-touch, dired-do-print)
1163 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1164 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1165 (dired-create-directory, dired-do-copy, dired-do-symlink)
1166 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1167 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1168 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1169 (dired-maybe-insert-subdir, dired-next-subdir)
1170 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1171 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1172 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1173 (dired-run-shell-command, dired-query): Remove redundant,
1174 or incorrect, autoloads.
1175
1176 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1177 does not end in a slash. Add optional argument KILL-ROOT.
1178 Update docstring.
1179 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1180 (dired-query): Add autoloads.
1181
1182 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1183
1184 * progmodes/compile.el (compilation-set-window-height):
1185 Rearrange the save-* functions because a buffer can have several current
1186 point in different windows.
1187 (compilation-error-regexp-alist-alist): Recognize {standard input}
1188 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1189
1190 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1191
1192 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1193 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1194 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1195 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1196 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1197 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1198 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1199 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1200 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1201 * toolbar/up_arrow-locol.xpm:
1202 New versions of icons that uses fewer colors.
1203
1204 * toolbar/tool-bar.el (tool-bar-local-item)
1205 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1206 if display-color-cells is 256 or less.
1207
1208 2004-06-08 Kim F. Storm <storm@cua.dk>
1209
1210 * wid-edit.el (widget-specify-button): Use hand pointer rather
1211 than mouse-face as visible mouse-over effect.
1212
1213 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1214
1215 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1216 and `print-level' to nil when writing out `save-place-alist'.
1217 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1218
1219 2004-06-07 Juanma Barranquero <lektu@terra.es>
1220
1221 * completion.el (completion-kill-region): Doc fix.
1222
1223 * format.el (format-insert-annotations)
1224 (format-annotate-location): Doc fixes.
1225 (format-subtract-regions): Make arguments match their use in docstring.
1226
1227 * simple.el (kill-region): Doc fix.
1228
1229 * subr.el (insert-buffer-substring-no-properties)
1230 (insert-buffer-substring-as-yank): Doc fixes.
1231
1232 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1233
1234 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1235 Update docstring.
1236 (dired-reset-subdir-switches): New function.
1237
1238 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1239 Limit scope of `buffer-read-only' binding.
1240
1241 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1242
1243 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1244 eshell-explicit-command-char.
1245
1246 2004-06-06 Juanma Barranquero <lektu@terra.es>
1247
1248 * help-fns.el (help-argument-name): Inherit from italic face only
1249 if the frame supports it.
1250
1251 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1252
1253 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1254 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1255 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1256 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1257 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1258 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1259 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1260 New conversions from xpm files.
1261
1262 * toolbar/README: New file.
1263
1264 2004-06-06 Richard M. Stallman <rms@gnu.org>
1265
1266 * isearch.el (isearch-mode-map): Undo previous change.
1267
1268 2004-06-05 Juri Linkov <juri@jurta.org>
1269
1270 * bindings.el (debug-ignored-errors): Add regexps for history
1271 related messages. Remove $ from "No further undo information".
1272 Move Ediff's messages to ediff.el.
1273
1274 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1275
1276 * cus-edit.el (custom-display): Add `min-colors'.
1277
1278 * custom.el (defface): Add `supports' to docstring.
1279
1280 * help-fns.el (help-argument-name): Add :group 'help.
1281
1282 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1283
1284 * find-dired.el (find-ls-subdir-switches): New user option.
1285 (find-dired): No longer call `abbreviate-file-name' on DIR.
1286 Set `dired-subdir-switches' buffer-locally.
1287
1288 * locate.el: Merge the two `Commentary' sections.
1289 (locate-ls-subdir-switches): New user option.
1290 (locate): Update for other changes.
1291 (locate-mode-map): Restore Dired binding for mouse-2.
1292 Bind `locate-mouse-view-file' to M-mouse-2.
1293 Bind `l' to `locate-do-redisplay'.
1294 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1295 (locate-mouse-view-file, locate-tags, locate-find-directory):
1296 Print message if used outside main listing.
1297 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1298 Various changes to support inserted subdirectories.
1299 (locate-insert-header): Change header of *Locate* buffer.
1300
1301 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1302 Change interactive default switches.
1303 (dired-rename-subdir-2): Update `dired-switches-alist'.
1304 (dired-insert-subdir, dired-kill-subdir):
1305 Handle `dired-switches-alist'. Do not mark buffer modified.
1306 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1307 (dired-insert-subdir-doinsert): Omit messages.
1308 Handle `dired-subdir-switches'.
1309 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1310
1311 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1312 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1313 subdirs if -R switch is used for a subdir.
1314 (dired-mode): Set `dired-switches-alist'.
1315 (dired-build-subdir-alist): Only print number of directories in
1316 echo area when invoked interactively.
1317
1318 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1319
1320 * dired-x.el (dired-omit-mode): Rename from
1321 dired-omit-files-p. Use define-minor-mode to define it.
1322 (dired-omit-files-p): Add as alias for dired-omit-mode.
1323 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1324 dired-mark-omitted.
1325 (dired-mark-omitted): Add. Bind to M-O.
1326
1327 2004-06-05 Kenichi Handa <handa@m17n.org>
1328
1329 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1330
1331 2004-06-05 Juanma Barranquero <lektu@terra.es>
1332
1333 * help-fns.el (help-argument-name): Reintroduce face.
1334 (help-default-arg-highlight): Use it, now that
1335 `face-differs-from-default-p' can be trusted.
1336
1337 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1338
1339 * textmodes/table.el: Sentence commands added to Point Motion
1340 group; kill and backward-kill commands added to Extraction group.
1341
1342 2004-06-04 Mario Lang <mlang@delysid.org>
1343
1344 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1345 systems appear to use mW, make the code handle this. Fix a
1346 division-by-zero bug while at it, and handle kernels with
1347 a slightly different layout in /proc/acpi.
1348
1349 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1350
1351 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1352 because the latter is a CL-ism. This fixes the bug reported by
1353 Shawn Boyette <mdxi@collapsar.net> in
1354 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1355
1356 2004-06-04 Miles Bader <miles@gnu.org>
1357
1358 * faces.el (display-supports-face-attributes-p): Function moved to
1359 C code. Previously only the tty-related portion of this function
1360 was done in C; however the previous attempt to do a halfway-proper
1361 job for non-tty displays in lisp didn't work properly because of
1362 funny conditions during Emacs startup.
1363 (face-differs-from-default-p): Simplify, now that
1364 display-supports-face-attributes-p works properly on all display
1365 types. Remove :stipple from comparison; it doesn't really work
1366 in emacs anyway.
1367
1368 2004-06-04 Miles Bader <miles@gnu.org>
1369
1370 * faces.el (face-differs-from-default-p): Use a different
1371 implementation, so we can really check whether FACE displays
1372 differently or not.
1373
1374 2004-06-04 Miles Bader <miles@gnu.org>
1375
1376 * faces.el (display-supports-face-attributes-p): Implement a
1377 `different from default' check for non-tty displays.
1378
1379 2004-06-03 David Kastrup <dak@gnu.org>
1380
1381 * woman.el (woman-mapcan): More concise code.
1382 (woman-topic-all-completions, woman-topic-all-completions-1)
1383 (woman-topic-all-completions-merge): Replace by a simpler and
1384 much faster implementation based on O(n log n) sort/merge instead
1385 of the old O(n^2) behavior.
1386
1387 2004-06-03 Miles Bader <miles@gnu.org>
1388
1389 * subr.el (read-number): Use canonical format for default in prompt.
1390
1391 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1392 Add regexp for " [...]" style defaults.
1393
1394 2004-06-02 Romain Francoise <romain@orebokech.com>
1395
1396 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1397 groups: if the user asks for a hidden buffer, open the
1398 corresponding filter group to expose it.
1399
1400 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1401 `ibuffer-jump-to-buffer'.
1402 (ibuffer-jump-offer-only-visible-buffers): New user option.
1403
1404 2004-06-02 Juanma Barranquero <lektu@terra.es>
1405
1406 * faces.el (frame-update-faces): Add empty docstring so the one
1407 for `ignore' doesn't show through.
1408
1409 * subr.el (process-kill-without-query): Remove spurious "\n" on
1410 obsolescence string.
1411 (focus-frame, unfocus-frame): Add obsolescence declaration and
1412 empty docstring.
1413
1414 * international/mule.el (register-char-codings): Make alias for
1415 `ignore'. Move docstring to obsolescence info and remove redundancy.
1416
1417 2004-06-02 Kim F. Storm <storm@cua.dk>
1418
1419 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1420 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1421
1422 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * comint.el (comint-replace-by-expanded-history-before-point):
1425 Obey `start' as the docstring says.
1426 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1427 (comint-update-fence): Prevent font-lock from running unnecessarily.
1428 (comint-dynamic-list-completions): Use with-current-buffer.
1429
1430 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1431
1432 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1433 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1434 (bibtex-entry-update): Handle alternatives and optional fields.
1435 (bibtex-parse-entry): Bugfix, handle empty key.
1436
1437 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1440
1441 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1442
1443 * desktop.el (desktop-save): Don't save minor modes without a
1444 known mode initialization function.
1445
1446 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1447
1448 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1449
1450 * autorevert.el: Update `Commentary' section.
1451
1452 2004-05-30 Juanma Barranquero <lektu@terra.es>
1453
1454 * dos-fns.el (convert-standard-filename):
1455 * files.el (convert-standard-filename):
1456 * w32-fns.el (convert-standard-filename):
1457 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1458
1459 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1460
1461 Sync with Tramp.
1462
1463 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1464 (tramp-let-maybe): Move to an earlier spot in the file.
1465 Patch by Andreas Schwab.
1466
1467 2004-05-30 Andreas Schwab <schwab@suse.de>
1468
1469 * dired.el (dired-get-filename): Don't use dired-re-dot.
1470
1471 2004-05-30 Richard M. Stallman <rms@gnu.org>
1472
1473 * files.el (find-file): Doc fix.
1474
1475 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1476
1477 2004-05-30 Nick Roberts <nickrob@gnu.org>
1478
1479 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1480 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1481 modeline of the locals buffer.
1482 (gdb-goto-breakpoint): Handle gdbmi.
1483 (gdb-get-frame-number): Change for gdbmi.
1484
1485 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1486
1487 * files.el (file-remote-p): Apply file name handler for operation
1488 `file-remote-p'. It isn' a property any longer.
1489 (file-relative-name): `fh' and `fd' get the required value via
1490 `find-file-name-handler' already.
1491
1492 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1493 (top): Remove setting of `file-remote-p' property for
1494 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1495
1496 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1497
1498 Version 2.0.41 of Tramp released.
1499
1500 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1501 Throw away if process has died.
1502 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1503 (tramp-out-of-band-prompt-regexp): Rename to
1504 `tramp-process-alive-regexp', because its usage is widen.
1505 (tramp-actions-copy-out-of-band): Apply it.
1506 (tramp-actions-before-shell, tramp-multi-actions):
1507 Add `tramp-action-process-alive' action.
1508 (tramp-action-process-alive): New defun.
1509 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1510 Add entry for `file-remote-p'.
1511 (tramp-handle-file-remote-p): New defun.
1512 (top): Remove setting of `file-remote-p'. Don't set
1513 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1514
1515 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1516 `file-remote-p'.
1517
1518 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1519 counted for (last) line. [They should or they shouldn't? --Stef]
1520 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1521
1522 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1523
1524 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1525 not really necessary but seems to keep the shell history smaller
1526 in some cases. It is no substitute for setting HISTFILE and
1527 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1528 though. Suggested by Luc Teirlinck.
1529 (tramp-open-connection-setup-interactive-shell): Export variables
1530 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1531 (tramp-set-process-query-on-exit-flag): New compat function.
1532 (tramp-open-connection-multi, tramp-open-connection-su)
1533 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1534 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1535 (tramp-let-maybe): New macro, let-binds a variable only if it
1536 isn't obsolete.
1537 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1538 (tramp-handle-file-truename): Use it.
1539 (tramp-completion-file-name-regexp-unified): Avoid matching
1540 filenames starting with "/:" -- those are reserved for
1541 file-name-non-special.
1542
1543 * tramp-smb.el (tramp-smb-open-connection):
1544 Use tramp-set-process-query-on-exit-flag compat function.
1545
1546 2004-05-29 Richard M. Stallman <rms@gnu.org>
1547
1548 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1549
1550 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1551 (eval-last-sexp-print-value): Print char equivalent regardless
1552 of standard-output value.
1553
1554 * thumbs.el (thumbs-subst-char-in-string): Delete.
1555 (thumbs-thumbname): Use subst-char-in-string.
1556 (thumbs-resize-image): Use condition-case, not ignore-errors.
1557 (thumbs-kill-buffer): Likewise.
1558
1559 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1560 (thumbs-mode): Make buffer read-only.
1561 (thumbs-make-thumb): Unconditionally accept an existing file.
1562 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1563 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1564 (thumbs-show-thumbs-list): Error if images not supported.
1565 (thumbs-save-current-image): Improve prompt string.
1566 (thumbs-mode-map): Define u, R, x.
1567 (thumbs-unmark): New command.
1568 (thumbs-emboss-image): Minor cleanup.
1569 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1570 (thumbs-rename-images): New command.
1571 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1572
1573 * thumbs.el (thumbs-current-image): New function.
1574 (thumbs-file-list, thumbs-file-alist): New functions.
1575 (thumbs-find-image): Delete arg L.
1576 Don't set up thumbs-fileL as buffer-local global var.
1577 (thumbs-find-image-at-point): Use thumbs-current-image.
1578 (thumbs-set-image-at-point-to-root-window): Likewise.
1579 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1580 Record and warn about errors. Update thumbs-markedL for deletions.
1581 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1582 (thumbs-redraw-buffer): Use thumbs-file-list.
1583 (thumbs-mark): Use thumbs-current-image.
1584 (thumbs-show-name): Use thumbs-current-image.
1585
1586 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1587 and imenu--last-menubar-index-alist.
1588
1589 * subr.el (with-selected-window): Undo previous change.
1590
1591 2004-05-29 John Paul Wallington <jpw@gnu.org>
1592
1593 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1594 (thumbs-mouse-find-image): New command.
1595 (thumbs-mode-map): Bind it to mouse-2.
1596 (thumbs-mode): Make mode-class special.
1597 (thumbs-view-image-mode): Likewise.
1598
1599 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1600
1601 * flymake.el: New file.
1602
1603 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1604
1605 * files.el (find-file-noselect-1): Do not bind
1606 `inhibit-read-only' to t during execution of
1607 `find-file-not-found-functions'.
1608
1609 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1612 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1613
1614 2004-05-28 Juri Linkov <juri@jurta.org>
1615
1616 * simple.el (eval-expression-print-format): New fun.
1617
1618 * simple.el (eval-expression):
1619 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1620 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1621 (edebug-eval-expression): Print additionally the value returned by
1622 `eval-expression-print-format'.
1623
1624 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1625 (insert-pair): Make arguments optional. Find character pair
1626 from `insert-pair-alist' according to the last input event.
1627 (insert-parentheses): Make arguments optional.
1628 (raise-sexp, delete-pair): New funs.
1629
1630 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1631 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1632 Bind C-M-q to `indent-pp-sexp'.
1633
1634 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1635 `pp-to-string' modified to be able to format text with newlines.
1636 (pp-to-string): Move the buffer-formatting part of the code to
1637 `pp-buffer'. Call `pp-buffer'.
1638
1639 * info.el (Info-desktop-buffer-misc-data): Don't save information
1640 about virtual files.
1641 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1642 buffers with names obtained from the desktop file instead of the
1643 default *info* buffer.
1644
1645 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * subr.el (with-selected-window): Only save/restore the selected window.
1648
1649 * progmodes/compile.el (compilation-error-regexp-alist):
1650 Use expand-file-name and data-directory.
1651
1652 * progmodes/grep.el (grep-tree): Rework previous fix.
1653
1654 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1655 after the user marked text with the mouse.
1656
1657 * startup.el (command-line): Keep the first regexp of
1658 auto-save-file-name-transforms intact.
1659
1660 2004-05-28 Juanma Barranquero <lektu@terra.es>
1661
1662 * cus-edit.el (customize-face, customize-face-other-window)
1663 (custom-face-edit-delete): Make arguments match their use in
1664 docstring.
1665 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1666 docstring.
1667
1668 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1669 not `cvs-butlast'.
1670
1671 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1672 `nbutlast' are in subr.el).
1673
1674 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1675 (set-w32-system-coding-system): Doc fixes.
1676
1677 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1678 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1679 Make arguments match their use in docstring.
1680 (artist-draw-region-trim-line-endings)
1681 (artist-mouse-choose-operation): Fix typo in docstring.
1682 (artist-key-set-point-common): Doc fix.
1683
1684 2004-05-28 Simon Josefsson <jas@extundo.com>
1685
1686 * mail/smtpmail.el (smtpmail-open-stream):
1687 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1688
1689 2004-05-26 Simon Josefsson <jas@extundo.com>
1690
1691 * starttls.el: Merge with my GNUTLS based starttls.el.
1692 (starttls-gnutls-program, starttls-use-gnutls)
1693 (starttls-extra-arguments, starttls-process-connection-type)
1694 (starttls-connect, starttls-failure, starttls-success): New variables.
1695 (starttls-program, starttls-extra-args): Doc fix.
1696 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1697 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1698 and pass on to corresponding *-gnutls function if it is set.
1699
1700 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1701
1702 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1703 remote files.
1704
1705 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1706
1707 * files.el (file-name-non-special): There are more operations
1708 which need handling: `find-backup-file-name',
1709 `insert-file-contents', `verify-visited-file-modtime',
1710 `write-region'. Rename t value of method to `add'. Add new
1711 methods `quote' and `unquote-then-quote' to file-arg-indices.
1712
1713 2004-05-25 Juri Linkov <juri@jurta.org>
1714
1715 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1716 (Info-index-nodes): Enclose code in condition-case to catch errors.
1717 (Info-index-node): Don't search all index nodes if request is only
1718 for the current node and file is not in the cache of index nodes.
1719 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1720 for consistency with dired-copy-filename-as-kill.
1721 Bind `S' to Info-search-case-sensitively.
1722 (Info-copy-current-node-name): New arg. With zero prefix arg put
1723 the name inside a function call to `info'. Display copied text in
1724 the echo area.
1725
1726 2004-05-25 Sam Steingold <sds@gnu.org>
1727
1728 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1729 strip the package prefix from the symbol name, if any.
1730 Make it the `find-tag-default-function' for `lisp-mode'.
1731
1732 2004-05-25 John Paul Wallington <jpw@gnu.org>
1733
1734 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1735 instead of obsolete `process-kill-without-query'.
1736
1737 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1738 Declare as variable, not constant.
1739
1740 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1741
1742 * files.el (find-file-noselect-1): Fix bug introduced by
1743 Revision 1.694. As a side effect, `inhibit-read-only'
1744 is again, by default, t during execution of
1745 `find-file-not-found-functions'.
1746 (insert-directory): Check that lines were really inserted by
1747 the --dired switch, before erasing them.
1748
1749 2004-05-24 Nick Roberts <nickrob@gnu.org>
1750
1751 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1752 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1753 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1754 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1755 gud-minor-mode (gdbmi).
1756
1757 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1758
1759 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1760 explicitly select the text to be taken as URL.
1761
1762 2004-05-23 Juri Linkov <juri@jurta.org>
1763
1764 * info.el (Info-index-nodes): New var and fun.
1765 (Info-goto-index, Info-index, info-apropos)
1766 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1767 (Info-index): Fix docstring. Store and restore Info-history-list.
1768 (Info-complete-nodes): New var.
1769 (Info-complete-menu-item): Use it.
1770 (Info-index-node): New fun.
1771 (Info-final-node, Info-forward-node, Info-backward-node)
1772 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1773 Use Info-index-node.
1774 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1775 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1776 (Info-find-node-2): If a node with period in its name not found,
1777 try to find a node without the name part after period.
1778 (Info-select-node): Call Info-fontify-node only if
1779 Info-fontify-maximum-menu-size is not nil.
1780 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1781 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1782 Preserve Info-history-list.
1783 (Info-toc): Set Info-current-file.
1784 (Info-build-toc): Move point to the beginning of the buffer.
1785 Add main-file variable.
1786 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1787 Use backslashed representation of the control character ^_.
1788
1789 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1790 numbers in the new Texinfo 4.7 format.
1791
1792 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1793 regexps for function and variable names.
1794
1795 * descr-text.el (describe-property-list): Add [show] button for
1796 `syntax-table' property with action to pp to a separate buffer.
1797 (describe-char): Replace search-forward by re-search-forward with
1798 whitespace regexp after "character:" to not fail in too narrow windows.
1799
1800 * simple.el (next-error-find-buffer): Add a rule to return
1801 next-error capable buffer if one window on the selected frame
1802 displays such buffer.
1803
1804 2004-05-23 Nick Roberts <nickrob@gnu.org>
1805
1806 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1807 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1808 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1809 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1810 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1811 Handle new value for gud-minor-mode (gdbmi).
1812 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1813 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1814 Change from local to global gdb variable set.
1815 (gdb-ann3): Initialise above gdb variable set.
1816 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1817 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1818 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1819 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1820 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1821 (gdb-info-locals-handler, gdb-invalidate-assembler)
1822 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1823 set as global variables.
1824 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1825 Handle gdbmi.
1826 (gdb-info-breakpoints-custom): Fix regexp.
1827 (def-gdb-var): Delete.
1828
1829 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1830 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1831 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1832 a new mode. The file (gdb-mi.el) for this mode will be included
1833 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1834 primary interface.
1835
1836 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1837
1838 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1839 interpreted as a directory.
1840
1841 2004-05-22 Richard M. Stallman <rms@gnu.org>
1842
1843 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1844 as a close quote.
1845
1846 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1847
1848 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1849 Use assoc-string, not assoc-ignore-case.
1850
1851 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1852
1853 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1854 If moving back then fwd gets a defun that ends before point,
1855 try again moving fwd then back.
1856
1857 * files.el (file-name-non-special): Allow t in file-arg-indices
1858 to mean requote the return value. Use `identity' as an element
1859 rather than as the whole value.
1860
1861 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1862
1863 2004-05-22 Juanma Barranquero <lektu@terra.es>
1864
1865 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1866 `help-make-usage'.
1867 (help-highlight-arguments): Skip function name before searching
1868 for arguments.
1869
1870 2004-05-21 Juanma Barranquero <lektu@terra.es>
1871
1872 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1873 Don't mention in the docstring these arguments meant for
1874 internal (recursive) use only.
1875 (allout-char-spec): Comment out (it's not implemented).
1876 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1877 obsolescence declaration.
1878 (allout-flatten-exposed-to-buffer)
1879 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1880 (my-mark-marker): Doc fix.
1881 (produce-allout-mode-map, allout-sibling-index)
1882 (allout-isearch-expose, allout-distinctive-bullet)
1883 (allout-open-topic, allout-reindent-body)
1884 (allout-rebullet-heading, allout-process-exposed)
1885 (allout-insert-listified, allout-latex-verb-quote)
1886 (allout-insert-latex-header, allout-insert-latex-trailer):
1887 Make arguments match their use in docstring.
1888 (allout-primary-bullet, allout-old-style-prefixes)
1889 (allout-inhibit-protection, allout-init, allout-mode)
1890 (allout-before-change-protect, allout-flag-region):
1891 Use "Emacs" instead of "emacs" in docstrings.
1892
1893 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1894
1895 * international/characters.el: Modify syntax of more characters.
1896
1897 2004-05-21 Masatake YAMATO <jet@gyve.org>
1898
1899 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1900 (etags-tags-completion-table): Show parsing progress.
1901
1902 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1903
1904 * locate.el (locate-prompt-for-command): Shorten first line of
1905 docstring.
1906 (locate-mode): Expand docstring and include keymap summary.
1907
1908 * files.el (find-file-noselect-1): Limit the scope of the
1909 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1910 is, by default, nil during the execution of
1911 `find-file-not-found-functions' and `find-file-hook'.
1912
1913 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1914
1915 * facemenu.el (facemenu-color-name-equal): New function.
1916 (list-colors-display): Use it to compare colors instead of
1917 facemenu-color-equal.
1918
1919 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1920
1921 * compare-w.el (compare-windows-face): Use min-colors instead of
1922 checking for tty or pc types.
1923
1924 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1927 (completion-setup-function): Use with-current-buffer.
1928 Properly save excursion. Simplify.
1929 Don't assume there is necessarily a `mouse-face' property somewhere.
1930
1931 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1932
1933 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1934
1935 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1936 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1937 Use with-current-buffer.
1938 (byte-goto-log-buffer): Delete.
1939 (byte-compile-log-file): Call compilation-forget-errors.
1940
1941 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1942
1943 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1944 output messages into the search result.
1945
1946 2004-05-19 Masatake YAMATO <jet@gyve.org>
1947
1948 * wid-edit.el (widget-radio-button-notify): Revert my last
1949 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1950
1951 2004-05-19 Kenichi Handa <handa@m17n.org>
1952
1953 * international/characters.el: Fix syntax (open/close) of CJK chars.
1954
1955 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1956
1957 * help-mode.el (help-go-back): Don't depend on position of back button.
1958
1959 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1962 files files don't contain an accidental additional /.
1963
1964 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1965 in source buffer.
1966
1967 2004-05-18 Masatake YAMATO <jet@gyve.org>
1968
1969 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1970 to widget-apply. :action method assumes 2 arguments, not 3.
1971
1972 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1973
1974 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1975 New constants.
1976 (hs-special-modes-alist): Add an f90-mode entry.
1977
1978 2004-05-17 Sam Steingold <sds@gnu.org>
1979
1980 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1981 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1982
1983 2004-05-16 Kim F. Storm <storm@cua.dk>
1984
1985 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1986
1987 2004-05-15 John Wiegley <johnw@newartisans.com>
1988
1989 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1990 (eshell-output-object-to-target): Improve output speed 20% by not
1991 calling `eshell-stringify' if something is already known to be a string.
1992
1993 2004-05-15 Alex Ott <ott@jet.msk.su>
1994
1995 * textmodes/ispell.el (ispell-local-dictionary-alist):
1996 Add windows-1251 to the choice of coding systems.
1997 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1998 encoded in cp1251.
1999
2000 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2001
2002 * progmodes/compile.el (compilation-warning-face)
2003 (compilation-info-face): Use min-colors.
2004
2005 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2006
2007 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2008 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2009 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2010 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2011 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2012 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2013 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2014 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2015 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2016 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2017 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2018 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2019 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2020 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2021
2022 2004-05-15 Kim F. Storm <storm@cua.dk>
2023
2024 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2025 Use it to set triggered-p element of timer.
2026 (timer-event-handler): Set triggered-p element non-nil while running
2027 the timer function.
2028
2029 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * descr-text.el (describe-char-unicode-data)
2032 (describe-char-unicodedata-file): Re-enable the unicode code now that
2033 the licensing issues have been cleared in the unicode-4 license.
2034 (describe-text-properties-1): Remove unused `overlay' var.
2035 (describe-char): Remove unused var `buffer'.
2036
2037 2004-05-14 David Ponce <david@dponce.com>
2038
2039 * tree-widget.el: New file.
2040
2041 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2042
2043 * language/european.el ("Brazilian Portuguese"): Add support for
2044 Brazilian Portuguese.
2045
2046 2004-05-13 John Wiegley <johnw@newartisans.com>
2047
2048 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2049 `recentf-mode' if this variable has been customized to t.
2050
2051 * eshell/esh-test.el (eshell-test): Call the function
2052 `emacs-version' rather than trying to build a custom version string.
2053
2054 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * net/telnet.el (telnet-mode): Use define-derived-mode.
2057 Don't modify the global value of comint-prompt-regexp.
2058
2059 2004-05-13 John Paul Wallington <jpw@gnu.org>
2060
2061 * version.el (emacs-version): Check for `gtk' feature before
2062 `x-toolkit' feature.
2063
2064 2004-05-13 Juanma Barranquero <lektu@terra.es>
2065
2066 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2067 arguments in the docstring, they're used only in recursive calls.
2068
2069 * help-fns.el (help-arg-highlighting-function)
2070 (help-argument-name): Delete.
2071 (help-default-arg-highlight): New function.
2072 (help-do-arg-highlighting): Use it.
2073
2074 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2075
2076 * calendar/appt.el (appt-disp-window):
2077 Use `calendar-set-mode-line' for a centered mode-line.
2078
2079 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2080
2081 * calendar/appt.el (appt-disp-window): Do not split window
2082 excessively when `split-height-threshold' is low.
2083
2084 2004-05-12 Nick Roberts <nickrob@gnu.org>
2085
2086 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2087 kill-buffer-hook here and make it local.
2088 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2089
2090 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2091
2092 * progmodes/compile.el (compilation-set-window-height):
2093 Use save-excursion to protect against misplaced marker.
2094
2095 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2096
2097 * custom.el (defface): Document that type can have value gtk.
2098
2099 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2100
2101 2004-05-12 Kenichi Handa <handa@m17n.org>
2102
2103 * descr-text.el: Require quail at comile time.
2104 (describe-char): If an input method is on and it supports the
2105 character, show how to input it.
2106
2107 * international/quail.el (quail-install-decode-map): Accept a
2108 char-table whose subtype is `quail-decode-map'.
2109 (quail-store-decode-map-key, quail-gen-decode-map1)
2110 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2111 (quail-show-key): New functions.
2112
2113 2004-05-12 Juanma Barranquero <lektu@terra.es>
2114
2115 * generic.el (define-generic-mode): Remove redundant arglist info.
2116
2117 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2118 Make arguments match their use in docstring.
2119 (help-arg-highlighting-function): New variable.
2120 (help-argument-name): Mention it in the docstring.
2121 (help-do-arg-highlight): Use it. Expand regexp to accept also
2122 ARG-xxx and xxx-ARG references.
2123
2124 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2125
2126 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2127 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2128 and "mailto:addr1?to=addr2" equal.
2129
2130 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2131
2132 * man.el (Man-getpage-in-background): Use shell-file-name
2133 and shell-command-switch variables instead of hard-coded values.
2134
2135 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2136
2137 * iimage.el: New file.
2138
2139 2004-05-11 Juanma Barranquero <lektu@terra.es>
2140
2141 * custom.el (custom-initialize-default, defcustom):
2142 Fix typo in docstring.
2143
2144 * files.el (set-visited-file-name, file-expand-wildcards):
2145 Fix docstring.
2146
2147 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2150
2151 * subr.el (eventp): Be more discriminating with integers.
2152
2153 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2154
2155 * progmodes/compile.el (compile): Add universal prefix arg.
2156 (compilation-error-regexp-alist-alist): Add edg patterns.
2157
2158 2004-05-10 Sam Steingold <sds@gnu.org>
2159
2160 * textmodes/ispell.el (ispell-message):
2161 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2162
2163 2004-05-10 Dave Love <fx@gnu.org>
2164
2165 * progmodes/python.el (help-buffer): Autoload when compiling.
2166 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2167 (run-python): Prepend to any existing PYTHONPATH.
2168
2169 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2170
2171 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2172 for pending breakpoints.
2173
2174 2004-05-10 Richard M. Stallman <rms@gnu.org>
2175
2176 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2177 directly without calling any functions in Rmail.
2178 (unrmail-unprune): Function deleted.
2179
2180 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2183 C-c C-z binding.
2184
2185 2004-05-10 Kenichi Handa <handa@m17n.org>
2186
2187 * descr-text.el (describe-char): Fix previous change. Don't make
2188 a unibyte character to multibyte in the *Help* buffer.
2189
2190 2004-05-10 Miles Bader <miles@gnu.org>
2191
2192 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2193 buffer an error if the debugger process is actually running.
2194
2195 2004-05-10 Juanma Barranquero <lektu@terra.es>
2196
2197 * help-fns.el (help-argument-name): Default to italic.
2198 (help-highlight-arguments): Return always (usage . doc), even when
2199 usage is nil.
2200
2201 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2202 (define-ibuffer-filter): Add usage info.
2203 (define-ibuffer-op): Add usage info (but CL-style defaults for
2204 keyword args are not shown).
2205
2206 * subr.el (remove-overlays, read-passwd): Fix docstring.
2207 (start-process-shell-command): Fix docstring. Put usage info in a
2208 format usable by `describe-function'.
2209 (open-network-stream, open-network-stream-nowait)
2210 (open-network-stream-server): Fix docstring.
2211
2212 2004-05-09 Jason Rumney <jasonr@gnu.org>
2213
2214 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2215 Only define cp125* if windows-125* is already defined.
2216
2217 * language/korean.el (cp949): Add alias.
2218
2219 * language/chinese.el (cp936, cp950): Add aliases.
2220
2221 * language/japanese.el (cp932): Add alias.
2222
2223 * term/w32-win.el: Require code-pages.
2224
2225 * international/mule-cmds.el (set-locale-environment):
2226 On MS-Windows use ansi code-page for default coding-systems.
2227 Set up paper sizes for Windows 3 letter languages.
2228
2229 * international/code-pages.el (cp932, cp936, cp949, cp950):
2230 Add aliases. Also add cp125* if not already defined.
2231
2232 2004-05-09 Juanma Barranquero <lektu@terra.es>
2233
2234 * help-fns.el (help-highlight-arguments): Don't try to highlight
2235 missing or autoloaded arglists. Accept structured arguments, like
2236 the first ones of `do' and `flet'.
2237
2238 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2239 (cvs-get-marked): Remove redundant arglist info.
2240
2241 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2242 Don't use CL-style default args.
2243
2244 2004-05-08 Andreas Schwab <schwab@suse.de>
2245
2246 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2247
2248 * international/subst-ksc.el: Fix references to utf-translate-cjk
2249 into utf-translate-cjk-mode.
2250 * international/subst-big5.el: Likewise.
2251 * international/subst-gb2312.el: Likewise.
2252 * international/subst-jis.el: Likewise.
2253 * international/utf-16.el: Likewise.
2254 * international/utf-8.el: Likewise.
2255
2256 2004-05-08 John Wiegley <johnw@newartisans.com>
2257
2258 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2259 "virtual buffers" (off by default), which makes it possible to
2260 switch to the "virtual" buffers of recently visited files. When a
2261 buffer name search fails, and this option is on, iswitchb will
2262 look at the list of recently visited files, and permit matching
2263 against those names. When the user hits RET on a match, it will
2264 revisit that file.
2265 (iswitchb-read-buffer): Add two optional arguments, which makes
2266 isearchb.el possible.
2267 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2268 (iswitchb-next-match): Add support for virtual buffers.
2269
2270 * isearchb.el: This module extends iswitchb to provide "as you
2271 type" buffer selection.
2272
2273 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2274 Ignore the read-only property when flyspell highlighting is on.
2275 Not ignoring it leads to a series of confusing errors.
2276 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2277 but also make sure to call flyspell-incorrect-hook.
2278 (flyspell-maybe-correct-transposition): Perform transposition test
2279 by bit twiddling a string, rather than using a temp buffer.
2280 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2281 buffer. This is also the original version of the code, which
2282 could not be checked in before due to a previous lack of
2283 assignment papers. This version has seen heavy usage on my system
2284 for several years now.
2285
2286 * calendar/cal-bahai.el: New file, which adds support for the
2287 Baha'i calendar to Emacs. This calendar is based on a solar year
2288 of 19 months of 19 days, with 4 intercalary days. Each year
2289 begins on March 21, with the calendar starting in 1844.
2290
2291 * calendar/cal-menu.el, calendar/calendar.el,
2292 calendar/diary-lib.el, calendar/holidays.el: Added support for
2293 using cal-bahai.el.
2294
2295 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2296 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2297 function can be used outside of eshell buffers.
2298 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2299
2300 2004-05-08 Juanma Barranquero <lektu@terra.es>
2301
2302 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2303 word constituent so FOO-ARG is not recognized as an arg.
2304 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2305
2306 * simple.el (next-error): Fix typo in docstring.
2307 (open-line): Make argument names match their use in docstring.
2308 (split-line): Fix docstring.
2309
2310 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2311 usable by `describe-function'.
2312 (gensym, gentemp, typep, ignore-errors): Make argument names match
2313 their use in docstring.
2314
2315 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2316 argument to `help-setup-xref'.
2317
2318 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2319
2320 Version 2.0.40 of Tramp released.
2321
2322 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2323 Use symbol-function to invoke functions only known on some Emacs
2324 flavors. This avoids byte-compiler warnings. Reported by Kevin
2325 Scaldeferri <kevin@scaldeferri.com>.
2326 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2327 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2328 consistent with the other tramp-do-* functions.
2329 (tramp-do-copy-or-rename-file): Calls adjusted.
2330 (tramp-process-initial-commands): Avoid liveness check on shell --
2331 we know that it must be alive since we're opening a connection at
2332 this moment.
2333 (tramp-last-cmd): New internal variable.
2334 (tramp-process-echoes): New tunable.
2335 (tramp-send-command): Set tramp-last-cmd.
2336 (tramp-wait-for-output): Delete echo, if applicable.
2337 (tramp-read-passwd): Construct the key for the password cache in a
2338 way that works for multi methods, too.
2339 (tramp-bug): Add backup-directory-alist and
2340 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2341
2342 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2343
2344 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2345
2346 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2347 (tramp-actions-copy-out-of-band): New defcustoms.
2348 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2349 used instead of a synchronous one. Allows password entering.
2350 (tramp-action-out-of-band): New defun.
2351 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2352 Remove restriction with password from doc string.
2353 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2354 `tramp-out-of-band-prompt-regexp',
2355 `tramp-actions-copy-out-of-band', `password-cache' and
2356 `password-cache-expiry'.
2357 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2358 password caching.
2359 (tramp-touch): FILE can be a local file, too.
2360 (TODO): Remove items done.
2361 (tramp-handle-insert-directory): Properly quote file name also if
2362 not full-directory-p. Handle wildcard case. Reported by Andreas
2363 Schwab <schwab@suse.de>.
2364 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2365 new file.
2366 (tramp-handle-file-local-copy, tramp-handle-write-region):
2367 The permissions of the temporary file are set if filename exists.
2368 Reported by Ted Stern <stern@cray.com>.
2369 (tramp-backup-directory-alist)
2370 (tramp-bkup-backup-directory-info): New defcustoms.
2371 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2372 (tramp-handle-find-backup-file-name): New function.
2373 Implements Tramp's find-backup-file-name.
2374
2375 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2376 for `find-backup-file-name'.
2377
2378 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2379 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2380
2381 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2382
2383 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2384
2385 2004-05-07 Juanma Barranquero <lektu@terra.es>
2386
2387 * subr.el (lambda): Add arglist description to docstring.
2388 (declare): Fix typo in docstring.
2389 (open-network-stream): Fix docstring.
2390 (process-kill-without-query): Fix docstring and add obsolescence info.
2391 (last, butlast, nbutlast): Make arguments match their use in docstring.
2392 (insert-buffer-substring-no-properties): Likewise.
2393 (insert-buffer-substring-as-yank): Likewise.
2394 (split-string): Fix docstring.
2395
2396 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2397 Make argument names match their use in docstring.
2398
2399 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2400
2401 2004-05-06 Nick Roberts <nickrob@gnu.org>
2402
2403 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2404 Fit first sentence on one line for apropos-command.
2405
2406 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 Changes largely merged in from Dave Love's code.
2409 * progmodes/python.el: Doc fixes.
2410 (python-mode-map): Add python-complete-symbol.
2411 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2412 (python-comment-indent, python-complete-symbol)
2413 (python-symbol-completions, python-partial-symbol)
2414 (python-try-complete): New.
2415 (python-indent-line): Remove optional arg. Use python-block-end-p.
2416 (python-check): Bind compilation-error-regexp-alist.
2417 (inferior-python-mode): Use rx. Move keybindings to top level.
2418 Set comint-input-filter.
2419 (python-preoutput-filter): Use rx.
2420 (python-input-filter): Re-introduce.
2421 (python-proc): Start new process if necessary.
2422 Check python-buffer non-nil.
2423 (view-return-to-alist): Defvar.
2424 (python-send-receive): New.
2425 (python-eldoc-function): Use it.
2426 (python-mode-running): Don't defvar.
2427 (python-mode): Set comment-indent-function.
2428 Maybe update hippie-expand-try-functions-list.
2429 (python-indentation-levels): Initialize differently.
2430 (python-block-end-p): New.
2431 (python-indent-line): Use it.
2432 (python-compilation-regexp-alist): Augment.
2433 (run-python): Import `emacs' module to Python rather than loading
2434 code directly. Set python-buffer differently.
2435 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2436 Use python-proc.
2437 (python-send-command): Go to end of comint buffer.
2438 (python-load-file): Use python-proc, emacs.eimport.
2439 (python-describe-symbol): Simplify interactive form.
2440 Use emacs.help. Do use temp-buffer-show-hook.
2441 Call print-help-return-message.
2442 (hippie-exp): Require when compiling.
2443 (python-preoutput-continuation): Use rx.
2444
2445 * diff-mode.el (diff-make-unified): Fix regexp.
2446
2447 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2448
2449 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2450 filter groups from the buffer when rebuilding the Ibuffer buffer
2451 and `ibuffer-show-empty-filter-groups' is nil.
2452
2453 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2454
2455 * ps-print.el (ps-print-quote): Call ps-value-string.
2456 (ps-setup): Call ps-comment-string.
2457 (ps-value-string, ps-comment-string): New funs.
2458
2459 2004-05-06 Juanma Barranquero <lektu@terra.es>
2460
2461 * ehelp.el (electric-help-command-loop): Check whether the last
2462 character is visible, not (point-max).
2463
2464 * help-fns.el (help-argument-name): Default to bold; don't inherit
2465 from font-lock-variable-name-face.
2466 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2467
2468 2004-05-05 Kenichi Handa <handa@m17n.org>
2469
2470 * descr-text.el (describe-char): Copy the character with text
2471 properties and overlays into the first line, and call
2472 describe-text-properties on it.
2473
2474 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2475
2476 * iswitchb.el (iswitchb-global-map): Fix typo.
2477 Remove unwanted ###autoloads from source file.
2478
2479 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2480
2481 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2482 in run-hooks. Use substitute-command-keys in message.
2483 (wdired-abort-changes): Add message.
2484
2485 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2486
2487 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2488 (sql-emacs20-p): Remove.
2489 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2490 (sql-builtin-face, sql-doc-face): Remove.
2491 (sql-mode-ansi-font-lock-keywords)
2492 (sql-mode-oracle-font-lock-keywords)
2493 (sql-mode-postgres-font-lock-keywords)
2494 (sql-mode-linter-font-lock-keywords)
2495 (sql-mode-ms-font-lock-keywords)
2496 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2497 (sql-product-font-lock): Fix font-lock reset when font rules change.
2498 (sql-highlight-product): Remove incorrect font-lock reset logic.
2499
2500 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2501
2502 * ses.el (ses-set-parameter): Fix typo.
2503
2504 2004-05-04 Kim F. Storm <storm@cua.dk>
2505
2506 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2507 Must expand directory for completion to work; and don't mess with
2508 process-environment.
2509 (ido-read-file-name): If command has ido property, don't use ido
2510 if value is ignore, or read as directory if value is dir.
2511 Set ido ignore property for dired-do-rename command.
2512
2513 2004-05-04 Juanma Barranquero <lektu@terra.es>
2514
2515 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2516 (electric-help-help): Check against unmapped commands.
2517
2518 * help-fns.el (help-argument-name): New face, inheriting from
2519 font-lock-variable-name-face, to highlight function arguments in
2520 `describe-function' and `describe-key'.
2521 (help-do-arg-highlight): Auxiliary function to highlight a given
2522 list of arguments in a string.
2523 (help-highlight-arguments): Highlight the function arguments and
2524 all uses of them in the docstring.
2525 (describe-function-1): Use it. Do docstring output via `insert',
2526 not 'princ', so text attributes are preserved.
2527
2528 * winner.el (winner-mode-map): Move `winner-undo' and
2529 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2530 previous bindings conflict with `prev-buffer', `next-buffer').
2531
2532 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2533
2534 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2535 (bibtex-entry-update): New command bound to C-c C-u.
2536 (bibtex-text-in-string): Fix regexp.
2537 (bibtex-assoc-of-regexp): Remove.
2538 (bibtex-progress-message): Fix docstring.
2539 (bibtex-inside-field): Use if.
2540 (bibtex-assoc-regexp): New function.
2541 (bibtex-format-entry): Make code more robust so that it formats
2542 also old entries.
2543 (bibtex-autokey-demangle-title): Merge with obsolete function
2544 bibtex-assoc-of-regexp.
2545 (bibtex-field-list): New function.
2546 (bibtex-entry): Use bibtex-field-list.
2547 (bibtex-parse-entry): Fix docstring.
2548 (bibtex-print-help-message): Use bibtex-field-list.
2549 (bibtex-make-field): Use bibtex-field-list.
2550 (bibtex-entry-index): Bugfix. Return crossref key if required.
2551 (bibtex-lessp): Fix docstring.
2552
2553 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2554
2555 * select.el (xselect-convert-to-string): Move comment to intended line.
2556
2557 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2558
2559 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2560 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2561
2562 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2563
2564 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2565 x-get-selection.
2566
2567 2004-05-03 Jason Rumney <jasonr@gnu.org>
2568
2569 * makefile.nt: Remove.
2570
2571 2004-05-03 Kim F. Storm <storm@cua.dk>
2572
2573 * emulation/cua-base.el (cua--update-indications): Fix last change.
2574 (cua-mode): Deactivate mark when cua-mode is enabled.
2575
2576 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2577
2578 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2579
2580 2004-05-03 Nick Roberts <nickrob@gnu.org>
2581
2582 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2583 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2584 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2585 window over visible frames.
2586 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2587
2588 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * progmodes/compile.el (compilation-gcpro): New var.
2591 (compilation-fake-loc): Use it.
2592 (compilation-forget-errors): Reset it.
2593
2594 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2595
2596 * diff-mode.el (diff-header-face, diff-file-header-face):
2597 Use min-colors.
2598
2599 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2600
2601 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2602 (bibtex-clean-entry): Disentangle code.
2603 (bibtex-realign): New function.
2604 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2605 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2606 Remove undocumented optional arg called-by-convert-alien.
2607 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2608 for sorting instead of bibtex-sort-buffer.
2609
2610 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2611
2612 * progmodes/compile.el (compilation-start): In the
2613 no-async-subprocesses branch, call sit-for to give redisplay a
2614 chance to show the updated process status in the mode line, and
2615 fontify the buffer explicitly after the process exits.
2616
2617 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * progmodes/python.el (python-compilation-line-number): Remove.
2620 (python-compilation-regexp-alist): Don't use it any more.
2621 (python-orig-start, python-input-filter): Remove.
2622 (inferior-python-mode): Don't set up comint-input-filter-functions.
2623 (python-send-region): Use compilation-fake-loc.
2624
2625 * progmodes/compile.el (compilation-messages-start): New var.
2626 (compilation-mode): Don't setup next-error-function here.
2627 (compilation-setup): Set it up here instead (for minor modes as well).
2628 Make compilation-messages-start buffer local.
2629 (compilation-next-error-function): Use it.
2630 (compilation-forget-errors): Set compilation-messages-start.
2631
2632 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2633
2634 * ielm.el (ielm-prompt-read-only): Update docstring.
2635
2636 * comint.el (comint-prompt-read-only): Update docstring.
2637 (comint-update-fence, comint-kill-whole-line)
2638 (comint-kill-region): New functions.
2639
2640 * simple.el (kill-whole-line): Use "p" instead of "P" in
2641 interactive form.
2642
2643 2004-05-01 Juanma Barranquero <lektu@terra.es>
2644
2645 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2646 format arglist so default values in CL-style argument lists are
2647 correctly shown.
2648
2649 2004-05-01 Jason Rumney <jasonr@gnu.org>
2650
2651 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2652
2653 2004-05-01 Kenichi Handa <handa@m17n.org>
2654
2655 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2656 quail file if it is up to date.
2657
2658 2004-04-30 Juri Linkov <juri@jurta.org>
2659
2660 * cus-edit.el (custom-mode-map):
2661 Add key binding `C-x C-s' to `Custom-save'.
2662
2663 * outline.el (outline-blank-line): New var.
2664 (outline-next-preface, outline-show-heading)
2665 (outline-end-of-subtree): Use it.
2666
2667 * dired-aux.el (dired-touch-initial): New fun.
2668 (dired-do-chxxx): Call it for op-symbol `touch'.
2669 (dired-diff): Use `dired-dwim-target-directory'
2670 if current dired buffer has no buffer mark.
2671
2672 * bindings.el (propertized-buffer-identification):
2673 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2674 Add C-M-arrow keys for consistency.
2675
2676 * files.el (confirm-kill-emacs):
2677 Change group from top-level `emacs' to `convenience'.
2678
2679 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2680 Push mark on the first call of successive command calls.
2681 (insert-pair): New fun created from `insert-parentheses' with
2682 `open' and `close' arguments added. Enclose active regions
2683 in paired characters. Compare adjacent characters syntax with
2684 inserted characters syntax before inserting a space.
2685 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2686
2687 * delsel.el: Don't put `delete-selection' property
2688 on `insert-parentheses' symbol to take advantage of
2689 region handling in `insert-pair' function.
2690 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2691
2692 2004-04-30 Kim F. Storm <storm@cua.dk>
2693
2694 * emulation/cua-base.el: Add support for changing cursor types;
2695 based on patch from Michael Mauger.
2696 (cua-normal-cursor-color, cua-read-only-cursor-color)
2697 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2698 Customization cursor type and/or cursor color.
2699 (cua--update-indications): Handle cursor type changes.
2700 (cua-mode): Update cursor indications if enabled.
2701
2702 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2703
2704 * mouse.el (mouse-drag-copy-region): New defcustom.
2705 (mouse-set-region, mouse-drag-region-1): Use it.
2706
2707 * simple.el (kill-ring-save): If region face background color is
2708 unspecified (if no highlighting), show extent of fully visible
2709 region even if transient-mark-mode is enabled.
2710
2711 * emulation/cua-base.el (cua--standard-movement-commands):
2712 Add cua-scroll-up and cua-scroll-down.
2713 (cua-scroll-up, cua-scroll-down): New commands.
2714 (cua--init-keymaps): Remap scroll-up and scroll-down.
2715
2716 * emulation/cua-rect.el (cua--convert-rectangle-as):
2717 New defmacro.
2718 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2719 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2720 New commands (suggested by Jordan Breeding).
2721
2722 2004-04-30 Juanma Barranquero <lektu@terra.es>
2723
2724 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2725
2726 2004-04-30 Mario Lang <mlang@delysid.org>
2727
2728 * diff.el (diff-switches): Fix typo in docstring.
2729
2730 2004-04-30 Alex Schroeder <alex@gnu.org>
2731
2732 * xml.el (xml-debug-print-internal): Don't add newline and
2733 indentation to text nodes and write empty elements as empty tags
2734 instead of opening and closing tags.
2735 (xml-debug-print): Take optional indent-string argument.
2736 (xml-print): Alias for xml-debug-print.
2737
2738 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2739
2740 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2741 than duplicate call to `line-beginning-position'.
2742
2743 * progmodes/f90.el (f90-get-present-comment-type):
2744 Return whitespace, as well as comment chars, for consistent filling
2745 of comment blocks. Use `match-string-no-properties'.
2746 (f90-break-line): Trim trailing whitespace when filling comments.
2747
2748 2004-04-30 Dave Love <fx@gnu.org>
2749
2750 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2751 (diary-from-outlook-internal, diary-from-outlook)
2752 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2753 New functions to import diary entries from Outlook-format
2754 appointments in mail messages.
2755
2756 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * progmodes/python.el (python-send-command): New fun.
2759 (python-send-region, python-load-file): Use it.
2760
2761 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2762
2763 * help-fns.el (help-C-file-name): Use new subr-name.
2764 Prepend `src/' to the file name.
2765 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2766 (describe-function-1, describe-variable): Only find a C source file
2767 name if DOC is already loaded.
2768
2769 * help-mode.el (help-function-def, help-variable-def):
2770 Use the new find-function-search-for-symbol functionality.
2771 Allow FILE to be `C-source'.
2772
2773 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2774 (find-function-C-source): New fun.
2775 (find-function-search-for-symbol): Use it.
2776
2777 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2778
2779 * progmodes/sql.el (sql-product-alist): Rename variable
2780 `sql-product-support'. Add Postgres login parameters.
2781 (sql-set-product, sql-product-feature): Update with renamed variable.
2782 (sql-connect-postgres): Add username prompt.
2783 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2784 Make patterns less product specific.
2785 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2786 (sql-mode-abbrev-table): Modify initialization.
2787 (sql-builtin-face): Add variable.
2788 (sql-keywords-re): Add macro.
2789 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2790 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2791 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2792 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2793 (sql-mode-linter-font-lock-keywords)
2794 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2795 (sql-mode-sybase-font-lock-keywords)
2796 (sql-mode-informix-font-lock-keywords)
2797 (sql-mode-interbase-font-lock-keywords)
2798 (sql-mode-ingres-font-lock-keywords)
2799 (sql-mode-solid-font-lock-keywords)
2800 (sql-mode-sqlite-font-lock-keywords)
2801 (sql-mode-db2-font-lock-keywords): Default to nil.
2802 (sql-product-font-lock): Always highlight ANSI keywords.
2803 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2804 (sql-send-string): Add function.
2805
2806 2004-04-29 Dave Love <fx@gnu.org>
2807
2808 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2809 (cfengine-end-of-defun): Ensure progress through buffer.
2810
2811 * info-look.el (cfengine-mode): Accept a terminal ().
2812
2813 2004-04-29 Juri Linkov <juri@jurta.org>
2814
2815 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2816 instead of isearch-yank-word-or-char. Add new key bindings for
2817 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2818 (isearch-del-char): New fun.
2819 (isearch-forward, isearch-edit-string): Update docstring.
2820 (isearch-yank-char): Doc fix.
2821 (isearch-other-meta-char): Restore point after scrolling.
2822
2823 * progmodes/compile.el (compilation-context-lines): Add nil option
2824 to disable compilation output window scrolling.
2825 (compilation-set-window): Use it.
2826
2827 * outline.el (outline-next-preface, outline-show-heading):
2828 Don't leave unhidden blank line before heading.
2829 (outline-end-of-subtree): Include last newline into subtree.
2830 (hide-entry): Leave point at beginning of heading instead of end.
2831 (outline-up-heading): Push mark for the first call of successive
2832 command calls.
2833
2834 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2835
2836 * comint.el (comint-prompt-read-only): New variable.
2837 (comint-output-filter): Implement it.
2838
2839 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2840 (ielm-prompt-internal): New variable.
2841 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2842 (ielm-send-input): Delete unused variable `buf'.
2843 (ielm-eval-input): Use `ielm-prompt-internal'.
2844 (inferior-emacs-lisp-mode): Use new variables
2845 `comint-prompt-read-only' and `ielm-prompt-internal'.
2846 Get rid of obsolete variable `directory-sep-char'.
2847 (ielm): Use `zerop'.
2848
2849 2004-04-29 John Paul Wallington <jpw@gnu.org>
2850
2851 * thumbs.el (toplevel): Require cl at compile time.
2852 Remove conditional definitions of `ignore-errors' and `caddar'
2853 because they occur at run time.
2854
2855 2004-04-28 Nick Roberts <nickrob@gnu.org>
2856
2857 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2858 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2859 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2860 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2861
2862 * progmodes/gud.el (gud-common-init): Throw an error if program is
2863 already running under gdb.
2864
2865 2004-04-28 John Paul Wallington <jpw@gnu.org>
2866
2867 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2868 (thumbs-show-image-num): Move assignment of
2869 `thumbs-current-image-filename' within scope of `i'.
2870 (thumbs-emboss-image): Don't use `evenp'.
2871
2872 2004-04-28 Richard M. Stallman <rms@gnu.org>
2873
2874 * progmodes/compile.el (compilation-context-lines): Default now 0.
2875
2876 2004-04-28 Juanma Barranquero <lektu@terra.es>
2877
2878 Use `time-less-p' from calendar/time-date.el instead of defining
2879 custom versions of it.
2880
2881 * pcomplete.el (pcomplete-time-less-p): Remove.
2882
2883 * thumbs.el (time-less-p): Remove.
2884
2885 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2886 (timeclock-generate-report): Use `time-less-p'.
2887
2888 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2889 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2890
2891 2004-04-28 Masatake YAMATO <jet@gyve.org>
2892
2893 * subr.el (remove-overlays): Make arguments optional.
2894
2895 * wid-edit.el (widget-specify-button): Put evaporate to the
2896 overlay for sample.
2897 (widget-specify-sample): Put evaporate to the overlay for sample.
2898 (widget-specify-doc): Put evaporate to the overlay for documentation.
2899
2900 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2901
2902 * info.el (info-apropos): Make it an index node. Align node names
2903 like makeinfo.
2904
2905 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2906
2907 * net/browse-url.el (browse-url-netscape-sentinel)
2908 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2909 (browse-url-epiphany-sentinel, browse-url-mosaic):
2910 Use browse-url-*-program instead of a literal program name.
2911
2912 2004-04-27 Kevin Ryde <user42@zip.com.au>
2913
2914 * eshell/em-alias.el:
2915 * eshell/em-dirs.el:
2916 * eshell/em-hist.el:
2917 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2918 features when M-x customize-group loads modules before the main
2919 eshell.el.
2920
2921 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2922
2923 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2924 either a character representation of an event or an event
2925 description list.
2926
2927 * type-break.el: Capitalise Emacs and Lisp.
2928 (type-break-good-break-interval, type-break-demo-boring-stats)
2929 (type-break-terse-messages, type-break-file-name): New defcustoms.
2930 (type-break-post-command-hook)
2931 (type-break-warning-countdown-string): Quote variable names in doc.
2932 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2933 (type-break-mode): Document type-break-good-break-interval and the
2934 "session" file. Schedule break according to the session file.
2935 Kill session file buffer on exit. Organise for save-some-buffers
2936 to always save the session file.
2937 (type-break-mode-line-message-mode, type-break-query-mode):
2938 Uppercase arguments.
2939 (type-break-file-time, type-break-file-keystroke-count, timep)
2940 (type-break-choose-file, type-break-get-previous-time)
2941 (type-break-get-previous-count): New defuns.
2942 (type-break): Avoid break querying after a completed break in the
2943 case where the query was initiated during user invocation of the
2944 break. Optional terse messages.
2945 Use type-break-good-break-interval if type-break-good-rest-interval is
2946 nil. File the break time.
2947 (type-break-schedule): New optional args for overriding the use of
2948 the current time.
2949 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2950 after a break.
2951 (type-break-check): File the keystroke count.
2952 (type-break-do-query): Prevent a second query when the break is
2953 interrupted. Optional terse message.
2954 (type-break-keystroke-reset): Record the start of a typing interval.
2955 (type-break-demo-boring): Optional terse messages. Display word
2956 per minute and keystroke counts according to
2957 type-break-demo-boring-stats.
2958
2959 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2960
2961 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2962 directories, make sure they exist under archive-tmpdir.
2963
2964 2004-04-27 Juri Linkov <juri@jurta.org>
2965
2966 * help.el (view-emacs-news): With argument, display info for the
2967 selected version by finding it among different NEWS files, and
2968 narrowing the buffer to the selected version.
2969
2970 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2971 same-window-buffer-names.
2972 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2973 non-numeric prefix argument, append the number to the buffer name
2974 for numeric prefix argument.
2975 (info-other-window): Bind same-window-regexps to nil.
2976 (Info-reference-name): Rename to Info-point-loc.
2977 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2978 and Info-find-index-name for stringy Info-point-loc.
2979 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2980 without middle `.', but with final `.' and optional line number
2981 for it. Set Info-point-loc for index nodes.
2982 (Info-index): Remove middle `.' from index entry regexp.
2983 Modify line number regexp.
2984 (Info-index-next): Decrement line number.
2985 (info-apropos): Remove middle `.' from index entry regexp.
2986 Add optional line number regexp at the end. Add matched value
2987 for line number to the result list and insert it to the buffer.
2988 Replace match-string by match-string-no-properties.
2989 Reorder result list.
2990 (Info-fontify-node): Hide index line numbers.
2991 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2992 empty matches.
2993 (Info-follow-reference): Use `str' instead of
2994 Info-following-node-name-re.
2995 (Info-toc): Use full file names. Set Info-current-node to "Top".
2996 (Info-fontify-node): Compare file names without directory name.
2997 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2998 Set second arg of Info-extract-menu-node-name for index nodes.
2999 (info-xref-visited): Use magenta3 instead of magenta4.
3000 (Info-mode): Add info-apropos to docstring.
3001
3002 * log-view.el (log-view-diff): Replace interactive code "r"
3003 by a list to allow to call it even if region is not active.
3004
3005 * paren.el (show-paren-highlight-openparen): New var.
3006 (show-paren-function): Turn on openparen highlighting when
3007 matching forward if show-paren-highlight-openparen is non-nil.
3008
3009 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3010 the constant value 1.
3011 (completions-common-part): Expand docstring.
3012
3013 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3014
3015 2004-04-27 Kim F. Storm <storm@cua.dk>
3016
3017 * image.el (insert-sliced-image): Use line-height instead of
3018 line-spacing property on newline.
3019
3020 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3021
3022 * desktop.el (desktop-buffer-misc-data-function): Rename to
3023 desktop-save-buffer and change docstring.
3024 (desktop-buffer-modes-to-save): Delete.
3025 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3026 desktop-buffer-modes-to-save.
3027 (desktop-save): Rename desktop-buffer-misc-data-function to
3028 desktop-save-buffer and allow non-function value.
3029 (desktop-missing-file-warning): Correct docstring.
3030
3031 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3032 to desktop-save-buffer.
3033
3034 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3035 desktop-save-buffer.
3036
3037 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3038
3039 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3040
3041 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3042
3043 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3044
3045 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3046
3047 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3048 (ielm): Only go to the end of the buffer when starting a new process.
3049
3050 2004-04-25 Juanma Barranquero <lektu@terra.es>
3051
3052 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3053 mode line. Bind `inhibit-read-only' to t before modifying
3054 properties of text in the buffer.
3055 (ielm): Force point to the end of buffer, even when running ielm
3056 from inside itself.
3057
3058 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3059
3060 * info.el (info-apropos): Reset Info-complete-cache.
3061
3062 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3063
3064 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3065 Also recognize severe Irix et al. messages.
3066 (compilation-normalize-filename, compile-abbreviate-directory):
3067 Delete functions.
3068 (compilation-get-file-structure): New function inherits
3069 functionality of the two preceding ones.
3070 (compilation-internal-error-properties, compilation-fake-loc):
3071 Use it so that different paths to the same file share the same
3072 markers. Also optimize finding adjacent marker slightly.
3073
3074 2004-04-25 Kim F. Storm <storm@cua.dk>
3075
3076 * image.el (insert-sliced-image): Add line-spacing t property
3077 to newlines separating image lines.
3078
3079 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3080
3081 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3082
3083 * ielm.el (ielm-prompt-read-only): New user option.
3084 (ielm-prompt): Expand docstring to describe new behavior.
3085 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3086 mention it in the docstring.
3087
3088 2004-04-24 Andreas Schwab <schwab@suse.de>
3089
3090 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3091
3092 * diff.el (diff): Set default-directory in diff buffer.
3093
3094 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3095
3096 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3097 mail was being composed if the terminal cannot display more than
3098 one frame; instead, switch to previous frame.
3099
3100 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3101 (rmail-start-mail): Support rmail-mail-new-frame even on
3102 terminals that can display only one frame at a time.
3103
3104 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3107 (checkdoc-output-font-lock-keywords): Remove error regexp.
3108 (checkdoc-output-mode-map): Remove.
3109 (checkdoc-output-mode): Derive from compilation-mode.
3110 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3111
3112 * dired.el (dired-mode-map): Add a menu entry for wdired.
3113
3114 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3115 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3116
3117 * wdired.el: (wdired-mode-map): Move init into declaration.
3118 Fix `return' binding.
3119 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3120 Use force-mode-line-update.
3121 (wdired-get-filename): Use `unless'.
3122 (wdired-preprocess-files): Don't assume names have no \n and use / for
3123 dir separator.
3124 (wdired-normalize-filename): Use replace-regexp-in-string.
3125 (wdired-load-hooks): Remove.
3126 (wdired-mode-hooks): Rename to wdired-mode-hook.
3127
3128 * info-look.el: Add support for cfengine-mode.
3129 (info-lookup-setup-mode): Use dolist.
3130
3131 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3132
3133 * wdired.el: New file.
3134
3135 2004-04-23 Juanma Barranquero <lektu@terra.es>
3136
3137 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3138
3139 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3140 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3141 (pcomplete--help, pcomplete--here): Doc fixes.
3142
3143 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3144
3145 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3146 handles wrong-number-of-arguments in backend call.
3147
3148 * vc.el (vc-print-log): Likewise.
3149
3150 2004-04-20 Dave Love <fx@gnu.org>
3151
3152 * emacs-lisp/rx.el: Doc fixes.
3153 (rx-constituents): Add/extend many forms.
3154 (rx-check): Check form is a list.
3155 (bracket): Defvar.
3156 (rx-check-any, rx-any, rx-check-not): Modify.
3157 (rx-not): Simplify.
3158 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3159 (rx-kleene): Use rx-trans-forms.
3160 (rx-quote-for-set): Delete.
3161 (rx): Allow multiple args.
3162
3163 2004-04-23 Kenichi Handa <handa@m17n.org>
3164
3165 * international/mule-util.el (char-displayable-p): Simplify by
3166 using internal-char-font.
3167
3168 2004-04-23 Juanma Barranquero <lektu@terra.es>
3169
3170 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3171
3172 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * diff-mode.el (diff-next-error): New fun.
3175 (diff-mode): Use it.
3176
3177 * simple.el (next-error): Change arg name.
3178 Add support for the documented C-u C-x ` usage.
3179
3180 * frame.el (special-display-popup-frame, next-multiframe-window)
3181 (previous-multiframe-window): Only consider frames on same display.
3182
3183 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3184
3185 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3186 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3187
3188 2004-04-22 Kim F. Storm <storm@cua.dk>
3189
3190 * net/telnet.el (telnet): Add optional port arg.
3191
3192 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3195 Minor sanity check on the `hyperlink' slot.
3196
3197 * Makefile.in (recompile): Compile new files.
3198
3199 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3200 Add byte-recompile-directory's optional `arg'.
3201
3202 * cvs-status.el (cvs-tree-use-charset): New var.
3203 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3204 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3205 (cvs-status-cvstrees): Use it.
3206
3207 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3208 Make it a normal major mode.
3209 (checkdoc-buffer-label): Make sure the file name is meaningful.
3210 (checkdoc-output-to-error-buffer): Remove.
3211 (checkdoc-error, checkdoc-start-section): Rewrite.
3212
3213 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3214 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3215 (Info-title-4-face): Use new syntax.
3216 (info-xref-visited): Inherit from info-xref.
3217
3218 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3219
3220 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3221
3222 * simple.el (next-error-last-buffer, next-error-function):
3223 New variables for the next-error framework.
3224 (next-error-buffer-p): New function.
3225 (next-error-find-buffer): Generalize compilation-find-buffer.
3226 (next-error, previous-error, first-error, next-error-no-select)
3227 (previous-error-no-select): Move from compile.el.
3228
3229 * replace.el (occur-next-error, occur-1): Hook into the next-error
3230 framework.
3231
3232 * progmodes/compile.el (compilation-start):
3233 Set next-error-last-buffer so next-error knows where to jump.
3234 (compilation-setup): Set the buffer-local variable
3235 next-error-function to 'compilation-next-error-function.
3236 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3237 alternate way to find if a buffer is a compilation buffer, for
3238 next-error convenience.
3239 (next-error-no-select, previous-error-no-select, next-error)
3240 (previous-error, first-error): Move to simple.el.
3241 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3242 (compilation-last-buffer): Remove.
3243 (compilation-start, compilation-next-error, compilation-setup)
3244 (compilation-next-error-function, compilation-find-buffer):
3245 Remove compilation-last-buffer use.
3246
3247 2004-04-21 Juanma Barranquero <lektu@terra.es>
3248
3249 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3250 (font-lock-warning-face): Fix spacing.
3251
3252 * makefile.w32-in (WINS): Add url/ directory.
3253
3254 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3255
3256 * desktop.el (desktop-buffer-mode-handlers): New variable.
3257 Alist of major mode specific functions to restore a desktop buffer.
3258 (desktop-buffer-handlers): Make variable obsolete.
3259 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3260 Catch errors signaled in handlers. Update buffer count.
3261 Evaluate desktop-buffer-point.
3262 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3263 move to dired.el.
3264 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3265 move to info.el.
3266 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3267 move to mail/rmail.el.
3268 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3269 to mh-e/mh-e.el.
3270 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3271 On fail, print message (to message buffer) even if
3272 desktop-missing-file-warning is nil.
3273 (desktop-buffer-misc-data-function): New buffer local variable.
3274 Function returning major mode specific data.
3275 (desktop-buffer-misc-functions): Make variable obsolete.
3276 (desktop-save): Use desktop-buffer-misc-data-function.
3277 (desktop-buffer-dired-misc-data): Rename to
3278 dired-desktop-buffer-misc-data and move to dired.el.
3279 (desktop-buffer-info-misc-data): Rename to
3280 Info-desktop-buffer-misc-data and move to info.el.
3281 (desktop-read): Add message about number of buffers restored/failed.
3282
3283 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3284 Add parameters. Pause to display error only when
3285 desktop-missing-file-warning is non-nil.
3286 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3287 (dired-mode): Bind desktop-buffer-misc-data-function.
3288
3289 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3290 Add Parameters.
3291 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3292 (Info-mode): Bind desktop-buffer-misc-data-function.
3293
3294 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3295 Add Parameters.
3296
3297 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3298 Add Parameters.
3299
3300 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3301
3302 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3303 the case of letters in case-insensitive expansions when the
3304 abbrev is preceded by characters with letter syntax.
3305
3306 2004-04-21 Richard M. Stallman <rms@gnu.org>
3307
3308 * progmodes/cperl-mode.el (cperl-putback-char):
3309 Delete Emacs 18 definition.
3310
3311 * international/mule.el (ctext-post-read-conversion):
3312 Use assoc-string, not assoc-ignore-case.
3313
3314 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3315
3316 * emacs-lisp/easymenu.el (easy-menu-add):
3317 Do call x-popup-menu, but only if it's defined.
3318
3319 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3320
3321 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3322 Handle multiple args: compile like progn.
3323
3324 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3325 take all args as &rest arg.
3326
3327 * autoinsert.el (auto-insert-alist): Insert the user's name in
3328 copyright notice, rather than Free Software Foundation.
3329
3330 2004-04-21 Kenichi Handa <handa@m17n.org>
3331
3332 * descr-text.el (describe-char): Make it work on *Help* buffer.
3333
3334 2004-04-21 Kim F. Storm <storm@cua.dk>
3335
3336 * image.el (insert-image): Add optional SLICE arg.
3337 (insert-sliced-image): New defun.
3338
3339 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3340
3341 * subr.el (read-number): Check whether `default' is nil.
3342
3343 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * progmodes/compile.el (compilation-error-properties):
3346 Split into two.
3347 (compilation-internal-error-properties): New one.
3348 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3349
3350 2004-04-20 Richard M. Stallman <rms@gnu.org>
3351
3352 * window.el (split-window-save-restore-data):
3353 Don't update the data if OLD-INFO is nil.
3354
3355 * view.el (view-return-to-alist): Mark it permanent local.
3356
3357 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3358
3359 * recentf.el (recentf-save-list): Catch and warn about errors.
3360
3361 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3362 so "Buffers" won't be pure.
3363
3364 * help-mode.el (help-mode-finish): Set help-return-alist first
3365 thing, setting only the entry for the selected window.
3366
3367 * help-fns.el (describe-function-1): If many non-control non-meta
3368 keys run the command, don't list all of them.
3369
3370 2004-04-20 Juanma Barranquero <lektu@terra.es>
3371
3372 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3373 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3374
3375 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3376
3377 2004-04-20 Kenichi Handa <handa@m17n.org>
3378
3379 * international/quail.el (quail-lookup-key): New optional arg
3380 NOT-RESET-INDICES.
3381 (quail-get-translations): Call quail-lookup-key with
3382 NOT-RESET-INDICES t.
3383 (quail-completion): Likewise.
3384 (quail-lookup-map-and-concat): Likewise.
3385
3386 2004-04-20 Kenichi Handa <handa@m17n.org>
3387
3388 * international/quail.el (quail-update-translation): Don't insert
3389 such an unsupported multibyte char in a unibyte buffer.
3390
3391 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3392
3393 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3394 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3395 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3396 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3397 (gdb-frame-assembler-buffer): Improve behaviour with
3398 multiple frames.
3399 (gdb-display-buffer): Extend search to all visible frames.
3400
3401 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3402
3403 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3404 characters left after base64 decoding.
3405 (rmail-decode-region): Use -dos variety of `coding', to remove any
3406 ^M characters left after qp or base64 decoding.
3407
3408 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3409
3410 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3411 messages.
3412
3413 2004-04-19 Stephen Eglen <stephen@gnu.org>
3414
3415 * add-log.el (add-change-log-entry): Update doc string to mention
3416 add-log-full-name and add-log-mailing-address.
3417
3418 2004-04-18 Juri Linkov <juri@jurta.org>
3419
3420 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3421 (Info-find-node-2): Simplify error message.
3422 (Info-insert-dir): Use Info-following-node-name.
3423 (Info-goto-node): Remove *info-history* and *info-toc*.
3424 (Info-history): Create a node of the virtual history file.
3425 (Info-toc): Create a node of the virtual toc file.
3426 (Info-insert-toc): New arg `curr-file' for reference file names.
3427 (info-apropos): Remove redundant var binding for temp-file.
3428 (Info-index, Info-index-next, Info-mode): Doc fix.
3429 (Info-goto-emacs-command-node): Don't jump to *info* from
3430 non-*info* Info buffers.
3431 (Info-fontify-node): Don't show the file name of external
3432 references if `Info-hide-note-references' is `hide'. Don't hide
3433 newlines at the end of paragraphs.
3434
3435 * international/mule-diag.el (list-input-methods):
3436 Fix args to help-xref-button.
3437
3438 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3439 to put into effect local variables from TUTORIAL files.
3440
3441 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3442 with default value taken from the variable `sentence-end'.
3443 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3444 Add nil const to :type.
3445 (sentence-end-without-period, sentence-end-double-space)
3446 (sentence-end-without-space): Doc fix.
3447
3448 * textmodes/paragraphs.el (forward-sentence):
3449 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3450 (fill-delete-newlines):
3451 * progmodes/cc-cmds.el (c-beginning-of-statement):
3452 Use function `sentence-end' instead of variable `sentence-end'.
3453
3454 2004-04-18 Andreas Schwab <schwab@suse.de>
3455
3456 * progmodes/compile.el (compilation-start): Set window start to
3457 point-min if compilation-scroll-output is nil.
3458
3459 2004-04-18 John Wiegley <johnw@newartisans.com>
3460
3461 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3462
3463 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3464
3465 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3466 (gdb-info-breakpoints-custom): Revert previous change.
3467 (gdb-view-assembler): Update assembler if necessary.
3468 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3469 (gdb-display-source-buffer): Update properly when both source and
3470 assembler are visible.
3471
3472 2004-04-17 John Wiegley <johnw@newartisans.com>
3473
3474 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3475 which limits the number of names shown in the minibuffer. Off by
3476 default.
3477 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3478 up iswitchb for users with a multitude of open buffers by showing
3479 only the first and last N/2 buffers in the completion list (which
3480 is enough to aid C-s/C-r, and to know that more characters are
3481 needed to refine the completion list).
3482
3483 2004-04-17 Richard M. Stallman <rms@gnu.org>
3484
3485 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3486 (file-truename): Expand all ~ constructs directly.
3487 (insert-directory): Delete any error msg output by the
3488 `insert-directory-program'.
3489
3490 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3491 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3492 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3493 (allout-init): Use find-file-hook, not find-file-hooks.
3494 (allout-mode): Eliminate Emacs 18 support.
3495 Use write-contents-functions, not local-write-file-hooks.
3496
3497 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3498
3499 * progmodes/compile.el (compilation-error-properties): Fix for
3500 adding messages when there are already markers for their file.
3501 (compilation-fake-loc): New function.
3502
3503 2004-04-16 Dave Love <fx@gnu.org>
3504
3505 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3506 (python-load-file): Fix python-orig-start setting.
3507
3508 * progmodes/compile.el: Doc fixes.
3509 (compilation-error-regexp-alist-alist)
3510 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3511 (compilation-assq): Wrap in eval-when-compile.
3512 (compilation-mode-font-lock-keywords): Don't use list*.
3513 (compilation-start): Avoid warning.
3514 (compilation-compat-error-properties)
3515 (compilation-directory-properties): Add keymap property.
3516 (compilation-parsing-end): Make it a marker for better compatibility.
3517
3518 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3519
3520 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3521
3522 * xml.el: Doc fixes.
3523 (xml-get-children): Only looks at sub-tags and ignore strings.
3524
3525 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3526
3527 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3530
3531 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3532
3533 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3534
3535 * vc.el (vc-print-log): Likewise.
3536
3537 2004-04-16 Masatake YAMATO <jet@gyve.org>
3538
3539 * simple.el (completion-setup-function): Set an initial value
3540 to `element-common-end' before entering loop. Set a value
3541 to `element-common-end' at the end of loop.
3542 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3543 (completions-common-part): Rename from completion-de-emphasis.
3544 (completions-first-difference): Rename from completion-emphasis.
3545 Suggested by RMS.
3546
3547 2004-04-16 Juanma Barranquero <lektu@terra.es>
3548
3549 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3550 (bookmark-edit-annotation-mode): Add mode name.
3551
3552 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3555 for nested conflict markers.
3556 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3557
3558 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3559
3560 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3561
3562 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3563
3564 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3567 Give a backtrace if requested.
3568
3569 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3570
3571 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3572 Remove unused functions.
3573 (python-orig-start-line, python-orig-file): Remove.
3574 (python-orig-start): New var.
3575 (python-input-filter, python-compilation-line-number)
3576 (python-send-region, python-load-file): Use it.
3577
3578 * info.el (info): Always jump to *info*.
3579
3580 * subr.el (posn-set-point): New function.
3581
3582 * mouse.el (mouse-set-point): Use it.
3583
3584 * progmodes/compile.el (compile-goto-error): Use it.
3585 (compilation-button-map): New keymap.
3586 (compilation-error-properties): Use it.
3587 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3588
3589 * smerge-mode.el (smerge-popup-context-menu): Use it.
3590
3591 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3592 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3593 mouse and non-mouse case.
3594
3595 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3596 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3597
3598 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3599 Make it work for non-mouse events.
3600
3601 * pcvs-info.el (cvs-status-map): Update binding name.
3602
3603 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3604
3605 * xml.el (xml-maybe-do-ns): New function to handle namespace
3606 parsing of both attribute and element names.
3607 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3608 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3609 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3610 (xml-parse-attlist): Make it do its own namespace parsing.
3611
3612 2004-04-14 Dave Love <fx@gnu.org>
3613
3614 * progmodes/python.el (run-python): Fix use of \n.
3615 (python-load-file): Remove `try' from Python fragment.
3616 (python-describe-symbol): Fix message.
3617
3618 * comint.el: Doc fixes.
3619 (comint-last-input-start, comint-last-input-end)
3620 (comint-last-output-start): Give them values.
3621 (comint-arguments): Avoid warning.
3622 (comint-skip-prompt): Use line-end-position.
3623 (comint-backward-matching-input): Rename arg to agree with doc.
3624 (comint-extract-string): Use syntax-ppss.
3625 (comint-dynamic-simple-complete): Delete useless list construction.
3626 (comint-redirect-subvert-readonly): New.
3627 (comint-redirect-preoutput-filter): Use it.
3628
3629 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3630 Correctly handle negative arguments when calling hook functions.
3631
3632 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3633
3634 * info.el (info-apropos): Don't clobber Info-history-list.
3635
3636 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3637
3638 * progmodes/compile.el (compilation-setup):
3639 Localize overlay-arrow-position.
3640 (compilation-sentinel): Restructure code equivalently.
3641 (compilation-next-error): Find message on same line after point if
3642 not found before point.
3643 (compile-mouse-goto-error): Restore function so that compilation
3644 buffer need not be current and use compile-goto-error.
3645 (compile-goto-error): Restore function.
3646 (next-error): Set overlay-arrow-position.
3647 (compilation-forget-errors): Don't localize already local
3648 compilation-locs and remove FIXME about refontifying.
3649
3650 2004-04-14 Kim F. Storm <storm@cua.dk>
3651
3652 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3653 (command-line): New option -Q. Like -q --no-site-file, but
3654 in addition it also disables menu-bar, tool-bar, scroll-bars,
3655 tool-tips, and the blinking cursor.
3656 (command-line-1): Skip startup screen if -Q.
3657 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3658
3659 * emulation/cua-base.el (cua-read-only-cursor-color)
3660 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3661
3662 2004-04-13 Dave Love <fx@gnu.org>
3663
3664 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3665 (syntax): Don't require.
3666 (python) <defgroup>: Add :version.
3667 (python-quote-syntax): Re-written.
3668 (inferior-python-mode): Move stuff here from run-python and add
3669 some more.
3670 (python-preoutput-continuation, python-preoutput-result)
3671 (python-dotty-syntax-table): New.
3672 (python-describe-symbol): Use them.
3673 (run-python): Move stuff to inferior-python-mode. Modify code
3674 loaded into Python.
3675 (python-send-region): Use python-proc, python-send-string.
3676 (python-send-string): Send newlines too. Callers changed.
3677 (python-load-file): Re-written.
3678 (python-eldoc-function): New.
3679 (info-look): Don't require.
3680 (python-after-info-look): New. A modified version of former
3681 top-level code for use with eval-after-load.
3682 (python-maybe-jython, python-guess-indent): Use widened buffer.
3683 (python-fill-paragraph): Re-written.
3684 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3685 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3686
3687 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3690 Set compilation-error-regexp-alist earlier.
3691
3692 * progmodes/compile.el (compilation-minor-mode-map)
3693 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3694 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3695
3696 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3699 corresponding to the event.
3700
3701 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3702
3703 * loadup.el: Add cygwin to system-type list, for unexec() support.
3704
3705 2004-04-12 John Paul Wallington <jpw@gnu.org>
3706
3707 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3708 (ibuffer-restore-window-config-on-quit): New variable to replace
3709 `ibuffer-delete-window-on-quit'. Update all references.
3710 (ibuffer-prev-window-config): New variable.
3711 (ibuffer-quit): Restore previous window configuration instead of
3712 deleting window.
3713 (ibuffer): Save window configuration before showing Ibuffer buffer.
3714
3715 * help.el (describe-mode): Doc fix.
3716
3717 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3720 not to treat nil as a function.
3721
3722 * vc-arch.el (vc-arch-root): Be a bit more careful.
3723 (vc-arch-register): Save the buffer if we modified it.
3724 (vc-arch-delete-rej-if-obsolete): Save excursion.
3725 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3726 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3727
3728 * net/ldap.el (ldap-search): Use list*.
3729
3730 2004-04-12 Juri Linkov <juri@jurta.org>
3731
3732 * info.el (Info-follow-reference): Allow multiline reference name.
3733
3734 2004-04-11 Dave Love <fx@gnu.org>
3735
3736 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3737
3738 * progmodes/python.el: New file.
3739
3740 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3741
3742 * vc-hooks.el (vc-arg-list): Function removed.
3743 (vc-default-workfile-unchanged-p): Use condition-case to check for
3744 backward compatibility.
3745
3746 * vc.el (vc-print-log): Use condition-case to check for backward
3747 compatibility.
3748
3749 2004-04-11 Juri Linkov <juri@jurta.org>
3750
3751 * dired.el (dired-faces): New defgroup.
3752 (dired-header, dired-mark, dired-marked, dired-flagged)
3753 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3754 New faces.
3755 (dired-header-face, dired-mark-face, dired-marked-face)
3756 (dired-flagged-face, dired-warning-face, dired-directory-face)
3757 (dired-symlink-face, dired-ignored-face): New face variables.
3758 (dired-font-lock-keywords): Use them instead of font-lock faces.
3759 Split the rule for dired marks into 3 separate rules: for marks,
3760 marked file names and flagged file names.
3761
3762 * help-mode.el (help-make-xrefs): Add a final newline to the
3763 *Help* buffer.
3764
3765 2004-04-11 John Paul Wallington <jpw@gnu.org>
3766
3767 * replace.el (occur-engine): Distinguish between one and several
3768 matches in the matches per buffer heading.
3769
3770 2004-04-11 Kim F. Storm <storm@cua.dk>
3771
3772 * ido.el (ido-confirm-unique-completion): New defcustom.
3773 (ido-complete): Use it.
3774 (ido-write-file): Set it to t unconditionally.
3775
3776 2004-04-10 Miles Bader <miles@gnu.org>
3777
3778 RCS keyword removal (only non-comment changes are enumerated here):
3779
3780 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3781 (byte-compile-insert-header): Don't use `byte-compile-version'.
3782 * forms.el (forms-version): Variable removed.
3783 (forms-mode): Don't use `forms-version'.
3784 * recentf.el (recentf-version): Variable removed.
3785 * progmodes/delphi.el (delphi-version): Variable removed.
3786 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3787
3788 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3791
3792 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3793
3794 * info.el (info-apropos): Improve menu item regexp.
3795
3796 2004-04-09 Simon Josefsson <jas@extundo.com>
3797
3798 * mail/smtpmail.el: Add comment, based on report by
3799 kdc@rcn.com (Kevin D. Clark).
3800
3801 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3804 Redo one more thing that I didn't notice Daniel had undone.
3805
3806 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3807
3808 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3809 (gdb-goto-breakpoint, gdb-display-buffer)
3810 (gdb-display-source-buffer, gdb-view-source-function)
3811 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3812 (gdb-source-info, gdb-frame-handler): Don't specify a window
3813 for display.
3814 (gdb-info-breakpoints-custom): Remove superfluous update of
3815 assembler buffer.
3816 (gdb-many-windows): Make settable outside gdb.
3817
3818 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3819
3820 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3821 Derive from fundamental-mode rather than text-mode.
3822
3823 2004-04-08 Juri Linkov <juri@jurta.org>
3824
3825 * info.el (Info-history): Doc fix.
3826 (Info-history-list): New var.
3827 (info-xref): Change magenta4 to blue, remove bold for dark and
3828 light backgrounds, change bold to underline for non-color classes.
3829 (info-xref-visited): New face.
3830 (Info-fontify-visited-nodes): New custom.
3831 (Info-hide-note-references): Add new value `hide'. Doc fix.
3832 (Info-reference-name): New var.
3833 (Info-selection-hook): New custom.
3834 (Info-edit-mode-hook): New var.
3835 (Info-find-file): New fun.
3836 (Info-find-node): Move part of code to Info-find-file.
3837 (Info-find-node-2): Add anchors to Info-history-list. Move point
3838 to the place with the reference name if name is defined.
3839 (Info-select-node): Add current node to Info-history-list.
3840 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3841 (Info-search-whitespace-regexp): New custom.
3842 (Info-search-case-fold): New var.
3843 (Info-search): Add "case-sensitively" to the prompt.
3844 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3845 (Info-search-case-sensitively, Info-search-next): New fun.
3846 (Info-up): Move point to the menu item of the current node.
3847 (Info-history): New fun. Add *info-history* to
3848 same-window-buffer-names.
3849 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3850 (Info-insert-toc): New fun.
3851 (Info-build-toc): New fun.
3852 (Info-follow-reference): Add new arg `fork'. Doc fix.
3853 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3854 with the same name prefer the reference closest to point.
3855 (Info-next-reference): Replace * by + in the *Note regexp.
3856 Add regexp for http:// and ftp://. Skip the *Note prefix.
3857 (Info-prev-reference): Replace * by + in the *Note regexp.
3858 Add regexp for http:// and ftp://. Skip the *Note prefix.
3859 (Info-follow-nearest-node): Add new arg `fork'.
3860 (Info-try-follow-nearest-node): Add new arg `fork'.
3861 Call browse-url for http:// and ftp:// references.
3862 Set Info-reference-name for index entries.
3863 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3864 Info-search-next, Info-history, Info-toc, clone-buffer.
3865 (Info-menu-update): Replace * by + in the *Note regexp.
3866 (Info-mode): Add documentation for Info-history, Info-toc,
3867 Info-search-case-sensitively, Info-search-next, clone-buffer.
3868 (Info-fontify-menu-headers): Remove fun. Move code to
3869 Info-fontify-node.
3870 (Info-fontify-node): Add docstring. Add local vars
3871 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3872 then fontify header line, titles, menu headers, http and ftp
3873 references, refill paragraphs. If not-fontified-p is t or
3874 fontify-visited-p is t then fontify cross references, menu items.
3875 Fontify menu headers. Fontify http and ftp references.
3876 Change regexp for cross references to require whitespace after *Note,
3877 add matching groups for file and node names. Remove hack for quote.
3878 Use display property for Info-hide-note-references=t. Use fifth
3879 or fourth match for help-echo. Display visited nodes in a
3880 different face. Unhide file names of external references.
3881 Unhide newlines. Display visited menu items in a different face.
3882
3883 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * progmodes/compile.el: Require CL.
3886 (compilation-mode-font-lock-keywords): Re-install the "line as
3887 function" patch.
3888
3889 * help-fns.el (help-C-source-directory): New var.
3890 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3891 (describe-function-1, describe-variable): Use them.
3892
3893 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3894 to C source files specially.
3895
3896 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3897
3898 * info.el (Info-hide-cookies-node): New function.
3899 (Info-select-node): Use it.
3900 (Info-display-images-node): Remove message with image file name.
3901
3902 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3903
3904 * progmodes/compile.el (compilation-warning-face)
3905 (compilation-info-face, compilation-skip-threshold)
3906 (compilation-skip-visited, compilation-context-lines):
3907 Declare :version when added to Emacs.
3908 (compilation-error-regexp-alist-alist): Extend caml and irix.
3909 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3910 (compilation-mode-font-lock-keywords): Temporarily undo line as
3911 function patch, which wasn't ready.
3912
3913 2004-04-07 Kenichi Handa <handa@m17n.org>
3914
3915 * international/latin1-disp.el (latin1-display-setup): Check each
3916 character is displayable or not instead of calling
3917 latin1-display-check-font.
3918
3919 2004-04-06 Kenichi Handa <handa@m17n.org>
3920
3921 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3922 New variable.
3923 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3924 instead of sera-being-called-by-w3.
3925 (ethio-fidel-to-sera-buffer): Likewise.
3926 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3927 instead of sera-being-called-by-w3.
3928 (ethio-write-file): Likewise.
3929
3930 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3931
3932 * printing.el: Doc fix.
3933
3934 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3935
3936 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3937 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3938 (gdb-setup-windows): Only use separate IO buffer if required.
3939
3940 2004-04-06 Kim F. Storm <storm@cua.dk>
3941
3942 * term.el (term-is-xemacs): Remove.
3943 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3944 (term-window-width): New function.
3945 (term-mode, term-check-size): Use it.
3946 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3947
3948 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3949
3950 * cus-edit.el (custom-add-parent-links): Change unbound variable
3951 `symbol' to `name'.
3952
3953 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3954 * info.el (info-apropos): New function.
3955 (Info-mode-menu): Add it.
3956 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3957
3958 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3959 inherited docstring.
3960
3961 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3962
3963 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3966
3967 * progmodes/compile.el (font-lock): Don't require any more.
3968 (compilation-error-properties, compilation-start, compilation-sentinel)
3969 (compilation-filter, next-error): Use with-current-buffer.
3970 (compilation-skip-to-next-location, compilation-skip-threshold)
3971 (compilation-skip-visited): Move to silence the byte-compiler.
3972 (compilation-setup): Simplify.
3973 (compilation-next-error): Use line-(beginning|end)-position.
3974 Make sure `pt' is non-nil before using compilation-loop.
3975 (compile-goto-error): Add optional event arg. Use it.
3976 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3977 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3978 Update the binding for mouse-2.
3979 (first-error): Set compilation-current-error to nil rather than bob.
3980 (compilation-parsing-end, compilation-parse-errors-function)
3981 (compilation-error-list, compilation-old-error-list):
3982 "New" compatibility variables.
3983 (compile-buffer-substring, compilation-compat-error-properties)
3984 (compilation-compat-parse-errors, compilation-forget-errors):
3985 New compatibility functions.
3986 (compilation-mode-font-lock-keywords): Use them.
3987
3988 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3989
3990 * autorevert.el (auto-revert-handler): If point (or a window
3991 point) is at the end of the buffer, keep it there after
3992 reverting. This allows to tail a file.
3993 Mention this in the `Commentary'.
3994
3995 * format.el (format-write-file): Add optional argument CONFIRM
3996 and make it behave like the analogous argument to `write-file'.
3997
3998 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3999
4000 * progmodes/ebnf2ps.el: Doc fix.
4001 (ebnf-version): New version number (4.2).
4002 (ebnf-syntax): Customization and docstring fix.
4003 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4004 Put autoloaded funs before first use.
4005 (ebnf-style-database): Add dtd entry.
4006 (ebnf-syntax-alist): Add dtd initialization.
4007 (ebnf-token-sequence): New fun.
4008 (ebnf-comment-table): Add new comment action character.
4009 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4010
4011 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4012 Type Definition for XML).
4013
4014 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4015 * progmodes/ebnf-bnf.el (ebnf-sequence):
4016 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4017 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4018 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4019 Code simplification: call ebnf-token-sequence.
4020
4021 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4022
4023 * calendar/timeclock.el (timeclock-relative)
4024 (timeclock-get-project-function, timeclock-get-workday-function)
4025 (timeclock-query-out, timeclock-when-to-leave)
4026 (timeclock-when-to-leave-string, timeclock-log-data)
4027 (timeclock-generate-report, timeclock-in): Doc fixes.
4028
4029 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * url/: New dir. Import the URL package from its repository.
4032
4033 2004-04-03 Andreas Schwab <schwab@suse.de>
4034
4035 * diff-mode.el (diff-mode): Fix missing quote.
4036
4037 2004-04-03 Juri Linkov <juri@jurta.org>
4038
4039 * descr-text.el (describe-property-list): Add `font-lock-face'.
4040
4041 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4042
4043 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4044
4045 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4046 Use utf-16le on little endian machines and utf-16be otherwise.
4047
4048 2004-04-02 David Kastrup <dak@gnu.org>
4049
4050 * net/browse-url.el (browse-url-generic): Use call-process
4051 instead of start-process to allow browsers that fork and detach.
4052
4053 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4054
4055 * compile.el (compilation-current-error): New var.
4056 (compilation-setup, compile-mouse-goto-error)
4057 (compile-goto-error, next-error): Use it.
4058 (compilation-skip-to-next-location): Default to t, which gives
4059 contiguous skipping like old compile (where this was redundant).
4060 (compilation-next-error): Prevent previous-* commands from moving
4061 back to message at or just before point.
4062
4063 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4064
4065 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4066 (gdb-source-info): Don't display source at startup, if required.
4067 (gdb-show-main): New option.
4068 (gdba): Update documentation.
4069 (gdb-source): Cover case of auto-display output.
4070
4071 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4072
4073 * autorevert.el: Delete obsolete autoload's and defvar's.
4074 (auto-revert-check-vc-info): New user option.
4075 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4076 (auto-revert-handler-vc): Delete.
4077 (auto-revert-handler): Treat return value `fast' of
4078 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4079
4080 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4081 return `fast'.
4082
4083 * files.el (buffer-stale-function): Doc change.
4084
4085 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4086
4087 * printing.el: New tip on Tips section.
4088 (pr-version): New version number (6.7.4).
4089 (pr-shell-file-name): Initialization fix.
4090
4091 2004-03-31 Juri Linkov <juri@jurta.org>
4092
4093 * dired.el: Add autoload for `dired-do-touch'.
4094 (dired-touch-program): New var.
4095 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4096 (dired-no-confirm): Add `touch' to docstring.
4097
4098 * dired-aux.el (dired-do-touch): New fun.
4099 (dired-do-chxxx): Add argument -t for touch operation.
4100
4101 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4102 `dired-move-to-filename-regexp'.
4103
4104 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4105
4106 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4107
4108 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4109
4110 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4111 and only if the buffer was modified.
4112
4113 2004-03-30 Kenichi Handa <handa@m17n.org>
4114
4115 * international/characters.el: Delete pairs for U+2308..U+230B.
4116
4117 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4118
4119 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4120 to detect the beginning of a level 2 or 3 annotation.
4121
4122 2004-03-29 Kenichi Handa <handa@m17n.org>
4123
4124 * international/ucs-tables.el (ucs-insert): Fix the error message.
4125
4126 2004-03-29 Kenichi Handa <handa@m17n.org>
4127
4128 * international/mule-util.el (char-displayable-p): Fix generation
4129 of XLFD file name.
4130
4131 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4132 before finding directories by `find'.
4133
4134 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * subr.el (interactive-form): Delete. Now implemented in C.
4137
4138 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4139
4140 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4141 (vc-diff-label): New fun.
4142 (vc-diff-internal): Use it.
4143
4144 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4145
4146 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4147
4148 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4149
4150 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4151 specify XML (EBNFX).
4152
4153 * progmodes/ebnf2ps.el: Doc fix.
4154 (ebnf-version): New version number (4.1).
4155 (ebnf-syntax): Adjust customization.
4156 (ebnf-style-database): Add ebnfx entry.
4157 (ebnf-syntax-alist): Add ebnfx initialization.
4158 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4159
4160 * printing.el: Doc fix.
4161 (pr-version): New version number (6.7.3).
4162 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4163 returns nil for mouse position. Reported by Drew Adams
4164 <drew.adams@oracle.com>.
4165 (pr-update-menus): Modify interactive declaration. Reported by Drew
4166 Adams <drew.adams@oracle.com>.
4167
4168 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4169
4170 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4171 (gud-gdba-marker-filter): Log the process input and output, if
4172 required. From Stefan Monnier.
4173 (gdb-debug-log, gdb-enable-debug-log): New variables.
4174 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4175
4176 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4179 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4180
4181 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4182
4183 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4184 Call vc-find-file-hook here instead of in auto-revert-buffers.
4185 (auto-revert-buffers): Delete call to vc-find-file-hook.
4186 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4187 (global-auto-revert-mode, auto-revert-set-timer)
4188 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4189
4190 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4191
4192 * woman.el (woman-change-fonts): Rename local variable
4193 woman-font-alist to font-alist to avoid a compiler warning.
4194
4195 2004-03-27 Dave Love <fx@gnu.org>
4196
4197 * emacs-lisp/rx.el (rx): Doc fix.
4198 Fix copyright years.
4199
4200 * strokes.el (strokes-global-set-stroke-string): New function.
4201 (strokes-list-strokes): Cope with strings, not just commands.
4202 Set foreground colour of image.
4203 (strokes-global-set-stroke): Doc fix.
4204
4205 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4208 Auto Revert mode.
4209 (Buffer-menu-files-only): New variable.
4210 (Buffer-menu-toggle-files-only): New function.
4211 (Buffer-menu-mode-map): Bind it to `T'.
4212 (Buffer-menu-mode): Mention `T' in docstring.
4213 Set buffer-stale-function.
4214 (list-buffers-noselect): Mark buffer non-modified and set
4215 Buffer-menu-files-only.
4216
4217 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4218
4219 * autorevert.el (auto-revert-handler): Print revert message
4220 before, rather than after, reverting.
4221 (buffer-stale-function): Move to files.el.
4222
4223 * files.el (buffer-stale-function): Move here from autorevert.el.
4224
4225 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4228
4229 * calc/calc.el (calc-mode-map): Use mapc.
4230
4231 * apropos.el (apropos-mode): Don't autoload.
4232 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4233 (apropos): Use it.
4234 (apropos-print): Add optional `text' argument.
4235 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4236 Don't assume point-min == 1.
4237
4238 * bs.el (bs-buffer-list): Use buffer-local-value.
4239 (bs--set-toggle-to-show): Use with-current-buffer.
4240
4241 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4242 New funs.
4243 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4244
4245 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4246
4247 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4248 (dabbrev--find-expansion): Use pop.
4249 (dabbrev--search): Use match-string-no-properties.
4250
4251 * dired.el (dired-mode): Use run-mode-hooks.
4252 (dired-move-to-end-of-filename): Use match-string.
4253
4254 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4255 is bound before using it.
4256 (ediff-verbose-p): Make it into a var since it's not constant.
4257
4258 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4259
4260 * faces.el (read-face-font): Don't cons up unnecessarily.
4261 (header-line, tool-bar): Share common parts.
4262
4263 * files.el (file-relative-name): Use compare-strings.
4264
4265 * finder.el (finder-mode): Follow coding convention.
4266
4267 * subr.el (read-number): New function.
4268
4269 * ses.el (ses-read-number): Move to subr.el.
4270 (ses-set-header-row): Use read-number.
4271
4272 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4273
4274 * vc-hooks.el (vc-arg-list): New function, which handles both
4275 compiled and uncompiled code.
4276 (vc-default-workfile-unchanged-p): Use it.
4277
4278 * vc.el (vc-print-log): Undo prev change, use new function
4279 vc-arg-list from vc-hooks.el.
4280
4281 2004-03-26 Masatake YAMATO <jet@gyve.org>
4282
4283 * simple.el (completion-setup-function): Emphasize the
4284 first uncommon characters in the completions; and de-emphasize
4285 the common prefix substrings.
4286 (completion-emphasis): New face.
4287 (completion-de-emphasis): New face.
4288
4289 2004-03-25 Juanma Barranquero <lektu@terra.es>
4290
4291 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4292 Comment out (it's unused and unfinished code).
4293
4294 2004-03-25 Sam Steingold <sds@gnu.org>
4295
4296 * vc.el (vc-print-log): Fix a bug in the last patch:
4297 backend-function may be a byte-compiled object, not a lambda.
4298
4299 2004-03-25 Juri Linkov <juri@jurta.org>
4300
4301 * descr-text.el (describe-property-list): Add a button
4302 for `face' property that calls `describe-face'.
4303 Suggested by luis fernandes <elf@ee.ryerson.ca>
4304
4305 * international/mule.el (keyboard-coding-system):
4306 * kmacro.el (kmacro-call-macro): Fix docstring.
4307
4308 * dired.el: Fix comments.
4309
4310 * textmodes/fill.el (fill): Fix Info link.
4311
4312 * font-lock.el (fast-lock, lazy-lock):
4313 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4314 Info node.
4315
4316 * eshell/eshell.el (eshell): Fix broken info-link.
4317
4318 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4319 * eshell/em-banner.el (eshell-banner):
4320 * eshell/em-smart.el (eshell-smart):
4321 * eshell/esh-cmd.el (eshell-cmd):
4322 Comment out broken info-links to incomplete Info manual.
4323
4324 * info-xref.el: Fix commentary.
4325
4326 2004-03-25 Kevin Ryde <user42@zip.com.au>
4327
4328 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4329 Remove spurious node duplicate suppression, doesn't work, not wanted.
4330 (info-xref-output): Take format style args, add "sit-for 0" to let
4331 user see the results as they progress.
4332 (info-xref-check-all-custom): New function.
4333
4334 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4335
4336 * gdb-ui.el: Moved to progmodes.
4337
4338 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4341
4342 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4343
4344 * calendar/appt.el (appt-check): Remove superfluous progn.
4345 When finished with diary buffer: if it was not being displayed
4346 before, kill it; otherwise restore its original state.
4347 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4348
4349 * calendar/calendar.el (calendar-set-mode-line): Use total
4350 available mode-line width, rather than frame-width.
4351
4352 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4353 after mode change so effect not lost.
4354
4355 2004-03-23 Dave Love <fx@gnu.org>
4356
4357 * dired.el (dired) <defgroup>: Add link to manual.
4358 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4359 (dired-revert): Use dolist.
4360 (dired-mode-map): Add U binding.
4361 (dired-mode): Add font-lock-beginning-of-syntax-function.
4362 (dired-garbage-files-regexp): Make it a defcustom.
4363
4364 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4365
4366 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4367 is equivalent to nil.
4368 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4369 (vc-arch-mode-line-string): Accept `added' state.
4370 (vc-arch-state): Use inode-sigs if available.
4371 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4372 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4373 (vc-arch-tagline-re): New var.
4374 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4375 New functions.
4376 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4377 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4378
4379 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4380 (vc-file-not-found-hook): Use it.
4381
4382 * diff-mode.el (diff-default-read-only): Change default.
4383 (diff-mode-hook): Make it a defcustom. Add some options.
4384 (diff-mode-map): Bind diff-refine-hook.
4385 (diff-yank-handler): New var.
4386 (diff-yank-function): New fun.
4387 (diff-font-lock-keywords): Use them.
4388 (diff-end-of-file): Handle case where file-header looks like diff text.
4389 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4390 (diff-file-kill): Delete a subsequent empty line, if applicable.
4391 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4392 (diff-find-file-name): Use it.
4393 (diff-tell-file-name): New command.
4394 (diff-mode): Be careful with view-mode.
4395 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4396 New functions, for use in diff-mode-hook.
4397 (diff-find-source-location): Catch "regex too large" errors.
4398 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4399 (diff-refine-hunk): New command.
4400
4401 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4402 (smerge-context-menu-map): Remove unused var.
4403 (smerge-keep-all): Preserve markers.
4404 (smerge-keep-n): New fun.
4405 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4406 (smerge-keep-current, smerge-ediff): Use it.
4407 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4408 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4409 (smerge-resolve): Resolve trivial 3-part conflicts.
4410
4411 2004-03-23 Juri Linkov <juri@jurta.org>
4412
4413 * man.el (Man-width): New var.
4414 (Man-getpage-in-background): Use it.
4415 (Man-support-local-filenames): New var and fun.
4416 (Man-build-man-command): Don't add a second %s.
4417 (Man-fontify-manpage): Clean up message.
4418 (Man-mode): Set outline-regexp, outline-level,
4419 imenu-generic-expression.
4420
4421 * woman.el (woman-fill-frame): Doc fix.
4422 (woman-decode-region): Use window-width instead of frame-width.
4423
4424 * abbrevlist.el (list-one-abbrev-table):
4425 * descr-text.el (describe-char):
4426 * international/mule-diag.el (describe-current-coding-system):
4427 * international/quail.el (quail-insert-decode-map):
4428 Use window-width instead of frame-width.
4429
4430 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4431 (jka-compr-mode-alist-additions): Add tbz.
4432 (jka-compr-write-region, jka-compr-insert-file-contents):
4433 Add message for undefined compress-program.
4434 (jka-compr-write-region): Remove redundant var bindings.
4435
4436 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4437 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4438 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4439 (dired-man): Use dired-guess-shell-command.
4440 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4441 Change default nil to t.
4442
4443 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4444 (dired-compare-directories): Add default value for empty input.
4445
4446 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4447
4448 * time.el (display-time-string-forms): Fix help-echo date format.
4449
4450 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4451
4452 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4453 (buffer-stale-function): New variable.
4454 (auto-revert-list-diff, auto-revert-dired-file-list)
4455 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4456 (auto-revert-handler): Take over some functionality of deleted
4457 functions.
4458 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4459
4460 * dired.el (dired-directory-changed-p): New fun, extracted from
4461 dired-internal-noselect.
4462 (dired-buffer-stale-p): New fun.
4463 (dired-internal-noselect): Use dired-directory-changed-p.
4464 Eliminate revert messages.
4465 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4466
4467 2004-03-23 Kenichi Handa <handa@m17n.org>
4468
4469 * international/characters.el: Setup syntaxes for more parentheses
4470 Unicode characters.
4471
4472 * international/mule-cmds.el (select-safe-coding-system):
4473 Merge coding-system and auto-cs before comparing them.
4474
4475 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4478
4479 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4480 normal-auto-fill-function and comment-indent-function.
4481 The default values now work just as well.
4482 Don't set font-lock-beginning-of-syntax-function since we already set
4483 syntax-begin-function.
4484 (lisp-outline-level): Put ;;;###autoload at same level as (.
4485 (prin1-char): Quote special chars.
4486
4487 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4488 than with-no-warnings.
4489
4490 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4491 if the source location can't be found.
4492 (edebug-compute-previous-result): Use prin1-char.
4493
4494 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4495 (debug-ignored-errors): Add an entry.
4496
4497 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4498 (byte-compile-file): Output warning when deleting a file.
4499
4500 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4501 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4502
4503 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4504 (byte-compile-inline-expand): Use backquote.
4505 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4506 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4507
4508 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4509
4510 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4511
4512 2004-03-22 Juri Linkov <juri@jurta.org>
4513
4514 * finder.el (finder-known-keywords): Fix data, tex, unix.
4515
4516 * play/landmark.el: Fix keywords.
4517
4518 * language/ethio-util.el (ethio-find-file): Doc fix.
4519
4520 * emacs-lisp/warnings.el: Doc fix.
4521
4522 * textmodes/ispell.el (ispell-help): Doc fix.
4523
4524 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4525
4526 * format.el (format-insert-file): Always return a list of two
4527 elements, like insert-file-contents does.
4528
4529 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4530
4531 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4532 and vc-BACKEND-diff.
4533 (vc-print-log): If the print-log implementation supports it, use
4534 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4535 (vc-version-diff, vc-diff-internal): Doc fixes.
4536
4537 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4538 implementation supports it, let diff output go to *vc*,
4539 not *vc-diff*, since this is an internal call.
4540
4541 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4542
4543 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4544
4545 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4546
4547 2004-03-21 Dave Love <fx@gnu.org>
4548
4549 * progmodes/cfengine.el (cfengine-mode):
4550 Set parse-sexp-ignore-comments.
4551
4552 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4553
4554 2004-03-21 Juanma Barranquero <lektu@terra.es>
4555
4556 * allout.el (allout-mode): Fix docstring.
4557
4558 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4559
4560 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4561
4562 * autorevert.el (auto-revert-interval): Make new value take
4563 effect immediately when set through Custom.
4564 (auto-revert-set-timer): Add interactive declaration.
4565
4566 2004-03-19 David Ponce <david@dponce.com>
4567
4568 * ruler-mode.el (ruler-mode-header-line-format-old):
4569 Don't `make-variable-buffer-local'.
4570 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4571 (ruler-mode-header-line-format): Simply funcall the above.
4572 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4573 to save/restore a previous header line format.
4574 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4575 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4576 fringes and margins width.
4577 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4578
4579 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * log-edit.el (log-edit-font-lock-keywords): Typo.
4582
4583 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4584 (tex-send-tex-command): Rather than here.
4585 (tex-compilation-parse-errors): Simplify.
4586
4587 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4588
4589 * time.el (display-time-string-forms): Add help-echo with date on time.
4590
4591 * composite.el (compose-region): Use restore-buffer-modified-p.
4592
4593 * disp-table.el (standard-display-8bit): Simplify.
4594
4595 * server.el (server-process-filter): Delete temp frame.
4596
4597 * add-log.el (add-change-log-entry): Simplify.
4598
4599 2004-03-19 Kim F. Storm <storm@cua.dk>
4600
4601 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4602 (hexl-follow-line): Don't require 'fringe.
4603
4604 * progmodes/compile.el (compilation-start): Always set
4605 compilation-last-buffer and return it.
4606
4607 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4608
4609 * simple.el (clone-buffer): Doc fix.
4610
4611 2004-03-18 Juanma Barranquero <lektu@terra.es>
4612
4613 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4614
4615 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * log-edit.el (log-edit-font-lock-keywords): New var.
4618 (log-edit-mode): Use it.
4619
4620 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4621
4622 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4623 properly for watching in speedbar.
4624
4625 2004-03-17 Masatake YAMATO <jet@gyve.org>
4626
4627 * smerge-mode.el (smerge-popup-context-menu):
4628 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4629
4630 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4633 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4634 Take sealed revisions into account.
4635 (vc-arch-checkin): Extract a summary line from the message.
4636
4637 2004-03-16 Masatake YAMATO <jet@gyve.org>
4638
4639 * register.el (register): Provide `register' feature.
4640
4641 2004-03-15 Masatake YAMATO <jet@gyve.org>
4642
4643 Added context menu support in smerge mode.
4644 Most of the part is written by Stefan Monnier.
4645
4646 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4647 New keymap and menu.
4648 (smerge-text-properties): New function.
4649 (smerge-remove-props): New function.
4650 (smerge-popup-context-menu): New function.
4651 (smerge-resolve): Call `smerge-remove-props'.
4652 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4653 (smerge-keep-current): Ditto.
4654 (smerge-kill-current): New function.
4655 (smerge-match-conflict): Put text properties.
4656 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4657
4658 2004-03-15 David Ponce <david@dponce.com>
4659
4660 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4661 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4662 (ruler-mode-right-scroll-bar-cols): Remove.
4663 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4664 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4665 Use fringe-columns and scroll-bar-columns.
4666
4667 2004-03-15 Masatake YAMATO <jet@gyve.org>
4668
4669 * hl-line.el (hl-line-range-function): New variable.
4670 (hl-line-move): New function.
4671 (global-hl-line-highlight): Use `hl-line-move'.
4672 (hl-line-highlight): Ditto.
4673
4674 * scroll-bar.el (scroll-bar-columns):
4675 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4676
4677 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4678 (ruler-mode-left-fringe-cols)
4679 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4680 (ruler-mode-right-scroll-bar-cols)
4681 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4682 (ruler-mode-ruler-function): New variable.
4683 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4684 if the value for `ruler-mode-ruler-function'is given.
4685
4686 * hexl.el (hexl-mode-hook): Make the hook customizable.
4687 (hexl-address-area, hexl-ascii-area): New customize variables.
4688 (hexlify-buffer): Put font-lock-faces on the address area and
4689 the ascii area.
4690 (hexl-activate-ruler): New function.
4691 (hexl-follow-line): New function.
4692 (hexl-highlight-line-range): New function.
4693 (hexl-mode-ruler): New function.
4694
4695 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4698 (vc-default-find-file-hook): New fun.
4699 (vc-find-file-hook): Call new find-file-hook operation.
4700
4701 * vc-arch.el: New file.
4702
4703 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4704
4705 * info-look.el (info-lookup): Reuse an existing Info window.
4706
4707 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4708
4709 * woman.el (woman-preserve-ascii): Default value changed to t and
4710 doc string revised.
4711
4712 2004-03-12 Richard M. Stallman <rms@gnu.org>
4713
4714 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4715 Fix minor bug.
4716
4717 * replace.el (occur-engine): Change message for count of matches.
4718
4719 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4720 For strings, do compare text properties.
4721
4722 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4723
4724 * progmodes/compile.el (compile-auto-highlight)
4725 (compilation-error-list, compilation-old-error-list)
4726 (compilation-parse-errors-function, compilation-parsing-end)
4727 (compilation-error-message, compilation-directory-stack)
4728 (compilation-enter-directory-regexp-alist)
4729 (compilation-leave-directory-regexp-alist)
4730 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4731 (compilation-current-file, compilation-regexps): Remove vars.
4732
4733 (compile-error-at-point, compilation-error-filedata)
4734 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4735 (compilation-next-error-locus, compilation-forget-errors)
4736 (count-regexp-groupings, compilation-parse-errors)
4737 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4738
4739 (compile-internal): Make obsolete.
4740
4741 (compilation-first-column, compilation-error)
4742 (compilation-directory-matcher, compilation-page-delimiter)
4743 (compilation-mode-font-lock-keywords, compilation-debug)
4744 (compilation-error-face, compilation-warning-face)
4745 (compilation-info-face, compilation-line-face)
4746 (compilation-column-face, compilation-enter-directory-face)
4747 (compilation-leave-directory-face, compilation-skip-threshold)
4748 (compilation-skip-visited, compilation-context-lines): New vars.
4749
4750 (compilation-warning-face, compilation-info-face)
4751 (compilation-message-face): New faces.
4752
4753 (compilation-error-regexp-alist-alist): New constant.
4754
4755 (compilation-face, compilation-directory-properties)
4756 (compilation-assq, compilation-error-properties, compilation-start)
4757 (define-compilation-mode, compilation-loop)
4758 (compilation-set-window): New functions.
4759
4760 (compile): Additional argument for interactive compiles like TeX.
4761
4762 * progmodes/grep.el (kill-grep): Move here from compile.el
4763 (grep-error, grep-hit-face, grep-error-face)
4764 (grep-mode-font-lock-keywords): New variables.
4765 (grep-regexp-alist): Simplify regexp and add `binary' case.
4766 (grep-mode): New mode.
4767 (grep-process-setup): Simplify.
4768
4769 2004-03-11 Jason Rumney <jasonr@gnu.org>
4770
4771 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4772 letters on DOS/Windows.
4773
4774 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * server.el (server-name): New var.
4777 (server-socket-dir): New var to replace server-socket-name.
4778 (server-start): Use them.
4779
4780 2004-03-11 Simon Josefsson <jas@extundo.com>
4781
4782 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4783 died to avoid infloop. Reported by Jonathan Glauner
4784 <jglauner@sbum.org>.
4785
4786 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4789 (smerge-mode-menu): Use it to deactivate menu entries.
4790 (smerge-keep-current): New fun.
4791 (smerge-keep-current): Use it.
4792
4793 2004-03-10 John Paul Wallington <jpw@gnu.org>
4794
4795 * foldout.el (foldout-fold-list, foldout-modeline-string):
4796 Declare them as variables, not constants.
4797
4798 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4799
4800 * ps-print.el: Modification to print *Messages* buffer.
4801 (ps-print-version): New version 6.6.4.
4802 (ps-message-log-max): New fun.
4803 (ps-spool-without-faces, ps-spool-with-faces)
4804 (ps-count-lines-preprint): Code fix.
4805
4806 * printing.el: New tips in Tips section.
4807
4808 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4809
4810 * delim-col.el: Doc fix.
4811
4812 * printing.el: Doc fix. New doc section (Tips).
4813
4814 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * type-break.el (type-break-emacs-variant): Remove.
4817 (type-break-run-at-time, type-break-cancel-function-timers):
4818 Use fboundp rather than version name and number.
4819
4820 2004-03-09 Masatake YAMATO <jet@gyve.org>
4821
4822 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4823 `make-variable-buffer-local'.
4824
4825 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4826
4827 * find-dired.el (find-dired): Call `shell-command' instead of
4828 `start-process-shell-command'. By this, Tramp takes over
4829 handling of remote directories.
4830
4831 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * newcomment.el (comment-use-global-state): New var.
4834 (comment-search-forward): Use it.
4835
4836 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4837
4838 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4839
4840 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4841 (enable-kinsoku): Make it a defcustom.
4842 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4843 paragraph to same-comment-start-marker.
4844
4845 2004-03-07 Dave Love <fx@gnu.org>
4846
4847 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4848 (browse-url-mail): Use it.
4849
4850 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4851 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4852
4853 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4854
4855 * woman.el (woman-man.conf-path): Doc fix.
4856 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4857
4858 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4859
4860 * sort.el (sort-columns): Remove ms-dos from the list of systems
4861 where the external `sort' command is not used.
4862
4863 2004-03-07 Kim F. Storm <storm@cua.dk>
4864
4865 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4866 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4867 from overlay-arrow-variable-list.
4868 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4869
4870 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4871
4872 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4873 overlay arrow string properly for the assembler buffer.
4874
4875 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * mail/sendmail.el (mail-mode): Fix last change.
4878
4879 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4880
4881 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4882 for the assembler buffer.
4883 (gdb-assembler-custom): Position the overlay arrow.
4884 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4885
4886 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4889
4890 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4891 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4892
4893 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4894
4895 * newcomment.el (uncomment-region): Allow non-terminated comment.
4896 (comment-normalize-vars): Check the user-specified comstart marker.
4897
4898 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4899
4900 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4901 Otherwise, do use it if the region only contains font-lock text
4902 properties.
4903
4904 2004-03-04 Masatake YAMATO <jet@gyve.org>
4905
4906 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4907 as the callback function for eldoc.
4908 (hexl-print-current-point-info): New function.
4909 (hexl-current-address): Print the address in both decimal
4910 and hexadecimal format.
4911
4912 2004-03-04 Richard M. Stallman <rms@gnu.org>
4913
4914 * mail/rmail.el (rmail-convert-to-babyl-format):
4915 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4916
4917 * mail/mail-utils.el (mail-unquote-printable-region):
4918 New arg UNIBYTE.
4919
4920 * startup.el (command-switch-alist): Doc fix.
4921
4922 * simple.el (undo): Temporarily set this-command to `undo-start',
4923 then set it to `undo' once undo-start returns without error.
4924
4925 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4926
4927 * simple.el (kill-line): Don't disregard trailing whitespace
4928 in eol condition, if show-trailing-whitespace is set.
4929
4930 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4931 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4932 When disabling, restore old values only if mouse-sel-has-been-enabled.
4933
4934 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4935 (isearch-{-char): New function.
4936 (isearch-mode-map): Bind { to isearch-{-char.
4937
4938 * font-lock.el (lisp-font-lock-keywords-2):
4939 Turn off the CL with-... and do-... general patterns.
4940 Instead, recognize several specific with... and do... constructs.
4941
4942 * files.el (switch-to-buffer-other-window):
4943 Bind same-window-buffer-names and same-window-regexps to nil.
4944 (switch-to-buffer-other-frame): Likewise.
4945
4946 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4949 recognizing leading comment on code line.
4950
4951 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4954 hidden files/directories.
4955
4956 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4959 only comment-start (in case the mode hasn't set it).
4960
4961 * Makefile.in (AUTOGENEL): New var.
4962 (bootstrap-prepare): Rename from bootstrap-clean.
4963 Don't remove elc files.
4964 (maintainer-clean): New target.
4965
4966 * xml.el (xml-get-attribute-or-nil): Simplify.
4967
4968 2004-03-02 Juri Linkov <juri@jurta.org>
4969
4970 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4971 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4972 URL to prevent their substitution with the environment variable
4973 values by browsers.
4974
4975 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4976
4977 * ps-print.el: Doc fix.
4978 (ps-print-version): New version number (6.6.3).
4979 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4980 Docstring fix.
4981 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4982 before printing.
4983 (ps-time-stamp-yyyy-mm-dd): New fun.
4984 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4985
4986 2004-03-02 Kim F. Storm <storm@cua.dk>
4987
4988 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4989
4990 2004-03-01 Juanma Barranquero <lektu@terra.es>
4991
4992 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4993
4994 * desktop.el (desktop-file-version)
4995 (desktop-after-read-hook): Fix typos.
4996 (desktop-clear-preserve-buffers): Remove redundant info in
4997 docstring already shown by the obsolescence message.
4998 (desktop-truncate, desktop-internal-v2s)
4999 (desktop-value-to-string): Change argument name to match docstring.
5000
5001 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5002
5003 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5004 docstring.
5005
5006 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5007
5008 * printing.el: Replace "As Is..." in PostScript file print/preview by
5009 "No Preprocessing...". Suggested by Colin Marquardt
5010 <_marquardt_@zmd.de>.
5011 (pr-insert-section-4): Adjust buffer interface.
5012
5013 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5014
5015 Version 2.0.39 of Tramp released.
5016
5017 * net/tramp.el (tramp-handle-file-local-copy)
5018 (tramp-handle-write-region, tramp-open-connection-rsh):
5019 Variable name typo. Small change. From Patrick Tullmann
5020 <tullmann@flux.utah.edu>.
5021 (tramp-process-connection-type): New variable.
5022 (tramp-maybe-open-connection): Use it.
5023 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5024 (tramp-touch): Set last-modified time of a remote file.
5025 (tramp-handle-write-region): Say which function is used when encoding.
5026
5027 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5028
5029 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5030 case of non-existing filename, too. Reported by Christoph Bauer
5031 <c_bauer@informatik.uni-kl.de>.
5032 (tramp-smb-get-file-entries): The directory in question should
5033 have permissions "drwxrwxrwx". Just virtual, because we don't
5034 know the real permissions. Don't we know?
5035 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5036 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5037 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5038 output. If it was received chunkwise, there have been problems.
5039 Remove the "prompt not found" error message; it is obvious.
5040 Simplify algorithm.
5041 (tramp-smb-process-running): Remove. Since we acknowledge the
5042 virtual prompt for shares, there's no need for distinction of
5043 reading shares (process ends afterwards) and interactive mode of
5044 smblient.
5045 (tramp-smb-open-connection): Setting process sentinel removed.
5046 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5047 "NT_STATUS_NETWORK_ACCESS_DENIED".
5048 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5049 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5050 (top-level): Setting default value in `tramp-default-method-alist'
5051 corrected. Order of USER and HOST have been wrong.
5052 Nobody complained for months ...
5053 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5054 (tramp-smb-open-connection): Clear password cache if login has failed.
5055
5056 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5057 `tramp-unified-filenames'.
5058 (tramp-completion-mode): Make test for XEmacs explicitely.
5059 `event-to-character' can exists in Emacs packages too.
5060 Reported by Matt Swift <swift@alum.mit.edu>.
5061 (tramp-buffer-name): Buffer name must contain the user if exists.
5062 Reported by Adrian Phillips <a.phillips@met.no>.
5063 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5064 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5065 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5066 `tramp-do-copy-or-rename-file-one-local', because it handles also
5067 the case both files use the same out-of-band method.
5068 Implementation added.
5069 (tramp-handle-file-local-copy, tramp-handle-write-region):
5070 Out-of-band handling removed. `copy-file' called instead, which
5071 calls `tramp-do-copy-or-rename-file-out-of-band'.
5072 (tramp-action-password): Check for out-of-band method removed.
5073 This function is used for 'login-program.
5074 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5075 appropriate.
5076 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5077 and `tramp-parse-sknownhosts'.
5078 (tramp-completion-function-alist): It's a defvar now, because we
5079 want to apply the optimized `tramp-set-completion-function'
5080 instead of a static list.
5081 (tramp-set-completion-function): Implementation tuned.
5082 Avoid double entries, and entries where the function or the
5083 file/directory doesn't exist.
5084 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5085 for SSH2.
5086 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5087 (tramp-handle-dired-compress-file): New function.
5088 (tramp-async-proc): New variable.
5089 (tramp-handle-shell-command): Adding asynchronous processes.
5090 They are far from being perfect, but it works at least for
5091 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5092 (top-level): Require password.el if visible. Should be mandatory
5093 once No Gnus has found its way into (X)Emacs.
5094 (tramp-read-passwd): Invoke `password-read' if available,
5095 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5096 fallback any longer.
5097 (tramp-clear-passwd): New function.
5098 (tramp-process-actions, tramp-process-multi-actions):
5099 Clear password cache if login has failed.
5100
5101 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5102 its own module.
5103 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5104 `ange-ftp-ftp-name-res'. There could be incorrect values from
5105 previous calls in case the "ftp" method is used in the Tramp file
5106 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5107
5108 2004-02-28 Richard M. Stallman <rms@gnu.org>
5109
5110 * term.el (term-mouse-paste): Call mouse-set-point.
5111
5112 * thumbs.el: New file.
5113
5114 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5115
5116 * progmodes/ebnf-abn.el: Doc fix.
5117
5118 * progmodes/ebnf-bnf.el: Doc fix.
5119 (ebnf-repeat): Code fix.
5120
5121 * progmodes/ebnf2ps.el: Doc fix.
5122 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5123
5124 2004-02-28 Juri Linkov <juri@jurta.org>
5125
5126 * ffap.el (dired-at-point): Additional writability test for
5127 relative directory names.
5128 (dired-at-point-prompter): Treat directories as a directory, get
5129 the directory component from files.
5130 (ffap-string-at-point): Return string from region if region is active.
5131 (ffap-file-at-point): Remove redundant code.
5132
5133 2004-02-28 Kim F. Storm <storm@cua.dk>
5134
5135 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5136 Initialize margin area images to nil.
5137 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5138 (breakpoint-enabled-bitmap-face)
5139 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5140 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5141 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5142 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5143 (gdb-reset): Use gdb-remove-breakpoint-icons.
5144 (gdb-put-string): Add dprop arg to specify alternative display
5145 property (for setting fringe bitmap).
5146 (gdb-remove-strings): Doc fix.
5147 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5148 icon in fringe (if available), or else as icon or text in display
5149 margin. Creates necessary icons in breakpoint-bitmap,
5150 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5151 Also make left window margin if required.
5152 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5153 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5154 no longer needed.
5155 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5156 gdb-put-breakpoint-icon.
5157 (gdb-assembler-mode): Don't set left-margin-width here.
5158
5159 2004-02-27 Kevin Ryde <user42@zip.com.au>
5160
5161 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5162 comma, so that it DTRT in macros.
5163
5164 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5165
5166 * progmodes/sh-script.el (sh-shell-arg)
5167 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5168 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5169
5170 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5171
5172 * faces.el (face-spec-set-match-display): Add a new attribute,
5173 `min-colors'.
5174 (region, highlight, secondary-selection): Use `min-colors'.
5175
5176 * custom.el (defface): Add documentation for `min-colors'.
5177
5178 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5179 (font-lock-keyword-face, font-lock-function-name-face)
5180 (font-lock-variable-name-face, font-lock-constant-face):
5181 Use `min-colors'.
5182
5183 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5184
5185 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5186
5187 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5188 define assq-delete-all if it's not defined.
5189 (ebnf-generate-region): Code fix.
5190
5191 * printing.el: Doc fix.
5192 (pr-version): New version number (6.7.2).
5193 (pr-command): Return empty string if command is an empty string.
5194
5195 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5196
5197 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5198
5199 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5200 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5201 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5202 "tt" ["test"] ). Reported by Markus Dreyer
5203 <mdreyer@ix.urz.uni-heidelberg.de>.
5204 (ebnf-version): New version number (4.0).
5205 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5206 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5207 (ebnf-delete-style): New commands.
5208 (ebnf-directory, ebnf-file): New funs.
5209 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5210 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5211 (ebnf-syntax-alist): New var.
5212 (ebnf-element-width): New fun replacing ebnf-list-width.
5213 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5214 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5215 (ebnf-prologue): Adjust vars.
5216 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5217 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5218 (ebnf-check-style-values, ebnf-generate-production)
5219 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5220 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5221 (ebnf-token-repeat): Code fix.
5222
5223 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5224 %right, %left and %prec. Suggested by Matthew K. Junker
5225 <junker@alum.mit.edu>.
5226 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5227
5228 * progmodes/ebnf-iso.el: Doc fix.
5229 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5230 (ebnf-iso-lex): Code fix.
5231
5232 * progmodes/ebnf-bnf.el: Doc fix.
5233 (ebnf-bnf-lex): Code fix.
5234
5235 * progmodes/ebnf-otz.el: Doc fix.
5236
5237 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5238
5239 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5240 (abbrev-prefix-mark): Doc fix.
5241
5242 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5243
5244 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5245 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5246 (gdb-var-delete): Make interactive (really).
5247 (gdb-edit-value): Make non-interactive.
5248
5249 * progmodes/gud.el (gud-speedbar-menu-items):
5250 Add gdb-var-delete and, indirectly, gdb-edit-value.
5251 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5252 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5253 (gud-gdb-marker-filter): Add comment for annotations.
5254
5255 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5256
5257 * calendar/calendar.el (generate-calendar)
5258 (calendar-read-date): Prevent display of BC calendars once more -
5259 reverts 2003-10-01 change.
5260 (generate-calendar-month): Doc fix.
5261
5262 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5263
5264 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5265 return value of increment-calendar-month.
5266
5267 2004-02-21 Stephen Compall <s11@member.fsf.org>
5268
5269 * saveplace.el (save-place-forget-unreadable-files)
5270 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5271 (save-place-forget-unreadable-files): New function.
5272 (save-place-alist-to-file): Use it to filter out files that are
5273 no longer readable.
5274
5275 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5276 current Texinfo environment, using the same method as in
5277 `texinfo-insert-@end', and insert a space rather than a newline if
5278 point in a @table environment.
5279
5280 2004-02-21 Juri Linkov <juri@jurta.org>
5281
5282 * ffap.el (ffap-file-at-point): Try parent directories.
5283
5284 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5285
5286 * vcursor.el (vcursor-modifiers): New defcustom.
5287 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5288 hard-coded list.
5289
5290 2004-02-21 Masatake YAMATO <jet@gyve.org>
5291
5292 * play/animate.el (animate-birthday-present): Accept names other
5293 than `Sarah', too.
5294
5295 2004-02-21 Juri Linkov <juri@jurta.org>
5296
5297 * startup.el: Remove table of command line arguments from the
5298 Commentary section.
5299
5300 2004-02-20 John Wiegley <johnw@newartisans.com>
5301
5302 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5303 again" modifier from 'e' to 'E', since 'e' is also used by the
5304 "file extension" modifier.
5305
5306 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5307
5308 * help-fns.el (describe-categories): Doc fix.
5309
5310 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5311
5312 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5313 temporary file for buffer already visiting one. This change makes
5314 output likely to be directly usable by patch program.
5315 Suggested by Adrian Aichner <adrian@xemacs.org>
5316
5317 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5318
5319 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5320 case of variables defined in compound statements.
5321 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5322 Simplify constructions using switch-to-buffer.
5323
5324 2004-02-19 Simon Josefsson <jas@extundo.com>
5325
5326 * play/morse.el: Fix typo.
5327 (morse-code): Add @.
5328
5329 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5330
5331 * calendar/appt.el (appt-display-format): Change default to
5332 'ignore, for backwards compatibility.
5333 (appt-display-message): If appt-display-format is 'ignore,
5334 respect old vars appt-msg-window and appt-visible.
5335 (appt-activate): Don't depend on return value of cancel-timer.
5336
5337 * calendar/calendar.el (calendar-holidays): Doc fix.
5338
5339 * calendar/cal-coptic.el (coptic-prompt-for-date):
5340 Use assoc-string instead of assoc-ignore-case.
5341 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5342 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5343 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5344 * calendar/cal-islam.el (calendar-goto-islamic-date)
5345 (mark-islamic-diary-entries): Ditto.
5346 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5347 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5348 (calendar-read-mayan-tzolkin-date): Ditto.
5349 * calendar/calendar.el (calendar-read-date): Ditto.
5350 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5351
5352 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5353
5354 * progmodes/executable.el (executable-command-find-posix-p):
5355 Fix choice of the directory.
5356
5357 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5358
5359 * simple.el (interprogram-cut-function)
5360 (interprogram-paste-function, kill-new, kill-append):
5361 Doc fixes.
5362 (kill-region): Make it return nil. Doc fix.
5363 (yank-pop): Make its argument optional.
5364 (yank): Make ARG `-' equivalent to `-1'.
5365
5366 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5367
5368 * mail/rmail.el (rmail-get-new-mail): Don't reference
5369 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5370
5371 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5372
5373 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5374 if one of global-auto-revert-non-file-buffers or autorevert-mode
5375 is non-nil.
5376
5377 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5378
5379 * subr.el (delete-dups): A better implementation from Karl Heuer
5380 <kwzh@gnu.org>.
5381
5382 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5383
5384 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5385 correct place.
5386 * progmodes/icon.el (icon-indent-command): Ditto.
5387 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5388
5389 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5390
5391 * progmodes/grep.el (grep-compute-defaults): Undo change from
5392 2004-01-29: don't use executable-command-find-posix-p.
5393
5394 2004-02-16 Richard Sharman <rsharman@pobox.com>
5395
5396 * hilit-chg.el: Use require instead of eval-and-compile.
5397 (highlight-compare-buffers): New function.
5398
5399 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5400
5401 * man.el (Man-fontify-manpage): Render section headings in
5402 `Man-overstrike-face' even when overstrike was not used by man
5403 formatter for section headings.
5404
5405 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5406
5407 * rmail-spam-filter.el: (vm-use-spam-filter)
5408 (rsf-min-region-length-added-to-spam-list): New variables.
5409 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5410 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5411 spam testing. Don't delete spam message if automatic deletion
5412 after output via variable rmail-delete-after-output is turned on.
5413 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5414 rsf-bbdb-dont-create-entries-for-spam.
5415 (check-field): New function, extracted from code in
5416 rmail-spam-filter to ease addition of header fields like content-type.
5417 (message-content-type): New variable to check the content-type:
5418 field added, also in defcustom of rsf-definitions-alist.
5419 (rmail-spam-filter): Replace repeated test code for header fields
5420 by calls to check-field; change the call to
5421 rmail-output-to-rmail-file such that rmail-current-message stays
5422 the same to avoid wrong deletion of unseen flags.
5423 (rsf-add-contents-type): New function to convert old format
5424 of rmail-spam-definitions-alist into new one.
5425 Change prefixes of all variables and functions from
5426 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5427
5428 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5429
5430 * loadhist.el (unload-hook-features-list): New defvar.
5431
5432 2004-02-16 Dave Love <fx@gnu.org>
5433
5434 * loadhist.el (unload-feature): Doc fix. Rename flist to
5435 unload-hook-features-list.
5436
5437 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5438
5439 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5440 cookie. Don't check if we are looking-at open-formula.
5441
5442 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5443
5444 * subr.el (match-string-no-properties): Use substring-no-properties.
5445
5446 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5447
5448 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5449 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5450 Use lower-case "rx" in all error message.
5451
5452 2004-02-16 Dave Love <fx@gnu.org>
5453
5454 * emacs-lisp/rx.el (rx-or): Put group around result.
5455 (rx-constituents): Add backref.
5456 (rx-syntax): Add string-delimiter, comment-delimiter.
5457 (rx-categories): Add combining-diacritic.
5458 (rx-check-not, rx-greedy, rx): Doc fix.
5459 (rx-backref, rx-check-backref): New.
5460
5461 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5462
5463 * newcomment.el (uncomment-region): Allow eob as comment end.
5464
5465 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5466
5467 * filecache.el: All message and error commands now use prefix
5468 "Filecache:" to make it easy to read *Messages* buffer.
5469
5470 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5471
5472 * autorevert.el: Add support to detect changed dired and VC buffers.
5473 (auto-revert-active-p, auto-revert-list-diff)
5474 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5475 (auto-revert-handler, auto-revert-active-p): New functions.
5476 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5477 and `auto-revert-active-p'.
5478 (eval-when-compile): Defvar dired-directory and vc-mode.
5479 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5480 (auto-revert-handler-vc): New functions.
5481
5482 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5483
5484 * progmodes/compile.el (compilation-directory): New defvar.
5485 (compile): Save current directory in compilation-directory.
5486 (recompile): Bind default-directory to compilation-directory if
5487 that is non-nil.
5488
5489 2004-02-16 Dave Love <fx@gnu.org>
5490
5491 * newcomment.el (comment-insert-comment-function)
5492 (comment-region-function, uncomment-region-function): New.
5493 (comment-indent): Use comment-insert-comment-function.
5494 (uncomment-region): Use uncomment-region-function.
5495 (comment-region): Use comment-region-function.
5496
5497 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5498
5499 2004-02-16 Richard Stallman <rms@gnu.org>
5500
5501 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5502 loaddefs* and ldefs-boot*.
5503
5504 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5505
5506 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5507 and email address at the beginning and end of the address.
5508
5509 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5510 anchored at the beginning of the email address.
5511
5512 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5513
5514 * international/ccl.el (ccl-compile-write): Pass `left' to
5515 ccl-embed-code to generate correct code of write-expr-register.
5516
5517 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5518
5519 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5520
5521 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5522
5523 * x-dnd.el: Mention support for Motif in commentary.
5524 (x-dnd-handle-drag-n-drop-event): Ditto.
5525
5526 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5527
5528 * ses.el: Use "ses--" prefixes for buffer-local variables.
5529 Use (point-min) instead of 1, even when we know the buffer
5530 is unnarrowed.
5531 (ses-build-load-map): Delete. Distribute its content to defconst's for
5532 the three maps.
5533 (ses-menu, ses-header-line-menu): New menus.
5534 (ses-mode-map): Use them.
5535 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5536
5537 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5538
5539 * Makefile.in: Fix the CC Mode recompile kludge so it works
5540 when building in a different directory.
5541
5542 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5543
5544 * simple.el (kill-new): Put yank-handler property on the entire string.
5545
5546 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * diff.el: Don't use compile any more, use diff-mode instead.
5549 (diff-regexp-alist, diff-old-file, diff-new-file)
5550 (diff-parse-differences, diff-process-setup): Remove.
5551 (diff-sentinel): New fun.
5552 (diff): Use it. Run the process ourselves.
5553 Use diff-mode for the rest of the processing.
5554
5555 * diff.el (diff): Simplify code handling `switch'.
5556
5557 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * pcvs-defs.el (cvs-menu): Add `tag'.
5560
5561 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5562
5563 * simple.el (kill-append): Doc fix.
5564
5565 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5566 Adapt outline-regexp to the new conventions for commenting out code.
5567
5568 2004-02-11 John Paul Wallington <jpw@gnu.org>
5569
5570 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5571
5572 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * diff.el (diff-switches): New fun.
5575 (diff, diff-backup): Use it.
5576 (diff): Clean up the args construction. Use backquote.
5577 Use listp instead of consp to avoid putting a nil arg.
5578 (diff): Add a revert-buffer function.
5579
5580 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5581
5582 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5583 handled by x-dnd-handle-file-name.
5584 (x-dnd-known-types): Add COMPOUND_TEXT.
5585 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5586 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5587 x-dnd-empty-state.
5588 (x-dnd-forget-drop): Ditto.
5589 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5590 (x-dnd-handle-one-url): Return private when inserting text.
5591 (x-dnd-insert-ctext): New function.
5592 (x-dnd-handle-file-name): New function for FILE_NAME.
5593 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5594 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5595 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5596
5597 2004-02-10 Kenichi Handa <handa@m17n.org>
5598
5599 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5600 instead of while loop.
5601
5602 2004-02-10 Miles Bader <miles@gnu.org>
5603
5604 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5605
5606 2004-02-09 Kenichi Handa <handa@m17n.org>
5607
5608 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5609 have end-of-line.
5610
5611 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5612
5613 * Makefile.in: Added extra dependencies in the recompile target
5614 needed to cope with the compile time macro expansions in CC Mode.
5615
5616 2004-02-09 Kim F. Storm <storm@cua.dk>
5617
5618 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5619 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5620 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5621 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5622 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5623 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5624 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5625 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5626 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5627 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5628 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5629
5630 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5633 Don't allow shrink if there's a window on our right.
5634
5635 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5636 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5637 Bring together declaration and initialization.
5638 (prolog-mode-variables): Don't set the syntax table.
5639 Don't set paragraph-start and comment-indent-function.
5640 Add /*..*/ to the comment regexps.
5641 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5642 (prolog-mode-map): Don't bind TAB.
5643 (prolog-mode): Set the syntax table.
5644 (prolog-comment-indent): Remove.
5645 (inferior-prolog-mode-map): Initialize in the declaration.
5646 (inferior-prolog-mode-syntax-table)
5647 (inferior-prolog-mode-abbrev-table): New vars.
5648 (inferior-prolog-mode): Derive from comint-mode.
5649 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5650 minibuffer windows.
5651
5652 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5653 in file names, as long as it is unabmiguous.
5654
5655 2004-02-08 Andreas Schwab <schwab@suse.de>
5656
5657 * textmodes/reftex-toc.el
5658 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5659 format. Doc fix.
5660
5661 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5662 format string arguments.
5663
5664 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5665 string argument.
5666
5667 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5668
5669 * play/zone.el (zone-call): Fix format string.
5670
5671 * net/webjump.el (webjump-builtin): Add missing format string argument.
5672
5673 * midnight.el (midnight-delay-set): Remove extra format string argument.
5674
5675 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5676
5677 * hexl.el (hexl-insert-char): Add missing format string argument.
5678
5679 * format.el (format-decode): Fix format string.
5680
5681 * emulation/vi.el (vi-mode): Remove extra format string argument.
5682 (vi-repeat-last-search): Likewise.
5683 (vi-reverse-last-search): Likewise.
5684 (vi-goto-mark): Likewise.
5685 (vi-reverse-last-find-char): Likewise.
5686 (vi-repeat-last-find-char): Likewise.
5687 (vi-locate-def): Likewise.
5688
5689 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5690
5691 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5692 string argument.
5693 (ediff-toggle-regexp-match): Likewise.
5694
5695 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5696 format string argument.
5697
5698 * calc/calc-map.el (calc-get-operator): Remove extra format
5699 string argument.
5700
5701 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5702
5703 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5704 string argument.
5705
5706 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5707
5708 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5709
5710 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5711
5712 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5713 (cl-struct-setf-expander): Likewise.
5714
5715 * vc.el (with-vc-file): Fix unsafe uses of error.
5716 (vc-cancel-version): Likewise.
5717
5718 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5719
5720 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5721 thousands separator; fixes <class>:<line-number> regexp for
5722 non-english locales.
5723
5724 2004-02-08 Andreas Schwab <schwab@suse.de>
5725
5726 * view.el (view-mode-enable): Revert previous change.
5727
5728 2004-02-07 Kim F. Storm <storm@cua.dk>
5729
5730 * simple.el (line-number-at-pos): Rename from line-at-pos.
5731 Uses changed (what-line and vc-annotate-warp-version).
5732
5733 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5736 (diff-mode): Remove aborted attempt at support for compile.el.
5737 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5738
5739 2004-02-06 Andreas Schwab <schwab@suse.de>
5740
5741 * view.el (view-mode-enable): Add view-mode-map to
5742 minor-mode-overriding-map-alist.
5743
5744 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5745
5746 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5747
5748 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5751 with point inside rather than after the paragraph.
5752
5753 2004-02-04 Sam Steingold <sds@gnu.org>
5754
5755 * mail/smtpmail.el (smtpmail-try-auth-methods):
5756 Do not try authentication when no mechanism is available.
5757 Pass port-name as defaultport to `netrc-machine'.
5758
5759 2004-02-04 Stephen Eglen <stephen@gnu.org>
5760
5761 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5762 to show how minibuffer height can be constrained.
5763
5764 2004-02-04 John Paul Wallington <jpw@gnu.org>
5765
5766 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5767
5768 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5769
5770 * x-dnd.el: New file for drag and drop.
5771
5772 * term/x-win.el: require x-dnd, set after-make-frame-functions
5773 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5774 drag-n-drop event.
5775
5776 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5777 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5778 (dired-dnd-handle-file): New functions for drag and drop support.
5779 (dired-mode): Initialize drag and drop if x-dnd present.
5780
5781 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5784 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5785 (cperl-mode): Set fill-paragraph-function.
5786 (cperl-fill-paragraph): Make it non-interactive.
5787
5788 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5789
5790 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5791
5792 2004-02-02 David Kastrup <dak@gnu.org>
5793
5794 * replace.el (perform-replace): Allow 'literal argument in
5795 regexp-flag to indicate literal replacement.
5796 (query-replace-regexp-eval): Use it.
5797
5798 2004-02-01 Andreas Schwab <schwab@suse.de>
5799
5800 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5801
5802 2004-02-01 Stephen Eglen <stephen@gnu.org>
5803
5804 * info-look.el: Add support for maxima-mode. Update commentary
5805 because info-lookup-symbol is now bound to C-h S.
5806
5807 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5808
5809 * simple.el (edit-and-eval-command): Bind print-level and
5810 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5811 Correct initial position in command-history.
5812
5813 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5814
5815 * files.el (read-directory-name): Adapt the docstring to recent
5816 change in Fread_file_name.
5817
5818 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5819
5820 * ses.el (ses-print-cell): If print format too wide for column
5821 width, truncate decimal places if that helps to avoid "#####" fill.
5822 * ses.el (ses-initial-column-width): Revert previous change.
5823
5824 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5827 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5828 Add edebug info.
5829 (jit-lock-mode): Setup/cancel the new timer.
5830 (jit-lock-context-fontify): New fun. Extracted from
5831 context fontification code of jit-lock-stealth-fontify.
5832 (jit-lock-stealth-fontify): Don't do context fontification any more.
5833
5834 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5835 (jit-lock-fontify-now): Handle the `quit' case.
5836 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5837
5838 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5839
5840 * progmodes/executable.el (executable-command-find-posix-p):
5841 New. Check if find handles arguments Posix-style.
5842
5843 * progmodes/grep.el (grep-compute-defaults):
5844 Use executable-command-find-posix-p.
5845 (grep-find): Check `grep-find-command'.
5846
5847 * filecache.el (file-cache-find-posix-p): Delete.
5848 (file-cache-add-directory-using-find):
5849 Use `executable-command-find-posix-p'.
5850
5851 2004-01-29 Dave Love <fx@gnu.org>
5852
5853 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5854 Iterate the hook function if arg is given.
5855 (mark-defun, narrow-to-defun): Change order of finding the limits.
5856
5857 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5858 (byte-compile-format-warn): New.
5859 (byte-compile-callargs-warn): Use it.
5860 (Format, message, error): Add byte-compile-format-like property.
5861 (byte-compile-maybe-guarded): New.
5862 (byte-compile-if, byte-compile-cond): Use it.
5863 (byte-compile-lambda): Compile interactive forms,
5864 just to make warnings about them.
5865
5866 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5867
5868 * ses.el (ses-initial-column-width): Increase to 14, so it will
5869 work well with the default printer of "%.7g" for extreme values
5870 like "-1.234567e+07".
5871
5872 2004-01-29 Kenichi Handa <handa@m17n.org>
5873
5874 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5875
5876 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5877
5878 * dos-w32.el: Added support for the `default-printer-name' function.
5879
5880 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * server.el (server-socket-name): Don't use the hostname in the
5883 socket name since /tmp is local to the host anyway.
5884
5885 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5886 robust check of widening and fix var-naming.
5887
5888 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5889
5890 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5891 or rmail-spam- to rsf- in all function and variable names.
5892 (rsf-min-region-to-spam-list): New variable.
5893 (rsf-bbdb-auto-delete-spam-entries): Rename from
5894 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5895 scanned together with the recipients field for spam testing; Don't
5896 delete spam message if rmail-delete-after-output is non-nil;
5897 (rsf-check-field): New function, extracted from code in
5898 rmail-spam-filter to ease addition of header fields like
5899 content-type:;
5900 (message-content-type): New variable. The content-type: field was
5901 added also in defcustom of rsf-definitions-alist;
5902 (rmail-spam-filter): Replace repeated test code for header fields
5903 by calls to check-field; change the call to
5904 rmail-output-to-rmail-file such that rmail-current-message stays
5905 the same to avoid wrong deletion of unseen flags.
5906 (rmail-use-spam-filter): Add autoload cookie.
5907
5908 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5909
5910 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5911 (file-cache-add-directory-using-find): Add Cygwin support.
5912 (file-cache-find-command-posix-flag): New user variable.
5913
5914 * filecache.el (file-cache-add-directory): Check for
5915 directories an remove them from dir-files.
5916
5917 2004-01-27 Richard M. Stallman <rms@gnu.org>
5918
5919 * man.el (Man-fontify-manpage): Clean up message.
5920
5921 2004-01-27 Kenichi Handa <handa@m17n.org>
5922
5923 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5924 (sentence-end): Define using sentence-end-without-space.
5925
5926 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5927 a sentence ends with one of a character in sentence-end-without-space.
5928
5929 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5932 (jit-lock): Group declaration moved to jit-lock.el.
5933 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5934 when necessary.
5935
5936 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5937 (jit-lock-context-unfontify-pos): Rename from
5938 jit-lock-first-unfontify-pos.
5939 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5940
5941 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5942
5943 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5944 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5945 (fortran-fill): When filling a string, adjust re-search-backward
5946 argument for special case of string just on fill-column.
5947 When filling non-string, allow one extra char if
5948 fortran-break-before-delimiters is non-nil.
5949 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5950 Use fortran-break-delimiters-re and fortran-no-break-re to
5951 correctly handle cases such as "**".
5952
5953 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5954 (f90-no-break-re): Add some extra tokens. Doc fix.
5955
5956 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5957
5958 * mail/rmail-spam-filter.el:
5959 Use two semicolons as Commentary line prefix.
5960 Add ";;; Code:" stylized comment.
5961 Delete end-of-line whitespace.
5962 Wrap (require 'cl) with `eval-when-compile'.
5963
5964 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5965
5966 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5967 at the top level of vc.el.
5968
5969 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5970
5971 * vc.el (vc-current-line): Function removed. This is now done by
5972 the new function line-at-pos in simple.el.
5973 (vc-annotate-warp-version): Use line-at-pos instead of
5974 vc-current-line.
5975
5976 2004-01-22 Kim F. Storm <storm@cua.dk>
5977
5978 * simple.el (line-at-pos): New defun.
5979 (what-line): Use it. Optimize by only counting lines in narrowed
5980 region once.
5981
5982 2004-01-22 Kenichi Handa <handa@m17n.org>
5983
5984 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5985 point (register r1) only for charset mule-unicode-0100-24ff.
5986
5987 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5988
5989 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5990 trailing white space and ensure a final newline.
5991
5992 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5993 Add autoload cookie.
5994
5995 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5996
5997 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5998 activate view-mode explicitly.
5999
6000 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6001
6002 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6003 use clipboard first.
6004
6005 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6008 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6009 (vc-mcvs-cvs): Remove.
6010 (vc-mcvs-command): Remove use of assert.
6011
6012 * outline.el (outline-insert-heading): Tighten up match.
6013 (outline-demote, outline-move-subtree-down): Don't assume anything
6014 about outline-regexp.
6015
6016 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6017 (texinfo-show-structure): Explicitly add ^, and simplify.
6018
6019 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6020
6021 * calendar/appt.el (appt-check): Restore usage of
6022 appt-issue-message deleted in previous change.
6023 (top-level): Activate package when loaded (needed for backwards
6024 compatibility).
6025
6026 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6027
6028 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6029 following previous change to smtpmail-send-data.
6030
6031 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6032
6033 * vc.el (vc-default-previous-version): Doc enhancement.
6034 (vc-default-next-version): New function.
6035 (vc-print-log): New arg FOCUS-REV.
6036 (vc-annotate-mode): Derive from view-mode.
6037 (vc-annotate): New args REVISION, DISPLAY-MODE.
6038 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6039 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6040 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6041 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6042 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6043
6044 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6045
6046 2004-01-19 Karl Berry <karl@gnu.org>
6047
6048 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6049 or "TexInfo".
6050
6051 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6052
6053 * subr.el (delete-dups): New function.
6054
6055 2004-01-19 Karl Berry <karl@gnu.org>
6056
6057 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6058 with ^, since that's what texinfo-show-structure
6059 documentation says (plus it works much better in texinfo.txi).
6060
6061 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6062
6063 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6064
6065 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6066
6067 * progmodes/which-func.el (which-function-mode): Don't cancel
6068 which-func-update-timer if not set.
6069
6070 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6071
6072 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6073 Remove spurious left square bracket in XX:XXam regexp.
6074
6075 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * progmodes/cc-defs.el: Do not require cl at run time.
6078
6079 2004-01-16 Richard M. Stallman <rms@gnu.org>
6080
6081 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6082 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6083
6084 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6085 Call rmail-spam-filter. Delete and expunge spam.
6086 Print number of spam messages deleted.
6087 Save and restore the deletion status of old messages when reading
6088 new mail with spam filter, so that expunging spam does not expunge
6089 msgs deleted by the user.
6090 (rmail-only-expunge): Add an optional argument dont-show to
6091 prevent showing message after expunge.
6092
6093 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6094
6095 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6096 * subr.el (declare): New macro.
6097
6098 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6099
6100 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6101
6102 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6105 Test window-system rather than system-type (for X11/Mac).
6106
6107 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6108
6109 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6110
6111 2004-01-12 Richard M. Stallman <rms@gnu.org>
6112
6113 * mail/rmail.el (rmail-convert-to-babyl-format):
6114 Use mail-unquote-printable-region.
6115 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6116 (rmail-hex-char-to-integer): Functions deleted.
6117
6118 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6119 (mail-unquote-printable-region): New arg NOERROR.
6120 For invalid encoding, either signal an error to just return nil.
6121
6122 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6123
6124 * calendar/appt.el: Update copyright and commentary.
6125 (appt-issue-message): Make obsolete.
6126 (appt-visible, appt-msg-window): Make obsolete, in favour of
6127 appt-display-format.
6128 (appt-display-mode-line, appt-display-duration)
6129 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6130 (appt-prev-comp-time, appt-display-count, appt-timer)
6131 (appt-convert-time): Doc change.
6132 (appt-disp-window-function, appt-delete-window-function):
6133 Use defcustom rather than defvar.
6134 (appt-display-format): New variable.
6135 (appt-display-message): New function with display code from appt-check.
6136 (appt-check): Add optional FORCE argument. Doc change.
6137 Add appt-make-list to diary-hook if displaying diary.
6138 Remove checking of view-diary-entries-initially.
6139 Message display section removed to new function appt-display-message.
6140 (appt-display-window): Doc change. Remove unused internal var
6141 this-buffer. Do not beep, since appt-display-message does that.
6142 (appt-make-list): Doc change. Use caar.
6143 (appt-sort-list): Simplify by using builtin sort function.
6144 (appt-update-list): New function for updating appts when diary is
6145 saved.
6146 (appt-activate): New autoloaded function to toggle package
6147 functionality.
6148
6149 * calendar/cal-x.el: (calendar-one-frame-setup)
6150 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6151
6152 * calendar/calendar.el: Update copyright.
6153 (view-diary-entries-initially, european-calendar-style): Doc change.
6154 (calendar-setup): Make defcustom rather than defvar.
6155 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6156 in let binding so local to function.
6157
6158 * calendar/diary-lib.el: Update copyright.
6159 (diary, diary-entry-time): Doc change.
6160 (list-diary-entries): Doc change. Trivial logic change.
6161 (fancy-diary-display): Restore make-face command mistakenly
6162 deleted 2003-05-08.
6163 (show-all-diary-entries): Allow to pop-up frame if needed.
6164
6165 2004-01-09 John Paul Wallington <jpw@gnu.org>
6166
6167 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6168 Temporarily select EVENT's window for changing eol type.
6169
6170 2004-01-09 Deepak Goel <deego@gnufans.org>
6171
6172 * calendar/diary-lib.el (diary-entry-time):
6173 Also accept time in the form XX[.XX][am/pm/AM/PM].
6174 (fancy-diary-font-lock-keywords): Likewise.
6175 (diary-font-lock-keywords): Likewise.
6176 * calendar/appt.el (appt-add): Likewise.
6177 (appt-make-list): Likewise.
6178 (appt-convert-time): Likewise.
6179
6180 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6181
6182 * gdb-ui.el (gdb-ann3): Revert previous change.
6183 (gdb-source-info): Allow for case of where compilation directory
6184 is not recorded.
6185
6186 2004-01-08 John Paul Wallington <jpw@gnu.org>
6187
6188 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6189
6190 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6191
6192 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6193
6194 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6195 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6196 problems.
6197 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6198
6199 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6200
6201 * files.el (write-file-functions, write-contents-functions):
6202 Clarify docstrings.
6203
6204 2004-01-07 Kenichi Handa <handa@m17n.org>
6205
6206 * international/mule.el (set-auto-coding): Fix for the case that
6207 end-of-line is only CR.
6208
6209 2004-01-07 Kim F. Storm <storm@cua.dk>
6210
6211 * subr.el (event-start, event-end): Doc fix.
6212 (posn-string, posn-image): New defuns.
6213 (posn-object): Return either image or string object.
6214 (posn-object-x-y): Return 8th element of position.
6215 (posn-object-width-height): New defun.
6216
6217 2004-01-06 Andreas Schwab <schwab@suse.de>
6218
6219 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6220 output.
6221
6222 2004-01-05 Karl Berry <karl@gnu.org>
6223
6224 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6225 / and *, too.
6226
6227 2003-12-31 Simon Josefsson <jas@extundo.com>
6228
6229 * files.el (before-save-hook): Add.
6230 (basic-save-buffer): Use before-save-hook.
6231
6232 * emacs-lisp/copyright.el: Fix comment to recommend
6233 before-save-hook instead of write-file-functions.
6234
6235 2004-01-05 Richard M. Stallman <rms@gnu.org>
6236
6237 * finder.el (finder-commentary): Call delete-other-windows.
6238
6239 * net/ange-ftp.el (ange-ftp-file-attributes):
6240 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6241
6242 2004-01-04 Karl Berry <karl@gnu.org>
6243
6244 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6245 comment characters % and # in the copyright year notice,
6246 as well as ;.
6247
6248 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6249
6250 * wid-edit.el (default): Define dummy :value-delete.
6251 Reported by Jesper Harder <harder@ifa.au.dk>.
6252
6253 2004-01-03 Richard M. Stallman <rms@gnu.org>
6254
6255 * progmodes/compile.el (compile-internal): Use point, not point-min,
6256 for set-window-point.
6257
6258 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6259
6260 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6261
6262 * progmodes/grep.el (grep-mode-map):
6263 Don't remap next-line, previous-line.
6264
6265 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6266
6267 * speedbar.el (speedbar-edit-line): Change regexp to position
6268 the cursor on the first character of this line's button.
6269
6270 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6271
6272 * subr.el (functionp): Doc fix.
6273
6274 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6275
6276 * progmodes/idlwave.el (idlwave-make-tags):
6277 * textmodes/flyspell.el (flyspell-large-region):.
6278 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6279 * emulation/viper-util.el (viper-glob-unix-files):
6280 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6281 * man.el (Man-init-defvars):
6282 * jka-compr.el (jka-compr-call-process):
6283 * files.el (get-free-disk-space,insert-directory):
6284 * ediff-ptch.el (ediff-test-patch-utility):
6285 * ediff-diff.el (ediff-test-utility):
6286 * dired-aux.el (dired-check-process):
6287 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6288 test the return value of call-process, because it can be a string.
6289
6290 2003-12-31 John Paul Wallington <jpw@gnu.org>
6291
6292 * bindings.el (completion-ignored-extensions): Add .pfsl.
6293
6294 2003-12-31 Kim F. Storm <storm@cua.dk>
6295
6296 * ido.el (ido-nonreadable-directory-p): New defun to check for
6297 nonreadable directory without activating tramp (to avoid problems
6298 with checking incomplete tramp paths).
6299 (ido-set-current-directory, ido-file-internal)
6300 (ido-file-name-all-completions1): Use it.
6301
6302 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6303
6304 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6305 documentation if the anchor (or node) name is preceded by `info
6306 anchor' or `Info anchor' in addition to earlier `info node' and
6307 `Info node'.
6308 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6309
6310 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6311
6312 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6313 error in arguments to base64-decode-region. Remove ^M characters
6314 after decoding base64.
6315
6316 2003-12-30 Simon Josefsson <jas@extundo.com>
6317
6318 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6319 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6320 have only been distributed with Emacs for some years.
6321 (texinfo-mode-hook): Customize.
6322
6323 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6324
6325 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6326 cleaner (suggested by Richard Stallman).
6327
6328 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6329 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6330 file-name clashes on 8+3 DOS filesystems.
6331
6332 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6333 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6334 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6335 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6336 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6337 file-name clashes on 8+3 filesystems.
6338
6339 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6340 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6341 file-name clashes on 8+3 DOS filesystems.
6342
6343 2003-12-29 Richard M. Stallman <rms@gnu.org>
6344
6345 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6346 Upcase the character.
6347
6348 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6349 Search for header separator alone on a line, literally,
6350 and search for it backward, not forward.
6351 (flyspell-abbrev-table): Always use global-abbrev-table
6352 if there is no local one.
6353
6354 * progmodes/sh-script.el (sh-get-indent-info):
6355 Don't move point back if at bob.
6356
6357 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6358
6359 * play/handwrite.el (handwrite): Make the handwrite credit message
6360 a comment rather than an output command.
6361
6362 * obsolete/sc.el: Display message that this file is obsolete.
6363
6364 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6365
6366 * mail/rfc822.el (rfc822-address-start): Declare variable.
6367 Renamed from address-start. All uses changed.
6368
6369 * term.el (term-exec): Set up sentinel.
6370 (term-sentinel): New function.
6371 (term-handle-exit): New function.
6372
6373 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6374 Use assoc-string, and mark them obsolete.
6375 (delay-mode-hooks): Mark as permanent local.
6376
6377 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6378
6379 * register.el (copy-rectangle-to-register): Doc fix.
6380
6381 * info.el (Info-insert-dir): Use assoc-string.
6382
6383 * info-look.el (info-lookup): Use assoc-string.
6384
6385 * frame.el (pop-up-frame-function): Use quote, not `function'.
6386 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6387 copying with lists as coordinate values.
6388
6389 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6390
6391 * find-dired.el (kill-find): New command.
6392 (find-dired): Make buffer read-only.
6393 Set up a keymap with C-c C-k running kill-find.
6394 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6395
6396 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6397
6398 * filecache.el (file-cache-ignore-case): New variable.
6399 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6400
6401 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6402 (comint-dynamic-complete-as-filename): Rename local vars.
6403 (comint-dynamic-list-filename-completions): Likewise.
6404
6405 * comint.el (comint-dynamic-list-completions-config): New var.
6406 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6407
6408 * comint.el (comint-file-name-chars): Add [].
6409 (comint-word): Use skip-chars-backward, not search.
6410
6411 * shell.el (shell-file-name-chars): Add [].
6412
6413 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6414
6415 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6416
6417 * generic.el (define-generic-mode): Doc fix.
6418
6419 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6420
6421 * files.el (kill-some-buffers): Doc fix.
6422
6423 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6424
6425 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6426 arg to send-invisible
6427 (send-invisible): Doc fix. The argument is now a prompt, not the
6428 string to send.
6429 (comint-read-noecho): Doc fix.
6430
6431 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6432
6433 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6434 "@", as required by some ISP hosting service. Fix defcustom
6435 argument syntax errors that prevented use of customization.
6436
6437 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6438
6439 * xml.el (xml-get-attribute-or-nil): Doc fix.
6440
6441 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6442
6443 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6444 write-file-hooks.
6445
6446 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6447
6448 * autorevert.el (auto-revert-interval): Doc fix.
6449
6450 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6451
6452 * xml.el (xml-get-attribute-or-nil): New function, like
6453 xml-get-attribute, but returns nil if the attribute was not found.
6454 (xml-get-attribute): Convert to defsubst, uses
6455 xml-get-attribute-or-nil.
6456
6457 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6458
6459 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6460
6461 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6462
6463 * custom.el (custom-declare-theme): Use `value' when putting
6464 properties on `theme'.
6465
6466 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6467
6468 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6469 for each yank-handler segment.
6470 (insert-for-yank-1): New function, with the body of the previous
6471 insert-for-yank.
6472
6473 * textmodes/table.el (table-yank-handler): New defcustom.
6474 (table--put-cell-indicator-property): Put yank-handler property
6475 that indicates the yank handler for the table cell.
6476
6477 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6478
6479 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6480 set of keywords.
6481
6482 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6483
6484 * international/mule-cmds.el (reset-language-environment)
6485 (set-language-environment): Don't invoke fontset-related functions
6486 if fontset-list is not fboundp.
6487
6488 2003-12-29 Kenichi Handa <handa@m17n.org>
6489
6490 * international/mule-cmds.el (reset-language-environment):
6491 Call set-overriding-fontspec-internal with nil.
6492 (set-language-environment): Call set-overriding-fontspec-internal
6493 if the language environment specify `overriding-fontspec'.
6494 (language-info-alist): Doc added.
6495
6496 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6497 characters of mule-unicode-0100-24ff.
6498 (ccl-encode-windows-1251-font): New CCL program.
6499 ("Bulgarian"): Specify overriding-fontspec.
6500 ("Belarusian"): Likewise.
6501
6502 2003-12-28 Sam Steingold <sds@gnu.org>
6503
6504 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6505 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6506
6507 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6508
6509 * progmodes/gud.el (gud-gdb-command-name): Set default to
6510 "gdb --annotate=3".
6511 (gud-gdb-marker-filter): Look out for annotations.
6512 (gdb-first-pre-prompt): New variable.
6513 Remove trailing white space.
6514
6515 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6516 if necessary.
6517 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6518 annotations are detected.
6519 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6520 instead of a local one to allow transition from
6521 gud-gdb-marker-filter.
6522 Remove trailing white space.
6523
6524 2003-12-27 Kim F. Storm <storm@cua.dk>
6525
6526 * ido.el: Handle non-readable directories.
6527 (ido-decorations): Add 9th element for non-readable directory.
6528 (ido-directory-nonreadable): New dynamic var.
6529 (ido-set-current-directory): Set it.
6530 (ido-read-buffer, ido-file-internal):
6531 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6532 (ido-file-name-all-completions1): Return empty list for
6533 non-readable directory.
6534 (ido-exhibit): Print [Not readable] if directory is not readable.
6535 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6536 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6537 Use it.
6538
6539 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6540
6541 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6542 calls to directory-files-and-attributes and file-attributes.
6543 (ls-lisp-format): Remove system dependent handling of user and
6544 group id's.
6545
6546 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6547
6548 * ffap.el (ffap-read-file-or-url): Revert previous change.
6549
6550 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6551
6552 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6553 new list of included files called `files-with-node-lines', that
6554 only have node lines. This way @include commands can include any
6555 file, such as version and update files without node lines, not
6556 just files that are chapters.
6557
6558 2003-12-25 Andreas Schwab <schwab@suse.de>
6559
6560 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6561 file not found.
6562
6563 2003-12-08 Miles Bader <miles@gnu.org>
6564
6565 * dired.el (dired-between-files): Always use dired-move-to-filename,
6566 which is more robust in non-english locales.
6567
6568 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6569
6570 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6571
6572 2003-12-24 Andreas Schwab <schwab@suse.de>
6573
6574 * shell.el (shell-file-name-quote-list): Add backslash.
6575
6576 * comint.el (comint-quote-filename): Correctly handle backslash
6577 in comint-file-name-quote-list.
6578
6579 2003-12-24 Kenichi Handa <handa@m17n.org>
6580
6581 * international/mule-cmds.el (set-default-coding-systems):
6582 Call ucs-set-table-for-input for all buffers that don't have local
6583 value of buffer-file-coding-system.
6584
6585 * international/ucs-tables.el (ucs-set-table-for-input):
6586 If translation-table-for-encode is a symbol, get its
6587 translation-table property.
6588
6589 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6590
6591 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6592 to `completing-read' on a recently fixed bug.
6593
6594 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6595 instead of SPACE, to get the list of possible fringe modes.
6596 SPACE only works if both `partial-completion-mode' and
6597 `completion-auto-help' are nil.
6598
6599 * complete.el (PC-is-complete-p): Delete.
6600 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6601 calls to `test-completion'.
6602
6603 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6604
6605 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6606 to edit values when there are no children.
6607
6608 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6609 a mode called "Assembler" already exists.
6610 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6611 (gud-watch): Use format option. Remove font properties from string.
6612 (gdb-var-create-handler, gdb-var-list-children-handler):
6613 Don't bother about properties as there are none.
6614 (gdb-var-create-handler, gdb-var-list-children-handler)
6615 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6616 with two arguments.
6617 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6618 Let speedbar show value changes with a different font.
6619 (gdb-edit-value): New defun.
6620 (gdb-clear-partial-output, gdb-clear-inferior-io)
6621 (def-gdb-auto-update-handler): Use erase-buffer.
6622 (gdb-frame-handler): Display watch expressions in
6623 FUNCTION::VARIABLE format if required.
6624
6625 2003-12-23 John Paul Wallington <jpw@gnu.org>
6626
6627 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6628 (Info-goto-emacs-command-node): Doc fixes.
6629
6630 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6631
6632 * cus-edit.el (custom-add-parent-links): Define "many".
6633
6634 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6635
6636 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6637 (widget-child-validate, widget-type-value-create)
6638 (widget-type-default-get, widget-type-match): New functions.
6639 (lazy): New widget.
6640 (menu-choice, checklist, radio-button-choice, editable-list)
6641 (group, documentation-string): Remove redundant (per 2003-10-25
6642 change) calls to `widget-children-value-delete'.
6643 (widget-choice-value-get, widget-choice-value-inline): Remove.
6644 (menu-choice): Update widget.
6645
6646 2003-12-03 Kenichi Handa <handa@m17n.org>
6647
6648 * language/cyrillic.el: Register "microsoft-cp1251" in
6649 ctext-non-standard-encodings-alist.
6650 ("Bulgarian"): Add ctext-non-standard-encodings.
6651 ("Belarusian"): Likewise.
6652
6653 * international/mule-conf.el (compound-text-with-extensions):
6654 Change the type to 2 (iso-2022 base).
6655
6656 * international/mule.el (ctext-non-standard-encodings-alist):
6657 Change the format.
6658 (ctext-non-standard-encodings): New variable.
6659 (ctext-post-read-conversion): Fully re-written.
6660 (ctext-non-standard-designations-alist): Delete it.
6661 (ctext-non-standard-encodings-table): New function.
6662 (ctext-pre-write-conversion): Fully re-written.
6663
6664 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6665
6666 * cus-edit.el (custom-add-parent-links): Add documentation links
6667 for parent, if the item has none of its own.
6668
6669 2003-11-30 Richard M. Stallman <rms@gnu.org>
6670
6671 * dired-aux.el (dired-do-query-replace-regexp):
6672 Report files visited read-only.
6673
6674 2003-11-30 Juri Linkov <juri@jurta.org>
6675
6676 * dired-aux.el (dired-compare-directories): New command.
6677 (dired-file-set-difference, dired-files-attributes): New functions.
6678
6679 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6680 Version 2.0.38 of Tramp released.
6681
6682 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6683 Charles Curley <charlescurley@charlescurley.com>.
6684 (tramp-multi-connection-function-alist): Add ssht entry which adds
6685 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6686 Aichner.
6687 (tramp-get-method-parameter): New function to retrieve a method
6688 parameter. This allows for omission of method parameters.
6689 Callers adjusted.
6690
6691 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6692
6693 * net/tramp.el: Add new optional parameter ID-FORMAT to
6694 `file-attributes'. Calls of `file-attributes' won't use this
6695 parameter for backward compatibility reasons.
6696 (tramp-perl-file-attributes): Add a new parameter to Perl script
6697 in order to handle uid/gid as strings, if desired.
6698 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6699 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6700 order to make the function more general.
6701 (tramp-handle-file-attributes): Replace proprietary optional
6702 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6703 (tramp-handle-file-attributes-with-perl): Handle parameter
6704 NONNUMERIC if set. This wasn't done in the past.
6705 (tramp-post-connection): Apply second parameter "$2" if
6706 `tramp-remote-perl' is called.
6707
6708 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6709 Correct cut'n'waste error (`filename' instead of `directory').
6710 (tramp-smb-handle-directory-files-and-attributes)
6711 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6712 introduced parameter ID-FORMAT.
6713 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6714 error (`directory' instead of `ldir').
6715
6716 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6717 `file-attributes' has a second parameter. If yes, apply it with
6718 value "'integer". Otherwise, don't use that parameter (default is
6719 integer format).
6720
6721 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6722
6723 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6724 (help-for-help): Add `C-h .' to the listed Help options.
6725 Remove trailing whitespace.
6726
6727 * help-at-pt.el: New file.
6728
6729 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6730
6731 * subr.el (noreturn, 1value): New macros for test coverage.
6732 See `testcover.el'.
6733
6734 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6735
6736 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6737 for macro `1value'.
6738 (testcover-1value): New function. Checks that a 1value form
6739 actually returns only one value. Requested by RMS.
6740
6741 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6742
6743 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6744 (gdb-var-list-children, gdb-var-list-children-handler)
6745 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6746 gdb commands that use mi to keep them out of the command history.
6747
6748 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6749
6750 * cus-start.el (all): Add use-file-dialog.
6751
6752 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6755
6756 2003-11-27 Kim F. Storm <storm@cua.dk>
6757
6758 * subr.el (posn-object-x-y): New defun.
6759
6760 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6763 Don't use `space' for \\\n.
6764 Be more selective as to which # are comment-starters.
6765
6766 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6767
6768 * subr.el (number-sequence): Improve handling of floating point
6769 arguments (suggested by Kim Storm). Allow negative arguments.
6770
6771 2003-11-26 Kenichi Handa <handa@m17n.org>
6772
6773 * international/mule-cmds.el (standard-display-european-internal):
6774 Cancel the standard-display-table setting for ` and '.
6775
6776 2003-11-26 Kim F. Storm <storm@cua.dk>
6777
6778 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6779 New defcustoms to add ffap-like functionality to ido.
6780 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6781 (ido-no-final-slash): New defun.
6782 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6783 (ido-read-file-name): ): Toggle VC checking via
6784 vc-handled-backends instead of vc-master-templates.
6785 (ido-file-internal): Handle ido-use-url-at-point and
6786 ido-use-filename-at-point via code borrowed from ffap-guesser.
6787 Handle new ido-exit code ffap.
6788 (ido-sort-list): Ignore final slash when sorting file names.
6789
6790 2003-11-25 Kim F. Storm <storm@cua.dk>
6791
6792 * emulation/cua-base.el (cua--standard-movement-commands):
6793 Add forward-sentence and backward-sentence.
6794
6795 2003-11-25 Stephen Eglen <stephen@gnu.org>
6796
6797 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6798 iswitchb-exit is set to 'usefirst when user selects buffer at head
6799 of list using RET. (Selecting buffers at the head of the list was
6800 broken if the substring was also a complete buffername.)
6801
6802 2003-11-23 Kim F. Storm <storm@cua.dk>
6803
6804 * progmodes/compile.el (grep-command, grep-use-null-device)
6805 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6806 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6807 (grep-regexp-alist, grep-program, find-program)
6808 (grep-find-use-xargs, grep-history, grep-find-history)
6809 (grep-process-setup, grep-compute-defaults)
6810 (grep-default-command, grep, grep-tag-default, grep-find)
6811 (grep-expand-command-macros, grep-tree-last-regexp)
6812 (grep-tree-last-files, grep-tree): Move grep variables, functions
6813 and commands to new file grep.el.
6814 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6815 (compilation-process-setup-function): Doc fix.
6816 (compilation-highlight-regexp, compilation-highlight-overlay): New
6817 defvars used for highlighting current compile error in source buffer.
6818 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6819 LOCAL-MAP which overrides compilation-highlight-regexp and
6820 compilation-mode-map for this compilation.
6821 Delay calling compilation-set-window-height until after running
6822 compilation-process-setup-function so it can buffer-local override
6823 compilation-window-height.
6824 Check buffer-local value of compilation-scroll-output.
6825 (compilation-set-window-height): Use buffer-local value of
6826 compilation-window-height.
6827 (compilation-revert-buffer): Don't pass (undefined)
6828 preserve-modes arg to revert-buffer.
6829 (next-error-no-select, previous-error-no-select): New commands.
6830 (compilation-goto-locus): Temporarily highlight current match in
6831 source buffer using compilation-highlight-regexp.
6832
6833 * progmodes/grep.el: New file with grep code from compile.el.
6834 (grep): New defcustom group.
6835 (grep-window-height): New defcustom, like compilation-window-height.
6836 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6837 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6838 (grep-command, grep-use-null-device, grep-find-command)
6839 (grep-tree-files-aliases, grep-tree-ignore-case)
6840 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6841 (grep-setup-hook): New hook variable.
6842 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6843 (grep-last-buffer): New defvar, override compilation-last-buffer.
6844 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6845 Call compile-internal with args highlight-regexp and grep-mode-map.
6846
6847 2003-11-23 Kim F. Storm <storm@cua.dk>
6848
6849 * subr.el (event-start, event-end): Doc fix.
6850 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6851 (posn-area, posn-actual-col-row, posn-object): New defuns.
6852 (posn-col-row): Simplify doc. Rewrite to use cond.
6853 (posn-point): Also return buffer position for events outside text
6854 area (that info is now present in the event position).
6855
6856 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6857 mouse-set-point so that hscroll still works now that clicks on
6858 fringes generate specific mouse events.
6859 (mouse-set-point): Note that it now works in fringes and margins
6860 too due to new semantics of posn-point in fringes and margins.
6861
6862 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6863 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6864
6865 2003-11-20 Kim F. Storm <storm@cua.dk>
6866
6867 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6868 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6869 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6870 to 100 for icons to avoid increasing line height when shown.
6871
6872 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6873
6874 * newcomment.el (comment-normalize-vars): Initialize properly if
6875 comment-start was nil.
6876
6877 2003-11-19 Andreas Schwab <schwab@suse.de>
6878
6879 * simple.el (set-variable): Fix indentation.
6880
6881 2003-11-17 Kenichi Handa <handa@m17n.org>
6882
6883 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6884 Fix docstring.
6885
6886 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6887
6888 * international/latin1-disp.el (latin1-display): Fix docstring.
6889
6890 2003-11-16 John Wiegley <johnw@newartisans.com>
6891
6892 * eshell/em-ls.el (eshell-ls-file): There are times with
6893 size-width is nil and uncomputed (when directories are created in
6894 dired, for example); in this case, 4 is reasonable default value,
6895 although it may caused skewed new entries (which could be avoided
6896 by returning the original value of 8 in all cases, but 99% of the
6897 time this is a waste of whitespace).
6898
6899 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6900
6901 * cc-engine.el (c-guess-continued-construct)
6902 (c-guess-basic-syntax): Check a little more carefully if it's a
6903 function declaration when an unknown construct followed by a block
6904 is found inside a statement context. This avoids macros followed
6905 by blocks to be taken as function declarations.
6906
6907 (c-guess-continued-construct): Change the analysis of a statement
6908 continuation with a brace open to `substatement-block', for
6909 consistency with recognized statements.
6910
6911 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6912 start is in a position so that `c-beginning-of-statement-1' jumped
6913 to the beginning of the same statement.
6914
6915 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6916 Don't accept binary operators in the arglist if we're in a function
6917 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6918 template recognition in cases like "if (a < b || c > d)".
6919
6920 (c-restricted-<>-arglists): New more appropriate name for
6921 `c-disallow-comma-in-<>-arglists'.
6922
6923 Accessing functions updated for the variable name change.
6924
6925 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6926 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6927
6928 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6929 labels.
6930
6931 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6932 instead of duplicating parts of it. This fixes bogus label
6933 recognition.
6934
6935 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6936 of checking the context in which to apply the minimum indentation,
6937 so that it isn't enforced in e.g. namespace blocks.
6938
6939 * cc-vars.el (c-inside-block-syms): New constant used by
6940 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6941 to somewhat reduce the risk of becoming stale.
6942
6943 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6944 cc-cmds to cc-engine to allow use from cc-align.
6945
6946 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6947 qualified identifiers containing "::".
6948
6949 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6950 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6951
6952 * cc-vars.el (c-emacs-features): Use a space in front of the name
6953 of the temporary buffer. That also avoids dumping problems in
6954 XEmacs due to undo info being left around after the buffer is killed.
6955
6956 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6957 arglist to see if it's a K&R style declaration.
6958
6959 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6960 before returning `knr-argdecl-intro'.
6961
6962 2003-11-16 John Wiegley <johnw@newartisans.com>
6963
6964 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6965 field in a long-listing always 8 characters, use `size-width',
6966 which has already been computed.
6967
6968 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6969
6970 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6971
6972 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6973
6974 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6975 Support operation while narrowed, with `diff-restrict-view'.
6976
6977 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6978
6979 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6980 Take additional optional arg NARROWFUN. For the generated functions:
6981 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6982 include frags that arrange to check for and save narrowing state before
6983 the move and then conditionally call NARROWFUN after the move.
6984
6985 2003-11-14 John Wiegley <johnw@newartisans.com>
6986
6987 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6988 that was optional, but obviously missing based on surrounding code.
6989
6990 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6991 string arguments to numbers unless the whole argument was seen as
6992 a number.
6993
6994 2003-11-14 Kenichi Handa <handa@m17n.org>
6995
6996 * international/mule.el (ctext-non-standard-encodings-alist):
6997 Fix coding systems.
6998
6999 2003-11-10 Kenichi Handa <handa@m17n.org>
7000
7001 * language/kannada.el ("Kannada"): Add sample-text.
7002
7003 * language/knd-util.el (kannada-compose-region)
7004 (kannada-compose-string, kannada-post-read-conversion):
7005 Add autoload cookie.
7006
7007 * international/quail.el (quail-completion): Change the message
7008 "corresponding translations" to "corresponding characters".
7009
7010 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7011
7012 * descr-text.el (describe-char): Fix typo.
7013
7014 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7015
7016 These changes are to support Kannada language/script.
7017
7018 * Makefile.in (DONTCOMPILE): Add kannada.el.
7019
7020 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7021
7022 * loadup.el: Preload kannada.el.
7023
7024 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7025 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7026 New variables.
7027
7028 * language/kannada.el: New file.
7029
7030 * language/knd-util.el: New file.
7031
7032 2003-11-07 Andreas Schwab <schwab@suse.de>
7033
7034 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7035 Also highlight AH_*.
7036
7037 * xml.el (xml-parse-dtd): Fix misplaced paren.
7038
7039 2003-11-07 Kenichi Handa <handa@m17n.org>
7040
7041 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7042
7043 2003-11-05 Juri Linkov <juri@jurta.org>
7044
7045 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7046 (desktop-buffer-file): Use saved buffer-file-coding-system
7047 for file reading. Set auto-insert to nil to prevent automatic
7048 insertion into restored empty files.
7049
7050 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7051
7052 * files.el (risky-local-variable-p): Make second argument optional.
7053
7054 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * subr.el (add-hook): Fix last change.
7057
7058 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7059
7060 * mail/rmail.el (rmail-convert-to-babyl-format):
7061 If base64-decode-region signals an error, catch it and silently
7062 ignore it.
7063
7064 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7065
7066 * xml.el (xml-parse-region): Allow comments to appear after the
7067 topmost element has closed.
7068 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7069 (xml-ns-expand-attr): New functions to do namespace handling.
7070 (xml-intern-attrlist): Back-compatible handling of attribute names.
7071 (xml-parse-tag): Move namespace handling to separate functions.
7072 Now produces elements in the form ((:ns . "element") (attr-list)
7073 children) instead of ('ns:element (attr-list) children).
7074 (xml-parse-attlist): Fix attribute parsing.
7075 (xml-parse-dtd): Change parsing so that it produces strings
7076 instead of interned symbols.
7077
7078 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7079
7080 * dired.el (dired-ls-sorting-switches): Doc fix.
7081
7082 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7083
7084 * emacs-lisp/rx.el (rx-or): Fix the case of
7085 "(rx (and ?a (or ?b ?c) ?d))".
7086
7087 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7088
7089 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7090 (texinfo-format-region): Use it.
7091 (texinfo-format-buffer-1): Ditto.
7092
7093 2003-11-01 Alan Mackenzie <acm@muc.de>
7094
7095 Changes to allow scrolling whilst in isearch mode:
7096 * isearch.el (isearch-unread-key-sequence): New function,
7097 extracted from isearch-other-meta-char.
7098 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7099 "scrollable" standard functions.
7100 (isearch-allow-scroll): New customizable variable.
7101 (isearch-string-out-of-window, isearch-back-into-window)
7102 (isearch-reread-key-sequence-naturally)
7103 (isearch-lookup-scroll-key): New functions.
7104 (isearch-other-meta-char): Doc string and functionality enhanced.
7105 Now accepts a prefix argument.
7106 (isearch-lazy-highlight-window-end): New variable.
7107 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7108 end (thru isearch-lazy-highlight-window-end), not only its start.
7109
7110 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7111 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7112 (universal-argument, universal-argument-more, negative-argument)
7113 (digit-argument, universal-argument-other-key): Minor changes.
7114
7115 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7116
7117 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7118 recursively if the last message is deleted, thus avoiding an
7119 infinite loop.
7120
7121 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7124 (tex-main-file): Don't add .tex if the extension is already present.
7125 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7126
7127 2003-10-29 Lute Kamstra <lute@gnu.org>
7128
7129 * progmodes/octave-inf.el (inferior-octave-prompt):
7130 Recognize version number in prompt.
7131
7132 2003-10-28 Dave Love <fx@gnu.org>
7133
7134 * international/characters.el: Fix some Unicode ranges.
7135
7136 2003-10-28 Kenichi Handa <handa@m17n.org>
7137
7138 * disp-table.el (standard-display-8bit)
7139 (standard-display-default, standard-display-ascii)
7140 (standard-display-g1, standard-display-graphic)
7141 (standard-display-underline): Assure that standard-display-table
7142 is a display table.
7143
7144 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7147 reindenting the first line.
7148
7149 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7150
7151 * wid-edit.el (widget-default-delete): Always delete child widgets.
7152
7153 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7156 if the line has code.
7157 Don't try to line up with something that's too far left.
7158
7159 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7160 (octave-mode-syntax-table): Add % as a comment starter.
7161 (octave-point): Remove.
7162 (octave-in-comment-p, octave-in-string-p)
7163 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7164 (octave-blink-matching-block-open, octave-auto-fill):
7165 Use line-(beginning|end)-position instead.
7166
7167 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7168
7169 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7170 for Francesco Potort\e,Al\e(B.
7171
7172 2003-10-23 Dave Love <fx@gnu.org>
7173
7174 * international/mule-cmds.el (locale-charset-to-coding-system):
7175 Don't rely on nil being a coding system.
7176
7177 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7178 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7179 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7180
7181 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7182
7183 * gdb-ui.el (gdb-current-language): New variable.
7184 (gdb-update-flag): Remove variable.
7185 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7186 (gdb-take-last-elt): Remove function.
7187 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7188 (gdb-post-prompt): Check for variable object changes here.
7189
7190 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7191 object changes in gdb-ui.el.
7192
7193 2003-10-21 Richard M. Stallman <rms@gnu.org>
7194
7195 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7196
7197 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7198 Don't check for foo*/ wildcard form here.
7199 (insert-directory): Recognize foo*/ as a wildcard.
7200 Separate wildcard-regexp variable from the arg, wildcard.
7201
7202 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7203 (remove-hook): Correctly handle strange cases about local hooks.
7204
7205 2003-10-21 David Ponce <david@dponce.com>
7206
7207 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7208 argument REAL, to return a real number instead of a rounded
7209 integer value. Define as inline function.
7210 (ruler-mode-right-fringe-cols): Likewise.
7211 (ruler-mode-scroll-bar-cols): New function.
7212 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7213 (ruler-mode-right-scroll-bar-cols): Likewise.
7214 (ruler-mode-space): New function.
7215 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7216 scroll bar mode and margins in a more robust way.
7217
7218 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7219
7220 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7221 (antlr-c-init-language-vars): New function.
7222 (antlr-mode): Use it with cc-mode before v5.29.
7223 (antlr-c-common-init): Don't set some local vars here.
7224 (antlr-mode): Set them here.
7225 (antlr-c-forward-sws): New function alias.
7226 (antlr-mode): Redefine with cc-mode before v5.30.
7227 (antlr-skip-sexps): Use it.
7228 (antlr-skip-exception-part): Ditto.
7229 (antlr-skip-file-prelude): Ditto.
7230 (antlr-outside-rule-p): Ditto.
7231 (antlr-end-of-body): Ditto.
7232 (antlr-option-kind): Ditto.
7233 (antlr-insert-option-area): Ditto.
7234 (antlr-file-dependencies): Ditto.
7235
7236 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7237
7238 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7239 Move backward only if point was not inside an entry.
7240
7241 2003-10-21 Richard M. Stallman <rms@gnu.org>
7242
7243 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7244
7245 2003-10-21 Juri Linkov <juri@jurta.org>
7246
7247 * compare-w.el: Automatically skip non-matching text to resync.
7248 (compare-windows-whitespace): Doc fix.
7249 (compare-windows-sync, compare-windows-sync-string-size)
7250 (compare-windows-recenter, compare-ignore-whitespace)
7251 (compare-windows-highlight, compare-windows-face): New variables.
7252 (compare-windows): Use compare-windows-sync.
7253 (compare-windows-highlight, compare-windows-dehighlight)
7254 (compare-windows-sync-regexp)
7255 (compare-windows-sync-default-function): New functions.
7256
7257 2003-10-21 Juri Linkov <juri@jurta.org>
7258
7259 * diff.el (diff-parse-differences): Don't visit the files now;
7260 instead, just record the error locus.
7261
7262 2003-10-21 Dave Love <fx@gnu.org>
7263
7264 * progmodes/cfengine.el: New file.
7265
7266 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7269 default-directory when completing file names.
7270
7271 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7272
7273 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7274 followed by the word `face', it gets treated as a face, even if
7275 it is also defined as a variable or a function.
7276
7277 2003-10-20 Dave Love <fx@gnu.org>
7278
7279 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7280 Avoid incf in macro expansion.
7281
7282 2003-10-20 John Paul Wallington <jpw@gnu.org>
7283
7284 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7285 `evenp' so we don't implicitly require cl library at runtime.
7286
7287 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7288
7289 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7290 (help-make-xrefs): Only make cross-references for faces if
7291 preceded or followed by the word `face'. Do not make a
7292 cross-reference for variables without variable documentation,
7293 unless preceded by the word `variable' or `option'. Update doc
7294 string accordingly.
7295
7296 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7297
7298 * progmodes/hideshow.el: Rewrite one-armed `if'
7299 constructs using either `when' or `unless'.
7300 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7301
7302 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7303
7304 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7305 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7306 instead of 12x12.
7307
7308 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7309
7310 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7311 message while converting to Babyl.
7312
7313 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7314
7315 * allout.el (allout-mode): Doc fix.
7316
7317 2003-10-16 Lute Kamstra <lute@gnu.org>
7318
7319 * subr.el (force-mode-line-update): Fix docstring.
7320
7321 2003-10-14 Dave Love <fx@gnu.org>
7322
7323 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7324 (default-input-method): Add :link, improve :type.
7325 (locale-charset-language-names): Fix utf-8 pattern.
7326 (locale-charset-match-p, locale-charset-alist)
7327 (locale-charset-to-coding-system): New.
7328 (set-locale-environment): Deal with codeset part of locale specs.
7329
7330 2003-10-14 Lute Kamstra <lute@gnu.org>
7331
7332 * fringe.el (fringe-mode): Use active voice in docstring.
7333 (set-fringe-style): Ditto.
7334
7335 2003-10-13 Lute Kamstra <lute@gnu.org>
7336
7337 * fringe.el (fringe-mode): Fix docstring.
7338 (set-fringe-style): Ditto.
7339
7340 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7341
7342 * ediff-mult.el (ediff-filegroup-action):
7343 Use ediff-default-filtering-regexp.
7344
7345 * ediff-util.el (ediff-recenter): Don't call
7346 ediff-restore-highlighting twice.
7347 (ediff-select-difference): Set current difference.
7348 (ediff-unselect-and-select-difference): Add comment.
7349
7350 * ediff.el (ediff-directories,ediff-directory-revisions)
7351 (ediff-directories3,ediff-merge-directories)
7352 (ediff-merge-directories-with-ancestor)
7353 (ediff-merge-directory-revisions)
7354 (ediff-merge-directory-revisions-with-ancestor):
7355 Use ediff-default-filtering-regexp.
7356
7357 2003-10-12 Andreas Schwab <schwab@suse.de>
7358
7359 * international/mule-cmds.el (locale-charset-language-names):
7360 Simplify regex by removing unused grouping.
7361
7362 2003-10-10 Dave Love <fx@gnu.org>
7363
7364 * bindings.el: Don't bind stop.
7365
7366 2003-10-08 Miles Bader <miles@gnu.org>
7367
7368 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7369 face instead of attempting to emulate it.
7370
7371 2003-10-07 Kenichi Handa <handa@m17n.org>
7372
7373 * international/mule-diag.el (list-coding-systems-1): List coding
7374 systems that are loaded automatically.
7375
7376 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7377
7378 * international/mule.el (autoload-coding-system): New function.
7379
7380 2003-10-07 Andreas Schwab <schwab@suse.de>
7381
7382 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7383 change-log-default-name in the buffer visiting the file.
7384
7385 2003-10-06 Dave Love <fx@gnu.org>
7386
7387 * files.el (find-file-hook): Customize.
7388 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7389
7390 * bindings.el (completion-ignored-extensions): Remove .log.
7391 (global-map): Add again, open, stop keys.
7392
7393 2003-10-05 Richard M. Stallman <rms@gnu.org>
7394
7395 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7396 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7397 Use sh-modify directly.
7398 (sh-select): Use sh-append, not eval.
7399
7400 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7401
7402 * info.el (Info-following-node-name): New function.
7403
7404 * loadhist.el (unload-feature-special-hooks):
7405 Rename from loadhist-hook-functions.
7406 (loadhist-hook-functions): Now an alias.
7407
7408 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7409
7410 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7411 file-name clashes on 8+3 filesystems.
7412
7413 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7414 Rename loaddefs-boot.el to ldefs-boot.el
7415
7416 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7417 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7418
7419 2003-10-03 Lute Kamstra <lute@gnu.org>
7420
7421 * info.el (Info-mode): Revert previous change.
7422 (Info-escape-percent): New function.
7423 (Info-fontify-node): Use it.
7424
7425 2003-10-02 Andreas Schwab <schwab@suse.de>
7426
7427 * loaddefs-boot.el: Regenerated.
7428
7429 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7430
7431 * ffap.el: Remove defadvice related code from CVS since `complete'
7432 provides a `PC-completion-as-file-name-predicate' variable that
7433 ffap can override.
7434
7435 2003-10-02 Kenichi Handa <handa@m17n.org>
7436
7437 * international/utf-8.el (ccl-decode-mule-utf-8):
7438 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7439
7440 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7441 * international/subst-big5.el: Likewise.
7442 * international/subst-gb2312.el: Likewise.
7443 * international/subst-ksc.el: Likewise.
7444
7445 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7446
7447 * calendar/calendar.el (increment-calendar-month)
7448 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7449 (generate-calendar, calendar-read-date, calendar-interval)
7450 (calendar-day-of-week): Handle years BC.
7451 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7452
7453 2003-10-01 Dave Love <fx@gnu.org>
7454
7455 * language/cyrillic.el (cp1251): Alias for windows-1251.
7456
7457 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7458 bootstrap.
7459
7460 2003-10-01 Lute Kamstra <lute@gnu.org>
7461
7462 * files.el: Fix typo.
7463 * imenu.el (imenu--generic-function): Docstring fix.
7464
7465 2003-09-30 Richard M. Stallman <rms@gnu.org>
7466
7467 * dired.el (dired-mode): Handle dired-directory as a list.
7468
7469 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7470
7471 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7472
7473 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7474
7475 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7476 Replace gud-display with gud-watch.
7477 (gud-speedbar-buttons): Add stuff for watching expressions
7478 in the speedbar when using M-x gdba. Use dolist on old part
7479 of this function.
7480
7481 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7482 (gdb-update-flag): New variables.
7483 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7484 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7485 (gud-watch, gdb-var-create-handler) : New functions.
7486 (gdb-var-list-children, gdb-var-list-children-handler)
7487 (gdb-var-create-regexp, gdb-var-update-regexp)
7488 (gdb-var-list-children-regexp): New constants.
7489 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7490 (gdb-annotation-rules): Reduce annotation set (level 3).
7491 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7492 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7493 updates.
7494 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7495 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7496 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7497 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7498 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7499 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7500 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7501 (gud-display, gud-display1)
7502 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7503 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7504 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7505 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7506 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7507 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7508 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7509 (gdb-display-display-buffer, gdb-toggle-display)
7510 (gdb-delete-display, gdb-expressions-popup-menu)
7511 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7512 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7513 to display buffer.
7514
7515 2003-09-30 Richard M. Stallman <rms@gnu.org>
7516
7517 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7518 Instead, set which-func-functions.
7519
7520 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7521 (which-func-functions): New variable.
7522 (which-function): Use that.
7523
7524 * info.el (Info-mode): Double each `%' in header line.
7525
7526 * emacs-lisp/lisp-mnt.el (lm-with-file):
7527 When FILE is nil, run BODY in current buffer.
7528
7529 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7530
7531 * help.el (describe-mode): Start with a brief list of minor modes.
7532 Find them thru minor-mode-list so as to find them all.
7533 Show them in alphabetical order.
7534
7535 * mail/sendmail.el (mail-aliases): Doc fix.
7536
7537 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7538
7539 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7540
7541 * mail/rmailsum.el (rmail-make-summary-line-1):
7542 Change comma after last label to a space.
7543 (rmail-summary-font-lock-keywords): Adapt to that change.
7544
7545 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7546
7547 * progmodes/scheme.el (scheme-mode-variables): When setting
7548 `font-lock-defaults', also specify that "#" should
7549 be interpreted with `word' syntax.
7550 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7551
7552 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7553
7554 * desktop.el: A lot of comments updated.
7555 (desktop-save-mode): Minor mode introduced.
7556 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7557 (desktop-load-default): Function made obsolete.
7558 (desktop-locals-to-save): Variable made customizable.
7559 (desktop-read): Optional parameter `dirname' added.
7560 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7561 `desktop-read' used.
7562 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7563
7564 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7565
7566 * whitespace.el (whitespace-clean-msg): Add user customizable message
7567 for displaying ``clean'' output.
7568 (whitespace-buffer): Use `whitespace-clean-msg'.
7569 (whitespace-global-mode): Fix typo.
7570
7571 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7572
7573 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7574
7575 2003-09-29 Lute Kamstra <lute@gnu.org>
7576
7577 * bindings.el (mode-line-modes): Remove superfluous :propertize
7578 construct in initialization.
7579 (mode-line-position): Change cons cell into proper list in
7580 initialization.
7581
7582 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7583
7584 * international/mule.el (decode-coding-inserted-region): Use car
7585 of the return value of find-operation-coding-system.
7586
7587 2003-09-29 Kenichi Handa <handa@m17n.org>
7588
7589 * descr-text.el (describe-char): Fix previous change.
7590
7591 2003-09-28 Kenichi Handa <handa@m17n.org>
7592
7593 * descr-text.el (describe-char-display): New function.
7594 (describe-char): Pay attention to display table on describing how
7595 a character is displayed.
7596
7597 * international/mule-cmds.el (encoded-string-description):
7598 Prepend "0x" to each encoded byte.
7599
7600 2003-09-28 Andreas Schwab <schwab@suse.de>
7601
7602 * find-file.el (ff-special-constructs): Add autoload cookie.
7603
7604 2003-09-28 Kevin Ryde <user42@zip.com.au>
7605
7606 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7607 makeinfo appends to duplicate index entries.
7608
7609 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7610
7611 * dired-x.el (dired-clean-tex): Doc fix.
7612
7613 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7614 using a Chinese tutorial.
7615
7616 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7617
7618 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7619 between "MAIL FROM:" and "RCPT TO:" and the following address.
7620
7621 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7622
7623 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7624
7625 2003-09-28 David Ponce <david@dponce.com>
7626
7627 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7628 (recentf-load-list): When `recentf-initialize-file-name-history'
7629 is non-nil, initialize an empty `file-name-history' with the
7630 recent list.
7631
7632 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7633
7634 * man.el (Man-default-man-entry): Remove the leading `*' from the
7635 word at point.
7636
7637 2003-09-26 Lute Kamstra <lute@gnu.org>
7638
7639 * bindings.el (mode-line-position): Mention size indication in
7640 docstring.
7641
7642 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7643
7644 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7645
7646 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7647 because it's autoloaded now.
7648
7649 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7650
7651 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7652 (sh-font-lock-keywords, sh-feature): Fix previous change of
7653 sh-feature to avoid infloop with sh-font-lock-keywords.
7654
7655 2003-09-25 Kim F. Storm <storm@cua.dk>
7656
7657 * frame.el (frame-current-scroll-bars): New defun.
7658
7659 * window.el (window-current-scroll-bars): New defun.
7660
7661 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7662
7663 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7664 cause errors when the state cache contains info on parts that have
7665 been narrowed out.
7666
7667 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7668
7669 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7670 `c-setup-paragraph-variables' has to be used when this variable is
7671 changed; it doesn't work to reinitialize the mode since that
7672 typically clobbers the variable.
7673
7674 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7675 Make it interactive.
7676
7677 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7678
7679 * progmodes/cc-fonts.el (c-font-lock-declarations):
7680 Fix recognition of constructors and destructors for classes whose
7681 names are matched by `*-font-lock-extra-types'.
7682
7683 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7684 followed by an identifier in C++ then it's a type.
7685
7686 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7687
7688 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7689 problem that primarily affected XEmacs. Don't use faces to find
7690 unterminated strings since Emacs and XEmacs fontify strings
7691 differently - this function should now work better in XEmacs.
7692
7693 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7694
7695 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7696 `expand-abbrev' workaround which caused braces to misbehave inside
7697 macros.
7698
7699 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7700 handling. This bug could cause interactive font locking to bail out.
7701
7702 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7703
7704 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7705 Handle paren-style types in Pike. Also fixed some cases of
7706 insufficient handling of unbalanced parens.
7707
7708 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7709
7710 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7711 common shell prompts that are not common filename or URL characters.
7712 (ffap-file-at-point): Use the new regexp to strip the prompts from
7713 the file names. This is an issue mostly for user prompts that
7714 don't have a trailing space and find-file-at-point is invoked from
7715 within a shell inside Emacs.
7716
7717 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7718
7719 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7720 stamps numerically, rather than textually.
7721
7722 2003-09-24 Kenichi Handa <handa@m17n.org>
7723
7724 * language/devan-util.el (devanagari-post-read-conversion):
7725 * language/mlm-util.el (malayalam-post-read-conversion):
7726 * language/tml-util.el (tamil-post-read-conversion):
7727 Add autoload cookie.
7728
7729 * international/utf-8.el (utf-8-post-read-conversion):
7730 Call post-read-conversion functions for Devanagari, Malayalam,
7731 and Tamil.
7732
7733 2003-09-23 Dave Love <fx@gnu.org>
7734
7735 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7736
7737 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7738
7739 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7740 Update gud-remove.
7741
7742 2003-09-22 Richard M. Stallman <rms@gnu.org>
7743
7744 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7745 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7746 (sh-mode-syntax-table-input): New variable.
7747 (sh-require-final-newline): Don't use eval.
7748 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7749 (sh-variables, sh-font-lock-keywords): Don't use eval.
7750 (sh-set-shell): When setting require-final-newline,
7751 treat value = `require-final-newline' as don't change it.
7752 Set sh-mode-syntax-table locally based on
7753 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7754
7755 * progmodes/compile.el (compile-internal):
7756 Call compilation-set-window-height before setting window start.
7757
7758 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7759
7760 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7761 Clear out byte-compile-last-warned-form.
7762
7763 2003-09-22 Richard M. Stallman <rms@gnu.org>
7764
7765 * woman.el (woman-file-name, woman-follow-word):
7766 If current-word returns nil, use "".
7767
7768 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7769
7770 2003-09-22 Richard M. Stallman <rms@gnu.org>
7771
7772 * emacs-lisp/lisp-mnt.el (lm-with-file):
7773 Don't visit the file, just use insert-file-contents in temp buffer.
7774
7775 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7776
7777 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7778 Add surrounding \\( and \\) around the header, as in
7779 for lm-history-header 'Change Log\\|History'.
7780
7781 2003-09-22 John Paul Wallington <jpw@gnu.org>
7782
7783 * progmodes/ld-script.el: Add Commentary section,
7784 minor cleanup of file header.
7785 (ld-script-font-lock-keywords): Doc fix.
7786 (toplevel): Provide `ld-script' feature.
7787
7788 2003-09-21 Kim F. Storm <storm@cua.dk>
7789
7790 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7791 new built-in variable default-frame-scroll-bars.
7792 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7793 scroll-bar-mode; notably, use it instead of t when we toggle
7794 scroll-bars on.
7795 (toggle-scroll-bar): Use default-frame-scroll-bars.
7796
7797 2003-09-19 Masatake YAMATO <jet@gyve.org>
7798
7799 * pcvs.el (cvs-do-removal): Change the prompt depending on
7800 `filter' value.
7801
7802 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7803
7804 * startup.el (command-line-1): Stop startup-echo-area-message
7805 being hidden by "Loading image..." message.
7806 (use-fancy-splash-screens-p, display-splash-screen):
7807 Move display-graphic-p test from latter to former.
7808
7809 * progmodes/sh-script.el (sh-font-lock-keywords):
7810 Highlight escaped EOLs differently from other backslash constructs.
7811
7812 2003-09-19 Richard M. Stallman <rms@gnu.org>
7813
7814 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7815 New functions.
7816 (edebug-enter, edebug-outside-excursion): Use them.
7817
7818 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7819 Fix the condition for whether to print "In WHERE".
7820
7821 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7822
7823 * finder.el (finder-mode-hook): New variable.
7824 (finder-mode): Run hook finder-mode-hook
7825
7826 2003-09-18 Masatake YAMATO <jet@gyve.org>
7827
7828 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7829
7830 2003-09-17 Mario Lang <mlang@delysid.org>
7831
7832 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7833 "p %e" to actually print the value in the GUD buffer.
7834
7835 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7836
7837 From David Ponce <david.ponce@wanadoo.fr>:
7838 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7839 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7840 from loaddefs-boot.el if necessary.
7841
7842 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7843
7844 * progmodes/gud.el (gud-find-class): Make jdb work again since
7845 cc-mode changed the syntactic information.
7846
7847 2003-09-15 David Ponce <david@dponce.com>
7848
7849 * recentf.el: (recentf-exclude): Accept predicates too.
7850 (recentf-file-readable-p): New function.
7851 (recentf-include-p): Handle predicates in recentf-exclude.
7852 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7853 (recentf-cleanup): Likewise.
7854 (recentf-save-list): Use write-file to handle backup of
7855 recentf-save-file.
7856
7857 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7858
7859 * loaddefs-boot.el: Renamed from `loaddefs.el'
7860 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7861 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7862 necessary.
7863
7864 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7865
7866 * electric.el (Electric-pop-up-window): For the `one-window' case,
7867 no longer disconcertingly move point in the original buffer.
7868
7869 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7872
7873 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7874
7875 * dired.el (dired-mode-map): Fix typo.
7876
7877 2003-09-11 Richard M. Stallman <rms@gnu.org>
7878
7879 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7880
7881 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7882
7883 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7884 the function is less noisy. Now only `kill-buffer' can ask questions.
7885
7886 2003-09-10 Mario Lang <mlang@delysid.org>
7887
7888 * battery.el: Update Commentary and Copyright.
7889 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7890 appear due to wrong ordering of the expressions in `or'.
7891
7892 2003-09-09 Lute Kamstra <lute@gnu.org>
7893
7894 * misc.el (upcase-char): Fix docstring.
7895 (zap-up-to-char): New command.
7896
7897 2003-09-08 David Ponce <david@dponce.com>
7898
7899 Ensure that recentf correctly updates the menu bar.
7900 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7901 (recentf-menu-bar): New function.
7902 (recentf-clear-data): Use it
7903 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7904 of easy-menu-change.
7905
7906 2003-09-08 Lute Kamstra <lute@gnu.org>
7907
7908 * simple.el (size-indication-mode): New.
7909 * bindings.el (mode-line-position): Add buffer size indicator.
7910
7911 2003-09-04 Mario Lang <mlang@delysid.org>
7912
7913 * battery.el (battery-linux-proc-acpi): New function.
7914 (battery-status-function): Modify default value calculation to also
7915 check for availability of ACPI.
7916 (battery-echo-area-format): Ditto.
7917 (battery-mode-line-format): Ditto.
7918
7919 2003-09-06 Dave Love <fx@gnu.org>
7920
7921 * ielm.el (ielm-mode-hook): Add :options.
7922
7923 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7924 (eldoc-print-current-symbol-info): Use it.
7925
7926 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7927
7928 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7929 being displayed in GUD buffer.
7930 (gdb-idle-input-queue): Remove var. Use just one queue.
7931 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7932 Remove functions. Use just one queue.
7933 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7934 (gdb-invalidate-assembler, gdb-get-current-frame):
7935 Modify functions. Use just one queue.
7936
7937 2003-09-04 Dave Love <fx@gnu.org>
7938
7939 * cus-start.el: Add blink-cursor-alist.
7940
7941 * ruler-mode.el (ruler-mode-fill-column-char)
7942 (ruler-mode-current-column-char): Use char-displayable-p,
7943 not window-system.
7944
7945 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7946
7947 * language/european.el (windows-1252): Move from code-pages.
7948
7949 * language/cyrillic.el ("Windows-1251"): Delete.
7950 ("Bulgarian", "Belarusian"): Remove `features'.
7951 (windows-1251): Move from code-pages.
7952
7953 * international/mule-diag.el (non-iso-charset-alist):
7954 Remove `codepage' stuff.
7955 (print-designation, list-coding-systems-1): Output fixes.
7956
7957 * international/code-pages.el (cp-make-translation-table)
7958 (cp-valid-codes): Made defsubsts.
7959 (cp-fix-safe-chars): Delete.
7960 (mule-diag): Don't require.
7961 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7962 (top-level): Check for defined coding system when defining
7963 cp... aliases. Change w32-add-charset-info test to avoid warning.
7964 (non-iso-charset-alist): Defvar when compiling.
7965 (cp-make-coding-system): Doc fix.
7966
7967 2003-09-02 Jason Rumney <jasonr@gnu.org>
7968
7969 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7970 line-ends from CVS before doing conversion.
7971
7972 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7973
7974 * calendar/diary-lib.el (diary-header-line-flag)
7975 (diary-header-line-format): New variables.
7976 (list-diary-entries): Use them to set header line in simple diary.
7977
7978 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7979 other than font-lock-string-face to highlight backslashes.
7980
7981 2003-09-01 Jason Rumney <jasonr@gnu.org>
7982
7983 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7984 regexp.
7985
7986 2003-09-01 Dave Love <fx@gnu.org>
7987
7988 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7989
7990 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7991 and :help; also line and column numbers labels.
7992
7993 * international/mule-util.el (char-displayable-p): Move from
7994 latin1-disp, rename and autoload.
7995
7996 * international/latin1-disp.el (latin1-char-displayable-p):
7997 Now obsolete alias. Replace uses with char-displayable-p.
7998 (latin1-display-ucs-per-lynx): Fix last change.
7999
8000 * international/mule-cmds.el (standard-display-european-internal):
8001 Don't use char code for Latin-1 NBSP.
8002 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8003 U+2018, U+2019 for `'.
8004 (select-safe-coding-system): Message fix.
8005
8006 2003-09-01 Kenichi Handa <handa@m17n.org>
8007
8008 * international/fontset.el (setup-default-fontset): For Thai
8009 font, specify "*" family.
8010
8011 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8012
8013 * progmodes/compile.el (previous-error): Accept a prefix
8014 argument, similarly to next-error.
8015
8016 2003-08-31 Masatake YAMATO <jet@gyve.org>
8017
8018 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8019 the number of files. Bind the number of files to a local
8020 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8021
8022 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8023
8024 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8025 2003-07-26: msdos-long-file-names is a function, not a variable.
8026
8027 2003-08-29 Richard M. Stallman <rms@gnu.org>
8028
8029 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8030 Do nothing with mail-personal-alias-file if it is nil.
8031
8032 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8033 Do nothing if mail-personal-alias-file is nil.
8034
8035 * term.el (term-exec-1): Bind coding-system-for-read.
8036
8037 * dired.el (dired-mouse-find-file-other-window):
8038 Use dired-view-command-alist here, as in dired-view-file.
8039 (dired-view-command-alist): Use %s to substitute file name.
8040 Handle .ps_pages, .eps, .jpg, .gif, .png.
8041
8042 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8043
8044 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8045 `Info-prev-reference', instead of M-tab.
8046
8047 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8048
8049 * simple.el (blink-matching-open): Work correctly on chars that
8050 are designated as parens through the syntax-table text property.
8051
8052 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8053
8054 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8055 line break position in the middle of a non-kinsoku (e.g. latin)
8056 word, making it skip until either a space or a character with
8057 category "|".
8058 (kinsoku-longer): Test for end of buffer.
8059
8060 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8061
8062 * mail/rmail.el (rmail-convert-to-babyl-format):
8063 Detect quoted-printable- and base64-encoded messages and decode them
8064 automatically. Set the message's encoding from the charset=
8065 header, if any. Decode base64-encoded messages in Mail format as well.
8066
8067 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8068
8069 * mail/smtpmail.el: Fix previous change.
8070 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8071 calling smtpmail-via-smtp.
8072 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8073
8074 2003-08-26 John Paul Wallington <jpw@gnu.org>
8075
8076 * image.el (image-jpeg-p): Don't search beyond length of data.
8077
8078 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8079
8080 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8081 misfeature in `expand-abbrev' which caused electric keywords like
8082 "else" to disappear if an open brace was typed directly afterwards.
8083
8084 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8085
8086 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8087 mandatory in `define-widget'.
8088
8089 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8090 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8091
8092 (c-assignment-operators): New language constant that only contains
8093 the assignment operators.
8094
8095 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8096
8097 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8098
8099 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8100 Safeguard against unbalanced sexps.
8101
8102 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8103
8104 * version.el (emacs-version): Check for gtk. Include gtk version info.
8105
8106 2003-08-25 John Paul Wallington <jpw@gnu.org>
8107
8108 * man.el (Man-default-man-entry): Don't whizz past the section
8109 number before looking for it.
8110
8111 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8112
8113 * progmodes/gud.el (gud-display-line): Don't set window-point if
8114 source buffer is not visible. (Only happens with M-x gdba.)
8115
8116 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8117 documentation.
8118 (gdb-source, gdb-source-info): Update to assembler unnecessary
8119 as its done after each GDB command anyway.
8120 (gdb-pre-prompt): Use with-current-buffer.
8121 (gdb-insert-field): Add help-echo text.
8122 (gdb-invalidate-assembler): Re-display of assembler now done in
8123 gdb-info-breakpoints-custom.
8124 (gdb-info-breakpoints-custom): Force re-display of assembler to
8125 happen *after* update of breakpoints buffer.
8126 (gdb-display-source-buffer): Don't choke if gdb-source-window
8127 isn't visible.
8128 (gdb-put-string, gdb-put-arrow): Remove free variables.
8129
8130 2003-08-24 John Paul Wallington <jpw@gnu.org>
8131
8132 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8133
8134 * man.el (Man-default-man-entry): Strip text properties when
8135 snarfing parts of entry because `format' preserves properties.
8136
8137 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8138
8139 * files.el (file-newest-backup): Use `expand-file-name'.
8140
8141 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8142 Allow the diary to pop up a new frame, if needed.
8143
8144 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8145 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8146 (smtpmail-send-it): Make treatment of envelope-from consistent with
8147 sendmail.el.
8148
8149 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8150 (sh-leading-keywords): Add the bash `time' reserved word.
8151 (sh-variables): Add some bash variables.
8152 (sh-add-completer): Fix nil branch of case statement.
8153
8154 2003-08-24 Masatake YAMATO <jet@gyve.org>
8155
8156 * progmodes/ld-script.el: New file.
8157
8158 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8159
8160 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8161
8162 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8163
8164 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8165 Better explain obsolescence, and what to use instead.
8166
8167 2003-08-23 Masatake YAMATO <jet@gyve.org>
8168
8169 * pcvs.el (cvs-do-removal): Show the deleted file name
8170 on the prompt.
8171
8172 2003-08-20 Dave Love <fx@gnu.org>
8173
8174 * international/mule.el (make-coding-system)
8175 (set-buffer-file-coding-system): Doc fix.
8176
8177 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8178
8179 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8180
8181 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8182
8183 * international/utf-16.el: Add mime-text-unsuitable coding system
8184 properties.
8185
8186 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8187
8188 * cus-edit.el: Add some :links.
8189 (bib): Remove.
8190
8191 * textmodes/bib-mode.el (bib): Add :group external.
8192
8193 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8194
8195 * wid-edit.el (widget-echo-help): Make it handle expressions that
8196 evaluate to strings.
8197
8198 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8199
8200 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8201
8202 Simplify selection of SQL products to define highlighting and
8203 interactive mode. Includes detailed instructions on adding
8204 support for new products.
8205
8206 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8207 product for use in highlighting and interactive mode.
8208 (sql-interactive-product): New variable. SQL product for
8209 sql-interactive-mode.
8210 (sql-product-support): New variable. Specifies product-specific
8211 parameters to drive highlighting and interactive mode.
8212 (sql-imenu-generic-expression): Add more object types.
8213 (sql-sqlite-options): Correct comment.
8214 (sql-ms-program): Use "osql" rather than "isql".
8215 (sql-prompt-regexp, sql-prompt-length): Update comment.
8216 (sql-mode-menu): Add "Start SQLi session" entry.
8217 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8218 (sql-mode-abbrev-table): Add abbreviations. Support of
8219 SYSTEM-FLAG on define-abbrev. Support was removed with last
8220 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8221 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8222 names.
8223 (sql-mode-ansi-font-lock-keywords): Set as default value.
8224 (sql-mode-oracle-font-lock-keywords): Set as default value.
8225 Support Oracle 9i keywords.
8226 (sql-mode-postgres-font-lock-keywords): Set as default value.
8227 (sql-mode-linter-font-lock-keywords): Set as default value.
8228 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8229 SQLServer 2000.
8230 (sql-mode-sybase-font-lock-keywords)
8231 (sql-mode-interbase-font-lock-keywords)
8232 (sql-mode-sqlite-font-lock-keywords)
8233 (sql-mode-strong-font-lock-keywords)
8234 (sql-mode-mysql-font-lock-keywords)
8235 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8236 keywords.
8237 (sql-mode-font-lock-defaults): Update comment.
8238 (sql-product-feature): New function. Returns feature associated
8239 with a product from `sql-product-support' alist.
8240 (sql-product-font-lock): New function. Set font-lock support
8241 based on `sql-product'.
8242 (sql-add-product-keywords): New function. Add font-lock rules to
8243 product-specific keyword variables.
8244 (sql-set-product): New function. Set `sql-product' and apply
8245 appropriate font-lock highlighting.
8246 (sql-highlight-product): New function. Set font-lock support
8247 based on a product. Also set mode name to include product name.
8248 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8249 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8250 Use `sql-set-product'.
8251 (sql-highlight-ms-keywords)
8252 (sql-highlight-sybase-keywords)
8253 (sql-highlight-interbase-keywords)
8254 (sql-highlight-strong-keywords)
8255 (sql-highlight-mysql-keywords)
8256 (sql-highlight-sqlite-keywords)
8257 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8258 (sql-get-login): Prompt in the same order as the tokens.
8259 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8260 (sql-product-interactive): New function. Common portions of
8261 product-specific interactive mode wrappers.
8262 (sql-interactive-mode): Rewritten to use product features.
8263 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8264 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8265 (sql-db2, sql-linter): Use `sql-product-interactive'.
8266 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8267 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8268 (sql-connect-ingres, sql-connect-postgres)
8269 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8270 New functions. Format command line parameters and invoke comint on
8271 the appropriate interpreter. Code was in the corresponding
8272 `sql-xyz' function before.
8273 (sql-connect-ms): New function. Support -E argument to use
8274 operating system credentials for authentication.
8275
8276 2003-08-18 Kenichi Handa <handa@m17n.org>
8277
8278 * international/mule.el (encode-char): Fix for the ASCII case.
8279
8280 2003-08-15 Kenichi Handa <handa@m17n.org>
8281
8282 * international/fontset.el (setup-default-fontset): Change "*" to
8283 nil in the specifications of font family.
8284
8285 2003-08-18 Kim F. Storm <storm@cua.dk>
8286
8287 * kmacro.el (kmacro-keymap): Group related bindings in
8288 initialization for clarity. Bind C-s to start macro.
8289 Remove C-r binding.
8290 (kmacro-initial-counter-value): New defvar to hold initial counter
8291 value in case we set the value before defining a macro.
8292 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8293 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8294 not defining or executing macro. Doc fix.
8295 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8296 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8297 temporarily view older elements on the macro ring without cycling
8298 the ring.
8299 (kmacro-display): Doc fix.
8300 (kmacro-exec-ring-item): New helper function.
8301 (kmacro-call-ring-2nd): Use it.
8302 (kmacro-call-ring-2nd-repeat): Doc fix.
8303 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8304 (kmacro-end-or-call-macro): Execute last viewed macro (using
8305 kmacro-exec-ring-item) from ring if this follows
8306 kmacro-view-macro. This allows us to find a macro on the ring
8307 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8308 the ring to bring it to the head of the ring.
8309 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8310 Allow binding to reserved keys without specifying C-x C-k prefix.
8311 Ask for confirmation if entered key sequence is already bound to
8312 a non-macro command.
8313 (kmacro-view-macro): Repeating command will show older elements
8314 on the macro ring; C-k will execute the last viewed macro.
8315 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8316 property from 'ring to 'head.
8317
8318 2003-08-17 Alan Shutko <ats@acm.org>
8319
8320 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8321 keeping December out of the alist.
8322
8323 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8324
8325 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8326 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8327 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8328 (calendar-flatten): New function.
8329 (calendar-mouse-view-other-diary-entries)
8330 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8331 in the menu title and to show multi-line diary entries correctly
8332 in the menu.
8333
8334 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8335
8336 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8337 defcustom, because the default was recently changed.
8338
8339 2003-08-16 Richard M. Stallman <rms@gnu.org>
8340
8341 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8342
8343 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8344 New subroutine, broken out of eval-last-sexp-1.
8345 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8346
8347 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8348
8349 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8350
8351 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8352
8353 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8354
8355 * progmodes/compile.el (compilation-error-regexp-alist):
8356 Add Java ANt error detection as described in document
8357 http://ant.apache.org/faq.html
8358
8359 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8360
8361 * simple.el (backward-word, forward-to-indentation)
8362 (backward-to-indentation): Argument changed to optional.
8363 (next-line, previous-line): Use `or' instead of `unless'.
8364
8365 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8366
8367 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8368 instead of a constant.
8369
8370 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8371
8372 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8373
8374 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8375
8376 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8377 (vc-sccs-workfile-version): Search the entire delta table, rather
8378 than just the first entry, because that might be a deleted version.
8379
8380 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8381
8382 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8383 [save-place] binding in the Options menu. Have it require
8384 'saveplace' and then toggle the variable manually, to avoid an an
8385 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8386 for the bug report.
8387
8388 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8389
8390 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8391 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8392 (gdb-info-threads-custom): Add help-echo text.
8393 (gdb-display-back): Don't use purecopy.
8394 (gdb-info-breakpoints-custom, gdb-reset)
8395 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8396 icons can be displayed.
8397
8398 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8399
8400 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8401
8402 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8403
8404 * bookmark.el (bookmark-completing-read):
8405 Return a string, instead of a list of one string.
8406 Use a popup menu if activated from the mouse.
8407 (bookmark-edit-annotation): Remove unused vars.
8408 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8409 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8410 to bookmark-completing-read.
8411 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8412 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8413 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8414 and erase-buffer.
8415 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8416 (bookmark-menu-jump, bookmark-menu-insert)
8417 (bookmark-popup-menu-and-apply-function)
8418 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8419 (bookmark-menu-build-paned-menu): Remove by folding it into
8420 bookmark-menu-popup-paned-menu.
8421 (menu-bar-bookmark-map): Move the define-key statements here.
8422 Use the "non-menu" commands since they now pop up a menu if needed.
8423 (bookmark-exit-hook-internal): Simplify.
8424
8425 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8426
8427 * reftex-toc.el (reftex-toc-rename-label): New function.
8428 (reftex-toc-check-docstruct): New function.
8429
8430 * reftex.el (reftex-region-active-p): New function.
8431
8432 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8433 regexp to find the \bibliography macro.
8434
8435 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8436 which does not exist in LaTeX.
8437 (reftex-cite-format-builtin): Added amsrefs support.
8438 (reftex-toc-confirm-promotion): New option
8439
8440 * reftex-toc.el
8441 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8442 (reftex-toc-demote, reftex-toc-promote)
8443 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8444 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8445 (reftex-toc-newhead-from-alist)
8446 (reftex-toc-load-all-files-for-promotion): New functions.
8447 (reftex-toc-help): Added description of new keys.
8448 (reftex-toc-split-windows-fraction): New option.
8449 (reftex-recenter-toc-when-idle): Search *toc* window on all
8450 visible frames.
8451 (reftex-toc): Additional parameter REUSE
8452 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8453 with REUSE argument.
8454 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8455 the call of `reftex-toc'.
8456 (reftex-make-separate-toc-frame): New function .
8457 (reftex-toc-recenter): When called with triple prefix arg, call
8458 `reftex-make-separate-toc-frame' first.
8459 (reftex-toc-toggle-dedicated-frame): New command.
8460 (reftex-toc-quit): Adapted to delete frame when called in
8461 dedicated frame.
8462
8463 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8464 all enclosing macros.
8465
8466
8467 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8468
8469 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8470 first use.
8471
8472 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8473
8474 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8475
8476 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8477
8478 * calendar/calendar.el (list-diary-entries-hook)
8479 (diary-display-hook, nongregorian-diary-listing-hook)
8480 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8481 Add some customize options for these hooks.
8482 (calendar-abbrev-construct): Don't try to take a substring longer
8483 than the original string.
8484
8485 2003-08-05 Richard M. Stallman <rms@gnu.org>
8486
8487 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8488 (testcover-reinstrument-clauses): Doc fix.
8489
8490 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8491 (warning-type-format): Rename from warning-group-format.
8492
8493 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8494 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8495 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8496 to prevent warnings about defvar for an obsolete variable.
8497
8498 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8499 warning-group-format renamed to warning-type-format.
8500
8501 * subr.el (read-passwd): Use clear-string instead of fillarray.
8502
8503 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8504 Use vconcat instead of concat.
8505 (edmacro-sanitize-for-string): New function.
8506
8507 2003-08-05 Dave Love <fx@gnu.org>
8508
8509 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8510 line-number-display-limit-width.
8511
8512 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8513
8514 2003-08-05 Kenichi Handa <handa@m17n.org>
8515
8516 * international/code-pages.el: Don't require mule-diag.
8517
8518 * international/mule-diag.el (non-iso-charset-alist):
8519 Add autoload cookie.
8520
8521 * language/devan-util.el (dev-glyph-order): Add an entry for the
8522 glyph code #xC4.
8523
8524 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8525
8526 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8527 (european-calendar-style, diary-date-forms)
8528 (calendar-day-name-array, calendar-month-name-array): Doc change.
8529 (generate-calendar-month): Adapt for new behaviour of
8530 `calendar-day-name' function.
8531 (calendar-abbrev-length, calendar-day-abbrev-array)
8532 (calendar-month-abbrev-array): New variables.
8533 (calendar-abbrev-construct): New function.
8534 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8535 rather than fixing abbrevs at some width. Calling syntax change.
8536 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8537 (calendar-date-string): Adapt for new behaviours of
8538 `calendar-day-name' and `calendar-month-name' functions.
8539
8540 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8541 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8542 (diary-name-pattern): Use abbrev arrays, rather than fixing
8543 abbrevs at three chars. Calling syntax change.
8544 (mark-diary-entries): Adapt for new behaviours of
8545 `diary-name-pattern' and `calendar-make-alist' functions.
8546 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8547 `diary-name-pattern' function.
8548 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8549 fixing abbrevs at three chars. Calling syntax change.
8550 (cal-hebrew, cal-islam): Require when compiling.
8551 (diary-font-lock-keywords): Adapt for new behaviour of
8552 `font-lock-diary-date-forms' function.
8553
8554 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8555 (calendar-hebrew-month-name-array-common-year)
8556 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8557 (list-hebrew-diary-entries): Adapt for new behaviours of
8558 `calendar-day-name' and `add-to-diary-list' functions.
8559 (mark-hebrew-diary-entries): Adapt for new behaviours of
8560 `diary-name-pattern' and `calendar-make-alist' functions.
8561
8562 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8563 Add doc string.
8564 (list-islamic-diary-entries): Adapt for new behaviours of
8565 `calendar-day-name' and `add-to-diary-list' functions.
8566 (mark-islamic-diary-entries): Adapt for new behaviours of
8567 `diary-name-pattern' and `calendar-make-alist' functions.
8568
8569 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8570 `calendar-month-name' function.
8571
8572 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8573
8574 * calendar/solar.el (solar-seasons-data): Move definition before use.
8575
8576 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8577 (cal-tex-LaTeX-hourbox): Move definition before use.
8578
8579 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8580 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8581 lunar.el, solar.el
8582 (displayed-month, displayed-year): Define for compiler.
8583
8584 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8585
8586 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8587 MODE. Renamed from c-init-c-language-vars'.
8588 (c-initialize-cc-mode): Change accordingly.
8589 (c-common-init): Ditto.
8590 (c-mode): Ditto.
8591 (c++-mode): Use `c-init-language-vars-for'.
8592 (objc-mode): Ditto.
8593 (java-mode): Ditto.
8594 (idl-mode): Ditto.
8595 (pike-mode): Ditto.
8596 (awk-mode): Ditto.
8597
8598 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8599
8600 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8601 or not the point moved.
8602
8603 (c-search-decl-header-end): Don't trip up on operator identifiers
8604 in C++ and operators like == in all languages.
8605
8606 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8607 Detect leading labels correctly.
8608
8609 2003-08-02 Andreas Schwab <schwab@suse.de>
8610
8611 * textmodes/ispell.el: Don't redo key bindings on loading, put
8612 them only in loaddefs.el.
8613 * bookmark.el: Likewise.
8614 * dabbrev.el: Likewise.
8615 * emerge.el: Likewise.
8616
8617 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8618 has more than one member.
8619
8620 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8621
8622 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8623
8624 * lpr.el (printify-region): It was ending conversion before the
8625 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8626
8627 2003-07-31 John Paul Wallington <jpw@gnu.org>
8628
8629 * net/browse-url.el (browse-url-epiphany): Doc fix.
8630
8631 2003-07-30 Kenichi Handa <handa@m17n.org>
8632
8633 * international/fontset.el (setup-default-fontset):
8634 Change registry names of Akurti fonts.
8635
8636 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8637
8638 * comint.el (comint-read-noecho): Use `clear-string' instead of
8639 `fillarray'.
8640
8641 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8642
8643 * outline.el (outline-mode-hook): Add defvar.
8644
8645 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8646
8647 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8648 Restore assembler in source window if that is what has been selected.
8649 (menu): Add gdb-restore-windows to menu. Make gdba
8650 specific menus only visible from gdba.
8651
8652 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8653
8654 * progmodes/compile.el (compilation-environment): New user variable.
8655 (compile-internal): Respect it.
8656
8657 2003-07-23 Masatake YAMATO <jet@gyve.org>
8658
8659 * progmodes/gud.el (gdb-script-font-lock-keywords):
8660 Put `font-lock-function-name-face' on a symbol which includes
8661 `-' like `hook-run'. Put font-lock-variable-name-face
8662 on a symbol starting with $.
8663
8664 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8665
8666 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8667
8668 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8669
8670 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8671
8672 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8673
8674 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8675 Use with-no-warnings.
8676 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8677 rather than to find-file-not-found-hook, which doesn't exist.
8678
8679 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8680
8681 * international/quail.el (quail-translate-key): Fix previous change.
8682
8683 2003-07-25 John Paul Wallington <jpw@gnu.org>
8684
8685 * server.el (server-start): Check `server-process' is non-nil
8686 before killing it to avoid killing current buffer's process.
8687
8688 * simple.el (choose-completion-string): Use `minibufferp';
8689 test `completion-reference-buffer' if `buffer' arg is nil.
8690 (push-mark): Use `when' and `unless'.
8691 (pop-mark): Use `when'.
8692
8693 * mouse-sel.el (mouse-sel-get-selection-function):
8694 Check `x-last-selected-text-primary'. Don't barf if it or
8695 `x-last-selected-text' aren't bound.
8696
8697 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8698
8699 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8700
8701 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8702
8703 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8704
8705 2003-07-23 John Paul Wallington <jpw@gnu.org>
8706
8707 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8708
8709 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8710
8711 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8712 string. Defvar the derived hook.
8713
8714 * macros.el (insert-kbd-macro): Escape double quote character.
8715 From Thomas W Murphy <twm@andrew.cmu.edu>.
8716
8717 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8718
8719 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8720 to match the specific mark rather than reusing comment-start-skip.
8721
8722 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8723
8724 * progmodes/hideshow.el (hs-special-modes-alist):
8725 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8726
8727 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8728
8729 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8730 value using ?\s.
8731
8732 2003-07-21 John Paul Wallington <jpw@gnu.org>
8733
8734 * subr.el (with-selected-window): Add closing paren.
8735
8736 2003-07-21 Richard M. Stallman <rms@gnu.org>
8737
8738 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8739 (lisp-mode): Likewise.
8740
8741 * subr.el (with-selected-window): Copy code form save-selected-window
8742 so as to call select-window with norecord arg.
8743 (dynamic-completion-table): Doc fix.
8744 (lazy-completion-table): Doc fix.
8745
8746 * international/mule-cmds.el (set-locale-environment):
8747 langinfo renamed to locale-info.
8748
8749 * international/mule.el (auto-coding-functions): Doc fix.
8750
8751 2003-07-21 Kenichi Handa <handa@m17n.org>
8752
8753 * international/quail.el (quail-translate-key):
8754 Update quail-current-str correctly.
8755
8756 2003-07-21 Andreas Schwab <schwab@suse.de>
8757
8758 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8759 ?, to "_".
8760
8761 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8762 Version 2.0.36 of Tramp released.
8763
8764 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8765 tramp-password-end-of-line.
8766 (tramp-password-end-of-line): New method parameter.
8767 (tramp-get-password-end-of-line): Function to access method
8768 parameter `tramp-password-end-of-line', or variable
8769 `tramp-default-password-end-of-line' (default value).
8770 (tramp-methods): Add entries for new parameter
8771 tramp-password-end-of-line.
8772 (tramp-enter-password): Use new function
8773 `tramp-get-password-end-of-line'.
8774 (tramp-handle-insert-file-contents): Do not
8775 unconditionally inhibit the file operation file-local-copy, only
8776 do that when the inhibit-file-name-operation is currently
8777 insert-file-contents. This fixes finding remote CVS-controlled
8778 files. (It would barf on inserting the CVS/Entries file
8779 literally, because the file-local-copy handler wasn't called.)
8780 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8781 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8782 (tramp-initial-commands): New variable.
8783 (tramp-process-initial-commands): New function, using the variable.
8784 (tramp-open-connection-setup-interactive-shell): Call the new function.
8785 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8786 method into the buffer name, never use nil. Reported by Hanak
8787 David <dhanak@inf.bme.hu>.
8788 (tramp-open-connection-setup-interactive-shell): Erase buffer
8789 before sending "stty -onlcr".
8790
8791 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8792
8793 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8794
8795 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8796
8797 2003-07-19 John Paul Wallington <jpw@gnu.org>
8798
8799 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8800 (artist-draw-rect, artist-draw-square): Doc fixes.
8801
8802 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8803
8804 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8805
8806 2003-07-19 Kenichi Handa <handa@m17n.org>
8807
8808 * international/kkc.el (kkc-show-conversion-list-update):
8809 Highlight the correct candidate in the message.
8810
8811 2003-07-18 John Paul Wallington <jpw@gnu.org>
8812
8813 * simple.el (current-word): Don't include punctuation char when
8814 `really-word' arg is non-nil.
8815
8816 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8817
8818 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8819 moved to the directory obsolete.
8820
8821 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8822
8823 * info.el (Info-menu-entry-name-re): Allow newlines in
8824 menu entry names.
8825
8826 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8827 syntax-ppss-after-change-function.
8828 (syntax-ppss-after-change-function): New alias. Update uses.
8829 (syntax-ppss): Catch the case where the buffer is narrowed.
8830
8831 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8832
8833 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8834 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8835
8836 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8837
8838 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8839 since it might be modified.
8840
8841 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8842 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8843 names to these language constants.
8844
8845 2003-07-15 Kim F. Storm <storm@cua.dk>
8846
8847 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8848 All uses changed.
8849
8850 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8851
8852 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8853 Namespace support.
8854
8855 2003-07-13 Juanma Barranquero <lektu@terra.es>
8856
8857 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8858 papers received).
8859
8860 2003-07-13 Karl Eichwalder <ke@suse.de>
8861
8862 * textmodes/po.el (po-find-charset): White space at the start of the
8863 Content-Type field body is non-mandatory.
8864
8865 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8866
8867 * textmodes/texinfo.el (texinfo-section-list):
8868 Append appendixsection; a synonym for appendixsec.
8869
8870 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8871
8872 * man.el (Man-translate-cleanup): New.
8873 (Man-translate-references): Call `Man-translate-cleanup' to clean
8874 leading, trailing and middle spaces.
8875
8876 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8877
8878 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8879 Handle `dired-directory' being a list.
8880
8881 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8882
8883 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8884 it doesn't exist.
8885
8886 2003-07-12 Richard M. Stallman <rms@gnu.org>
8887
8888 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8889
8890 * progmodes/cc-defs.el (c-make-keywords-re):
8891 Don't use delete-duplicates.
8892 (c-lang-const): Don't use mapcan.
8893
8894 * apropos.el (apropos-show-scores): Make it customizable.
8895 Document new meaning.
8896 (apropos): Compute scores from symbols.
8897 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8898
8899 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8900
8901 * ps-bdf.el: Fix copyright line.
8902 (bdf-directory-list): Fix initialization code.
8903
8904 2003-07-11 John Paul Wallington <jpw@gnu.org>
8905
8906 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8907 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8908 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8909
8910 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8911
8912 * emacs-lisp/ring.el (ring-elements): Doc fix.
8913
8914 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8915
8916 * calendar/timeclock.el (timeclock-relative)
8917 (timeclock-ask-before-exiting, timeclock-use-display-time):
8918 Doc changes.
8919 (timeclock-modeline-display): Give a message if
8920 `timeclock-use-display-time' is non-nil but `display-time-mode'
8921 is not active.
8922
8923 2003-07-11 Kenichi Handa <handa@m17n.org>
8924
8925 * international/mule-cmds.el (set-language-environment):
8926 Set current-language-environment to the correct string.
8927
8928 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8929
8930 * ps-print.el: Print line number correctly in a region. Reported by
8931 Tim Allen <timallen@ls83.fsnet.co.uk>.
8932 (ps-print-version): New version number (6.6.2).
8933 (ps-printing-region): Code fix.
8934
8935 2003-07-10 John Paul Wallington <jpw@gnu.org>
8936
8937 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8938 this function can be called from `add-completions-from-tags-table'.
8939
8940 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8941
8942 * calendar/timeclock.el (timeclock-use-display-time)
8943 (timeclock-day-over-hook, timeclock-workday-remaining)
8944 (timeclock-status-string, timeclock-when-to-leave)
8945 (timeclock-when-to-leave-string, timeclock-log-data)
8946 (timeclock-find-discrep, timeclock-day-base)
8947 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8948 (timeclock-modeline-display): Set the variable
8949 `timeclock-modeline-display'.
8950 (timeclock-update-modeline): Doc fix. Respect value of
8951 `timeclock-relative'.
8952
8953 2003-07-09 Richard M. Stallman <rms@gnu.org>
8954
8955 * textmodes/reftex-parse.el (reftex-all-document-files):
8956 Add autoload cookie.
8957
8958 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8959 (reftex-scanning-info-available-p): Add autoload cookie.
8960
8961 * international/mule-cmds.el
8962 (set-display-table-and-terminal-coding-system): Delete duplicate
8963 aset on standard-display-table.
8964
8965 * view.el (view-file): If existing buffer's major mode is special,
8966 don't go into view mode.
8967
8968 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8969
8970 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8971
8972 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8973 buffer changes; there's third party code that calls this function
8974 directly.
8975
8976 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8977
8978 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8979 (autodoc-font-lock-keywords): Don't byte compile on font lock
8980 initialization when running from byte compiled files.
8981
8982 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8983
8984 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8985 statement ends with auto-increment "++".
8986
8987 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8988
8989 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8990 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8991 these are changed, so declare them as variables and not constants.
8992
8993 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8994
8995 * subr.el (dolist, dotimes): Doc fix.
8996
8997 2003-07-08 Kim F. Storm <storm@cua.dk>
8998
8999 * international/mule-cmds.el
9000 (set-display-table-and-terminal-coding-system): Don't break
9001 bootstrap if standard-display-table isn't setup yet.
9002
9003 2003-07-07 Richard M. Stallman <rms@gnu.org>
9004
9005 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9006 Give it a doc string, and autoload it.
9007
9008 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9009 Use with-no-warnings.
9010
9011 * info.el (Info-search): If find invisible text, search again.
9012
9013 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9014
9015 * man.el (Man-name-regexp): Match + as part of name.
9016
9017 * simple.el (visible-mode): Rename from vis-mode.
9018 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9019
9020 * simple.el (current-word): New arg REALLY-WORD specifies
9021 don't include punctuation chars.
9022
9023 * emacs-lisp/debug.el (debug, debugger-env-macro):
9024 Use with-no-warnings while accessing and binding unread-command-char.
9025
9026 * international/mule-cmds.el
9027 (set-display-table-and-terminal-coding-system): Use explicit loop
9028 instead of calling standard-display-default.
9029
9030 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9031 Use condition-case to catch error in ange-ftp-get-files.
9032
9033 * net/browse-url.el (browse-url-browser-function):
9034 Add alternative for Epiphany.
9035 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9036 (browse-url-epiphany-startup-arguments)
9037 (browse-url-epiphany-new-window-is-tab): New variables.
9038 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9039
9040 * progmodes/compile.el (compile-auto-highlight): Default now t.
9041 (compile): Doc fix.
9042 (compilation-next-error): Fix previous change.
9043
9044 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9045
9046 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9047
9048 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9049
9050 * gdb-ui.el (gdb-source-info): Display current frame when
9051 attaching to an existing process.
9052 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9053 while laying out windows when attaching to an existing process.
9054
9055 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9056
9057 * info.el (Info-menu): Use Info-menu-entry-name-re.
9058
9059 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9060
9061 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9062 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9063
9064 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9065 to match the same text.
9066
9067 2003-07-06 John Paul Wallington <jpw@gnu.org>
9068
9069 * vc.el (vc-annotate-offset): Move defvar up.
9070
9071 2003-07-06 Kim F. Storm <storm@cua.dk>
9072
9073 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9074 This should fix the infinite loop when extracting menu names.
9075
9076 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9077
9078 * files.el (auto-mode-alist, interpreter-mode-alist):
9079 Remove entries to CC Mode modes to avoid duplicates; they are now added
9080 with autoload directives in cc-mode.el.
9081
9082 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9083
9084 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9085 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9086 these are changed, so declare them as variables and not constants.
9087
9088 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9089 ensure that the entry for ".c" extension comes before the one for
9090 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9091 Fix incorrect entries that were added to `interpreter-mode-alist'.
9092 Move the autoload directives for AWK to the top level since they
9093 aren't recognized anywhere else. Do not use the new AWK mode doc
9094 in the autoload form for the old AWK mode.
9095
9096 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9097
9098 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9099 (bibtex-sort-ignore-string-entries): Default value t.
9100 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9101 erroneously in previous version.
9102 (bibtex-string-files): Docstring reflects new parsing scheme.
9103 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9104 docstring, add # as one of the chars to crush
9105 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9106 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9107 (bibtex-autokey-name-change-strings)
9108 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9109 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9110 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9111 (bibtex-autokey-title-terminators)
9112 (bibtex-autokey-titlewords-stretch)
9113 (bibtex-autokey-titleword-ignore)
9114 (bibtex-autokey-titleword-case-convert)
9115 (bibtex-autokey-titleword-abbrevs)
9116 (bibtex-autokey-titleword-abbrevs)
9117 (bibtex-autokey-titleword-change-strings)
9118 (bibtex-autokey-titleword-length)
9119 (bibtex-autokey-titleword-separator)
9120 (bibtex-autokey-name-year-separator)
9121 (bibtex-autokey-year-title-separator)
9122 (bibtex-autokey-before-presentation-function)
9123 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9124 Fix docstring.
9125 (bibtex-strings, bibtex-reference-keys):
9126 Use lazy-completion-table and make-variable-buffer-local.
9127 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9128 (bibtex-braced-string-syntax-table)
9129 (bibtex-quoted-string-syntax-table): New variables.
9130 (bibtex-parse-nested-braces): Remove.
9131 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9132 (bibtex-parse-association): Simplify.
9133 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9134 (bibtex-parse-field-text): Simplify.
9135 (bibtex-search-forward-field, bibtex-search-backward-field):
9136 argument BOUND can take value t.
9137 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9138 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9139 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9140 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9141 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9142 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9143 and ending of entry. Update for changes of bibtex-search-entry.
9144 Simplify.
9145 (bibtex-map-entries): FUN is called with three arguments.
9146 (bibtex-search-entry): Return a cons pair with buffer positions of
9147 beginning and end of entry.
9148 (bibtex-enclosing-field): Simplify.
9149 (bibtex-format-entry): Use booktitle to set a missing title.
9150 (bibtex-autokey-get-names): Fiddle with regexps.
9151 (bibtex-generate-autokey): Use identity.
9152 (bibtex-parse-keys): Use simplified parsing algorithm if
9153 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9154 arguments. Return alist of keys.
9155 (bibtex-parse-strings): Simplify. Return alist of strings.
9156 (bibtex-complete-string-cleanup): Fix docstring.
9157 (bibtex-read-key): New function.
9158 (bibtex-mode): Fix docstring. Do not parse for keys and
9159 strings when the mode is entered. Set fill-paragraph-function to
9160 bibtex-fill-field. Setup font-lock-mark-block-function the way
9161 font-lock intended.
9162 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9163 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9164 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9165 (bibtex-Preamble): Avoid hard coded constants.
9166 (bibtex-make-field): Fix docstring. Simplify.
9167 (bibtex-beginning-of-entry): Always return new position of point.
9168 (bibtex-end-of-entry): Rearrange cond clauses.
9169 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9170 Update for changes of bibtex-map-entries.
9171 (bibtex-ispell-abstract): Do not move point.
9172 (bibtex-entry-index): Use downcase. Simplify.
9173 (bibtex-lessp): Handle catch-all.
9174 (bibtex-find-crossref): Turn into a command.
9175 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9176 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9177 preamble entries.
9178 (bibtex-fill-field-bounds): New function.
9179 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9180 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9181 (bibtex-String): Use bibtex-strings. Always obey
9182 bibtex-sort-ignore-string-entries.
9183
9184 2003-07-05 John Paul Wallington <jpw@gnu.org>
9185
9186 * cus-theme.el (customize-create-theme):
9187 Call `customize-create-theme' in Reset widget's notify function.
9188
9189 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9190 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9191 (define-ibuffer-column name): Add summarizer.
9192 (define-ibuffer-column size): Likewise.
9193 (define-ibuffer-column filename): Likewise.
9194 (define-ibuffer-column process): Likewise. Change BODY's output too.
9195 (define-ibuffer-column filename-and-process): Likewise, likewise.
9196 (ibuffer): Remove local vars `already-in' and `need-update'.
9197
9198 * ibuf-ext.el: Don't require `derived' at compile-time.
9199
9200 2003-07-05 Kim F. Storm <storm@cua.dk>
9201
9202 * info.el: Disable paragraph refilling.
9203 (Info-refill-paragraphs): New defcustom.
9204 (Info-fontify-node): Use it.
9205
9206 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9207
9208 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9209 thingies from constructors created by defstruct.
9210
9211 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9212 the default value of the variable.
9213 (byte-code-meter): Move declaration to top level.
9214
9215 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9216
9217 * info.el (Info-following-node-name-re): New fun.
9218 (Info-following-node-name): Remove.
9219 (Info-insert-dir): Use the new fun.
9220 (Info-extract-pointer): Don't save restriction; use new fun.
9221 (Info-menu-entry-name-re): New const.
9222 (Info-menu-entry-name-re): Use it along with new fun.
9223 (Info-node-spec-re): Use new fun.
9224 (Info-complete-menu-item, Info-fontify-node): Use new const.
9225 (Info-goto-node, Info-follow-reference, Info-menu-update):
9226 Use match-string.
9227 (Info-follow-reference): Use assoc-string.
9228 Use a list of strings for the completion table.
9229 (Info-fontify-node): Use match-string, line-end-position.
9230 Limit the search for `node:' to the first line.
9231
9232 * newcomment.el (uncomment-region): Remove padding coming from
9233 comment-start rather than just from comment-padding.
9234
9235 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9236 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9237 (vc-cvs-rename-file): Remove (use the default).
9238 (vc-cvs-register): Register parent dir if needed.
9239 (vc-cvs-could-register): Return non-nil if parent can be registered.
9240 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9241 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9242
9243 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9244 (vc-svn-update): Fix the arguments to `svn'.
9245 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9246 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9247 Simple implementations, assuming `name' is a URL.
9248
9249 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9250 set of chars allowed unquoted in a case pattern.
9251
9252 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9253
9254 * font-lock.el (font-lock-extra-types-widget)
9255 (c-font-lock-extra-types, c++-font-lock-extra-types)
9256 (objc-font-lock-extra-types, java-font-lock-extra-types)
9257 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9258 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9259 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9260 (font-lock-match-c++-structor-declaration)
9261 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9262 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9263 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9264 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9265 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9266 (java-font-lock-keywords-3, java-font-lock-keywords)
9267 (java-font-lock-syntactic-face-function): Remove obsolete code
9268 and constants. It's all in cc-fonts.el now.
9269
9270 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9271
9272 * mail/sendmail.el (mail-specify-envelope-from)
9273 (mail-envelope-from): Doc fix.
9274
9275 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9276
9277 * generic-x.el: Do away with the dependency on `c-emacs-features'
9278 when populating `rul-generic-mode-syntax-table'; we already know
9279 this isn't XEmacs.
9280
9281 See ChangeLog.10 for earlier changes.
9282
9283 ;; Local Variables:
9284 ;; coding: iso-2022-7bit
9285 ;; End:
9286
9287 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9288 Copying and distribution of this file, with or without modification,
9289 are permitted provided the copyright notice and this notice are preserved.
9290
9291 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1