]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(utf-8-post-read-conversion): If the
[gnu-emacs] / lisp / ChangeLog
1 2004-08-27 Kenichi Handa <handa@m17n.org>
2
3 * international/utf-8.el (utf-8-post-read-conversion): If the
4 buffer is unibyte, temporarily make it multibyte.
5
6 2004-08-27 Masatake YAMATO <jet@gyve.org>
7
8 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
9
10 2004-08-25 John Paul Wallington <jpw@gnu.org>
11
12 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13 0, 1, and many mismatches in message.
14 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15
16 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
17 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
18
19 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
22 vc-diff-switches differently.
23
24 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
25
26 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
27 before and a real defvar after
28 `speedbar-supported-extension-expressions'. This is to silence
29 the compiler without breaking bootstrapping.
30
31 2004-08-22 Richard M. Stallman <rms@gnu.org>
32
33 * textmodes/flyspell.el (flyspell-word):
34 Use set-process-query-on-exit-flag.
35 (flyspell-highlight-duplicate-region): Take POSS as arg.
36 (flyspell-word): Pass POSS as arg.
37
38 * progmodes/ada-xref.el: Many doc and style fixes.
39 (ada-find-any-references): Use compilation-start.
40 (ada-get-ali-file-name): Improve error msg.
41 (ada-get-ada-file-name): Likewise.
42
43 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
44 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
45
46 * mail/mail-extr.el (mail-extr-all-top-level-domains):
47 Add forward defvar.
48
49 * whitespace.el (global-whitespace-mode): New alias
50 for whitespace-global-mode.
51
52 * speedbar.el (speedbar-file-regexp): Definition moved up.
53 (speedbar-mode, speedbar-set-mode-line-format):
54 Use with-no-warnings.
55 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
56
57 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
58 controls whether to display the error buffer.
59
60 * ps-mule.el: Delete compatibility code for old Emacses.
61 (ps-mule-find-wrappoint): Don't use chars-in-region.
62
63 * frame.el (display-mouse-p, display-selections-p):
64 Use with-no-warnings.
65
66 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
67
68 2004-08-22 David Kastrup <dak@gnu.org>
69
70 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
71 information.
72
73 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
74
75 2004-08-22 Andreas Schwab <schwab@suse.de>
76
77 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
78
79 2004-08-22 Masatake YAMATO <jet@gyve.org>
80
81 * cvs-status.el (cvs-status-checkout): New function.
82 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
83
84 2004-08-21 David Kastrup <dak@gnu.org>
85
86 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
87 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
88 has been converted to use hashtables, the relation `nil=none' is
89 no longer valid, as `nil' is not a hashtable. This patch tries to
90 reduce the number of resulting errors.
91
92 2004-08-21 John Paul Wallington <jpw@gnu.org>
93
94 * subr.el (process-kill-without-query): Made obsolete in
95 version 21.4, not 21.5.
96
97 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
98 (vc-previous-comment, vc-next-comment)
99 (vc-comment-search-reverse, vc-comment-search-forward)
100 (vc-comment-to-change-log): Likewise.
101
102 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
103
104 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
105
106 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
107 Correct indentation of DEFMETHODS with non-standard method
108 combinations (e.g., PROGN, MIN, MAX).
109
110 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * startup.el (normal-top-level-add-subdirs-to-load-path):
113 Avoid unnecessarily checking system-type.
114 (normal-top-level): Set TERM to "dumb". Simplify.
115
116 * avoid.el (mouse-avoidance-ignore-p): New fun.
117 Also ignore switch-frame, select-window, double, and triple clicks.
118 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
119 (mouse-avoidance-fancy-hook): Use it.
120
121 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
122
123 * avoid.el (mouse-avoidance-nudge-mouse)
124 (mouse-avoidance-banish-destination): Stay within the current window
125 to avoid problems with mouse-autoselect-window.
126
127 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
130 the newer format of some messages in cvs-1.12.1.
131
132 2004-08-19 Masatake YAMATO <jet@gyve.org>
133
134 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
135 (elp-results-jump-to-definition-by-mouse)
136 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
137 (elp-output-result): Use elp-output-insert-symname.
138
139 2004-08-18 Kenichi Handa <handa@m17n.org>
140
141 * language/cyrillic.el: Register koi8-r in
142 ctext-non-standard-encodings-alist.
143 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
144
145 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
146
147 * emacs-lisp/copyright.el (copyright-update-year): Delete code
148 that replaces 20xy with xy.
149
150 2004-08-17 John Paul Wallington <jpw@gnu.org>
151
152 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
153 (reb-force-update): Doc fix.
154
155 2004-08-16 Richard M. Stallman <rms@gnu.org>
156
157 * progmodes/which-func.el (which-func-update-1): Doc fix.
158
159 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
160 (sh-mode-abbrev-table): New variable.
161
162 * progmodes/compile.el (compilation-mode): Doc fix.
163
164 * emacs-lisp/lisp-mode.el (eval-last-sexp):
165 Don't cons a new symbol each time.
166 (eval-last-sexp-fake-value): New variable.
167
168 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
169 (copyright-update-year): Detect continuation of list of years.
170
171 * term.el (term-default-fg-color, term-default-bg-color)
172 (ansi-term-color-vector): Use `unspecified', not nil, as default.
173
174 * imenu.el: Several doc fixes: don't say variables are buffer-local.
175
176 2004-08-16 Davis Herring <herring@lanl.gov>
177
178 * isearch.el (isearch-string, isearch-message-string, isearch-point)
179 (isearch-success, isearch-forward-flag, isearch-other-end)
180 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
181 (isearch-barrier, isearch-within-brackets)
182 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
183
184 2004-08-16 Kenichi Handa <handa@m17n.org>
185
186 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
187
188 2004-08-15 Kenichi Handa <handa@m17n.org>
189
190 * term/x-win.el (x-selection-value): If utf8 was successful but
191 ctext was not, use utf8 string.
192
193 2004-08-14 Davis Herring <herring@lanl.gov>
194
195 * isearch.el: Remove accidental changes of March 4. Fix backing
196 up when a regexp isearch is made more general. Use symbolic
197 accessor functions for isearch stack frames to make usage clearer.
198 (search-whitespace-regexp): Made groups in documentation shy (as
199 is the group in the default value).
200 (isearch-fallback): New function, addresses problems with regexps
201 liberalized by `\|', adds support for liberalization by `\}' (the
202 general repetition construct), and incorporates behavior for
203 `*'/`?'.
204 (isearch-}-char): New command, calls `isearch-fallback' with
205 arguments appropriate to a typed `}'.
206 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
207 appropriately.
208 (isearch-mode-map): Bind `}' to `isearch-}-char'.
209 (isearch-string, isearch-message,string, isearch-point)
210 (isearch-success, isearch-forward-flag, isearch-other-end)
211 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
212 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
213 New inline functions to read fields of a stack frame.
214
215 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
216
217 * battery.el (battery-linux-proc-acpi): Look into battery
218 directories matching the literal string "CMB", too (required for
219 Linux kernel version 2.6.7).
220
221 2004-08-14 John Paul Wallington <jpw@gnu.org>
222
223 * cus-start.el (read-file-name-completion-ignore-case): Add.
224 (blink-cursor-alist): Change version to "21.4".
225
226 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
227
228 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
229
230 * speedbar.el (speedbar-scan-subdirs): New option.
231 (speedbar-file-lists): Don't ignore file-name case on Unix and use
232 dolist.
233 (speedbar-insert-files-at-point): Take an extra argument and use
234 it to optionally find out if a subdir is empty. Also unreadable
235 files don't get expand buttons.
236 (speedbar-directory): New image (unused pixmap already existed).
237 (speedbar-expand-image-button-alist): Use it.
238
239 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
240
241 CC Mode update to 5.30.9:
242
243 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
244 Move from cc-vars to cc-defs for dependency reasons. Fix the
245 POSIX char class test to check that it works in
246 `skip-chars-(forward|backward)' too.
247
248 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
249 first argument starts with a special brace list.
250
251 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
252 when `c-opt-type-concat-key' is used (i.e. in Pike).
253
254 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
255 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
256 >)".
257
258 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
259 whitespace safe.
260
261 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
262 position for `arglist-intro', `arglist-cont-nonempty' and
263 `arglist-close' when there are two arglist open parens on the same
264 line and there's nothing in front of the first.
265
266 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
267 locking of qualified names in Java, which previously could fontify
268 common indexing expressions in many cases. The standard Java
269 naming conventions are used to tell them apart.
270
271 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
272 Fix inconsistency wrt opening parens on the first line inside a paren
273 block.
274
275 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
276 compile time for the sake of `c-major-mode-is'.
277
278 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
279 `c-major-mode-is' in the event that this is used inside a
280 `c-lang-defconst'.
281
282 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
283 `c-lang-defconst' so that it works better with fallback languages.
284
285 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
286 it to fail to record the base mode.
287
288 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
289 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
290 is used. Reordered the syntax checks to get more efficient
291 skipping in some situations.
292
293 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
294 continuation which might precede the newly inserted '{'.
295
296 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
297 Fix cases where it could loop indefinitely.
298
299 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
300 size specs correctly. Only fontify identifiers in front of '('
301 with as functions - don't accept any paren char. Tightened up
302 initializer skipping to stop before function and class blocks.
303
304 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
305 the point could be left directly after an open paren when finding
306 the beginning of the first decl in the block.
307
308 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
309 table when filtering out legitimate open parens to be recorded.
310 This could cause cache inconsistencies when e.g.
311 `c++-template-syntax-table' was temporarily in use.
312
313 * progmodes/cc-engine.el (c-on-identifier)
314 (c-simple-skip-symbol-backward): Small fix for handling "-"
315 correctly in `skip-chars-backward'. Affected the operator lfun
316 syntax in Pike.
317
318 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
319 Fix bug that could cause an error from `after-change-functions' when
320 the changed region is at bob.
321
322 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
323
324 CC Mode update to 5.30.9:
325
326 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
327 to say that <TAB> doesn't insert WS into a CPP line.
328 (c-indent-command, c-tab-always-indent): Amend doc strings.
329
330 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
331 checks for user errors, thus eliminating cryptic and unhelpful
332 Emacs error messages. (1) Check the arg to `c-set-style' is a
333 string. (2) Check that settings to `c-offsets-alist' are not
334 spuriously quoted.
335
336 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
337 which precedes the newly inserted `{'.
338
339 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
340
341 Sync with Tramp 2.0.44.
342
343 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
344 function "tramp_file_attributes". Otherwise, file names
345 containing spaces are misinterpreted. Reported by Magnus Henoch
346 <mange@freemail.hu>.
347 (tramp-handle-file-truename): FILENAME must be expanded first.
348 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
349 obscure results. Reported by D. Goel <deego@gnufans.org>.
350 (tramp-handle-verify-visited-file-modtime): If file does not
351 exist, say it is not modified if and only if that agrees with the
352 buffer's record. Check whether a file is visiting the buffer, or
353 the buffer has no recorded last modification time. Return t in
354 case the visiting file doesn't exist. Suggested by Luc Teirlinck
355 <teirllm@auburn.edu>.
356 (tramp-handle-write-region): Pass modtime explicitely to
357 `set-visited-file-modtime', because filename can be different
358 from (buffer-file-name) if `file-precious-flag' is set.
359 `set-visited-file-modtime' must be called always when `visit' is t
360 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
361 (tramp-handle-set-visited-file-modtime): If `time-list' is not
362 nil, don't apply the whole body. If the file doesn't exists, set
363 modtime to '(-1 65535). Suggested by Luc Teirlinck
364 <teirllm@auburn.edu>.
365
366 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
367
368 * help.el (describe-bindings): Doc fix.
369
370 * subr.el (kbd): Doc fix.
371
372 2004-08-08 John Paul Wallington <jpw@gnu.org>
373
374 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
375 instead of `string-to-int'.
376 (define-ibuffer-column mode): Fix indentation.
377
378 2004-08-08 Lars Hansen <larsh@math.ku.dk>
379
380 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
381
382 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
383
384 * subr.el (global-unset-key, local-unset-key): Doc fixes.
385
386 * novice.el (disabled-command-function): New variable renamed from
387 `disabled-command-hook'.
388 (disabled-command-hook): Keep the _variable_ as alias for
389 `disabled-command-function' and make obsolete.
390 (disabled-command-function): Function renamed from
391 `disabled-command-hook'. Adapt code to name change of the variable.
392
393 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
394
395 * simple.el (completion-root-regexp): New defvar.
396 (completion-setup-function): Use it instead of a literal string.
397
398 2004-08-07 John Paul Wallington <jpw@gnu.org>
399
400 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
401 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
402 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
403 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
404
405 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
406
407 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
408 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
409
410 2004-08-04 Kenichi Handa <handa@m17n.org>
411
412 * international/encoded-kb.el (encoded-kbd-setup-keymap):
413 Fix previous change.
414
415 2004-08-03 Kenichi Handa <handa@m17n.org>
416
417 * international/encoded-kb.el: The following changes are to
418 utilize key-translation-map instead of minor mode map.
419 (encoded-kbd-iso2022-non-ascii-map): Delete it.
420 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
421 (encoded-kbd-last-key): New function.
422 (encoded-kbd-iso2022-single-shift): New function.
423 (encoded-kbd-iso2022-designation)
424 (encoded-kbd-self-insert-iso2022-7bit)
425 (encoded-kbd-self-insert-iso2022-8bit)
426 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
427 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
428 key-translation-map.
429 (encoded-kbd-setup-keymap): Setup key-translation-map.
430 (saved-key-translation-map): New variable.
431 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
432 for the change of encoded-kbd-setup-keymap.
433
434 2004-08-02 Kim F. Storm <storm@cua.dk>
435
436 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
437 and call compute-motion with nil for topos and width to get proper
438 usable width and height for both window and non-window systems.
439
440 * windmove.el (windmove-coordinates-of-position): Let compute-motion
441 calculate usable window width and height.
442
443 * window.el (window-buffer-height): Call compute-motion with nil width.
444
445 2004-08-01 David Kastrup <dak@gnu.org>
446
447 * replace.el (query-replace-read-from):
448 Use `query-replace-compile-replacement'.
449 (query-replace-compile-replacement): New function.
450 (query-replace-read-to): Use `query-replace-compile-replacement'
451 for repeating the last command.
452
453 2004-08-01 John Paul Wallington <jpw@gnu.org>
454
455 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
456 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
457 (pr-switches): Remove period from end of error messages.
458
459 * help-mode.el (help-go-back): Likewise.
460
461 * abbrev.el (only-global-abbrevs): Doc fix.
462 (edit-abbrevs-map): Define within defvar.
463 (quietly-read-abbrev-file): Doc fix.
464
465 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
466
467 * novice.el (enable-command, disable-command): Doc fixes.
468
469 * subr.el (event-modifiers, event-basic-type): Doc fixes.
470
471 2004-07-30 Richard M. Stallman <rms@gnu.org>
472
473 * subr.el (with-local-quit): Doc fix.
474
475 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
476
477 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
478
479 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
480
481 * custom.el (defcustom): Doc fix.
482
483 2004-07-28 Masatake YAMATO <jet@gyve.org>
484
485 * progmodes/etags.el (etags-tags-apropos): Show building progress.
486
487 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * imenu.el (imenu-prev-index-position-function)
490 (imenu-extract-index-name-function, imenu-name-lookup-function)
491 (imenu--index-alist): Docstring redundancy fix.
492
493 2004-07-25 Lars Hansen <larsh@math.ku.dk>
494
495 * wdired.el (wdired-finish-edit): Require dired-aux before locally
496 binding dired-backup-overwrite.
497
498 2004-07-25 John Paul Wallington <jpw@gnu.org>
499
500 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
501
502 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
503
504 * term/tty-colors.el (tty-color-approximate): Doc fix.
505
506 * select.el (x-get-selection, x-set-selection): Doc fixes.
507
508 * frame.el (make-frame): Doc fix.
509
510 2004-07-24 Richard M. Stallman <rms@gnu.org>
511
512 * mail/rmail.el (rmail-mime-charset-pattern):
513 Don't include semicolon in the charset value.
514
515 * replace.el (occur-next-error): Call set-window-point.
516 (occur-engine): Handle negative NLINES.
517
518 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
519
520 * frame.el (modify-all-frames-parameters): Minor doc fix.
521 (set-frame-configuration): Doc fix.
522
523 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
524
525 * simple.el (completion-setup-function): Compute the common parts
526 and the first difference place correctly when
527 partial-completion-mode is on.
528
529 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
530
531 * ps-print.el: Doc fix.
532 (ps-print-version): New version 6.6.5.
533 (ps-printing-region): Doc fix.
534 (ps-generate-string-list): Comment fix.
535 (ps-message-log-max): Code fix.
536
537
538 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
539
540 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
541 generated PostScript.
542
543 2004-07-22 Kim F. Storm <storm@cua.dk>
544
545 * progmodes/make-mode.el: Fix comments.
546
547 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
548
549 * printing.el: Doc fix.
550
551 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
552
553 * frame.el (modify-all-frames-parameters): Minor doc fix.
554
555 2004-07-20 Richard M. Stallman <rms@gnu.org>
556
557 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
558 (fill-delete-newlines): Call sentence-end as function.
559 (fill-nobreak-p, canonically-space-region): Likewise.
560 (fill-nobreak-p): If this break point is at the end of the line,
561 don't consider the newline which follows as a reason to return t.
562
563 2004-07-19 John Paul Wallington <jpw@gnu.org>
564
565 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
566
567 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
568
569 * dired-aux.el (dired-do-kill-lines): Expand docstring.
570 Delete irrelevant code.
571
572 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
573
574 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
575 New docstring. From Luc Teirlinck.
576
577 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
578
579 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
580 section.
581 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
582 non-file buffers. We know it is nil.
583
584 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
585
586 Sync with Tramp 2.0.43.
587
588 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
589 outdated comment.
590 (tramp-locked, tramp-locker): New variables for implementing a
591 global lock.
592 (tramp-sh-file-name-handler): Use them to implement the global
593 lock.
594
595 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
596
597 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
598 calls to respective `xxx` calls.
599 (tramp-process-alive-regexp): Precise doc string.
600 (tramp-multi-action-process-alive): New defun.
601 (tramp-multi-actions): Use it.
602 (tramp-handle-find-backup-file-name): `copy-tree' is available
603 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
604 in order to avoid this function.
605 (tramp-handle-write-region): Set current buffer. If connection
606 wasn't open, `file-modes' has changed it accidently. Reported by
607 David Kastrup <dak@gnu.org>.
608 (tramp-enter-password, tramp-read-passwd): New arguments USER and
609 HOST.
610 (tramp-action-password, tramp-multi-action-password): Apply it.
611 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
612 name must still contain the port number. Otherwise, we have two
613 Tramp buffers, with all the confusion. Reported by Myron Selby
614 <myron@xytech.com> and Rolf Dubitzky
615 <Dubitzky@physi.uni-heidelberg.de>.
616
617 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
618 HOST to `tramp-enter-passwd'.
619
620 * net/tramp-vc.el (all): Code cleanup. Change all
621 `tramp-handle-xxx' calls to respective `xxx` calls.
622
623 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
624
625 * emacs-lisp/testcover.el: New category "potentially-1valued" for
626 functions that are not erroneous if either 1-valued or
627 multi-valued. Detect functions in this class.
628 (testcover-1value-functions, testcover-compose-functions,
629 testcover-progn-functions) Added some additional functions to lists.
630 (testcover-mark): Bugfix when marking up the definition for an
631 empty function.
632
633 2004-07-17 Richard M. Stallman <rms@gnu.org>
634
635 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
636
637 * mail/footnote.el (footnote-section-tag): Use defcustom.
638
639 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
640 Compile font-lock-keywords, not KEYWORDS.
641 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
642 Add warn, check-type. Handle cerror like error.
643
644 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
645
646 * progmodes/which-func.el (which-func-keymap): New var.
647 (which-func-face): New face.
648 (which-func-format): Use them.
649
650 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
651
652 * buff-menu.el (list-buffers-noselect): Append the buffer's
653 process status to its mode name.
654
655 2004-07-16 Kim F. Storm <storm@cua.dk>
656
657 * simple.el (inhibit-mark-movement): New defvar.
658 (beginning-of-buffer, end-of-buffer): Do not push mark if
659 inhibit-mark-movement is non-nil or C-u prefix is given.
660
661 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
662 Init to beginning-of-buffer and end-of-buffer.
663 (cua--undo-push-mark): New defvar.
664 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
665 already active and command is in cua--preserve-mark-commands.
666 Also fix check for shift modifier on non-window systems.
667 (cua--post-command-handler): Clear inhibit-mark-movement if set.
668
669 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
670
671 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
672 of two integers, instead of a cons.
673
674 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
675 `visited-file-modtime' now returns a list of two integers, instead
676 of a cons.
677
678 * dired.el (dired-directory-changed-p): Ditto.
679
680 * progmodes/grep.el (grep): Doc fix.
681
682 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
683
684 * autorevert.el (auto-revert-tail-mode)
685 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
686 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
687 in both at the same time.
688 (auto-revert-tail-mode): New command.
689 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
690 (auto-revert-handler): Revert only either tail or whole file.
691
692 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
693 add auto-revert-tail-mode.
694
695 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
696
697 * printing.el: Doc fix. Change name of some funs.
698 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
699 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
700 (pr-standard-file-name): New fun. Replace pr-standard-path.
701 (pr-call-process): Code fix.
702
703 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
704
705 * subr.el (with-selected-window): Doc fix.
706
707 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
708
709 * subr.el (get-buffer-window-list): Doc fix.
710
711 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
712
713 * files.el (switch-to-buffer-other-window): Doc fix.
714
715 * window.el (save-selected-window, one-window-p)
716 (split-window-keep-point, split-window-vertically)
717 (split-window-horizontally): Doc fixes.
718
719 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
720
721 * printing.el: Doc fix. Now it uses call-process instead of
722 shell-command for low command execution.
723 (pr-version): New version number (6.8).
724 (pr-shell-file-name): Option removed.
725 (pr-shell-command): Fun removed.
726 (pr-call-process): New fun. Replace pr-shell-command.
727 (pr-standard-path, pr-remove-nil-from-list): New funs.
728 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
729 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
730 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
731 (pr-ps-utility-process, pr-txt-print): Code fix.
732
733 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
734
735 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
736 boolean.
737
738 2004-07-09 Lars Hansen <larsh@math.ku.dk>
739
740 * wid-edit.el (widget-field-buffer): Doc fix.
741
742 2004-07-09 John Paul Wallington <jpw@gnu.org>
743
744 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
745 between one and several matches in message.
746
747 2004-07-09 Richard M. Stallman <rms@gnu.org>
748
749 * mouse.el (mouse-set-region-1): If transient-mark-mode
750 is `identity', change it to `only'.
751
752 * simple.el (current-word): Doc fix.
753
754 2004-07-09 Mark A. Hershberger <mah@everybody.org>
755
756 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
757 so that it is more understanding of whitespace.
758
759 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
760 form
761 (("ns" . "element") (attr-list) children) instead of
762 ((:ns . "element") (attr-list) children) in order to reduce the
763 number of symbols used.
764 (xml-skip-dtd): Change to use xml-parse-dtd but set
765 xml-validating-parsing to nil.
766 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
767 (xml-substitute-entity): Remove in favor of new entity substitution.
768 (xml-substitute-special): Rewrite in to substitute complex
769 entities from DOCTYPE declarations.
770 (xml-parse-fragment): Parse fragments from entity deleclarations.
771 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
772 (xml-parse-dtd, xml-substitute-special): Make validity checks
773 conditioned on xml-validating-parser. Add "Not Well Formed" to
774 error messages about well-formedness.
775
776 2004-07-08 Steven Tamm <steventamm@mac.com>
777
778 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
779 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
780 Do not treat double clicks and triple clicks specially in the
781 scroll bar (preventing strange repositioning problems)
782
783 2004-07-06 Stefan <monnier@iro.umontreal.ca>
784
785 * replace.el (query-replace-regexp-eval): Fix last change.
786
787 2004-07-05 Stefan <monnier@iro.umontreal.ca>
788
789 * replace.el (query-replace-descr): New fun.
790 (query-replace-read-from, query-replace-read-args): Default to the
791 previous from&to.
792 (query-replace-read-to): Quote the `from' string when displaying it.
793 (query-replace-regexp-eval): Immediately check read-only status.
794 Use query-replace-read-from to get the \n checking.
795 Quote the `from' string when displaying it.
796 (map-query-replace-regexp, occur-read-primary-args):
797 Quote the `from' string when displaying it.
798
799 * isearch.el (isearch-query-replace): Pass the regexp-ness and
800 delimited-ness of the search to query-replace.
801
802 * replace.el (query-replace-read-from, query-replace-read-to):
803 New funs extracted from query-replace-read-args.
804 (query-replace-read-args): Use them.
805
806 * replace.el (query-replace-interactive, query-replace-read-args):
807 Remove the `initial' special value.
808 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
809 (occur-engine): Remove unused var `matchend'.
810
811 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
812 Use the search string without prompting.
813
814 2004-07-05 Kenichi Handa <handa@m17n.org>
815
816 * international/mule.el (decode-coding-inserted-region):
817 Set last-coding-system-used only when coding is nil.
818
819 2004-07-03 Eli Zaretskii <eliz@gnu.org>
820
821 * progmodes/grep.el (grep-compute-defaults, grep-command)
822 (grep-program, find-program, grep-find-use-xargs, grep-history)
823 (grep-find-history, grep-tag-default, grep-find-command)
824 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
825 Add autoload cookies, for unbundled packages that load `compile'
826 and expect all grep-related symbols to become defined.
827
828 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
829
830 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
831 (iimage-mode-image-search-path): New user option to search the
832 image file.
833 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
834 have locate-file.
835 (iimage-mode-buffer): Use it.
836
837 2004-07-03 Nick Roberts <nickrob@gnu.org>
838
839 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
840 carefully.
841 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
842
843 2004-07-03 Juri Linkov <juri@jurta.org>
844
845 * replace.el (query-replace-read-args): Swallow space after 'foo,
846 not after (quote foo). Match space only immediately after symbol,
847 not anywhere in the whole string.
848
849 2004-07-02 Richard M. Stallman <rms@gnu.org>
850
851 * replace.el (query-replace-read-args): Swallow space after
852 symbols, not after closeparens. But avoid error if string ends there.
853
854 * progmodes/python.el (python-beginning-of-statement):
855 Exit the loop if backward-up-list gets error.
856
857 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
858
859 2004-07-02 Andre Spiegel <spiegel@gnu.org>
860
861 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
862 only if vc-consult-headers is non-nil.
863
864 2004-07-02 Juri Linkov <juri@jurta.org>
865
866 * pcvs.el (cvs-mode-diff-repository): New command.
867
868 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
869
870 2004-07-01 Juri Linkov <juri@jurta.org>
871
872 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
873 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
874 C-M-% to isearch-query-replace-regexp.
875 (minibuffer-local-isearch-map): Add arrow key bindings.
876 Bind C-f to isearch-yank-char-in-minibuffer.
877 (isearch-forward): Doc fix.
878 (isearch-edit-string): Doc fix.
879 (isearch-query-replace, isearch-query-replace-regexp): New funs.
880 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
881 (isearch-yank-char): Add optional arg.
882 (isearch-yank-char-in-minibuffer): New fun.
883
884 * replace.el (query-replace-interactive): Change type from boolean
885 to choice. Add value `initial'.
886 (query-replace-read-args): Handle value `initial' of
887 query-replace-interactive.
888
889 2004-06-29 Kim F. Storm <storm@cua.dk>
890
891 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
892 (breakpoint-disabled-bitmap-face): Add :group 'gud.
893
894 * progmodes/ada-xref.el (ada-tight-gvd-integration):
895 Add :group 'ada.
896
897 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
898
899 2004-06-29 Juri Linkov <juri@jurta.org>
900
901 * replace.el (query-replace-read-args): Swallow a space after
902 everything except )]" which in most cases means after a symbol.
903
904 * emacs-lisp/pp.el (pp-buffer): Add autoload.
905
906 2004-06-28 Richard M. Stallman <rms@gnu.org>
907
908 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
909 More changes to go with previous change in font-lock.el.
910
911 2004-06-26 David Kastrup <dak@gnu.org>
912
913 * replace.el (perform-replace): Highlight the match even in
914 non-query mode if there is potential replace string editing.
915
916 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
917
918 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
919 agree with new return value of `file-remote-p'.
920 This syncs with Tramp 2.0.42.
921
922 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
923 according to new documentation of `file-remote-p'.
924
925 * files.el (file-remote-p): Fix doc to say that return value is
926 identification of remote system, if not nil.
927 (file-relative-name): Use new return value of `file-remote-p'.
928
929 2004-06-26 Nick Roberts <nickrob@gnu.org>
930
931 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
932 (gdb-goto-breakpoint): Fix breakage.
933
934 2004-06-26 Eli Zaretskii <eliz@gnu.org>
935
936 * man.el (Man-getpage-in-background): Add windows-nt to the list
937 of systems where shell-file-name should be used instead of
938 literal "sh".
939
940 2004-06-25 Sam Steingold <sds@gnu.org>
941
942 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
943 function names `(setf symbol)'.
944
945 2004-06-24 Richard M. Stallman <rms@gnu.org>
946
947 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
948
949 * font-lock.el (font-lock-keywords): Change format of compiled values.
950 Document it.
951 (font-lock-add-keywords): If font-lock-keywords is compiled,
952 extract the uncompiled version, modify, then recompile.
953 (font-lock-remove-keywords): Likewise.
954 (font-lock-fontify-keywords-region): Handle changed format.
955 (font-lock-compile-keywords): Handle changed format.
956 (font-lock-set-defaults): Compile the keywords explicitly here.
957
958 2004-06-24 David Kastrup <dak@gnu.org>
959
960 * replace.el (query-replace-read-args): Implement `\,' and `\#'
961 replacements here.
962 (query-replace-regexp): Doc string explaining this and the new
963 `\?' replacement. Remove `\,' and `\#' implementation here, as it
964 is better placed in `query-replace-read-args'.
965 (replace-regexp): Explain `\,', `\#' and `\?'.
966 (replace-match-data): New function for thorough reuse/destruction
967 of old match-data.
968 (replace-match-maybe-edit): Function for implementing `\?' editing.
969 (perform-replace): Fix maintaining of the match stack including
970 already matched regions, implement `\?', fix various problems
971 with regions while editing and other stuff.
972 (replace-highlight): Simplify.
973
974 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
975
976 * progmodes/grep.el (grep-error-screen-columns): New variable.
977 (grep-regexp-alist): Give it the full functionality of gnu style
978 compilation messages with line and column ranges. Ask me for the
979 perl script I'm working on, that uses these.
980
981 2004-06-23 Nick Roberts <nickrob@gnu.org>
982
983 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
984 Remove.
985 (comint-insert-input, comint-mouse-insert-input): New functions
986 based on comint-insert-clicked-input for two bindings but just
987 one functionality.
988
989 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
990
991 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
992
993 2004-06-23 Lars Hansen <larsh@math.ku.dk>
994
995 * files.el (write-contents-functions): Doc fix.
996
997 2004-06-21 Juanma Barranquero <lektu@terra.es>
998
999 * image.el (image-library-alist): Rewrite docstring in active voice.
1000
1001 2004-06-20 Richard M. Stallman <rms@gnu.org>
1002
1003 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1004
1005 * isearch.el (isearch-repeat): Avoid testing old match data.
1006 (isearch-message): Display trailing space in special font
1007 when search is failing.
1008 (isearch-search-fun-function): Doc fix.
1009
1010 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1011
1012 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1013
1014 * frame.el (show-trailing-whitespace): Doc fix.
1015
1016 * cus-edit.el (custom-variable-documentation): New function.
1017 (custom-variable): Use it.
1018
1019 2004-06-19 Nick Roberts <nickrob@gnu.org>
1020
1021 * man.el (Man-getpage-in-background): Revert previous change but
1022 make cygwin a special case.
1023
1024 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1025
1026 * autorevert.el (global-auto-revert-non-file-buffers):
1027 Update docstring.
1028
1029 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1030
1031 * progmodes/compile.el (compilation-error-properties): Store one
1032 more than end-col, if present, so that transient-mark-mode will
1033 highlight last char too.
1034 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1035 ranges, if present.
1036
1037 2004-06-18 Jason Rumney <jasonr@gnu.org>
1038
1039 * makefile.w32-in: Double percent signs in for loops.
1040
1041 2004-06-17 David Kastrup <dak@gnu.org>
1042
1043 * replace.el (query-replace-read-args): Only warn about use of \n
1044 and \t when we are doing a regexp replacement and the actual
1045 escaped character is n or t.
1046 (query-replace-regexp): Add \, and \# interpretation to
1047 interactive call and document it.
1048 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1049 as shortkey for replace-count.
1050 (replace-quote): New function for doubling backslashes.
1051
1052 2004-06-17 Juanma Barranquero <lektu@terra.es>
1053
1054 * files.el (parse-colon-path, cd): Mention in docstring that the
1055 path separator is colon in GNU-like systems.
1056
1057 * newcomment.el (comment-region-internal): Fix docstring.
1058
1059 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1060 (ewoc-invalidate, ewoc-collect): Doc fixes.
1061 (ewoc--create-node, ewoc--delete-node-internal):
1062 Fix typos in docstring.
1063
1064 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1065
1066 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1067 manual to docstring.
1068
1069 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1070
1071 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1072
1073 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1074
1075 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1076 Add hyperlink to emacs-xtra manual to docstring.
1077
1078 * autorevert.el (global-auto-revert-non-file-buffers):
1079 Add hyperlink to emacs-xtra manual to docstring, as well as an
1080 info-link.
1081
1082 2004-06-14 Juanma Barranquero <lektu@terra.es>
1083
1084 * image.el (image-library-alist): New variable to map image types
1085 to external libraries. Initialized to nil, unless system-specific
1086 configs change it.
1087 (image-type-available-p): Determine whether an image type is
1088 available by calling `init-image-library'.
1089
1090 * term/w32-win.el (image-library-alist): Initialize to a known set
1091 of probable library names.
1092
1093 2004-06-14 Kenichi Handa <handa@m17n.org>
1094
1095 * international/code-pages.el (windows-1256, cp1125): Fix tables
1096 for several characters.
1097
1098 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1099
1100 2004-06-13 Richard M. Stallman <rms@gnu.org>
1101
1102 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1103
1104 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1105 not "`pc-selection-mode'".
1106
1107 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1108
1109 * simple.el (previous-matching-history-element): Specify a default.
1110
1111 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1112
1113 * cus-face.el (custom-declare-face): Simplify code.
1114
1115 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1116
1117 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1118
1119 * files.el (before-save-hook): Add `time-stamp' to the options.
1120
1121 * time-stamp.el (time-stamp): Recommend adding it to
1122 `before-save-hook', rather than `write-file-functions'.
1123 Make a similar change in `Commentary' section.
1124
1125 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1126
1127 * diff-mode.el (diff-current-defun): If at start of hunk, use
1128 position of first change.
1129
1130 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1131
1132 * dired-x.el (dired-mark-omitted): Bind to "*O".
1133
1134 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1135
1136 * bookmark.el (bookmark-bmenu-relocate): New function, as
1137 suggested by David J. Biesack <David.Biesack@sas.com>.
1138 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1139 (bookmark-bmenu-mode): Describe binding in doc string.
1140 (bookmark-set-filename): Save the bookmark list if it's time.
1141
1142 2004-06-13 Kenichi Handa <handa@m17n.org>
1143
1144 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1145 (ccl-untranslated-to-ucs): Fix typo.
1146
1147 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1148
1149 * progmodes/python.el (python-open-block-statement-p):
1150 Fix indentation after a block opening that contains a comment.
1151
1152 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1153
1154 * bindings.el (completion-ignored-extensions): Add file extensions
1155 of Python byte-compiled files.
1156
1157 2004-06-12 Juri Linkov <juri@jurta.org>
1158
1159 * info.el (Info-goto-node): Add autoload.
1160 (Info-toc): Add substring-no-properties on Info file name.
1161 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1162 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1163
1164 2004-06-12 Kenichi Handa <handa@m17n.org>
1165
1166 * international/mule-cmds.el (set-language-environment):
1167 Load subst tables if necessary.
1168
1169 * international/mule.el (decode-char): Load subst tables if necessary.
1170 (encode-char): Likewise.
1171
1172 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1173 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1174 (utf-16le-decode-loop): Set r5 to -1 before loop.
1175 (utf-16be-decode-loop): Likewise.
1176 (ccl-decode-mule-utf-16le): Add EOF processing block.
1177 (ccl-decode-mule-utf-16be): Likewise.
1178 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1179 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1180 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1181 (ccl-mule-utf-16-encode-untrans): New CCL.
1182 (utf-16-decode-to-ucs): Handle pre-read character.
1183 (utf-16le-encode-loop): Handle surrogate pair.
1184 (utf-16be-encode-loop): Likewise.
1185 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1186 of utf-16le-encode-loop.
1187 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1188 of utf-16be-encode-loop.
1189 (mule-utf-16-post-read-conversion):
1190 Call utf-8-post-read-conversion at first.
1191 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1192 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1193 Add post-read-conversion and pre-write-conversion.
1194
1195 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1196 (utf-translate-cjk-unicode-range): New variable.
1197 (utf-translate-cjk-load-tables): New function.
1198 (utf-lookup-subst-table-for-decode): New function.
1199 (utf-lookup-subst-table-for-encode): New function.
1200 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1201 tables here. Update safe-charsets of utf-* coding systems.
1202 (ccl-mule-utf-untrans): New CCL.
1203 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1204 at end of each branch.
1205 (ccl-mule-utf-8-encode-untrans): New CCL.
1206 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1207 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1208 length of encoding. Don't return r0.
1209 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1210 (utf-8-post-read-conversion): Narrow to region properly.
1211 If utf-translate-cjk-mode is on, load tables if necessary.
1212 Call utf-8-compose with hash-table arg if necessary.
1213 Call XXX-compose-region instead of XXX-post-read-convesion.
1214 (utf-8-pre-write-conversion): New function.
1215 (mule-utf-8): Include CJK charsets in safe-charsets if
1216 utf-translate-cjk-mode is on. Add pre-write-conversion.
1217
1218 * international/characters.el: Temporarily set
1219 utf-translate-cjk-mode to nil.
1220
1221 * language/devan-util.el (devanagari-compose-region):
1222 Add autoload cookie.
1223
1224 * international/ccl.el (ccl-dump-call): Fix printing the
1225 subroutine name.
1226
1227 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1228
1229 * dired.el (dired-revert): If buffer is marked unmodified before
1230 reverting, keep it marked unmodified.
1231 Adapt to new conventions for commenting out code.
1232 (dired-make-relative): Adapt to new conventions for commenting out code.
1233
1234 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1235
1236 * eshell/esh-module.el (eshell-load-defgroups):
1237 Bind `vc-handled-backends' to nil when opening files.
1238
1239 2004-06-11 Juanma Barranquero <lektu@terra.es>
1240
1241 * files.el (parse-colon-path, cd): Doc fixes (refer to
1242 `path-separator', not colon).
1243
1244 2004-06-10 Juanma Barranquero <lektu@terra.es>
1245
1246 * newcomment.el (comment-search-forward)
1247 (comment-search-backward): Fix typos in docstring.
1248 (comment-region): Doc fix.
1249
1250 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1251
1252 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1253 switch is no longer stored in `dired-switches-alist'.
1254
1255 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1256 `dired-switches-alist'.
1257
1258 2004-06-10 Kim F. Storm <storm@cua.dk>
1259
1260 * pcvs.el (cvs-mode-diff-yesterday): New command.
1261
1262 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1263
1264 2004-06-10 Juri Linkov <juri@jurta.org>
1265
1266 * emacs-lisp/edebug.el (edebug-eval-defun):
1267 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1268 Fix docstring.
1269
1270 * simple.el (eval-expression-print-format): Don't print additional
1271 information on the first call to `eval-print-last-sexp'.
1272 (next-error-find-buffer): Fix punctuation.
1273 (killing) <defgroup>: Fix punctuation.
1274 (yank-excluded-properties): Change group from editing to killing.
1275
1276 * replace.el (perform-replace): Use `limit' to terminate the
1277 while-loop explicitly.
1278
1279 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1280
1281 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1282 Use lc-*.xpm as prefix instead of *-locol.xpm.
1283
1284 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1285 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1286 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1287 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1288 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1289 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1290 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1291 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1292 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1293 * toolbar/lc-up_arrow.xpm:
1294 Renamed from *-locol.xpm.
1295
1296 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1297
1298 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1299 include forms like &<str>; as valid url patterns.
1300
1301 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1302
1303 * dired.el (dired-diff, dired-backup-diff)
1304 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1305 (dired-do-chown, dired-do-touch, dired-do-print)
1306 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1307 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1308 (dired-create-directory, dired-do-copy, dired-do-symlink)
1309 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1310 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1311 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1312 (dired-maybe-insert-subdir, dired-next-subdir)
1313 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1314 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1315 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1316 (dired-run-shell-command, dired-query): Remove redundant,
1317 or incorrect, autoloads.
1318
1319 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1320 does not end in a slash. Add optional argument KILL-ROOT.
1321 Update docstring.
1322 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1323 (dired-query): Add autoloads.
1324
1325 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1326
1327 * progmodes/compile.el (compilation-set-window-height):
1328 Rearrange the save-* functions because a buffer can have several current
1329 point in different windows.
1330 (compilation-error-regexp-alist-alist): Recognize {standard input}
1331 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1332
1333 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1334
1335 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1336 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1337 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1338 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1339 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1340 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1341 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1342 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1343 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1344 * toolbar/up_arrow-locol.xpm:
1345 New versions of icons that uses fewer colors.
1346
1347 * toolbar/tool-bar.el (tool-bar-local-item)
1348 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1349 if display-color-cells is 256 or less.
1350
1351 2004-06-08 Kim F. Storm <storm@cua.dk>
1352
1353 * wid-edit.el (widget-specify-button): Use hand pointer rather
1354 than mouse-face as visible mouse-over effect.
1355
1356 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1357
1358 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1359 and `print-level' to nil when writing out `save-place-alist'.
1360 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1361
1362 2004-06-07 Juanma Barranquero <lektu@terra.es>
1363
1364 * completion.el (completion-kill-region): Doc fix.
1365
1366 * format.el (format-insert-annotations)
1367 (format-annotate-location): Doc fixes.
1368 (format-subtract-regions): Make arguments match their use in docstring.
1369
1370 * simple.el (kill-region): Doc fix.
1371
1372 * subr.el (insert-buffer-substring-no-properties)
1373 (insert-buffer-substring-as-yank): Doc fixes.
1374
1375 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1376
1377 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1378 Update docstring.
1379 (dired-reset-subdir-switches): New function.
1380
1381 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1382 Limit scope of `buffer-read-only' binding.
1383
1384 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1385
1386 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1387 eshell-explicit-command-char.
1388
1389 2004-06-06 Juanma Barranquero <lektu@terra.es>
1390
1391 * help-fns.el (help-argument-name): Inherit from italic face only
1392 if the frame supports it.
1393
1394 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1395
1396 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1397 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1398 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1399 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1400 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1401 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1402 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1403 New conversions from xpm files.
1404
1405 * toolbar/README: New file.
1406
1407 2004-06-06 Richard M. Stallman <rms@gnu.org>
1408
1409 * isearch.el (isearch-mode-map): Undo previous change.
1410
1411 2004-06-05 Juri Linkov <juri@jurta.org>
1412
1413 * bindings.el (debug-ignored-errors): Add regexps for history
1414 related messages. Remove $ from "No further undo information".
1415 Move Ediff's messages to ediff.el.
1416
1417 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1418
1419 * cus-edit.el (custom-display): Add `min-colors'.
1420
1421 * custom.el (defface): Add `supports' to docstring.
1422
1423 * help-fns.el (help-argument-name): Add :group 'help.
1424
1425 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1426
1427 * find-dired.el (find-ls-subdir-switches): New user option.
1428 (find-dired): No longer call `abbreviate-file-name' on DIR.
1429 Set `dired-subdir-switches' buffer-locally.
1430
1431 * locate.el: Merge the two `Commentary' sections.
1432 (locate-ls-subdir-switches): New user option.
1433 (locate): Update for other changes.
1434 (locate-mode-map): Restore Dired binding for mouse-2.
1435 Bind `locate-mouse-view-file' to M-mouse-2.
1436 Bind `l' to `locate-do-redisplay'.
1437 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1438 (locate-mouse-view-file, locate-tags, locate-find-directory):
1439 Print message if used outside main listing.
1440 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1441 Various changes to support inserted subdirectories.
1442 (locate-insert-header): Change header of *Locate* buffer.
1443
1444 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1445 Change interactive default switches.
1446 (dired-rename-subdir-2): Update `dired-switches-alist'.
1447 (dired-insert-subdir, dired-kill-subdir):
1448 Handle `dired-switches-alist'. Do not mark buffer modified.
1449 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1450 (dired-insert-subdir-doinsert): Omit messages.
1451 Handle `dired-subdir-switches'.
1452 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1453
1454 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1455 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1456 subdirs if -R switch is used for a subdir.
1457 (dired-mode): Set `dired-switches-alist'.
1458 (dired-build-subdir-alist): Only print number of directories in
1459 echo area when invoked interactively.
1460
1461 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1462
1463 * dired-x.el (dired-omit-mode): Rename from
1464 dired-omit-files-p. Use define-minor-mode to define it.
1465 (dired-omit-files-p): Add as alias for dired-omit-mode.
1466 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1467 dired-mark-omitted.
1468 (dired-mark-omitted): Add. Bind to M-O.
1469
1470 2004-06-05 Kenichi Handa <handa@m17n.org>
1471
1472 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1473
1474 2004-06-05 Juanma Barranquero <lektu@terra.es>
1475
1476 * help-fns.el (help-argument-name): Reintroduce face.
1477 (help-default-arg-highlight): Use it, now that
1478 `face-differs-from-default-p' can be trusted.
1479
1480 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1481
1482 * textmodes/table.el: Sentence commands added to Point Motion
1483 group; kill and backward-kill commands added to Extraction group.
1484
1485 2004-06-04 Mario Lang <mlang@delysid.org>
1486
1487 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1488 systems appear to use mW, make the code handle this. Fix a
1489 division-by-zero bug while at it, and handle kernels with
1490 a slightly different layout in /proc/acpi.
1491
1492 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1493
1494 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1495 because the latter is a CL-ism. This fixes the bug reported by
1496 Shawn Boyette <mdxi@collapsar.net> in
1497 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1498
1499 2004-06-04 Miles Bader <miles@gnu.org>
1500
1501 * faces.el (display-supports-face-attributes-p): Function moved to
1502 C code. Previously only the tty-related portion of this function
1503 was done in C; however the previous attempt to do a halfway-proper
1504 job for non-tty displays in lisp didn't work properly because of
1505 funny conditions during Emacs startup.
1506 (face-differs-from-default-p): Simplify, now that
1507 display-supports-face-attributes-p works properly on all display
1508 types. Remove :stipple from comparison; it doesn't really work
1509 in emacs anyway.
1510
1511 2004-06-04 Miles Bader <miles@gnu.org>
1512
1513 * faces.el (face-differs-from-default-p): Use a different
1514 implementation, so we can really check whether FACE displays
1515 differently or not.
1516
1517 2004-06-04 Miles Bader <miles@gnu.org>
1518
1519 * faces.el (display-supports-face-attributes-p): Implement a
1520 `different from default' check for non-tty displays.
1521
1522 2004-06-03 David Kastrup <dak@gnu.org>
1523
1524 * woman.el (woman-mapcan): More concise code.
1525 (woman-topic-all-completions, woman-topic-all-completions-1)
1526 (woman-topic-all-completions-merge): Replace by a simpler and
1527 much faster implementation based on O(n log n) sort/merge instead
1528 of the old O(n^2) behavior.
1529
1530 2004-06-03 Miles Bader <miles@gnu.org>
1531
1532 * subr.el (read-number): Use canonical format for default in prompt.
1533
1534 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1535 Add regexp for " [...]" style defaults.
1536
1537 2004-06-02 Romain Francoise <romain@orebokech.com>
1538
1539 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1540 groups: if the user asks for a hidden buffer, open the
1541 corresponding filter group to expose it.
1542
1543 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1544 `ibuffer-jump-to-buffer'.
1545 (ibuffer-jump-offer-only-visible-buffers): New user option.
1546
1547 2004-06-02 Juanma Barranquero <lektu@terra.es>
1548
1549 * faces.el (frame-update-faces): Add empty docstring so the one
1550 for `ignore' doesn't show through.
1551
1552 * subr.el (process-kill-without-query): Remove spurious "\n" on
1553 obsolescence string.
1554 (focus-frame, unfocus-frame): Add obsolescence declaration and
1555 empty docstring.
1556
1557 * international/mule.el (register-char-codings): Make alias for
1558 `ignore'. Move docstring to obsolescence info and remove redundancy.
1559
1560 2004-06-02 Kim F. Storm <storm@cua.dk>
1561
1562 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1563 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1564
1565 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * comint.el (comint-replace-by-expanded-history-before-point):
1568 Obey `start' as the docstring says.
1569 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1570 (comint-update-fence): Prevent font-lock from running unnecessarily.
1571 (comint-dynamic-list-completions): Use with-current-buffer.
1572
1573 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1574
1575 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1576 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1577 (bibtex-entry-update): Handle alternatives and optional fields.
1578 (bibtex-parse-entry): Bugfix, handle empty key.
1579
1580 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1583
1584 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1585
1586 * desktop.el (desktop-save): Don't save minor modes without a
1587 known mode initialization function.
1588
1589 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1590
1591 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1592
1593 * autorevert.el: Update `Commentary' section.
1594
1595 2004-05-30 Juanma Barranquero <lektu@terra.es>
1596
1597 * dos-fns.el (convert-standard-filename):
1598 * files.el (convert-standard-filename):
1599 * w32-fns.el (convert-standard-filename):
1600 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1601
1602 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1603
1604 Sync with Tramp.
1605
1606 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1607 (tramp-let-maybe): Move to an earlier spot in the file.
1608 Patch by Andreas Schwab.
1609
1610 2004-05-30 Andreas Schwab <schwab@suse.de>
1611
1612 * dired.el (dired-get-filename): Don't use dired-re-dot.
1613
1614 2004-05-30 Richard M. Stallman <rms@gnu.org>
1615
1616 * files.el (find-file): Doc fix.
1617
1618 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1619
1620 2004-05-30 Nick Roberts <nickrob@gnu.org>
1621
1622 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1623 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1624 modeline of the locals buffer.
1625 (gdb-goto-breakpoint): Handle gdbmi.
1626 (gdb-get-frame-number): Change for gdbmi.
1627
1628 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1629
1630 * files.el (file-remote-p): Apply file name handler for operation
1631 `file-remote-p'. It isn' a property any longer.
1632 (file-relative-name): `fh' and `fd' get the required value via
1633 `find-file-name-handler' already.
1634
1635 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1636 (top): Remove setting of `file-remote-p' property for
1637 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1638
1639 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1640
1641 Version 2.0.41 of Tramp released.
1642
1643 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1644 Throw away if process has died.
1645 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1646 (tramp-out-of-band-prompt-regexp): Rename to
1647 `tramp-process-alive-regexp', because its usage is widen.
1648 (tramp-actions-copy-out-of-band): Apply it.
1649 (tramp-actions-before-shell, tramp-multi-actions):
1650 Add `tramp-action-process-alive' action.
1651 (tramp-action-process-alive): New defun.
1652 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1653 Add entry for `file-remote-p'.
1654 (tramp-handle-file-remote-p): New defun.
1655 (top): Remove setting of `file-remote-p'. Don't set
1656 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1657
1658 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1659 `file-remote-p'.
1660
1661 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1662 counted for (last) line. [They should or they shouldn't? --Stef]
1663 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1664
1665 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1666
1667 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1668 not really necessary but seems to keep the shell history smaller
1669 in some cases. It is no substitute for setting HISTFILE and
1670 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1671 though. Suggested by Luc Teirlinck.
1672 (tramp-open-connection-setup-interactive-shell): Export variables
1673 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1674 (tramp-set-process-query-on-exit-flag): New compat function.
1675 (tramp-open-connection-multi, tramp-open-connection-su)
1676 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1677 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1678 (tramp-let-maybe): New macro, let-binds a variable only if it
1679 isn't obsolete.
1680 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1681 (tramp-handle-file-truename): Use it.
1682 (tramp-completion-file-name-regexp-unified): Avoid matching
1683 filenames starting with "/:" -- those are reserved for
1684 file-name-non-special.
1685
1686 * tramp-smb.el (tramp-smb-open-connection):
1687 Use tramp-set-process-query-on-exit-flag compat function.
1688
1689 2004-05-29 Richard M. Stallman <rms@gnu.org>
1690
1691 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1692
1693 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1694 (eval-last-sexp-print-value): Print char equivalent regardless
1695 of standard-output value.
1696
1697 * thumbs.el (thumbs-subst-char-in-string): Delete.
1698 (thumbs-thumbname): Use subst-char-in-string.
1699 (thumbs-resize-image): Use condition-case, not ignore-errors.
1700 (thumbs-kill-buffer): Likewise.
1701
1702 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1703 (thumbs-mode): Make buffer read-only.
1704 (thumbs-make-thumb): Unconditionally accept an existing file.
1705 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1706 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1707 (thumbs-show-thumbs-list): Error if images not supported.
1708 (thumbs-save-current-image): Improve prompt string.
1709 (thumbs-mode-map): Define u, R, x.
1710 (thumbs-unmark): New command.
1711 (thumbs-emboss-image): Minor cleanup.
1712 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1713 (thumbs-rename-images): New command.
1714 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1715
1716 * thumbs.el (thumbs-current-image): New function.
1717 (thumbs-file-list, thumbs-file-alist): New functions.
1718 (thumbs-find-image): Delete arg L.
1719 Don't set up thumbs-fileL as buffer-local global var.
1720 (thumbs-find-image-at-point): Use thumbs-current-image.
1721 (thumbs-set-image-at-point-to-root-window): Likewise.
1722 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1723 Record and warn about errors. Update thumbs-markedL for deletions.
1724 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1725 (thumbs-redraw-buffer): Use thumbs-file-list.
1726 (thumbs-mark): Use thumbs-current-image.
1727 (thumbs-show-name): Use thumbs-current-image.
1728
1729 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1730 and imenu--last-menubar-index-alist.
1731
1732 * subr.el (with-selected-window): Undo previous change.
1733
1734 2004-05-29 John Paul Wallington <jpw@gnu.org>
1735
1736 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1737 (thumbs-mouse-find-image): New command.
1738 (thumbs-mode-map): Bind it to mouse-2.
1739 (thumbs-mode): Make mode-class special.
1740 (thumbs-view-image-mode): Likewise.
1741
1742 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1743
1744 * flymake.el: New file.
1745
1746 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1747
1748 * files.el (find-file-noselect-1): Do not bind
1749 `inhibit-read-only' to t during execution of
1750 `find-file-not-found-functions'.
1751
1752 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1755 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1756
1757 2004-05-28 Juri Linkov <juri@jurta.org>
1758
1759 * simple.el (eval-expression-print-format): New fun.
1760
1761 * simple.el (eval-expression):
1762 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1763 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1764 (edebug-eval-expression): Print additionally the value returned by
1765 `eval-expression-print-format'.
1766
1767 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1768 (insert-pair): Make arguments optional. Find character pair
1769 from `insert-pair-alist' according to the last input event.
1770 (insert-parentheses): Make arguments optional.
1771 (raise-sexp, delete-pair): New funs.
1772
1773 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1774 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1775 Bind C-M-q to `indent-pp-sexp'.
1776
1777 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1778 `pp-to-string' modified to be able to format text with newlines.
1779 (pp-to-string): Move the buffer-formatting part of the code to
1780 `pp-buffer'. Call `pp-buffer'.
1781
1782 * info.el (Info-desktop-buffer-misc-data): Don't save information
1783 about virtual files.
1784 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1785 buffers with names obtained from the desktop file instead of the
1786 default *info* buffer.
1787
1788 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * subr.el (with-selected-window): Only save/restore the selected window.
1791
1792 * progmodes/compile.el (compilation-error-regexp-alist):
1793 Use expand-file-name and data-directory.
1794
1795 * progmodes/grep.el (grep-tree): Rework previous fix.
1796
1797 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1798 after the user marked text with the mouse.
1799
1800 * startup.el (command-line): Keep the first regexp of
1801 auto-save-file-name-transforms intact.
1802
1803 2004-05-28 Juanma Barranquero <lektu@terra.es>
1804
1805 * cus-edit.el (customize-face, customize-face-other-window)
1806 (custom-face-edit-delete): Make arguments match their use in
1807 docstring.
1808 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1809 docstring.
1810
1811 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1812 not `cvs-butlast'.
1813
1814 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1815 `nbutlast' are in subr.el).
1816
1817 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1818 (set-w32-system-coding-system): Doc fixes.
1819
1820 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1821 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1822 Make arguments match their use in docstring.
1823 (artist-draw-region-trim-line-endings)
1824 (artist-mouse-choose-operation): Fix typo in docstring.
1825 (artist-key-set-point-common): Doc fix.
1826
1827 2004-05-28 Simon Josefsson <jas@extundo.com>
1828
1829 * mail/smtpmail.el (smtpmail-open-stream):
1830 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1831
1832 2004-05-26 Simon Josefsson <jas@extundo.com>
1833
1834 * starttls.el: Merge with my GNUTLS based starttls.el.
1835 (starttls-gnutls-program, starttls-use-gnutls)
1836 (starttls-extra-arguments, starttls-process-connection-type)
1837 (starttls-connect, starttls-failure, starttls-success): New variables.
1838 (starttls-program, starttls-extra-args): Doc fix.
1839 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1840 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1841 and pass on to corresponding *-gnutls function if it is set.
1842
1843 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1844
1845 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1846 remote files.
1847
1848 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1849
1850 * files.el (file-name-non-special): There are more operations
1851 which need handling: `find-backup-file-name',
1852 `insert-file-contents', `verify-visited-file-modtime',
1853 `write-region'. Rename t value of method to `add'. Add new
1854 methods `quote' and `unquote-then-quote' to file-arg-indices.
1855
1856 2004-05-25 Juri Linkov <juri@jurta.org>
1857
1858 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1859 (Info-index-nodes): Enclose code in condition-case to catch errors.
1860 (Info-index-node): Don't search all index nodes if request is only
1861 for the current node and file is not in the cache of index nodes.
1862 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1863 for consistency with dired-copy-filename-as-kill.
1864 Bind `S' to Info-search-case-sensitively.
1865 (Info-copy-current-node-name): New arg. With zero prefix arg put
1866 the name inside a function call to `info'. Display copied text in
1867 the echo area.
1868
1869 2004-05-25 Sam Steingold <sds@gnu.org>
1870
1871 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1872 strip the package prefix from the symbol name, if any.
1873 Make it the `find-tag-default-function' for `lisp-mode'.
1874
1875 2004-05-25 John Paul Wallington <jpw@gnu.org>
1876
1877 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1878 instead of obsolete `process-kill-without-query'.
1879
1880 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1881 Declare as variable, not constant.
1882
1883 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1884
1885 * files.el (find-file-noselect-1): Fix bug introduced by
1886 Revision 1.694. As a side effect, `inhibit-read-only'
1887 is again, by default, t during execution of
1888 `find-file-not-found-functions'.
1889 (insert-directory): Check that lines were really inserted by
1890 the --dired switch, before erasing them.
1891
1892 2004-05-24 Nick Roberts <nickrob@gnu.org>
1893
1894 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1895 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1896 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1897 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1898 gud-minor-mode (gdbmi).
1899
1900 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1901
1902 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1903 explicitly select the text to be taken as URL.
1904
1905 2004-05-23 Juri Linkov <juri@jurta.org>
1906
1907 * info.el (Info-index-nodes): New var and fun.
1908 (Info-goto-index, Info-index, info-apropos)
1909 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1910 (Info-index): Fix docstring. Store and restore Info-history-list.
1911 (Info-complete-nodes): New var.
1912 (Info-complete-menu-item): Use it.
1913 (Info-index-node): New fun.
1914 (Info-final-node, Info-forward-node, Info-backward-node)
1915 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1916 Use Info-index-node.
1917 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1918 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1919 (Info-find-node-2): If a node with period in its name not found,
1920 try to find a node without the name part after period.
1921 (Info-select-node): Call Info-fontify-node only if
1922 Info-fontify-maximum-menu-size is not nil.
1923 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1924 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1925 Preserve Info-history-list.
1926 (Info-toc): Set Info-current-file.
1927 (Info-build-toc): Move point to the beginning of the buffer.
1928 Add main-file variable.
1929 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1930 Use backslashed representation of the control character ^_.
1931
1932 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1933 numbers in the new Texinfo 4.7 format.
1934
1935 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1936 regexps for function and variable names.
1937
1938 * descr-text.el (describe-property-list): Add [show] button for
1939 `syntax-table' property with action to pp to a separate buffer.
1940 (describe-char): Replace search-forward by re-search-forward with
1941 whitespace regexp after "character:" to not fail in too narrow windows.
1942
1943 * simple.el (next-error-find-buffer): Add a rule to return
1944 next-error capable buffer if one window on the selected frame
1945 displays such buffer.
1946
1947 2004-05-23 Nick Roberts <nickrob@gnu.org>
1948
1949 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1950 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1951 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1952 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1953 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1954 Handle new value for gud-minor-mode (gdbmi).
1955 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1956 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1957 Change from local to global gdb variable set.
1958 (gdb-ann3): Initialise above gdb variable set.
1959 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1960 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1961 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1962 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1963 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1964 (gdb-info-locals-handler, gdb-invalidate-assembler)
1965 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1966 set as global variables.
1967 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1968 Handle gdbmi.
1969 (gdb-info-breakpoints-custom): Fix regexp.
1970 (def-gdb-var): Delete.
1971
1972 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1973 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1974 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1975 a new mode. The file (gdb-mi.el) for this mode will be included
1976 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1977 primary interface.
1978
1979 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1980
1981 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1982 interpreted as a directory.
1983
1984 2004-05-22 Richard M. Stallman <rms@gnu.org>
1985
1986 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1987 as a close quote.
1988
1989 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1990
1991 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1992 Use assoc-string, not assoc-ignore-case.
1993
1994 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1995
1996 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1997 If moving back then fwd gets a defun that ends before point,
1998 try again moving fwd then back.
1999
2000 * files.el (file-name-non-special): Allow t in file-arg-indices
2001 to mean requote the return value. Use `identity' as an element
2002 rather than as the whole value.
2003
2004 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2005
2006 2004-05-22 Juanma Barranquero <lektu@terra.es>
2007
2008 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2009 `help-make-usage'.
2010 (help-highlight-arguments): Skip function name before searching
2011 for arguments.
2012
2013 2004-05-21 Juanma Barranquero <lektu@terra.es>
2014
2015 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2016 Don't mention in the docstring these arguments meant for
2017 internal (recursive) use only.
2018 (allout-char-spec): Comment out (it's not implemented).
2019 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2020 obsolescence declaration.
2021 (allout-flatten-exposed-to-buffer)
2022 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2023 (my-mark-marker): Doc fix.
2024 (produce-allout-mode-map, allout-sibling-index)
2025 (allout-isearch-expose, allout-distinctive-bullet)
2026 (allout-open-topic, allout-reindent-body)
2027 (allout-rebullet-heading, allout-process-exposed)
2028 (allout-insert-listified, allout-latex-verb-quote)
2029 (allout-insert-latex-header, allout-insert-latex-trailer):
2030 Make arguments match their use in docstring.
2031 (allout-primary-bullet, allout-old-style-prefixes)
2032 (allout-inhibit-protection, allout-init, allout-mode)
2033 (allout-before-change-protect, allout-flag-region):
2034 Use "Emacs" instead of "emacs" in docstrings.
2035
2036 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2037
2038 * international/characters.el: Modify syntax of more characters.
2039
2040 2004-05-21 Masatake YAMATO <jet@gyve.org>
2041
2042 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2043 (etags-tags-completion-table): Show parsing progress.
2044
2045 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2046
2047 * locate.el (locate-prompt-for-command): Shorten first line of
2048 docstring.
2049 (locate-mode): Expand docstring and include keymap summary.
2050
2051 * files.el (find-file-noselect-1): Limit the scope of the
2052 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2053 is, by default, nil during the execution of
2054 `find-file-not-found-functions' and `find-file-hook'.
2055
2056 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2057
2058 * facemenu.el (facemenu-color-name-equal): New function.
2059 (list-colors-display): Use it to compare colors instead of
2060 facemenu-color-equal.
2061
2062 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2063
2064 * compare-w.el (compare-windows-face): Use min-colors instead of
2065 checking for tty or pc types.
2066
2067 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2070 (completion-setup-function): Use with-current-buffer.
2071 Properly save excursion. Simplify.
2072 Don't assume there is necessarily a `mouse-face' property somewhere.
2073
2074 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2075
2076 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2077
2078 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2079 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2080 Use with-current-buffer.
2081 (byte-goto-log-buffer): Delete.
2082 (byte-compile-log-file): Call compilation-forget-errors.
2083
2084 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2085
2086 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2087 output messages into the search result.
2088
2089 2004-05-19 Masatake YAMATO <jet@gyve.org>
2090
2091 * wid-edit.el (widget-radio-button-notify): Revert my last
2092 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2093
2094 2004-05-19 Kenichi Handa <handa@m17n.org>
2095
2096 * international/characters.el: Fix syntax (open/close) of CJK chars.
2097
2098 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2099
2100 * help-mode.el (help-go-back): Don't depend on position of back button.
2101
2102 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2105 files files don't contain an accidental additional /.
2106
2107 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2108 in source buffer.
2109
2110 2004-05-18 Masatake YAMATO <jet@gyve.org>
2111
2112 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2113 to widget-apply. :action method assumes 2 arguments, not 3.
2114
2115 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2116
2117 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2118 New constants.
2119 (hs-special-modes-alist): Add an f90-mode entry.
2120
2121 2004-05-17 Sam Steingold <sds@gnu.org>
2122
2123 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2124 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2125
2126 2004-05-16 Kim F. Storm <storm@cua.dk>
2127
2128 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2129
2130 2004-05-15 John Wiegley <johnw@newartisans.com>
2131
2132 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2133 (eshell-output-object-to-target): Improve output speed 20% by not
2134 calling `eshell-stringify' if something is already known to be a string.
2135
2136 2004-05-15 Alex Ott <ott@jet.msk.su>
2137
2138 * textmodes/ispell.el (ispell-local-dictionary-alist):
2139 Add windows-1251 to the choice of coding systems.
2140 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2141 encoded in cp1251.
2142
2143 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2144
2145 * progmodes/compile.el (compilation-warning-face)
2146 (compilation-info-face): Use min-colors.
2147
2148 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2149
2150 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2151 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2152 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2153 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2154 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2155 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2156 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2157 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2158 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2159 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2160 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2161 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2162 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2163 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2164
2165 2004-05-15 Kim F. Storm <storm@cua.dk>
2166
2167 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2168 Use it to set triggered-p element of timer.
2169 (timer-event-handler): Set triggered-p element non-nil while running
2170 the timer function.
2171
2172 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * descr-text.el (describe-char-unicode-data)
2175 (describe-char-unicodedata-file): Re-enable the unicode code now that
2176 the licensing issues have been cleared in the unicode-4 license.
2177 (describe-text-properties-1): Remove unused `overlay' var.
2178 (describe-char): Remove unused var `buffer'.
2179
2180 2004-05-14 David Ponce <david@dponce.com>
2181
2182 * tree-widget.el: New file.
2183
2184 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2185
2186 * language/european.el ("Brazilian Portuguese"): Add support for
2187 Brazilian Portuguese.
2188
2189 2004-05-13 John Wiegley <johnw@newartisans.com>
2190
2191 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2192 `recentf-mode' if this variable has been customized to t.
2193
2194 * eshell/esh-test.el (eshell-test): Call the function
2195 `emacs-version' rather than trying to build a custom version string.
2196
2197 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * net/telnet.el (telnet-mode): Use define-derived-mode.
2200 Don't modify the global value of comint-prompt-regexp.
2201
2202 2004-05-13 John Paul Wallington <jpw@gnu.org>
2203
2204 * version.el (emacs-version): Check for `gtk' feature before
2205 `x-toolkit' feature.
2206
2207 2004-05-13 Juanma Barranquero <lektu@terra.es>
2208
2209 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2210 arguments in the docstring, they're used only in recursive calls.
2211
2212 * help-fns.el (help-arg-highlighting-function)
2213 (help-argument-name): Delete.
2214 (help-default-arg-highlight): New function.
2215 (help-do-arg-highlighting): Use it.
2216
2217 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2218
2219 * calendar/appt.el (appt-disp-window):
2220 Use `calendar-set-mode-line' for a centered mode-line.
2221
2222 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2223
2224 * calendar/appt.el (appt-disp-window): Do not split window
2225 excessively when `split-height-threshold' is low.
2226
2227 2004-05-12 Nick Roberts <nickrob@gnu.org>
2228
2229 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2230 kill-buffer-hook here and make it local.
2231 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2232
2233 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2234
2235 * progmodes/compile.el (compilation-set-window-height):
2236 Use save-excursion to protect against misplaced marker.
2237
2238 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2239
2240 * custom.el (defface): Document that type can have value gtk.
2241
2242 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2243
2244 2004-05-12 Kenichi Handa <handa@m17n.org>
2245
2246 * descr-text.el: Require quail at comile time.
2247 (describe-char): If an input method is on and it supports the
2248 character, show how to input it.
2249
2250 * international/quail.el (quail-install-decode-map): Accept a
2251 char-table whose subtype is `quail-decode-map'.
2252 (quail-store-decode-map-key, quail-gen-decode-map1)
2253 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2254 (quail-show-key): New functions.
2255
2256 2004-05-12 Juanma Barranquero <lektu@terra.es>
2257
2258 * generic.el (define-generic-mode): Remove redundant arglist info.
2259
2260 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2261 Make arguments match their use in docstring.
2262 (help-arg-highlighting-function): New variable.
2263 (help-argument-name): Mention it in the docstring.
2264 (help-do-arg-highlight): Use it. Expand regexp to accept also
2265 ARG-xxx and xxx-ARG references.
2266
2267 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2268
2269 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2270 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2271 and "mailto:addr1?to=addr2" equal.
2272
2273 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2274
2275 * man.el (Man-getpage-in-background): Use shell-file-name
2276 and shell-command-switch variables instead of hard-coded values.
2277
2278 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2279
2280 * iimage.el: New file.
2281
2282 2004-05-11 Juanma Barranquero <lektu@terra.es>
2283
2284 * custom.el (custom-initialize-default, defcustom):
2285 Fix typo in docstring.
2286
2287 * files.el (set-visited-file-name, file-expand-wildcards):
2288 Fix docstring.
2289
2290 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2293
2294 * subr.el (eventp): Be more discriminating with integers.
2295
2296 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2297
2298 * progmodes/compile.el (compile): Add universal prefix arg.
2299 (compilation-error-regexp-alist-alist): Add edg patterns.
2300
2301 2004-05-10 Sam Steingold <sds@gnu.org>
2302
2303 * textmodes/ispell.el (ispell-message):
2304 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2305
2306 2004-05-10 Dave Love <fx@gnu.org>
2307
2308 * progmodes/python.el (help-buffer): Autoload when compiling.
2309 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2310 (run-python): Prepend to any existing PYTHONPATH.
2311
2312 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2313
2314 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2315 for pending breakpoints.
2316
2317 2004-05-10 Richard M. Stallman <rms@gnu.org>
2318
2319 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2320 directly without calling any functions in Rmail.
2321 (unrmail-unprune): Function deleted.
2322
2323 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2326 C-c C-z binding.
2327
2328 2004-05-10 Kenichi Handa <handa@m17n.org>
2329
2330 * descr-text.el (describe-char): Fix previous change. Don't make
2331 a unibyte character to multibyte in the *Help* buffer.
2332
2333 2004-05-10 Miles Bader <miles@gnu.org>
2334
2335 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2336 buffer an error if the debugger process is actually running.
2337
2338 2004-05-10 Juanma Barranquero <lektu@terra.es>
2339
2340 * help-fns.el (help-argument-name): Default to italic.
2341 (help-highlight-arguments): Return always (usage . doc), even when
2342 usage is nil.
2343
2344 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2345 (define-ibuffer-filter): Add usage info.
2346 (define-ibuffer-op): Add usage info (but CL-style defaults for
2347 keyword args are not shown).
2348
2349 * subr.el (remove-overlays, read-passwd): Fix docstring.
2350 (start-process-shell-command): Fix docstring. Put usage info in a
2351 format usable by `describe-function'.
2352 (open-network-stream, open-network-stream-nowait)
2353 (open-network-stream-server): Fix docstring.
2354
2355 2004-05-09 Jason Rumney <jasonr@gnu.org>
2356
2357 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2358 Only define cp125* if windows-125* is already defined.
2359
2360 * language/korean.el (cp949): Add alias.
2361
2362 * language/chinese.el (cp936, cp950): Add aliases.
2363
2364 * language/japanese.el (cp932): Add alias.
2365
2366 * term/w32-win.el: Require code-pages.
2367
2368 * international/mule-cmds.el (set-locale-environment):
2369 On MS-Windows use ansi code-page for default coding-systems.
2370 Set up paper sizes for Windows 3 letter languages.
2371
2372 * international/code-pages.el (cp932, cp936, cp949, cp950):
2373 Add aliases. Also add cp125* if not already defined.
2374
2375 2004-05-09 Juanma Barranquero <lektu@terra.es>
2376
2377 * help-fns.el (help-highlight-arguments): Don't try to highlight
2378 missing or autoloaded arglists. Accept structured arguments, like
2379 the first ones of `do' and `flet'.
2380
2381 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2382 (cvs-get-marked): Remove redundant arglist info.
2383
2384 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2385 Don't use CL-style default args.
2386
2387 2004-05-08 Andreas Schwab <schwab@suse.de>
2388
2389 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2390
2391 * international/subst-ksc.el: Fix references to utf-translate-cjk
2392 into utf-translate-cjk-mode.
2393 * international/subst-big5.el: Likewise.
2394 * international/subst-gb2312.el: Likewise.
2395 * international/subst-jis.el: Likewise.
2396 * international/utf-16.el: Likewise.
2397 * international/utf-8.el: Likewise.
2398
2399 2004-05-08 John Wiegley <johnw@newartisans.com>
2400
2401 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2402 "virtual buffers" (off by default), which makes it possible to
2403 switch to the "virtual" buffers of recently visited files. When a
2404 buffer name search fails, and this option is on, iswitchb will
2405 look at the list of recently visited files, and permit matching
2406 against those names. When the user hits RET on a match, it will
2407 revisit that file.
2408 (iswitchb-read-buffer): Add two optional arguments, which makes
2409 isearchb.el possible.
2410 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2411 (iswitchb-next-match): Add support for virtual buffers.
2412
2413 * isearchb.el: This module extends iswitchb to provide "as you
2414 type" buffer selection.
2415
2416 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2417 Ignore the read-only property when flyspell highlighting is on.
2418 Not ignoring it leads to a series of confusing errors.
2419 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2420 but also make sure to call flyspell-incorrect-hook.
2421 (flyspell-maybe-correct-transposition): Perform transposition test
2422 by bit twiddling a string, rather than using a temp buffer.
2423 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2424 buffer. This is also the original version of the code, which
2425 could not be checked in before due to a previous lack of
2426 assignment papers. This version has seen heavy usage on my system
2427 for several years now.
2428
2429 * calendar/cal-bahai.el: New file, which adds support for the
2430 Baha'i calendar to Emacs. This calendar is based on a solar year
2431 of 19 months of 19 days, with 4 intercalary days. Each year
2432 begins on March 21, with the calendar starting in 1844.
2433
2434 * calendar/cal-menu.el, calendar/calendar.el,
2435 calendar/diary-lib.el, calendar/holidays.el: Added support for
2436 using cal-bahai.el.
2437
2438 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2439 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2440 function can be used outside of eshell buffers.
2441 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2442
2443 2004-05-08 Juanma Barranquero <lektu@terra.es>
2444
2445 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2446 word constituent so FOO-ARG is not recognized as an arg.
2447 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2448
2449 * simple.el (next-error): Fix typo in docstring.
2450 (open-line): Make argument names match their use in docstring.
2451 (split-line): Fix docstring.
2452
2453 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2454 usable by `describe-function'.
2455 (gensym, gentemp, typep, ignore-errors): Make argument names match
2456 their use in docstring.
2457
2458 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2459 argument to `help-setup-xref'.
2460
2461 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2462
2463 Version 2.0.40 of Tramp released.
2464
2465 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2466 Use symbol-function to invoke functions only known on some Emacs
2467 flavors. This avoids byte-compiler warnings. Reported by Kevin
2468 Scaldeferri <kevin@scaldeferri.com>.
2469 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2470 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2471 consistent with the other tramp-do-* functions.
2472 (tramp-do-copy-or-rename-file): Calls adjusted.
2473 (tramp-process-initial-commands): Avoid liveness check on shell --
2474 we know that it must be alive since we're opening a connection at
2475 this moment.
2476 (tramp-last-cmd): New internal variable.
2477 (tramp-process-echoes): New tunable.
2478 (tramp-send-command): Set tramp-last-cmd.
2479 (tramp-wait-for-output): Delete echo, if applicable.
2480 (tramp-read-passwd): Construct the key for the password cache in a
2481 way that works for multi methods, too.
2482 (tramp-bug): Add backup-directory-alist and
2483 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2484
2485 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2486
2487 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2488
2489 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2490 (tramp-actions-copy-out-of-band): New defcustoms.
2491 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2492 used instead of a synchronous one. Allows password entering.
2493 (tramp-action-out-of-band): New defun.
2494 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2495 Remove restriction with password from doc string.
2496 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2497 `tramp-out-of-band-prompt-regexp',
2498 `tramp-actions-copy-out-of-band', `password-cache' and
2499 `password-cache-expiry'.
2500 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2501 password caching.
2502 (tramp-touch): FILE can be a local file, too.
2503 (TODO): Remove items done.
2504 (tramp-handle-insert-directory): Properly quote file name also if
2505 not full-directory-p. Handle wildcard case. Reported by Andreas
2506 Schwab <schwab@suse.de>.
2507 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2508 new file.
2509 (tramp-handle-file-local-copy, tramp-handle-write-region):
2510 The permissions of the temporary file are set if filename exists.
2511 Reported by Ted Stern <stern@cray.com>.
2512 (tramp-backup-directory-alist)
2513 (tramp-bkup-backup-directory-info): New defcustoms.
2514 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2515 (tramp-handle-find-backup-file-name): New function.
2516 Implements Tramp's find-backup-file-name.
2517
2518 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2519 for `find-backup-file-name'.
2520
2521 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2522 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2523
2524 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2525
2526 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2527
2528 2004-05-07 Juanma Barranquero <lektu@terra.es>
2529
2530 * subr.el (lambda): Add arglist description to docstring.
2531 (declare): Fix typo in docstring.
2532 (open-network-stream): Fix docstring.
2533 (process-kill-without-query): Fix docstring and add obsolescence info.
2534 (last, butlast, nbutlast): Make arguments match their use in docstring.
2535 (insert-buffer-substring-no-properties): Likewise.
2536 (insert-buffer-substring-as-yank): Likewise.
2537 (split-string): Fix docstring.
2538
2539 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2540 Make argument names match their use in docstring.
2541
2542 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2543
2544 2004-05-06 Nick Roberts <nickrob@gnu.org>
2545
2546 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2547 Fit first sentence on one line for apropos-command.
2548
2549 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2550
2551 Changes largely merged in from Dave Love's code.
2552 * progmodes/python.el: Doc fixes.
2553 (python-mode-map): Add python-complete-symbol.
2554 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2555 (python-comment-indent, python-complete-symbol)
2556 (python-symbol-completions, python-partial-symbol)
2557 (python-try-complete): New.
2558 (python-indent-line): Remove optional arg. Use python-block-end-p.
2559 (python-check): Bind compilation-error-regexp-alist.
2560 (inferior-python-mode): Use rx. Move keybindings to top level.
2561 Set comint-input-filter.
2562 (python-preoutput-filter): Use rx.
2563 (python-input-filter): Re-introduce.
2564 (python-proc): Start new process if necessary.
2565 Check python-buffer non-nil.
2566 (view-return-to-alist): Defvar.
2567 (python-send-receive): New.
2568 (python-eldoc-function): Use it.
2569 (python-mode-running): Don't defvar.
2570 (python-mode): Set comment-indent-function.
2571 Maybe update hippie-expand-try-functions-list.
2572 (python-indentation-levels): Initialize differently.
2573 (python-block-end-p): New.
2574 (python-indent-line): Use it.
2575 (python-compilation-regexp-alist): Augment.
2576 (run-python): Import `emacs' module to Python rather than loading
2577 code directly. Set python-buffer differently.
2578 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2579 Use python-proc.
2580 (python-send-command): Go to end of comint buffer.
2581 (python-load-file): Use python-proc, emacs.eimport.
2582 (python-describe-symbol): Simplify interactive form.
2583 Use emacs.help. Do use temp-buffer-show-hook.
2584 Call print-help-return-message.
2585 (hippie-exp): Require when compiling.
2586 (python-preoutput-continuation): Use rx.
2587
2588 * diff-mode.el (diff-make-unified): Fix regexp.
2589
2590 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2591
2592 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2593 filter groups from the buffer when rebuilding the Ibuffer buffer
2594 and `ibuffer-show-empty-filter-groups' is nil.
2595
2596 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2597
2598 * ps-print.el (ps-print-quote): Call ps-value-string.
2599 (ps-setup): Call ps-comment-string.
2600 (ps-value-string, ps-comment-string): New funs.
2601
2602 2004-05-06 Juanma Barranquero <lektu@terra.es>
2603
2604 * ehelp.el (electric-help-command-loop): Check whether the last
2605 character is visible, not (point-max).
2606
2607 * help-fns.el (help-argument-name): Default to bold; don't inherit
2608 from font-lock-variable-name-face.
2609 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2610
2611 2004-05-05 Kenichi Handa <handa@m17n.org>
2612
2613 * descr-text.el (describe-char): Copy the character with text
2614 properties and overlays into the first line, and call
2615 describe-text-properties on it.
2616
2617 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2618
2619 * iswitchb.el (iswitchb-global-map): Fix typo.
2620 Remove unwanted ###autoloads from source file.
2621
2622 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2623
2624 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2625 in run-hooks. Use substitute-command-keys in message.
2626 (wdired-abort-changes): Add message.
2627
2628 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2629
2630 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2631 (sql-emacs20-p): Remove.
2632 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2633 (sql-builtin-face, sql-doc-face): Remove.
2634 (sql-mode-ansi-font-lock-keywords)
2635 (sql-mode-oracle-font-lock-keywords)
2636 (sql-mode-postgres-font-lock-keywords)
2637 (sql-mode-linter-font-lock-keywords)
2638 (sql-mode-ms-font-lock-keywords)
2639 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2640 (sql-product-font-lock): Fix font-lock reset when font rules change.
2641 (sql-highlight-product): Remove incorrect font-lock reset logic.
2642
2643 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2644
2645 * ses.el (ses-set-parameter): Fix typo.
2646
2647 2004-05-04 Kim F. Storm <storm@cua.dk>
2648
2649 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2650 Must expand directory for completion to work; and don't mess with
2651 process-environment.
2652 (ido-read-file-name): If command has ido property, don't use ido
2653 if value is ignore, or read as directory if value is dir.
2654 Set ido ignore property for dired-do-rename command.
2655
2656 2004-05-04 Juanma Barranquero <lektu@terra.es>
2657
2658 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2659 (electric-help-help): Check against unmapped commands.
2660
2661 * help-fns.el (help-argument-name): New face, inheriting from
2662 font-lock-variable-name-face, to highlight function arguments in
2663 `describe-function' and `describe-key'.
2664 (help-do-arg-highlight): Auxiliary function to highlight a given
2665 list of arguments in a string.
2666 (help-highlight-arguments): Highlight the function arguments and
2667 all uses of them in the docstring.
2668 (describe-function-1): Use it. Do docstring output via `insert',
2669 not 'princ', so text attributes are preserved.
2670
2671 * winner.el (winner-mode-map): Move `winner-undo' and
2672 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2673 previous bindings conflict with `prev-buffer', `next-buffer').
2674
2675 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2676
2677 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2678 (bibtex-entry-update): New command bound to C-c C-u.
2679 (bibtex-text-in-string): Fix regexp.
2680 (bibtex-assoc-of-regexp): Remove.
2681 (bibtex-progress-message): Fix docstring.
2682 (bibtex-inside-field): Use if.
2683 (bibtex-assoc-regexp): New function.
2684 (bibtex-format-entry): Make code more robust so that it formats
2685 also old entries.
2686 (bibtex-autokey-demangle-title): Merge with obsolete function
2687 bibtex-assoc-of-regexp.
2688 (bibtex-field-list): New function.
2689 (bibtex-entry): Use bibtex-field-list.
2690 (bibtex-parse-entry): Fix docstring.
2691 (bibtex-print-help-message): Use bibtex-field-list.
2692 (bibtex-make-field): Use bibtex-field-list.
2693 (bibtex-entry-index): Bugfix. Return crossref key if required.
2694 (bibtex-lessp): Fix docstring.
2695
2696 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2697
2698 * select.el (xselect-convert-to-string): Move comment to intended line.
2699
2700 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2701
2702 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2703 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2704
2705 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2706
2707 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2708 x-get-selection.
2709
2710 2004-05-03 Jason Rumney <jasonr@gnu.org>
2711
2712 * makefile.nt: Remove.
2713
2714 2004-05-03 Kim F. Storm <storm@cua.dk>
2715
2716 * emulation/cua-base.el (cua--update-indications): Fix last change.
2717 (cua-mode): Deactivate mark when cua-mode is enabled.
2718
2719 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2720
2721 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2722
2723 2004-05-03 Nick Roberts <nickrob@gnu.org>
2724
2725 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2726 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2727 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2728 window over visible frames.
2729 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2730
2731 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * progmodes/compile.el (compilation-gcpro): New var.
2734 (compilation-fake-loc): Use it.
2735 (compilation-forget-errors): Reset it.
2736
2737 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2738
2739 * diff-mode.el (diff-header-face, diff-file-header-face):
2740 Use min-colors.
2741
2742 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2743
2744 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2745 (bibtex-clean-entry): Disentangle code.
2746 (bibtex-realign): New function.
2747 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2748 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2749 Remove undocumented optional arg called-by-convert-alien.
2750 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2751 for sorting instead of bibtex-sort-buffer.
2752
2753 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2754
2755 * progmodes/compile.el (compilation-start): In the
2756 no-async-subprocesses branch, call sit-for to give redisplay a
2757 chance to show the updated process status in the mode line, and
2758 fontify the buffer explicitly after the process exits.
2759
2760 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * progmodes/python.el (python-compilation-line-number): Remove.
2763 (python-compilation-regexp-alist): Don't use it any more.
2764 (python-orig-start, python-input-filter): Remove.
2765 (inferior-python-mode): Don't set up comint-input-filter-functions.
2766 (python-send-region): Use compilation-fake-loc.
2767
2768 * progmodes/compile.el (compilation-messages-start): New var.
2769 (compilation-mode): Don't setup next-error-function here.
2770 (compilation-setup): Set it up here instead (for minor modes as well).
2771 Make compilation-messages-start buffer local.
2772 (compilation-next-error-function): Use it.
2773 (compilation-forget-errors): Set compilation-messages-start.
2774
2775 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2776
2777 * ielm.el (ielm-prompt-read-only): Update docstring.
2778
2779 * comint.el (comint-prompt-read-only): Update docstring.
2780 (comint-update-fence, comint-kill-whole-line)
2781 (comint-kill-region): New functions.
2782
2783 * simple.el (kill-whole-line): Use "p" instead of "P" in
2784 interactive form.
2785
2786 2004-05-01 Juanma Barranquero <lektu@terra.es>
2787
2788 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2789 format arglist so default values in CL-style argument lists are
2790 correctly shown.
2791
2792 2004-05-01 Jason Rumney <jasonr@gnu.org>
2793
2794 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2795
2796 2004-05-01 Kenichi Handa <handa@m17n.org>
2797
2798 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2799 quail file if it is up to date.
2800
2801 2004-04-30 Juri Linkov <juri@jurta.org>
2802
2803 * cus-edit.el (custom-mode-map):
2804 Add key binding `C-x C-s' to `Custom-save'.
2805
2806 * outline.el (outline-blank-line): New var.
2807 (outline-next-preface, outline-show-heading)
2808 (outline-end-of-subtree): Use it.
2809
2810 * dired-aux.el (dired-touch-initial): New fun.
2811 (dired-do-chxxx): Call it for op-symbol `touch'.
2812 (dired-diff): Use `dired-dwim-target-directory'
2813 if current dired buffer has no buffer mark.
2814
2815 * bindings.el (propertized-buffer-identification):
2816 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2817 Add C-M-arrow keys for consistency.
2818
2819 * files.el (confirm-kill-emacs):
2820 Change group from top-level `emacs' to `convenience'.
2821
2822 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2823 Push mark on the first call of successive command calls.
2824 (insert-pair): New fun created from `insert-parentheses' with
2825 `open' and `close' arguments added. Enclose active regions
2826 in paired characters. Compare adjacent characters syntax with
2827 inserted characters syntax before inserting a space.
2828 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2829
2830 * delsel.el: Don't put `delete-selection' property
2831 on `insert-parentheses' symbol to take advantage of
2832 region handling in `insert-pair' function.
2833 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2834
2835 2004-04-30 Kim F. Storm <storm@cua.dk>
2836
2837 * emulation/cua-base.el: Add support for changing cursor types;
2838 based on patch from Michael Mauger.
2839 (cua-normal-cursor-color, cua-read-only-cursor-color)
2840 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2841 Customization cursor type and/or cursor color.
2842 (cua--update-indications): Handle cursor type changes.
2843 (cua-mode): Update cursor indications if enabled.
2844
2845 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2846
2847 * mouse.el (mouse-drag-copy-region): New defcustom.
2848 (mouse-set-region, mouse-drag-region-1): Use it.
2849
2850 * simple.el (kill-ring-save): If region face background color is
2851 unspecified (if no highlighting), show extent of fully visible
2852 region even if transient-mark-mode is enabled.
2853
2854 * emulation/cua-base.el (cua--standard-movement-commands):
2855 Add cua-scroll-up and cua-scroll-down.
2856 (cua-scroll-up, cua-scroll-down): New commands.
2857 (cua--init-keymaps): Remap scroll-up and scroll-down.
2858
2859 * emulation/cua-rect.el (cua--convert-rectangle-as):
2860 New defmacro.
2861 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2862 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2863 New commands (suggested by Jordan Breeding).
2864
2865 2004-04-30 Juanma Barranquero <lektu@terra.es>
2866
2867 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2868
2869 2004-04-30 Mario Lang <mlang@delysid.org>
2870
2871 * diff.el (diff-switches): Fix typo in docstring.
2872
2873 2004-04-30 Alex Schroeder <alex@gnu.org>
2874
2875 * xml.el (xml-debug-print-internal): Don't add newline and
2876 indentation to text nodes and write empty elements as empty tags
2877 instead of opening and closing tags.
2878 (xml-debug-print): Take optional indent-string argument.
2879 (xml-print): Alias for xml-debug-print.
2880
2881 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2882
2883 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2884 than duplicate call to `line-beginning-position'.
2885
2886 * progmodes/f90.el (f90-get-present-comment-type):
2887 Return whitespace, as well as comment chars, for consistent filling
2888 of comment blocks. Use `match-string-no-properties'.
2889 (f90-break-line): Trim trailing whitespace when filling comments.
2890
2891 2004-04-30 Dave Love <fx@gnu.org>
2892
2893 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2894 (diary-from-outlook-internal, diary-from-outlook)
2895 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2896 New functions to import diary entries from Outlook-format
2897 appointments in mail messages.
2898
2899 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * progmodes/python.el (python-send-command): New fun.
2902 (python-send-region, python-load-file): Use it.
2903
2904 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2905
2906 * help-fns.el (help-C-file-name): Use new subr-name.
2907 Prepend `src/' to the file name.
2908 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2909 (describe-function-1, describe-variable): Only find a C source file
2910 name if DOC is already loaded.
2911
2912 * help-mode.el (help-function-def, help-variable-def):
2913 Use the new find-function-search-for-symbol functionality.
2914 Allow FILE to be `C-source'.
2915
2916 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2917 (find-function-C-source): New fun.
2918 (find-function-search-for-symbol): Use it.
2919
2920 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2921
2922 * progmodes/sql.el (sql-product-alist): Rename variable
2923 `sql-product-support'. Add Postgres login parameters.
2924 (sql-set-product, sql-product-feature): Update with renamed variable.
2925 (sql-connect-postgres): Add username prompt.
2926 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2927 Make patterns less product specific.
2928 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2929 (sql-mode-abbrev-table): Modify initialization.
2930 (sql-builtin-face): Add variable.
2931 (sql-keywords-re): Add macro.
2932 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2933 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2934 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2935 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2936 (sql-mode-linter-font-lock-keywords)
2937 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2938 (sql-mode-sybase-font-lock-keywords)
2939 (sql-mode-informix-font-lock-keywords)
2940 (sql-mode-interbase-font-lock-keywords)
2941 (sql-mode-ingres-font-lock-keywords)
2942 (sql-mode-solid-font-lock-keywords)
2943 (sql-mode-sqlite-font-lock-keywords)
2944 (sql-mode-db2-font-lock-keywords): Default to nil.
2945 (sql-product-font-lock): Always highlight ANSI keywords.
2946 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2947 (sql-send-string): Add function.
2948
2949 2004-04-29 Dave Love <fx@gnu.org>
2950
2951 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2952 (cfengine-end-of-defun): Ensure progress through buffer.
2953
2954 * info-look.el (cfengine-mode): Accept a terminal ().
2955
2956 2004-04-29 Juri Linkov <juri@jurta.org>
2957
2958 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2959 instead of isearch-yank-word-or-char. Add new key bindings for
2960 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2961 (isearch-del-char): New fun.
2962 (isearch-forward, isearch-edit-string): Update docstring.
2963 (isearch-yank-char): Doc fix.
2964 (isearch-other-meta-char): Restore point after scrolling.
2965
2966 * progmodes/compile.el (compilation-context-lines): Add nil option
2967 to disable compilation output window scrolling.
2968 (compilation-set-window): Use it.
2969
2970 * outline.el (outline-next-preface, outline-show-heading):
2971 Don't leave unhidden blank line before heading.
2972 (outline-end-of-subtree): Include last newline into subtree.
2973 (hide-entry): Leave point at beginning of heading instead of end.
2974 (outline-up-heading): Push mark for the first call of successive
2975 command calls.
2976
2977 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2978
2979 * comint.el (comint-prompt-read-only): New variable.
2980 (comint-output-filter): Implement it.
2981
2982 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2983 (ielm-prompt-internal): New variable.
2984 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2985 (ielm-send-input): Delete unused variable `buf'.
2986 (ielm-eval-input): Use `ielm-prompt-internal'.
2987 (inferior-emacs-lisp-mode): Use new variables
2988 `comint-prompt-read-only' and `ielm-prompt-internal'.
2989 Get rid of obsolete variable `directory-sep-char'.
2990 (ielm): Use `zerop'.
2991
2992 2004-04-29 John Paul Wallington <jpw@gnu.org>
2993
2994 * thumbs.el (toplevel): Require cl at compile time.
2995 Remove conditional definitions of `ignore-errors' and `caddar'
2996 because they occur at run time.
2997
2998 2004-04-28 Nick Roberts <nickrob@gnu.org>
2999
3000 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3001 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3002 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3003 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3004
3005 * progmodes/gud.el (gud-common-init): Throw an error if program is
3006 already running under gdb.
3007
3008 2004-04-28 John Paul Wallington <jpw@gnu.org>
3009
3010 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3011 (thumbs-show-image-num): Move assignment of
3012 `thumbs-current-image-filename' within scope of `i'.
3013 (thumbs-emboss-image): Don't use `evenp'.
3014
3015 2004-04-28 Richard M. Stallman <rms@gnu.org>
3016
3017 * progmodes/compile.el (compilation-context-lines): Default now 0.
3018
3019 2004-04-28 Juanma Barranquero <lektu@terra.es>
3020
3021 Use `time-less-p' from calendar/time-date.el instead of defining
3022 custom versions of it.
3023
3024 * pcomplete.el (pcomplete-time-less-p): Remove.
3025
3026 * thumbs.el (time-less-p): Remove.
3027
3028 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3029 (timeclock-generate-report): Use `time-less-p'.
3030
3031 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3032 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3033
3034 2004-04-28 Masatake YAMATO <jet@gyve.org>
3035
3036 * subr.el (remove-overlays): Make arguments optional.
3037
3038 * wid-edit.el (widget-specify-button): Put evaporate to the
3039 overlay for sample.
3040 (widget-specify-sample): Put evaporate to the overlay for sample.
3041 (widget-specify-doc): Put evaporate to the overlay for documentation.
3042
3043 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3044
3045 * info.el (info-apropos): Make it an index node. Align node names
3046 like makeinfo.
3047
3048 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3049
3050 * net/browse-url.el (browse-url-netscape-sentinel)
3051 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3052 (browse-url-epiphany-sentinel, browse-url-mosaic):
3053 Use browse-url-*-program instead of a literal program name.
3054
3055 2004-04-27 Kevin Ryde <user42@zip.com.au>
3056
3057 * eshell/em-alias.el:
3058 * eshell/em-dirs.el:
3059 * eshell/em-hist.el:
3060 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3061 features when M-x customize-group loads modules before the main
3062 eshell.el.
3063
3064 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3065
3066 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3067 either a character representation of an event or an event
3068 description list.
3069
3070 * type-break.el: Capitalise Emacs and Lisp.
3071 (type-break-good-break-interval, type-break-demo-boring-stats)
3072 (type-break-terse-messages, type-break-file-name): New defcustoms.
3073 (type-break-post-command-hook)
3074 (type-break-warning-countdown-string): Quote variable names in doc.
3075 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3076 (type-break-mode): Document type-break-good-break-interval and the
3077 "session" file. Schedule break according to the session file.
3078 Kill session file buffer on exit. Organise for save-some-buffers
3079 to always save the session file.
3080 (type-break-mode-line-message-mode, type-break-query-mode):
3081 Uppercase arguments.
3082 (type-break-file-time, type-break-file-keystroke-count, timep)
3083 (type-break-choose-file, type-break-get-previous-time)
3084 (type-break-get-previous-count): New defuns.
3085 (type-break): Avoid break querying after a completed break in the
3086 case where the query was initiated during user invocation of the
3087 break. Optional terse messages.
3088 Use type-break-good-break-interval if type-break-good-rest-interval is
3089 nil. File the break time.
3090 (type-break-schedule): New optional args for overriding the use of
3091 the current time.
3092 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3093 after a break.
3094 (type-break-check): File the keystroke count.
3095 (type-break-do-query): Prevent a second query when the break is
3096 interrupted. Optional terse message.
3097 (type-break-keystroke-reset): Record the start of a typing interval.
3098 (type-break-demo-boring): Optional terse messages. Display word
3099 per minute and keystroke counts according to
3100 type-break-demo-boring-stats.
3101
3102 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3103
3104 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3105 directories, make sure they exist under archive-tmpdir.
3106
3107 2004-04-27 Juri Linkov <juri@jurta.org>
3108
3109 * help.el (view-emacs-news): With argument, display info for the
3110 selected version by finding it among different NEWS files, and
3111 narrowing the buffer to the selected version.
3112
3113 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3114 same-window-buffer-names.
3115 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3116 non-numeric prefix argument, append the number to the buffer name
3117 for numeric prefix argument.
3118 (info-other-window): Bind same-window-regexps to nil.
3119 (Info-reference-name): Rename to Info-point-loc.
3120 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3121 and Info-find-index-name for stringy Info-point-loc.
3122 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3123 without middle `.', but with final `.' and optional line number
3124 for it. Set Info-point-loc for index nodes.
3125 (Info-index): Remove middle `.' from index entry regexp.
3126 Modify line number regexp.
3127 (Info-index-next): Decrement line number.
3128 (info-apropos): Remove middle `.' from index entry regexp.
3129 Add optional line number regexp at the end. Add matched value
3130 for line number to the result list and insert it to the buffer.
3131 Replace match-string by match-string-no-properties.
3132 Reorder result list.
3133 (Info-fontify-node): Hide index line numbers.
3134 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3135 empty matches.
3136 (Info-follow-reference): Use `str' instead of
3137 Info-following-node-name-re.
3138 (Info-toc): Use full file names. Set Info-current-node to "Top".
3139 (Info-fontify-node): Compare file names without directory name.
3140 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3141 Set second arg of Info-extract-menu-node-name for index nodes.
3142 (info-xref-visited): Use magenta3 instead of magenta4.
3143 (Info-mode): Add info-apropos to docstring.
3144
3145 * log-view.el (log-view-diff): Replace interactive code "r"
3146 by a list to allow to call it even if region is not active.
3147
3148 * paren.el (show-paren-highlight-openparen): New var.
3149 (show-paren-function): Turn on openparen highlighting when
3150 matching forward if show-paren-highlight-openparen is non-nil.
3151
3152 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3153 the constant value 1.
3154 (completions-common-part): Expand docstring.
3155
3156 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3157
3158 2004-04-27 Kim F. Storm <storm@cua.dk>
3159
3160 * image.el (insert-sliced-image): Use line-height instead of
3161 line-spacing property on newline.
3162
3163 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3164
3165 * desktop.el (desktop-buffer-misc-data-function): Rename to
3166 desktop-save-buffer and change docstring.
3167 (desktop-buffer-modes-to-save): Delete.
3168 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3169 desktop-buffer-modes-to-save.
3170 (desktop-save): Rename desktop-buffer-misc-data-function to
3171 desktop-save-buffer and allow non-function value.
3172 (desktop-missing-file-warning): Correct docstring.
3173
3174 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3175 to desktop-save-buffer.
3176
3177 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3178 desktop-save-buffer.
3179
3180 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3181
3182 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3183
3184 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3185
3186 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3187
3188 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3189
3190 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3191 (ielm): Only go to the end of the buffer when starting a new process.
3192
3193 2004-04-25 Juanma Barranquero <lektu@terra.es>
3194
3195 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3196 mode line. Bind `inhibit-read-only' to t before modifying
3197 properties of text in the buffer.
3198 (ielm): Force point to the end of buffer, even when running ielm
3199 from inside itself.
3200
3201 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3202
3203 * info.el (info-apropos): Reset Info-complete-cache.
3204
3205 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3206
3207 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3208 Also recognize severe Irix et al. messages.
3209 (compilation-normalize-filename, compile-abbreviate-directory):
3210 Delete functions.
3211 (compilation-get-file-structure): New function inherits
3212 functionality of the two preceding ones.
3213 (compilation-internal-error-properties, compilation-fake-loc):
3214 Use it so that different paths to the same file share the same
3215 markers. Also optimize finding adjacent marker slightly.
3216
3217 2004-04-25 Kim F. Storm <storm@cua.dk>
3218
3219 * image.el (insert-sliced-image): Add line-spacing t property
3220 to newlines separating image lines.
3221
3222 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3223
3224 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3225
3226 * ielm.el (ielm-prompt-read-only): New user option.
3227 (ielm-prompt): Expand docstring to describe new behavior.
3228 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3229 mention it in the docstring.
3230
3231 2004-04-24 Andreas Schwab <schwab@suse.de>
3232
3233 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3234
3235 * diff.el (diff): Set default-directory in diff buffer.
3236
3237 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3238
3239 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3240 mail was being composed if the terminal cannot display more than
3241 one frame; instead, switch to previous frame.
3242
3243 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3244 (rmail-start-mail): Support rmail-mail-new-frame even on
3245 terminals that can display only one frame at a time.
3246
3247 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3250 (checkdoc-output-font-lock-keywords): Remove error regexp.
3251 (checkdoc-output-mode-map): Remove.
3252 (checkdoc-output-mode): Derive from compilation-mode.
3253 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3254
3255 * dired.el (dired-mode-map): Add a menu entry for wdired.
3256
3257 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3258 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3259
3260 * wdired.el: (wdired-mode-map): Move init into declaration.
3261 Fix `return' binding.
3262 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3263 Use force-mode-line-update.
3264 (wdired-get-filename): Use `unless'.
3265 (wdired-preprocess-files): Don't assume names have no \n and use / for
3266 dir separator.
3267 (wdired-normalize-filename): Use replace-regexp-in-string.
3268 (wdired-load-hooks): Remove.
3269 (wdired-mode-hooks): Rename to wdired-mode-hook.
3270
3271 * info-look.el: Add support for cfengine-mode.
3272 (info-lookup-setup-mode): Use dolist.
3273
3274 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3275
3276 * wdired.el: New file.
3277
3278 2004-04-23 Juanma Barranquero <lektu@terra.es>
3279
3280 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3281
3282 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3283 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3284 (pcomplete--help, pcomplete--here): Doc fixes.
3285
3286 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3287
3288 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3289 handles wrong-number-of-arguments in backend call.
3290
3291 * vc.el (vc-print-log): Likewise.
3292
3293 2004-04-20 Dave Love <fx@gnu.org>
3294
3295 * emacs-lisp/rx.el: Doc fixes.
3296 (rx-constituents): Add/extend many forms.
3297 (rx-check): Check form is a list.
3298 (bracket): Defvar.
3299 (rx-check-any, rx-any, rx-check-not): Modify.
3300 (rx-not): Simplify.
3301 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3302 (rx-kleene): Use rx-trans-forms.
3303 (rx-quote-for-set): Delete.
3304 (rx): Allow multiple args.
3305
3306 2004-04-23 Kenichi Handa <handa@m17n.org>
3307
3308 * international/mule-util.el (char-displayable-p): Simplify by
3309 using internal-char-font.
3310
3311 2004-04-23 Juanma Barranquero <lektu@terra.es>
3312
3313 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3314
3315 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * diff-mode.el (diff-next-error): New fun.
3318 (diff-mode): Use it.
3319
3320 * simple.el (next-error): Change arg name.
3321 Add support for the documented C-u C-x ` usage.
3322
3323 * frame.el (special-display-popup-frame, next-multiframe-window)
3324 (previous-multiframe-window): Only consider frames on same display.
3325
3326 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3327
3328 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3329 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3330
3331 2004-04-22 Kim F. Storm <storm@cua.dk>
3332
3333 * net/telnet.el (telnet): Add optional port arg.
3334
3335 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3338 Minor sanity check on the `hyperlink' slot.
3339
3340 * Makefile.in (recompile): Compile new files.
3341
3342 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3343 Add byte-recompile-directory's optional `arg'.
3344
3345 * cvs-status.el (cvs-tree-use-charset): New var.
3346 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3347 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3348 (cvs-status-cvstrees): Use it.
3349
3350 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3351 Make it a normal major mode.
3352 (checkdoc-buffer-label): Make sure the file name is meaningful.
3353 (checkdoc-output-to-error-buffer): Remove.
3354 (checkdoc-error, checkdoc-start-section): Rewrite.
3355
3356 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3357 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3358 (Info-title-4-face): Use new syntax.
3359 (info-xref-visited): Inherit from info-xref.
3360
3361 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3362
3363 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3364
3365 * simple.el (next-error-last-buffer, next-error-function):
3366 New variables for the next-error framework.
3367 (next-error-buffer-p): New function.
3368 (next-error-find-buffer): Generalize compilation-find-buffer.
3369 (next-error, previous-error, first-error, next-error-no-select)
3370 (previous-error-no-select): Move from compile.el.
3371
3372 * replace.el (occur-next-error, occur-1): Hook into the next-error
3373 framework.
3374
3375 * progmodes/compile.el (compilation-start):
3376 Set next-error-last-buffer so next-error knows where to jump.
3377 (compilation-setup): Set the buffer-local variable
3378 next-error-function to 'compilation-next-error-function.
3379 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3380 alternate way to find if a buffer is a compilation buffer, for
3381 next-error convenience.
3382 (next-error-no-select, previous-error-no-select, next-error)
3383 (previous-error, first-error): Move to simple.el.
3384 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3385 (compilation-last-buffer): Remove.
3386 (compilation-start, compilation-next-error, compilation-setup)
3387 (compilation-next-error-function, compilation-find-buffer):
3388 Remove compilation-last-buffer use.
3389
3390 2004-04-21 Juanma Barranquero <lektu@terra.es>
3391
3392 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3393 (font-lock-warning-face): Fix spacing.
3394
3395 * makefile.w32-in (WINS): Add url/ directory.
3396
3397 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3398
3399 * desktop.el (desktop-buffer-mode-handlers): New variable.
3400 Alist of major mode specific functions to restore a desktop buffer.
3401 (desktop-buffer-handlers): Make variable obsolete.
3402 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3403 Catch errors signaled in handlers. Update buffer count.
3404 Evaluate desktop-buffer-point.
3405 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3406 move to dired.el.
3407 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3408 move to info.el.
3409 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3410 move to mail/rmail.el.
3411 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3412 to mh-e/mh-e.el.
3413 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3414 On fail, print message (to message buffer) even if
3415 desktop-missing-file-warning is nil.
3416 (desktop-buffer-misc-data-function): New buffer local variable.
3417 Function returning major mode specific data.
3418 (desktop-buffer-misc-functions): Make variable obsolete.
3419 (desktop-save): Use desktop-buffer-misc-data-function.
3420 (desktop-buffer-dired-misc-data): Rename to
3421 dired-desktop-buffer-misc-data and move to dired.el.
3422 (desktop-buffer-info-misc-data): Rename to
3423 Info-desktop-buffer-misc-data and move to info.el.
3424 (desktop-read): Add message about number of buffers restored/failed.
3425
3426 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3427 Add parameters. Pause to display error only when
3428 desktop-missing-file-warning is non-nil.
3429 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3430 (dired-mode): Bind desktop-buffer-misc-data-function.
3431
3432 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3433 Add Parameters.
3434 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3435 (Info-mode): Bind desktop-buffer-misc-data-function.
3436
3437 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3438 Add Parameters.
3439
3440 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3441 Add Parameters.
3442
3443 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3444
3445 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3446 the case of letters in case-insensitive expansions when the
3447 abbrev is preceded by characters with letter syntax.
3448
3449 2004-04-21 Richard M. Stallman <rms@gnu.org>
3450
3451 * progmodes/cperl-mode.el (cperl-putback-char):
3452 Delete Emacs 18 definition.
3453
3454 * international/mule.el (ctext-post-read-conversion):
3455 Use assoc-string, not assoc-ignore-case.
3456
3457 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3458
3459 * emacs-lisp/easymenu.el (easy-menu-add):
3460 Do call x-popup-menu, but only if it's defined.
3461
3462 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3463
3464 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3465 Handle multiple args: compile like progn.
3466
3467 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3468 take all args as &rest arg.
3469
3470 * autoinsert.el (auto-insert-alist): Insert the user's name in
3471 copyright notice, rather than Free Software Foundation.
3472
3473 2004-04-21 Kenichi Handa <handa@m17n.org>
3474
3475 * descr-text.el (describe-char): Make it work on *Help* buffer.
3476
3477 2004-04-21 Kim F. Storm <storm@cua.dk>
3478
3479 * image.el (insert-image): Add optional SLICE arg.
3480 (insert-sliced-image): New defun.
3481
3482 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3483
3484 * subr.el (read-number): Check whether `default' is nil.
3485
3486 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3487
3488 * progmodes/compile.el (compilation-error-properties):
3489 Split into two.
3490 (compilation-internal-error-properties): New one.
3491 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3492
3493 2004-04-20 Richard M. Stallman <rms@gnu.org>
3494
3495 * window.el (split-window-save-restore-data):
3496 Don't update the data if OLD-INFO is nil.
3497
3498 * view.el (view-return-to-alist): Mark it permanent local.
3499
3500 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3501
3502 * recentf.el (recentf-save-list): Catch and warn about errors.
3503
3504 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3505 so "Buffers" won't be pure.
3506
3507 * help-mode.el (help-mode-finish): Set help-return-alist first
3508 thing, setting only the entry for the selected window.
3509
3510 * help-fns.el (describe-function-1): If many non-control non-meta
3511 keys run the command, don't list all of them.
3512
3513 2004-04-20 Juanma Barranquero <lektu@terra.es>
3514
3515 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3516 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3517
3518 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3519
3520 2004-04-20 Kenichi Handa <handa@m17n.org>
3521
3522 * international/quail.el (quail-lookup-key): New optional arg
3523 NOT-RESET-INDICES.
3524 (quail-get-translations): Call quail-lookup-key with
3525 NOT-RESET-INDICES t.
3526 (quail-completion): Likewise.
3527 (quail-lookup-map-and-concat): Likewise.
3528
3529 2004-04-20 Kenichi Handa <handa@m17n.org>
3530
3531 * international/quail.el (quail-update-translation): Don't insert
3532 such an unsupported multibyte char in a unibyte buffer.
3533
3534 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3535
3536 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3537 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3538 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3539 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3540 (gdb-frame-assembler-buffer): Improve behaviour with
3541 multiple frames.
3542 (gdb-display-buffer): Extend search to all visible frames.
3543
3544 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3545
3546 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3547 characters left after base64 decoding.
3548 (rmail-decode-region): Use -dos variety of `coding', to remove any
3549 ^M characters left after qp or base64 decoding.
3550
3551 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3552
3553 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3554 messages.
3555
3556 2004-04-19 Stephen Eglen <stephen@gnu.org>
3557
3558 * add-log.el (add-change-log-entry): Update doc string to mention
3559 add-log-full-name and add-log-mailing-address.
3560
3561 2004-04-18 Juri Linkov <juri@jurta.org>
3562
3563 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3564 (Info-find-node-2): Simplify error message.
3565 (Info-insert-dir): Use Info-following-node-name.
3566 (Info-goto-node): Remove *info-history* and *info-toc*.
3567 (Info-history): Create a node of the virtual history file.
3568 (Info-toc): Create a node of the virtual toc file.
3569 (Info-insert-toc): New arg `curr-file' for reference file names.
3570 (info-apropos): Remove redundant var binding for temp-file.
3571 (Info-index, Info-index-next, Info-mode): Doc fix.
3572 (Info-goto-emacs-command-node): Don't jump to *info* from
3573 non-*info* Info buffers.
3574 (Info-fontify-node): Don't show the file name of external
3575 references if `Info-hide-note-references' is `hide'. Don't hide
3576 newlines at the end of paragraphs.
3577
3578 * international/mule-diag.el (list-input-methods):
3579 Fix args to help-xref-button.
3580
3581 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3582 to put into effect local variables from TUTORIAL files.
3583
3584 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3585 with default value taken from the variable `sentence-end'.
3586 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3587 Add nil const to :type.
3588 (sentence-end-without-period, sentence-end-double-space)
3589 (sentence-end-without-space): Doc fix.
3590
3591 * textmodes/paragraphs.el (forward-sentence):
3592 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3593 (fill-delete-newlines):
3594 * progmodes/cc-cmds.el (c-beginning-of-statement):
3595 Use function `sentence-end' instead of variable `sentence-end'.
3596
3597 2004-04-18 Andreas Schwab <schwab@suse.de>
3598
3599 * progmodes/compile.el (compilation-start): Set window start to
3600 point-min if compilation-scroll-output is nil.
3601
3602 2004-04-18 John Wiegley <johnw@newartisans.com>
3603
3604 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3605
3606 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3607
3608 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3609 (gdb-info-breakpoints-custom): Revert previous change.
3610 (gdb-view-assembler): Update assembler if necessary.
3611 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3612 (gdb-display-source-buffer): Update properly when both source and
3613 assembler are visible.
3614
3615 2004-04-17 John Wiegley <johnw@newartisans.com>
3616
3617 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3618 which limits the number of names shown in the minibuffer. Off by
3619 default.
3620 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3621 up iswitchb for users with a multitude of open buffers by showing
3622 only the first and last N/2 buffers in the completion list (which
3623 is enough to aid C-s/C-r, and to know that more characters are
3624 needed to refine the completion list).
3625
3626 2004-04-17 Richard M. Stallman <rms@gnu.org>
3627
3628 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3629 (file-truename): Expand all ~ constructs directly.
3630 (insert-directory): Delete any error msg output by the
3631 `insert-directory-program'.
3632
3633 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3634 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3635 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3636 (allout-init): Use find-file-hook, not find-file-hooks.
3637 (allout-mode): Eliminate Emacs 18 support.
3638 Use write-contents-functions, not local-write-file-hooks.
3639
3640 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3641
3642 * progmodes/compile.el (compilation-error-properties): Fix for
3643 adding messages when there are already markers for their file.
3644 (compilation-fake-loc): New function.
3645
3646 2004-04-16 Dave Love <fx@gnu.org>
3647
3648 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3649 (python-load-file): Fix python-orig-start setting.
3650
3651 * progmodes/compile.el: Doc fixes.
3652 (compilation-error-regexp-alist-alist)
3653 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3654 (compilation-assq): Wrap in eval-when-compile.
3655 (compilation-mode-font-lock-keywords): Don't use list*.
3656 (compilation-start): Avoid warning.
3657 (compilation-compat-error-properties)
3658 (compilation-directory-properties): Add keymap property.
3659 (compilation-parsing-end): Make it a marker for better compatibility.
3660
3661 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3662
3663 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3664
3665 * xml.el: Doc fixes.
3666 (xml-get-children): Only looks at sub-tags and ignore strings.
3667
3668 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3669
3670 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3673
3674 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3675
3676 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3677
3678 * vc.el (vc-print-log): Likewise.
3679
3680 2004-04-16 Masatake YAMATO <jet@gyve.org>
3681
3682 * simple.el (completion-setup-function): Set an initial value
3683 to `element-common-end' before entering loop. Set a value
3684 to `element-common-end' at the end of loop.
3685 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3686 (completions-common-part): Rename from completion-de-emphasis.
3687 (completions-first-difference): Rename from completion-emphasis.
3688 Suggested by RMS.
3689
3690 2004-04-16 Juanma Barranquero <lektu@terra.es>
3691
3692 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3693 (bookmark-edit-annotation-mode): Add mode name.
3694
3695 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3698 for nested conflict markers.
3699 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3700
3701 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3702
3703 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3704
3705 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3706
3707 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3710 Give a backtrace if requested.
3711
3712 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3713
3714 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3715 Remove unused functions.
3716 (python-orig-start-line, python-orig-file): Remove.
3717 (python-orig-start): New var.
3718 (python-input-filter, python-compilation-line-number)
3719 (python-send-region, python-load-file): Use it.
3720
3721 * info.el (info): Always jump to *info*.
3722
3723 * subr.el (posn-set-point): New function.
3724
3725 * mouse.el (mouse-set-point): Use it.
3726
3727 * progmodes/compile.el (compile-goto-error): Use it.
3728 (compilation-button-map): New keymap.
3729 (compilation-error-properties): Use it.
3730 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3731
3732 * smerge-mode.el (smerge-popup-context-menu): Use it.
3733
3734 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3735 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3736 mouse and non-mouse case.
3737
3738 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3739 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3740
3741 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3742 Make it work for non-mouse events.
3743
3744 * pcvs-info.el (cvs-status-map): Update binding name.
3745
3746 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3747
3748 * xml.el (xml-maybe-do-ns): New function to handle namespace
3749 parsing of both attribute and element names.
3750 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3751 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3752 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3753 (xml-parse-attlist): Make it do its own namespace parsing.
3754
3755 2004-04-14 Dave Love <fx@gnu.org>
3756
3757 * progmodes/python.el (run-python): Fix use of \n.
3758 (python-load-file): Remove `try' from Python fragment.
3759 (python-describe-symbol): Fix message.
3760
3761 * comint.el: Doc fixes.
3762 (comint-last-input-start, comint-last-input-end)
3763 (comint-last-output-start): Give them values.
3764 (comint-arguments): Avoid warning.
3765 (comint-skip-prompt): Use line-end-position.
3766 (comint-backward-matching-input): Rename arg to agree with doc.
3767 (comint-extract-string): Use syntax-ppss.
3768 (comint-dynamic-simple-complete): Delete useless list construction.
3769 (comint-redirect-subvert-readonly): New.
3770 (comint-redirect-preoutput-filter): Use it.
3771
3772 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3773 Correctly handle negative arguments when calling hook functions.
3774
3775 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3776
3777 * info.el (info-apropos): Don't clobber Info-history-list.
3778
3779 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3780
3781 * progmodes/compile.el (compilation-setup):
3782 Localize overlay-arrow-position.
3783 (compilation-sentinel): Restructure code equivalently.
3784 (compilation-next-error): Find message on same line after point if
3785 not found before point.
3786 (compile-mouse-goto-error): Restore function so that compilation
3787 buffer need not be current and use compile-goto-error.
3788 (compile-goto-error): Restore function.
3789 (next-error): Set overlay-arrow-position.
3790 (compilation-forget-errors): Don't localize already local
3791 compilation-locs and remove FIXME about refontifying.
3792
3793 2004-04-14 Kim F. Storm <storm@cua.dk>
3794
3795 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3796 (command-line): New option -Q. Like -q --no-site-file, but
3797 in addition it also disables menu-bar, tool-bar, scroll-bars,
3798 tool-tips, and the blinking cursor.
3799 (command-line-1): Skip startup screen if -Q.
3800 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3801
3802 * emulation/cua-base.el (cua-read-only-cursor-color)
3803 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3804
3805 2004-04-13 Dave Love <fx@gnu.org>
3806
3807 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3808 (syntax): Don't require.
3809 (python) <defgroup>: Add :version.
3810 (python-quote-syntax): Re-written.
3811 (inferior-python-mode): Move stuff here from run-python and add
3812 some more.
3813 (python-preoutput-continuation, python-preoutput-result)
3814 (python-dotty-syntax-table): New.
3815 (python-describe-symbol): Use them.
3816 (run-python): Move stuff to inferior-python-mode. Modify code
3817 loaded into Python.
3818 (python-send-region): Use python-proc, python-send-string.
3819 (python-send-string): Send newlines too. Callers changed.
3820 (python-load-file): Re-written.
3821 (python-eldoc-function): New.
3822 (info-look): Don't require.
3823 (python-after-info-look): New. A modified version of former
3824 top-level code for use with eval-after-load.
3825 (python-maybe-jython, python-guess-indent): Use widened buffer.
3826 (python-fill-paragraph): Re-written.
3827 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3828 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3829
3830 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3833 Set compilation-error-regexp-alist earlier.
3834
3835 * progmodes/compile.el (compilation-minor-mode-map)
3836 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3837 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3838
3839 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3842 corresponding to the event.
3843
3844 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3845
3846 * loadup.el: Add cygwin to system-type list, for unexec() support.
3847
3848 2004-04-12 John Paul Wallington <jpw@gnu.org>
3849
3850 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3851 (ibuffer-restore-window-config-on-quit): New variable to replace
3852 `ibuffer-delete-window-on-quit'. Update all references.
3853 (ibuffer-prev-window-config): New variable.
3854 (ibuffer-quit): Restore previous window configuration instead of
3855 deleting window.
3856 (ibuffer): Save window configuration before showing Ibuffer buffer.
3857
3858 * help.el (describe-mode): Doc fix.
3859
3860 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3863 not to treat nil as a function.
3864
3865 * vc-arch.el (vc-arch-root): Be a bit more careful.
3866 (vc-arch-register): Save the buffer if we modified it.
3867 (vc-arch-delete-rej-if-obsolete): Save excursion.
3868 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3869 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3870
3871 * net/ldap.el (ldap-search): Use list*.
3872
3873 2004-04-12 Juri Linkov <juri@jurta.org>
3874
3875 * info.el (Info-follow-reference): Allow multiline reference name.
3876
3877 2004-04-11 Dave Love <fx@gnu.org>
3878
3879 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3880
3881 * progmodes/python.el: New file.
3882
3883 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3884
3885 * vc-hooks.el (vc-arg-list): Function removed.
3886 (vc-default-workfile-unchanged-p): Use condition-case to check for
3887 backward compatibility.
3888
3889 * vc.el (vc-print-log): Use condition-case to check for backward
3890 compatibility.
3891
3892 2004-04-11 Juri Linkov <juri@jurta.org>
3893
3894 * dired.el (dired-faces): New defgroup.
3895 (dired-header, dired-mark, dired-marked, dired-flagged)
3896 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3897 New faces.
3898 (dired-header-face, dired-mark-face, dired-marked-face)
3899 (dired-flagged-face, dired-warning-face, dired-directory-face)
3900 (dired-symlink-face, dired-ignored-face): New face variables.
3901 (dired-font-lock-keywords): Use them instead of font-lock faces.
3902 Split the rule for dired marks into 3 separate rules: for marks,
3903 marked file names and flagged file names.
3904
3905 * help-mode.el (help-make-xrefs): Add a final newline to the
3906 *Help* buffer.
3907
3908 2004-04-11 John Paul Wallington <jpw@gnu.org>
3909
3910 * replace.el (occur-engine): Distinguish between one and several
3911 matches in the matches per buffer heading.
3912
3913 2004-04-11 Kim F. Storm <storm@cua.dk>
3914
3915 * ido.el (ido-confirm-unique-completion): New defcustom.
3916 (ido-complete): Use it.
3917 (ido-write-file): Set it to t unconditionally.
3918
3919 2004-04-10 Miles Bader <miles@gnu.org>
3920
3921 RCS keyword removal (only non-comment changes are enumerated here):
3922
3923 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3924 (byte-compile-insert-header): Don't use `byte-compile-version'.
3925 * forms.el (forms-version): Variable removed.
3926 (forms-mode): Don't use `forms-version'.
3927 * recentf.el (recentf-version): Variable removed.
3928 * progmodes/delphi.el (delphi-version): Variable removed.
3929 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3930
3931 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3934
3935 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3936
3937 * info.el (info-apropos): Improve menu item regexp.
3938
3939 2004-04-09 Simon Josefsson <jas@extundo.com>
3940
3941 * mail/smtpmail.el: Add comment, based on report by
3942 kdc@rcn.com (Kevin D. Clark).
3943
3944 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3947 Redo one more thing that I didn't notice Daniel had undone.
3948
3949 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3950
3951 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3952 (gdb-goto-breakpoint, gdb-display-buffer)
3953 (gdb-display-source-buffer, gdb-view-source-function)
3954 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3955 (gdb-source-info, gdb-frame-handler): Don't specify a window
3956 for display.
3957 (gdb-info-breakpoints-custom): Remove superfluous update of
3958 assembler buffer.
3959 (gdb-many-windows): Make settable outside gdb.
3960
3961 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3962
3963 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3964 Derive from fundamental-mode rather than text-mode.
3965
3966 2004-04-08 Juri Linkov <juri@jurta.org>
3967
3968 * info.el (Info-history): Doc fix.
3969 (Info-history-list): New var.
3970 (info-xref): Change magenta4 to blue, remove bold for dark and
3971 light backgrounds, change bold to underline for non-color classes.
3972 (info-xref-visited): New face.
3973 (Info-fontify-visited-nodes): New custom.
3974 (Info-hide-note-references): Add new value `hide'. Doc fix.
3975 (Info-reference-name): New var.
3976 (Info-selection-hook): New custom.
3977 (Info-edit-mode-hook): New var.
3978 (Info-find-file): New fun.
3979 (Info-find-node): Move part of code to Info-find-file.
3980 (Info-find-node-2): Add anchors to Info-history-list. Move point
3981 to the place with the reference name if name is defined.
3982 (Info-select-node): Add current node to Info-history-list.
3983 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3984 (Info-search-whitespace-regexp): New custom.
3985 (Info-search-case-fold): New var.
3986 (Info-search): Add "case-sensitively" to the prompt.
3987 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3988 (Info-search-case-sensitively, Info-search-next): New fun.
3989 (Info-up): Move point to the menu item of the current node.
3990 (Info-history): New fun. Add *info-history* to
3991 same-window-buffer-names.
3992 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3993 (Info-insert-toc): New fun.
3994 (Info-build-toc): New fun.
3995 (Info-follow-reference): Add new arg `fork'. Doc fix.
3996 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3997 with the same name prefer the reference closest to point.
3998 (Info-next-reference): Replace * by + in the *Note regexp.
3999 Add regexp for http:// and ftp://. Skip the *Note prefix.
4000 (Info-prev-reference): Replace * by + in the *Note regexp.
4001 Add regexp for http:// and ftp://. Skip the *Note prefix.
4002 (Info-follow-nearest-node): Add new arg `fork'.
4003 (Info-try-follow-nearest-node): Add new arg `fork'.
4004 Call browse-url for http:// and ftp:// references.
4005 Set Info-reference-name for index entries.
4006 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4007 Info-search-next, Info-history, Info-toc, clone-buffer.
4008 (Info-menu-update): Replace * by + in the *Note regexp.
4009 (Info-mode): Add documentation for Info-history, Info-toc,
4010 Info-search-case-sensitively, Info-search-next, clone-buffer.
4011 (Info-fontify-menu-headers): Remove fun. Move code to
4012 Info-fontify-node.
4013 (Info-fontify-node): Add docstring. Add local vars
4014 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4015 then fontify header line, titles, menu headers, http and ftp
4016 references, refill paragraphs. If not-fontified-p is t or
4017 fontify-visited-p is t then fontify cross references, menu items.
4018 Fontify menu headers. Fontify http and ftp references.
4019 Change regexp for cross references to require whitespace after *Note,
4020 add matching groups for file and node names. Remove hack for quote.
4021 Use display property for Info-hide-note-references=t. Use fifth
4022 or fourth match for help-echo. Display visited nodes in a
4023 different face. Unhide file names of external references.
4024 Unhide newlines. Display visited menu items in a different face.
4025
4026 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * progmodes/compile.el: Require CL.
4029 (compilation-mode-font-lock-keywords): Re-install the "line as
4030 function" patch.
4031
4032 * help-fns.el (help-C-source-directory): New var.
4033 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4034 (describe-function-1, describe-variable): Use them.
4035
4036 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4037 to C source files specially.
4038
4039 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4040
4041 * info.el (Info-hide-cookies-node): New function.
4042 (Info-select-node): Use it.
4043 (Info-display-images-node): Remove message with image file name.
4044
4045 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4046
4047 * progmodes/compile.el (compilation-warning-face)
4048 (compilation-info-face, compilation-skip-threshold)
4049 (compilation-skip-visited, compilation-context-lines):
4050 Declare :version when added to Emacs.
4051 (compilation-error-regexp-alist-alist): Extend caml and irix.
4052 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4053 (compilation-mode-font-lock-keywords): Temporarily undo line as
4054 function patch, which wasn't ready.
4055
4056 2004-04-07 Kenichi Handa <handa@m17n.org>
4057
4058 * international/latin1-disp.el (latin1-display-setup): Check each
4059 character is displayable or not instead of calling
4060 latin1-display-check-font.
4061
4062 2004-04-06 Kenichi Handa <handa@m17n.org>
4063
4064 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4065 New variable.
4066 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4067 instead of sera-being-called-by-w3.
4068 (ethio-fidel-to-sera-buffer): Likewise.
4069 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4070 instead of sera-being-called-by-w3.
4071 (ethio-write-file): Likewise.
4072
4073 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4074
4075 * printing.el: Doc fix.
4076
4077 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4078
4079 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4080 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4081 (gdb-setup-windows): Only use separate IO buffer if required.
4082
4083 2004-04-06 Kim F. Storm <storm@cua.dk>
4084
4085 * term.el (term-is-xemacs): Remove.
4086 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4087 (term-window-width): New function.
4088 (term-mode, term-check-size): Use it.
4089 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4090
4091 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4092
4093 * cus-edit.el (custom-add-parent-links): Change unbound variable
4094 `symbol' to `name'.
4095
4096 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4097 * info.el (info-apropos): New function.
4098 (Info-mode-menu): Add it.
4099 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4100
4101 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4102 inherited docstring.
4103
4104 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4105
4106 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4109
4110 * progmodes/compile.el (font-lock): Don't require any more.
4111 (compilation-error-properties, compilation-start, compilation-sentinel)
4112 (compilation-filter, next-error): Use with-current-buffer.
4113 (compilation-skip-to-next-location, compilation-skip-threshold)
4114 (compilation-skip-visited): Move to silence the byte-compiler.
4115 (compilation-setup): Simplify.
4116 (compilation-next-error): Use line-(beginning|end)-position.
4117 Make sure `pt' is non-nil before using compilation-loop.
4118 (compile-goto-error): Add optional event arg. Use it.
4119 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4120 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4121 Update the binding for mouse-2.
4122 (first-error): Set compilation-current-error to nil rather than bob.
4123 (compilation-parsing-end, compilation-parse-errors-function)
4124 (compilation-error-list, compilation-old-error-list):
4125 "New" compatibility variables.
4126 (compile-buffer-substring, compilation-compat-error-properties)
4127 (compilation-compat-parse-errors, compilation-forget-errors):
4128 New compatibility functions.
4129 (compilation-mode-font-lock-keywords): Use them.
4130
4131 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4132
4133 * autorevert.el (auto-revert-handler): If point (or a window
4134 point) is at the end of the buffer, keep it there after
4135 reverting. This allows to tail a file.
4136 Mention this in the `Commentary'.
4137
4138 * format.el (format-write-file): Add optional argument CONFIRM
4139 and make it behave like the analogous argument to `write-file'.
4140
4141 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4142
4143 * progmodes/ebnf2ps.el: Doc fix.
4144 (ebnf-version): New version number (4.2).
4145 (ebnf-syntax): Customization and docstring fix.
4146 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4147 Put autoloaded funs before first use.
4148 (ebnf-style-database): Add dtd entry.
4149 (ebnf-syntax-alist): Add dtd initialization.
4150 (ebnf-token-sequence): New fun.
4151 (ebnf-comment-table): Add new comment action character.
4152 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4153
4154 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4155 Type Definition for XML).
4156
4157 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4158 * progmodes/ebnf-bnf.el (ebnf-sequence):
4159 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4160 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4161 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4162 Code simplification: call ebnf-token-sequence.
4163
4164 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4165
4166 * calendar/timeclock.el (timeclock-relative)
4167 (timeclock-get-project-function, timeclock-get-workday-function)
4168 (timeclock-query-out, timeclock-when-to-leave)
4169 (timeclock-when-to-leave-string, timeclock-log-data)
4170 (timeclock-generate-report, timeclock-in): Doc fixes.
4171
4172 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * url/: New dir. Import the URL package from its repository.
4175
4176 2004-04-03 Andreas Schwab <schwab@suse.de>
4177
4178 * diff-mode.el (diff-mode): Fix missing quote.
4179
4180 2004-04-03 Juri Linkov <juri@jurta.org>
4181
4182 * descr-text.el (describe-property-list): Add `font-lock-face'.
4183
4184 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4185
4186 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4187
4188 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4189 Use utf-16le on little endian machines and utf-16be otherwise.
4190
4191 2004-04-02 David Kastrup <dak@gnu.org>
4192
4193 * net/browse-url.el (browse-url-generic): Use call-process
4194 instead of start-process to allow browsers that fork and detach.
4195
4196 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4197
4198 * compile.el (compilation-current-error): New var.
4199 (compilation-setup, compile-mouse-goto-error)
4200 (compile-goto-error, next-error): Use it.
4201 (compilation-skip-to-next-location): Default to t, which gives
4202 contiguous skipping like old compile (where this was redundant).
4203 (compilation-next-error): Prevent previous-* commands from moving
4204 back to message at or just before point.
4205
4206 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4207
4208 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4209 (gdb-source-info): Don't display source at startup, if required.
4210 (gdb-show-main): New option.
4211 (gdba): Update documentation.
4212 (gdb-source): Cover case of auto-display output.
4213
4214 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4215
4216 * autorevert.el: Delete obsolete autoload's and defvar's.
4217 (auto-revert-check-vc-info): New user option.
4218 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4219 (auto-revert-handler-vc): Delete.
4220 (auto-revert-handler): Treat return value `fast' of
4221 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4222
4223 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4224 return `fast'.
4225
4226 * files.el (buffer-stale-function): Doc change.
4227
4228 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4229
4230 * printing.el: New tip on Tips section.
4231 (pr-version): New version number (6.7.4).
4232 (pr-shell-file-name): Initialization fix.
4233
4234 2004-03-31 Juri Linkov <juri@jurta.org>
4235
4236 * dired.el: Add autoload for `dired-do-touch'.
4237 (dired-touch-program): New var.
4238 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4239 (dired-no-confirm): Add `touch' to docstring.
4240
4241 * dired-aux.el (dired-do-touch): New fun.
4242 (dired-do-chxxx): Add argument -t for touch operation.
4243
4244 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4245 `dired-move-to-filename-regexp'.
4246
4247 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4248
4249 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4250
4251 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4252
4253 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4254 and only if the buffer was modified.
4255
4256 2004-03-30 Kenichi Handa <handa@m17n.org>
4257
4258 * international/characters.el: Delete pairs for U+2308..U+230B.
4259
4260 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4261
4262 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4263 to detect the beginning of a level 2 or 3 annotation.
4264
4265 2004-03-29 Kenichi Handa <handa@m17n.org>
4266
4267 * international/ucs-tables.el (ucs-insert): Fix the error message.
4268
4269 2004-03-29 Kenichi Handa <handa@m17n.org>
4270
4271 * international/mule-util.el (char-displayable-p): Fix generation
4272 of XLFD file name.
4273
4274 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4275 before finding directories by `find'.
4276
4277 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * subr.el (interactive-form): Delete. Now implemented in C.
4280
4281 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4282
4283 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4284 (vc-diff-label): New fun.
4285 (vc-diff-internal): Use it.
4286
4287 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4288
4289 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4290
4291 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4292
4293 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4294 specify XML (EBNFX).
4295
4296 * progmodes/ebnf2ps.el: Doc fix.
4297 (ebnf-version): New version number (4.1).
4298 (ebnf-syntax): Adjust customization.
4299 (ebnf-style-database): Add ebnfx entry.
4300 (ebnf-syntax-alist): Add ebnfx initialization.
4301 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4302
4303 * printing.el: Doc fix.
4304 (pr-version): New version number (6.7.3).
4305 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4306 returns nil for mouse position. Reported by Drew Adams
4307 <drew.adams@oracle.com>.
4308 (pr-update-menus): Modify interactive declaration. Reported by Drew
4309 Adams <drew.adams@oracle.com>.
4310
4311 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4312
4313 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4314 (gud-gdba-marker-filter): Log the process input and output, if
4315 required. From Stefan Monnier.
4316 (gdb-debug-log, gdb-enable-debug-log): New variables.
4317 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4318
4319 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4322 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4323
4324 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4325
4326 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4327 Call vc-find-file-hook here instead of in auto-revert-buffers.
4328 (auto-revert-buffers): Delete call to vc-find-file-hook.
4329 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4330 (global-auto-revert-mode, auto-revert-set-timer)
4331 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4332
4333 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4334
4335 * woman.el (woman-change-fonts): Rename local variable
4336 woman-font-alist to font-alist to avoid a compiler warning.
4337
4338 2004-03-27 Dave Love <fx@gnu.org>
4339
4340 * emacs-lisp/rx.el (rx): Doc fix.
4341 Fix copyright years.
4342
4343 * strokes.el (strokes-global-set-stroke-string): New function.
4344 (strokes-list-strokes): Cope with strings, not just commands.
4345 Set foreground colour of image.
4346 (strokes-global-set-stroke): Doc fix.
4347
4348 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4349
4350 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4351 Auto Revert mode.
4352 (Buffer-menu-files-only): New variable.
4353 (Buffer-menu-toggle-files-only): New function.
4354 (Buffer-menu-mode-map): Bind it to `T'.
4355 (Buffer-menu-mode): Mention `T' in docstring.
4356 Set buffer-stale-function.
4357 (list-buffers-noselect): Mark buffer non-modified and set
4358 Buffer-menu-files-only.
4359
4360 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4361
4362 * autorevert.el (auto-revert-handler): Print revert message
4363 before, rather than after, reverting.
4364 (buffer-stale-function): Move to files.el.
4365
4366 * files.el (buffer-stale-function): Move here from autorevert.el.
4367
4368 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4371
4372 * calc/calc.el (calc-mode-map): Use mapc.
4373
4374 * apropos.el (apropos-mode): Don't autoload.
4375 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4376 (apropos): Use it.
4377 (apropos-print): Add optional `text' argument.
4378 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4379 Don't assume point-min == 1.
4380
4381 * bs.el (bs-buffer-list): Use buffer-local-value.
4382 (bs--set-toggle-to-show): Use with-current-buffer.
4383
4384 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4385 New funs.
4386 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4387
4388 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4389
4390 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4391 (dabbrev--find-expansion): Use pop.
4392 (dabbrev--search): Use match-string-no-properties.
4393
4394 * dired.el (dired-mode): Use run-mode-hooks.
4395 (dired-move-to-end-of-filename): Use match-string.
4396
4397 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4398 is bound before using it.
4399 (ediff-verbose-p): Make it into a var since it's not constant.
4400
4401 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4402
4403 * faces.el (read-face-font): Don't cons up unnecessarily.
4404 (header-line, tool-bar): Share common parts.
4405
4406 * files.el (file-relative-name): Use compare-strings.
4407
4408 * finder.el (finder-mode): Follow coding convention.
4409
4410 * subr.el (read-number): New function.
4411
4412 * ses.el (ses-read-number): Move to subr.el.
4413 (ses-set-header-row): Use read-number.
4414
4415 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4416
4417 * vc-hooks.el (vc-arg-list): New function, which handles both
4418 compiled and uncompiled code.
4419 (vc-default-workfile-unchanged-p): Use it.
4420
4421 * vc.el (vc-print-log): Undo prev change, use new function
4422 vc-arg-list from vc-hooks.el.
4423
4424 2004-03-26 Masatake YAMATO <jet@gyve.org>
4425
4426 * simple.el (completion-setup-function): Emphasize the
4427 first uncommon characters in the completions; and de-emphasize
4428 the common prefix substrings.
4429 (completion-emphasis): New face.
4430 (completion-de-emphasis): New face.
4431
4432 2004-03-25 Juanma Barranquero <lektu@terra.es>
4433
4434 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4435 Comment out (it's unused and unfinished code).
4436
4437 2004-03-25 Sam Steingold <sds@gnu.org>
4438
4439 * vc.el (vc-print-log): Fix a bug in the last patch:
4440 backend-function may be a byte-compiled object, not a lambda.
4441
4442 2004-03-25 Juri Linkov <juri@jurta.org>
4443
4444 * descr-text.el (describe-property-list): Add a button
4445 for `face' property that calls `describe-face'.
4446 Suggested by luis fernandes <elf@ee.ryerson.ca>
4447
4448 * international/mule.el (keyboard-coding-system):
4449 * kmacro.el (kmacro-call-macro): Fix docstring.
4450
4451 * dired.el: Fix comments.
4452
4453 * textmodes/fill.el (fill): Fix Info link.
4454
4455 * font-lock.el (fast-lock, lazy-lock):
4456 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4457 Info node.
4458
4459 * eshell/eshell.el (eshell): Fix broken info-link.
4460
4461 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4462 * eshell/em-banner.el (eshell-banner):
4463 * eshell/em-smart.el (eshell-smart):
4464 * eshell/esh-cmd.el (eshell-cmd):
4465 Comment out broken info-links to incomplete Info manual.
4466
4467 * info-xref.el: Fix commentary.
4468
4469 2004-03-25 Kevin Ryde <user42@zip.com.au>
4470
4471 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4472 Remove spurious node duplicate suppression, doesn't work, not wanted.
4473 (info-xref-output): Take format style args, add "sit-for 0" to let
4474 user see the results as they progress.
4475 (info-xref-check-all-custom): New function.
4476
4477 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4478
4479 * gdb-ui.el: Moved to progmodes.
4480
4481 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4484
4485 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4486
4487 * calendar/appt.el (appt-check): Remove superfluous progn.
4488 When finished with diary buffer: if it was not being displayed
4489 before, kill it; otherwise restore its original state.
4490 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4491
4492 * calendar/calendar.el (calendar-set-mode-line): Use total
4493 available mode-line width, rather than frame-width.
4494
4495 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4496 after mode change so effect not lost.
4497
4498 2004-03-23 Dave Love <fx@gnu.org>
4499
4500 * dired.el (dired) <defgroup>: Add link to manual.
4501 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4502 (dired-revert): Use dolist.
4503 (dired-mode-map): Add U binding.
4504 (dired-mode): Add font-lock-beginning-of-syntax-function.
4505 (dired-garbage-files-regexp): Make it a defcustom.
4506
4507 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4510 is equivalent to nil.
4511 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4512 (vc-arch-mode-line-string): Accept `added' state.
4513 (vc-arch-state): Use inode-sigs if available.
4514 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4515 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4516 (vc-arch-tagline-re): New var.
4517 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4518 New functions.
4519 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4520 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4521
4522 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4523 (vc-file-not-found-hook): Use it.
4524
4525 * diff-mode.el (diff-default-read-only): Change default.
4526 (diff-mode-hook): Make it a defcustom. Add some options.
4527 (diff-mode-map): Bind diff-refine-hook.
4528 (diff-yank-handler): New var.
4529 (diff-yank-function): New fun.
4530 (diff-font-lock-keywords): Use them.
4531 (diff-end-of-file): Handle case where file-header looks like diff text.
4532 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4533 (diff-file-kill): Delete a subsequent empty line, if applicable.
4534 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4535 (diff-find-file-name): Use it.
4536 (diff-tell-file-name): New command.
4537 (diff-mode): Be careful with view-mode.
4538 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4539 New functions, for use in diff-mode-hook.
4540 (diff-find-source-location): Catch "regex too large" errors.
4541 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4542 (diff-refine-hunk): New command.
4543
4544 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4545 (smerge-context-menu-map): Remove unused var.
4546 (smerge-keep-all): Preserve markers.
4547 (smerge-keep-n): New fun.
4548 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4549 (smerge-keep-current, smerge-ediff): Use it.
4550 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4551 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4552 (smerge-resolve): Resolve trivial 3-part conflicts.
4553
4554 2004-03-23 Juri Linkov <juri@jurta.org>
4555
4556 * man.el (Man-width): New var.
4557 (Man-getpage-in-background): Use it.
4558 (Man-support-local-filenames): New var and fun.
4559 (Man-build-man-command): Don't add a second %s.
4560 (Man-fontify-manpage): Clean up message.
4561 (Man-mode): Set outline-regexp, outline-level,
4562 imenu-generic-expression.
4563
4564 * woman.el (woman-fill-frame): Doc fix.
4565 (woman-decode-region): Use window-width instead of frame-width.
4566
4567 * abbrevlist.el (list-one-abbrev-table):
4568 * descr-text.el (describe-char):
4569 * international/mule-diag.el (describe-current-coding-system):
4570 * international/quail.el (quail-insert-decode-map):
4571 Use window-width instead of frame-width.
4572
4573 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4574 (jka-compr-mode-alist-additions): Add tbz.
4575 (jka-compr-write-region, jka-compr-insert-file-contents):
4576 Add message for undefined compress-program.
4577 (jka-compr-write-region): Remove redundant var bindings.
4578
4579 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4580 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4581 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4582 (dired-man): Use dired-guess-shell-command.
4583 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4584 Change default nil to t.
4585
4586 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4587 (dired-compare-directories): Add default value for empty input.
4588
4589 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4590
4591 * time.el (display-time-string-forms): Fix help-echo date format.
4592
4593 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4594
4595 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4596 (buffer-stale-function): New variable.
4597 (auto-revert-list-diff, auto-revert-dired-file-list)
4598 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4599 (auto-revert-handler): Take over some functionality of deleted
4600 functions.
4601 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4602
4603 * dired.el (dired-directory-changed-p): New fun, extracted from
4604 dired-internal-noselect.
4605 (dired-buffer-stale-p): New fun.
4606 (dired-internal-noselect): Use dired-directory-changed-p.
4607 Eliminate revert messages.
4608 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4609
4610 2004-03-23 Kenichi Handa <handa@m17n.org>
4611
4612 * international/characters.el: Setup syntaxes for more parentheses
4613 Unicode characters.
4614
4615 * international/mule-cmds.el (select-safe-coding-system):
4616 Merge coding-system and auto-cs before comparing them.
4617
4618 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4621
4622 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4623 normal-auto-fill-function and comment-indent-function.
4624 The default values now work just as well.
4625 Don't set font-lock-beginning-of-syntax-function since we already set
4626 syntax-begin-function.
4627 (lisp-outline-level): Put ;;;###autoload at same level as (.
4628 (prin1-char): Quote special chars.
4629
4630 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4631 than with-no-warnings.
4632
4633 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4634 if the source location can't be found.
4635 (edebug-compute-previous-result): Use prin1-char.
4636
4637 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4638 (debug-ignored-errors): Add an entry.
4639
4640 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4641 (byte-compile-file): Output warning when deleting a file.
4642
4643 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4644 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4645
4646 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4647 (byte-compile-inline-expand): Use backquote.
4648 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4649 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4650
4651 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4652
4653 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4654
4655 2004-03-22 Juri Linkov <juri@jurta.org>
4656
4657 * finder.el (finder-known-keywords): Fix data, tex, unix.
4658
4659 * play/landmark.el: Fix keywords.
4660
4661 * language/ethio-util.el (ethio-find-file): Doc fix.
4662
4663 * emacs-lisp/warnings.el: Doc fix.
4664
4665 * textmodes/ispell.el (ispell-help): Doc fix.
4666
4667 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4668
4669 * format.el (format-insert-file): Always return a list of two
4670 elements, like insert-file-contents does.
4671
4672 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4673
4674 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4675 and vc-BACKEND-diff.
4676 (vc-print-log): If the print-log implementation supports it, use
4677 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4678 (vc-version-diff, vc-diff-internal): Doc fixes.
4679
4680 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4681 implementation supports it, let diff output go to *vc*,
4682 not *vc-diff*, since this is an internal call.
4683
4684 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4685
4686 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4687
4688 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4689
4690 2004-03-21 Dave Love <fx@gnu.org>
4691
4692 * progmodes/cfengine.el (cfengine-mode):
4693 Set parse-sexp-ignore-comments.
4694
4695 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4696
4697 2004-03-21 Juanma Barranquero <lektu@terra.es>
4698
4699 * allout.el (allout-mode): Fix docstring.
4700
4701 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4702
4703 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4704
4705 * autorevert.el (auto-revert-interval): Make new value take
4706 effect immediately when set through Custom.
4707 (auto-revert-set-timer): Add interactive declaration.
4708
4709 2004-03-19 David Ponce <david@dponce.com>
4710
4711 * ruler-mode.el (ruler-mode-header-line-format-old):
4712 Don't `make-variable-buffer-local'.
4713 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4714 (ruler-mode-header-line-format): Simply funcall the above.
4715 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4716 to save/restore a previous header line format.
4717 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4718 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4719 fringes and margins width.
4720 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4721
4722 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * log-edit.el (log-edit-font-lock-keywords): Typo.
4725
4726 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4727 (tex-send-tex-command): Rather than here.
4728 (tex-compilation-parse-errors): Simplify.
4729
4730 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4731
4732 * time.el (display-time-string-forms): Add help-echo with date on time.
4733
4734 * composite.el (compose-region): Use restore-buffer-modified-p.
4735
4736 * disp-table.el (standard-display-8bit): Simplify.
4737
4738 * server.el (server-process-filter): Delete temp frame.
4739
4740 * add-log.el (add-change-log-entry): Simplify.
4741
4742 2004-03-19 Kim F. Storm <storm@cua.dk>
4743
4744 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4745 (hexl-follow-line): Don't require 'fringe.
4746
4747 * progmodes/compile.el (compilation-start): Always set
4748 compilation-last-buffer and return it.
4749
4750 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4751
4752 * simple.el (clone-buffer): Doc fix.
4753
4754 2004-03-18 Juanma Barranquero <lektu@terra.es>
4755
4756 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4757
4758 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4759
4760 * log-edit.el (log-edit-font-lock-keywords): New var.
4761 (log-edit-mode): Use it.
4762
4763 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4764
4765 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4766 properly for watching in speedbar.
4767
4768 2004-03-17 Masatake YAMATO <jet@gyve.org>
4769
4770 * smerge-mode.el (smerge-popup-context-menu):
4771 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4772
4773 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4776 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4777 Take sealed revisions into account.
4778 (vc-arch-checkin): Extract a summary line from the message.
4779
4780 2004-03-16 Masatake YAMATO <jet@gyve.org>
4781
4782 * register.el (register): Provide `register' feature.
4783
4784 2004-03-15 Masatake YAMATO <jet@gyve.org>
4785
4786 Added context menu support in smerge mode.
4787 Most of the part is written by Stefan Monnier.
4788
4789 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4790 New keymap and menu.
4791 (smerge-text-properties): New function.
4792 (smerge-remove-props): New function.
4793 (smerge-popup-context-menu): New function.
4794 (smerge-resolve): Call `smerge-remove-props'.
4795 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4796 (smerge-keep-current): Ditto.
4797 (smerge-kill-current): New function.
4798 (smerge-match-conflict): Put text properties.
4799 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4800
4801 2004-03-15 David Ponce <david@dponce.com>
4802
4803 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4804 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4805 (ruler-mode-right-scroll-bar-cols): Remove.
4806 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4807 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4808 Use fringe-columns and scroll-bar-columns.
4809
4810 2004-03-15 Masatake YAMATO <jet@gyve.org>
4811
4812 * hl-line.el (hl-line-range-function): New variable.
4813 (hl-line-move): New function.
4814 (global-hl-line-highlight): Use `hl-line-move'.
4815 (hl-line-highlight): Ditto.
4816
4817 * scroll-bar.el (scroll-bar-columns):
4818 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4819
4820 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4821 (ruler-mode-left-fringe-cols)
4822 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4823 (ruler-mode-right-scroll-bar-cols)
4824 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4825 (ruler-mode-ruler-function): New variable.
4826 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4827 if the value for `ruler-mode-ruler-function'is given.
4828
4829 * hexl.el (hexl-mode-hook): Make the hook customizable.
4830 (hexl-address-area, hexl-ascii-area): New customize variables.
4831 (hexlify-buffer): Put font-lock-faces on the address area and
4832 the ascii area.
4833 (hexl-activate-ruler): New function.
4834 (hexl-follow-line): New function.
4835 (hexl-highlight-line-range): New function.
4836 (hexl-mode-ruler): New function.
4837
4838 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4841 (vc-default-find-file-hook): New fun.
4842 (vc-find-file-hook): Call new find-file-hook operation.
4843
4844 * vc-arch.el: New file.
4845
4846 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4847
4848 * info-look.el (info-lookup): Reuse an existing Info window.
4849
4850 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4851
4852 * woman.el (woman-preserve-ascii): Default value changed to t and
4853 doc string revised.
4854
4855 2004-03-12 Richard M. Stallman <rms@gnu.org>
4856
4857 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4858 Fix minor bug.
4859
4860 * replace.el (occur-engine): Change message for count of matches.
4861
4862 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4863 For strings, do compare text properties.
4864
4865 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4866
4867 * progmodes/compile.el (compile-auto-highlight)
4868 (compilation-error-list, compilation-old-error-list)
4869 (compilation-parse-errors-function, compilation-parsing-end)
4870 (compilation-error-message, compilation-directory-stack)
4871 (compilation-enter-directory-regexp-alist)
4872 (compilation-leave-directory-regexp-alist)
4873 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4874 (compilation-current-file, compilation-regexps): Remove vars.
4875
4876 (compile-error-at-point, compilation-error-filedata)
4877 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4878 (compilation-next-error-locus, compilation-forget-errors)
4879 (count-regexp-groupings, compilation-parse-errors)
4880 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4881
4882 (compile-internal): Make obsolete.
4883
4884 (compilation-first-column, compilation-error)
4885 (compilation-directory-matcher, compilation-page-delimiter)
4886 (compilation-mode-font-lock-keywords, compilation-debug)
4887 (compilation-error-face, compilation-warning-face)
4888 (compilation-info-face, compilation-line-face)
4889 (compilation-column-face, compilation-enter-directory-face)
4890 (compilation-leave-directory-face, compilation-skip-threshold)
4891 (compilation-skip-visited, compilation-context-lines): New vars.
4892
4893 (compilation-warning-face, compilation-info-face)
4894 (compilation-message-face): New faces.
4895
4896 (compilation-error-regexp-alist-alist): New constant.
4897
4898 (compilation-face, compilation-directory-properties)
4899 (compilation-assq, compilation-error-properties, compilation-start)
4900 (define-compilation-mode, compilation-loop)
4901 (compilation-set-window): New functions.
4902
4903 (compile): Additional argument for interactive compiles like TeX.
4904
4905 * progmodes/grep.el (kill-grep): Move here from compile.el
4906 (grep-error, grep-hit-face, grep-error-face)
4907 (grep-mode-font-lock-keywords): New variables.
4908 (grep-regexp-alist): Simplify regexp and add `binary' case.
4909 (grep-mode): New mode.
4910 (grep-process-setup): Simplify.
4911
4912 2004-03-11 Jason Rumney <jasonr@gnu.org>
4913
4914 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4915 letters on DOS/Windows.
4916
4917 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * server.el (server-name): New var.
4920 (server-socket-dir): New var to replace server-socket-name.
4921 (server-start): Use them.
4922
4923 2004-03-11 Simon Josefsson <jas@extundo.com>
4924
4925 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4926 died to avoid infloop. Reported by Jonathan Glauner
4927 <jglauner@sbum.org>.
4928
4929 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4932 (smerge-mode-menu): Use it to deactivate menu entries.
4933 (smerge-keep-current): New fun.
4934 (smerge-keep-current): Use it.
4935
4936 2004-03-10 John Paul Wallington <jpw@gnu.org>
4937
4938 * foldout.el (foldout-fold-list, foldout-modeline-string):
4939 Declare them as variables, not constants.
4940
4941 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4942
4943 * ps-print.el: Modification to print *Messages* buffer.
4944 (ps-print-version): New version 6.6.4.
4945 (ps-message-log-max): New fun.
4946 (ps-spool-without-faces, ps-spool-with-faces)
4947 (ps-count-lines-preprint): Code fix.
4948
4949 * printing.el: New tips in Tips section.
4950
4951 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4952
4953 * delim-col.el: Doc fix.
4954
4955 * printing.el: Doc fix. New doc section (Tips).
4956
4957 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * type-break.el (type-break-emacs-variant): Remove.
4960 (type-break-run-at-time, type-break-cancel-function-timers):
4961 Use fboundp rather than version name and number.
4962
4963 2004-03-09 Masatake YAMATO <jet@gyve.org>
4964
4965 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4966 `make-variable-buffer-local'.
4967
4968 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4969
4970 * find-dired.el (find-dired): Call `shell-command' instead of
4971 `start-process-shell-command'. By this, Tramp takes over
4972 handling of remote directories.
4973
4974 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * newcomment.el (comment-use-global-state): New var.
4977 (comment-search-forward): Use it.
4978
4979 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4980
4981 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4982
4983 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4984 (enable-kinsoku): Make it a defcustom.
4985 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4986 paragraph to same-comment-start-marker.
4987
4988 2004-03-07 Dave Love <fx@gnu.org>
4989
4990 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4991 (browse-url-mail): Use it.
4992
4993 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4994 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4995
4996 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4997
4998 * woman.el (woman-man.conf-path): Doc fix.
4999 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5000
5001 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5002
5003 * sort.el (sort-columns): Remove ms-dos from the list of systems
5004 where the external `sort' command is not used.
5005
5006 2004-03-07 Kim F. Storm <storm@cua.dk>
5007
5008 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5009 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5010 from overlay-arrow-variable-list.
5011 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5012
5013 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5014
5015 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5016 overlay arrow string properly for the assembler buffer.
5017
5018 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * mail/sendmail.el (mail-mode): Fix last change.
5021
5022 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5023
5024 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5025 for the assembler buffer.
5026 (gdb-assembler-custom): Position the overlay arrow.
5027 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5028
5029 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5032
5033 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5034 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5035
5036 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5037
5038 * newcomment.el (uncomment-region): Allow non-terminated comment.
5039 (comment-normalize-vars): Check the user-specified comstart marker.
5040
5041 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5042
5043 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5044 Otherwise, do use it if the region only contains font-lock text
5045 properties.
5046
5047 2004-03-04 Masatake YAMATO <jet@gyve.org>
5048
5049 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5050 as the callback function for eldoc.
5051 (hexl-print-current-point-info): New function.
5052 (hexl-current-address): Print the address in both decimal
5053 and hexadecimal format.
5054
5055 2004-03-04 Richard M. Stallman <rms@gnu.org>
5056
5057 * mail/rmail.el (rmail-convert-to-babyl-format):
5058 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5059
5060 * mail/mail-utils.el (mail-unquote-printable-region):
5061 New arg UNIBYTE.
5062
5063 * startup.el (command-switch-alist): Doc fix.
5064
5065 * simple.el (undo): Temporarily set this-command to `undo-start',
5066 then set it to `undo' once undo-start returns without error.
5067
5068 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5069
5070 * simple.el (kill-line): Don't disregard trailing whitespace
5071 in eol condition, if show-trailing-whitespace is set.
5072
5073 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5074 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5075 When disabling, restore old values only if mouse-sel-has-been-enabled.
5076
5077 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5078 (isearch-{-char): New function.
5079 (isearch-mode-map): Bind { to isearch-{-char.
5080
5081 * font-lock.el (lisp-font-lock-keywords-2):
5082 Turn off the CL with-... and do-... general patterns.
5083 Instead, recognize several specific with... and do... constructs.
5084
5085 * files.el (switch-to-buffer-other-window):
5086 Bind same-window-buffer-names and same-window-regexps to nil.
5087 (switch-to-buffer-other-frame): Likewise.
5088
5089 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5092 recognizing leading comment on code line.
5093
5094 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5097 hidden files/directories.
5098
5099 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5102 only comment-start (in case the mode hasn't set it).
5103
5104 * Makefile.in (AUTOGENEL): New var.
5105 (bootstrap-prepare): Rename from bootstrap-clean.
5106 Don't remove elc files.
5107 (maintainer-clean): New target.
5108
5109 * xml.el (xml-get-attribute-or-nil): Simplify.
5110
5111 2004-03-02 Juri Linkov <juri@jurta.org>
5112
5113 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5114 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5115 URL to prevent their substitution with the environment variable
5116 values by browsers.
5117
5118 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5119
5120 * ps-print.el: Doc fix.
5121 (ps-print-version): New version number (6.6.3).
5122 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5123 Docstring fix.
5124 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5125 before printing.
5126 (ps-time-stamp-yyyy-mm-dd): New fun.
5127 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5128
5129 2004-03-02 Kim F. Storm <storm@cua.dk>
5130
5131 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5132
5133 2004-03-01 Juanma Barranquero <lektu@terra.es>
5134
5135 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5136
5137 * desktop.el (desktop-file-version)
5138 (desktop-after-read-hook): Fix typos.
5139 (desktop-clear-preserve-buffers): Remove redundant info in
5140 docstring already shown by the obsolescence message.
5141 (desktop-truncate, desktop-internal-v2s)
5142 (desktop-value-to-string): Change argument name to match docstring.
5143
5144 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5145
5146 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5147 docstring.
5148
5149 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5150
5151 * printing.el: Replace "As Is..." in PostScript file print/preview by
5152 "No Preprocessing...". Suggested by Colin Marquardt
5153 <_marquardt_@zmd.de>.
5154 (pr-insert-section-4): Adjust buffer interface.
5155
5156 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5157
5158 Version 2.0.39 of Tramp released.
5159
5160 * net/tramp.el (tramp-handle-file-local-copy)
5161 (tramp-handle-write-region, tramp-open-connection-rsh):
5162 Variable name typo. Small change. From Patrick Tullmann
5163 <tullmann@flux.utah.edu>.
5164 (tramp-process-connection-type): New variable.
5165 (tramp-maybe-open-connection): Use it.
5166 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5167 (tramp-touch): Set last-modified time of a remote file.
5168 (tramp-handle-write-region): Say which function is used when encoding.
5169
5170 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5171
5172 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5173 case of non-existing filename, too. Reported by Christoph Bauer
5174 <c_bauer@informatik.uni-kl.de>.
5175 (tramp-smb-get-file-entries): The directory in question should
5176 have permissions "drwxrwxrwx". Just virtual, because we don't
5177 know the real permissions. Don't we know?
5178 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5179 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5180 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5181 output. If it was received chunkwise, there have been problems.
5182 Remove the "prompt not found" error message; it is obvious.
5183 Simplify algorithm.
5184 (tramp-smb-process-running): Remove. Since we acknowledge the
5185 virtual prompt for shares, there's no need for distinction of
5186 reading shares (process ends afterwards) and interactive mode of
5187 smblient.
5188 (tramp-smb-open-connection): Setting process sentinel removed.
5189 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5190 "NT_STATUS_NETWORK_ACCESS_DENIED".
5191 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5192 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5193 (top-level): Setting default value in `tramp-default-method-alist'
5194 corrected. Order of USER and HOST have been wrong.
5195 Nobody complained for months ...
5196 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5197 (tramp-smb-open-connection): Clear password cache if login has failed.
5198
5199 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5200 `tramp-unified-filenames'.
5201 (tramp-completion-mode): Make test for XEmacs explicitely.
5202 `event-to-character' can exists in Emacs packages too.
5203 Reported by Matt Swift <swift@alum.mit.edu>.
5204 (tramp-buffer-name): Buffer name must contain the user if exists.
5205 Reported by Adrian Phillips <a.phillips@met.no>.
5206 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5207 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5208 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5209 `tramp-do-copy-or-rename-file-one-local', because it handles also
5210 the case both files use the same out-of-band method.
5211 Implementation added.
5212 (tramp-handle-file-local-copy, tramp-handle-write-region):
5213 Out-of-band handling removed. `copy-file' called instead, which
5214 calls `tramp-do-copy-or-rename-file-out-of-band'.
5215 (tramp-action-password): Check for out-of-band method removed.
5216 This function is used for 'login-program.
5217 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5218 appropriate.
5219 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5220 and `tramp-parse-sknownhosts'.
5221 (tramp-completion-function-alist): It's a defvar now, because we
5222 want to apply the optimized `tramp-set-completion-function'
5223 instead of a static list.
5224 (tramp-set-completion-function): Implementation tuned.
5225 Avoid double entries, and entries where the function or the
5226 file/directory doesn't exist.
5227 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5228 for SSH2.
5229 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5230 (tramp-handle-dired-compress-file): New function.
5231 (tramp-async-proc): New variable.
5232 (tramp-handle-shell-command): Adding asynchronous processes.
5233 They are far from being perfect, but it works at least for
5234 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5235 (top-level): Require password.el if visible. Should be mandatory
5236 once No Gnus has found its way into (X)Emacs.
5237 (tramp-read-passwd): Invoke `password-read' if available,
5238 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5239 fallback any longer.
5240 (tramp-clear-passwd): New function.
5241 (tramp-process-actions, tramp-process-multi-actions):
5242 Clear password cache if login has failed.
5243
5244 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5245 its own module.
5246 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5247 `ange-ftp-ftp-name-res'. There could be incorrect values from
5248 previous calls in case the "ftp" method is used in the Tramp file
5249 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5250
5251 2004-02-28 Richard M. Stallman <rms@gnu.org>
5252
5253 * term.el (term-mouse-paste): Call mouse-set-point.
5254
5255 * thumbs.el: New file.
5256
5257 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5258
5259 * progmodes/ebnf-abn.el: Doc fix.
5260
5261 * progmodes/ebnf-bnf.el: Doc fix.
5262 (ebnf-repeat): Code fix.
5263
5264 * progmodes/ebnf2ps.el: Doc fix.
5265 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5266
5267 2004-02-28 Juri Linkov <juri@jurta.org>
5268
5269 * ffap.el (dired-at-point): Additional writability test for
5270 relative directory names.
5271 (dired-at-point-prompter): Treat directories as a directory, get
5272 the directory component from files.
5273 (ffap-string-at-point): Return string from region if region is active.
5274 (ffap-file-at-point): Remove redundant code.
5275
5276 2004-02-28 Kim F. Storm <storm@cua.dk>
5277
5278 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5279 Initialize margin area images to nil.
5280 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5281 (breakpoint-enabled-bitmap-face)
5282 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5283 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5284 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5285 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5286 (gdb-reset): Use gdb-remove-breakpoint-icons.
5287 (gdb-put-string): Add dprop arg to specify alternative display
5288 property (for setting fringe bitmap).
5289 (gdb-remove-strings): Doc fix.
5290 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5291 icon in fringe (if available), or else as icon or text in display
5292 margin. Creates necessary icons in breakpoint-bitmap,
5293 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5294 Also make left window margin if required.
5295 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5296 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5297 no longer needed.
5298 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5299 gdb-put-breakpoint-icon.
5300 (gdb-assembler-mode): Don't set left-margin-width here.
5301
5302 2004-02-27 Kevin Ryde <user42@zip.com.au>
5303
5304 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5305 comma, so that it DTRT in macros.
5306
5307 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5308
5309 * progmodes/sh-script.el (sh-shell-arg)
5310 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5311 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5312
5313 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5314
5315 * faces.el (face-spec-set-match-display): Add a new attribute,
5316 `min-colors'.
5317 (region, highlight, secondary-selection): Use `min-colors'.
5318
5319 * custom.el (defface): Add documentation for `min-colors'.
5320
5321 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5322 (font-lock-keyword-face, font-lock-function-name-face)
5323 (font-lock-variable-name-face, font-lock-constant-face):
5324 Use `min-colors'.
5325
5326 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5327
5328 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5329
5330 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5331 define assq-delete-all if it's not defined.
5332 (ebnf-generate-region): Code fix.
5333
5334 * printing.el: Doc fix.
5335 (pr-version): New version number (6.7.2).
5336 (pr-command): Return empty string if command is an empty string.
5337
5338 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5339
5340 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5341
5342 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5343 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5344 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5345 "tt" ["test"] ). Reported by Markus Dreyer
5346 <mdreyer@ix.urz.uni-heidelberg.de>.
5347 (ebnf-version): New version number (4.0).
5348 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5349 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5350 (ebnf-delete-style): New commands.
5351 (ebnf-directory, ebnf-file): New funs.
5352 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5353 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5354 (ebnf-syntax-alist): New var.
5355 (ebnf-element-width): New fun replacing ebnf-list-width.
5356 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5357 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5358 (ebnf-prologue): Adjust vars.
5359 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5360 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5361 (ebnf-check-style-values, ebnf-generate-production)
5362 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5363 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5364 (ebnf-token-repeat): Code fix.
5365
5366 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5367 %right, %left and %prec. Suggested by Matthew K. Junker
5368 <junker@alum.mit.edu>.
5369 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5370
5371 * progmodes/ebnf-iso.el: Doc fix.
5372 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5373 (ebnf-iso-lex): Code fix.
5374
5375 * progmodes/ebnf-bnf.el: Doc fix.
5376 (ebnf-bnf-lex): Code fix.
5377
5378 * progmodes/ebnf-otz.el: Doc fix.
5379
5380 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5381
5382 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5383 (abbrev-prefix-mark): Doc fix.
5384
5385 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5386
5387 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5388 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5389 (gdb-var-delete): Make interactive (really).
5390 (gdb-edit-value): Make non-interactive.
5391
5392 * progmodes/gud.el (gud-speedbar-menu-items):
5393 Add gdb-var-delete and, indirectly, gdb-edit-value.
5394 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5395 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5396 (gud-gdb-marker-filter): Add comment for annotations.
5397
5398 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5399
5400 * calendar/calendar.el (generate-calendar)
5401 (calendar-read-date): Prevent display of BC calendars once more -
5402 reverts 2003-10-01 change.
5403 (generate-calendar-month): Doc fix.
5404
5405 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5406
5407 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5408 return value of increment-calendar-month.
5409
5410 2004-02-21 Stephen Compall <s11@member.fsf.org>
5411
5412 * saveplace.el (save-place-forget-unreadable-files)
5413 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5414 (save-place-forget-unreadable-files): New function.
5415 (save-place-alist-to-file): Use it to filter out files that are
5416 no longer readable.
5417
5418 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5419 current Texinfo environment, using the same method as in
5420 `texinfo-insert-@end', and insert a space rather than a newline if
5421 point in a @table environment.
5422
5423 2004-02-21 Juri Linkov <juri@jurta.org>
5424
5425 * ffap.el (ffap-file-at-point): Try parent directories.
5426
5427 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5428
5429 * vcursor.el (vcursor-modifiers): New defcustom.
5430 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5431 hard-coded list.
5432
5433 2004-02-21 Masatake YAMATO <jet@gyve.org>
5434
5435 * play/animate.el (animate-birthday-present): Accept names other
5436 than `Sarah', too.
5437
5438 2004-02-21 Juri Linkov <juri@jurta.org>
5439
5440 * startup.el: Remove table of command line arguments from the
5441 Commentary section.
5442
5443 2004-02-20 John Wiegley <johnw@newartisans.com>
5444
5445 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5446 again" modifier from 'e' to 'E', since 'e' is also used by the
5447 "file extension" modifier.
5448
5449 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5450
5451 * help-fns.el (describe-categories): Doc fix.
5452
5453 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5454
5455 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5456 temporary file for buffer already visiting one. This change makes
5457 output likely to be directly usable by patch program.
5458 Suggested by Adrian Aichner <adrian@xemacs.org>
5459
5460 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5461
5462 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5463 case of variables defined in compound statements.
5464 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5465 Simplify constructions using switch-to-buffer.
5466
5467 2004-02-19 Simon Josefsson <jas@extundo.com>
5468
5469 * play/morse.el: Fix typo.
5470 (morse-code): Add @.
5471
5472 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5473
5474 * calendar/appt.el (appt-display-format): Change default to
5475 'ignore, for backwards compatibility.
5476 (appt-display-message): If appt-display-format is 'ignore,
5477 respect old vars appt-msg-window and appt-visible.
5478 (appt-activate): Don't depend on return value of cancel-timer.
5479
5480 * calendar/calendar.el (calendar-holidays): Doc fix.
5481
5482 * calendar/cal-coptic.el (coptic-prompt-for-date):
5483 Use assoc-string instead of assoc-ignore-case.
5484 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5485 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5486 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5487 * calendar/cal-islam.el (calendar-goto-islamic-date)
5488 (mark-islamic-diary-entries): Ditto.
5489 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5490 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5491 (calendar-read-mayan-tzolkin-date): Ditto.
5492 * calendar/calendar.el (calendar-read-date): Ditto.
5493 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5494
5495 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5496
5497 * progmodes/executable.el (executable-command-find-posix-p):
5498 Fix choice of the directory.
5499
5500 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * simple.el (interprogram-cut-function)
5503 (interprogram-paste-function, kill-new, kill-append):
5504 Doc fixes.
5505 (kill-region): Make it return nil. Doc fix.
5506 (yank-pop): Make its argument optional.
5507 (yank): Make ARG `-' equivalent to `-1'.
5508
5509 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5510
5511 * mail/rmail.el (rmail-get-new-mail): Don't reference
5512 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5513
5514 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5515
5516 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5517 if one of global-auto-revert-non-file-buffers or autorevert-mode
5518 is non-nil.
5519
5520 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5521
5522 * subr.el (delete-dups): A better implementation from Karl Heuer
5523 <kwzh@gnu.org>.
5524
5525 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5526
5527 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5528 correct place.
5529 * progmodes/icon.el (icon-indent-command): Ditto.
5530 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5531
5532 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5533
5534 * progmodes/grep.el (grep-compute-defaults): Undo change from
5535 2004-01-29: don't use executable-command-find-posix-p.
5536
5537 2004-02-16 Richard Sharman <rsharman@pobox.com>
5538
5539 * hilit-chg.el: Use require instead of eval-and-compile.
5540 (highlight-compare-buffers): New function.
5541
5542 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5543
5544 * man.el (Man-fontify-manpage): Render section headings in
5545 `Man-overstrike-face' even when overstrike was not used by man
5546 formatter for section headings.
5547
5548 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5549
5550 * rmail-spam-filter.el: (vm-use-spam-filter)
5551 (rsf-min-region-length-added-to-spam-list): New variables.
5552 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5553 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5554 spam testing. Don't delete spam message if automatic deletion
5555 after output via variable rmail-delete-after-output is turned on.
5556 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5557 rsf-bbdb-dont-create-entries-for-spam.
5558 (check-field): New function, extracted from code in
5559 rmail-spam-filter to ease addition of header fields like content-type.
5560 (message-content-type): New variable to check the content-type:
5561 field added, also in defcustom of rsf-definitions-alist.
5562 (rmail-spam-filter): Replace repeated test code for header fields
5563 by calls to check-field; change the call to
5564 rmail-output-to-rmail-file such that rmail-current-message stays
5565 the same to avoid wrong deletion of unseen flags.
5566 (rsf-add-contents-type): New function to convert old format
5567 of rmail-spam-definitions-alist into new one.
5568 Change prefixes of all variables and functions from
5569 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5570
5571 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5572
5573 * loadhist.el (unload-hook-features-list): New defvar.
5574
5575 2004-02-16 Dave Love <fx@gnu.org>
5576
5577 * loadhist.el (unload-feature): Doc fix. Rename flist to
5578 unload-hook-features-list.
5579
5580 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5581
5582 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5583 cookie. Don't check if we are looking-at open-formula.
5584
5585 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5586
5587 * subr.el (match-string-no-properties): Use substring-no-properties.
5588
5589 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5590
5591 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5592 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5593 Use lower-case "rx" in all error message.
5594
5595 2004-02-16 Dave Love <fx@gnu.org>
5596
5597 * emacs-lisp/rx.el (rx-or): Put group around result.
5598 (rx-constituents): Add backref.
5599 (rx-syntax): Add string-delimiter, comment-delimiter.
5600 (rx-categories): Add combining-diacritic.
5601 (rx-check-not, rx-greedy, rx): Doc fix.
5602 (rx-backref, rx-check-backref): New.
5603
5604 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5605
5606 * newcomment.el (uncomment-region): Allow eob as comment end.
5607
5608 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5609
5610 * filecache.el: All message and error commands now use prefix
5611 "Filecache:" to make it easy to read *Messages* buffer.
5612
5613 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5614
5615 * autorevert.el: Add support to detect changed dired and VC buffers.
5616 (auto-revert-active-p, auto-revert-list-diff)
5617 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5618 (auto-revert-handler, auto-revert-active-p): New functions.
5619 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5620 and `auto-revert-active-p'.
5621 (eval-when-compile): Defvar dired-directory and vc-mode.
5622 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5623 (auto-revert-handler-vc): New functions.
5624
5625 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5626
5627 * progmodes/compile.el (compilation-directory): New defvar.
5628 (compile): Save current directory in compilation-directory.
5629 (recompile): Bind default-directory to compilation-directory if
5630 that is non-nil.
5631
5632 2004-02-16 Dave Love <fx@gnu.org>
5633
5634 * newcomment.el (comment-insert-comment-function)
5635 (comment-region-function, uncomment-region-function): New.
5636 (comment-indent): Use comment-insert-comment-function.
5637 (uncomment-region): Use uncomment-region-function.
5638 (comment-region): Use comment-region-function.
5639
5640 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5641
5642 2004-02-16 Richard Stallman <rms@gnu.org>
5643
5644 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5645 loaddefs* and ldefs-boot*.
5646
5647 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5648
5649 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5650 and email address at the beginning and end of the address.
5651
5652 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5653 anchored at the beginning of the email address.
5654
5655 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5656
5657 * international/ccl.el (ccl-compile-write): Pass `left' to
5658 ccl-embed-code to generate correct code of write-expr-register.
5659
5660 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5661
5662 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5663
5664 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5665
5666 * x-dnd.el: Mention support for Motif in commentary.
5667 (x-dnd-handle-drag-n-drop-event): Ditto.
5668
5669 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5670
5671 * ses.el: Use "ses--" prefixes for buffer-local variables.
5672 Use (point-min) instead of 1, even when we know the buffer
5673 is unnarrowed.
5674 (ses-build-load-map): Delete. Distribute its content to defconst's for
5675 the three maps.
5676 (ses-menu, ses-header-line-menu): New menus.
5677 (ses-mode-map): Use them.
5678 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5679
5680 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5681
5682 * Makefile.in: Fix the CC Mode recompile kludge so it works
5683 when building in a different directory.
5684
5685 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5686
5687 * simple.el (kill-new): Put yank-handler property on the entire string.
5688
5689 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * diff.el: Don't use compile any more, use diff-mode instead.
5692 (diff-regexp-alist, diff-old-file, diff-new-file)
5693 (diff-parse-differences, diff-process-setup): Remove.
5694 (diff-sentinel): New fun.
5695 (diff): Use it. Run the process ourselves.
5696 Use diff-mode for the rest of the processing.
5697
5698 * diff.el (diff): Simplify code handling `switch'.
5699
5700 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * pcvs-defs.el (cvs-menu): Add `tag'.
5703
5704 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5705
5706 * simple.el (kill-append): Doc fix.
5707
5708 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5709 Adapt outline-regexp to the new conventions for commenting out code.
5710
5711 2004-02-11 John Paul Wallington <jpw@gnu.org>
5712
5713 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5714
5715 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * diff.el (diff-switches): New fun.
5718 (diff, diff-backup): Use it.
5719 (diff): Clean up the args construction. Use backquote.
5720 Use listp instead of consp to avoid putting a nil arg.
5721 (diff): Add a revert-buffer function.
5722
5723 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5724
5725 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5726 handled by x-dnd-handle-file-name.
5727 (x-dnd-known-types): Add COMPOUND_TEXT.
5728 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5729 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5730 x-dnd-empty-state.
5731 (x-dnd-forget-drop): Ditto.
5732 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5733 (x-dnd-handle-one-url): Return private when inserting text.
5734 (x-dnd-insert-ctext): New function.
5735 (x-dnd-handle-file-name): New function for FILE_NAME.
5736 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5737 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5738 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5739
5740 2004-02-10 Kenichi Handa <handa@m17n.org>
5741
5742 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5743 instead of while loop.
5744
5745 2004-02-10 Miles Bader <miles@gnu.org>
5746
5747 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5748
5749 2004-02-09 Kenichi Handa <handa@m17n.org>
5750
5751 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5752 have end-of-line.
5753
5754 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5755
5756 * Makefile.in: Added extra dependencies in the recompile target
5757 needed to cope with the compile time macro expansions in CC Mode.
5758
5759 2004-02-09 Kim F. Storm <storm@cua.dk>
5760
5761 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5762 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5763 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5764 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5765 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5766 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5767 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5768 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5769 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5770 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5771 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5772
5773 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5776 Don't allow shrink if there's a window on our right.
5777
5778 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5779 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5780 Bring together declaration and initialization.
5781 (prolog-mode-variables): Don't set the syntax table.
5782 Don't set paragraph-start and comment-indent-function.
5783 Add /*..*/ to the comment regexps.
5784 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5785 (prolog-mode-map): Don't bind TAB.
5786 (prolog-mode): Set the syntax table.
5787 (prolog-comment-indent): Remove.
5788 (inferior-prolog-mode-map): Initialize in the declaration.
5789 (inferior-prolog-mode-syntax-table)
5790 (inferior-prolog-mode-abbrev-table): New vars.
5791 (inferior-prolog-mode): Derive from comint-mode.
5792 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5793 minibuffer windows.
5794
5795 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5796 in file names, as long as it is unabmiguous.
5797
5798 2004-02-08 Andreas Schwab <schwab@suse.de>
5799
5800 * textmodes/reftex-toc.el
5801 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5802 format. Doc fix.
5803
5804 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5805 format string arguments.
5806
5807 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5808 string argument.
5809
5810 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5811
5812 * play/zone.el (zone-call): Fix format string.
5813
5814 * net/webjump.el (webjump-builtin): Add missing format string argument.
5815
5816 * midnight.el (midnight-delay-set): Remove extra format string argument.
5817
5818 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5819
5820 * hexl.el (hexl-insert-char): Add missing format string argument.
5821
5822 * format.el (format-decode): Fix format string.
5823
5824 * emulation/vi.el (vi-mode): Remove extra format string argument.
5825 (vi-repeat-last-search): Likewise.
5826 (vi-reverse-last-search): Likewise.
5827 (vi-goto-mark): Likewise.
5828 (vi-reverse-last-find-char): Likewise.
5829 (vi-repeat-last-find-char): Likewise.
5830 (vi-locate-def): Likewise.
5831
5832 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5833
5834 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5835 string argument.
5836 (ediff-toggle-regexp-match): Likewise.
5837
5838 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5839 format string argument.
5840
5841 * calc/calc-map.el (calc-get-operator): Remove extra format
5842 string argument.
5843
5844 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5845
5846 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5847 string argument.
5848
5849 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5850
5851 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5852
5853 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5854
5855 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5856 (cl-struct-setf-expander): Likewise.
5857
5858 * vc.el (with-vc-file): Fix unsafe uses of error.
5859 (vc-cancel-version): Likewise.
5860
5861 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5862
5863 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5864 thousands separator; fixes <class>:<line-number> regexp for
5865 non-english locales.
5866
5867 2004-02-08 Andreas Schwab <schwab@suse.de>
5868
5869 * view.el (view-mode-enable): Revert previous change.
5870
5871 2004-02-07 Kim F. Storm <storm@cua.dk>
5872
5873 * simple.el (line-number-at-pos): Rename from line-at-pos.
5874 Uses changed (what-line and vc-annotate-warp-version).
5875
5876 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5879 (diff-mode): Remove aborted attempt at support for compile.el.
5880 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5881
5882 2004-02-06 Andreas Schwab <schwab@suse.de>
5883
5884 * view.el (view-mode-enable): Add view-mode-map to
5885 minor-mode-overriding-map-alist.
5886
5887 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5888
5889 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5890
5891 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5894 with point inside rather than after the paragraph.
5895
5896 2004-02-04 Sam Steingold <sds@gnu.org>
5897
5898 * mail/smtpmail.el (smtpmail-try-auth-methods):
5899 Do not try authentication when no mechanism is available.
5900 Pass port-name as defaultport to `netrc-machine'.
5901
5902 2004-02-04 Stephen Eglen <stephen@gnu.org>
5903
5904 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5905 to show how minibuffer height can be constrained.
5906
5907 2004-02-04 John Paul Wallington <jpw@gnu.org>
5908
5909 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5910
5911 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5912
5913 * x-dnd.el: New file for drag and drop.
5914
5915 * term/x-win.el: require x-dnd, set after-make-frame-functions
5916 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5917 drag-n-drop event.
5918
5919 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5920 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5921 (dired-dnd-handle-file): New functions for drag and drop support.
5922 (dired-mode): Initialize drag and drop if x-dnd present.
5923
5924 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5927 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5928 (cperl-mode): Set fill-paragraph-function.
5929 (cperl-fill-paragraph): Make it non-interactive.
5930
5931 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5932
5933 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5934
5935 2004-02-02 David Kastrup <dak@gnu.org>
5936
5937 * replace.el (perform-replace): Allow 'literal argument in
5938 regexp-flag to indicate literal replacement.
5939 (query-replace-regexp-eval): Use it.
5940
5941 2004-02-01 Andreas Schwab <schwab@suse.de>
5942
5943 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5944
5945 2004-02-01 Stephen Eglen <stephen@gnu.org>
5946
5947 * info-look.el: Add support for maxima-mode. Update commentary
5948 because info-lookup-symbol is now bound to C-h S.
5949
5950 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5951
5952 * simple.el (edit-and-eval-command): Bind print-level and
5953 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5954 Correct initial position in command-history.
5955
5956 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5957
5958 * files.el (read-directory-name): Adapt the docstring to recent
5959 change in Fread_file_name.
5960
5961 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5962
5963 * ses.el (ses-print-cell): If print format too wide for column
5964 width, truncate decimal places if that helps to avoid "#####" fill.
5965 * ses.el (ses-initial-column-width): Revert previous change.
5966
5967 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5970 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5971 Add edebug info.
5972 (jit-lock-mode): Setup/cancel the new timer.
5973 (jit-lock-context-fontify): New fun. Extracted from
5974 context fontification code of jit-lock-stealth-fontify.
5975 (jit-lock-stealth-fontify): Don't do context fontification any more.
5976
5977 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5978 (jit-lock-fontify-now): Handle the `quit' case.
5979 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5980
5981 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5982
5983 * progmodes/executable.el (executable-command-find-posix-p):
5984 New. Check if find handles arguments Posix-style.
5985
5986 * progmodes/grep.el (grep-compute-defaults):
5987 Use executable-command-find-posix-p.
5988 (grep-find): Check `grep-find-command'.
5989
5990 * filecache.el (file-cache-find-posix-p): Delete.
5991 (file-cache-add-directory-using-find):
5992 Use `executable-command-find-posix-p'.
5993
5994 2004-01-29 Dave Love <fx@gnu.org>
5995
5996 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5997 Iterate the hook function if arg is given.
5998 (mark-defun, narrow-to-defun): Change order of finding the limits.
5999
6000 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6001 (byte-compile-format-warn): New.
6002 (byte-compile-callargs-warn): Use it.
6003 (Format, message, error): Add byte-compile-format-like property.
6004 (byte-compile-maybe-guarded): New.
6005 (byte-compile-if, byte-compile-cond): Use it.
6006 (byte-compile-lambda): Compile interactive forms,
6007 just to make warnings about them.
6008
6009 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6010
6011 * ses.el (ses-initial-column-width): Increase to 14, so it will
6012 work well with the default printer of "%.7g" for extreme values
6013 like "-1.234567e+07".
6014
6015 2004-01-29 Kenichi Handa <handa@m17n.org>
6016
6017 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6018
6019 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6020
6021 * dos-w32.el: Added support for the `default-printer-name' function.
6022
6023 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * server.el (server-socket-name): Don't use the hostname in the
6026 socket name since /tmp is local to the host anyway.
6027
6028 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6029 robust check of widening and fix var-naming.
6030
6031 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6032
6033 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6034 or rmail-spam- to rsf- in all function and variable names.
6035 (rsf-min-region-to-spam-list): New variable.
6036 (rsf-bbdb-auto-delete-spam-entries): Rename from
6037 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6038 scanned together with the recipients field for spam testing; Don't
6039 delete spam message if rmail-delete-after-output is non-nil;
6040 (rsf-check-field): New function, extracted from code in
6041 rmail-spam-filter to ease addition of header fields like
6042 content-type:;
6043 (message-content-type): New variable. The content-type: field was
6044 added also in defcustom of rsf-definitions-alist;
6045 (rmail-spam-filter): Replace repeated test code for header fields
6046 by calls to check-field; change the call to
6047 rmail-output-to-rmail-file such that rmail-current-message stays
6048 the same to avoid wrong deletion of unseen flags.
6049 (rmail-use-spam-filter): Add autoload cookie.
6050
6051 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6052
6053 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6054 (file-cache-add-directory-using-find): Add Cygwin support.
6055 (file-cache-find-command-posix-flag): New user variable.
6056
6057 * filecache.el (file-cache-add-directory): Check for
6058 directories an remove them from dir-files.
6059
6060 2004-01-27 Richard M. Stallman <rms@gnu.org>
6061
6062 * man.el (Man-fontify-manpage): Clean up message.
6063
6064 2004-01-27 Kenichi Handa <handa@m17n.org>
6065
6066 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6067 (sentence-end): Define using sentence-end-without-space.
6068
6069 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6070 a sentence ends with one of a character in sentence-end-without-space.
6071
6072 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6075 (jit-lock): Group declaration moved to jit-lock.el.
6076 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6077 when necessary.
6078
6079 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6080 (jit-lock-context-unfontify-pos): Rename from
6081 jit-lock-first-unfontify-pos.
6082 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6083
6084 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6085
6086 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6087 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6088 (fortran-fill): When filling a string, adjust re-search-backward
6089 argument for special case of string just on fill-column.
6090 When filling non-string, allow one extra char if
6091 fortran-break-before-delimiters is non-nil.
6092 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6093 Use fortran-break-delimiters-re and fortran-no-break-re to
6094 correctly handle cases such as "**".
6095
6096 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6097 (f90-no-break-re): Add some extra tokens. Doc fix.
6098
6099 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6100
6101 * mail/rmail-spam-filter.el:
6102 Use two semicolons as Commentary line prefix.
6103 Add ";;; Code:" stylized comment.
6104 Delete end-of-line whitespace.
6105 Wrap (require 'cl) with `eval-when-compile'.
6106
6107 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6108
6109 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6110 at the top level of vc.el.
6111
6112 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6113
6114 * vc.el (vc-current-line): Function removed. This is now done by
6115 the new function line-at-pos in simple.el.
6116 (vc-annotate-warp-version): Use line-at-pos instead of
6117 vc-current-line.
6118
6119 2004-01-22 Kim F. Storm <storm@cua.dk>
6120
6121 * simple.el (line-at-pos): New defun.
6122 (what-line): Use it. Optimize by only counting lines in narrowed
6123 region once.
6124
6125 2004-01-22 Kenichi Handa <handa@m17n.org>
6126
6127 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6128 point (register r1) only for charset mule-unicode-0100-24ff.
6129
6130 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6131
6132 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6133 trailing white space and ensure a final newline.
6134
6135 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6136 Add autoload cookie.
6137
6138 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6139
6140 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6141 activate view-mode explicitly.
6142
6143 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6144
6145 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6146 use clipboard first.
6147
6148 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6151 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6152 (vc-mcvs-cvs): Remove.
6153 (vc-mcvs-command): Remove use of assert.
6154
6155 * outline.el (outline-insert-heading): Tighten up match.
6156 (outline-demote, outline-move-subtree-down): Don't assume anything
6157 about outline-regexp.
6158
6159 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6160 (texinfo-show-structure): Explicitly add ^, and simplify.
6161
6162 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6163
6164 * calendar/appt.el (appt-check): Restore usage of
6165 appt-issue-message deleted in previous change.
6166 (top-level): Activate package when loaded (needed for backwards
6167 compatibility).
6168
6169 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6170
6171 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6172 following previous change to smtpmail-send-data.
6173
6174 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6175
6176 * vc.el (vc-default-previous-version): Doc enhancement.
6177 (vc-default-next-version): New function.
6178 (vc-print-log): New arg FOCUS-REV.
6179 (vc-annotate-mode): Derive from view-mode.
6180 (vc-annotate): New args REVISION, DISPLAY-MODE.
6181 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6182 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6183 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6184 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6185 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6186
6187 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6188
6189 2004-01-19 Karl Berry <karl@gnu.org>
6190
6191 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6192 or "TexInfo".
6193
6194 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6195
6196 * subr.el (delete-dups): New function.
6197
6198 2004-01-19 Karl Berry <karl@gnu.org>
6199
6200 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6201 with ^, since that's what texinfo-show-structure
6202 documentation says (plus it works much better in texinfo.txi).
6203
6204 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6205
6206 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6207
6208 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6209
6210 * progmodes/which-func.el (which-function-mode): Don't cancel
6211 which-func-update-timer if not set.
6212
6213 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6214
6215 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6216 Remove spurious left square bracket in XX:XXam regexp.
6217
6218 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * progmodes/cc-defs.el: Do not require cl at run time.
6221
6222 2004-01-16 Richard M. Stallman <rms@gnu.org>
6223
6224 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6225 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6226
6227 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6228 Call rmail-spam-filter. Delete and expunge spam.
6229 Print number of spam messages deleted.
6230 Save and restore the deletion status of old messages when reading
6231 new mail with spam filter, so that expunging spam does not expunge
6232 msgs deleted by the user.
6233 (rmail-only-expunge): Add an optional argument dont-show to
6234 prevent showing message after expunge.
6235
6236 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6237
6238 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6239 * subr.el (declare): New macro.
6240
6241 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6242
6243 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6244
6245 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6248 Test window-system rather than system-type (for X11/Mac).
6249
6250 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6251
6252 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6253
6254 2004-01-12 Richard M. Stallman <rms@gnu.org>
6255
6256 * mail/rmail.el (rmail-convert-to-babyl-format):
6257 Use mail-unquote-printable-region.
6258 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6259 (rmail-hex-char-to-integer): Functions deleted.
6260
6261 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6262 (mail-unquote-printable-region): New arg NOERROR.
6263 For invalid encoding, either signal an error to just return nil.
6264
6265 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6266
6267 * calendar/appt.el: Update copyright and commentary.
6268 (appt-issue-message): Make obsolete.
6269 (appt-visible, appt-msg-window): Make obsolete, in favour of
6270 appt-display-format.
6271 (appt-display-mode-line, appt-display-duration)
6272 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6273 (appt-prev-comp-time, appt-display-count, appt-timer)
6274 (appt-convert-time): Doc change.
6275 (appt-disp-window-function, appt-delete-window-function):
6276 Use defcustom rather than defvar.
6277 (appt-display-format): New variable.
6278 (appt-display-message): New function with display code from appt-check.
6279 (appt-check): Add optional FORCE argument. Doc change.
6280 Add appt-make-list to diary-hook if displaying diary.
6281 Remove checking of view-diary-entries-initially.
6282 Message display section removed to new function appt-display-message.
6283 (appt-display-window): Doc change. Remove unused internal var
6284 this-buffer. Do not beep, since appt-display-message does that.
6285 (appt-make-list): Doc change. Use caar.
6286 (appt-sort-list): Simplify by using builtin sort function.
6287 (appt-update-list): New function for updating appts when diary is
6288 saved.
6289 (appt-activate): New autoloaded function to toggle package
6290 functionality.
6291
6292 * calendar/cal-x.el: (calendar-one-frame-setup)
6293 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6294
6295 * calendar/calendar.el: Update copyright.
6296 (view-diary-entries-initially, european-calendar-style): Doc change.
6297 (calendar-setup): Make defcustom rather than defvar.
6298 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6299 in let binding so local to function.
6300
6301 * calendar/diary-lib.el: Update copyright.
6302 (diary, diary-entry-time): Doc change.
6303 (list-diary-entries): Doc change. Trivial logic change.
6304 (fancy-diary-display): Restore make-face command mistakenly
6305 deleted 2003-05-08.
6306 (show-all-diary-entries): Allow to pop-up frame if needed.
6307
6308 2004-01-09 John Paul Wallington <jpw@gnu.org>
6309
6310 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6311 Temporarily select EVENT's window for changing eol type.
6312
6313 2004-01-09 Deepak Goel <deego@gnufans.org>
6314
6315 * calendar/diary-lib.el (diary-entry-time):
6316 Also accept time in the form XX[.XX][am/pm/AM/PM].
6317 (fancy-diary-font-lock-keywords): Likewise.
6318 (diary-font-lock-keywords): Likewise.
6319 * calendar/appt.el (appt-add): Likewise.
6320 (appt-make-list): Likewise.
6321 (appt-convert-time): Likewise.
6322
6323 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6324
6325 * gdb-ui.el (gdb-ann3): Revert previous change.
6326 (gdb-source-info): Allow for case of where compilation directory
6327 is not recorded.
6328
6329 2004-01-08 John Paul Wallington <jpw@gnu.org>
6330
6331 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6332
6333 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6334
6335 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6336
6337 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6338 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6339 problems.
6340 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6341
6342 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6343
6344 * files.el (write-file-functions, write-contents-functions):
6345 Clarify docstrings.
6346
6347 2004-01-07 Kenichi Handa <handa@m17n.org>
6348
6349 * international/mule.el (set-auto-coding): Fix for the case that
6350 end-of-line is only CR.
6351
6352 2004-01-07 Kim F. Storm <storm@cua.dk>
6353
6354 * subr.el (event-start, event-end): Doc fix.
6355 (posn-string, posn-image): New defuns.
6356 (posn-object): Return either image or string object.
6357 (posn-object-x-y): Return 8th element of position.
6358 (posn-object-width-height): New defun.
6359
6360 2004-01-06 Andreas Schwab <schwab@suse.de>
6361
6362 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6363 output.
6364
6365 2004-01-05 Karl Berry <karl@gnu.org>
6366
6367 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6368 / and *, too.
6369
6370 2003-12-31 Simon Josefsson <jas@extundo.com>
6371
6372 * files.el (before-save-hook): Add.
6373 (basic-save-buffer): Use before-save-hook.
6374
6375 * emacs-lisp/copyright.el: Fix comment to recommend
6376 before-save-hook instead of write-file-functions.
6377
6378 2004-01-05 Richard M. Stallman <rms@gnu.org>
6379
6380 * finder.el (finder-commentary): Call delete-other-windows.
6381
6382 * net/ange-ftp.el (ange-ftp-file-attributes):
6383 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6384
6385 2004-01-04 Karl Berry <karl@gnu.org>
6386
6387 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6388 comment characters % and # in the copyright year notice,
6389 as well as ;.
6390
6391 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6392
6393 * wid-edit.el (default): Define dummy :value-delete.
6394 Reported by Jesper Harder <harder@ifa.au.dk>.
6395
6396 2004-01-03 Richard M. Stallman <rms@gnu.org>
6397
6398 * progmodes/compile.el (compile-internal): Use point, not point-min,
6399 for set-window-point.
6400
6401 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6402
6403 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6404
6405 * progmodes/grep.el (grep-mode-map):
6406 Don't remap next-line, previous-line.
6407
6408 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6409
6410 * speedbar.el (speedbar-edit-line): Change regexp to position
6411 the cursor on the first character of this line's button.
6412
6413 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6414
6415 * subr.el (functionp): Doc fix.
6416
6417 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6418
6419 * progmodes/idlwave.el (idlwave-make-tags):
6420 * textmodes/flyspell.el (flyspell-large-region):.
6421 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6422 * emulation/viper-util.el (viper-glob-unix-files):
6423 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6424 * man.el (Man-init-defvars):
6425 * jka-compr.el (jka-compr-call-process):
6426 * files.el (get-free-disk-space,insert-directory):
6427 * ediff-ptch.el (ediff-test-patch-utility):
6428 * ediff-diff.el (ediff-test-utility):
6429 * dired-aux.el (dired-check-process):
6430 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6431 test the return value of call-process, because it can be a string.
6432
6433 2003-12-31 John Paul Wallington <jpw@gnu.org>
6434
6435 * bindings.el (completion-ignored-extensions): Add .pfsl.
6436
6437 2003-12-31 Kim F. Storm <storm@cua.dk>
6438
6439 * ido.el (ido-nonreadable-directory-p): New defun to check for
6440 nonreadable directory without activating tramp (to avoid problems
6441 with checking incomplete tramp paths).
6442 (ido-set-current-directory, ido-file-internal)
6443 (ido-file-name-all-completions1): Use it.
6444
6445 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6446
6447 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6448 documentation if the anchor (or node) name is preceded by `info
6449 anchor' or `Info anchor' in addition to earlier `info node' and
6450 `Info node'.
6451 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6452
6453 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6454
6455 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6456 error in arguments to base64-decode-region. Remove ^M characters
6457 after decoding base64.
6458
6459 2003-12-30 Simon Josefsson <jas@extundo.com>
6460
6461 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6462 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6463 have only been distributed with Emacs for some years.
6464 (texinfo-mode-hook): Customize.
6465
6466 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6467
6468 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6469 cleaner (suggested by Richard Stallman).
6470
6471 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6472 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6473 file-name clashes on 8+3 DOS filesystems.
6474
6475 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6476 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6477 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6478 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6479 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6480 file-name clashes on 8+3 filesystems.
6481
6482 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6483 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6484 file-name clashes on 8+3 DOS filesystems.
6485
6486 2003-12-29 Richard M. Stallman <rms@gnu.org>
6487
6488 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6489 Upcase the character.
6490
6491 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6492 Search for header separator alone on a line, literally,
6493 and search for it backward, not forward.
6494 (flyspell-abbrev-table): Always use global-abbrev-table
6495 if there is no local one.
6496
6497 * progmodes/sh-script.el (sh-get-indent-info):
6498 Don't move point back if at bob.
6499
6500 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6501
6502 * play/handwrite.el (handwrite): Make the handwrite credit message
6503 a comment rather than an output command.
6504
6505 * obsolete/sc.el: Display message that this file is obsolete.
6506
6507 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6508
6509 * mail/rfc822.el (rfc822-address-start): Declare variable.
6510 Renamed from address-start. All uses changed.
6511
6512 * term.el (term-exec): Set up sentinel.
6513 (term-sentinel): New function.
6514 (term-handle-exit): New function.
6515
6516 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6517 Use assoc-string, and mark them obsolete.
6518 (delay-mode-hooks): Mark as permanent local.
6519
6520 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6521
6522 * register.el (copy-rectangle-to-register): Doc fix.
6523
6524 * info.el (Info-insert-dir): Use assoc-string.
6525
6526 * info-look.el (info-lookup): Use assoc-string.
6527
6528 * frame.el (pop-up-frame-function): Use quote, not `function'.
6529 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6530 copying with lists as coordinate values.
6531
6532 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6533
6534 * find-dired.el (kill-find): New command.
6535 (find-dired): Make buffer read-only.
6536 Set up a keymap with C-c C-k running kill-find.
6537 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6538
6539 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6540
6541 * filecache.el (file-cache-ignore-case): New variable.
6542 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6543
6544 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6545 (comint-dynamic-complete-as-filename): Rename local vars.
6546 (comint-dynamic-list-filename-completions): Likewise.
6547
6548 * comint.el (comint-dynamic-list-completions-config): New var.
6549 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6550
6551 * comint.el (comint-file-name-chars): Add [].
6552 (comint-word): Use skip-chars-backward, not search.
6553
6554 * shell.el (shell-file-name-chars): Add [].
6555
6556 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6557
6558 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6559
6560 * generic.el (define-generic-mode): Doc fix.
6561
6562 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6563
6564 * files.el (kill-some-buffers): Doc fix.
6565
6566 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6567
6568 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6569 arg to send-invisible
6570 (send-invisible): Doc fix. The argument is now a prompt, not the
6571 string to send.
6572 (comint-read-noecho): Doc fix.
6573
6574 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6575
6576 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6577 "@", as required by some ISP hosting service. Fix defcustom
6578 argument syntax errors that prevented use of customization.
6579
6580 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6581
6582 * xml.el (xml-get-attribute-or-nil): Doc fix.
6583
6584 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6585
6586 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6587 write-file-hooks.
6588
6589 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6590
6591 * autorevert.el (auto-revert-interval): Doc fix.
6592
6593 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6594
6595 * xml.el (xml-get-attribute-or-nil): New function, like
6596 xml-get-attribute, but returns nil if the attribute was not found.
6597 (xml-get-attribute): Convert to defsubst, uses
6598 xml-get-attribute-or-nil.
6599
6600 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6601
6602 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6603
6604 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6605
6606 * custom.el (custom-declare-theme): Use `value' when putting
6607 properties on `theme'.
6608
6609 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6610
6611 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6612 for each yank-handler segment.
6613 (insert-for-yank-1): New function, with the body of the previous
6614 insert-for-yank.
6615
6616 * textmodes/table.el (table-yank-handler): New defcustom.
6617 (table--put-cell-indicator-property): Put yank-handler property
6618 that indicates the yank handler for the table cell.
6619
6620 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6621
6622 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6623 set of keywords.
6624
6625 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6626
6627 * international/mule-cmds.el (reset-language-environment)
6628 (set-language-environment): Don't invoke fontset-related functions
6629 if fontset-list is not fboundp.
6630
6631 2003-12-29 Kenichi Handa <handa@m17n.org>
6632
6633 * international/mule-cmds.el (reset-language-environment):
6634 Call set-overriding-fontspec-internal with nil.
6635 (set-language-environment): Call set-overriding-fontspec-internal
6636 if the language environment specify `overriding-fontspec'.
6637 (language-info-alist): Doc added.
6638
6639 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6640 characters of mule-unicode-0100-24ff.
6641 (ccl-encode-windows-1251-font): New CCL program.
6642 ("Bulgarian"): Specify overriding-fontspec.
6643 ("Belarusian"): Likewise.
6644
6645 2003-12-28 Sam Steingold <sds@gnu.org>
6646
6647 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6648 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6649
6650 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6651
6652 * progmodes/gud.el (gud-gdb-command-name): Set default to
6653 "gdb --annotate=3".
6654 (gud-gdb-marker-filter): Look out for annotations.
6655 (gdb-first-pre-prompt): New variable.
6656 Remove trailing white space.
6657
6658 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6659 if necessary.
6660 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6661 annotations are detected.
6662 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6663 instead of a local one to allow transition from
6664 gud-gdb-marker-filter.
6665 Remove trailing white space.
6666
6667 2003-12-27 Kim F. Storm <storm@cua.dk>
6668
6669 * ido.el: Handle non-readable directories.
6670 (ido-decorations): Add 9th element for non-readable directory.
6671 (ido-directory-nonreadable): New dynamic var.
6672 (ido-set-current-directory): Set it.
6673 (ido-read-buffer, ido-file-internal):
6674 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6675 (ido-file-name-all-completions1): Return empty list for
6676 non-readable directory.
6677 (ido-exhibit): Print [Not readable] if directory is not readable.
6678 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6679 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6680 Use it.
6681
6682 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6683
6684 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6685 calls to directory-files-and-attributes and file-attributes.
6686 (ls-lisp-format): Remove system dependent handling of user and
6687 group id's.
6688
6689 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6690
6691 * ffap.el (ffap-read-file-or-url): Revert previous change.
6692
6693 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6694
6695 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6696 new list of included files called `files-with-node-lines', that
6697 only have node lines. This way @include commands can include any
6698 file, such as version and update files without node lines, not
6699 just files that are chapters.
6700
6701 2003-12-25 Andreas Schwab <schwab@suse.de>
6702
6703 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6704 file not found.
6705
6706 2003-12-08 Miles Bader <miles@gnu.org>
6707
6708 * dired.el (dired-between-files): Always use dired-move-to-filename,
6709 which is more robust in non-english locales.
6710
6711 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6712
6713 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6714
6715 2003-12-24 Andreas Schwab <schwab@suse.de>
6716
6717 * shell.el (shell-file-name-quote-list): Add backslash.
6718
6719 * comint.el (comint-quote-filename): Correctly handle backslash
6720 in comint-file-name-quote-list.
6721
6722 2003-12-24 Kenichi Handa <handa@m17n.org>
6723
6724 * international/mule-cmds.el (set-default-coding-systems):
6725 Call ucs-set-table-for-input for all buffers that don't have local
6726 value of buffer-file-coding-system.
6727
6728 * international/ucs-tables.el (ucs-set-table-for-input):
6729 If translation-table-for-encode is a symbol, get its
6730 translation-table property.
6731
6732 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6733
6734 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6735 to `completing-read' on a recently fixed bug.
6736
6737 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6738 instead of SPACE, to get the list of possible fringe modes.
6739 SPACE only works if both `partial-completion-mode' and
6740 `completion-auto-help' are nil.
6741
6742 * complete.el (PC-is-complete-p): Delete.
6743 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6744 calls to `test-completion'.
6745
6746 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6747
6748 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6749 to edit values when there are no children.
6750
6751 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6752 a mode called "Assembler" already exists.
6753 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6754 (gud-watch): Use format option. Remove font properties from string.
6755 (gdb-var-create-handler, gdb-var-list-children-handler):
6756 Don't bother about properties as there are none.
6757 (gdb-var-create-handler, gdb-var-list-children-handler)
6758 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6759 with two arguments.
6760 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6761 Let speedbar show value changes with a different font.
6762 (gdb-edit-value): New defun.
6763 (gdb-clear-partial-output, gdb-clear-inferior-io)
6764 (def-gdb-auto-update-handler): Use erase-buffer.
6765 (gdb-frame-handler): Display watch expressions in
6766 FUNCTION::VARIABLE format if required.
6767
6768 2003-12-23 John Paul Wallington <jpw@gnu.org>
6769
6770 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6771 (Info-goto-emacs-command-node): Doc fixes.
6772
6773 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6774
6775 * cus-edit.el (custom-add-parent-links): Define "many".
6776
6777 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6778
6779 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6780 (widget-child-validate, widget-type-value-create)
6781 (widget-type-default-get, widget-type-match): New functions.
6782 (lazy): New widget.
6783 (menu-choice, checklist, radio-button-choice, editable-list)
6784 (group, documentation-string): Remove redundant (per 2003-10-25
6785 change) calls to `widget-children-value-delete'.
6786 (widget-choice-value-get, widget-choice-value-inline): Remove.
6787 (menu-choice): Update widget.
6788
6789 2003-12-03 Kenichi Handa <handa@m17n.org>
6790
6791 * language/cyrillic.el: Register "microsoft-cp1251" in
6792 ctext-non-standard-encodings-alist.
6793 ("Bulgarian"): Add ctext-non-standard-encodings.
6794 ("Belarusian"): Likewise.
6795
6796 * international/mule-conf.el (compound-text-with-extensions):
6797 Change the type to 2 (iso-2022 base).
6798
6799 * international/mule.el (ctext-non-standard-encodings-alist):
6800 Change the format.
6801 (ctext-non-standard-encodings): New variable.
6802 (ctext-post-read-conversion): Fully re-written.
6803 (ctext-non-standard-designations-alist): Delete it.
6804 (ctext-non-standard-encodings-table): New function.
6805 (ctext-pre-write-conversion): Fully re-written.
6806
6807 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6808
6809 * cus-edit.el (custom-add-parent-links): Add documentation links
6810 for parent, if the item has none of its own.
6811
6812 2003-11-30 Richard M. Stallman <rms@gnu.org>
6813
6814 * dired-aux.el (dired-do-query-replace-regexp):
6815 Report files visited read-only.
6816
6817 2003-11-30 Juri Linkov <juri@jurta.org>
6818
6819 * dired-aux.el (dired-compare-directories): New command.
6820 (dired-file-set-difference, dired-files-attributes): New functions.
6821
6822 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6823 Version 2.0.38 of Tramp released.
6824
6825 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6826 Charles Curley <charlescurley@charlescurley.com>.
6827 (tramp-multi-connection-function-alist): Add ssht entry which adds
6828 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6829 Aichner.
6830 (tramp-get-method-parameter): New function to retrieve a method
6831 parameter. This allows for omission of method parameters.
6832 Callers adjusted.
6833
6834 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6835
6836 * net/tramp.el: Add new optional parameter ID-FORMAT to
6837 `file-attributes'. Calls of `file-attributes' won't use this
6838 parameter for backward compatibility reasons.
6839 (tramp-perl-file-attributes): Add a new parameter to Perl script
6840 in order to handle uid/gid as strings, if desired.
6841 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6842 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6843 order to make the function more general.
6844 (tramp-handle-file-attributes): Replace proprietary optional
6845 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6846 (tramp-handle-file-attributes-with-perl): Handle parameter
6847 NONNUMERIC if set. This wasn't done in the past.
6848 (tramp-post-connection): Apply second parameter "$2" if
6849 `tramp-remote-perl' is called.
6850
6851 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6852 Correct cut'n'waste error (`filename' instead of `directory').
6853 (tramp-smb-handle-directory-files-and-attributes)
6854 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6855 introduced parameter ID-FORMAT.
6856 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6857 error (`directory' instead of `ldir').
6858
6859 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6860 `file-attributes' has a second parameter. If yes, apply it with
6861 value "'integer". Otherwise, don't use that parameter (default is
6862 integer format).
6863
6864 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6865
6866 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6867 (help-for-help): Add `C-h .' to the listed Help options.
6868 Remove trailing whitespace.
6869
6870 * help-at-pt.el: New file.
6871
6872 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6873
6874 * subr.el (noreturn, 1value): New macros for test coverage.
6875 See `testcover.el'.
6876
6877 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6878
6879 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6880 for macro `1value'.
6881 (testcover-1value): New function. Checks that a 1value form
6882 actually returns only one value. Requested by RMS.
6883
6884 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6885
6886 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6887 (gdb-var-list-children, gdb-var-list-children-handler)
6888 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6889 gdb commands that use mi to keep them out of the command history.
6890
6891 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6892
6893 * cus-start.el (all): Add use-file-dialog.
6894
6895 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6898
6899 2003-11-27 Kim F. Storm <storm@cua.dk>
6900
6901 * subr.el (posn-object-x-y): New defun.
6902
6903 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6906 Don't use `space' for \\\n.
6907 Be more selective as to which # are comment-starters.
6908
6909 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6910
6911 * subr.el (number-sequence): Improve handling of floating point
6912 arguments (suggested by Kim Storm). Allow negative arguments.
6913
6914 2003-11-26 Kenichi Handa <handa@m17n.org>
6915
6916 * international/mule-cmds.el (standard-display-european-internal):
6917 Cancel the standard-display-table setting for ` and '.
6918
6919 2003-11-26 Kim F. Storm <storm@cua.dk>
6920
6921 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6922 New defcustoms to add ffap-like functionality to ido.
6923 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6924 (ido-no-final-slash): New defun.
6925 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6926 (ido-read-file-name): ): Toggle VC checking via
6927 vc-handled-backends instead of vc-master-templates.
6928 (ido-file-internal): Handle ido-use-url-at-point and
6929 ido-use-filename-at-point via code borrowed from ffap-guesser.
6930 Handle new ido-exit code ffap.
6931 (ido-sort-list): Ignore final slash when sorting file names.
6932
6933 2003-11-25 Kim F. Storm <storm@cua.dk>
6934
6935 * emulation/cua-base.el (cua--standard-movement-commands):
6936 Add forward-sentence and backward-sentence.
6937
6938 2003-11-25 Stephen Eglen <stephen@gnu.org>
6939
6940 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6941 iswitchb-exit is set to 'usefirst when user selects buffer at head
6942 of list using RET. (Selecting buffers at the head of the list was
6943 broken if the substring was also a complete buffername.)
6944
6945 2003-11-23 Kim F. Storm <storm@cua.dk>
6946
6947 * progmodes/compile.el (grep-command, grep-use-null-device)
6948 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6949 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6950 (grep-regexp-alist, grep-program, find-program)
6951 (grep-find-use-xargs, grep-history, grep-find-history)
6952 (grep-process-setup, grep-compute-defaults)
6953 (grep-default-command, grep, grep-tag-default, grep-find)
6954 (grep-expand-command-macros, grep-tree-last-regexp)
6955 (grep-tree-last-files, grep-tree): Move grep variables, functions
6956 and commands to new file grep.el.
6957 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6958 (compilation-process-setup-function): Doc fix.
6959 (compilation-highlight-regexp, compilation-highlight-overlay): New
6960 defvars used for highlighting current compile error in source buffer.
6961 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6962 LOCAL-MAP which overrides compilation-highlight-regexp and
6963 compilation-mode-map for this compilation.
6964 Delay calling compilation-set-window-height until after running
6965 compilation-process-setup-function so it can buffer-local override
6966 compilation-window-height.
6967 Check buffer-local value of compilation-scroll-output.
6968 (compilation-set-window-height): Use buffer-local value of
6969 compilation-window-height.
6970 (compilation-revert-buffer): Don't pass (undefined)
6971 preserve-modes arg to revert-buffer.
6972 (next-error-no-select, previous-error-no-select): New commands.
6973 (compilation-goto-locus): Temporarily highlight current match in
6974 source buffer using compilation-highlight-regexp.
6975
6976 * progmodes/grep.el: New file with grep code from compile.el.
6977 (grep): New defcustom group.
6978 (grep-window-height): New defcustom, like compilation-window-height.
6979 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6980 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6981 (grep-command, grep-use-null-device, grep-find-command)
6982 (grep-tree-files-aliases, grep-tree-ignore-case)
6983 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6984 (grep-setup-hook): New hook variable.
6985 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6986 (grep-last-buffer): New defvar, override compilation-last-buffer.
6987 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6988 Call compile-internal with args highlight-regexp and grep-mode-map.
6989
6990 2003-11-23 Kim F. Storm <storm@cua.dk>
6991
6992 * subr.el (event-start, event-end): Doc fix.
6993 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6994 (posn-area, posn-actual-col-row, posn-object): New defuns.
6995 (posn-col-row): Simplify doc. Rewrite to use cond.
6996 (posn-point): Also return buffer position for events outside text
6997 area (that info is now present in the event position).
6998
6999 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7000 mouse-set-point so that hscroll still works now that clicks on
7001 fringes generate specific mouse events.
7002 (mouse-set-point): Note that it now works in fringes and margins
7003 too due to new semantics of posn-point in fringes and margins.
7004
7005 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7006 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7007
7008 2003-11-20 Kim F. Storm <storm@cua.dk>
7009
7010 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7011 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7012 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7013 to 100 for icons to avoid increasing line height when shown.
7014
7015 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7016
7017 * newcomment.el (comment-normalize-vars): Initialize properly if
7018 comment-start was nil.
7019
7020 2003-11-19 Andreas Schwab <schwab@suse.de>
7021
7022 * simple.el (set-variable): Fix indentation.
7023
7024 2003-11-17 Kenichi Handa <handa@m17n.org>
7025
7026 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7027 Fix docstring.
7028
7029 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7030
7031 * international/latin1-disp.el (latin1-display): Fix docstring.
7032
7033 2003-11-16 John Wiegley <johnw@newartisans.com>
7034
7035 * eshell/em-ls.el (eshell-ls-file): There are times with
7036 size-width is nil and uncomputed (when directories are created in
7037 dired, for example); in this case, 4 is reasonable default value,
7038 although it may caused skewed new entries (which could be avoided
7039 by returning the original value of 8 in all cases, but 99% of the
7040 time this is a waste of whitespace).
7041
7042 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7043
7044 * cc-engine.el (c-guess-continued-construct)
7045 (c-guess-basic-syntax): Check a little more carefully if it's a
7046 function declaration when an unknown construct followed by a block
7047 is found inside a statement context. This avoids macros followed
7048 by blocks to be taken as function declarations.
7049
7050 (c-guess-continued-construct): Change the analysis of a statement
7051 continuation with a brace open to `substatement-block', for
7052 consistency with recognized statements.
7053
7054 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7055 start is in a position so that `c-beginning-of-statement-1' jumped
7056 to the beginning of the same statement.
7057
7058 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7059 Don't accept binary operators in the arglist if we're in a function
7060 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7061 template recognition in cases like "if (a < b || c > d)".
7062
7063 (c-restricted-<>-arglists): New more appropriate name for
7064 `c-disallow-comma-in-<>-arglists'.
7065
7066 Accessing functions updated for the variable name change.
7067
7068 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7069 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7070
7071 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7072 labels.
7073
7074 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7075 instead of duplicating parts of it. This fixes bogus label
7076 recognition.
7077
7078 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7079 of checking the context in which to apply the minimum indentation,
7080 so that it isn't enforced in e.g. namespace blocks.
7081
7082 * cc-vars.el (c-inside-block-syms): New constant used by
7083 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7084 to somewhat reduce the risk of becoming stale.
7085
7086 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7087 cc-cmds to cc-engine to allow use from cc-align.
7088
7089 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7090 qualified identifiers containing "::".
7091
7092 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7093 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7094
7095 * cc-vars.el (c-emacs-features): Use a space in front of the name
7096 of the temporary buffer. That also avoids dumping problems in
7097 XEmacs due to undo info being left around after the buffer is killed.
7098
7099 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7100 arglist to see if it's a K&R style declaration.
7101
7102 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7103 before returning `knr-argdecl-intro'.
7104
7105 2003-11-16 John Wiegley <johnw@newartisans.com>
7106
7107 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7108 field in a long-listing always 8 characters, use `size-width',
7109 which has already been computed.
7110
7111 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7112
7113 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7114
7115 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7116
7117 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7118 Support operation while narrowed, with `diff-restrict-view'.
7119
7120 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7121
7122 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7123 Take additional optional arg NARROWFUN. For the generated functions:
7124 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7125 include frags that arrange to check for and save narrowing state before
7126 the move and then conditionally call NARROWFUN after the move.
7127
7128 2003-11-14 John Wiegley <johnw@newartisans.com>
7129
7130 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7131 that was optional, but obviously missing based on surrounding code.
7132
7133 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7134 string arguments to numbers unless the whole argument was seen as
7135 a number.
7136
7137 2003-11-14 Kenichi Handa <handa@m17n.org>
7138
7139 * international/mule.el (ctext-non-standard-encodings-alist):
7140 Fix coding systems.
7141
7142 2003-11-10 Kenichi Handa <handa@m17n.org>
7143
7144 * language/kannada.el ("Kannada"): Add sample-text.
7145
7146 * language/knd-util.el (kannada-compose-region)
7147 (kannada-compose-string, kannada-post-read-conversion):
7148 Add autoload cookie.
7149
7150 * international/quail.el (quail-completion): Change the message
7151 "corresponding translations" to "corresponding characters".
7152
7153 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7154
7155 * descr-text.el (describe-char): Fix typo.
7156
7157 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7158
7159 These changes are to support Kannada language/script.
7160
7161 * Makefile.in (DONTCOMPILE): Add kannada.el.
7162
7163 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7164
7165 * loadup.el: Preload kannada.el.
7166
7167 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7168 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7169 New variables.
7170
7171 * language/kannada.el: New file.
7172
7173 * language/knd-util.el: New file.
7174
7175 2003-11-07 Andreas Schwab <schwab@suse.de>
7176
7177 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7178 Also highlight AH_*.
7179
7180 * xml.el (xml-parse-dtd): Fix misplaced paren.
7181
7182 2003-11-07 Kenichi Handa <handa@m17n.org>
7183
7184 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7185
7186 2003-11-05 Juri Linkov <juri@jurta.org>
7187
7188 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7189 (desktop-buffer-file): Use saved buffer-file-coding-system
7190 for file reading. Set auto-insert to nil to prevent automatic
7191 insertion into restored empty files.
7192
7193 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * files.el (risky-local-variable-p): Make second argument optional.
7196
7197 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * subr.el (add-hook): Fix last change.
7200
7201 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7202
7203 * mail/rmail.el (rmail-convert-to-babyl-format):
7204 If base64-decode-region signals an error, catch it and silently
7205 ignore it.
7206
7207 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7208
7209 * xml.el (xml-parse-region): Allow comments to appear after the
7210 topmost element has closed.
7211 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7212 (xml-ns-expand-attr): New functions to do namespace handling.
7213 (xml-intern-attrlist): Back-compatible handling of attribute names.
7214 (xml-parse-tag): Move namespace handling to separate functions.
7215 Now produces elements in the form ((:ns . "element") (attr-list)
7216 children) instead of ('ns:element (attr-list) children).
7217 (xml-parse-attlist): Fix attribute parsing.
7218 (xml-parse-dtd): Change parsing so that it produces strings
7219 instead of interned symbols.
7220
7221 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7222
7223 * dired.el (dired-ls-sorting-switches): Doc fix.
7224
7225 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7226
7227 * emacs-lisp/rx.el (rx-or): Fix the case of
7228 "(rx (and ?a (or ?b ?c) ?d))".
7229
7230 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7231
7232 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7233 (texinfo-format-region): Use it.
7234 (texinfo-format-buffer-1): Ditto.
7235
7236 2003-11-01 Alan Mackenzie <acm@muc.de>
7237
7238 Changes to allow scrolling whilst in isearch mode:
7239 * isearch.el (isearch-unread-key-sequence): New function,
7240 extracted from isearch-other-meta-char.
7241 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7242 "scrollable" standard functions.
7243 (isearch-allow-scroll): New customizable variable.
7244 (isearch-string-out-of-window, isearch-back-into-window)
7245 (isearch-reread-key-sequence-naturally)
7246 (isearch-lookup-scroll-key): New functions.
7247 (isearch-other-meta-char): Doc string and functionality enhanced.
7248 Now accepts a prefix argument.
7249 (isearch-lazy-highlight-window-end): New variable.
7250 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7251 end (thru isearch-lazy-highlight-window-end), not only its start.
7252
7253 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7254 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7255 (universal-argument, universal-argument-more, negative-argument)
7256 (digit-argument, universal-argument-other-key): Minor changes.
7257
7258 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7259
7260 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7261 recursively if the last message is deleted, thus avoiding an
7262 infinite loop.
7263
7264 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7267 (tex-main-file): Don't add .tex if the extension is already present.
7268 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7269
7270 2003-10-29 Lute Kamstra <lute@gnu.org>
7271
7272 * progmodes/octave-inf.el (inferior-octave-prompt):
7273 Recognize version number in prompt.
7274
7275 2003-10-28 Dave Love <fx@gnu.org>
7276
7277 * international/characters.el: Fix some Unicode ranges.
7278
7279 2003-10-28 Kenichi Handa <handa@m17n.org>
7280
7281 * disp-table.el (standard-display-8bit)
7282 (standard-display-default, standard-display-ascii)
7283 (standard-display-g1, standard-display-graphic)
7284 (standard-display-underline): Assure that standard-display-table
7285 is a display table.
7286
7287 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7290 reindenting the first line.
7291
7292 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7293
7294 * wid-edit.el (widget-default-delete): Always delete child widgets.
7295
7296 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7299 if the line has code.
7300 Don't try to line up with something that's too far left.
7301
7302 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7303 (octave-mode-syntax-table): Add % as a comment starter.
7304 (octave-point): Remove.
7305 (octave-in-comment-p, octave-in-string-p)
7306 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7307 (octave-blink-matching-block-open, octave-auto-fill):
7308 Use line-(beginning|end)-position instead.
7309
7310 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7311
7312 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7313 for Francesco Potort\e,Al\e(B.
7314
7315 2003-10-23 Dave Love <fx@gnu.org>
7316
7317 * international/mule-cmds.el (locale-charset-to-coding-system):
7318 Don't rely on nil being a coding system.
7319
7320 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7321 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7322 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7323
7324 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7325
7326 * gdb-ui.el (gdb-current-language): New variable.
7327 (gdb-update-flag): Remove variable.
7328 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7329 (gdb-take-last-elt): Remove function.
7330 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7331 (gdb-post-prompt): Check for variable object changes here.
7332
7333 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7334 object changes in gdb-ui.el.
7335
7336 2003-10-21 Richard M. Stallman <rms@gnu.org>
7337
7338 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7339
7340 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7341 Don't check for foo*/ wildcard form here.
7342 (insert-directory): Recognize foo*/ as a wildcard.
7343 Separate wildcard-regexp variable from the arg, wildcard.
7344
7345 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7346 (remove-hook): Correctly handle strange cases about local hooks.
7347
7348 2003-10-21 David Ponce <david@dponce.com>
7349
7350 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7351 argument REAL, to return a real number instead of a rounded
7352 integer value. Define as inline function.
7353 (ruler-mode-right-fringe-cols): Likewise.
7354 (ruler-mode-scroll-bar-cols): New function.
7355 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7356 (ruler-mode-right-scroll-bar-cols): Likewise.
7357 (ruler-mode-space): New function.
7358 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7359 scroll bar mode and margins in a more robust way.
7360
7361 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7362
7363 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7364 (antlr-c-init-language-vars): New function.
7365 (antlr-mode): Use it with cc-mode before v5.29.
7366 (antlr-c-common-init): Don't set some local vars here.
7367 (antlr-mode): Set them here.
7368 (antlr-c-forward-sws): New function alias.
7369 (antlr-mode): Redefine with cc-mode before v5.30.
7370 (antlr-skip-sexps): Use it.
7371 (antlr-skip-exception-part): Ditto.
7372 (antlr-skip-file-prelude): Ditto.
7373 (antlr-outside-rule-p): Ditto.
7374 (antlr-end-of-body): Ditto.
7375 (antlr-option-kind): Ditto.
7376 (antlr-insert-option-area): Ditto.
7377 (antlr-file-dependencies): Ditto.
7378
7379 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7380
7381 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7382 Move backward only if point was not inside an entry.
7383
7384 2003-10-21 Richard M. Stallman <rms@gnu.org>
7385
7386 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7387
7388 2003-10-21 Juri Linkov <juri@jurta.org>
7389
7390 * compare-w.el: Automatically skip non-matching text to resync.
7391 (compare-windows-whitespace): Doc fix.
7392 (compare-windows-sync, compare-windows-sync-string-size)
7393 (compare-windows-recenter, compare-ignore-whitespace)
7394 (compare-windows-highlight, compare-windows-face): New variables.
7395 (compare-windows): Use compare-windows-sync.
7396 (compare-windows-highlight, compare-windows-dehighlight)
7397 (compare-windows-sync-regexp)
7398 (compare-windows-sync-default-function): New functions.
7399
7400 2003-10-21 Juri Linkov <juri@jurta.org>
7401
7402 * diff.el (diff-parse-differences): Don't visit the files now;
7403 instead, just record the error locus.
7404
7405 2003-10-21 Dave Love <fx@gnu.org>
7406
7407 * progmodes/cfengine.el: New file.
7408
7409 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7410
7411 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7412 default-directory when completing file names.
7413
7414 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7415
7416 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7417 followed by the word `face', it gets treated as a face, even if
7418 it is also defined as a variable or a function.
7419
7420 2003-10-20 Dave Love <fx@gnu.org>
7421
7422 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7423 Avoid incf in macro expansion.
7424
7425 2003-10-20 John Paul Wallington <jpw@gnu.org>
7426
7427 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7428 `evenp' so we don't implicitly require cl library at runtime.
7429
7430 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7431
7432 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7433 (help-make-xrefs): Only make cross-references for faces if
7434 preceded or followed by the word `face'. Do not make a
7435 cross-reference for variables without variable documentation,
7436 unless preceded by the word `variable' or `option'. Update doc
7437 string accordingly.
7438
7439 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7440
7441 * progmodes/hideshow.el: Rewrite one-armed `if'
7442 constructs using either `when' or `unless'.
7443 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7444
7445 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7446
7447 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7448 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7449 instead of 12x12.
7450
7451 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7452
7453 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7454 message while converting to Babyl.
7455
7456 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7457
7458 * allout.el (allout-mode): Doc fix.
7459
7460 2003-10-16 Lute Kamstra <lute@gnu.org>
7461
7462 * subr.el (force-mode-line-update): Fix docstring.
7463
7464 2003-10-14 Dave Love <fx@gnu.org>
7465
7466 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7467 (default-input-method): Add :link, improve :type.
7468 (locale-charset-language-names): Fix utf-8 pattern.
7469 (locale-charset-match-p, locale-charset-alist)
7470 (locale-charset-to-coding-system): New.
7471 (set-locale-environment): Deal with codeset part of locale specs.
7472
7473 2003-10-14 Lute Kamstra <lute@gnu.org>
7474
7475 * fringe.el (fringe-mode): Use active voice in docstring.
7476 (set-fringe-style): Ditto.
7477
7478 2003-10-13 Lute Kamstra <lute@gnu.org>
7479
7480 * fringe.el (fringe-mode): Fix docstring.
7481 (set-fringe-style): Ditto.
7482
7483 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7484
7485 * ediff-mult.el (ediff-filegroup-action):
7486 Use ediff-default-filtering-regexp.
7487
7488 * ediff-util.el (ediff-recenter): Don't call
7489 ediff-restore-highlighting twice.
7490 (ediff-select-difference): Set current difference.
7491 (ediff-unselect-and-select-difference): Add comment.
7492
7493 * ediff.el (ediff-directories,ediff-directory-revisions)
7494 (ediff-directories3,ediff-merge-directories)
7495 (ediff-merge-directories-with-ancestor)
7496 (ediff-merge-directory-revisions)
7497 (ediff-merge-directory-revisions-with-ancestor):
7498 Use ediff-default-filtering-regexp.
7499
7500 2003-10-12 Andreas Schwab <schwab@suse.de>
7501
7502 * international/mule-cmds.el (locale-charset-language-names):
7503 Simplify regex by removing unused grouping.
7504
7505 2003-10-10 Dave Love <fx@gnu.org>
7506
7507 * bindings.el: Don't bind stop.
7508
7509 2003-10-08 Miles Bader <miles@gnu.org>
7510
7511 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7512 face instead of attempting to emulate it.
7513
7514 2003-10-07 Kenichi Handa <handa@m17n.org>
7515
7516 * international/mule-diag.el (list-coding-systems-1): List coding
7517 systems that are loaded automatically.
7518
7519 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7520
7521 * international/mule.el (autoload-coding-system): New function.
7522
7523 2003-10-07 Andreas Schwab <schwab@suse.de>
7524
7525 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7526 change-log-default-name in the buffer visiting the file.
7527
7528 2003-10-06 Dave Love <fx@gnu.org>
7529
7530 * files.el (find-file-hook): Customize.
7531 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7532
7533 * bindings.el (completion-ignored-extensions): Remove .log.
7534 (global-map): Add again, open, stop keys.
7535
7536 2003-10-05 Richard M. Stallman <rms@gnu.org>
7537
7538 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7539 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7540 Use sh-modify directly.
7541 (sh-select): Use sh-append, not eval.
7542
7543 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7544
7545 * info.el (Info-following-node-name): New function.
7546
7547 * loadhist.el (unload-feature-special-hooks):
7548 Rename from loadhist-hook-functions.
7549 (loadhist-hook-functions): Now an alias.
7550
7551 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7552
7553 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7554 file-name clashes on 8+3 filesystems.
7555
7556 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7557 Rename loaddefs-boot.el to ldefs-boot.el
7558
7559 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7560 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7561
7562 2003-10-03 Lute Kamstra <lute@gnu.org>
7563
7564 * info.el (Info-mode): Revert previous change.
7565 (Info-escape-percent): New function.
7566 (Info-fontify-node): Use it.
7567
7568 2003-10-02 Andreas Schwab <schwab@suse.de>
7569
7570 * loaddefs-boot.el: Regenerated.
7571
7572 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7573
7574 * ffap.el: Remove defadvice related code from CVS since `complete'
7575 provides a `PC-completion-as-file-name-predicate' variable that
7576 ffap can override.
7577
7578 2003-10-02 Kenichi Handa <handa@m17n.org>
7579
7580 * international/utf-8.el (ccl-decode-mule-utf-8):
7581 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7582
7583 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7584 * international/subst-big5.el: Likewise.
7585 * international/subst-gb2312.el: Likewise.
7586 * international/subst-ksc.el: Likewise.
7587
7588 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7589
7590 * calendar/calendar.el (increment-calendar-month)
7591 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7592 (generate-calendar, calendar-read-date, calendar-interval)
7593 (calendar-day-of-week): Handle years BC.
7594 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7595
7596 2003-10-01 Dave Love <fx@gnu.org>
7597
7598 * language/cyrillic.el (cp1251): Alias for windows-1251.
7599
7600 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7601 bootstrap.
7602
7603 2003-10-01 Lute Kamstra <lute@gnu.org>
7604
7605 * files.el: Fix typo.
7606 * imenu.el (imenu--generic-function): Docstring fix.
7607
7608 2003-09-30 Richard M. Stallman <rms@gnu.org>
7609
7610 * dired.el (dired-mode): Handle dired-directory as a list.
7611
7612 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7613
7614 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7615
7616 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7617
7618 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7619 Replace gud-display with gud-watch.
7620 (gud-speedbar-buttons): Add stuff for watching expressions
7621 in the speedbar when using M-x gdba. Use dolist on old part
7622 of this function.
7623
7624 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7625 (gdb-update-flag): New variables.
7626 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7627 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7628 (gud-watch, gdb-var-create-handler) : New functions.
7629 (gdb-var-list-children, gdb-var-list-children-handler)
7630 (gdb-var-create-regexp, gdb-var-update-regexp)
7631 (gdb-var-list-children-regexp): New constants.
7632 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7633 (gdb-annotation-rules): Reduce annotation set (level 3).
7634 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7635 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7636 updates.
7637 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7638 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7639 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7640 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7641 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7642 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7643 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7644 (gud-display, gud-display1)
7645 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7646 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7647 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7648 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7649 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7650 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7651 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7652 (gdb-display-display-buffer, gdb-toggle-display)
7653 (gdb-delete-display, gdb-expressions-popup-menu)
7654 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7655 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7656 to display buffer.
7657
7658 2003-09-30 Richard M. Stallman <rms@gnu.org>
7659
7660 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7661 Instead, set which-func-functions.
7662
7663 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7664 (which-func-functions): New variable.
7665 (which-function): Use that.
7666
7667 * info.el (Info-mode): Double each `%' in header line.
7668
7669 * emacs-lisp/lisp-mnt.el (lm-with-file):
7670 When FILE is nil, run BODY in current buffer.
7671
7672 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7673
7674 * help.el (describe-mode): Start with a brief list of minor modes.
7675 Find them thru minor-mode-list so as to find them all.
7676 Show them in alphabetical order.
7677
7678 * mail/sendmail.el (mail-aliases): Doc fix.
7679
7680 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7681
7682 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7683
7684 * mail/rmailsum.el (rmail-make-summary-line-1):
7685 Change comma after last label to a space.
7686 (rmail-summary-font-lock-keywords): Adapt to that change.
7687
7688 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7689
7690 * progmodes/scheme.el (scheme-mode-variables): When setting
7691 `font-lock-defaults', also specify that "#" should
7692 be interpreted with `word' syntax.
7693 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7694
7695 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7696
7697 * desktop.el: A lot of comments updated.
7698 (desktop-save-mode): Minor mode introduced.
7699 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7700 (desktop-load-default): Function made obsolete.
7701 (desktop-locals-to-save): Variable made customizable.
7702 (desktop-read): Optional parameter `dirname' added.
7703 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7704 `desktop-read' used.
7705 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7706
7707 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7708
7709 * whitespace.el (whitespace-clean-msg): Add user customizable message
7710 for displaying ``clean'' output.
7711 (whitespace-buffer): Use `whitespace-clean-msg'.
7712 (whitespace-global-mode): Fix typo.
7713
7714 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7715
7716 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7717
7718 2003-09-29 Lute Kamstra <lute@gnu.org>
7719
7720 * bindings.el (mode-line-modes): Remove superfluous :propertize
7721 construct in initialization.
7722 (mode-line-position): Change cons cell into proper list in
7723 initialization.
7724
7725 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7726
7727 * international/mule.el (decode-coding-inserted-region): Use car
7728 of the return value of find-operation-coding-system.
7729
7730 2003-09-29 Kenichi Handa <handa@m17n.org>
7731
7732 * descr-text.el (describe-char): Fix previous change.
7733
7734 2003-09-28 Kenichi Handa <handa@m17n.org>
7735
7736 * descr-text.el (describe-char-display): New function.
7737 (describe-char): Pay attention to display table on describing how
7738 a character is displayed.
7739
7740 * international/mule-cmds.el (encoded-string-description):
7741 Prepend "0x" to each encoded byte.
7742
7743 2003-09-28 Andreas Schwab <schwab@suse.de>
7744
7745 * find-file.el (ff-special-constructs): Add autoload cookie.
7746
7747 2003-09-28 Kevin Ryde <user42@zip.com.au>
7748
7749 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7750 makeinfo appends to duplicate index entries.
7751
7752 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7753
7754 * dired-x.el (dired-clean-tex): Doc fix.
7755
7756 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7757 using a Chinese tutorial.
7758
7759 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7760
7761 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7762 between "MAIL FROM:" and "RCPT TO:" and the following address.
7763
7764 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7765
7766 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7767
7768 2003-09-28 David Ponce <david@dponce.com>
7769
7770 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7771 (recentf-load-list): When `recentf-initialize-file-name-history'
7772 is non-nil, initialize an empty `file-name-history' with the
7773 recent list.
7774
7775 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7776
7777 * man.el (Man-default-man-entry): Remove the leading `*' from the
7778 word at point.
7779
7780 2003-09-26 Lute Kamstra <lute@gnu.org>
7781
7782 * bindings.el (mode-line-position): Mention size indication in
7783 docstring.
7784
7785 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7786
7787 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7788
7789 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7790 because it's autoloaded now.
7791
7792 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7793
7794 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7795 (sh-font-lock-keywords, sh-feature): Fix previous change of
7796 sh-feature to avoid infloop with sh-font-lock-keywords.
7797
7798 2003-09-25 Kim F. Storm <storm@cua.dk>
7799
7800 * frame.el (frame-current-scroll-bars): New defun.
7801
7802 * window.el (window-current-scroll-bars): New defun.
7803
7804 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7805
7806 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7807 cause errors when the state cache contains info on parts that have
7808 been narrowed out.
7809
7810 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7811
7812 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7813 `c-setup-paragraph-variables' has to be used when this variable is
7814 changed; it doesn't work to reinitialize the mode since that
7815 typically clobbers the variable.
7816
7817 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7818 Make it interactive.
7819
7820 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7821
7822 * progmodes/cc-fonts.el (c-font-lock-declarations):
7823 Fix recognition of constructors and destructors for classes whose
7824 names are matched by `*-font-lock-extra-types'.
7825
7826 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7827 followed by an identifier in C++ then it's a type.
7828
7829 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7830
7831 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7832 problem that primarily affected XEmacs. Don't use faces to find
7833 unterminated strings since Emacs and XEmacs fontify strings
7834 differently - this function should now work better in XEmacs.
7835
7836 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7837
7838 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7839 `expand-abbrev' workaround which caused braces to misbehave inside
7840 macros.
7841
7842 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7843 handling. This bug could cause interactive font locking to bail out.
7844
7845 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7846
7847 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7848 Handle paren-style types in Pike. Also fixed some cases of
7849 insufficient handling of unbalanced parens.
7850
7851 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7852
7853 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7854 common shell prompts that are not common filename or URL characters.
7855 (ffap-file-at-point): Use the new regexp to strip the prompts from
7856 the file names. This is an issue mostly for user prompts that
7857 don't have a trailing space and find-file-at-point is invoked from
7858 within a shell inside Emacs.
7859
7860 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7861
7862 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7863 stamps numerically, rather than textually.
7864
7865 2003-09-24 Kenichi Handa <handa@m17n.org>
7866
7867 * language/devan-util.el (devanagari-post-read-conversion):
7868 * language/mlm-util.el (malayalam-post-read-conversion):
7869 * language/tml-util.el (tamil-post-read-conversion):
7870 Add autoload cookie.
7871
7872 * international/utf-8.el (utf-8-post-read-conversion):
7873 Call post-read-conversion functions for Devanagari, Malayalam,
7874 and Tamil.
7875
7876 2003-09-23 Dave Love <fx@gnu.org>
7877
7878 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7879
7880 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7881
7882 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7883 Update gud-remove.
7884
7885 2003-09-22 Richard M. Stallman <rms@gnu.org>
7886
7887 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7888 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7889 (sh-mode-syntax-table-input): New variable.
7890 (sh-require-final-newline): Don't use eval.
7891 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7892 (sh-variables, sh-font-lock-keywords): Don't use eval.
7893 (sh-set-shell): When setting require-final-newline,
7894 treat value = `require-final-newline' as don't change it.
7895 Set sh-mode-syntax-table locally based on
7896 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7897
7898 * progmodes/compile.el (compile-internal):
7899 Call compilation-set-window-height before setting window start.
7900
7901 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7902
7903 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7904 Clear out byte-compile-last-warned-form.
7905
7906 2003-09-22 Richard M. Stallman <rms@gnu.org>
7907
7908 * woman.el (woman-file-name, woman-follow-word):
7909 If current-word returns nil, use "".
7910
7911 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7912
7913 2003-09-22 Richard M. Stallman <rms@gnu.org>
7914
7915 * emacs-lisp/lisp-mnt.el (lm-with-file):
7916 Don't visit the file, just use insert-file-contents in temp buffer.
7917
7918 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7919
7920 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7921 Add surrounding \\( and \\) around the header, as in
7922 for lm-history-header 'Change Log\\|History'.
7923
7924 2003-09-22 John Paul Wallington <jpw@gnu.org>
7925
7926 * progmodes/ld-script.el: Add Commentary section,
7927 minor cleanup of file header.
7928 (ld-script-font-lock-keywords): Doc fix.
7929 (toplevel): Provide `ld-script' feature.
7930
7931 2003-09-21 Kim F. Storm <storm@cua.dk>
7932
7933 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7934 new built-in variable default-frame-scroll-bars.
7935 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7936 scroll-bar-mode; notably, use it instead of t when we toggle
7937 scroll-bars on.
7938 (toggle-scroll-bar): Use default-frame-scroll-bars.
7939
7940 2003-09-19 Masatake YAMATO <jet@gyve.org>
7941
7942 * pcvs.el (cvs-do-removal): Change the prompt depending on
7943 `filter' value.
7944
7945 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7946
7947 * startup.el (command-line-1): Stop startup-echo-area-message
7948 being hidden by "Loading image..." message.
7949 (use-fancy-splash-screens-p, display-splash-screen):
7950 Move display-graphic-p test from latter to former.
7951
7952 * progmodes/sh-script.el (sh-font-lock-keywords):
7953 Highlight escaped EOLs differently from other backslash constructs.
7954
7955 2003-09-19 Richard M. Stallman <rms@gnu.org>
7956
7957 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7958 New functions.
7959 (edebug-enter, edebug-outside-excursion): Use them.
7960
7961 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7962 Fix the condition for whether to print "In WHERE".
7963
7964 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7965
7966 * finder.el (finder-mode-hook): New variable.
7967 (finder-mode): Run hook finder-mode-hook
7968
7969 2003-09-18 Masatake YAMATO <jet@gyve.org>
7970
7971 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7972
7973 2003-09-17 Mario Lang <mlang@delysid.org>
7974
7975 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7976 "p %e" to actually print the value in the GUD buffer.
7977
7978 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7979
7980 From David Ponce <david.ponce@wanadoo.fr>:
7981 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7982 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7983 from loaddefs-boot.el if necessary.
7984
7985 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7986
7987 * progmodes/gud.el (gud-find-class): Make jdb work again since
7988 cc-mode changed the syntactic information.
7989
7990 2003-09-15 David Ponce <david@dponce.com>
7991
7992 * recentf.el: (recentf-exclude): Accept predicates too.
7993 (recentf-file-readable-p): New function.
7994 (recentf-include-p): Handle predicates in recentf-exclude.
7995 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7996 (recentf-cleanup): Likewise.
7997 (recentf-save-list): Use write-file to handle backup of
7998 recentf-save-file.
7999
8000 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8001
8002 * loaddefs-boot.el: Renamed from `loaddefs.el'
8003 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8004 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8005 necessary.
8006
8007 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8008
8009 * electric.el (Electric-pop-up-window): For the `one-window' case,
8010 no longer disconcertingly move point in the original buffer.
8011
8012 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8015
8016 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8017
8018 * dired.el (dired-mode-map): Fix typo.
8019
8020 2003-09-11 Richard M. Stallman <rms@gnu.org>
8021
8022 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8023
8024 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8025
8026 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8027 the function is less noisy. Now only `kill-buffer' can ask questions.
8028
8029 2003-09-10 Mario Lang <mlang@delysid.org>
8030
8031 * battery.el: Update Commentary and Copyright.
8032 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8033 appear due to wrong ordering of the expressions in `or'.
8034
8035 2003-09-09 Lute Kamstra <lute@gnu.org>
8036
8037 * misc.el (upcase-char): Fix docstring.
8038 (zap-up-to-char): New command.
8039
8040 2003-09-08 David Ponce <david@dponce.com>
8041
8042 Ensure that recentf correctly updates the menu bar.
8043 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8044 (recentf-menu-bar): New function.
8045 (recentf-clear-data): Use it
8046 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8047 of easy-menu-change.
8048
8049 2003-09-08 Lute Kamstra <lute@gnu.org>
8050
8051 * simple.el (size-indication-mode): New.
8052 * bindings.el (mode-line-position): Add buffer size indicator.
8053
8054 2003-09-04 Mario Lang <mlang@delysid.org>
8055
8056 * battery.el (battery-linux-proc-acpi): New function.
8057 (battery-status-function): Modify default value calculation to also
8058 check for availability of ACPI.
8059 (battery-echo-area-format): Ditto.
8060 (battery-mode-line-format): Ditto.
8061
8062 2003-09-06 Dave Love <fx@gnu.org>
8063
8064 * ielm.el (ielm-mode-hook): Add :options.
8065
8066 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8067 (eldoc-print-current-symbol-info): Use it.
8068
8069 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8070
8071 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8072 being displayed in GUD buffer.
8073 (gdb-idle-input-queue): Remove var. Use just one queue.
8074 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8075 Remove functions. Use just one queue.
8076 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8077 (gdb-invalidate-assembler, gdb-get-current-frame):
8078 Modify functions. Use just one queue.
8079
8080 2003-09-04 Dave Love <fx@gnu.org>
8081
8082 * cus-start.el: Add blink-cursor-alist.
8083
8084 * ruler-mode.el (ruler-mode-fill-column-char)
8085 (ruler-mode-current-column-char): Use char-displayable-p,
8086 not window-system.
8087
8088 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8089
8090 * language/european.el (windows-1252): Move from code-pages.
8091
8092 * language/cyrillic.el ("Windows-1251"): Delete.
8093 ("Bulgarian", "Belarusian"): Remove `features'.
8094 (windows-1251): Move from code-pages.
8095
8096 * international/mule-diag.el (non-iso-charset-alist):
8097 Remove `codepage' stuff.
8098 (print-designation, list-coding-systems-1): Output fixes.
8099
8100 * international/code-pages.el (cp-make-translation-table)
8101 (cp-valid-codes): Made defsubsts.
8102 (cp-fix-safe-chars): Delete.
8103 (mule-diag): Don't require.
8104 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8105 (top-level): Check for defined coding system when defining
8106 cp... aliases. Change w32-add-charset-info test to avoid warning.
8107 (non-iso-charset-alist): Defvar when compiling.
8108 (cp-make-coding-system): Doc fix.
8109
8110 2003-09-02 Jason Rumney <jasonr@gnu.org>
8111
8112 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8113 line-ends from CVS before doing conversion.
8114
8115 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8116
8117 * calendar/diary-lib.el (diary-header-line-flag)
8118 (diary-header-line-format): New variables.
8119 (list-diary-entries): Use them to set header line in simple diary.
8120
8121 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8122 other than font-lock-string-face to highlight backslashes.
8123
8124 2003-09-01 Jason Rumney <jasonr@gnu.org>
8125
8126 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8127 regexp.
8128
8129 2003-09-01 Dave Love <fx@gnu.org>
8130
8131 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8132
8133 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8134 and :help; also line and column numbers labels.
8135
8136 * international/mule-util.el (char-displayable-p): Move from
8137 latin1-disp, rename and autoload.
8138
8139 * international/latin1-disp.el (latin1-char-displayable-p):
8140 Now obsolete alias. Replace uses with char-displayable-p.
8141 (latin1-display-ucs-per-lynx): Fix last change.
8142
8143 * international/mule-cmds.el (standard-display-european-internal):
8144 Don't use char code for Latin-1 NBSP.
8145 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8146 U+2018, U+2019 for `'.
8147 (select-safe-coding-system): Message fix.
8148
8149 2003-09-01 Kenichi Handa <handa@m17n.org>
8150
8151 * international/fontset.el (setup-default-fontset): For Thai
8152 font, specify "*" family.
8153
8154 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8155
8156 * progmodes/compile.el (previous-error): Accept a prefix
8157 argument, similarly to next-error.
8158
8159 2003-08-31 Masatake YAMATO <jet@gyve.org>
8160
8161 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8162 the number of files. Bind the number of files to a local
8163 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8164
8165 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8166
8167 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8168 2003-07-26: msdos-long-file-names is a function, not a variable.
8169
8170 2003-08-29 Richard M. Stallman <rms@gnu.org>
8171
8172 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8173 Do nothing with mail-personal-alias-file if it is nil.
8174
8175 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8176 Do nothing if mail-personal-alias-file is nil.
8177
8178 * term.el (term-exec-1): Bind coding-system-for-read.
8179
8180 * dired.el (dired-mouse-find-file-other-window):
8181 Use dired-view-command-alist here, as in dired-view-file.
8182 (dired-view-command-alist): Use %s to substitute file name.
8183 Handle .ps_pages, .eps, .jpg, .gif, .png.
8184
8185 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8186
8187 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8188 `Info-prev-reference', instead of M-tab.
8189
8190 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8191
8192 * simple.el (blink-matching-open): Work correctly on chars that
8193 are designated as parens through the syntax-table text property.
8194
8195 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8196
8197 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8198 line break position in the middle of a non-kinsoku (e.g. latin)
8199 word, making it skip until either a space or a character with
8200 category "|".
8201 (kinsoku-longer): Test for end of buffer.
8202
8203 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8204
8205 * mail/rmail.el (rmail-convert-to-babyl-format):
8206 Detect quoted-printable- and base64-encoded messages and decode them
8207 automatically. Set the message's encoding from the charset=
8208 header, if any. Decode base64-encoded messages in Mail format as well.
8209
8210 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8211
8212 * mail/smtpmail.el: Fix previous change.
8213 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8214 calling smtpmail-via-smtp.
8215 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8216
8217 2003-08-26 John Paul Wallington <jpw@gnu.org>
8218
8219 * image.el (image-jpeg-p): Don't search beyond length of data.
8220
8221 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8222
8223 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8224 misfeature in `expand-abbrev' which caused electric keywords like
8225 "else" to disappear if an open brace was typed directly afterwards.
8226
8227 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8228
8229 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8230 mandatory in `define-widget'.
8231
8232 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8233 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8234
8235 (c-assignment-operators): New language constant that only contains
8236 the assignment operators.
8237
8238 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8239
8240 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8241
8242 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8243 Safeguard against unbalanced sexps.
8244
8245 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8246
8247 * version.el (emacs-version): Check for gtk. Include gtk version info.
8248
8249 2003-08-25 John Paul Wallington <jpw@gnu.org>
8250
8251 * man.el (Man-default-man-entry): Don't whizz past the section
8252 number before looking for it.
8253
8254 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8255
8256 * progmodes/gud.el (gud-display-line): Don't set window-point if
8257 source buffer is not visible. (Only happens with M-x gdba.)
8258
8259 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8260 documentation.
8261 (gdb-source, gdb-source-info): Update to assembler unnecessary
8262 as its done after each GDB command anyway.
8263 (gdb-pre-prompt): Use with-current-buffer.
8264 (gdb-insert-field): Add help-echo text.
8265 (gdb-invalidate-assembler): Re-display of assembler now done in
8266 gdb-info-breakpoints-custom.
8267 (gdb-info-breakpoints-custom): Force re-display of assembler to
8268 happen *after* update of breakpoints buffer.
8269 (gdb-display-source-buffer): Don't choke if gdb-source-window
8270 isn't visible.
8271 (gdb-put-string, gdb-put-arrow): Remove free variables.
8272
8273 2003-08-24 John Paul Wallington <jpw@gnu.org>
8274
8275 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8276
8277 * man.el (Man-default-man-entry): Strip text properties when
8278 snarfing parts of entry because `format' preserves properties.
8279
8280 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8281
8282 * files.el (file-newest-backup): Use `expand-file-name'.
8283
8284 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8285 Allow the diary to pop up a new frame, if needed.
8286
8287 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8288 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8289 (smtpmail-send-it): Make treatment of envelope-from consistent with
8290 sendmail.el.
8291
8292 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8293 (sh-leading-keywords): Add the bash `time' reserved word.
8294 (sh-variables): Add some bash variables.
8295 (sh-add-completer): Fix nil branch of case statement.
8296
8297 2003-08-24 Masatake YAMATO <jet@gyve.org>
8298
8299 * progmodes/ld-script.el: New file.
8300
8301 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8302
8303 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8304
8305 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8306
8307 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8308 Better explain obsolescence, and what to use instead.
8309
8310 2003-08-23 Masatake YAMATO <jet@gyve.org>
8311
8312 * pcvs.el (cvs-do-removal): Show the deleted file name
8313 on the prompt.
8314
8315 2003-08-20 Dave Love <fx@gnu.org>
8316
8317 * international/mule.el (make-coding-system)
8318 (set-buffer-file-coding-system): Doc fix.
8319
8320 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8321
8322 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8323
8324 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8325
8326 * international/utf-16.el: Add mime-text-unsuitable coding system
8327 properties.
8328
8329 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8330
8331 * cus-edit.el: Add some :links.
8332 (bib): Remove.
8333
8334 * textmodes/bib-mode.el (bib): Add :group external.
8335
8336 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8337
8338 * wid-edit.el (widget-echo-help): Make it handle expressions that
8339 evaluate to strings.
8340
8341 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8342
8343 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8344
8345 Simplify selection of SQL products to define highlighting and
8346 interactive mode. Includes detailed instructions on adding
8347 support for new products.
8348
8349 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8350 product for use in highlighting and interactive mode.
8351 (sql-interactive-product): New variable. SQL product for
8352 sql-interactive-mode.
8353 (sql-product-support): New variable. Specifies product-specific
8354 parameters to drive highlighting and interactive mode.
8355 (sql-imenu-generic-expression): Add more object types.
8356 (sql-sqlite-options): Correct comment.
8357 (sql-ms-program): Use "osql" rather than "isql".
8358 (sql-prompt-regexp, sql-prompt-length): Update comment.
8359 (sql-mode-menu): Add "Start SQLi session" entry.
8360 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8361 (sql-mode-abbrev-table): Add abbreviations. Support of
8362 SYSTEM-FLAG on define-abbrev. Support was removed with last
8363 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8364 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8365 names.
8366 (sql-mode-ansi-font-lock-keywords): Set as default value.
8367 (sql-mode-oracle-font-lock-keywords): Set as default value.
8368 Support Oracle 9i keywords.
8369 (sql-mode-postgres-font-lock-keywords): Set as default value.
8370 (sql-mode-linter-font-lock-keywords): Set as default value.
8371 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8372 SQLServer 2000.
8373 (sql-mode-sybase-font-lock-keywords)
8374 (sql-mode-interbase-font-lock-keywords)
8375 (sql-mode-sqlite-font-lock-keywords)
8376 (sql-mode-strong-font-lock-keywords)
8377 (sql-mode-mysql-font-lock-keywords)
8378 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8379 keywords.
8380 (sql-mode-font-lock-defaults): Update comment.
8381 (sql-product-feature): New function. Returns feature associated
8382 with a product from `sql-product-support' alist.
8383 (sql-product-font-lock): New function. Set font-lock support
8384 based on `sql-product'.
8385 (sql-add-product-keywords): New function. Add font-lock rules to
8386 product-specific keyword variables.
8387 (sql-set-product): New function. Set `sql-product' and apply
8388 appropriate font-lock highlighting.
8389 (sql-highlight-product): New function. Set font-lock support
8390 based on a product. Also set mode name to include product name.
8391 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8392 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8393 Use `sql-set-product'.
8394 (sql-highlight-ms-keywords)
8395 (sql-highlight-sybase-keywords)
8396 (sql-highlight-interbase-keywords)
8397 (sql-highlight-strong-keywords)
8398 (sql-highlight-mysql-keywords)
8399 (sql-highlight-sqlite-keywords)
8400 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8401 (sql-get-login): Prompt in the same order as the tokens.
8402 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8403 (sql-product-interactive): New function. Common portions of
8404 product-specific interactive mode wrappers.
8405 (sql-interactive-mode): Rewritten to use product features.
8406 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8407 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8408 (sql-db2, sql-linter): Use `sql-product-interactive'.
8409 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8410 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8411 (sql-connect-ingres, sql-connect-postgres)
8412 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8413 New functions. Format command line parameters and invoke comint on
8414 the appropriate interpreter. Code was in the corresponding
8415 `sql-xyz' function before.
8416 (sql-connect-ms): New function. Support -E argument to use
8417 operating system credentials for authentication.
8418
8419 2003-08-18 Kenichi Handa <handa@m17n.org>
8420
8421 * international/mule.el (encode-char): Fix for the ASCII case.
8422
8423 2003-08-15 Kenichi Handa <handa@m17n.org>
8424
8425 * international/fontset.el (setup-default-fontset): Change "*" to
8426 nil in the specifications of font family.
8427
8428 2003-08-18 Kim F. Storm <storm@cua.dk>
8429
8430 * kmacro.el (kmacro-keymap): Group related bindings in
8431 initialization for clarity. Bind C-s to start macro.
8432 Remove C-r binding.
8433 (kmacro-initial-counter-value): New defvar to hold initial counter
8434 value in case we set the value before defining a macro.
8435 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8436 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8437 not defining or executing macro. Doc fix.
8438 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8439 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8440 temporarily view older elements on the macro ring without cycling
8441 the ring.
8442 (kmacro-display): Doc fix.
8443 (kmacro-exec-ring-item): New helper function.
8444 (kmacro-call-ring-2nd): Use it.
8445 (kmacro-call-ring-2nd-repeat): Doc fix.
8446 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8447 (kmacro-end-or-call-macro): Execute last viewed macro (using
8448 kmacro-exec-ring-item) from ring if this follows
8449 kmacro-view-macro. This allows us to find a macro on the ring
8450 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8451 the ring to bring it to the head of the ring.
8452 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8453 Allow binding to reserved keys without specifying C-x C-k prefix.
8454 Ask for confirmation if entered key sequence is already bound to
8455 a non-macro command.
8456 (kmacro-view-macro): Repeating command will show older elements
8457 on the macro ring; C-k will execute the last viewed macro.
8458 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8459 property from 'ring to 'head.
8460
8461 2003-08-17 Alan Shutko <ats@acm.org>
8462
8463 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8464 keeping December out of the alist.
8465
8466 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8467
8468 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8469 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8470 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8471 (calendar-flatten): New function.
8472 (calendar-mouse-view-other-diary-entries)
8473 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8474 in the menu title and to show multi-line diary entries correctly
8475 in the menu.
8476
8477 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8478
8479 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8480 defcustom, because the default was recently changed.
8481
8482 2003-08-16 Richard M. Stallman <rms@gnu.org>
8483
8484 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8485
8486 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8487 New subroutine, broken out of eval-last-sexp-1.
8488 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8489
8490 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8491
8492 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8493
8494 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8495
8496 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8497
8498 * progmodes/compile.el (compilation-error-regexp-alist):
8499 Add Java ANt error detection as described in document
8500 http://ant.apache.org/faq.html
8501
8502 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8503
8504 * simple.el (backward-word, forward-to-indentation)
8505 (backward-to-indentation): Argument changed to optional.
8506 (next-line, previous-line): Use `or' instead of `unless'.
8507
8508 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8509
8510 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8511 instead of a constant.
8512
8513 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8514
8515 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8516
8517 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8518
8519 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8520 (vc-sccs-workfile-version): Search the entire delta table, rather
8521 than just the first entry, because that might be a deleted version.
8522
8523 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8524
8525 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8526 [save-place] binding in the Options menu. Have it require
8527 'saveplace' and then toggle the variable manually, to avoid an an
8528 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8529 for the bug report.
8530
8531 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8532
8533 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8534 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8535 (gdb-info-threads-custom): Add help-echo text.
8536 (gdb-display-back): Don't use purecopy.
8537 (gdb-info-breakpoints-custom, gdb-reset)
8538 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8539 icons can be displayed.
8540
8541 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8542
8543 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8544
8545 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8546
8547 * bookmark.el (bookmark-completing-read):
8548 Return a string, instead of a list of one string.
8549 Use a popup menu if activated from the mouse.
8550 (bookmark-edit-annotation): Remove unused vars.
8551 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8552 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8553 to bookmark-completing-read.
8554 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8555 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8556 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8557 and erase-buffer.
8558 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8559 (bookmark-menu-jump, bookmark-menu-insert)
8560 (bookmark-popup-menu-and-apply-function)
8561 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8562 (bookmark-menu-build-paned-menu): Remove by folding it into
8563 bookmark-menu-popup-paned-menu.
8564 (menu-bar-bookmark-map): Move the define-key statements here.
8565 Use the "non-menu" commands since they now pop up a menu if needed.
8566 (bookmark-exit-hook-internal): Simplify.
8567
8568 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8569
8570 * reftex-toc.el (reftex-toc-rename-label): New function.
8571 (reftex-toc-check-docstruct): New function.
8572
8573 * reftex.el (reftex-region-active-p): New function.
8574
8575 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8576 regexp to find the \bibliography macro.
8577
8578 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8579 which does not exist in LaTeX.
8580 (reftex-cite-format-builtin): Added amsrefs support.
8581 (reftex-toc-confirm-promotion): New option
8582
8583 * reftex-toc.el
8584 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8585 (reftex-toc-demote, reftex-toc-promote)
8586 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8587 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8588 (reftex-toc-newhead-from-alist)
8589 (reftex-toc-load-all-files-for-promotion): New functions.
8590 (reftex-toc-help): Added description of new keys.
8591 (reftex-toc-split-windows-fraction): New option.
8592 (reftex-recenter-toc-when-idle): Search *toc* window on all
8593 visible frames.
8594 (reftex-toc): Additional parameter REUSE
8595 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8596 with REUSE argument.
8597 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8598 the call of `reftex-toc'.
8599 (reftex-make-separate-toc-frame): New function .
8600 (reftex-toc-recenter): When called with triple prefix arg, call
8601 `reftex-make-separate-toc-frame' first.
8602 (reftex-toc-toggle-dedicated-frame): New command.
8603 (reftex-toc-quit): Adapted to delete frame when called in
8604 dedicated frame.
8605
8606 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8607 all enclosing macros.
8608
8609
8610 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8611
8612 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8613 first use.
8614
8615 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8616
8617 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8618
8619 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8620
8621 * calendar/calendar.el (list-diary-entries-hook)
8622 (diary-display-hook, nongregorian-diary-listing-hook)
8623 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8624 Add some customize options for these hooks.
8625 (calendar-abbrev-construct): Don't try to take a substring longer
8626 than the original string.
8627
8628 2003-08-05 Richard M. Stallman <rms@gnu.org>
8629
8630 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8631 (testcover-reinstrument-clauses): Doc fix.
8632
8633 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8634 (warning-type-format): Rename from warning-group-format.
8635
8636 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8637 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8638 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8639 to prevent warnings about defvar for an obsolete variable.
8640
8641 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8642 warning-group-format renamed to warning-type-format.
8643
8644 * subr.el (read-passwd): Use clear-string instead of fillarray.
8645
8646 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8647 Use vconcat instead of concat.
8648 (edmacro-sanitize-for-string): New function.
8649
8650 2003-08-05 Dave Love <fx@gnu.org>
8651
8652 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8653 line-number-display-limit-width.
8654
8655 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8656
8657 2003-08-05 Kenichi Handa <handa@m17n.org>
8658
8659 * international/code-pages.el: Don't require mule-diag.
8660
8661 * international/mule-diag.el (non-iso-charset-alist):
8662 Add autoload cookie.
8663
8664 * language/devan-util.el (dev-glyph-order): Add an entry for the
8665 glyph code #xC4.
8666
8667 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8668
8669 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8670 (european-calendar-style, diary-date-forms)
8671 (calendar-day-name-array, calendar-month-name-array): Doc change.
8672 (generate-calendar-month): Adapt for new behaviour of
8673 `calendar-day-name' function.
8674 (calendar-abbrev-length, calendar-day-abbrev-array)
8675 (calendar-month-abbrev-array): New variables.
8676 (calendar-abbrev-construct): New function.
8677 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8678 rather than fixing abbrevs at some width. Calling syntax change.
8679 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8680 (calendar-date-string): Adapt for new behaviours of
8681 `calendar-day-name' and `calendar-month-name' functions.
8682
8683 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8684 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8685 (diary-name-pattern): Use abbrev arrays, rather than fixing
8686 abbrevs at three chars. Calling syntax change.
8687 (mark-diary-entries): Adapt for new behaviours of
8688 `diary-name-pattern' and `calendar-make-alist' functions.
8689 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8690 `diary-name-pattern' function.
8691 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8692 fixing abbrevs at three chars. Calling syntax change.
8693 (cal-hebrew, cal-islam): Require when compiling.
8694 (diary-font-lock-keywords): Adapt for new behaviour of
8695 `font-lock-diary-date-forms' function.
8696
8697 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8698 (calendar-hebrew-month-name-array-common-year)
8699 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8700 (list-hebrew-diary-entries): Adapt for new behaviours of
8701 `calendar-day-name' and `add-to-diary-list' functions.
8702 (mark-hebrew-diary-entries): Adapt for new behaviours of
8703 `diary-name-pattern' and `calendar-make-alist' functions.
8704
8705 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8706 Add doc string.
8707 (list-islamic-diary-entries): Adapt for new behaviours of
8708 `calendar-day-name' and `add-to-diary-list' functions.
8709 (mark-islamic-diary-entries): Adapt for new behaviours of
8710 `diary-name-pattern' and `calendar-make-alist' functions.
8711
8712 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8713 `calendar-month-name' function.
8714
8715 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8716
8717 * calendar/solar.el (solar-seasons-data): Move definition before use.
8718
8719 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8720 (cal-tex-LaTeX-hourbox): Move definition before use.
8721
8722 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8723 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8724 lunar.el, solar.el
8725 (displayed-month, displayed-year): Define for compiler.
8726
8727 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8728
8729 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8730 MODE. Renamed from c-init-c-language-vars'.
8731 (c-initialize-cc-mode): Change accordingly.
8732 (c-common-init): Ditto.
8733 (c-mode): Ditto.
8734 (c++-mode): Use `c-init-language-vars-for'.
8735 (objc-mode): Ditto.
8736 (java-mode): Ditto.
8737 (idl-mode): Ditto.
8738 (pike-mode): Ditto.
8739 (awk-mode): Ditto.
8740
8741 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8742
8743 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8744 or not the point moved.
8745
8746 (c-search-decl-header-end): Don't trip up on operator identifiers
8747 in C++ and operators like == in all languages.
8748
8749 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8750 Detect leading labels correctly.
8751
8752 2003-08-02 Andreas Schwab <schwab@suse.de>
8753
8754 * textmodes/ispell.el: Don't redo key bindings on loading, put
8755 them only in loaddefs.el.
8756 * bookmark.el: Likewise.
8757 * dabbrev.el: Likewise.
8758 * emerge.el: Likewise.
8759
8760 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8761 has more than one member.
8762
8763 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8764
8765 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8766
8767 * lpr.el (printify-region): It was ending conversion before the
8768 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8769
8770 2003-07-31 John Paul Wallington <jpw@gnu.org>
8771
8772 * net/browse-url.el (browse-url-epiphany): Doc fix.
8773
8774 2003-07-30 Kenichi Handa <handa@m17n.org>
8775
8776 * international/fontset.el (setup-default-fontset):
8777 Change registry names of Akurti fonts.
8778
8779 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8780
8781 * comint.el (comint-read-noecho): Use `clear-string' instead of
8782 `fillarray'.
8783
8784 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8785
8786 * outline.el (outline-mode-hook): Add defvar.
8787
8788 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8789
8790 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8791 Restore assembler in source window if that is what has been selected.
8792 (menu): Add gdb-restore-windows to menu. Make gdba
8793 specific menus only visible from gdba.
8794
8795 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8796
8797 * progmodes/compile.el (compilation-environment): New user variable.
8798 (compile-internal): Respect it.
8799
8800 2003-07-23 Masatake YAMATO <jet@gyve.org>
8801
8802 * progmodes/gud.el (gdb-script-font-lock-keywords):
8803 Put `font-lock-function-name-face' on a symbol which includes
8804 `-' like `hook-run'. Put font-lock-variable-name-face
8805 on a symbol starting with $.
8806
8807 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8808
8809 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8810
8811 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8812
8813 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8814
8815 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8816
8817 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8818 Use with-no-warnings.
8819 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8820 rather than to find-file-not-found-hook, which doesn't exist.
8821
8822 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8823
8824 * international/quail.el (quail-translate-key): Fix previous change.
8825
8826 2003-07-25 John Paul Wallington <jpw@gnu.org>
8827
8828 * server.el (server-start): Check `server-process' is non-nil
8829 before killing it to avoid killing current buffer's process.
8830
8831 * simple.el (choose-completion-string): Use `minibufferp';
8832 test `completion-reference-buffer' if `buffer' arg is nil.
8833 (push-mark): Use `when' and `unless'.
8834 (pop-mark): Use `when'.
8835
8836 * mouse-sel.el (mouse-sel-get-selection-function):
8837 Check `x-last-selected-text-primary'. Don't barf if it or
8838 `x-last-selected-text' aren't bound.
8839
8840 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8841
8842 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8843
8844 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8845
8846 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8847
8848 2003-07-23 John Paul Wallington <jpw@gnu.org>
8849
8850 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8851
8852 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8853
8854 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8855 string. Defvar the derived hook.
8856
8857 * macros.el (insert-kbd-macro): Escape double quote character.
8858 From Thomas W Murphy <twm@andrew.cmu.edu>.
8859
8860 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8861
8862 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8863 to match the specific mark rather than reusing comment-start-skip.
8864
8865 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8866
8867 * progmodes/hideshow.el (hs-special-modes-alist):
8868 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8869
8870 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8871
8872 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8873 value using ?\s.
8874
8875 2003-07-21 John Paul Wallington <jpw@gnu.org>
8876
8877 * subr.el (with-selected-window): Add closing paren.
8878
8879 2003-07-21 Richard M. Stallman <rms@gnu.org>
8880
8881 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8882 (lisp-mode): Likewise.
8883
8884 * subr.el (with-selected-window): Copy code form save-selected-window
8885 so as to call select-window with norecord arg.
8886 (dynamic-completion-table): Doc fix.
8887 (lazy-completion-table): Doc fix.
8888
8889 * international/mule-cmds.el (set-locale-environment):
8890 langinfo renamed to locale-info.
8891
8892 * international/mule.el (auto-coding-functions): Doc fix.
8893
8894 2003-07-21 Kenichi Handa <handa@m17n.org>
8895
8896 * international/quail.el (quail-translate-key):
8897 Update quail-current-str correctly.
8898
8899 2003-07-21 Andreas Schwab <schwab@suse.de>
8900
8901 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8902 ?, to "_".
8903
8904 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8905 Version 2.0.36 of Tramp released.
8906
8907 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8908 tramp-password-end-of-line.
8909 (tramp-password-end-of-line): New method parameter.
8910 (tramp-get-password-end-of-line): Function to access method
8911 parameter `tramp-password-end-of-line', or variable
8912 `tramp-default-password-end-of-line' (default value).
8913 (tramp-methods): Add entries for new parameter
8914 tramp-password-end-of-line.
8915 (tramp-enter-password): Use new function
8916 `tramp-get-password-end-of-line'.
8917 (tramp-handle-insert-file-contents): Do not
8918 unconditionally inhibit the file operation file-local-copy, only
8919 do that when the inhibit-file-name-operation is currently
8920 insert-file-contents. This fixes finding remote CVS-controlled
8921 files. (It would barf on inserting the CVS/Entries file
8922 literally, because the file-local-copy handler wasn't called.)
8923 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8924 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8925 (tramp-initial-commands): New variable.
8926 (tramp-process-initial-commands): New function, using the variable.
8927 (tramp-open-connection-setup-interactive-shell): Call the new function.
8928 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8929 method into the buffer name, never use nil. Reported by Hanak
8930 David <dhanak@inf.bme.hu>.
8931 (tramp-open-connection-setup-interactive-shell): Erase buffer
8932 before sending "stty -onlcr".
8933
8934 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8935
8936 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8937
8938 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8939
8940 2003-07-19 John Paul Wallington <jpw@gnu.org>
8941
8942 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8943 (artist-draw-rect, artist-draw-square): Doc fixes.
8944
8945 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8946
8947 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8948
8949 2003-07-19 Kenichi Handa <handa@m17n.org>
8950
8951 * international/kkc.el (kkc-show-conversion-list-update):
8952 Highlight the correct candidate in the message.
8953
8954 2003-07-18 John Paul Wallington <jpw@gnu.org>
8955
8956 * simple.el (current-word): Don't include punctuation char when
8957 `really-word' arg is non-nil.
8958
8959 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8960
8961 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8962 moved to the directory obsolete.
8963
8964 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8965
8966 * info.el (Info-menu-entry-name-re): Allow newlines in
8967 menu entry names.
8968
8969 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8970 syntax-ppss-after-change-function.
8971 (syntax-ppss-after-change-function): New alias. Update uses.
8972 (syntax-ppss): Catch the case where the buffer is narrowed.
8973
8974 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8975
8976 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8977 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8978
8979 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8980
8981 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8982 since it might be modified.
8983
8984 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8985 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8986 names to these language constants.
8987
8988 2003-07-15 Kim F. Storm <storm@cua.dk>
8989
8990 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8991 All uses changed.
8992
8993 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8994
8995 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8996 Namespace support.
8997
8998 2003-07-13 Juanma Barranquero <lektu@terra.es>
8999
9000 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9001 papers received).
9002
9003 2003-07-13 Karl Eichwalder <ke@suse.de>
9004
9005 * textmodes/po.el (po-find-charset): White space at the start of the
9006 Content-Type field body is non-mandatory.
9007
9008 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9009
9010 * textmodes/texinfo.el (texinfo-section-list):
9011 Append appendixsection; a synonym for appendixsec.
9012
9013 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9014
9015 * man.el (Man-translate-cleanup): New.
9016 (Man-translate-references): Call `Man-translate-cleanup' to clean
9017 leading, trailing and middle spaces.
9018
9019 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9020
9021 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9022 Handle `dired-directory' being a list.
9023
9024 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9025
9026 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9027 it doesn't exist.
9028
9029 2003-07-12 Richard M. Stallman <rms@gnu.org>
9030
9031 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9032
9033 * progmodes/cc-defs.el (c-make-keywords-re):
9034 Don't use delete-duplicates.
9035 (c-lang-const): Don't use mapcan.
9036
9037 * apropos.el (apropos-show-scores): Make it customizable.
9038 Document new meaning.
9039 (apropos): Compute scores from symbols.
9040 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9041
9042 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9043
9044 * ps-bdf.el: Fix copyright line.
9045 (bdf-directory-list): Fix initialization code.
9046
9047 2003-07-11 John Paul Wallington <jpw@gnu.org>
9048
9049 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9050 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9051 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9052
9053 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9054
9055 * emacs-lisp/ring.el (ring-elements): Doc fix.
9056
9057 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9058
9059 * calendar/timeclock.el (timeclock-relative)
9060 (timeclock-ask-before-exiting, timeclock-use-display-time):
9061 Doc changes.
9062 (timeclock-modeline-display): Give a message if
9063 `timeclock-use-display-time' is non-nil but `display-time-mode'
9064 is not active.
9065
9066 2003-07-11 Kenichi Handa <handa@m17n.org>
9067
9068 * international/mule-cmds.el (set-language-environment):
9069 Set current-language-environment to the correct string.
9070
9071 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9072
9073 * ps-print.el: Print line number correctly in a region. Reported by
9074 Tim Allen <timallen@ls83.fsnet.co.uk>.
9075 (ps-print-version): New version number (6.6.2).
9076 (ps-printing-region): Code fix.
9077
9078 2003-07-10 John Paul Wallington <jpw@gnu.org>
9079
9080 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9081 this function can be called from `add-completions-from-tags-table'.
9082
9083 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9084
9085 * calendar/timeclock.el (timeclock-use-display-time)
9086 (timeclock-day-over-hook, timeclock-workday-remaining)
9087 (timeclock-status-string, timeclock-when-to-leave)
9088 (timeclock-when-to-leave-string, timeclock-log-data)
9089 (timeclock-find-discrep, timeclock-day-base)
9090 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9091 (timeclock-modeline-display): Set the variable
9092 `timeclock-modeline-display'.
9093 (timeclock-update-modeline): Doc fix. Respect value of
9094 `timeclock-relative'.
9095
9096 2003-07-09 Richard M. Stallman <rms@gnu.org>
9097
9098 * textmodes/reftex-parse.el (reftex-all-document-files):
9099 Add autoload cookie.
9100
9101 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9102 (reftex-scanning-info-available-p): Add autoload cookie.
9103
9104 * international/mule-cmds.el
9105 (set-display-table-and-terminal-coding-system): Delete duplicate
9106 aset on standard-display-table.
9107
9108 * view.el (view-file): If existing buffer's major mode is special,
9109 don't go into view mode.
9110
9111 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9112
9113 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9114
9115 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9116 buffer changes; there's third party code that calls this function
9117 directly.
9118
9119 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9120
9121 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9122 (autodoc-font-lock-keywords): Don't byte compile on font lock
9123 initialization when running from byte compiled files.
9124
9125 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9126
9127 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9128 statement ends with auto-increment "++".
9129
9130 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9131
9132 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9133 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9134 these are changed, so declare them as variables and not constants.
9135
9136 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9137
9138 * subr.el (dolist, dotimes): Doc fix.
9139
9140 2003-07-08 Kim F. Storm <storm@cua.dk>
9141
9142 * international/mule-cmds.el
9143 (set-display-table-and-terminal-coding-system): Don't break
9144 bootstrap if standard-display-table isn't setup yet.
9145
9146 2003-07-07 Richard M. Stallman <rms@gnu.org>
9147
9148 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9149 Give it a doc string, and autoload it.
9150
9151 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9152 Use with-no-warnings.
9153
9154 * info.el (Info-search): If find invisible text, search again.
9155
9156 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9157
9158 * man.el (Man-name-regexp): Match + as part of name.
9159
9160 * simple.el (visible-mode): Rename from vis-mode.
9161 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9162
9163 * simple.el (current-word): New arg REALLY-WORD specifies
9164 don't include punctuation chars.
9165
9166 * emacs-lisp/debug.el (debug, debugger-env-macro):
9167 Use with-no-warnings while accessing and binding unread-command-char.
9168
9169 * international/mule-cmds.el
9170 (set-display-table-and-terminal-coding-system): Use explicit loop
9171 instead of calling standard-display-default.
9172
9173 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9174 Use condition-case to catch error in ange-ftp-get-files.
9175
9176 * net/browse-url.el (browse-url-browser-function):
9177 Add alternative for Epiphany.
9178 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9179 (browse-url-epiphany-startup-arguments)
9180 (browse-url-epiphany-new-window-is-tab): New variables.
9181 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9182
9183 * progmodes/compile.el (compile-auto-highlight): Default now t.
9184 (compile): Doc fix.
9185 (compilation-next-error): Fix previous change.
9186
9187 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9188
9189 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9190
9191 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9192
9193 * gdb-ui.el (gdb-source-info): Display current frame when
9194 attaching to an existing process.
9195 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9196 while laying out windows when attaching to an existing process.
9197
9198 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9199
9200 * info.el (Info-menu): Use Info-menu-entry-name-re.
9201
9202 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9203
9204 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9205 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9206
9207 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9208 to match the same text.
9209
9210 2003-07-06 John Paul Wallington <jpw@gnu.org>
9211
9212 * vc.el (vc-annotate-offset): Move defvar up.
9213
9214 2003-07-06 Kim F. Storm <storm@cua.dk>
9215
9216 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9217 This should fix the infinite loop when extracting menu names.
9218
9219 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9220
9221 * files.el (auto-mode-alist, interpreter-mode-alist):
9222 Remove entries to CC Mode modes to avoid duplicates; they are now added
9223 with autoload directives in cc-mode.el.
9224
9225 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9226
9227 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9228 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9229 these are changed, so declare them as variables and not constants.
9230
9231 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9232 ensure that the entry for ".c" extension comes before the one for
9233 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9234 Fix incorrect entries that were added to `interpreter-mode-alist'.
9235 Move the autoload directives for AWK to the top level since they
9236 aren't recognized anywhere else. Do not use the new AWK mode doc
9237 in the autoload form for the old AWK mode.
9238
9239 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9240
9241 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9242 (bibtex-sort-ignore-string-entries): Default value t.
9243 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9244 erroneously in previous version.
9245 (bibtex-string-files): Docstring reflects new parsing scheme.
9246 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9247 docstring, add # as one of the chars to crush
9248 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9249 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9250 (bibtex-autokey-name-change-strings)
9251 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9252 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9253 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9254 (bibtex-autokey-title-terminators)
9255 (bibtex-autokey-titlewords-stretch)
9256 (bibtex-autokey-titleword-ignore)
9257 (bibtex-autokey-titleword-case-convert)
9258 (bibtex-autokey-titleword-abbrevs)
9259 (bibtex-autokey-titleword-abbrevs)
9260 (bibtex-autokey-titleword-change-strings)
9261 (bibtex-autokey-titleword-length)
9262 (bibtex-autokey-titleword-separator)
9263 (bibtex-autokey-name-year-separator)
9264 (bibtex-autokey-year-title-separator)
9265 (bibtex-autokey-before-presentation-function)
9266 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9267 Fix docstring.
9268 (bibtex-strings, bibtex-reference-keys):
9269 Use lazy-completion-table and make-variable-buffer-local.
9270 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9271 (bibtex-braced-string-syntax-table)
9272 (bibtex-quoted-string-syntax-table): New variables.
9273 (bibtex-parse-nested-braces): Remove.
9274 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9275 (bibtex-parse-association): Simplify.
9276 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9277 (bibtex-parse-field-text): Simplify.
9278 (bibtex-search-forward-field, bibtex-search-backward-field):
9279 argument BOUND can take value t.
9280 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9281 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9282 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9283 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9284 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9285 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9286 and ending of entry. Update for changes of bibtex-search-entry.
9287 Simplify.
9288 (bibtex-map-entries): FUN is called with three arguments.
9289 (bibtex-search-entry): Return a cons pair with buffer positions of
9290 beginning and end of entry.
9291 (bibtex-enclosing-field): Simplify.
9292 (bibtex-format-entry): Use booktitle to set a missing title.
9293 (bibtex-autokey-get-names): Fiddle with regexps.
9294 (bibtex-generate-autokey): Use identity.
9295 (bibtex-parse-keys): Use simplified parsing algorithm if
9296 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9297 arguments. Return alist of keys.
9298 (bibtex-parse-strings): Simplify. Return alist of strings.
9299 (bibtex-complete-string-cleanup): Fix docstring.
9300 (bibtex-read-key): New function.
9301 (bibtex-mode): Fix docstring. Do not parse for keys and
9302 strings when the mode is entered. Set fill-paragraph-function to
9303 bibtex-fill-field. Setup font-lock-mark-block-function the way
9304 font-lock intended.
9305 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9306 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9307 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9308 (bibtex-Preamble): Avoid hard coded constants.
9309 (bibtex-make-field): Fix docstring. Simplify.
9310 (bibtex-beginning-of-entry): Always return new position of point.
9311 (bibtex-end-of-entry): Rearrange cond clauses.
9312 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9313 Update for changes of bibtex-map-entries.
9314 (bibtex-ispell-abstract): Do not move point.
9315 (bibtex-entry-index): Use downcase. Simplify.
9316 (bibtex-lessp): Handle catch-all.
9317 (bibtex-find-crossref): Turn into a command.
9318 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9319 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9320 preamble entries.
9321 (bibtex-fill-field-bounds): New function.
9322 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9323 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9324 (bibtex-String): Use bibtex-strings. Always obey
9325 bibtex-sort-ignore-string-entries.
9326
9327 2003-07-05 John Paul Wallington <jpw@gnu.org>
9328
9329 * cus-theme.el (customize-create-theme):
9330 Call `customize-create-theme' in Reset widget's notify function.
9331
9332 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9333 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9334 (define-ibuffer-column name): Add summarizer.
9335 (define-ibuffer-column size): Likewise.
9336 (define-ibuffer-column filename): Likewise.
9337 (define-ibuffer-column process): Likewise. Change BODY's output too.
9338 (define-ibuffer-column filename-and-process): Likewise, likewise.
9339 (ibuffer): Remove local vars `already-in' and `need-update'.
9340
9341 * ibuf-ext.el: Don't require `derived' at compile-time.
9342
9343 2003-07-05 Kim F. Storm <storm@cua.dk>
9344
9345 * info.el: Disable paragraph refilling.
9346 (Info-refill-paragraphs): New defcustom.
9347 (Info-fontify-node): Use it.
9348
9349 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9350
9351 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9352 thingies from constructors created by defstruct.
9353
9354 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9355 the default value of the variable.
9356 (byte-code-meter): Move declaration to top level.
9357
9358 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9359
9360 * info.el (Info-following-node-name-re): New fun.
9361 (Info-following-node-name): Remove.
9362 (Info-insert-dir): Use the new fun.
9363 (Info-extract-pointer): Don't save restriction; use new fun.
9364 (Info-menu-entry-name-re): New const.
9365 (Info-menu-entry-name-re): Use it along with new fun.
9366 (Info-node-spec-re): Use new fun.
9367 (Info-complete-menu-item, Info-fontify-node): Use new const.
9368 (Info-goto-node, Info-follow-reference, Info-menu-update):
9369 Use match-string.
9370 (Info-follow-reference): Use assoc-string.
9371 Use a list of strings for the completion table.
9372 (Info-fontify-node): Use match-string, line-end-position.
9373 Limit the search for `node:' to the first line.
9374
9375 * newcomment.el (uncomment-region): Remove padding coming from
9376 comment-start rather than just from comment-padding.
9377
9378 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9379 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9380 (vc-cvs-rename-file): Remove (use the default).
9381 (vc-cvs-register): Register parent dir if needed.
9382 (vc-cvs-could-register): Return non-nil if parent can be registered.
9383 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9384 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9385
9386 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9387 (vc-svn-update): Fix the arguments to `svn'.
9388 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9389 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9390 Simple implementations, assuming `name' is a URL.
9391
9392 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9393 set of chars allowed unquoted in a case pattern.
9394
9395 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9396
9397 * font-lock.el (font-lock-extra-types-widget)
9398 (c-font-lock-extra-types, c++-font-lock-extra-types)
9399 (objc-font-lock-extra-types, java-font-lock-extra-types)
9400 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9401 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9402 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9403 (font-lock-match-c++-structor-declaration)
9404 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9405 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9406 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9407 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9408 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9409 (java-font-lock-keywords-3, java-font-lock-keywords)
9410 (java-font-lock-syntactic-face-function): Remove obsolete code
9411 and constants. It's all in cc-fonts.el now.
9412
9413 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9414
9415 * mail/sendmail.el (mail-specify-envelope-from)
9416 (mail-envelope-from): Doc fix.
9417
9418 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9419
9420 * generic-x.el: Do away with the dependency on `c-emacs-features'
9421 when populating `rul-generic-mode-syntax-table'; we already know
9422 this isn't XEmacs.
9423
9424 See ChangeLog.10 for earlier changes.
9425
9426 ;; Local Variables:
9427 ;; coding: iso-2022-7bit
9428 ;; End:
9429
9430 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9431 Copying and distribution of this file, with or without modification,
9432 are permitted provided the copyright notice and this notice are preserved.
9433
9434 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1