.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-08-22 Andreas Schwab <schwab@suse.de>
2
3 * cvs-status.el: Require pcvs during byte-compiling for
4 defun-cvs-mode.
5
6 2004-08-22 Masatake YAMATO <jet@gyve.org>
7
8 * cvs-status.el (cvs-status-checkout): New function.
9 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
10
11 2004-08-21 David Kastrup <dak@gnu.org>
12
13 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15 has been converted to use hashtables, the relation `nil=none' is
16 no longer valid, as `nil' is not a hashtable. This patch tries to
17 reduce the number of resulting errors.
18
19 2004-08-21 John Paul Wallington <jpw@gnu.org>
20
21 * subr.el (process-kill-without-query): Made obsolete in
22 version 21.4, not 21.5.
23
24 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
25 (vc-previous-comment, vc-next-comment)
26 (vc-comment-search-reverse, vc-comment-search-forward)
27 (vc-comment-to-change-log): Likewise.
28
29 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
30
31 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
32
33 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
34 Correct indentation of DEFMETHODS with non-standard method
35 combinations (e.g., PROGN, MIN, MAX).
36
37 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * startup.el (normal-top-level-add-subdirs-to-load-path):
40 Avoid unnecessarily checking system-type.
41 (normal-top-level): Set TERM to "dumb". Simplify.
42
43 * avoid.el (mouse-avoidance-ignore-p): New fun.
44 Also ignore switch-frame, select-window, double, and triple clicks.
45 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
46 (mouse-avoidance-fancy-hook): Use it.
47
48 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
49
50 * avoid.el (mouse-avoidance-nudge-mouse)
51 (mouse-avoidance-banish-destination): Stay within the current window
52 to avoid problems with mouse-autoselect-window.
53
54 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
57 the newer format of some messages in cvs-1.12.1.
58
59 2004-08-19 Masatake YAMATO <jet@gyve.org>
60
61 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
62 (elp-results-jump-to-definition-by-mouse)
63 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
64 (elp-output-result): Use elp-output-insert-symname.
65
66 2004-08-18 Kenichi Handa <handa@m17n.org>
67
68 * language/cyrillic.el: Register koi8-r in
69 ctext-non-standard-encodings-alist.
70 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
71
72 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
73
74 * emacs-lisp/copyright.el (copyright-update-year): Delete code
75 that replaces 20xy with xy.
76
77 2004-08-17 John Paul Wallington <jpw@gnu.org>
78
79 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
80 (reb-force-update): Doc fix.
81
82 2004-08-16 Richard M. Stallman <rms@gnu.org>
83
84 * progmodes/which-func.el (which-func-update-1): Doc fix.
85
86 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
87 (sh-mode-abbrev-table): New variable.
88
89 * progmodes/compile.el (compilation-mode): Doc fix.
90
91 * emacs-lisp/lisp-mode.el (eval-last-sexp):
92 Don't cons a new symbol each time.
93 (eval-last-sexp-fake-value): New variable.
94
95 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
96 (copyright-update-year): Detect continuation of list of years.
97
98 * term.el (term-default-fg-color, term-default-bg-color)
99 (ansi-term-color-vector): Use `unspecified', not nil, as default.
100
101 * imenu.el: Several doc fixes: don't say variables are buffer-local.
102
103 2004-08-16 Davis Herring <herring@lanl.gov>
104
105 * isearch.el (isearch-string, isearch-message-string, isearch-point)
106 (isearch-success, isearch-forward-flag, isearch-other-end)
107 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
108 (isearch-barrier, isearch-within-brackets)
109 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
110
111 2004-08-16 Kenichi Handa <handa@m17n.org>
112
113 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
114
115 2004-08-15 Kenichi Handa <handa@m17n.org>
116
117 * term/x-win.el (x-selection-value): If utf8 was successful but
118 ctext was not, use utf8 string.
119
120 2004-08-14 Davis Herring <herring@lanl.gov>
121
122 * isearch.el: Remove accidental changes of March 4. Fix backing
123 up when a regexp isearch is made more general. Use symbolic
124 accessor functions for isearch stack frames to make usage clearer.
125 (search-whitespace-regexp): Made groups in documentation shy (as
126 is the group in the default value).
127 (isearch-fallback): New function, addresses problems with regexps
128 liberalized by `\|', adds support for liberalization by `\}' (the
129 general repetition construct), and incorporates behavior for
130 `*'/`?'.
131 (isearch-}-char): New command, calls `isearch-fallback' with
132 arguments appropriate to a typed `}'.
133 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
134 appropriately.
135 (isearch-mode-map): Bind `}' to `isearch-}-char'.
136 (isearch-string, isearch-message,string, isearch-point)
137 (isearch-success, isearch-forward-flag, isearch-other-end)
138 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
139 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
140 New inline functions to read fields of a stack frame.
141
142 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
143
144 * battery.el (battery-linux-proc-acpi): Look into battery
145 directories matching the literal string "CMB", too (required for
146 Linux kernel version 2.6.7).
147
148 2004-08-14 John Paul Wallington <jpw@gnu.org>
149
150 * cus-start.el (read-file-name-completion-ignore-case): Add.
151 (blink-cursor-alist): Change version to "21.4".
152
153 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
154
155 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
156
157 * speedbar.el (speedbar-scan-subdirs): New option.
158 (speedbar-file-lists): Don't ignore file-name case on Unix and use
159 dolist.
160 (speedbar-insert-files-at-point): Take an extra argument and use
161 it to optionally find out if a subdir is empty. Also unreadable
162 files don't get expand buttons.
163 (speedbar-directory): New image (unused pixmap already existed).
164 (speedbar-expand-image-button-alist): Use it.
165
166 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
167
168 CC Mode update to 5.30.9:
169
170 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
171 Move from cc-vars to cc-defs for dependency reasons. Fix the
172 POSIX char class test to check that it works in
173 `skip-chars-(forward|backward)' too.
174
175 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
176 first argument starts with a special brace list.
177
178 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
179 when `c-opt-type-concat-key' is used (i.e. in Pike).
180
181 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
182 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
183 >)".
184
185 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
186 whitespace safe.
187
188 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
189 position for `arglist-intro', `arglist-cont-nonempty' and
190 `arglist-close' when there are two arglist open parens on the same
191 line and there's nothing in front of the first.
192
193 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
194 locking of qualified names in Java, which previously could fontify
195 common indexing expressions in many cases. The standard Java
196 naming conventions are used to tell them apart.
197
198 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
199 Fix inconsistency wrt opening parens on the first line inside a paren
200 block.
201
202 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
203 compile time for the sake of `c-major-mode-is'.
204
205 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
206 `c-major-mode-is' in the event that this is used inside a
207 `c-lang-defconst'.
208
209 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
210 `c-lang-defconst' so that it works better with fallback languages.
211
212 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
213 it to fail to record the base mode.
214
215 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
216 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
217 is used. Reordered the syntax checks to get more efficient
218 skipping in some situations.
219
220 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
221 continuation which might precede the newly inserted '{'.
222
223 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
224 Fix cases where it could loop indefinitely.
225
226 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
227 size specs correctly. Only fontify identifiers in front of '('
228 with as functions - don't accept any paren char. Tightened up
229 initializer skipping to stop before function and class blocks.
230
231 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
232 the point could be left directly after an open paren when finding
233 the beginning of the first decl in the block.
234
235 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
236 table when filtering out legitimate open parens to be recorded.
237 This could cause cache inconsistencies when e.g.
238 `c++-template-syntax-table' was temporarily in use.
239
240 * progmodes/cc-engine.el (c-on-identifier)
241 (c-simple-skip-symbol-backward): Small fix for handling "-"
242 correctly in `skip-chars-backward'. Affected the operator lfun
243 syntax in Pike.
244
245 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
246 Fix bug that could cause an error from `after-change-functions' when
247 the changed region is at bob.
248
249 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
250
251 CC Mode update to 5.30.9:
252
253 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
254 to say that <TAB> doesn't insert WS into a CPP line.
255 (c-indent-command, c-tab-always-indent): Amend doc strings.
256
257 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
258 checks for user errors, thus eliminating cryptic and unhelpful
259 Emacs error messages. (1) Check the arg to `c-set-style' is a
260 string. (2) Check that settings to `c-offsets-alist' are not
261 spuriously quoted.
262
263 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
264 which precedes the newly inserted `{'.
265
266 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
267
268 Sync with Tramp 2.0.44.
269
270 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
271 function "tramp_file_attributes". Otherwise, file names
272 containing spaces are misinterpreted. Reported by Magnus Henoch
273 <mange@freemail.hu>.
274 (tramp-handle-file-truename): FILENAME must be expanded first.
275 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
276 obscure results. Reported by D. Goel <deego@gnufans.org>.
277 (tramp-handle-verify-visited-file-modtime): If file does not
278 exist, say it is not modified if and only if that agrees with the
279 buffer's record. Check whether a file is visiting the buffer, or
280 the buffer has no recorded last modification time. Return t in
281 case the visiting file doesn't exist. Suggested by Luc Teirlinck
282 <teirllm@auburn.edu>.
283 (tramp-handle-write-region): Pass modtime explicitely to
284 `set-visited-file-modtime', because filename can be different
285 from (buffer-file-name) if `file-precious-flag' is set.
286 `set-visited-file-modtime' must be called always when `visit' is t
287 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
288 (tramp-handle-set-visited-file-modtime): If `time-list' is not
289 nil, don't apply the whole body. If the file doesn't exists, set
290 modtime to '(-1 65535). Suggested by Luc Teirlinck
291 <teirllm@auburn.edu>.
292
293 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
294
295 * help.el (describe-bindings): Doc fix.
296
297 * subr.el (kbd): Doc fix.
298
299 2004-08-08 John Paul Wallington <jpw@gnu.org>
300
301 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
302 instead of `string-to-int'.
303 (define-ibuffer-column mode): Fix indentation.
304
305 2004-08-08 Lars Hansen <larsh@math.ku.dk>
306
307 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
308
309 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
310
311 * subr.el (global-unset-key, local-unset-key): Doc fixes.
312
313 * novice.el (disabled-command-function): New variable renamed from
314 `disabled-command-hook'.
315 (disabled-command-hook): Keep the _variable_ as alias for
316 `disabled-command-function' and make obsolete.
317 (disabled-command-function): Function renamed from
318 `disabled-command-hook'. Adapt code to name change of the variable.
319
320 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
321
322 * simple.el (completion-root-regexp): New defvar.
323 (completion-setup-function): Use it instead of a literal string.
324
325 2004-08-07 John Paul Wallington <jpw@gnu.org>
326
327 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
328 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
329 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
330 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
331
332 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
333
334 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
335 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
336
337 2004-08-04 Kenichi Handa <handa@m17n.org>
338
339 * international/encoded-kb.el (encoded-kbd-setup-keymap):
340 Fix previous change.
341
342 2004-08-03 Kenichi Handa <handa@m17n.org>
343
344 * international/encoded-kb.el: The following changes are to
345 utilize key-translation-map instead of minor mode map.
346 (encoded-kbd-iso2022-non-ascii-map): Delete it.
347 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
348 (encoded-kbd-last-key): New function.
349 (encoded-kbd-iso2022-single-shift): New function.
350 (encoded-kbd-iso2022-designation)
351 (encoded-kbd-self-insert-iso2022-7bit)
352 (encoded-kbd-self-insert-iso2022-8bit)
353 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
354 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
355 key-translation-map.
356 (encoded-kbd-setup-keymap): Setup key-translation-map.
357 (saved-key-translation-map): New variable.
358 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
359 for the change of encoded-kbd-setup-keymap.
360
361 2004-08-02 Kim F. Storm <storm@cua.dk>
362
363 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
364 and call compute-motion with nil for topos and width to get proper
365 usable width and height for both window and non-window systems.
366
367 * windmove.el (windmove-coordinates-of-position): Let compute-motion
368 calculate usable window width and height.
369
370 * window.el (window-buffer-height): Call compute-motion with nil width.
371
372 2004-08-01 David Kastrup <dak@gnu.org>
373
374 * replace.el (query-replace-read-from):
375 Use `query-replace-compile-replacement'.
376 (query-replace-compile-replacement): New function.
377 (query-replace-read-to): Use `query-replace-compile-replacement'
378 for repeating the last command.
379
380 2004-08-01 John Paul Wallington <jpw@gnu.org>
381
382 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
383 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
384 (pr-switches): Remove period from end of error messages.
385
386 * help-mode.el (help-go-back): Likewise.
387
388 * abbrev.el (only-global-abbrevs): Doc fix.
389 (edit-abbrevs-map): Define within defvar.
390 (quietly-read-abbrev-file): Doc fix.
391
392 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
393
394 * novice.el (enable-command, disable-command): Doc fixes.
395
396 * subr.el (event-modifiers, event-basic-type): Doc fixes.
397
398 2004-07-30 Richard M. Stallman <rms@gnu.org>
399
400 * subr.el (with-local-quit): Doc fix.
401
402 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
403
404 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
405
406 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
407
408 * custom.el (defcustom): Doc fix.
409
410 2004-07-28 Masatake YAMATO <jet@gyve.org>
411
412 * progmodes/etags.el (etags-tags-apropos): Show building progress.
413
414 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * imenu.el (imenu-prev-index-position-function)
417 (imenu-extract-index-name-function, imenu-name-lookup-function)
418 (imenu--index-alist): Docstring redundancy fix.
419
420 2004-07-25 Lars Hansen <larsh@math.ku.dk>
421
422 * wdired.el (wdired-finish-edit): Require dired-aux before locally
423 binding dired-backup-overwrite.
424
425 2004-07-25 John Paul Wallington <jpw@gnu.org>
426
427 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
428
429 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
430
431 * term/tty-colors.el (tty-color-approximate): Doc fix.
432
433 * select.el (x-get-selection, x-set-selection): Doc fixes.
434
435 * frame.el (make-frame): Doc fix.
436
437 2004-07-24 Richard M. Stallman <rms@gnu.org>
438
439 * mail/rmail.el (rmail-mime-charset-pattern):
440 Don't include semicolon in the charset value.
441
442 * replace.el (occur-next-error): Call set-window-point.
443 (occur-engine): Handle negative NLINES.
444
445 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
446
447 * frame.el (modify-all-frames-parameters): Minor doc fix.
448 (set-frame-configuration): Doc fix.
449
450 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
451
452 * simple.el (completion-setup-function): Compute the common parts
453 and the first difference place correctly when
454 partial-completion-mode is on.
455
456 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
457
458 * ps-print.el: Doc fix.
459 (ps-print-version): New version 6.6.5.
460 (ps-printing-region): Doc fix.
461 (ps-generate-string-list): Comment fix.
462 (ps-message-log-max): Code fix.
463
464
465 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
466
467 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
468 generated PostScript.
469
470 2004-07-22 Kim F. Storm <storm@cua.dk>
471
472 * progmodes/make-mode.el: Fix comments.
473
474 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
475
476 * printing.el: Doc fix.
477
478 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
479
480 * frame.el (modify-all-frames-parameters): Minor doc fix.
481
482 2004-07-20 Richard M. Stallman <rms@gnu.org>
483
484 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
485 (fill-delete-newlines): Call sentence-end as function.
486 (fill-nobreak-p, canonically-space-region): Likewise.
487 (fill-nobreak-p): If this break point is at the end of the line,
488 don't consider the newline which follows as a reason to return t.
489
490 2004-07-19 John Paul Wallington <jpw@gnu.org>
491
492 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
493
494 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
495
496 * dired-aux.el (dired-do-kill-lines): Expand docstring.
497 Delete irrelevant code.
498
499 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
500
501 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
502 New docstring. From Luc Teirlinck.
503
504 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
505
506 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
507 section.
508 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
509 non-file buffers. We know it is nil.
510
511 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
512
513 Sync with Tramp 2.0.43.
514
515 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
516 outdated comment.
517 (tramp-locked, tramp-locker): New variables for implementing a
518 global lock.
519 (tramp-sh-file-name-handler): Use them to implement the global
520 lock.
521
522 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
523
524 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
525 calls to respective `xxx` calls.
526 (tramp-process-alive-regexp): Precise doc string.
527 (tramp-multi-action-process-alive): New defun.
528 (tramp-multi-actions): Use it.
529 (tramp-handle-find-backup-file-name): `copy-tree' is available
530 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
531 in order to avoid this function.
532 (tramp-handle-write-region): Set current buffer. If connection
533 wasn't open, `file-modes' has changed it accidently. Reported by
534 David Kastrup <dak@gnu.org>.
535 (tramp-enter-password, tramp-read-passwd): New arguments USER and
536 HOST.
537 (tramp-action-password, tramp-multi-action-password): Apply it.
538 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
539 name must still contain the port number. Otherwise, we have two
540 Tramp buffers, with all the confusion. Reported by Myron Selby
541 <myron@xytech.com> and Rolf Dubitzky
542 <Dubitzky@physi.uni-heidelberg.de>.
543
544 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
545 HOST to `tramp-enter-passwd'.
546
547 * net/tramp-vc.el (all): Code cleanup. Change all
548 `tramp-handle-xxx' calls to respective `xxx` calls.
549
550 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
551
552 * emacs-lisp/testcover.el: New category "potentially-1valued" for
553 functions that are not erroneous if either 1-valued or
554 multi-valued. Detect functions in this class.
555 (testcover-1value-functions, testcover-compose-functions,
556 testcover-progn-functions) Added some additional functions to lists.
557 (testcover-mark): Bugfix when marking up the definition for an
558 empty function.
559
560 2004-07-17 Richard M. Stallman <rms@gnu.org>
561
562 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
563
564 * mail/footnote.el (footnote-section-tag): Use defcustom.
565
566 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
567 Compile font-lock-keywords, not KEYWORDS.
568 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
569 Add warn, check-type. Handle cerror like error.
570
571 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
572
573 * progmodes/which-func.el (which-func-keymap): New var.
574 (which-func-face): New face.
575 (which-func-format): Use them.
576
577 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
578
579 * buff-menu.el (list-buffers-noselect): Append the buffer's
580 process status to its mode name.
581
582 2004-07-16 Kim F. Storm <storm@cua.dk>
583
584 * simple.el (inhibit-mark-movement): New defvar.
585 (beginning-of-buffer, end-of-buffer): Do not push mark if
586 inhibit-mark-movement is non-nil or C-u prefix is given.
587
588 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
589 Init to beginning-of-buffer and end-of-buffer.
590 (cua--undo-push-mark): New defvar.
591 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
592 already active and command is in cua--preserve-mark-commands.
593 Also fix check for shift modifier on non-window systems.
594 (cua--post-command-handler): Clear inhibit-mark-movement if set.
595
596 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
597
598 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
599 of two integers, instead of a cons.
600
601 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
602 `visited-file-modtime' now returns a list of two integers, instead
603 of a cons.
604
605 * dired.el (dired-directory-changed-p): Ditto.
606
607 * progmodes/grep.el (grep): Doc fix.
608
609 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
610
611 * autorevert.el (auto-revert-tail-mode)
612 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
613 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
614 in both at the same time.
615 (auto-revert-tail-mode): New command.
616 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
617 (auto-revert-handler): Revert only either tail or whole file.
618
619 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
620 add auto-revert-tail-mode.
621
622 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
623
624 * printing.el: Doc fix. Change name of some funs.
625 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
626 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
627 (pr-standard-file-name): New fun. Replace pr-standard-path.
628 (pr-call-process): Code fix.
629
630 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
631
632 * subr.el (with-selected-window): Doc fix.
633
634 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
635
636 * subr.el (get-buffer-window-list): Doc fix.
637
638 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
639
640 * files.el (switch-to-buffer-other-window): Doc fix.
641
642 * window.el (save-selected-window, one-window-p)
643 (split-window-keep-point, split-window-vertically)
644 (split-window-horizontally): Doc fixes.
645
646 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
647
648 * printing.el: Doc fix. Now it uses call-process instead of
649 shell-command for low command execution.
650 (pr-version): New version number (6.8).
651 (pr-shell-file-name): Option removed.
652 (pr-shell-command): Fun removed.
653 (pr-call-process): New fun. Replace pr-shell-command.
654 (pr-standard-path, pr-remove-nil-from-list): New funs.
655 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
656 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
657 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
658 (pr-ps-utility-process, pr-txt-print): Code fix.
659
660 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
661
662 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
663 boolean.
664
665 2004-07-09 Lars Hansen <larsh@math.ku.dk>
666
667 * wid-edit.el (widget-field-buffer): Doc fix.
668
669 2004-07-09 John Paul Wallington <jpw@gnu.org>
670
671 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
672 between one and several matches in message.
673
674 2004-07-09 Richard M. Stallman <rms@gnu.org>
675
676 * mouse.el (mouse-set-region-1): If transient-mark-mode
677 is `identity', change it to `only'.
678
679 * simple.el (current-word): Doc fix.
680
681 2004-07-09 Mark A. Hershberger <mah@everybody.org>
682
683 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
684 so that it is more understanding of whitespace.
685
686 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
687 form
688 (("ns" . "element") (attr-list) children) instead of
689 ((:ns . "element") (attr-list) children) in order to reduce the
690 number of symbols used.
691 (xml-skip-dtd): Change to use xml-parse-dtd but set
692 xml-validating-parsing to nil.
693 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
694 (xml-substitute-entity): Remove in favor of new entity substitution.
695 (xml-substitute-special): Rewrite in to substitute complex
696 entities from DOCTYPE declarations.
697 (xml-parse-fragment): Parse fragments from entity deleclarations.
698 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
699 (xml-parse-dtd, xml-substitute-special): Make validity checks
700 conditioned on xml-validating-parser. Add "Not Well Formed" to
701 error messages about well-formedness.
702
703 2004-07-08 Steven Tamm <steventamm@mac.com>
704
705 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
706 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
707 Do not treat double clicks and triple clicks specially in the
708 scroll bar (preventing strange repositioning problems)
709
710 2004-07-06 Stefan <monnier@iro.umontreal.ca>
711
712 * replace.el (query-replace-regexp-eval): Fix last change.
713
714 2004-07-05 Stefan <monnier@iro.umontreal.ca>
715
716 * replace.el (query-replace-descr): New fun.
717 (query-replace-read-from, query-replace-read-args): Default to the
718 previous from&to.
719 (query-replace-read-to): Quote the `from' string when displaying it.
720 (query-replace-regexp-eval): Immediately check read-only status.
721 Use query-replace-read-from to get the \n checking.
722 Quote the `from' string when displaying it.
723 (map-query-replace-regexp, occur-read-primary-args):
724 Quote the `from' string when displaying it.
725
726 * isearch.el (isearch-query-replace): Pass the regexp-ness and
727 delimited-ness of the search to query-replace.
728
729 * replace.el (query-replace-read-from, query-replace-read-to):
730 New funs extracted from query-replace-read-args.
731 (query-replace-read-args): Use them.
732
733 * replace.el (query-replace-interactive, query-replace-read-args):
734 Remove the `initial' special value.
735 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
736 (occur-engine): Remove unused var `matchend'.
737
738 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
739 Use the search string without prompting.
740
741 2004-07-05 Kenichi Handa <handa@m17n.org>
742
743 * international/mule.el (decode-coding-inserted-region):
744 Set last-coding-system-used only when coding is nil.
745
746 2004-07-03 Eli Zaretskii <eliz@gnu.org>
747
748 * progmodes/grep.el (grep-compute-defaults, grep-command)
749 (grep-program, find-program, grep-find-use-xargs, grep-history)
750 (grep-find-history, grep-tag-default, grep-find-command)
751 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
752 Add autoload cookies, for unbundled packages that load `compile'
753 and expect all grep-related symbols to become defined.
754
755 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
756
757 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
758 (iimage-mode-image-search-path): New user option to search the
759 image file.
760 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
761 have locate-file.
762 (iimage-mode-buffer): Use it.
763
764 2004-07-03 Nick Roberts <nickrob@gnu.org>
765
766 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
767 carefully.
768 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
769
770 2004-07-03 Juri Linkov <juri@jurta.org>
771
772 * replace.el (query-replace-read-args): Swallow space after 'foo,
773 not after (quote foo). Match space only immediately after symbol,
774 not anywhere in the whole string.
775
776 2004-07-02 Richard M. Stallman <rms@gnu.org>
777
778 * replace.el (query-replace-read-args): Swallow space after
779 symbols, not after closeparens. But avoid error if string ends there.
780
781 * progmodes/python.el (python-beginning-of-statement):
782 Exit the loop if backward-up-list gets error.
783
784 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
785
786 2004-07-02 Andre Spiegel <spiegel@gnu.org>
787
788 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
789 only if vc-consult-headers is non-nil.
790
791 2004-07-02 Juri Linkov <juri@jurta.org>
792
793 * pcvs.el (cvs-mode-diff-repository): New command.
794
795 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
796
797 2004-07-01 Juri Linkov <juri@jurta.org>
798
799 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
800 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
801 C-M-% to isearch-query-replace-regexp.
802 (minibuffer-local-isearch-map): Add arrow key bindings.
803 Bind C-f to isearch-yank-char-in-minibuffer.
804 (isearch-forward): Doc fix.
805 (isearch-edit-string): Doc fix.
806 (isearch-query-replace, isearch-query-replace-regexp): New funs.
807 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
808 (isearch-yank-char): Add optional arg.
809 (isearch-yank-char-in-minibuffer): New fun.
810
811 * replace.el (query-replace-interactive): Change type from boolean
812 to choice. Add value `initial'.
813 (query-replace-read-args): Handle value `initial' of
814 query-replace-interactive.
815
816 2004-06-29 Kim F. Storm <storm@cua.dk>
817
818 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
819 (breakpoint-disabled-bitmap-face): Add :group 'gud.
820
821 * progmodes/ada-xref.el (ada-tight-gvd-integration):
822 Add :group 'ada.
823
824 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
825
826 2004-06-29 Juri Linkov <juri@jurta.org>
827
828 * replace.el (query-replace-read-args): Swallow a space after
829 everything except )]" which in most cases means after a symbol.
830
831 * emacs-lisp/pp.el (pp-buffer): Add autoload.
832
833 2004-06-28 Richard M. Stallman <rms@gnu.org>
834
835 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
836 More changes to go with previous change in font-lock.el.
837
838 2004-06-26 David Kastrup <dak@gnu.org>
839
840 * replace.el (perform-replace): Highlight the match even in
841 non-query mode if there is potential replace string editing.
842
843 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
844
845 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
846 agree with new return value of `file-remote-p'.
847 This syncs with Tramp 2.0.42.
848
849 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
850 according to new documentation of `file-remote-p'.
851
852 * files.el (file-remote-p): Fix doc to say that return value is
853 identification of remote system, if not nil.
854 (file-relative-name): Use new return value of `file-remote-p'.
855
856 2004-06-26 Nick Roberts <nickrob@gnu.org>
857
858 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
859 (gdb-goto-breakpoint): Fix breakage.
860
861 2004-06-26 Eli Zaretskii <eliz@gnu.org>
862
863 * man.el (Man-getpage-in-background): Add windows-nt to the list
864 of systems where shell-file-name should be used instead of
865 literal "sh".
866
867 2004-06-25 Sam Steingold <sds@gnu.org>
868
869 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
870 function names `(setf symbol)'.
871
872 2004-06-24 Richard M. Stallman <rms@gnu.org>
873
874 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
875
876 * font-lock.el (font-lock-keywords): Change format of compiled values.
877 Document it.
878 (font-lock-add-keywords): If font-lock-keywords is compiled,
879 extract the uncompiled version, modify, then recompile.
880 (font-lock-remove-keywords): Likewise.
881 (font-lock-fontify-keywords-region): Handle changed format.
882 (font-lock-compile-keywords): Handle changed format.
883 (font-lock-set-defaults): Compile the keywords explicitly here.
884
885 2004-06-24 David Kastrup <dak@gnu.org>
886
887 * replace.el (query-replace-read-args): Implement `\,' and `\#'
888 replacements here.
889 (query-replace-regexp): Doc string explaining this and the new
890 `\?' replacement. Remove `\,' and `\#' implementation here, as it
891 is better placed in `query-replace-read-args'.
892 (replace-regexp): Explain `\,', `\#' and `\?'.
893 (replace-match-data): New function for thorough reuse/destruction
894 of old match-data.
895 (replace-match-maybe-edit): Function for implementing `\?' editing.
896 (perform-replace): Fix maintaining of the match stack including
897 already matched regions, implement `\?', fix various problems
898 with regions while editing and other stuff.
899 (replace-highlight): Simplify.
900
901 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
902
903 * progmodes/grep.el (grep-error-screen-columns): New variable.
904 (grep-regexp-alist): Give it the full functionality of gnu style
905 compilation messages with line and column ranges. Ask me for the
906 perl script I'm working on, that uses these.
907
908 2004-06-23 Nick Roberts <nickrob@gnu.org>
909
910 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
911 Remove.
912 (comint-insert-input, comint-mouse-insert-input): New functions
913 based on comint-insert-clicked-input for two bindings but just
914 one functionality.
915
916 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
917
918 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
919
920 2004-06-23 Lars Hansen <larsh@math.ku.dk>
921
922 * files.el (write-contents-functions): Doc fix.
923
924 2004-06-21 Juanma Barranquero <lektu@terra.es>
925
926 * image.el (image-library-alist): Rewrite docstring in active voice.
927
928 2004-06-20 Richard M. Stallman <rms@gnu.org>
929
930 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
931
932 * isearch.el (isearch-repeat): Avoid testing old match data.
933 (isearch-message): Display trailing space in special font
934 when search is failing.
935 (isearch-search-fun-function): Doc fix.
936
937 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
938
939 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
940
941 * frame.el (show-trailing-whitespace): Doc fix.
942
943 * cus-edit.el (custom-variable-documentation): New function.
944 (custom-variable): Use it.
945
946 2004-06-19 Nick Roberts <nickrob@gnu.org>
947
948 * man.el (Man-getpage-in-background): Revert previous change but
949 make cygwin a special case.
950
951 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
952
953 * autorevert.el (global-auto-revert-non-file-buffers):
954 Update docstring.
955
956 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
957
958 * progmodes/compile.el (compilation-error-properties): Store one
959 more than end-col, if present, so that transient-mark-mode will
960 highlight last char too.
961 * progmodes/grep.el (grep-regexp-alist): Match columns and column
962 ranges, if present.
963
964 2004-06-18 Jason Rumney <jasonr@gnu.org>
965
966 * makefile.w32-in: Double percent signs in for loops.
967
968 2004-06-17 David Kastrup <dak@gnu.org>
969
970 * replace.el (query-replace-read-args): Only warn about use of \n
971 and \t when we are doing a regexp replacement and the actual
972 escaped character is n or t.
973 (query-replace-regexp): Add \, and \# interpretation to
974 interactive call and document it.
975 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
976 as shortkey for replace-count.
977 (replace-quote): New function for doubling backslashes.
978
979 2004-06-17 Juanma Barranquero <lektu@terra.es>
980
981 * files.el (parse-colon-path, cd): Mention in docstring that the
982 path separator is colon in GNU-like systems.
983
984 * newcomment.el (comment-region-internal): Fix docstring.
985
986 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
987 (ewoc-invalidate, ewoc-collect): Doc fixes.
988 (ewoc--create-node, ewoc--delete-node-internal):
989 Fix typos in docstring.
990
991 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
992
993 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
994 manual to docstring.
995
996 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
997
998 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
999
1000 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1001
1002 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1003 Add hyperlink to emacs-xtra manual to docstring.
1004
1005 * autorevert.el (global-auto-revert-non-file-buffers):
1006 Add hyperlink to emacs-xtra manual to docstring, as well as an
1007 info-link.
1008
1009 2004-06-14 Juanma Barranquero <lektu@terra.es>
1010
1011 * image.el (image-library-alist): New variable to map image types
1012 to external libraries. Initialized to nil, unless system-specific
1013 configs change it.
1014 (image-type-available-p): Determine whether an image type is
1015 available by calling `init-image-library'.
1016
1017 * term/w32-win.el (image-library-alist): Initialize to a known set
1018 of probable library names.
1019
1020 2004-06-14 Kenichi Handa <handa@m17n.org>
1021
1022 * international/code-pages.el (windows-1256, cp1125): Fix tables
1023 for several characters.
1024
1025 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1026
1027 2004-06-13 Richard M. Stallman <rms@gnu.org>
1028
1029 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1030
1031 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1032 not "`pc-selection-mode'".
1033
1034 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1035
1036 * simple.el (previous-matching-history-element): Specify a default.
1037
1038 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1039
1040 * cus-face.el (custom-declare-face): Simplify code.
1041
1042 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1043
1044 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1045
1046 * files.el (before-save-hook): Add `time-stamp' to the options.
1047
1048 * time-stamp.el (time-stamp): Recommend adding it to
1049 `before-save-hook', rather than `write-file-functions'.
1050 Make a similar change in `Commentary' section.
1051
1052 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1053
1054 * diff-mode.el (diff-current-defun): If at start of hunk, use
1055 position of first change.
1056
1057 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1058
1059 * dired-x.el (dired-mark-omitted): Bind to "*O".
1060
1061 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1062
1063 * bookmark.el (bookmark-bmenu-relocate): New function, as
1064 suggested by David J. Biesack <David.Biesack@sas.com>.
1065 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1066 (bookmark-bmenu-mode): Describe binding in doc string.
1067 (bookmark-set-filename): Save the bookmark list if it's time.
1068
1069 2004-06-13 Kenichi Handa <handa@m17n.org>
1070
1071 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1072 (ccl-untranslated-to-ucs): Fix typo.
1073
1074 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1075
1076 * progmodes/python.el (python-open-block-statement-p):
1077 Fix indentation after a block opening that contains a comment.
1078
1079 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1080
1081 * bindings.el (completion-ignored-extensions): Add file extensions
1082 of Python byte-compiled files.
1083
1084 2004-06-12 Juri Linkov <juri@jurta.org>
1085
1086 * info.el (Info-goto-node): Add autoload.
1087 (Info-toc): Add substring-no-properties on Info file name.
1088 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1089 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1090
1091 2004-06-12 Kenichi Handa <handa@m17n.org>
1092
1093 * international/mule-cmds.el (set-language-environment):
1094 Load subst tables if necessary.
1095
1096 * international/mule.el (decode-char): Load subst tables if necessary.
1097 (encode-char): Likewise.
1098
1099 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1100 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1101 (utf-16le-decode-loop): Set r5 to -1 before loop.
1102 (utf-16be-decode-loop): Likewise.
1103 (ccl-decode-mule-utf-16le): Add EOF processing block.
1104 (ccl-decode-mule-utf-16be): Likewise.
1105 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1106 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1107 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1108 (ccl-mule-utf-16-encode-untrans): New CCL.
1109 (utf-16-decode-to-ucs): Handle pre-read character.
1110 (utf-16le-encode-loop): Handle surrogate pair.
1111 (utf-16be-encode-loop): Likewise.
1112 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1113 of utf-16le-encode-loop.
1114 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1115 of utf-16be-encode-loop.
1116 (mule-utf-16-post-read-conversion):
1117 Call utf-8-post-read-conversion at first.
1118 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1119 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1120 Add post-read-conversion and pre-write-conversion.
1121
1122 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1123 (utf-translate-cjk-unicode-range): New variable.
1124 (utf-translate-cjk-load-tables): New function.
1125 (utf-lookup-subst-table-for-decode): New function.
1126 (utf-lookup-subst-table-for-encode): New function.
1127 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1128 tables here. Update safe-charsets of utf-* coding systems.
1129 (ccl-mule-utf-untrans): New CCL.
1130 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1131 at end of each branch.
1132 (ccl-mule-utf-8-encode-untrans): New CCL.
1133 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1134 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1135 length of encoding. Don't return r0.
1136 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1137 (utf-8-post-read-conversion): Narrow to region properly.
1138 If utf-translate-cjk-mode is on, load tables if necessary.
1139 Call utf-8-compose with hash-table arg if necessary.
1140 Call XXX-compose-region instead of XXX-post-read-convesion.
1141 (utf-8-pre-write-conversion): New function.
1142 (mule-utf-8): Include CJK charsets in safe-charsets if
1143 utf-translate-cjk-mode is on. Add pre-write-conversion.
1144
1145 * international/characters.el: Temporarily set
1146 utf-translate-cjk-mode to nil.
1147
1148 * language/devan-util.el (devanagari-compose-region):
1149 Add autoload cookie.
1150
1151 * international/ccl.el (ccl-dump-call): Fix printing the
1152 subroutine name.
1153
1154 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1155
1156 * dired.el (dired-revert): If buffer is marked unmodified before
1157 reverting, keep it marked unmodified.
1158 Adapt to new conventions for commenting out code.
1159 (dired-make-relative): Adapt to new conventions for commenting out code.
1160
1161 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1162
1163 * eshell/esh-module.el (eshell-load-defgroups):
1164 Bind `vc-handled-backends' to nil when opening files.
1165
1166 2004-06-11 Juanma Barranquero <lektu@terra.es>
1167
1168 * files.el (parse-colon-path, cd): Doc fixes (refer to
1169 `path-separator', not colon).
1170
1171 2004-06-10 Juanma Barranquero <lektu@terra.es>
1172
1173 * newcomment.el (comment-search-forward)
1174 (comment-search-backward): Fix typos in docstring.
1175 (comment-region): Doc fix.
1176
1177 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1178
1179 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1180 switch is no longer stored in `dired-switches-alist'.
1181
1182 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1183 `dired-switches-alist'.
1184
1185 2004-06-10 Kim F. Storm <storm@cua.dk>
1186
1187 * pcvs.el (cvs-mode-diff-yesterday): New command.
1188
1189 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1190
1191 2004-06-10 Juri Linkov <juri@jurta.org>
1192
1193 * emacs-lisp/edebug.el (edebug-eval-defun):
1194 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1195 Fix docstring.
1196
1197 * simple.el (eval-expression-print-format): Don't print additional
1198 information on the first call to `eval-print-last-sexp'.
1199 (next-error-find-buffer): Fix punctuation.
1200 (killing) <defgroup>: Fix punctuation.
1201 (yank-excluded-properties): Change group from editing to killing.
1202
1203 * replace.el (perform-replace): Use `limit' to terminate the
1204 while-loop explicitly.
1205
1206 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1207
1208 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1209 Use lc-*.xpm as prefix instead of *-locol.xpm.
1210
1211 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1212 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1213 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1214 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1215 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1216 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1217 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1218 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1219 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1220 * toolbar/lc-up_arrow.xpm:
1221 Renamed from *-locol.xpm.
1222
1223 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1224
1225 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1226 include forms like &<str>; as valid url patterns.
1227
1228 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * dired.el (dired-diff, dired-backup-diff)
1231 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1232 (dired-do-chown, dired-do-touch, dired-do-print)
1233 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1234 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1235 (dired-create-directory, dired-do-copy, dired-do-symlink)
1236 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1237 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1238 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1239 (dired-maybe-insert-subdir, dired-next-subdir)
1240 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1241 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1242 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1243 (dired-run-shell-command, dired-query): Remove redundant,
1244 or incorrect, autoloads.
1245
1246 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1247 does not end in a slash. Add optional argument KILL-ROOT.
1248 Update docstring.
1249 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1250 (dired-query): Add autoloads.
1251
1252 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1253
1254 * progmodes/compile.el (compilation-set-window-height):
1255 Rearrange the save-* functions because a buffer can have several current
1256 point in different windows.
1257 (compilation-error-regexp-alist-alist): Recognize {standard input}
1258 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1259
1260 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1261
1262 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1263 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1264 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1265 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1266 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1267 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1268 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1269 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1270 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1271 * toolbar/up_arrow-locol.xpm:
1272 New versions of icons that uses fewer colors.
1273
1274 * toolbar/tool-bar.el (tool-bar-local-item)
1275 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1276 if display-color-cells is 256 or less.
1277
1278 2004-06-08 Kim F. Storm <storm@cua.dk>
1279
1280 * wid-edit.el (widget-specify-button): Use hand pointer rather
1281 than mouse-face as visible mouse-over effect.
1282
1283 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1284
1285 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1286 and `print-level' to nil when writing out `save-place-alist'.
1287 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1288
1289 2004-06-07 Juanma Barranquero <lektu@terra.es>
1290
1291 * completion.el (completion-kill-region): Doc fix.
1292
1293 * format.el (format-insert-annotations)
1294 (format-annotate-location): Doc fixes.
1295 (format-subtract-regions): Make arguments match their use in docstring.
1296
1297 * simple.el (kill-region): Doc fix.
1298
1299 * subr.el (insert-buffer-substring-no-properties)
1300 (insert-buffer-substring-as-yank): Doc fixes.
1301
1302 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1303
1304 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1305 Update docstring.
1306 (dired-reset-subdir-switches): New function.
1307
1308 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1309 Limit scope of `buffer-read-only' binding.
1310
1311 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1312
1313 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1314 eshell-explicit-command-char.
1315
1316 2004-06-06 Juanma Barranquero <lektu@terra.es>
1317
1318 * help-fns.el (help-argument-name): Inherit from italic face only
1319 if the frame supports it.
1320
1321 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1322
1323 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1324 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1325 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1326 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1327 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1328 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1329 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1330 New conversions from xpm files.
1331
1332 * toolbar/README: New file.
1333
1334 2004-06-06 Richard M. Stallman <rms@gnu.org>
1335
1336 * isearch.el (isearch-mode-map): Undo previous change.
1337
1338 2004-06-05 Juri Linkov <juri@jurta.org>
1339
1340 * bindings.el (debug-ignored-errors): Add regexps for history
1341 related messages. Remove $ from "No further undo information".
1342 Move Ediff's messages to ediff.el.
1343
1344 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1345
1346 * cus-edit.el (custom-display): Add `min-colors'.
1347
1348 * custom.el (defface): Add `supports' to docstring.
1349
1350 * help-fns.el (help-argument-name): Add :group 'help.
1351
1352 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1353
1354 * find-dired.el (find-ls-subdir-switches): New user option.
1355 (find-dired): No longer call `abbreviate-file-name' on DIR.
1356 Set `dired-subdir-switches' buffer-locally.
1357
1358 * locate.el: Merge the two `Commentary' sections.
1359 (locate-ls-subdir-switches): New user option.
1360 (locate): Update for other changes.
1361 (locate-mode-map): Restore Dired binding for mouse-2.
1362 Bind `locate-mouse-view-file' to M-mouse-2.
1363 Bind `l' to `locate-do-redisplay'.
1364 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1365 (locate-mouse-view-file, locate-tags, locate-find-directory):
1366 Print message if used outside main listing.
1367 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1368 Various changes to support inserted subdirectories.
1369 (locate-insert-header): Change header of *Locate* buffer.
1370
1371 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1372 Change interactive default switches.
1373 (dired-rename-subdir-2): Update `dired-switches-alist'.
1374 (dired-insert-subdir, dired-kill-subdir):
1375 Handle `dired-switches-alist'. Do not mark buffer modified.
1376 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1377 (dired-insert-subdir-doinsert): Omit messages.
1378 Handle `dired-subdir-switches'.
1379 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1380
1381 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1382 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1383 subdirs if -R switch is used for a subdir.
1384 (dired-mode): Set `dired-switches-alist'.
1385 (dired-build-subdir-alist): Only print number of directories in
1386 echo area when invoked interactively.
1387
1388 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1389
1390 * dired-x.el (dired-omit-mode): Rename from
1391 dired-omit-files-p. Use define-minor-mode to define it.
1392 (dired-omit-files-p): Add as alias for dired-omit-mode.
1393 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1394 dired-mark-omitted.
1395 (dired-mark-omitted): Add. Bind to M-O.
1396
1397 2004-06-05 Kenichi Handa <handa@m17n.org>
1398
1399 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1400
1401 2004-06-05 Juanma Barranquero <lektu@terra.es>
1402
1403 * help-fns.el (help-argument-name): Reintroduce face.
1404 (help-default-arg-highlight): Use it, now that
1405 `face-differs-from-default-p' can be trusted.
1406
1407 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1408
1409 * textmodes/table.el: Sentence commands added to Point Motion
1410 group; kill and backward-kill commands added to Extraction group.
1411
1412 2004-06-04 Mario Lang <mlang@delysid.org>
1413
1414 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1415 systems appear to use mW, make the code handle this. Fix a
1416 division-by-zero bug while at it, and handle kernels with
1417 a slightly different layout in /proc/acpi.
1418
1419 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1420
1421 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1422 because the latter is a CL-ism. This fixes the bug reported by
1423 Shawn Boyette <mdxi@collapsar.net> in
1424 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1425
1426 2004-06-04 Miles Bader <miles@gnu.org>
1427
1428 * faces.el (display-supports-face-attributes-p): Function moved to
1429 C code. Previously only the tty-related portion of this function
1430 was done in C; however the previous attempt to do a halfway-proper
1431 job for non-tty displays in lisp didn't work properly because of
1432 funny conditions during Emacs startup.
1433 (face-differs-from-default-p): Simplify, now that
1434 display-supports-face-attributes-p works properly on all display
1435 types. Remove :stipple from comparison; it doesn't really work
1436 in emacs anyway.
1437
1438 2004-06-04 Miles Bader <miles@gnu.org>
1439
1440 * faces.el (face-differs-from-default-p): Use a different
1441 implementation, so we can really check whether FACE displays
1442 differently or not.
1443
1444 2004-06-04 Miles Bader <miles@gnu.org>
1445
1446 * faces.el (display-supports-face-attributes-p): Implement a
1447 `different from default' check for non-tty displays.
1448
1449 2004-06-03 David Kastrup <dak@gnu.org>
1450
1451 * woman.el (woman-mapcan): More concise code.
1452 (woman-topic-all-completions, woman-topic-all-completions-1)
1453 (woman-topic-all-completions-merge): Replace by a simpler and
1454 much faster implementation based on O(n log n) sort/merge instead
1455 of the old O(n^2) behavior.
1456
1457 2004-06-03 Miles Bader <miles@gnu.org>
1458
1459 * subr.el (read-number): Use canonical format for default in prompt.
1460
1461 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1462 Add regexp for " [...]" style defaults.
1463
1464 2004-06-02 Romain Francoise <romain@orebokech.com>
1465
1466 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1467 groups: if the user asks for a hidden buffer, open the
1468 corresponding filter group to expose it.
1469
1470 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1471 `ibuffer-jump-to-buffer'.
1472 (ibuffer-jump-offer-only-visible-buffers): New user option.
1473
1474 2004-06-02 Juanma Barranquero <lektu@terra.es>
1475
1476 * faces.el (frame-update-faces): Add empty docstring so the one
1477 for `ignore' doesn't show through.
1478
1479 * subr.el (process-kill-without-query): Remove spurious "\n" on
1480 obsolescence string.
1481 (focus-frame, unfocus-frame): Add obsolescence declaration and
1482 empty docstring.
1483
1484 * international/mule.el (register-char-codings): Make alias for
1485 `ignore'. Move docstring to obsolescence info and remove redundancy.
1486
1487 2004-06-02 Kim F. Storm <storm@cua.dk>
1488
1489 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1490 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1491
1492 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * comint.el (comint-replace-by-expanded-history-before-point):
1495 Obey `start' as the docstring says.
1496 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1497 (comint-update-fence): Prevent font-lock from running unnecessarily.
1498 (comint-dynamic-list-completions): Use with-current-buffer.
1499
1500 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1501
1502 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1503 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1504 (bibtex-entry-update): Handle alternatives and optional fields.
1505 (bibtex-parse-entry): Bugfix, handle empty key.
1506
1507 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1510
1511 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1512
1513 * desktop.el (desktop-save): Don't save minor modes without a
1514 known mode initialization function.
1515
1516 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1517
1518 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1519
1520 * autorevert.el: Update `Commentary' section.
1521
1522 2004-05-30 Juanma Barranquero <lektu@terra.es>
1523
1524 * dos-fns.el (convert-standard-filename):
1525 * files.el (convert-standard-filename):
1526 * w32-fns.el (convert-standard-filename):
1527 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1528
1529 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1530
1531 Sync with Tramp.
1532
1533 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1534 (tramp-let-maybe): Move to an earlier spot in the file.
1535 Patch by Andreas Schwab.
1536
1537 2004-05-30 Andreas Schwab <schwab@suse.de>
1538
1539 * dired.el (dired-get-filename): Don't use dired-re-dot.
1540
1541 2004-05-30 Richard M. Stallman <rms@gnu.org>
1542
1543 * files.el (find-file): Doc fix.
1544
1545 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1546
1547 2004-05-30 Nick Roberts <nickrob@gnu.org>
1548
1549 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1550 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1551 modeline of the locals buffer.
1552 (gdb-goto-breakpoint): Handle gdbmi.
1553 (gdb-get-frame-number): Change for gdbmi.
1554
1555 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1556
1557 * files.el (file-remote-p): Apply file name handler for operation
1558 `file-remote-p'. It isn' a property any longer.
1559 (file-relative-name): `fh' and `fd' get the required value via
1560 `find-file-name-handler' already.
1561
1562 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1563 (top): Remove setting of `file-remote-p' property for
1564 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1565
1566 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1567
1568 Version 2.0.41 of Tramp released.
1569
1570 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1571 Throw away if process has died.
1572 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1573 (tramp-out-of-band-prompt-regexp): Rename to
1574 `tramp-process-alive-regexp', because its usage is widen.
1575 (tramp-actions-copy-out-of-band): Apply it.
1576 (tramp-actions-before-shell, tramp-multi-actions):
1577 Add `tramp-action-process-alive' action.
1578 (tramp-action-process-alive): New defun.
1579 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1580 Add entry for `file-remote-p'.
1581 (tramp-handle-file-remote-p): New defun.
1582 (top): Remove setting of `file-remote-p'. Don't set
1583 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1584
1585 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1586 `file-remote-p'.
1587
1588 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1589 counted for (last) line. [They should or they shouldn't? --Stef]
1590 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1591
1592 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1593
1594 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1595 not really necessary but seems to keep the shell history smaller
1596 in some cases. It is no substitute for setting HISTFILE and
1597 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1598 though. Suggested by Luc Teirlinck.
1599 (tramp-open-connection-setup-interactive-shell): Export variables
1600 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1601 (tramp-set-process-query-on-exit-flag): New compat function.
1602 (tramp-open-connection-multi, tramp-open-connection-su)
1603 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1604 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1605 (tramp-let-maybe): New macro, let-binds a variable only if it
1606 isn't obsolete.
1607 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1608 (tramp-handle-file-truename): Use it.
1609 (tramp-completion-file-name-regexp-unified): Avoid matching
1610 filenames starting with "/:" -- those are reserved for
1611 file-name-non-special.
1612
1613 * tramp-smb.el (tramp-smb-open-connection):
1614 Use tramp-set-process-query-on-exit-flag compat function.
1615
1616 2004-05-29 Richard M. Stallman <rms@gnu.org>
1617
1618 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1619
1620 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1621 (eval-last-sexp-print-value): Print char equivalent regardless
1622 of standard-output value.
1623
1624 * thumbs.el (thumbs-subst-char-in-string): Delete.
1625 (thumbs-thumbname): Use subst-char-in-string.
1626 (thumbs-resize-image): Use condition-case, not ignore-errors.
1627 (thumbs-kill-buffer): Likewise.
1628
1629 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1630 (thumbs-mode): Make buffer read-only.
1631 (thumbs-make-thumb): Unconditionally accept an existing file.
1632 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1633 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1634 (thumbs-show-thumbs-list): Error if images not supported.
1635 (thumbs-save-current-image): Improve prompt string.
1636 (thumbs-mode-map): Define u, R, x.
1637 (thumbs-unmark): New command.
1638 (thumbs-emboss-image): Minor cleanup.
1639 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1640 (thumbs-rename-images): New command.
1641 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1642
1643 * thumbs.el (thumbs-current-image): New function.
1644 (thumbs-file-list, thumbs-file-alist): New functions.
1645 (thumbs-find-image): Delete arg L.
1646 Don't set up thumbs-fileL as buffer-local global var.
1647 (thumbs-find-image-at-point): Use thumbs-current-image.
1648 (thumbs-set-image-at-point-to-root-window): Likewise.
1649 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1650 Record and warn about errors. Update thumbs-markedL for deletions.
1651 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1652 (thumbs-redraw-buffer): Use thumbs-file-list.
1653 (thumbs-mark): Use thumbs-current-image.
1654 (thumbs-show-name): Use thumbs-current-image.
1655
1656 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1657 and imenu--last-menubar-index-alist.
1658
1659 * subr.el (with-selected-window): Undo previous change.
1660
1661 2004-05-29 John Paul Wallington <jpw@gnu.org>
1662
1663 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1664 (thumbs-mouse-find-image): New command.
1665 (thumbs-mode-map): Bind it to mouse-2.
1666 (thumbs-mode): Make mode-class special.
1667 (thumbs-view-image-mode): Likewise.
1668
1669 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1670
1671 * flymake.el: New file.
1672
1673 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1674
1675 * files.el (find-file-noselect-1): Do not bind
1676 `inhibit-read-only' to t during execution of
1677 `find-file-not-found-functions'.
1678
1679 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1682 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1683
1684 2004-05-28 Juri Linkov <juri@jurta.org>
1685
1686 * simple.el (eval-expression-print-format): New fun.
1687
1688 * simple.el (eval-expression):
1689 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1690 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1691 (edebug-eval-expression): Print additionally the value returned by
1692 `eval-expression-print-format'.
1693
1694 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1695 (insert-pair): Make arguments optional. Find character pair
1696 from `insert-pair-alist' according to the last input event.
1697 (insert-parentheses): Make arguments optional.
1698 (raise-sexp, delete-pair): New funs.
1699
1700 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1701 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1702 Bind C-M-q to `indent-pp-sexp'.
1703
1704 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1705 `pp-to-string' modified to be able to format text with newlines.
1706 (pp-to-string): Move the buffer-formatting part of the code to
1707 `pp-buffer'. Call `pp-buffer'.
1708
1709 * info.el (Info-desktop-buffer-misc-data): Don't save information
1710 about virtual files.
1711 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1712 buffers with names obtained from the desktop file instead of the
1713 default *info* buffer.
1714
1715 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * subr.el (with-selected-window): Only save/restore the selected window.
1718
1719 * progmodes/compile.el (compilation-error-regexp-alist):
1720 Use expand-file-name and data-directory.
1721
1722 * progmodes/grep.el (grep-tree): Rework previous fix.
1723
1724 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1725 after the user marked text with the mouse.
1726
1727 * startup.el (command-line): Keep the first regexp of
1728 auto-save-file-name-transforms intact.
1729
1730 2004-05-28 Juanma Barranquero <lektu@terra.es>
1731
1732 * cus-edit.el (customize-face, customize-face-other-window)
1733 (custom-face-edit-delete): Make arguments match their use in
1734 docstring.
1735 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1736 docstring.
1737
1738 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1739 not `cvs-butlast'.
1740
1741 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1742 `nbutlast' are in subr.el).
1743
1744 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1745 (set-w32-system-coding-system): Doc fixes.
1746
1747 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1748 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1749 Make arguments match their use in docstring.
1750 (artist-draw-region-trim-line-endings)
1751 (artist-mouse-choose-operation): Fix typo in docstring.
1752 (artist-key-set-point-common): Doc fix.
1753
1754 2004-05-28 Simon Josefsson <jas@extundo.com>
1755
1756 * mail/smtpmail.el (smtpmail-open-stream):
1757 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1758
1759 2004-05-26 Simon Josefsson <jas@extundo.com>
1760
1761 * starttls.el: Merge with my GNUTLS based starttls.el.
1762 (starttls-gnutls-program, starttls-use-gnutls)
1763 (starttls-extra-arguments, starttls-process-connection-type)
1764 (starttls-connect, starttls-failure, starttls-success): New variables.
1765 (starttls-program, starttls-extra-args): Doc fix.
1766 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1767 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1768 and pass on to corresponding *-gnutls function if it is set.
1769
1770 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1771
1772 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1773 remote files.
1774
1775 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1776
1777 * files.el (file-name-non-special): There are more operations
1778 which need handling: `find-backup-file-name',
1779 `insert-file-contents', `verify-visited-file-modtime',
1780 `write-region'. Rename t value of method to `add'. Add new
1781 methods `quote' and `unquote-then-quote' to file-arg-indices.
1782
1783 2004-05-25 Juri Linkov <juri@jurta.org>
1784
1785 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1786 (Info-index-nodes): Enclose code in condition-case to catch errors.
1787 (Info-index-node): Don't search all index nodes if request is only
1788 for the current node and file is not in the cache of index nodes.
1789 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1790 for consistency with dired-copy-filename-as-kill.
1791 Bind `S' to Info-search-case-sensitively.
1792 (Info-copy-current-node-name): New arg. With zero prefix arg put
1793 the name inside a function call to `info'. Display copied text in
1794 the echo area.
1795
1796 2004-05-25 Sam Steingold <sds@gnu.org>
1797
1798 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1799 strip the package prefix from the symbol name, if any.
1800 Make it the `find-tag-default-function' for `lisp-mode'.
1801
1802 2004-05-25 John Paul Wallington <jpw@gnu.org>
1803
1804 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1805 instead of obsolete `process-kill-without-query'.
1806
1807 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1808 Declare as variable, not constant.
1809
1810 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1811
1812 * files.el (find-file-noselect-1): Fix bug introduced by
1813 Revision 1.694. As a side effect, `inhibit-read-only'
1814 is again, by default, t during execution of
1815 `find-file-not-found-functions'.
1816 (insert-directory): Check that lines were really inserted by
1817 the --dired switch, before erasing them.
1818
1819 2004-05-24 Nick Roberts <nickrob@gnu.org>
1820
1821 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1822 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1823 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1824 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1825 gud-minor-mode (gdbmi).
1826
1827 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1828
1829 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1830 explicitly select the text to be taken as URL.
1831
1832 2004-05-23 Juri Linkov <juri@jurta.org>
1833
1834 * info.el (Info-index-nodes): New var and fun.
1835 (Info-goto-index, Info-index, info-apropos)
1836 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1837 (Info-index): Fix docstring. Store and restore Info-history-list.
1838 (Info-complete-nodes): New var.
1839 (Info-complete-menu-item): Use it.
1840 (Info-index-node): New fun.
1841 (Info-final-node, Info-forward-node, Info-backward-node)
1842 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1843 Use Info-index-node.
1844 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1845 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1846 (Info-find-node-2): If a node with period in its name not found,
1847 try to find a node without the name part after period.
1848 (Info-select-node): Call Info-fontify-node only if
1849 Info-fontify-maximum-menu-size is not nil.
1850 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1851 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1852 Preserve Info-history-list.
1853 (Info-toc): Set Info-current-file.
1854 (Info-build-toc): Move point to the beginning of the buffer.
1855 Add main-file variable.
1856 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1857 Use backslashed representation of the control character ^_.
1858
1859 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1860 numbers in the new Texinfo 4.7 format.
1861
1862 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1863 regexps for function and variable names.
1864
1865 * descr-text.el (describe-property-list): Add [show] button for
1866 `syntax-table' property with action to pp to a separate buffer.
1867 (describe-char): Replace search-forward by re-search-forward with
1868 whitespace regexp after "character:" to not fail in too narrow windows.
1869
1870 * simple.el (next-error-find-buffer): Add a rule to return
1871 next-error capable buffer if one window on the selected frame
1872 displays such buffer.
1873
1874 2004-05-23 Nick Roberts <nickrob@gnu.org>
1875
1876 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1877 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1878 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1879 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1880 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1881 Handle new value for gud-minor-mode (gdbmi).
1882 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1883 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1884 Change from local to global gdb variable set.
1885 (gdb-ann3): Initialise above gdb variable set.
1886 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1887 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1888 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1889 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1890 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1891 (gdb-info-locals-handler, gdb-invalidate-assembler)
1892 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1893 set as global variables.
1894 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1895 Handle gdbmi.
1896 (gdb-info-breakpoints-custom): Fix regexp.
1897 (def-gdb-var): Delete.
1898
1899 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1900 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1901 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1902 a new mode. The file (gdb-mi.el) for this mode will be included
1903 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1904 primary interface.
1905
1906 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1907
1908 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1909 interpreted as a directory.
1910
1911 2004-05-22 Richard M. Stallman <rms@gnu.org>
1912
1913 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1914 as a close quote.
1915
1916 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1917
1918 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1919 Use assoc-string, not assoc-ignore-case.
1920
1921 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1922
1923 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1924 If moving back then fwd gets a defun that ends before point,
1925 try again moving fwd then back.
1926
1927 * files.el (file-name-non-special): Allow t in file-arg-indices
1928 to mean requote the return value. Use `identity' as an element
1929 rather than as the whole value.
1930
1931 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1932
1933 2004-05-22 Juanma Barranquero <lektu@terra.es>
1934
1935 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1936 `help-make-usage'.
1937 (help-highlight-arguments): Skip function name before searching
1938 for arguments.
1939
1940 2004-05-21 Juanma Barranquero <lektu@terra.es>
1941
1942 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1943 Don't mention in the docstring these arguments meant for
1944 internal (recursive) use only.
1945 (allout-char-spec): Comment out (it's not implemented).
1946 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1947 obsolescence declaration.
1948 (allout-flatten-exposed-to-buffer)
1949 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1950 (my-mark-marker): Doc fix.
1951 (produce-allout-mode-map, allout-sibling-index)
1952 (allout-isearch-expose, allout-distinctive-bullet)
1953 (allout-open-topic, allout-reindent-body)
1954 (allout-rebullet-heading, allout-process-exposed)
1955 (allout-insert-listified, allout-latex-verb-quote)
1956 (allout-insert-latex-header, allout-insert-latex-trailer):
1957 Make arguments match their use in docstring.
1958 (allout-primary-bullet, allout-old-style-prefixes)
1959 (allout-inhibit-protection, allout-init, allout-mode)
1960 (allout-before-change-protect, allout-flag-region):
1961 Use "Emacs" instead of "emacs" in docstrings.
1962
1963 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1964
1965 * international/characters.el: Modify syntax of more characters.
1966
1967 2004-05-21 Masatake YAMATO <jet@gyve.org>
1968
1969 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1970 (etags-tags-completion-table): Show parsing progress.
1971
1972 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1973
1974 * locate.el (locate-prompt-for-command): Shorten first line of
1975 docstring.
1976 (locate-mode): Expand docstring and include keymap summary.
1977
1978 * files.el (find-file-noselect-1): Limit the scope of the
1979 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1980 is, by default, nil during the execution of
1981 `find-file-not-found-functions' and `find-file-hook'.
1982
1983 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1984
1985 * facemenu.el (facemenu-color-name-equal): New function.
1986 (list-colors-display): Use it to compare colors instead of
1987 facemenu-color-equal.
1988
1989 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1990
1991 * compare-w.el (compare-windows-face): Use min-colors instead of
1992 checking for tty or pc types.
1993
1994 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1997 (completion-setup-function): Use with-current-buffer.
1998 Properly save excursion. Simplify.
1999 Don't assume there is necessarily a `mouse-face' property somewhere.
2000
2001 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2002
2003 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2004
2005 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2006 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2007 Use with-current-buffer.
2008 (byte-goto-log-buffer): Delete.
2009 (byte-compile-log-file): Call compilation-forget-errors.
2010
2011 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2012
2013 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2014 output messages into the search result.
2015
2016 2004-05-19 Masatake YAMATO <jet@gyve.org>
2017
2018 * wid-edit.el (widget-radio-button-notify): Revert my last
2019 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2020
2021 2004-05-19 Kenichi Handa <handa@m17n.org>
2022
2023 * international/characters.el: Fix syntax (open/close) of CJK chars.
2024
2025 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2026
2027 * help-mode.el (help-go-back): Don't depend on position of back button.
2028
2029 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2032 files files don't contain an accidental additional /.
2033
2034 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2035 in source buffer.
2036
2037 2004-05-18 Masatake YAMATO <jet@gyve.org>
2038
2039 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2040 to widget-apply. :action method assumes 2 arguments, not 3.
2041
2042 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2043
2044 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2045 New constants.
2046 (hs-special-modes-alist): Add an f90-mode entry.
2047
2048 2004-05-17 Sam Steingold <sds@gnu.org>
2049
2050 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2051 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2052
2053 2004-05-16 Kim F. Storm <storm@cua.dk>
2054
2055 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2056
2057 2004-05-15 John Wiegley <johnw@newartisans.com>
2058
2059 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2060 (eshell-output-object-to-target): Improve output speed 20% by not
2061 calling `eshell-stringify' if something is already known to be a string.
2062
2063 2004-05-15 Alex Ott <ott@jet.msk.su>
2064
2065 * textmodes/ispell.el (ispell-local-dictionary-alist):
2066 Add windows-1251 to the choice of coding systems.
2067 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2068 encoded in cp1251.
2069
2070 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2071
2072 * progmodes/compile.el (compilation-warning-face)
2073 (compilation-info-face): Use min-colors.
2074
2075 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2076
2077 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2078 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2079 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2080 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2081 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2082 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2083 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2084 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2085 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2086 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2087 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2088 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2089 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2090 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2091
2092 2004-05-15 Kim F. Storm <storm@cua.dk>
2093
2094 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2095 Use it to set triggered-p element of timer.
2096 (timer-event-handler): Set triggered-p element non-nil while running
2097 the timer function.
2098
2099 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * descr-text.el (describe-char-unicode-data)
2102 (describe-char-unicodedata-file): Re-enable the unicode code now that
2103 the licensing issues have been cleared in the unicode-4 license.
2104 (describe-text-properties-1): Remove unused `overlay' var.
2105 (describe-char): Remove unused var `buffer'.
2106
2107 2004-05-14 David Ponce <david@dponce.com>
2108
2109 * tree-widget.el: New file.
2110
2111 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2112
2113 * language/european.el ("Brazilian Portuguese"): Add support for
2114 Brazilian Portuguese.
2115
2116 2004-05-13 John Wiegley <johnw@newartisans.com>
2117
2118 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2119 `recentf-mode' if this variable has been customized to t.
2120
2121 * eshell/esh-test.el (eshell-test): Call the function
2122 `emacs-version' rather than trying to build a custom version string.
2123
2124 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * net/telnet.el (telnet-mode): Use define-derived-mode.
2127 Don't modify the global value of comint-prompt-regexp.
2128
2129 2004-05-13 John Paul Wallington <jpw@gnu.org>
2130
2131 * version.el (emacs-version): Check for `gtk' feature before
2132 `x-toolkit' feature.
2133
2134 2004-05-13 Juanma Barranquero <lektu@terra.es>
2135
2136 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2137 arguments in the docstring, they're used only in recursive calls.
2138
2139 * help-fns.el (help-arg-highlighting-function)
2140 (help-argument-name): Delete.
2141 (help-default-arg-highlight): New function.
2142 (help-do-arg-highlighting): Use it.
2143
2144 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2145
2146 * calendar/appt.el (appt-disp-window):
2147 Use `calendar-set-mode-line' for a centered mode-line.
2148
2149 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2150
2151 * calendar/appt.el (appt-disp-window): Do not split window
2152 excessively when `split-height-threshold' is low.
2153
2154 2004-05-12 Nick Roberts <nickrob@gnu.org>
2155
2156 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2157 kill-buffer-hook here and make it local.
2158 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2159
2160 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2161
2162 * progmodes/compile.el (compilation-set-window-height):
2163 Use save-excursion to protect against misplaced marker.
2164
2165 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2166
2167 * custom.el (defface): Document that type can have value gtk.
2168
2169 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2170
2171 2004-05-12 Kenichi Handa <handa@m17n.org>
2172
2173 * descr-text.el: Require quail at comile time.
2174 (describe-char): If an input method is on and it supports the
2175 character, show how to input it.
2176
2177 * international/quail.el (quail-install-decode-map): Accept a
2178 char-table whose subtype is `quail-decode-map'.
2179 (quail-store-decode-map-key, quail-gen-decode-map1)
2180 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2181 (quail-show-key): New functions.
2182
2183 2004-05-12 Juanma Barranquero <lektu@terra.es>
2184
2185 * generic.el (define-generic-mode): Remove redundant arglist info.
2186
2187 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2188 Make arguments match their use in docstring.
2189 (help-arg-highlighting-function): New variable.
2190 (help-argument-name): Mention it in the docstring.
2191 (help-do-arg-highlight): Use it. Expand regexp to accept also
2192 ARG-xxx and xxx-ARG references.
2193
2194 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2195
2196 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2197 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2198 and "mailto:addr1?to=addr2" equal.
2199
2200 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2201
2202 * man.el (Man-getpage-in-background): Use shell-file-name
2203 and shell-command-switch variables instead of hard-coded values.
2204
2205 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2206
2207 * iimage.el: New file.
2208
2209 2004-05-11 Juanma Barranquero <lektu@terra.es>
2210
2211 * custom.el (custom-initialize-default, defcustom):
2212 Fix typo in docstring.
2213
2214 * files.el (set-visited-file-name, file-expand-wildcards):
2215 Fix docstring.
2216
2217 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2218
2219 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2220
2221 * subr.el (eventp): Be more discriminating with integers.
2222
2223 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2224
2225 * progmodes/compile.el (compile): Add universal prefix arg.
2226 (compilation-error-regexp-alist-alist): Add edg patterns.
2227
2228 2004-05-10 Sam Steingold <sds@gnu.org>
2229
2230 * textmodes/ispell.el (ispell-message):
2231 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2232
2233 2004-05-10 Dave Love <fx@gnu.org>
2234
2235 * progmodes/python.el (help-buffer): Autoload when compiling.
2236 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2237 (run-python): Prepend to any existing PYTHONPATH.
2238
2239 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2240
2241 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2242 for pending breakpoints.
2243
2244 2004-05-10 Richard M. Stallman <rms@gnu.org>
2245
2246 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2247 directly without calling any functions in Rmail.
2248 (unrmail-unprune): Function deleted.
2249
2250 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2253 C-c C-z binding.
2254
2255 2004-05-10 Kenichi Handa <handa@m17n.org>
2256
2257 * descr-text.el (describe-char): Fix previous change. Don't make
2258 a unibyte character to multibyte in the *Help* buffer.
2259
2260 2004-05-10 Miles Bader <miles@gnu.org>
2261
2262 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2263 buffer an error if the debugger process is actually running.
2264
2265 2004-05-10 Juanma Barranquero <lektu@terra.es>
2266
2267 * help-fns.el (help-argument-name): Default to italic.
2268 (help-highlight-arguments): Return always (usage . doc), even when
2269 usage is nil.
2270
2271 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2272 (define-ibuffer-filter): Add usage info.
2273 (define-ibuffer-op): Add usage info (but CL-style defaults for
2274 keyword args are not shown).
2275
2276 * subr.el (remove-overlays, read-passwd): Fix docstring.
2277 (start-process-shell-command): Fix docstring. Put usage info in a
2278 format usable by `describe-function'.
2279 (open-network-stream, open-network-stream-nowait)
2280 (open-network-stream-server): Fix docstring.
2281
2282 2004-05-09 Jason Rumney <jasonr@gnu.org>
2283
2284 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2285 Only define cp125* if windows-125* is already defined.
2286
2287 * language/korean.el (cp949): Add alias.
2288
2289 * language/chinese.el (cp936, cp950): Add aliases.
2290
2291 * language/japanese.el (cp932): Add alias.
2292
2293 * term/w32-win.el: Require code-pages.
2294
2295 * international/mule-cmds.el (set-locale-environment):
2296 On MS-Windows use ansi code-page for default coding-systems.
2297 Set up paper sizes for Windows 3 letter languages.
2298
2299 * international/code-pages.el (cp932, cp936, cp949, cp950):
2300 Add aliases. Also add cp125* if not already defined.
2301
2302 2004-05-09 Juanma Barranquero <lektu@terra.es>
2303
2304 * help-fns.el (help-highlight-arguments): Don't try to highlight
2305 missing or autoloaded arglists. Accept structured arguments, like
2306 the first ones of `do' and `flet'.
2307
2308 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2309 (cvs-get-marked): Remove redundant arglist info.
2310
2311 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2312 Don't use CL-style default args.
2313
2314 2004-05-08 Andreas Schwab <schwab@suse.de>
2315
2316 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2317
2318 * international/subst-ksc.el: Fix references to utf-translate-cjk
2319 into utf-translate-cjk-mode.
2320 * international/subst-big5.el: Likewise.
2321 * international/subst-gb2312.el: Likewise.
2322 * international/subst-jis.el: Likewise.
2323 * international/utf-16.el: Likewise.
2324 * international/utf-8.el: Likewise.
2325
2326 2004-05-08 John Wiegley <johnw@newartisans.com>
2327
2328 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2329 "virtual buffers" (off by default), which makes it possible to
2330 switch to the "virtual" buffers of recently visited files. When a
2331 buffer name search fails, and this option is on, iswitchb will
2332 look at the list of recently visited files, and permit matching
2333 against those names. When the user hits RET on a match, it will
2334 revisit that file.
2335 (iswitchb-read-buffer): Add two optional arguments, which makes
2336 isearchb.el possible.
2337 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2338 (iswitchb-next-match): Add support for virtual buffers.
2339
2340 * isearchb.el: This module extends iswitchb to provide "as you
2341 type" buffer selection.
2342
2343 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2344 Ignore the read-only property when flyspell highlighting is on.
2345 Not ignoring it leads to a series of confusing errors.
2346 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2347 but also make sure to call flyspell-incorrect-hook.
2348 (flyspell-maybe-correct-transposition): Perform transposition test
2349 by bit twiddling a string, rather than using a temp buffer.
2350 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2351 buffer. This is also the original version of the code, which
2352 could not be checked in before due to a previous lack of
2353 assignment papers. This version has seen heavy usage on my system
2354 for several years now.
2355
2356 * calendar/cal-bahai.el: New file, which adds support for the
2357 Baha'i calendar to Emacs. This calendar is based on a solar year
2358 of 19 months of 19 days, with 4 intercalary days. Each year
2359 begins on March 21, with the calendar starting in 1844.
2360
2361 * calendar/cal-menu.el, calendar/calendar.el,
2362 calendar/diary-lib.el, calendar/holidays.el: Added support for
2363 using cal-bahai.el.
2364
2365 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2366 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2367 function can be used outside of eshell buffers.
2368 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2369
2370 2004-05-08 Juanma Barranquero <lektu@terra.es>
2371
2372 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2373 word constituent so FOO-ARG is not recognized as an arg.
2374 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2375
2376 * simple.el (next-error): Fix typo in docstring.
2377 (open-line): Make argument names match their use in docstring.
2378 (split-line): Fix docstring.
2379
2380 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2381 usable by `describe-function'.
2382 (gensym, gentemp, typep, ignore-errors): Make argument names match
2383 their use in docstring.
2384
2385 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2386 argument to `help-setup-xref'.
2387
2388 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2389
2390 Version 2.0.40 of Tramp released.
2391
2392 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2393 Use symbol-function to invoke functions only known on some Emacs
2394 flavors. This avoids byte-compiler warnings. Reported by Kevin
2395 Scaldeferri <kevin@scaldeferri.com>.
2396 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2397 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2398 consistent with the other tramp-do-* functions.
2399 (tramp-do-copy-or-rename-file): Calls adjusted.
2400 (tramp-process-initial-commands): Avoid liveness check on shell --
2401 we know that it must be alive since we're opening a connection at
2402 this moment.
2403 (tramp-last-cmd): New internal variable.
2404 (tramp-process-echoes): New tunable.
2405 (tramp-send-command): Set tramp-last-cmd.
2406 (tramp-wait-for-output): Delete echo, if applicable.
2407 (tramp-read-passwd): Construct the key for the password cache in a
2408 way that works for multi methods, too.
2409 (tramp-bug): Add backup-directory-alist and
2410 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2411
2412 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2415
2416 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2417 (tramp-actions-copy-out-of-band): New defcustoms.
2418 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2419 used instead of a synchronous one. Allows password entering.
2420 (tramp-action-out-of-band): New defun.
2421 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2422 Remove restriction with password from doc string.
2423 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2424 `tramp-out-of-band-prompt-regexp',
2425 `tramp-actions-copy-out-of-band', `password-cache' and
2426 `password-cache-expiry'.
2427 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2428 password caching.
2429 (tramp-touch): FILE can be a local file, too.
2430 (TODO): Remove items done.
2431 (tramp-handle-insert-directory): Properly quote file name also if
2432 not full-directory-p. Handle wildcard case. Reported by Andreas
2433 Schwab <schwab@suse.de>.
2434 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2435 new file.
2436 (tramp-handle-file-local-copy, tramp-handle-write-region):
2437 The permissions of the temporary file are set if filename exists.
2438 Reported by Ted Stern <stern@cray.com>.
2439 (tramp-backup-directory-alist)
2440 (tramp-bkup-backup-directory-info): New defcustoms.
2441 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2442 (tramp-handle-find-backup-file-name): New function.
2443 Implements Tramp's find-backup-file-name.
2444
2445 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2446 for `find-backup-file-name'.
2447
2448 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2449 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2450
2451 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2452
2453 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2454
2455 2004-05-07 Juanma Barranquero <lektu@terra.es>
2456
2457 * subr.el (lambda): Add arglist description to docstring.
2458 (declare): Fix typo in docstring.
2459 (open-network-stream): Fix docstring.
2460 (process-kill-without-query): Fix docstring and add obsolescence info.
2461 (last, butlast, nbutlast): Make arguments match their use in docstring.
2462 (insert-buffer-substring-no-properties): Likewise.
2463 (insert-buffer-substring-as-yank): Likewise.
2464 (split-string): Fix docstring.
2465
2466 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2467 Make argument names match their use in docstring.
2468
2469 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2470
2471 2004-05-06 Nick Roberts <nickrob@gnu.org>
2472
2473 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2474 Fit first sentence on one line for apropos-command.
2475
2476 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 Changes largely merged in from Dave Love's code.
2479 * progmodes/python.el: Doc fixes.
2480 (python-mode-map): Add python-complete-symbol.
2481 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2482 (python-comment-indent, python-complete-symbol)
2483 (python-symbol-completions, python-partial-symbol)
2484 (python-try-complete): New.
2485 (python-indent-line): Remove optional arg. Use python-block-end-p.
2486 (python-check): Bind compilation-error-regexp-alist.
2487 (inferior-python-mode): Use rx. Move keybindings to top level.
2488 Set comint-input-filter.
2489 (python-preoutput-filter): Use rx.
2490 (python-input-filter): Re-introduce.
2491 (python-proc): Start new process if necessary.
2492 Check python-buffer non-nil.
2493 (view-return-to-alist): Defvar.
2494 (python-send-receive): New.
2495 (python-eldoc-function): Use it.
2496 (python-mode-running): Don't defvar.
2497 (python-mode): Set comment-indent-function.
2498 Maybe update hippie-expand-try-functions-list.
2499 (python-indentation-levels): Initialize differently.
2500 (python-block-end-p): New.
2501 (python-indent-line): Use it.
2502 (python-compilation-regexp-alist): Augment.
2503 (run-python): Import `emacs' module to Python rather than loading
2504 code directly. Set python-buffer differently.
2505 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2506 Use python-proc.
2507 (python-send-command): Go to end of comint buffer.
2508 (python-load-file): Use python-proc, emacs.eimport.
2509 (python-describe-symbol): Simplify interactive form.
2510 Use emacs.help. Do use temp-buffer-show-hook.
2511 Call print-help-return-message.
2512 (hippie-exp): Require when compiling.
2513 (python-preoutput-continuation): Use rx.
2514
2515 * diff-mode.el (diff-make-unified): Fix regexp.
2516
2517 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2518
2519 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2520 filter groups from the buffer when rebuilding the Ibuffer buffer
2521 and `ibuffer-show-empty-filter-groups' is nil.
2522
2523 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2524
2525 * ps-print.el (ps-print-quote): Call ps-value-string.
2526 (ps-setup): Call ps-comment-string.
2527 (ps-value-string, ps-comment-string): New funs.
2528
2529 2004-05-06 Juanma Barranquero <lektu@terra.es>
2530
2531 * ehelp.el (electric-help-command-loop): Check whether the last
2532 character is visible, not (point-max).
2533
2534 * help-fns.el (help-argument-name): Default to bold; don't inherit
2535 from font-lock-variable-name-face.
2536 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2537
2538 2004-05-05 Kenichi Handa <handa@m17n.org>
2539
2540 * descr-text.el (describe-char): Copy the character with text
2541 properties and overlays into the first line, and call
2542 describe-text-properties on it.
2543
2544 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2545
2546 * iswitchb.el (iswitchb-global-map): Fix typo.
2547 Remove unwanted ###autoloads from source file.
2548
2549 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2550
2551 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2552 in run-hooks. Use substitute-command-keys in message.
2553 (wdired-abort-changes): Add message.
2554
2555 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2556
2557 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2558 (sql-emacs20-p): Remove.
2559 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2560 (sql-builtin-face, sql-doc-face): Remove.
2561 (sql-mode-ansi-font-lock-keywords)
2562 (sql-mode-oracle-font-lock-keywords)
2563 (sql-mode-postgres-font-lock-keywords)
2564 (sql-mode-linter-font-lock-keywords)
2565 (sql-mode-ms-font-lock-keywords)
2566 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2567 (sql-product-font-lock): Fix font-lock reset when font rules change.
2568 (sql-highlight-product): Remove incorrect font-lock reset logic.
2569
2570 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2571
2572 * ses.el (ses-set-parameter): Fix typo.
2573
2574 2004-05-04 Kim F. Storm <storm@cua.dk>
2575
2576 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2577 Must expand directory for completion to work; and don't mess with
2578 process-environment.
2579 (ido-read-file-name): If command has ido property, don't use ido
2580 if value is ignore, or read as directory if value is dir.
2581 Set ido ignore property for dired-do-rename command.
2582
2583 2004-05-04 Juanma Barranquero <lektu@terra.es>
2584
2585 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2586 (electric-help-help): Check against unmapped commands.
2587
2588 * help-fns.el (help-argument-name): New face, inheriting from
2589 font-lock-variable-name-face, to highlight function arguments in
2590 `describe-function' and `describe-key'.
2591 (help-do-arg-highlight): Auxiliary function to highlight a given
2592 list of arguments in a string.
2593 (help-highlight-arguments): Highlight the function arguments and
2594 all uses of them in the docstring.
2595 (describe-function-1): Use it. Do docstring output via `insert',
2596 not 'princ', so text attributes are preserved.
2597
2598 * winner.el (winner-mode-map): Move `winner-undo' and
2599 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2600 previous bindings conflict with `prev-buffer', `next-buffer').
2601
2602 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2603
2604 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2605 (bibtex-entry-update): New command bound to C-c C-u.
2606 (bibtex-text-in-string): Fix regexp.
2607 (bibtex-assoc-of-regexp): Remove.
2608 (bibtex-progress-message): Fix docstring.
2609 (bibtex-inside-field): Use if.
2610 (bibtex-assoc-regexp): New function.
2611 (bibtex-format-entry): Make code more robust so that it formats
2612 also old entries.
2613 (bibtex-autokey-demangle-title): Merge with obsolete function
2614 bibtex-assoc-of-regexp.
2615 (bibtex-field-list): New function.
2616 (bibtex-entry): Use bibtex-field-list.
2617 (bibtex-parse-entry): Fix docstring.
2618 (bibtex-print-help-message): Use bibtex-field-list.
2619 (bibtex-make-field): Use bibtex-field-list.
2620 (bibtex-entry-index): Bugfix. Return crossref key if required.
2621 (bibtex-lessp): Fix docstring.
2622
2623 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2624
2625 * select.el (xselect-convert-to-string): Move comment to intended line.
2626
2627 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2628
2629 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2630 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2631
2632 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2633
2634 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2635 x-get-selection.
2636
2637 2004-05-03 Jason Rumney <jasonr@gnu.org>
2638
2639 * makefile.nt: Remove.
2640
2641 2004-05-03 Kim F. Storm <storm@cua.dk>
2642
2643 * emulation/cua-base.el (cua--update-indications): Fix last change.
2644 (cua-mode): Deactivate mark when cua-mode is enabled.
2645
2646 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2647
2648 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2649
2650 2004-05-03 Nick Roberts <nickrob@gnu.org>
2651
2652 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2653 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2654 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2655 window over visible frames.
2656 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2657
2658 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * progmodes/compile.el (compilation-gcpro): New var.
2661 (compilation-fake-loc): Use it.
2662 (compilation-forget-errors): Reset it.
2663
2664 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2665
2666 * diff-mode.el (diff-header-face, diff-file-header-face):
2667 Use min-colors.
2668
2669 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2670
2671 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2672 (bibtex-clean-entry): Disentangle code.
2673 (bibtex-realign): New function.
2674 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2675 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2676 Remove undocumented optional arg called-by-convert-alien.
2677 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2678 for sorting instead of bibtex-sort-buffer.
2679
2680 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2681
2682 * progmodes/compile.el (compilation-start): In the
2683 no-async-subprocesses branch, call sit-for to give redisplay a
2684 chance to show the updated process status in the mode line, and
2685 fontify the buffer explicitly after the process exits.
2686
2687 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * progmodes/python.el (python-compilation-line-number): Remove.
2690 (python-compilation-regexp-alist): Don't use it any more.
2691 (python-orig-start, python-input-filter): Remove.
2692 (inferior-python-mode): Don't set up comint-input-filter-functions.
2693 (python-send-region): Use compilation-fake-loc.
2694
2695 * progmodes/compile.el (compilation-messages-start): New var.
2696 (compilation-mode): Don't setup next-error-function here.
2697 (compilation-setup): Set it up here instead (for minor modes as well).
2698 Make compilation-messages-start buffer local.
2699 (compilation-next-error-function): Use it.
2700 (compilation-forget-errors): Set compilation-messages-start.
2701
2702 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2703
2704 * ielm.el (ielm-prompt-read-only): Update docstring.
2705
2706 * comint.el (comint-prompt-read-only): Update docstring.
2707 (comint-update-fence, comint-kill-whole-line)
2708 (comint-kill-region): New functions.
2709
2710 * simple.el (kill-whole-line): Use "p" instead of "P" in
2711 interactive form.
2712
2713 2004-05-01 Juanma Barranquero <lektu@terra.es>
2714
2715 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2716 format arglist so default values in CL-style argument lists are
2717 correctly shown.
2718
2719 2004-05-01 Jason Rumney <jasonr@gnu.org>
2720
2721 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2722
2723 2004-05-01 Kenichi Handa <handa@m17n.org>
2724
2725 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2726 quail file if it is up to date.
2727
2728 2004-04-30 Juri Linkov <juri@jurta.org>
2729
2730 * cus-edit.el (custom-mode-map):
2731 Add key binding `C-x C-s' to `Custom-save'.
2732
2733 * outline.el (outline-blank-line): New var.
2734 (outline-next-preface, outline-show-heading)
2735 (outline-end-of-subtree): Use it.
2736
2737 * dired-aux.el (dired-touch-initial): New fun.
2738 (dired-do-chxxx): Call it for op-symbol `touch'.
2739 (dired-diff): Use `dired-dwim-target-directory'
2740 if current dired buffer has no buffer mark.
2741
2742 * bindings.el (propertized-buffer-identification):
2743 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2744 Add C-M-arrow keys for consistency.
2745
2746 * files.el (confirm-kill-emacs):
2747 Change group from top-level `emacs' to `convenience'.
2748
2749 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2750 Push mark on the first call of successive command calls.
2751 (insert-pair): New fun created from `insert-parentheses' with
2752 `open' and `close' arguments added. Enclose active regions
2753 in paired characters. Compare adjacent characters syntax with
2754 inserted characters syntax before inserting a space.
2755 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2756
2757 * delsel.el: Don't put `delete-selection' property
2758 on `insert-parentheses' symbol to take advantage of
2759 region handling in `insert-pair' function.
2760 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2761
2762 2004-04-30 Kim F. Storm <storm@cua.dk>
2763
2764 * emulation/cua-base.el: Add support for changing cursor types;
2765 based on patch from Michael Mauger.
2766 (cua-normal-cursor-color, cua-read-only-cursor-color)
2767 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2768 Customization cursor type and/or cursor color.
2769 (cua--update-indications): Handle cursor type changes.
2770 (cua-mode): Update cursor indications if enabled.
2771
2772 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2773
2774 * mouse.el (mouse-drag-copy-region): New defcustom.
2775 (mouse-set-region, mouse-drag-region-1): Use it.
2776
2777 * simple.el (kill-ring-save): If region face background color is
2778 unspecified (if no highlighting), show extent of fully visible
2779 region even if transient-mark-mode is enabled.
2780
2781 * emulation/cua-base.el (cua--standard-movement-commands):
2782 Add cua-scroll-up and cua-scroll-down.
2783 (cua-scroll-up, cua-scroll-down): New commands.
2784 (cua--init-keymaps): Remap scroll-up and scroll-down.
2785
2786 * emulation/cua-rect.el (cua--convert-rectangle-as):
2787 New defmacro.
2788 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2789 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2790 New commands (suggested by Jordan Breeding).
2791
2792 2004-04-30 Juanma Barranquero <lektu@terra.es>
2793
2794 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2795
2796 2004-04-30 Mario Lang <mlang@delysid.org>
2797
2798 * diff.el (diff-switches): Fix typo in docstring.
2799
2800 2004-04-30 Alex Schroeder <alex@gnu.org>
2801
2802 * xml.el (xml-debug-print-internal): Don't add newline and
2803 indentation to text nodes and write empty elements as empty tags
2804 instead of opening and closing tags.
2805 (xml-debug-print): Take optional indent-string argument.
2806 (xml-print): Alias for xml-debug-print.
2807
2808 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2809
2810 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2811 than duplicate call to `line-beginning-position'.
2812
2813 * progmodes/f90.el (f90-get-present-comment-type):
2814 Return whitespace, as well as comment chars, for consistent filling
2815 of comment blocks. Use `match-string-no-properties'.
2816 (f90-break-line): Trim trailing whitespace when filling comments.
2817
2818 2004-04-30 Dave Love <fx@gnu.org>
2819
2820 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2821 (diary-from-outlook-internal, diary-from-outlook)
2822 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2823 New functions to import diary entries from Outlook-format
2824 appointments in mail messages.
2825
2826 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * progmodes/python.el (python-send-command): New fun.
2829 (python-send-region, python-load-file): Use it.
2830
2831 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2832
2833 * help-fns.el (help-C-file-name): Use new subr-name.
2834 Prepend `src/' to the file name.
2835 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2836 (describe-function-1, describe-variable): Only find a C source file
2837 name if DOC is already loaded.
2838
2839 * help-mode.el (help-function-def, help-variable-def):
2840 Use the new find-function-search-for-symbol functionality.
2841 Allow FILE to be `C-source'.
2842
2843 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2844 (find-function-C-source): New fun.
2845 (find-function-search-for-symbol): Use it.
2846
2847 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2848
2849 * progmodes/sql.el (sql-product-alist): Rename variable
2850 `sql-product-support'. Add Postgres login parameters.
2851 (sql-set-product, sql-product-feature): Update with renamed variable.
2852 (sql-connect-postgres): Add username prompt.
2853 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2854 Make patterns less product specific.
2855 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2856 (sql-mode-abbrev-table): Modify initialization.
2857 (sql-builtin-face): Add variable.
2858 (sql-keywords-re): Add macro.
2859 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2860 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2861 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2862 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2863 (sql-mode-linter-font-lock-keywords)
2864 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2865 (sql-mode-sybase-font-lock-keywords)
2866 (sql-mode-informix-font-lock-keywords)
2867 (sql-mode-interbase-font-lock-keywords)
2868 (sql-mode-ingres-font-lock-keywords)
2869 (sql-mode-solid-font-lock-keywords)
2870 (sql-mode-sqlite-font-lock-keywords)
2871 (sql-mode-db2-font-lock-keywords): Default to nil.
2872 (sql-product-font-lock): Always highlight ANSI keywords.
2873 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2874 (sql-send-string): Add function.
2875
2876 2004-04-29 Dave Love <fx@gnu.org>
2877
2878 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2879 (cfengine-end-of-defun): Ensure progress through buffer.
2880
2881 * info-look.el (cfengine-mode): Accept a terminal ().
2882
2883 2004-04-29 Juri Linkov <juri@jurta.org>
2884
2885 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2886 instead of isearch-yank-word-or-char. Add new key bindings for
2887 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2888 (isearch-del-char): New fun.
2889 (isearch-forward, isearch-edit-string): Update docstring.
2890 (isearch-yank-char): Doc fix.
2891 (isearch-other-meta-char): Restore point after scrolling.
2892
2893 * progmodes/compile.el (compilation-context-lines): Add nil option
2894 to disable compilation output window scrolling.
2895 (compilation-set-window): Use it.
2896
2897 * outline.el (outline-next-preface, outline-show-heading):
2898 Don't leave unhidden blank line before heading.
2899 (outline-end-of-subtree): Include last newline into subtree.
2900 (hide-entry): Leave point at beginning of heading instead of end.
2901 (outline-up-heading): Push mark for the first call of successive
2902 command calls.
2903
2904 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2905
2906 * comint.el (comint-prompt-read-only): New variable.
2907 (comint-output-filter): Implement it.
2908
2909 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2910 (ielm-prompt-internal): New variable.
2911 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2912 (ielm-send-input): Delete unused variable `buf'.
2913 (ielm-eval-input): Use `ielm-prompt-internal'.
2914 (inferior-emacs-lisp-mode): Use new variables
2915 `comint-prompt-read-only' and `ielm-prompt-internal'.
2916 Get rid of obsolete variable `directory-sep-char'.
2917 (ielm): Use `zerop'.
2918
2919 2004-04-29 John Paul Wallington <jpw@gnu.org>
2920
2921 * thumbs.el (toplevel): Require cl at compile time.
2922 Remove conditional definitions of `ignore-errors' and `caddar'
2923 because they occur at run time.
2924
2925 2004-04-28 Nick Roberts <nickrob@gnu.org>
2926
2927 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2928 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2929 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2930 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2931
2932 * progmodes/gud.el (gud-common-init): Throw an error if program is
2933 already running under gdb.
2934
2935 2004-04-28 John Paul Wallington <jpw@gnu.org>
2936
2937 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2938 (thumbs-show-image-num): Move assignment of
2939 `thumbs-current-image-filename' within scope of `i'.
2940 (thumbs-emboss-image): Don't use `evenp'.
2941
2942 2004-04-28 Richard M. Stallman <rms@gnu.org>
2943
2944 * progmodes/compile.el (compilation-context-lines): Default now 0.
2945
2946 2004-04-28 Juanma Barranquero <lektu@terra.es>
2947
2948 Use `time-less-p' from calendar/time-date.el instead of defining
2949 custom versions of it.
2950
2951 * pcomplete.el (pcomplete-time-less-p): Remove.
2952
2953 * thumbs.el (time-less-p): Remove.
2954
2955 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2956 (timeclock-generate-report): Use `time-less-p'.
2957
2958 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2959 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2960
2961 2004-04-28 Masatake YAMATO <jet@gyve.org>
2962
2963 * subr.el (remove-overlays): Make arguments optional.
2964
2965 * wid-edit.el (widget-specify-button): Put evaporate to the
2966 overlay for sample.
2967 (widget-specify-sample): Put evaporate to the overlay for sample.
2968 (widget-specify-doc): Put evaporate to the overlay for documentation.
2969
2970 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2971
2972 * info.el (info-apropos): Make it an index node. Align node names
2973 like makeinfo.
2974
2975 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2976
2977 * net/browse-url.el (browse-url-netscape-sentinel)
2978 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2979 (browse-url-epiphany-sentinel, browse-url-mosaic):
2980 Use browse-url-*-program instead of a literal program name.
2981
2982 2004-04-27 Kevin Ryde <user42@zip.com.au>
2983
2984 * eshell/em-alias.el:
2985 * eshell/em-dirs.el:
2986 * eshell/em-hist.el:
2987 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2988 features when M-x customize-group loads modules before the main
2989 eshell.el.
2990
2991 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2992
2993 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2994 either a character representation of an event or an event
2995 description list.
2996
2997 * type-break.el: Capitalise Emacs and Lisp.
2998 (type-break-good-break-interval, type-break-demo-boring-stats)
2999 (type-break-terse-messages, type-break-file-name): New defcustoms.
3000 (type-break-post-command-hook)
3001 (type-break-warning-countdown-string): Quote variable names in doc.
3002 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3003 (type-break-mode): Document type-break-good-break-interval and the
3004 "session" file. Schedule break according to the session file.
3005 Kill session file buffer on exit. Organise for save-some-buffers
3006 to always save the session file.
3007 (type-break-mode-line-message-mode, type-break-query-mode):
3008 Uppercase arguments.
3009 (type-break-file-time, type-break-file-keystroke-count, timep)
3010 (type-break-choose-file, type-break-get-previous-time)
3011 (type-break-get-previous-count): New defuns.
3012 (type-break): Avoid break querying after a completed break in the
3013 case where the query was initiated during user invocation of the
3014 break. Optional terse messages.
3015 Use type-break-good-break-interval if type-break-good-rest-interval is
3016 nil. File the break time.
3017 (type-break-schedule): New optional args for overriding the use of
3018 the current time.
3019 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3020 after a break.
3021 (type-break-check): File the keystroke count.
3022 (type-break-do-query): Prevent a second query when the break is
3023 interrupted. Optional terse message.
3024 (type-break-keystroke-reset): Record the start of a typing interval.
3025 (type-break-demo-boring): Optional terse messages. Display word
3026 per minute and keystroke counts according to
3027 type-break-demo-boring-stats.
3028
3029 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3030
3031 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3032 directories, make sure they exist under archive-tmpdir.
3033
3034 2004-04-27 Juri Linkov <juri@jurta.org>
3035
3036 * help.el (view-emacs-news): With argument, display info for the
3037 selected version by finding it among different NEWS files, and
3038 narrowing the buffer to the selected version.
3039
3040 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3041 same-window-buffer-names.
3042 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3043 non-numeric prefix argument, append the number to the buffer name
3044 for numeric prefix argument.
3045 (info-other-window): Bind same-window-regexps to nil.
3046 (Info-reference-name): Rename to Info-point-loc.
3047 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3048 and Info-find-index-name for stringy Info-point-loc.
3049 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3050 without middle `.', but with final `.' and optional line number
3051 for it. Set Info-point-loc for index nodes.
3052 (Info-index): Remove middle `.' from index entry regexp.
3053 Modify line number regexp.
3054 (Info-index-next): Decrement line number.
3055 (info-apropos): Remove middle `.' from index entry regexp.
3056 Add optional line number regexp at the end. Add matched value
3057 for line number to the result list and insert it to the buffer.
3058 Replace match-string by match-string-no-properties.
3059 Reorder result list.
3060 (Info-fontify-node): Hide index line numbers.
3061 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3062 empty matches.
3063 (Info-follow-reference): Use `str' instead of
3064 Info-following-node-name-re.
3065 (Info-toc): Use full file names. Set Info-current-node to "Top".
3066 (Info-fontify-node): Compare file names without directory name.
3067 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3068 Set second arg of Info-extract-menu-node-name for index nodes.
3069 (info-xref-visited): Use magenta3 instead of magenta4.
3070 (Info-mode): Add info-apropos to docstring.
3071
3072 * log-view.el (log-view-diff): Replace interactive code "r"
3073 by a list to allow to call it even if region is not active.
3074
3075 * paren.el (show-paren-highlight-openparen): New var.
3076 (show-paren-function): Turn on openparen highlighting when
3077 matching forward if show-paren-highlight-openparen is non-nil.
3078
3079 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3080 the constant value 1.
3081 (completions-common-part): Expand docstring.
3082
3083 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3084
3085 2004-04-27 Kim F. Storm <storm@cua.dk>
3086
3087 * image.el (insert-sliced-image): Use line-height instead of
3088 line-spacing property on newline.
3089
3090 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3091
3092 * desktop.el (desktop-buffer-misc-data-function): Rename to
3093 desktop-save-buffer and change docstring.
3094 (desktop-buffer-modes-to-save): Delete.
3095 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3096 desktop-buffer-modes-to-save.
3097 (desktop-save): Rename desktop-buffer-misc-data-function to
3098 desktop-save-buffer and allow non-function value.
3099 (desktop-missing-file-warning): Correct docstring.
3100
3101 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3102 to desktop-save-buffer.
3103
3104 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3105 desktop-save-buffer.
3106
3107 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3108
3109 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3110
3111 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3112
3113 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3114
3115 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3116
3117 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3118 (ielm): Only go to the end of the buffer when starting a new process.
3119
3120 2004-04-25 Juanma Barranquero <lektu@terra.es>
3121
3122 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3123 mode line. Bind `inhibit-read-only' to t before modifying
3124 properties of text in the buffer.
3125 (ielm): Force point to the end of buffer, even when running ielm
3126 from inside itself.
3127
3128 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3129
3130 * info.el (info-apropos): Reset Info-complete-cache.
3131
3132 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3133
3134 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3135 Also recognize severe Irix et al. messages.
3136 (compilation-normalize-filename, compile-abbreviate-directory):
3137 Delete functions.
3138 (compilation-get-file-structure): New function inherits
3139 functionality of the two preceding ones.
3140 (compilation-internal-error-properties, compilation-fake-loc):
3141 Use it so that different paths to the same file share the same
3142 markers. Also optimize finding adjacent marker slightly.
3143
3144 2004-04-25 Kim F. Storm <storm@cua.dk>
3145
3146 * image.el (insert-sliced-image): Add line-spacing t property
3147 to newlines separating image lines.
3148
3149 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3150
3151 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3152
3153 * ielm.el (ielm-prompt-read-only): New user option.
3154 (ielm-prompt): Expand docstring to describe new behavior.
3155 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3156 mention it in the docstring.
3157
3158 2004-04-24 Andreas Schwab <schwab@suse.de>
3159
3160 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3161
3162 * diff.el (diff): Set default-directory in diff buffer.
3163
3164 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3165
3166 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3167 mail was being composed if the terminal cannot display more than
3168 one frame; instead, switch to previous frame.
3169
3170 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3171 (rmail-start-mail): Support rmail-mail-new-frame even on
3172 terminals that can display only one frame at a time.
3173
3174 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3177 (checkdoc-output-font-lock-keywords): Remove error regexp.
3178 (checkdoc-output-mode-map): Remove.
3179 (checkdoc-output-mode): Derive from compilation-mode.
3180 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3181
3182 * dired.el (dired-mode-map): Add a menu entry for wdired.
3183
3184 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3185 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3186
3187 * wdired.el: (wdired-mode-map): Move init into declaration.
3188 Fix `return' binding.
3189 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3190 Use force-mode-line-update.
3191 (wdired-get-filename): Use `unless'.
3192 (wdired-preprocess-files): Don't assume names have no \n and use / for
3193 dir separator.
3194 (wdired-normalize-filename): Use replace-regexp-in-string.
3195 (wdired-load-hooks): Remove.
3196 (wdired-mode-hooks): Rename to wdired-mode-hook.
3197
3198 * info-look.el: Add support for cfengine-mode.
3199 (info-lookup-setup-mode): Use dolist.
3200
3201 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3202
3203 * wdired.el: New file.
3204
3205 2004-04-23 Juanma Barranquero <lektu@terra.es>
3206
3207 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3208
3209 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3210 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3211 (pcomplete--help, pcomplete--here): Doc fixes.
3212
3213 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3214
3215 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3216 handles wrong-number-of-arguments in backend call.
3217
3218 * vc.el (vc-print-log): Likewise.
3219
3220 2004-04-20 Dave Love <fx@gnu.org>
3221
3222 * emacs-lisp/rx.el: Doc fixes.
3223 (rx-constituents): Add/extend many forms.
3224 (rx-check): Check form is a list.
3225 (bracket): Defvar.
3226 (rx-check-any, rx-any, rx-check-not): Modify.
3227 (rx-not): Simplify.
3228 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3229 (rx-kleene): Use rx-trans-forms.
3230 (rx-quote-for-set): Delete.
3231 (rx): Allow multiple args.
3232
3233 2004-04-23 Kenichi Handa <handa@m17n.org>
3234
3235 * international/mule-util.el (char-displayable-p): Simplify by
3236 using internal-char-font.
3237
3238 2004-04-23 Juanma Barranquero <lektu@terra.es>
3239
3240 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3241
3242 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * diff-mode.el (diff-next-error): New fun.
3245 (diff-mode): Use it.
3246
3247 * simple.el (next-error): Change arg name.
3248 Add support for the documented C-u C-x ` usage.
3249
3250 * frame.el (special-display-popup-frame, next-multiframe-window)
3251 (previous-multiframe-window): Only consider frames on same display.
3252
3253 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3254
3255 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3256 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3257
3258 2004-04-22 Kim F. Storm <storm@cua.dk>
3259
3260 * net/telnet.el (telnet): Add optional port arg.
3261
3262 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3265 Minor sanity check on the `hyperlink' slot.
3266
3267 * Makefile.in (recompile): Compile new files.
3268
3269 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3270 Add byte-recompile-directory's optional `arg'.
3271
3272 * cvs-status.el (cvs-tree-use-charset): New var.
3273 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3274 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3275 (cvs-status-cvstrees): Use it.
3276
3277 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3278 Make it a normal major mode.
3279 (checkdoc-buffer-label): Make sure the file name is meaningful.
3280 (checkdoc-output-to-error-buffer): Remove.
3281 (checkdoc-error, checkdoc-start-section): Rewrite.
3282
3283 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3284 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3285 (Info-title-4-face): Use new syntax.
3286 (info-xref-visited): Inherit from info-xref.
3287
3288 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3289
3290 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3291
3292 * simple.el (next-error-last-buffer, next-error-function):
3293 New variables for the next-error framework.
3294 (next-error-buffer-p): New function.
3295 (next-error-find-buffer): Generalize compilation-find-buffer.
3296 (next-error, previous-error, first-error, next-error-no-select)
3297 (previous-error-no-select): Move from compile.el.
3298
3299 * replace.el (occur-next-error, occur-1): Hook into the next-error
3300 framework.
3301
3302 * progmodes/compile.el (compilation-start):
3303 Set next-error-last-buffer so next-error knows where to jump.
3304 (compilation-setup): Set the buffer-local variable
3305 next-error-function to 'compilation-next-error-function.
3306 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3307 alternate way to find if a buffer is a compilation buffer, for
3308 next-error convenience.
3309 (next-error-no-select, previous-error-no-select, next-error)
3310 (previous-error, first-error): Move to simple.el.
3311 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3312 (compilation-last-buffer): Remove.
3313 (compilation-start, compilation-next-error, compilation-setup)
3314 (compilation-next-error-function, compilation-find-buffer):
3315 Remove compilation-last-buffer use.
3316
3317 2004-04-21 Juanma Barranquero <lektu@terra.es>
3318
3319 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3320 (font-lock-warning-face): Fix spacing.
3321
3322 * makefile.w32-in (WINS): Add url/ directory.
3323
3324 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3325
3326 * desktop.el (desktop-buffer-mode-handlers): New variable.
3327 Alist of major mode specific functions to restore a desktop buffer.
3328 (desktop-buffer-handlers): Make variable obsolete.
3329 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3330 Catch errors signaled in handlers. Update buffer count.
3331 Evaluate desktop-buffer-point.
3332 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3333 move to dired.el.
3334 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3335 move to info.el.
3336 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3337 move to mail/rmail.el.
3338 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3339 to mh-e/mh-e.el.
3340 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3341 On fail, print message (to message buffer) even if
3342 desktop-missing-file-warning is nil.
3343 (desktop-buffer-misc-data-function): New buffer local variable.
3344 Function returning major mode specific data.
3345 (desktop-buffer-misc-functions): Make variable obsolete.
3346 (desktop-save): Use desktop-buffer-misc-data-function.
3347 (desktop-buffer-dired-misc-data): Rename to
3348 dired-desktop-buffer-misc-data and move to dired.el.
3349 (desktop-buffer-info-misc-data): Rename to
3350 Info-desktop-buffer-misc-data and move to info.el.
3351 (desktop-read): Add message about number of buffers restored/failed.
3352
3353 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3354 Add parameters. Pause to display error only when
3355 desktop-missing-file-warning is non-nil.
3356 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3357 (dired-mode): Bind desktop-buffer-misc-data-function.
3358
3359 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3360 Add Parameters.
3361 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3362 (Info-mode): Bind desktop-buffer-misc-data-function.
3363
3364 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3365 Add Parameters.
3366
3367 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3368 Add Parameters.
3369
3370 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3371
3372 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3373 the case of letters in case-insensitive expansions when the
3374 abbrev is preceded by characters with letter syntax.
3375
3376 2004-04-21 Richard M. Stallman <rms@gnu.org>
3377
3378 * progmodes/cperl-mode.el (cperl-putback-char):
3379 Delete Emacs 18 definition.
3380
3381 * international/mule.el (ctext-post-read-conversion):
3382 Use assoc-string, not assoc-ignore-case.
3383
3384 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3385
3386 * emacs-lisp/easymenu.el (easy-menu-add):
3387 Do call x-popup-menu, but only if it's defined.
3388
3389 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3390
3391 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3392 Handle multiple args: compile like progn.
3393
3394 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3395 take all args as &rest arg.
3396
3397 * autoinsert.el (auto-insert-alist): Insert the user's name in
3398 copyright notice, rather than Free Software Foundation.
3399
3400 2004-04-21 Kenichi Handa <handa@m17n.org>
3401
3402 * descr-text.el (describe-char): Make it work on *Help* buffer.
3403
3404 2004-04-21 Kim F. Storm <storm@cua.dk>
3405
3406 * image.el (insert-image): Add optional SLICE arg.
3407 (insert-sliced-image): New defun.
3408
3409 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3410
3411 * subr.el (read-number): Check whether `default' is nil.
3412
3413 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * progmodes/compile.el (compilation-error-properties):
3416 Split into two.
3417 (compilation-internal-error-properties): New one.
3418 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3419
3420 2004-04-20 Richard M. Stallman <rms@gnu.org>
3421
3422 * window.el (split-window-save-restore-data):
3423 Don't update the data if OLD-INFO is nil.
3424
3425 * view.el (view-return-to-alist): Mark it permanent local.
3426
3427 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3428
3429 * recentf.el (recentf-save-list): Catch and warn about errors.
3430
3431 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3432 so "Buffers" won't be pure.
3433
3434 * help-mode.el (help-mode-finish): Set help-return-alist first
3435 thing, setting only the entry for the selected window.
3436
3437 * help-fns.el (describe-function-1): If many non-control non-meta
3438 keys run the command, don't list all of them.
3439
3440 2004-04-20 Juanma Barranquero <lektu@terra.es>
3441
3442 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3443 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3444
3445 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3446
3447 2004-04-20 Kenichi Handa <handa@m17n.org>
3448
3449 * international/quail.el (quail-lookup-key): New optional arg
3450 NOT-RESET-INDICES.
3451 (quail-get-translations): Call quail-lookup-key with
3452 NOT-RESET-INDICES t.
3453 (quail-completion): Likewise.
3454 (quail-lookup-map-and-concat): Likewise.
3455
3456 2004-04-20 Kenichi Handa <handa@m17n.org>
3457
3458 * international/quail.el (quail-update-translation): Don't insert
3459 such an unsupported multibyte char in a unibyte buffer.
3460
3461 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3462
3463 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3464 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3465 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3466 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3467 (gdb-frame-assembler-buffer): Improve behaviour with
3468 multiple frames.
3469 (gdb-display-buffer): Extend search to all visible frames.
3470
3471 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3472
3473 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3474 characters left after base64 decoding.
3475 (rmail-decode-region): Use -dos variety of `coding', to remove any
3476 ^M characters left after qp or base64 decoding.
3477
3478 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3479
3480 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3481 messages.
3482
3483 2004-04-19 Stephen Eglen <stephen@gnu.org>
3484
3485 * add-log.el (add-change-log-entry): Update doc string to mention
3486 add-log-full-name and add-log-mailing-address.
3487
3488 2004-04-18 Juri Linkov <juri@jurta.org>
3489
3490 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3491 (Info-find-node-2): Simplify error message.
3492 (Info-insert-dir): Use Info-following-node-name.
3493 (Info-goto-node): Remove *info-history* and *info-toc*.
3494 (Info-history): Create a node of the virtual history file.
3495 (Info-toc): Create a node of the virtual toc file.
3496 (Info-insert-toc): New arg `curr-file' for reference file names.
3497 (info-apropos): Remove redundant var binding for temp-file.
3498 (Info-index, Info-index-next, Info-mode): Doc fix.
3499 (Info-goto-emacs-command-node): Don't jump to *info* from
3500 non-*info* Info buffers.
3501 (Info-fontify-node): Don't show the file name of external
3502 references if `Info-hide-note-references' is `hide'. Don't hide
3503 newlines at the end of paragraphs.
3504
3505 * international/mule-diag.el (list-input-methods):
3506 Fix args to help-xref-button.
3507
3508 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3509 to put into effect local variables from TUTORIAL files.
3510
3511 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3512 with default value taken from the variable `sentence-end'.
3513 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3514 Add nil const to :type.
3515 (sentence-end-without-period, sentence-end-double-space)
3516 (sentence-end-without-space): Doc fix.
3517
3518 * textmodes/paragraphs.el (forward-sentence):
3519 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3520 (fill-delete-newlines):
3521 * progmodes/cc-cmds.el (c-beginning-of-statement):
3522 Use function `sentence-end' instead of variable `sentence-end'.
3523
3524 2004-04-18 Andreas Schwab <schwab@suse.de>
3525
3526 * progmodes/compile.el (compilation-start): Set window start to
3527 point-min if compilation-scroll-output is nil.
3528
3529 2004-04-18 John Wiegley <johnw@newartisans.com>
3530
3531 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3532
3533 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3534
3535 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3536 (gdb-info-breakpoints-custom): Revert previous change.
3537 (gdb-view-assembler): Update assembler if necessary.
3538 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3539 (gdb-display-source-buffer): Update properly when both source and
3540 assembler are visible.
3541
3542 2004-04-17 John Wiegley <johnw@newartisans.com>
3543
3544 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3545 which limits the number of names shown in the minibuffer. Off by
3546 default.
3547 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3548 up iswitchb for users with a multitude of open buffers by showing
3549 only the first and last N/2 buffers in the completion list (which
3550 is enough to aid C-s/C-r, and to know that more characters are
3551 needed to refine the completion list).
3552
3553 2004-04-17 Richard M. Stallman <rms@gnu.org>
3554
3555 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3556 (file-truename): Expand all ~ constructs directly.
3557 (insert-directory): Delete any error msg output by the
3558 `insert-directory-program'.
3559
3560 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3561 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3562 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3563 (allout-init): Use find-file-hook, not find-file-hooks.
3564 (allout-mode): Eliminate Emacs 18 support.
3565 Use write-contents-functions, not local-write-file-hooks.
3566
3567 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3568
3569 * progmodes/compile.el (compilation-error-properties): Fix for
3570 adding messages when there are already markers for their file.
3571 (compilation-fake-loc): New function.
3572
3573 2004-04-16 Dave Love <fx@gnu.org>
3574
3575 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3576 (python-load-file): Fix python-orig-start setting.
3577
3578 * progmodes/compile.el: Doc fixes.
3579 (compilation-error-regexp-alist-alist)
3580 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3581 (compilation-assq): Wrap in eval-when-compile.
3582 (compilation-mode-font-lock-keywords): Don't use list*.
3583 (compilation-start): Avoid warning.
3584 (compilation-compat-error-properties)
3585 (compilation-directory-properties): Add keymap property.
3586 (compilation-parsing-end): Make it a marker for better compatibility.
3587
3588 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3589
3590 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3591
3592 * xml.el: Doc fixes.
3593 (xml-get-children): Only looks at sub-tags and ignore strings.
3594
3595 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3596
3597 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3600
3601 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3602
3603 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3604
3605 * vc.el (vc-print-log): Likewise.
3606
3607 2004-04-16 Masatake YAMATO <jet@gyve.org>
3608
3609 * simple.el (completion-setup-function): Set an initial value
3610 to `element-common-end' before entering loop. Set a value
3611 to `element-common-end' at the end of loop.
3612 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3613 (completions-common-part): Rename from completion-de-emphasis.
3614 (completions-first-difference): Rename from completion-emphasis.
3615 Suggested by RMS.
3616
3617 2004-04-16 Juanma Barranquero <lektu@terra.es>
3618
3619 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3620 (bookmark-edit-annotation-mode): Add mode name.
3621
3622 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3625 for nested conflict markers.
3626 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3627
3628 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3629
3630 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3631
3632 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3633
3634 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3637 Give a backtrace if requested.
3638
3639 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3640
3641 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3642 Remove unused functions.
3643 (python-orig-start-line, python-orig-file): Remove.
3644 (python-orig-start): New var.
3645 (python-input-filter, python-compilation-line-number)
3646 (python-send-region, python-load-file): Use it.
3647
3648 * info.el (info): Always jump to *info*.
3649
3650 * subr.el (posn-set-point): New function.
3651
3652 * mouse.el (mouse-set-point): Use it.
3653
3654 * progmodes/compile.el (compile-goto-error): Use it.
3655 (compilation-button-map): New keymap.
3656 (compilation-error-properties): Use it.
3657 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3658
3659 * smerge-mode.el (smerge-popup-context-menu): Use it.
3660
3661 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3662 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3663 mouse and non-mouse case.
3664
3665 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3666 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3667
3668 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3669 Make it work for non-mouse events.
3670
3671 * pcvs-info.el (cvs-status-map): Update binding name.
3672
3673 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3674
3675 * xml.el (xml-maybe-do-ns): New function to handle namespace
3676 parsing of both attribute and element names.
3677 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3678 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3679 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3680 (xml-parse-attlist): Make it do its own namespace parsing.
3681
3682 2004-04-14 Dave Love <fx@gnu.org>
3683
3684 * progmodes/python.el (run-python): Fix use of \n.
3685 (python-load-file): Remove `try' from Python fragment.
3686 (python-describe-symbol): Fix message.
3687
3688 * comint.el: Doc fixes.
3689 (comint-last-input-start, comint-last-input-end)
3690 (comint-last-output-start): Give them values.
3691 (comint-arguments): Avoid warning.
3692 (comint-skip-prompt): Use line-end-position.
3693 (comint-backward-matching-input): Rename arg to agree with doc.
3694 (comint-extract-string): Use syntax-ppss.
3695 (comint-dynamic-simple-complete): Delete useless list construction.
3696 (comint-redirect-subvert-readonly): New.
3697 (comint-redirect-preoutput-filter): Use it.
3698
3699 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3700 Correctly handle negative arguments when calling hook functions.
3701
3702 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3703
3704 * info.el (info-apropos): Don't clobber Info-history-list.
3705
3706 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3707
3708 * progmodes/compile.el (compilation-setup):
3709 Localize overlay-arrow-position.
3710 (compilation-sentinel): Restructure code equivalently.
3711 (compilation-next-error): Find message on same line after point if
3712 not found before point.
3713 (compile-mouse-goto-error): Restore function so that compilation
3714 buffer need not be current and use compile-goto-error.
3715 (compile-goto-error): Restore function.
3716 (next-error): Set overlay-arrow-position.
3717 (compilation-forget-errors): Don't localize already local
3718 compilation-locs and remove FIXME about refontifying.
3719
3720 2004-04-14 Kim F. Storm <storm@cua.dk>
3721
3722 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3723 (command-line): New option -Q. Like -q --no-site-file, but
3724 in addition it also disables menu-bar, tool-bar, scroll-bars,
3725 tool-tips, and the blinking cursor.
3726 (command-line-1): Skip startup screen if -Q.
3727 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3728
3729 * emulation/cua-base.el (cua-read-only-cursor-color)
3730 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3731
3732 2004-04-13 Dave Love <fx@gnu.org>
3733
3734 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3735 (syntax): Don't require.
3736 (python) <defgroup>: Add :version.
3737 (python-quote-syntax): Re-written.
3738 (inferior-python-mode): Move stuff here from run-python and add
3739 some more.
3740 (python-preoutput-continuation, python-preoutput-result)
3741 (python-dotty-syntax-table): New.
3742 (python-describe-symbol): Use them.
3743 (run-python): Move stuff to inferior-python-mode. Modify code
3744 loaded into Python.
3745 (python-send-region): Use python-proc, python-send-string.
3746 (python-send-string): Send newlines too. Callers changed.
3747 (python-load-file): Re-written.
3748 (python-eldoc-function): New.
3749 (info-look): Don't require.
3750 (python-after-info-look): New. A modified version of former
3751 top-level code for use with eval-after-load.
3752 (python-maybe-jython, python-guess-indent): Use widened buffer.
3753 (python-fill-paragraph): Re-written.
3754 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3755 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3756
3757 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3760 Set compilation-error-regexp-alist earlier.
3761
3762 * progmodes/compile.el (compilation-minor-mode-map)
3763 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3764 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3765
3766 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3769 corresponding to the event.
3770
3771 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3772
3773 * loadup.el: Add cygwin to system-type list, for unexec() support.
3774
3775 2004-04-12 John Paul Wallington <jpw@gnu.org>
3776
3777 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3778 (ibuffer-restore-window-config-on-quit): New variable to replace
3779 `ibuffer-delete-window-on-quit'. Update all references.
3780 (ibuffer-prev-window-config): New variable.
3781 (ibuffer-quit): Restore previous window configuration instead of
3782 deleting window.
3783 (ibuffer): Save window configuration before showing Ibuffer buffer.
3784
3785 * help.el (describe-mode): Doc fix.
3786
3787 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3790 not to treat nil as a function.
3791
3792 * vc-arch.el (vc-arch-root): Be a bit more careful.
3793 (vc-arch-register): Save the buffer if we modified it.
3794 (vc-arch-delete-rej-if-obsolete): Save excursion.
3795 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3796 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3797
3798 * net/ldap.el (ldap-search): Use list*.
3799
3800 2004-04-12 Juri Linkov <juri@jurta.org>
3801
3802 * info.el (Info-follow-reference): Allow multiline reference name.
3803
3804 2004-04-11 Dave Love <fx@gnu.org>
3805
3806 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3807
3808 * progmodes/python.el: New file.
3809
3810 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3811
3812 * vc-hooks.el (vc-arg-list): Function removed.
3813 (vc-default-workfile-unchanged-p): Use condition-case to check for
3814 backward compatibility.
3815
3816 * vc.el (vc-print-log): Use condition-case to check for backward
3817 compatibility.
3818
3819 2004-04-11 Juri Linkov <juri@jurta.org>
3820
3821 * dired.el (dired-faces): New defgroup.
3822 (dired-header, dired-mark, dired-marked, dired-flagged)
3823 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3824 New faces.
3825 (dired-header-face, dired-mark-face, dired-marked-face)
3826 (dired-flagged-face, dired-warning-face, dired-directory-face)
3827 (dired-symlink-face, dired-ignored-face): New face variables.
3828 (dired-font-lock-keywords): Use them instead of font-lock faces.
3829 Split the rule for dired marks into 3 separate rules: for marks,
3830 marked file names and flagged file names.
3831
3832 * help-mode.el (help-make-xrefs): Add a final newline to the
3833 *Help* buffer.
3834
3835 2004-04-11 John Paul Wallington <jpw@gnu.org>
3836
3837 * replace.el (occur-engine): Distinguish between one and several
3838 matches in the matches per buffer heading.
3839
3840 2004-04-11 Kim F. Storm <storm@cua.dk>
3841
3842 * ido.el (ido-confirm-unique-completion): New defcustom.
3843 (ido-complete): Use it.
3844 (ido-write-file): Set it to t unconditionally.
3845
3846 2004-04-10 Miles Bader <miles@gnu.org>
3847
3848 RCS keyword removal (only non-comment changes are enumerated here):
3849
3850 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3851 (byte-compile-insert-header): Don't use `byte-compile-version'.
3852 * forms.el (forms-version): Variable removed.
3853 (forms-mode): Don't use `forms-version'.
3854 * recentf.el (recentf-version): Variable removed.
3855 * progmodes/delphi.el (delphi-version): Variable removed.
3856 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3857
3858 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3861
3862 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3863
3864 * info.el (info-apropos): Improve menu item regexp.
3865
3866 2004-04-09 Simon Josefsson <jas@extundo.com>
3867
3868 * mail/smtpmail.el: Add comment, based on report by
3869 kdc@rcn.com (Kevin D. Clark).
3870
3871 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3874 Redo one more thing that I didn't notice Daniel had undone.
3875
3876 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3877
3878 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3879 (gdb-goto-breakpoint, gdb-display-buffer)
3880 (gdb-display-source-buffer, gdb-view-source-function)
3881 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3882 (gdb-source-info, gdb-frame-handler): Don't specify a window
3883 for display.
3884 (gdb-info-breakpoints-custom): Remove superfluous update of
3885 assembler buffer.
3886 (gdb-many-windows): Make settable outside gdb.
3887
3888 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3889
3890 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3891 Derive from fundamental-mode rather than text-mode.
3892
3893 2004-04-08 Juri Linkov <juri@jurta.org>
3894
3895 * info.el (Info-history): Doc fix.
3896 (Info-history-list): New var.
3897 (info-xref): Change magenta4 to blue, remove bold for dark and
3898 light backgrounds, change bold to underline for non-color classes.
3899 (info-xref-visited): New face.
3900 (Info-fontify-visited-nodes): New custom.
3901 (Info-hide-note-references): Add new value `hide'. Doc fix.
3902 (Info-reference-name): New var.
3903 (Info-selection-hook): New custom.
3904 (Info-edit-mode-hook): New var.
3905 (Info-find-file): New fun.
3906 (Info-find-node): Move part of code to Info-find-file.
3907 (Info-find-node-2): Add anchors to Info-history-list. Move point
3908 to the place with the reference name if name is defined.
3909 (Info-select-node): Add current node to Info-history-list.
3910 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3911 (Info-search-whitespace-regexp): New custom.
3912 (Info-search-case-fold): New var.
3913 (Info-search): Add "case-sensitively" to the prompt.
3914 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3915 (Info-search-case-sensitively, Info-search-next): New fun.
3916 (Info-up): Move point to the menu item of the current node.
3917 (Info-history): New fun. Add *info-history* to
3918 same-window-buffer-names.
3919 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3920 (Info-insert-toc): New fun.
3921 (Info-build-toc): New fun.
3922 (Info-follow-reference): Add new arg `fork'. Doc fix.
3923 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3924 with the same name prefer the reference closest to point.
3925 (Info-next-reference): Replace * by + in the *Note regexp.
3926 Add regexp for http:// and ftp://. Skip the *Note prefix.
3927 (Info-prev-reference): Replace * by + in the *Note regexp.
3928 Add regexp for http:// and ftp://. Skip the *Note prefix.
3929 (Info-follow-nearest-node): Add new arg `fork'.
3930 (Info-try-follow-nearest-node): Add new arg `fork'.
3931 Call browse-url for http:// and ftp:// references.
3932 Set Info-reference-name for index entries.
3933 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3934 Info-search-next, Info-history, Info-toc, clone-buffer.
3935 (Info-menu-update): Replace * by + in the *Note regexp.
3936 (Info-mode): Add documentation for Info-history, Info-toc,
3937 Info-search-case-sensitively, Info-search-next, clone-buffer.
3938 (Info-fontify-menu-headers): Remove fun. Move code to
3939 Info-fontify-node.
3940 (Info-fontify-node): Add docstring. Add local vars
3941 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3942 then fontify header line, titles, menu headers, http and ftp
3943 references, refill paragraphs. If not-fontified-p is t or
3944 fontify-visited-p is t then fontify cross references, menu items.
3945 Fontify menu headers. Fontify http and ftp references.
3946 Change regexp for cross references to require whitespace after *Note,
3947 add matching groups for file and node names. Remove hack for quote.
3948 Use display property for Info-hide-note-references=t. Use fifth
3949 or fourth match for help-echo. Display visited nodes in a
3950 different face. Unhide file names of external references.
3951 Unhide newlines. Display visited menu items in a different face.
3952
3953 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * progmodes/compile.el: Require CL.
3956 (compilation-mode-font-lock-keywords): Re-install the "line as
3957 function" patch.
3958
3959 * help-fns.el (help-C-source-directory): New var.
3960 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3961 (describe-function-1, describe-variable): Use them.
3962
3963 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3964 to C source files specially.
3965
3966 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3967
3968 * info.el (Info-hide-cookies-node): New function.
3969 (Info-select-node): Use it.
3970 (Info-display-images-node): Remove message with image file name.
3971
3972 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3973
3974 * progmodes/compile.el (compilation-warning-face)
3975 (compilation-info-face, compilation-skip-threshold)
3976 (compilation-skip-visited, compilation-context-lines):
3977 Declare :version when added to Emacs.
3978 (compilation-error-regexp-alist-alist): Extend caml and irix.
3979 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3980 (compilation-mode-font-lock-keywords): Temporarily undo line as
3981 function patch, which wasn't ready.
3982
3983 2004-04-07 Kenichi Handa <handa@m17n.org>
3984
3985 * international/latin1-disp.el (latin1-display-setup): Check each
3986 character is displayable or not instead of calling
3987 latin1-display-check-font.
3988
3989 2004-04-06 Kenichi Handa <handa@m17n.org>
3990
3991 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3992 New variable.
3993 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3994 instead of sera-being-called-by-w3.
3995 (ethio-fidel-to-sera-buffer): Likewise.
3996 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3997 instead of sera-being-called-by-w3.
3998 (ethio-write-file): Likewise.
3999
4000 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4001
4002 * printing.el: Doc fix.
4003
4004 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4005
4006 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4007 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4008 (gdb-setup-windows): Only use separate IO buffer if required.
4009
4010 2004-04-06 Kim F. Storm <storm@cua.dk>
4011
4012 * term.el (term-is-xemacs): Remove.
4013 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4014 (term-window-width): New function.
4015 (term-mode, term-check-size): Use it.
4016 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4017
4018 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4019
4020 * cus-edit.el (custom-add-parent-links): Change unbound variable
4021 `symbol' to `name'.
4022
4023 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4024 * info.el (info-apropos): New function.
4025 (Info-mode-menu): Add it.
4026 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4027
4028 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4029 inherited docstring.
4030
4031 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4032
4033 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4036
4037 * progmodes/compile.el (font-lock): Don't require any more.
4038 (compilation-error-properties, compilation-start, compilation-sentinel)
4039 (compilation-filter, next-error): Use with-current-buffer.
4040 (compilation-skip-to-next-location, compilation-skip-threshold)
4041 (compilation-skip-visited): Move to silence the byte-compiler.
4042 (compilation-setup): Simplify.
4043 (compilation-next-error): Use line-(beginning|end)-position.
4044 Make sure `pt' is non-nil before using compilation-loop.
4045 (compile-goto-error): Add optional event arg. Use it.
4046 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4047 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4048 Update the binding for mouse-2.
4049 (first-error): Set compilation-current-error to nil rather than bob.
4050 (compilation-parsing-end, compilation-parse-errors-function)
4051 (compilation-error-list, compilation-old-error-list):
4052 "New" compatibility variables.
4053 (compile-buffer-substring, compilation-compat-error-properties)
4054 (compilation-compat-parse-errors, compilation-forget-errors):
4055 New compatibility functions.
4056 (compilation-mode-font-lock-keywords): Use them.
4057
4058 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4059
4060 * autorevert.el (auto-revert-handler): If point (or a window
4061 point) is at the end of the buffer, keep it there after
4062 reverting. This allows to tail a file.
4063 Mention this in the `Commentary'.
4064
4065 * format.el (format-write-file): Add optional argument CONFIRM
4066 and make it behave like the analogous argument to `write-file'.
4067
4068 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4069
4070 * progmodes/ebnf2ps.el: Doc fix.
4071 (ebnf-version): New version number (4.2).
4072 (ebnf-syntax): Customization and docstring fix.
4073 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4074 Put autoloaded funs before first use.
4075 (ebnf-style-database): Add dtd entry.
4076 (ebnf-syntax-alist): Add dtd initialization.
4077 (ebnf-token-sequence): New fun.
4078 (ebnf-comment-table): Add new comment action character.
4079 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4080
4081 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4082 Type Definition for XML).
4083
4084 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4085 * progmodes/ebnf-bnf.el (ebnf-sequence):
4086 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4087 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4088 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4089 Code simplification: call ebnf-token-sequence.
4090
4091 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4092
4093 * calendar/timeclock.el (timeclock-relative)
4094 (timeclock-get-project-function, timeclock-get-workday-function)
4095 (timeclock-query-out, timeclock-when-to-leave)
4096 (timeclock-when-to-leave-string, timeclock-log-data)
4097 (timeclock-generate-report, timeclock-in): Doc fixes.
4098
4099 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * url/: New dir. Import the URL package from its repository.
4102
4103 2004-04-03 Andreas Schwab <schwab@suse.de>
4104
4105 * diff-mode.el (diff-mode): Fix missing quote.
4106
4107 2004-04-03 Juri Linkov <juri@jurta.org>
4108
4109 * descr-text.el (describe-property-list): Add `font-lock-face'.
4110
4111 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4112
4113 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4114
4115 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4116 Use utf-16le on little endian machines and utf-16be otherwise.
4117
4118 2004-04-02 David Kastrup <dak@gnu.org>
4119
4120 * net/browse-url.el (browse-url-generic): Use call-process
4121 instead of start-process to allow browsers that fork and detach.
4122
4123 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4124
4125 * compile.el (compilation-current-error): New var.
4126 (compilation-setup, compile-mouse-goto-error)
4127 (compile-goto-error, next-error): Use it.
4128 (compilation-skip-to-next-location): Default to t, which gives
4129 contiguous skipping like old compile (where this was redundant).
4130 (compilation-next-error): Prevent previous-* commands from moving
4131 back to message at or just before point.
4132
4133 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4134
4135 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4136 (gdb-source-info): Don't display source at startup, if required.
4137 (gdb-show-main): New option.
4138 (gdba): Update documentation.
4139 (gdb-source): Cover case of auto-display output.
4140
4141 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4142
4143 * autorevert.el: Delete obsolete autoload's and defvar's.
4144 (auto-revert-check-vc-info): New user option.
4145 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4146 (auto-revert-handler-vc): Delete.
4147 (auto-revert-handler): Treat return value `fast' of
4148 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4149
4150 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4151 return `fast'.
4152
4153 * files.el (buffer-stale-function): Doc change.
4154
4155 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4156
4157 * printing.el: New tip on Tips section.
4158 (pr-version): New version number (6.7.4).
4159 (pr-shell-file-name): Initialization fix.
4160
4161 2004-03-31 Juri Linkov <juri@jurta.org>
4162
4163 * dired.el: Add autoload for `dired-do-touch'.
4164 (dired-touch-program): New var.
4165 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4166 (dired-no-confirm): Add `touch' to docstring.
4167
4168 * dired-aux.el (dired-do-touch): New fun.
4169 (dired-do-chxxx): Add argument -t for touch operation.
4170
4171 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4172 `dired-move-to-filename-regexp'.
4173
4174 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4175
4176 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4177
4178 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4179
4180 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4181 and only if the buffer was modified.
4182
4183 2004-03-30 Kenichi Handa <handa@m17n.org>
4184
4185 * international/characters.el: Delete pairs for U+2308..U+230B.
4186
4187 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4188
4189 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4190 to detect the beginning of a level 2 or 3 annotation.
4191
4192 2004-03-29 Kenichi Handa <handa@m17n.org>
4193
4194 * international/ucs-tables.el (ucs-insert): Fix the error message.
4195
4196 2004-03-29 Kenichi Handa <handa@m17n.org>
4197
4198 * international/mule-util.el (char-displayable-p): Fix generation
4199 of XLFD file name.
4200
4201 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4202 before finding directories by `find'.
4203
4204 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * subr.el (interactive-form): Delete. Now implemented in C.
4207
4208 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4209
4210 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4211 (vc-diff-label): New fun.
4212 (vc-diff-internal): Use it.
4213
4214 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4215
4216 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4217
4218 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4219
4220 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4221 specify XML (EBNFX).
4222
4223 * progmodes/ebnf2ps.el: Doc fix.
4224 (ebnf-version): New version number (4.1).
4225 (ebnf-syntax): Adjust customization.
4226 (ebnf-style-database): Add ebnfx entry.
4227 (ebnf-syntax-alist): Add ebnfx initialization.
4228 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4229
4230 * printing.el: Doc fix.
4231 (pr-version): New version number (6.7.3).
4232 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4233 returns nil for mouse position. Reported by Drew Adams
4234 <drew.adams@oracle.com>.
4235 (pr-update-menus): Modify interactive declaration. Reported by Drew
4236 Adams <drew.adams@oracle.com>.
4237
4238 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4239
4240 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4241 (gud-gdba-marker-filter): Log the process input and output, if
4242 required. From Stefan Monnier.
4243 (gdb-debug-log, gdb-enable-debug-log): New variables.
4244 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4245
4246 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4249 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4250
4251 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4252
4253 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4254 Call vc-find-file-hook here instead of in auto-revert-buffers.
4255 (auto-revert-buffers): Delete call to vc-find-file-hook.
4256 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4257 (global-auto-revert-mode, auto-revert-set-timer)
4258 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4259
4260 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4261
4262 * woman.el (woman-change-fonts): Rename local variable
4263 woman-font-alist to font-alist to avoid a compiler warning.
4264
4265 2004-03-27 Dave Love <fx@gnu.org>
4266
4267 * emacs-lisp/rx.el (rx): Doc fix.
4268 Fix copyright years.
4269
4270 * strokes.el (strokes-global-set-stroke-string): New function.
4271 (strokes-list-strokes): Cope with strings, not just commands.
4272 Set foreground colour of image.
4273 (strokes-global-set-stroke): Doc fix.
4274
4275 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4276
4277 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4278 Auto Revert mode.
4279 (Buffer-menu-files-only): New variable.
4280 (Buffer-menu-toggle-files-only): New function.
4281 (Buffer-menu-mode-map): Bind it to `T'.
4282 (Buffer-menu-mode): Mention `T' in docstring.
4283 Set buffer-stale-function.
4284 (list-buffers-noselect): Mark buffer non-modified and set
4285 Buffer-menu-files-only.
4286
4287 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4288
4289 * autorevert.el (auto-revert-handler): Print revert message
4290 before, rather than after, reverting.
4291 (buffer-stale-function): Move to files.el.
4292
4293 * files.el (buffer-stale-function): Move here from autorevert.el.
4294
4295 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4298
4299 * calc/calc.el (calc-mode-map): Use mapc.
4300
4301 * apropos.el (apropos-mode): Don't autoload.
4302 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4303 (apropos): Use it.
4304 (apropos-print): Add optional `text' argument.
4305 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4306 Don't assume point-min == 1.
4307
4308 * bs.el (bs-buffer-list): Use buffer-local-value.
4309 (bs--set-toggle-to-show): Use with-current-buffer.
4310
4311 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4312 New funs.
4313 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4314
4315 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4316
4317 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4318 (dabbrev--find-expansion): Use pop.
4319 (dabbrev--search): Use match-string-no-properties.
4320
4321 * dired.el (dired-mode): Use run-mode-hooks.
4322 (dired-move-to-end-of-filename): Use match-string.
4323
4324 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4325 is bound before using it.
4326 (ediff-verbose-p): Make it into a var since it's not constant.
4327
4328 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4329
4330 * faces.el (read-face-font): Don't cons up unnecessarily.
4331 (header-line, tool-bar): Share common parts.
4332
4333 * files.el (file-relative-name): Use compare-strings.
4334
4335 * finder.el (finder-mode): Follow coding convention.
4336
4337 * subr.el (read-number): New function.
4338
4339 * ses.el (ses-read-number): Move to subr.el.
4340 (ses-set-header-row): Use read-number.
4341
4342 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4343
4344 * vc-hooks.el (vc-arg-list): New function, which handles both
4345 compiled and uncompiled code.
4346 (vc-default-workfile-unchanged-p): Use it.
4347
4348 * vc.el (vc-print-log): Undo prev change, use new function
4349 vc-arg-list from vc-hooks.el.
4350
4351 2004-03-26 Masatake YAMATO <jet@gyve.org>
4352
4353 * simple.el (completion-setup-function): Emphasize the
4354 first uncommon characters in the completions; and de-emphasize
4355 the common prefix substrings.
4356 (completion-emphasis): New face.
4357 (completion-de-emphasis): New face.
4358
4359 2004-03-25 Juanma Barranquero <lektu@terra.es>
4360
4361 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4362 Comment out (it's unused and unfinished code).
4363
4364 2004-03-25 Sam Steingold <sds@gnu.org>
4365
4366 * vc.el (vc-print-log): Fix a bug in the last patch:
4367 backend-function may be a byte-compiled object, not a lambda.
4368
4369 2004-03-25 Juri Linkov <juri@jurta.org>
4370
4371 * descr-text.el (describe-property-list): Add a button
4372 for `face' property that calls `describe-face'.
4373 Suggested by luis fernandes <elf@ee.ryerson.ca>
4374
4375 * international/mule.el (keyboard-coding-system):
4376 * kmacro.el (kmacro-call-macro): Fix docstring.
4377
4378 * dired.el: Fix comments.
4379
4380 * textmodes/fill.el (fill): Fix Info link.
4381
4382 * font-lock.el (fast-lock, lazy-lock):
4383 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4384 Info node.
4385
4386 * eshell/eshell.el (eshell): Fix broken info-link.
4387
4388 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4389 * eshell/em-banner.el (eshell-banner):
4390 * eshell/em-smart.el (eshell-smart):
4391 * eshell/esh-cmd.el (eshell-cmd):
4392 Comment out broken info-links to incomplete Info manual.
4393
4394 * info-xref.el: Fix commentary.
4395
4396 2004-03-25 Kevin Ryde <user42@zip.com.au>
4397
4398 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4399 Remove spurious node duplicate suppression, doesn't work, not wanted.
4400 (info-xref-output): Take format style args, add "sit-for 0" to let
4401 user see the results as they progress.
4402 (info-xref-check-all-custom): New function.
4403
4404 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4405
4406 * gdb-ui.el: Moved to progmodes.
4407
4408 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4411
4412 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4413
4414 * calendar/appt.el (appt-check): Remove superfluous progn.
4415 When finished with diary buffer: if it was not being displayed
4416 before, kill it; otherwise restore its original state.
4417 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4418
4419 * calendar/calendar.el (calendar-set-mode-line): Use total
4420 available mode-line width, rather than frame-width.
4421
4422 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4423 after mode change so effect not lost.
4424
4425 2004-03-23 Dave Love <fx@gnu.org>
4426
4427 * dired.el (dired) <defgroup>: Add link to manual.
4428 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4429 (dired-revert): Use dolist.
4430 (dired-mode-map): Add U binding.
4431 (dired-mode): Add font-lock-beginning-of-syntax-function.
4432 (dired-garbage-files-regexp): Make it a defcustom.
4433
4434 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4437 is equivalent to nil.
4438 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4439 (vc-arch-mode-line-string): Accept `added' state.
4440 (vc-arch-state): Use inode-sigs if available.
4441 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4442 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4443 (vc-arch-tagline-re): New var.
4444 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4445 New functions.
4446 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4447 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4448
4449 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4450 (vc-file-not-found-hook): Use it.
4451
4452 * diff-mode.el (diff-default-read-only): Change default.
4453 (diff-mode-hook): Make it a defcustom. Add some options.
4454 (diff-mode-map): Bind diff-refine-hook.
4455 (diff-yank-handler): New var.
4456 (diff-yank-function): New fun.
4457 (diff-font-lock-keywords): Use them.
4458 (diff-end-of-file): Handle case where file-header looks like diff text.
4459 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4460 (diff-file-kill): Delete a subsequent empty line, if applicable.
4461 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4462 (diff-find-file-name): Use it.
4463 (diff-tell-file-name): New command.
4464 (diff-mode): Be careful with view-mode.
4465 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4466 New functions, for use in diff-mode-hook.
4467 (diff-find-source-location): Catch "regex too large" errors.
4468 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4469 (diff-refine-hunk): New command.
4470
4471 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4472 (smerge-context-menu-map): Remove unused var.
4473 (smerge-keep-all): Preserve markers.
4474 (smerge-keep-n): New fun.
4475 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4476 (smerge-keep-current, smerge-ediff): Use it.
4477 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4478 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4479 (smerge-resolve): Resolve trivial 3-part conflicts.
4480
4481 2004-03-23 Juri Linkov <juri@jurta.org>
4482
4483 * man.el (Man-width): New var.
4484 (Man-getpage-in-background): Use it.
4485 (Man-support-local-filenames): New var and fun.
4486 (Man-build-man-command): Don't add a second %s.
4487 (Man-fontify-manpage): Clean up message.
4488 (Man-mode): Set outline-regexp, outline-level,
4489 imenu-generic-expression.
4490
4491 * woman.el (woman-fill-frame): Doc fix.
4492 (woman-decode-region): Use window-width instead of frame-width.
4493
4494 * abbrevlist.el (list-one-abbrev-table):
4495 * descr-text.el (describe-char):
4496 * international/mule-diag.el (describe-current-coding-system):
4497 * international/quail.el (quail-insert-decode-map):
4498 Use window-width instead of frame-width.
4499
4500 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4501 (jka-compr-mode-alist-additions): Add tbz.
4502 (jka-compr-write-region, jka-compr-insert-file-contents):
4503 Add message for undefined compress-program.
4504 (jka-compr-write-region): Remove redundant var bindings.
4505
4506 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4507 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4508 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4509 (dired-man): Use dired-guess-shell-command.
4510 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4511 Change default nil to t.
4512
4513 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4514 (dired-compare-directories): Add default value for empty input.
4515
4516 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4517
4518 * time.el (display-time-string-forms): Fix help-echo date format.
4519
4520 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4521
4522 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4523 (buffer-stale-function): New variable.
4524 (auto-revert-list-diff, auto-revert-dired-file-list)
4525 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4526 (auto-revert-handler): Take over some functionality of deleted
4527 functions.
4528 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4529
4530 * dired.el (dired-directory-changed-p): New fun, extracted from
4531 dired-internal-noselect.
4532 (dired-buffer-stale-p): New fun.
4533 (dired-internal-noselect): Use dired-directory-changed-p.
4534 Eliminate revert messages.
4535 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4536
4537 2004-03-23 Kenichi Handa <handa@m17n.org>
4538
4539 * international/characters.el: Setup syntaxes for more parentheses
4540 Unicode characters.
4541
4542 * international/mule-cmds.el (select-safe-coding-system):
4543 Merge coding-system and auto-cs before comparing them.
4544
4545 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4548
4549 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4550 normal-auto-fill-function and comment-indent-function.
4551 The default values now work just as well.
4552 Don't set font-lock-beginning-of-syntax-function since we already set
4553 syntax-begin-function.
4554 (lisp-outline-level): Put ;;;###autoload at same level as (.
4555 (prin1-char): Quote special chars.
4556
4557 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4558 than with-no-warnings.
4559
4560 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4561 if the source location can't be found.
4562 (edebug-compute-previous-result): Use prin1-char.
4563
4564 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4565 (debug-ignored-errors): Add an entry.
4566
4567 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4568 (byte-compile-file): Output warning when deleting a file.
4569
4570 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4571 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4572
4573 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4574 (byte-compile-inline-expand): Use backquote.
4575 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4576 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4577
4578 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4579
4580 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4581
4582 2004-03-22 Juri Linkov <juri@jurta.org>
4583
4584 * finder.el (finder-known-keywords): Fix data, tex, unix.
4585
4586 * play/landmark.el: Fix keywords.
4587
4588 * language/ethio-util.el (ethio-find-file): Doc fix.
4589
4590 * emacs-lisp/warnings.el: Doc fix.
4591
4592 * textmodes/ispell.el (ispell-help): Doc fix.
4593
4594 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4595
4596 * format.el (format-insert-file): Always return a list of two
4597 elements, like insert-file-contents does.
4598
4599 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4600
4601 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4602 and vc-BACKEND-diff.
4603 (vc-print-log): If the print-log implementation supports it, use
4604 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4605 (vc-version-diff, vc-diff-internal): Doc fixes.
4606
4607 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4608 implementation supports it, let diff output go to *vc*,
4609 not *vc-diff*, since this is an internal call.
4610
4611 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4612
4613 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4614
4615 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4616
4617 2004-03-21 Dave Love <fx@gnu.org>
4618
4619 * progmodes/cfengine.el (cfengine-mode):
4620 Set parse-sexp-ignore-comments.
4621
4622 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4623
4624 2004-03-21 Juanma Barranquero <lektu@terra.es>
4625
4626 * allout.el (allout-mode): Fix docstring.
4627
4628 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4629
4630 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4631
4632 * autorevert.el (auto-revert-interval): Make new value take
4633 effect immediately when set through Custom.
4634 (auto-revert-set-timer): Add interactive declaration.
4635
4636 2004-03-19 David Ponce <david@dponce.com>
4637
4638 * ruler-mode.el (ruler-mode-header-line-format-old):
4639 Don't `make-variable-buffer-local'.
4640 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4641 (ruler-mode-header-line-format): Simply funcall the above.
4642 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4643 to save/restore a previous header line format.
4644 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4645 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4646 fringes and margins width.
4647 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4648
4649 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * log-edit.el (log-edit-font-lock-keywords): Typo.
4652
4653 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4654 (tex-send-tex-command): Rather than here.
4655 (tex-compilation-parse-errors): Simplify.
4656
4657 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4658
4659 * time.el (display-time-string-forms): Add help-echo with date on time.
4660
4661 * composite.el (compose-region): Use restore-buffer-modified-p.
4662
4663 * disp-table.el (standard-display-8bit): Simplify.
4664
4665 * server.el (server-process-filter): Delete temp frame.
4666
4667 * add-log.el (add-change-log-entry): Simplify.
4668
4669 2004-03-19 Kim F. Storm <storm@cua.dk>
4670
4671 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4672 (hexl-follow-line): Don't require 'fringe.
4673
4674 * progmodes/compile.el (compilation-start): Always set
4675 compilation-last-buffer and return it.
4676
4677 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4678
4679 * simple.el (clone-buffer): Doc fix.
4680
4681 2004-03-18 Juanma Barranquero <lektu@terra.es>
4682
4683 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4684
4685 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * log-edit.el (log-edit-font-lock-keywords): New var.
4688 (log-edit-mode): Use it.
4689
4690 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4691
4692 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4693 properly for watching in speedbar.
4694
4695 2004-03-17 Masatake YAMATO <jet@gyve.org>
4696
4697 * smerge-mode.el (smerge-popup-context-menu):
4698 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4699
4700 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4703 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4704 Take sealed revisions into account.
4705 (vc-arch-checkin): Extract a summary line from the message.
4706
4707 2004-03-16 Masatake YAMATO <jet@gyve.org>
4708
4709 * register.el (register): Provide `register' feature.
4710
4711 2004-03-15 Masatake YAMATO <jet@gyve.org>
4712
4713 Added context menu support in smerge mode.
4714 Most of the part is written by Stefan Monnier.
4715
4716 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4717 New keymap and menu.
4718 (smerge-text-properties): New function.
4719 (smerge-remove-props): New function.
4720 (smerge-popup-context-menu): New function.
4721 (smerge-resolve): Call `smerge-remove-props'.
4722 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4723 (smerge-keep-current): Ditto.
4724 (smerge-kill-current): New function.
4725 (smerge-match-conflict): Put text properties.
4726 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4727
4728 2004-03-15 David Ponce <david@dponce.com>
4729
4730 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4731 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4732 (ruler-mode-right-scroll-bar-cols): Remove.
4733 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4734 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4735 Use fringe-columns and scroll-bar-columns.
4736
4737 2004-03-15 Masatake YAMATO <jet@gyve.org>
4738
4739 * hl-line.el (hl-line-range-function): New variable.
4740 (hl-line-move): New function.
4741 (global-hl-line-highlight): Use `hl-line-move'.
4742 (hl-line-highlight): Ditto.
4743
4744 * scroll-bar.el (scroll-bar-columns):
4745 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4746
4747 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4748 (ruler-mode-left-fringe-cols)
4749 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4750 (ruler-mode-right-scroll-bar-cols)
4751 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4752 (ruler-mode-ruler-function): New variable.
4753 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4754 if the value for `ruler-mode-ruler-function'is given.
4755
4756 * hexl.el (hexl-mode-hook): Make the hook customizable.
4757 (hexl-address-area, hexl-ascii-area): New customize variables.
4758 (hexlify-buffer): Put font-lock-faces on the address area and
4759 the ascii area.
4760 (hexl-activate-ruler): New function.
4761 (hexl-follow-line): New function.
4762 (hexl-highlight-line-range): New function.
4763 (hexl-mode-ruler): New function.
4764
4765 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4768 (vc-default-find-file-hook): New fun.
4769 (vc-find-file-hook): Call new find-file-hook operation.
4770
4771 * vc-arch.el: New file.
4772
4773 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4774
4775 * info-look.el (info-lookup): Reuse an existing Info window.
4776
4777 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4778
4779 * woman.el (woman-preserve-ascii): Default value changed to t and
4780 doc string revised.
4781
4782 2004-03-12 Richard M. Stallman <rms@gnu.org>
4783
4784 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4785 Fix minor bug.
4786
4787 * replace.el (occur-engine): Change message for count of matches.
4788
4789 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4790 For strings, do compare text properties.
4791
4792 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4793
4794 * progmodes/compile.el (compile-auto-highlight)
4795 (compilation-error-list, compilation-old-error-list)
4796 (compilation-parse-errors-function, compilation-parsing-end)
4797 (compilation-error-message, compilation-directory-stack)
4798 (compilation-enter-directory-regexp-alist)
4799 (compilation-leave-directory-regexp-alist)
4800 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4801 (compilation-current-file, compilation-regexps): Remove vars.
4802
4803 (compile-error-at-point, compilation-error-filedata)
4804 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4805 (compilation-next-error-locus, compilation-forget-errors)
4806 (count-regexp-groupings, compilation-parse-errors)
4807 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4808
4809 (compile-internal): Make obsolete.
4810
4811 (compilation-first-column, compilation-error)
4812 (compilation-directory-matcher, compilation-page-delimiter)
4813 (compilation-mode-font-lock-keywords, compilation-debug)
4814 (compilation-error-face, compilation-warning-face)
4815 (compilation-info-face, compilation-line-face)
4816 (compilation-column-face, compilation-enter-directory-face)
4817 (compilation-leave-directory-face, compilation-skip-threshold)
4818 (compilation-skip-visited, compilation-context-lines): New vars.
4819
4820 (compilation-warning-face, compilation-info-face)
4821 (compilation-message-face): New faces.
4822
4823 (compilation-error-regexp-alist-alist): New constant.
4824
4825 (compilation-face, compilation-directory-properties)
4826 (compilation-assq, compilation-error-properties, compilation-start)
4827 (define-compilation-mode, compilation-loop)
4828 (compilation-set-window): New functions.
4829
4830 (compile): Additional argument for interactive compiles like TeX.
4831
4832 * progmodes/grep.el (kill-grep): Move here from compile.el
4833 (grep-error, grep-hit-face, grep-error-face)
4834 (grep-mode-font-lock-keywords): New variables.
4835 (grep-regexp-alist): Simplify regexp and add `binary' case.
4836 (grep-mode): New mode.
4837 (grep-process-setup): Simplify.
4838
4839 2004-03-11 Jason Rumney <jasonr@gnu.org>
4840
4841 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4842 letters on DOS/Windows.
4843
4844 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * server.el (server-name): New var.
4847 (server-socket-dir): New var to replace server-socket-name.
4848 (server-start): Use them.
4849
4850 2004-03-11 Simon Josefsson <jas@extundo.com>
4851
4852 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4853 died to avoid infloop. Reported by Jonathan Glauner
4854 <jglauner@sbum.org>.
4855
4856 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4859 (smerge-mode-menu): Use it to deactivate menu entries.
4860 (smerge-keep-current): New fun.
4861 (smerge-keep-current): Use it.
4862
4863 2004-03-10 John Paul Wallington <jpw@gnu.org>
4864
4865 * foldout.el (foldout-fold-list, foldout-modeline-string):
4866 Declare them as variables, not constants.
4867
4868 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4869
4870 * ps-print.el: Modification to print *Messages* buffer.
4871 (ps-print-version): New version 6.6.4.
4872 (ps-message-log-max): New fun.
4873 (ps-spool-without-faces, ps-spool-with-faces)
4874 (ps-count-lines-preprint): Code fix.
4875
4876 * printing.el: New tips in Tips section.
4877
4878 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4879
4880 * delim-col.el: Doc fix.
4881
4882 * printing.el: Doc fix. New doc section (Tips).
4883
4884 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * type-break.el (type-break-emacs-variant): Remove.
4887 (type-break-run-at-time, type-break-cancel-function-timers):
4888 Use fboundp rather than version name and number.
4889
4890 2004-03-09 Masatake YAMATO <jet@gyve.org>
4891
4892 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4893 `make-variable-buffer-local'.
4894
4895 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4896
4897 * find-dired.el (find-dired): Call `shell-command' instead of
4898 `start-process-shell-command'. By this, Tramp takes over
4899 handling of remote directories.
4900
4901 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * newcomment.el (comment-use-global-state): New var.
4904 (comment-search-forward): Use it.
4905
4906 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4907
4908 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4909
4910 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4911 (enable-kinsoku): Make it a defcustom.
4912 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4913 paragraph to same-comment-start-marker.
4914
4915 2004-03-07 Dave Love <fx@gnu.org>
4916
4917 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4918 (browse-url-mail): Use it.
4919
4920 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4921 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4922
4923 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4924
4925 * woman.el (woman-man.conf-path): Doc fix.
4926 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4927
4928 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4929
4930 * sort.el (sort-columns): Remove ms-dos from the list of systems
4931 where the external `sort' command is not used.
4932
4933 2004-03-07 Kim F. Storm <storm@cua.dk>
4934
4935 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4936 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4937 from overlay-arrow-variable-list.
4938 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4939
4940 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4941
4942 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4943 overlay arrow string properly for the assembler buffer.
4944
4945 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * mail/sendmail.el (mail-mode): Fix last change.
4948
4949 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4950
4951 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4952 for the assembler buffer.
4953 (gdb-assembler-custom): Position the overlay arrow.
4954 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4955
4956 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4959
4960 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4961 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4962
4963 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4964
4965 * newcomment.el (uncomment-region): Allow non-terminated comment.
4966 (comment-normalize-vars): Check the user-specified comstart marker.
4967
4968 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4969
4970 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4971 Otherwise, do use it if the region only contains font-lock text
4972 properties.
4973
4974 2004-03-04 Masatake YAMATO <jet@gyve.org>
4975
4976 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4977 as the callback function for eldoc.
4978 (hexl-print-current-point-info): New function.
4979 (hexl-current-address): Print the address in both decimal
4980 and hexadecimal format.
4981
4982 2004-03-04 Richard M. Stallman <rms@gnu.org>
4983
4984 * mail/rmail.el (rmail-convert-to-babyl-format):
4985 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4986
4987 * mail/mail-utils.el (mail-unquote-printable-region):
4988 New arg UNIBYTE.
4989
4990 * startup.el (command-switch-alist): Doc fix.
4991
4992 * simple.el (undo): Temporarily set this-command to `undo-start',
4993 then set it to `undo' once undo-start returns without error.
4994
4995 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4996
4997 * simple.el (kill-line): Don't disregard trailing whitespace
4998 in eol condition, if show-trailing-whitespace is set.
4999
5000 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5001 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5002 When disabling, restore old values only if mouse-sel-has-been-enabled.
5003
5004 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5005 (isearch-{-char): New function.
5006 (isearch-mode-map): Bind { to isearch-{-char.
5007
5008 * font-lock.el (lisp-font-lock-keywords-2):
5009 Turn off the CL with-... and do-... general patterns.
5010 Instead, recognize several specific with... and do... constructs.
5011
5012 * files.el (switch-to-buffer-other-window):
5013 Bind same-window-buffer-names and same-window-regexps to nil.
5014 (switch-to-buffer-other-frame): Likewise.
5015
5016 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5019 recognizing leading comment on code line.
5020
5021 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5024 hidden files/directories.
5025
5026 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5029 only comment-start (in case the mode hasn't set it).
5030
5031 * Makefile.in (AUTOGENEL): New var.
5032 (bootstrap-prepare): Rename from bootstrap-clean.
5033 Don't remove elc files.
5034 (maintainer-clean): New target.
5035
5036 * xml.el (xml-get-attribute-or-nil): Simplify.
5037
5038 2004-03-02 Juri Linkov <juri@jurta.org>
5039
5040 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5041 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5042 URL to prevent their substitution with the environment variable
5043 values by browsers.
5044
5045 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5046
5047 * ps-print.el: Doc fix.
5048 (ps-print-version): New version number (6.6.3).
5049 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5050 Docstring fix.
5051 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5052 before printing.
5053 (ps-time-stamp-yyyy-mm-dd): New fun.
5054 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5055
5056 2004-03-02 Kim F. Storm <storm@cua.dk>
5057
5058 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5059
5060 2004-03-01 Juanma Barranquero <lektu@terra.es>
5061
5062 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5063
5064 * desktop.el (desktop-file-version)
5065 (desktop-after-read-hook): Fix typos.
5066 (desktop-clear-preserve-buffers): Remove redundant info in
5067 docstring already shown by the obsolescence message.
5068 (desktop-truncate, desktop-internal-v2s)
5069 (desktop-value-to-string): Change argument name to match docstring.
5070
5071 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5072
5073 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5074 docstring.
5075
5076 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5077
5078 * printing.el: Replace "As Is..." in PostScript file print/preview by
5079 "No Preprocessing...". Suggested by Colin Marquardt
5080 <_marquardt_@zmd.de>.
5081 (pr-insert-section-4): Adjust buffer interface.
5082
5083 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5084
5085 Version 2.0.39 of Tramp released.
5086
5087 * net/tramp.el (tramp-handle-file-local-copy)
5088 (tramp-handle-write-region, tramp-open-connection-rsh):
5089 Variable name typo. Small change. From Patrick Tullmann
5090 <tullmann@flux.utah.edu>.
5091 (tramp-process-connection-type): New variable.
5092 (tramp-maybe-open-connection): Use it.
5093 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5094 (tramp-touch): Set last-modified time of a remote file.
5095 (tramp-handle-write-region): Say which function is used when encoding.
5096
5097 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5098
5099 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5100 case of non-existing filename, too. Reported by Christoph Bauer
5101 <c_bauer@informatik.uni-kl.de>.
5102 (tramp-smb-get-file-entries): The directory in question should
5103 have permissions "drwxrwxrwx". Just virtual, because we don't
5104 know the real permissions. Don't we know?
5105 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5106 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5107 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5108 output. If it was received chunkwise, there have been problems.
5109 Remove the "prompt not found" error message; it is obvious.
5110 Simplify algorithm.
5111 (tramp-smb-process-running): Remove. Since we acknowledge the
5112 virtual prompt for shares, there's no need for distinction of
5113 reading shares (process ends afterwards) and interactive mode of
5114 smblient.
5115 (tramp-smb-open-connection): Setting process sentinel removed.
5116 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5117 "NT_STATUS_NETWORK_ACCESS_DENIED".
5118 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5119 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5120 (top-level): Setting default value in `tramp-default-method-alist'
5121 corrected. Order of USER and HOST have been wrong.
5122 Nobody complained for months ...
5123 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5124 (tramp-smb-open-connection): Clear password cache if login has failed.
5125
5126 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5127 `tramp-unified-filenames'.
5128 (tramp-completion-mode): Make test for XEmacs explicitely.
5129 `event-to-character' can exists in Emacs packages too.
5130 Reported by Matt Swift <swift@alum.mit.edu>.
5131 (tramp-buffer-name): Buffer name must contain the user if exists.
5132 Reported by Adrian Phillips <a.phillips@met.no>.
5133 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5134 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5135 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5136 `tramp-do-copy-or-rename-file-one-local', because it handles also
5137 the case both files use the same out-of-band method.
5138 Implementation added.
5139 (tramp-handle-file-local-copy, tramp-handle-write-region):
5140 Out-of-band handling removed. `copy-file' called instead, which
5141 calls `tramp-do-copy-or-rename-file-out-of-band'.
5142 (tramp-action-password): Check for out-of-band method removed.
5143 This function is used for 'login-program.
5144 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5145 appropriate.
5146 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5147 and `tramp-parse-sknownhosts'.
5148 (tramp-completion-function-alist): It's a defvar now, because we
5149 want to apply the optimized `tramp-set-completion-function'
5150 instead of a static list.
5151 (tramp-set-completion-function): Implementation tuned.
5152 Avoid double entries, and entries where the function or the
5153 file/directory doesn't exist.
5154 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5155 for SSH2.
5156 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5157 (tramp-handle-dired-compress-file): New function.
5158 (tramp-async-proc): New variable.
5159 (tramp-handle-shell-command): Adding asynchronous processes.
5160 They are far from being perfect, but it works at least for
5161 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5162 (top-level): Require password.el if visible. Should be mandatory
5163 once No Gnus has found its way into (X)Emacs.
5164 (tramp-read-passwd): Invoke `password-read' if available,
5165 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5166 fallback any longer.
5167 (tramp-clear-passwd): New function.
5168 (tramp-process-actions, tramp-process-multi-actions):
5169 Clear password cache if login has failed.
5170
5171 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5172 its own module.
5173 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5174 `ange-ftp-ftp-name-res'. There could be incorrect values from
5175 previous calls in case the "ftp" method is used in the Tramp file
5176 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5177
5178 2004-02-28 Richard M. Stallman <rms@gnu.org>
5179
5180 * term.el (term-mouse-paste): Call mouse-set-point.
5181
5182 * thumbs.el: New file.
5183
5184 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5185
5186 * progmodes/ebnf-abn.el: Doc fix.
5187
5188 * progmodes/ebnf-bnf.el: Doc fix.
5189 (ebnf-repeat): Code fix.
5190
5191 * progmodes/ebnf2ps.el: Doc fix.
5192 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5193
5194 2004-02-28 Juri Linkov <juri@jurta.org>
5195
5196 * ffap.el (dired-at-point): Additional writability test for
5197 relative directory names.
5198 (dired-at-point-prompter): Treat directories as a directory, get
5199 the directory component from files.
5200 (ffap-string-at-point): Return string from region if region is active.
5201 (ffap-file-at-point): Remove redundant code.
5202
5203 2004-02-28 Kim F. Storm <storm@cua.dk>
5204
5205 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5206 Initialize margin area images to nil.
5207 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5208 (breakpoint-enabled-bitmap-face)
5209 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5210 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5211 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5212 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5213 (gdb-reset): Use gdb-remove-breakpoint-icons.
5214 (gdb-put-string): Add dprop arg to specify alternative display
5215 property (for setting fringe bitmap).
5216 (gdb-remove-strings): Doc fix.
5217 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5218 icon in fringe (if available), or else as icon or text in display
5219 margin. Creates necessary icons in breakpoint-bitmap,
5220 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5221 Also make left window margin if required.
5222 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5223 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5224 no longer needed.
5225 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5226 gdb-put-breakpoint-icon.
5227 (gdb-assembler-mode): Don't set left-margin-width here.
5228
5229 2004-02-27 Kevin Ryde <user42@zip.com.au>
5230
5231 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5232 comma, so that it DTRT in macros.
5233
5234 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5235
5236 * progmodes/sh-script.el (sh-shell-arg)
5237 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5238 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5239
5240 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5241
5242 * faces.el (face-spec-set-match-display): Add a new attribute,
5243 `min-colors'.
5244 (region, highlight, secondary-selection): Use `min-colors'.
5245
5246 * custom.el (defface): Add documentation for `min-colors'.
5247
5248 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5249 (font-lock-keyword-face, font-lock-function-name-face)
5250 (font-lock-variable-name-face, font-lock-constant-face):
5251 Use `min-colors'.
5252
5253 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5254
5255 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5256
5257 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5258 define assq-delete-all if it's not defined.
5259 (ebnf-generate-region): Code fix.
5260
5261 * printing.el: Doc fix.
5262 (pr-version): New version number (6.7.2).
5263 (pr-command): Return empty string if command is an empty string.
5264
5265 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5266
5267 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5268
5269 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5270 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5271 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5272 "tt" ["test"] ). Reported by Markus Dreyer
5273 <mdreyer@ix.urz.uni-heidelberg.de>.
5274 (ebnf-version): New version number (4.0).
5275 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5276 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5277 (ebnf-delete-style): New commands.
5278 (ebnf-directory, ebnf-file): New funs.
5279 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5280 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5281 (ebnf-syntax-alist): New var.
5282 (ebnf-element-width): New fun replacing ebnf-list-width.
5283 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5284 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5285 (ebnf-prologue): Adjust vars.
5286 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5287 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5288 (ebnf-check-style-values, ebnf-generate-production)
5289 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5290 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5291 (ebnf-token-repeat): Code fix.
5292
5293 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5294 %right, %left and %prec. Suggested by Matthew K. Junker
5295 <junker@alum.mit.edu>.
5296 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5297
5298 * progmodes/ebnf-iso.el: Doc fix.
5299 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5300 (ebnf-iso-lex): Code fix.
5301
5302 * progmodes/ebnf-bnf.el: Doc fix.
5303 (ebnf-bnf-lex): Code fix.
5304
5305 * progmodes/ebnf-otz.el: Doc fix.
5306
5307 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5308
5309 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5310 (abbrev-prefix-mark): Doc fix.
5311
5312 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5313
5314 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5315 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5316 (gdb-var-delete): Make interactive (really).
5317 (gdb-edit-value): Make non-interactive.
5318
5319 * progmodes/gud.el (gud-speedbar-menu-items):
5320 Add gdb-var-delete and, indirectly, gdb-edit-value.
5321 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5322 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5323 (gud-gdb-marker-filter): Add comment for annotations.
5324
5325 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5326
5327 * calendar/calendar.el (generate-calendar)
5328 (calendar-read-date): Prevent display of BC calendars once more -
5329 reverts 2003-10-01 change.
5330 (generate-calendar-month): Doc fix.
5331
5332 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5333
5334 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5335 return value of increment-calendar-month.
5336
5337 2004-02-21 Stephen Compall <s11@member.fsf.org>
5338
5339 * saveplace.el (save-place-forget-unreadable-files)
5340 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5341 (save-place-forget-unreadable-files): New function.
5342 (save-place-alist-to-file): Use it to filter out files that are
5343 no longer readable.
5344
5345 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5346 current Texinfo environment, using the same method as in
5347 `texinfo-insert-@end', and insert a space rather than a newline if
5348 point in a @table environment.
5349
5350 2004-02-21 Juri Linkov <juri@jurta.org>
5351
5352 * ffap.el (ffap-file-at-point): Try parent directories.
5353
5354 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5355
5356 * vcursor.el (vcursor-modifiers): New defcustom.
5357 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5358 hard-coded list.
5359
5360 2004-02-21 Masatake YAMATO <jet@gyve.org>
5361
5362 * play/animate.el (animate-birthday-present): Accept names other
5363 than `Sarah', too.
5364
5365 2004-02-21 Juri Linkov <juri@jurta.org>
5366
5367 * startup.el: Remove table of command line arguments from the
5368 Commentary section.
5369
5370 2004-02-20 John Wiegley <johnw@newartisans.com>
5371
5372 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5373 again" modifier from 'e' to 'E', since 'e' is also used by the
5374 "file extension" modifier.
5375
5376 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5377
5378 * help-fns.el (describe-categories): Doc fix.
5379
5380 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5381
5382 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5383 temporary file for buffer already visiting one. This change makes
5384 output likely to be directly usable by patch program.
5385 Suggested by Adrian Aichner <adrian@xemacs.org>
5386
5387 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5388
5389 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5390 case of variables defined in compound statements.
5391 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5392 Simplify constructions using switch-to-buffer.
5393
5394 2004-02-19 Simon Josefsson <jas@extundo.com>
5395
5396 * play/morse.el: Fix typo.
5397 (morse-code): Add @.
5398
5399 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5400
5401 * calendar/appt.el (appt-display-format): Change default to
5402 'ignore, for backwards compatibility.
5403 (appt-display-message): If appt-display-format is 'ignore,
5404 respect old vars appt-msg-window and appt-visible.
5405 (appt-activate): Don't depend on return value of cancel-timer.
5406
5407 * calendar/calendar.el (calendar-holidays): Doc fix.
5408
5409 * calendar/cal-coptic.el (coptic-prompt-for-date):
5410 Use assoc-string instead of assoc-ignore-case.
5411 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5412 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5413 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5414 * calendar/cal-islam.el (calendar-goto-islamic-date)
5415 (mark-islamic-diary-entries): Ditto.
5416 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5417 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5418 (calendar-read-mayan-tzolkin-date): Ditto.
5419 * calendar/calendar.el (calendar-read-date): Ditto.
5420 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5421
5422 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5423
5424 * progmodes/executable.el (executable-command-find-posix-p):
5425 Fix choice of the directory.
5426
5427 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5428
5429 * simple.el (interprogram-cut-function)
5430 (interprogram-paste-function, kill-new, kill-append):
5431 Doc fixes.
5432 (kill-region): Make it return nil. Doc fix.
5433 (yank-pop): Make its argument optional.
5434 (yank): Make ARG `-' equivalent to `-1'.
5435
5436 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5437
5438 * mail/rmail.el (rmail-get-new-mail): Don't reference
5439 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5440
5441 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5442
5443 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5444 if one of global-auto-revert-non-file-buffers or autorevert-mode
5445 is non-nil.
5446
5447 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5448
5449 * subr.el (delete-dups): A better implementation from Karl Heuer
5450 <kwzh@gnu.org>.
5451
5452 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5453
5454 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5455 correct place.
5456 * progmodes/icon.el (icon-indent-command): Ditto.
5457 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5458
5459 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5460
5461 * progmodes/grep.el (grep-compute-defaults): Undo change from
5462 2004-01-29: don't use executable-command-find-posix-p.
5463
5464 2004-02-16 Richard Sharman <rsharman@pobox.com>
5465
5466 * hilit-chg.el: Use require instead of eval-and-compile.
5467 (highlight-compare-buffers): New function.
5468
5469 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5470
5471 * man.el (Man-fontify-manpage): Render section headings in
5472 `Man-overstrike-face' even when overstrike was not used by man
5473 formatter for section headings.
5474
5475 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5476
5477 * rmail-spam-filter.el: (vm-use-spam-filter)
5478 (rsf-min-region-length-added-to-spam-list): New variables.
5479 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5480 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5481 spam testing. Don't delete spam message if automatic deletion
5482 after output via variable rmail-delete-after-output is turned on.
5483 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5484 rsf-bbdb-dont-create-entries-for-spam.
5485 (check-field): New function, extracted from code in
5486 rmail-spam-filter to ease addition of header fields like content-type.
5487 (message-content-type): New variable to check the content-type:
5488 field added, also in defcustom of rsf-definitions-alist.
5489 (rmail-spam-filter): Replace repeated test code for header fields
5490 by calls to check-field; change the call to
5491 rmail-output-to-rmail-file such that rmail-current-message stays
5492 the same to avoid wrong deletion of unseen flags.
5493 (rsf-add-contents-type): New function to convert old format
5494 of rmail-spam-definitions-alist into new one.
5495 Change prefixes of all variables and functions from
5496 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5497
5498 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5499
5500 * loadhist.el (unload-hook-features-list): New defvar.
5501
5502 2004-02-16 Dave Love <fx@gnu.org>
5503
5504 * loadhist.el (unload-feature): Doc fix. Rename flist to
5505 unload-hook-features-list.
5506
5507 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5508
5509 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5510 cookie. Don't check if we are looking-at open-formula.
5511
5512 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5513
5514 * subr.el (match-string-no-properties): Use substring-no-properties.
5515
5516 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5517
5518 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5519 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5520 Use lower-case "rx" in all error message.
5521
5522 2004-02-16 Dave Love <fx@gnu.org>
5523
5524 * emacs-lisp/rx.el (rx-or): Put group around result.
5525 (rx-constituents): Add backref.
5526 (rx-syntax): Add string-delimiter, comment-delimiter.
5527 (rx-categories): Add combining-diacritic.
5528 (rx-check-not, rx-greedy, rx): Doc fix.
5529 (rx-backref, rx-check-backref): New.
5530
5531 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5532
5533 * newcomment.el (uncomment-region): Allow eob as comment end.
5534
5535 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5536
5537 * filecache.el: All message and error commands now use prefix
5538 "Filecache:" to make it easy to read *Messages* buffer.
5539
5540 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5541
5542 * autorevert.el: Add support to detect changed dired and VC buffers.
5543 (auto-revert-active-p, auto-revert-list-diff)
5544 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5545 (auto-revert-handler, auto-revert-active-p): New functions.
5546 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5547 and `auto-revert-active-p'.
5548 (eval-when-compile): Defvar dired-directory and vc-mode.
5549 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5550 (auto-revert-handler-vc): New functions.
5551
5552 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5553
5554 * progmodes/compile.el (compilation-directory): New defvar.
5555 (compile): Save current directory in compilation-directory.
5556 (recompile): Bind default-directory to compilation-directory if
5557 that is non-nil.
5558
5559 2004-02-16 Dave Love <fx@gnu.org>
5560
5561 * newcomment.el (comment-insert-comment-function)
5562 (comment-region-function, uncomment-region-function): New.
5563 (comment-indent): Use comment-insert-comment-function.
5564 (uncomment-region): Use uncomment-region-function.
5565 (comment-region): Use comment-region-function.
5566
5567 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5568
5569 2004-02-16 Richard Stallman <rms@gnu.org>
5570
5571 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5572 loaddefs* and ldefs-boot*.
5573
5574 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5575
5576 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5577 and email address at the beginning and end of the address.
5578
5579 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5580 anchored at the beginning of the email address.
5581
5582 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5583
5584 * international/ccl.el (ccl-compile-write): Pass `left' to
5585 ccl-embed-code to generate correct code of write-expr-register.
5586
5587 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5588
5589 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5590
5591 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5592
5593 * x-dnd.el: Mention support for Motif in commentary.
5594 (x-dnd-handle-drag-n-drop-event): Ditto.
5595
5596 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5597
5598 * ses.el: Use "ses--" prefixes for buffer-local variables.
5599 Use (point-min) instead of 1, even when we know the buffer
5600 is unnarrowed.
5601 (ses-build-load-map): Delete. Distribute its content to defconst's for
5602 the three maps.
5603 (ses-menu, ses-header-line-menu): New menus.
5604 (ses-mode-map): Use them.
5605 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5606
5607 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5608
5609 * Makefile.in: Fix the CC Mode recompile kludge so it works
5610 when building in a different directory.
5611
5612 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5613
5614 * simple.el (kill-new): Put yank-handler property on the entire string.
5615
5616 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * diff.el: Don't use compile any more, use diff-mode instead.
5619 (diff-regexp-alist, diff-old-file, diff-new-file)
5620 (diff-parse-differences, diff-process-setup): Remove.
5621 (diff-sentinel): New fun.
5622 (diff): Use it. Run the process ourselves.
5623 Use diff-mode for the rest of the processing.
5624
5625 * diff.el (diff): Simplify code handling `switch'.
5626
5627 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * pcvs-defs.el (cvs-menu): Add `tag'.
5630
5631 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5632
5633 * simple.el (kill-append): Doc fix.
5634
5635 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5636 Adapt outline-regexp to the new conventions for commenting out code.
5637
5638 2004-02-11 John Paul Wallington <jpw@gnu.org>
5639
5640 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5641
5642 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * diff.el (diff-switches): New fun.
5645 (diff, diff-backup): Use it.
5646 (diff): Clean up the args construction. Use backquote.
5647 Use listp instead of consp to avoid putting a nil arg.
5648 (diff): Add a revert-buffer function.
5649
5650 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5651
5652 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5653 handled by x-dnd-handle-file-name.
5654 (x-dnd-known-types): Add COMPOUND_TEXT.
5655 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5656 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5657 x-dnd-empty-state.
5658 (x-dnd-forget-drop): Ditto.
5659 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5660 (x-dnd-handle-one-url): Return private when inserting text.
5661 (x-dnd-insert-ctext): New function.
5662 (x-dnd-handle-file-name): New function for FILE_NAME.
5663 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5664 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5665 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5666
5667 2004-02-10 Kenichi Handa <handa@m17n.org>
5668
5669 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5670 instead of while loop.
5671
5672 2004-02-10 Miles Bader <miles@gnu.org>
5673
5674 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5675
5676 2004-02-09 Kenichi Handa <handa@m17n.org>
5677
5678 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5679 have end-of-line.
5680
5681 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5682
5683 * Makefile.in: Added extra dependencies in the recompile target
5684 needed to cope with the compile time macro expansions in CC Mode.
5685
5686 2004-02-09 Kim F. Storm <storm@cua.dk>
5687
5688 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5689 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5690 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5691 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5692 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5693 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5694 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5695 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5696 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5697 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5698 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5699
5700 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5703 Don't allow shrink if there's a window on our right.
5704
5705 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5706 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5707 Bring together declaration and initialization.
5708 (prolog-mode-variables): Don't set the syntax table.
5709 Don't set paragraph-start and comment-indent-function.
5710 Add /*..*/ to the comment regexps.
5711 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5712 (prolog-mode-map): Don't bind TAB.
5713 (prolog-mode): Set the syntax table.
5714 (prolog-comment-indent): Remove.
5715 (inferior-prolog-mode-map): Initialize in the declaration.
5716 (inferior-prolog-mode-syntax-table)
5717 (inferior-prolog-mode-abbrev-table): New vars.
5718 (inferior-prolog-mode): Derive from comint-mode.
5719 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5720 minibuffer windows.
5721
5722 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5723 in file names, as long as it is unabmiguous.
5724
5725 2004-02-08 Andreas Schwab <schwab@suse.de>
5726
5727 * textmodes/reftex-toc.el
5728 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5729 format. Doc fix.
5730
5731 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5732 format string arguments.
5733
5734 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5735 string argument.
5736
5737 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5738
5739 * play/zone.el (zone-call): Fix format string.
5740
5741 * net/webjump.el (webjump-builtin): Add missing format string argument.
5742
5743 * midnight.el (midnight-delay-set): Remove extra format string argument.
5744
5745 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5746
5747 * hexl.el (hexl-insert-char): Add missing format string argument.
5748
5749 * format.el (format-decode): Fix format string.
5750
5751 * emulation/vi.el (vi-mode): Remove extra format string argument.
5752 (vi-repeat-last-search): Likewise.
5753 (vi-reverse-last-search): Likewise.
5754 (vi-goto-mark): Likewise.
5755 (vi-reverse-last-find-char): Likewise.
5756 (vi-repeat-last-find-char): Likewise.
5757 (vi-locate-def): Likewise.
5758
5759 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5760
5761 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5762 string argument.
5763 (ediff-toggle-regexp-match): Likewise.
5764
5765 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5766 format string argument.
5767
5768 * calc/calc-map.el (calc-get-operator): Remove extra format
5769 string argument.
5770
5771 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5772
5773 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5774 string argument.
5775
5776 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5777
5778 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5779
5780 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5781
5782 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5783 (cl-struct-setf-expander): Likewise.
5784
5785 * vc.el (with-vc-file): Fix unsafe uses of error.
5786 (vc-cancel-version): Likewise.
5787
5788 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5789
5790 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5791 thousands separator; fixes <class>:<line-number> regexp for
5792 non-english locales.
5793
5794 2004-02-08 Andreas Schwab <schwab@suse.de>
5795
5796 * view.el (view-mode-enable): Revert previous change.
5797
5798 2004-02-07 Kim F. Storm <storm@cua.dk>
5799
5800 * simple.el (line-number-at-pos): Rename from line-at-pos.
5801 Uses changed (what-line and vc-annotate-warp-version).
5802
5803 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5806 (diff-mode): Remove aborted attempt at support for compile.el.
5807 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5808
5809 2004-02-06 Andreas Schwab <schwab@suse.de>
5810
5811 * view.el (view-mode-enable): Add view-mode-map to
5812 minor-mode-overriding-map-alist.
5813
5814 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5815
5816 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5817
5818 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5821 with point inside rather than after the paragraph.
5822
5823 2004-02-04 Sam Steingold <sds@gnu.org>
5824
5825 * mail/smtpmail.el (smtpmail-try-auth-methods):
5826 Do not try authentication when no mechanism is available.
5827 Pass port-name as defaultport to `netrc-machine'.
5828
5829 2004-02-04 Stephen Eglen <stephen@gnu.org>
5830
5831 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5832 to show how minibuffer height can be constrained.
5833
5834 2004-02-04 John Paul Wallington <jpw@gnu.org>
5835
5836 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5837
5838 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5839
5840 * x-dnd.el: New file for drag and drop.
5841
5842 * term/x-win.el: require x-dnd, set after-make-frame-functions
5843 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5844 drag-n-drop event.
5845
5846 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5847 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5848 (dired-dnd-handle-file): New functions for drag and drop support.
5849 (dired-mode): Initialize drag and drop if x-dnd present.
5850
5851 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5854 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5855 (cperl-mode): Set fill-paragraph-function.
5856 (cperl-fill-paragraph): Make it non-interactive.
5857
5858 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5859
5860 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5861
5862 2004-02-02 David Kastrup <dak@gnu.org>
5863
5864 * replace.el (perform-replace): Allow 'literal argument in
5865 regexp-flag to indicate literal replacement.
5866 (query-replace-regexp-eval): Use it.
5867
5868 2004-02-01 Andreas Schwab <schwab@suse.de>
5869
5870 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5871
5872 2004-02-01 Stephen Eglen <stephen@gnu.org>
5873
5874 * info-look.el: Add support for maxima-mode. Update commentary
5875 because info-lookup-symbol is now bound to C-h S.
5876
5877 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5878
5879 * simple.el (edit-and-eval-command): Bind print-level and
5880 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5881 Correct initial position in command-history.
5882
5883 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5884
5885 * files.el (read-directory-name): Adapt the docstring to recent
5886 change in Fread_file_name.
5887
5888 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5889
5890 * ses.el (ses-print-cell): If print format too wide for column
5891 width, truncate decimal places if that helps to avoid "#####" fill.
5892 * ses.el (ses-initial-column-width): Revert previous change.
5893
5894 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5897 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5898 Add edebug info.
5899 (jit-lock-mode): Setup/cancel the new timer.
5900 (jit-lock-context-fontify): New fun. Extracted from
5901 context fontification code of jit-lock-stealth-fontify.
5902 (jit-lock-stealth-fontify): Don't do context fontification any more.
5903
5904 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5905 (jit-lock-fontify-now): Handle the `quit' case.
5906 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5907
5908 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5909
5910 * progmodes/executable.el (executable-command-find-posix-p):
5911 New. Check if find handles arguments Posix-style.
5912
5913 * progmodes/grep.el (grep-compute-defaults):
5914 Use executable-command-find-posix-p.
5915 (grep-find): Check `grep-find-command'.
5916
5917 * filecache.el (file-cache-find-posix-p): Delete.
5918 (file-cache-add-directory-using-find):
5919 Use `executable-command-find-posix-p'.
5920
5921 2004-01-29 Dave Love <fx@gnu.org>
5922
5923 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5924 Iterate the hook function if arg is given.
5925 (mark-defun, narrow-to-defun): Change order of finding the limits.
5926
5927 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5928 (byte-compile-format-warn): New.
5929 (byte-compile-callargs-warn): Use it.
5930 (Format, message, error): Add byte-compile-format-like property.
5931 (byte-compile-maybe-guarded): New.
5932 (byte-compile-if, byte-compile-cond): Use it.
5933 (byte-compile-lambda): Compile interactive forms,
5934 just to make warnings about them.
5935
5936 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5937
5938 * ses.el (ses-initial-column-width): Increase to 14, so it will
5939 work well with the default printer of "%.7g" for extreme values
5940 like "-1.234567e+07".
5941
5942 2004-01-29 Kenichi Handa <handa@m17n.org>
5943
5944 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5945
5946 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5947
5948 * dos-w32.el: Added support for the `default-printer-name' function.
5949
5950 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * server.el (server-socket-name): Don't use the hostname in the
5953 socket name since /tmp is local to the host anyway.
5954
5955 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5956 robust check of widening and fix var-naming.
5957
5958 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5959
5960 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5961 or rmail-spam- to rsf- in all function and variable names.
5962 (rsf-min-region-to-spam-list): New variable.
5963 (rsf-bbdb-auto-delete-spam-entries): Rename from
5964 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5965 scanned together with the recipients field for spam testing; Don't
5966 delete spam message if rmail-delete-after-output is non-nil;
5967 (rsf-check-field): New function, extracted from code in
5968 rmail-spam-filter to ease addition of header fields like
5969 content-type:;
5970 (message-content-type): New variable. The content-type: field was
5971 added also in defcustom of rsf-definitions-alist;
5972 (rmail-spam-filter): Replace repeated test code for header fields
5973 by calls to check-field; change the call to
5974 rmail-output-to-rmail-file such that rmail-current-message stays
5975 the same to avoid wrong deletion of unseen flags.
5976 (rmail-use-spam-filter): Add autoload cookie.
5977
5978 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5979
5980 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5981 (file-cache-add-directory-using-find): Add Cygwin support.
5982 (file-cache-find-command-posix-flag): New user variable.
5983
5984 * filecache.el (file-cache-add-directory): Check for
5985 directories an remove them from dir-files.
5986
5987 2004-01-27 Richard M. Stallman <rms@gnu.org>
5988
5989 * man.el (Man-fontify-manpage): Clean up message.
5990
5991 2004-01-27 Kenichi Handa <handa@m17n.org>
5992
5993 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5994 (sentence-end): Define using sentence-end-without-space.
5995
5996 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5997 a sentence ends with one of a character in sentence-end-without-space.
5998
5999 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6002 (jit-lock): Group declaration moved to jit-lock.el.
6003 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6004 when necessary.
6005
6006 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6007 (jit-lock-context-unfontify-pos): Rename from
6008 jit-lock-first-unfontify-pos.
6009 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6010
6011 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6012
6013 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6014 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6015 (fortran-fill): When filling a string, adjust re-search-backward
6016 argument for special case of string just on fill-column.
6017 When filling non-string, allow one extra char if
6018 fortran-break-before-delimiters is non-nil.
6019 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6020 Use fortran-break-delimiters-re and fortran-no-break-re to
6021 correctly handle cases such as "**".
6022
6023 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6024 (f90-no-break-re): Add some extra tokens. Doc fix.
6025
6026 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6027
6028 * mail/rmail-spam-filter.el:
6029 Use two semicolons as Commentary line prefix.
6030 Add ";;; Code:" stylized comment.
6031 Delete end-of-line whitespace.
6032 Wrap (require 'cl) with `eval-when-compile'.
6033
6034 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6035
6036 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6037 at the top level of vc.el.
6038
6039 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6040
6041 * vc.el (vc-current-line): Function removed. This is now done by
6042 the new function line-at-pos in simple.el.
6043 (vc-annotate-warp-version): Use line-at-pos instead of
6044 vc-current-line.
6045
6046 2004-01-22 Kim F. Storm <storm@cua.dk>
6047
6048 * simple.el (line-at-pos): New defun.
6049 (what-line): Use it. Optimize by only counting lines in narrowed
6050 region once.
6051
6052 2004-01-22 Kenichi Handa <handa@m17n.org>
6053
6054 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6055 point (register r1) only for charset mule-unicode-0100-24ff.
6056
6057 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6058
6059 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6060 trailing white space and ensure a final newline.
6061
6062 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6063 Add autoload cookie.
6064
6065 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6066
6067 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6068 activate view-mode explicitly.
6069
6070 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6071
6072 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6073 use clipboard first.
6074
6075 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6078 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6079 (vc-mcvs-cvs): Remove.
6080 (vc-mcvs-command): Remove use of assert.
6081
6082 * outline.el (outline-insert-heading): Tighten up match.
6083 (outline-demote, outline-move-subtree-down): Don't assume anything
6084 about outline-regexp.
6085
6086 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6087 (texinfo-show-structure): Explicitly add ^, and simplify.
6088
6089 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6090
6091 * calendar/appt.el (appt-check): Restore usage of
6092 appt-issue-message deleted in previous change.
6093 (top-level): Activate package when loaded (needed for backwards
6094 compatibility).
6095
6096 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6097
6098 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6099 following previous change to smtpmail-send-data.
6100
6101 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6102
6103 * vc.el (vc-default-previous-version): Doc enhancement.
6104 (vc-default-next-version): New function.
6105 (vc-print-log): New arg FOCUS-REV.
6106 (vc-annotate-mode): Derive from view-mode.
6107 (vc-annotate): New args REVISION, DISPLAY-MODE.
6108 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6109 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6110 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6111 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6112 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6113
6114 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6115
6116 2004-01-19 Karl Berry <karl@gnu.org>
6117
6118 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6119 or "TexInfo".
6120
6121 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6122
6123 * subr.el (delete-dups): New function.
6124
6125 2004-01-19 Karl Berry <karl@gnu.org>
6126
6127 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6128 with ^, since that's what texinfo-show-structure
6129 documentation says (plus it works much better in texinfo.txi).
6130
6131 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6132
6133 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6134
6135 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6136
6137 * progmodes/which-func.el (which-function-mode): Don't cancel
6138 which-func-update-timer if not set.
6139
6140 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6141
6142 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6143 Remove spurious left square bracket in XX:XXam regexp.
6144
6145 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6146
6147 * progmodes/cc-defs.el: Do not require cl at run time.
6148
6149 2004-01-16 Richard M. Stallman <rms@gnu.org>
6150
6151 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6152 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6153
6154 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6155 Call rmail-spam-filter. Delete and expunge spam.
6156 Print number of spam messages deleted.
6157 Save and restore the deletion status of old messages when reading
6158 new mail with spam filter, so that expunging spam does not expunge
6159 msgs deleted by the user.
6160 (rmail-only-expunge): Add an optional argument dont-show to
6161 prevent showing message after expunge.
6162
6163 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6164
6165 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6166 * subr.el (declare): New macro.
6167
6168 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6169
6170 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6171
6172 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6175 Test window-system rather than system-type (for X11/Mac).
6176
6177 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6178
6179 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6180
6181 2004-01-12 Richard M. Stallman <rms@gnu.org>
6182
6183 * mail/rmail.el (rmail-convert-to-babyl-format):
6184 Use mail-unquote-printable-region.
6185 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6186 (rmail-hex-char-to-integer): Functions deleted.
6187
6188 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6189 (mail-unquote-printable-region): New arg NOERROR.
6190 For invalid encoding, either signal an error to just return nil.
6191
6192 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6193
6194 * calendar/appt.el: Update copyright and commentary.
6195 (appt-issue-message): Make obsolete.
6196 (appt-visible, appt-msg-window): Make obsolete, in favour of
6197 appt-display-format.
6198 (appt-display-mode-line, appt-display-duration)
6199 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6200 (appt-prev-comp-time, appt-display-count, appt-timer)
6201 (appt-convert-time): Doc change.
6202 (appt-disp-window-function, appt-delete-window-function):
6203 Use defcustom rather than defvar.
6204 (appt-display-format): New variable.
6205 (appt-display-message): New function with display code from appt-check.
6206 (appt-check): Add optional FORCE argument. Doc change.
6207 Add appt-make-list to diary-hook if displaying diary.
6208 Remove checking of view-diary-entries-initially.
6209 Message display section removed to new function appt-display-message.
6210 (appt-display-window): Doc change. Remove unused internal var
6211 this-buffer. Do not beep, since appt-display-message does that.
6212 (appt-make-list): Doc change. Use caar.
6213 (appt-sort-list): Simplify by using builtin sort function.
6214 (appt-update-list): New function for updating appts when diary is
6215 saved.
6216 (appt-activate): New autoloaded function to toggle package
6217 functionality.
6218
6219 * calendar/cal-x.el: (calendar-one-frame-setup)
6220 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6221
6222 * calendar/calendar.el: Update copyright.
6223 (view-diary-entries-initially, european-calendar-style): Doc change.
6224 (calendar-setup): Make defcustom rather than defvar.
6225 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6226 in let binding so local to function.
6227
6228 * calendar/diary-lib.el: Update copyright.
6229 (diary, diary-entry-time): Doc change.
6230 (list-diary-entries): Doc change. Trivial logic change.
6231 (fancy-diary-display): Restore make-face command mistakenly
6232 deleted 2003-05-08.
6233 (show-all-diary-entries): Allow to pop-up frame if needed.
6234
6235 2004-01-09 John Paul Wallington <jpw@gnu.org>
6236
6237 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6238 Temporarily select EVENT's window for changing eol type.
6239
6240 2004-01-09 Deepak Goel <deego@gnufans.org>
6241
6242 * calendar/diary-lib.el (diary-entry-time):
6243 Also accept time in the form XX[.XX][am/pm/AM/PM].
6244 (fancy-diary-font-lock-keywords): Likewise.
6245 (diary-font-lock-keywords): Likewise.
6246 * calendar/appt.el (appt-add): Likewise.
6247 (appt-make-list): Likewise.
6248 (appt-convert-time): Likewise.
6249
6250 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6251
6252 * gdb-ui.el (gdb-ann3): Revert previous change.
6253 (gdb-source-info): Allow for case of where compilation directory
6254 is not recorded.
6255
6256 2004-01-08 John Paul Wallington <jpw@gnu.org>
6257
6258 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6259
6260 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6261
6262 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6263
6264 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6265 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6266 problems.
6267 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6268
6269 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6270
6271 * files.el (write-file-functions, write-contents-functions):
6272 Clarify docstrings.
6273
6274 2004-01-07 Kenichi Handa <handa@m17n.org>
6275
6276 * international/mule.el (set-auto-coding): Fix for the case that
6277 end-of-line is only CR.
6278
6279 2004-01-07 Kim F. Storm <storm@cua.dk>
6280
6281 * subr.el (event-start, event-end): Doc fix.
6282 (posn-string, posn-image): New defuns.
6283 (posn-object): Return either image or string object.
6284 (posn-object-x-y): Return 8th element of position.
6285 (posn-object-width-height): New defun.
6286
6287 2004-01-06 Andreas Schwab <schwab@suse.de>
6288
6289 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6290 output.
6291
6292 2004-01-05 Karl Berry <karl@gnu.org>
6293
6294 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6295 / and *, too.
6296
6297 2003-12-31 Simon Josefsson <jas@extundo.com>
6298
6299 * files.el (before-save-hook): Add.
6300 (basic-save-buffer): Use before-save-hook.
6301
6302 * emacs-lisp/copyright.el: Fix comment to recommend
6303 before-save-hook instead of write-file-functions.
6304
6305 2004-01-05 Richard M. Stallman <rms@gnu.org>
6306
6307 * finder.el (finder-commentary): Call delete-other-windows.
6308
6309 * net/ange-ftp.el (ange-ftp-file-attributes):
6310 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6311
6312 2004-01-04 Karl Berry <karl@gnu.org>
6313
6314 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6315 comment characters % and # in the copyright year notice,
6316 as well as ;.
6317
6318 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6319
6320 * wid-edit.el (default): Define dummy :value-delete.
6321 Reported by Jesper Harder <harder@ifa.au.dk>.
6322
6323 2004-01-03 Richard M. Stallman <rms@gnu.org>
6324
6325 * progmodes/compile.el (compile-internal): Use point, not point-min,
6326 for set-window-point.
6327
6328 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6329
6330 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6331
6332 * progmodes/grep.el (grep-mode-map):
6333 Don't remap next-line, previous-line.
6334
6335 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6336
6337 * speedbar.el (speedbar-edit-line): Change regexp to position
6338 the cursor on the first character of this line's button.
6339
6340 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6341
6342 * subr.el (functionp): Doc fix.
6343
6344 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6345
6346 * progmodes/idlwave.el (idlwave-make-tags):
6347 * textmodes/flyspell.el (flyspell-large-region):.
6348 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6349 * emulation/viper-util.el (viper-glob-unix-files):
6350 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6351 * man.el (Man-init-defvars):
6352 * jka-compr.el (jka-compr-call-process):
6353 * files.el (get-free-disk-space,insert-directory):
6354 * ediff-ptch.el (ediff-test-patch-utility):
6355 * ediff-diff.el (ediff-test-utility):
6356 * dired-aux.el (dired-check-process):
6357 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6358 test the return value of call-process, because it can be a string.
6359
6360 2003-12-31 John Paul Wallington <jpw@gnu.org>
6361
6362 * bindings.el (completion-ignored-extensions): Add .pfsl.
6363
6364 2003-12-31 Kim F. Storm <storm@cua.dk>
6365
6366 * ido.el (ido-nonreadable-directory-p): New defun to check for
6367 nonreadable directory without activating tramp (to avoid problems
6368 with checking incomplete tramp paths).
6369 (ido-set-current-directory, ido-file-internal)
6370 (ido-file-name-all-completions1): Use it.
6371
6372 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6373
6374 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6375 documentation if the anchor (or node) name is preceded by `info
6376 anchor' or `Info anchor' in addition to earlier `info node' and
6377 `Info node'.
6378 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6379
6380 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6381
6382 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6383 error in arguments to base64-decode-region. Remove ^M characters
6384 after decoding base64.
6385
6386 2003-12-30 Simon Josefsson <jas@extundo.com>
6387
6388 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6389 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6390 have only been distributed with Emacs for some years.
6391 (texinfo-mode-hook): Customize.
6392
6393 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6394
6395 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6396 cleaner (suggested by Richard Stallman).
6397
6398 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6399 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6400 file-name clashes on 8+3 DOS filesystems.
6401
6402 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6403 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6404 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6405 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6406 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6407 file-name clashes on 8+3 filesystems.
6408
6409 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6410 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6411 file-name clashes on 8+3 DOS filesystems.
6412
6413 2003-12-29 Richard M. Stallman <rms@gnu.org>
6414
6415 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6416 Upcase the character.
6417
6418 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6419 Search for header separator alone on a line, literally,
6420 and search for it backward, not forward.
6421 (flyspell-abbrev-table): Always use global-abbrev-table
6422 if there is no local one.
6423
6424 * progmodes/sh-script.el (sh-get-indent-info):
6425 Don't move point back if at bob.
6426
6427 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6428
6429 * play/handwrite.el (handwrite): Make the handwrite credit message
6430 a comment rather than an output command.
6431
6432 * obsolete/sc.el: Display message that this file is obsolete.
6433
6434 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6435
6436 * mail/rfc822.el (rfc822-address-start): Declare variable.
6437 Renamed from address-start. All uses changed.
6438
6439 * term.el (term-exec): Set up sentinel.
6440 (term-sentinel): New function.
6441 (term-handle-exit): New function.
6442
6443 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6444 Use assoc-string, and mark them obsolete.
6445 (delay-mode-hooks): Mark as permanent local.
6446
6447 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6448
6449 * register.el (copy-rectangle-to-register): Doc fix.
6450
6451 * info.el (Info-insert-dir): Use assoc-string.
6452
6453 * info-look.el (info-lookup): Use assoc-string.
6454
6455 * frame.el (pop-up-frame-function): Use quote, not `function'.
6456 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6457 copying with lists as coordinate values.
6458
6459 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6460
6461 * find-dired.el (kill-find): New command.
6462 (find-dired): Make buffer read-only.
6463 Set up a keymap with C-c C-k running kill-find.
6464 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6465
6466 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6467
6468 * filecache.el (file-cache-ignore-case): New variable.
6469 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6470
6471 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6472 (comint-dynamic-complete-as-filename): Rename local vars.
6473 (comint-dynamic-list-filename-completions): Likewise.
6474
6475 * comint.el (comint-dynamic-list-completions-config): New var.
6476 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6477
6478 * comint.el (comint-file-name-chars): Add [].
6479 (comint-word): Use skip-chars-backward, not search.
6480
6481 * shell.el (shell-file-name-chars): Add [].
6482
6483 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6484
6485 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6486
6487 * generic.el (define-generic-mode): Doc fix.
6488
6489 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6490
6491 * files.el (kill-some-buffers): Doc fix.
6492
6493 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6494
6495 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6496 arg to send-invisible
6497 (send-invisible): Doc fix. The argument is now a prompt, not the
6498 string to send.
6499 (comint-read-noecho): Doc fix.
6500
6501 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6502
6503 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6504 "@", as required by some ISP hosting service. Fix defcustom
6505 argument syntax errors that prevented use of customization.
6506
6507 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6508
6509 * xml.el (xml-get-attribute-or-nil): Doc fix.
6510
6511 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6512
6513 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6514 write-file-hooks.
6515
6516 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6517
6518 * autorevert.el (auto-revert-interval): Doc fix.
6519
6520 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6521
6522 * xml.el (xml-get-attribute-or-nil): New function, like
6523 xml-get-attribute, but returns nil if the attribute was not found.
6524 (xml-get-attribute): Convert to defsubst, uses
6525 xml-get-attribute-or-nil.
6526
6527 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6528
6529 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6530
6531 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6532
6533 * custom.el (custom-declare-theme): Use `value' when putting
6534 properties on `theme'.
6535
6536 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6537
6538 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6539 for each yank-handler segment.
6540 (insert-for-yank-1): New function, with the body of the previous
6541 insert-for-yank.
6542
6543 * textmodes/table.el (table-yank-handler): New defcustom.
6544 (table--put-cell-indicator-property): Put yank-handler property
6545 that indicates the yank handler for the table cell.
6546
6547 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6548
6549 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6550 set of keywords.
6551
6552 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6553
6554 * international/mule-cmds.el (reset-language-environment)
6555 (set-language-environment): Don't invoke fontset-related functions
6556 if fontset-list is not fboundp.
6557
6558 2003-12-29 Kenichi Handa <handa@m17n.org>
6559
6560 * international/mule-cmds.el (reset-language-environment):
6561 Call set-overriding-fontspec-internal with nil.
6562 (set-language-environment): Call set-overriding-fontspec-internal
6563 if the language environment specify `overriding-fontspec'.
6564 (language-info-alist): Doc added.
6565
6566 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6567 characters of mule-unicode-0100-24ff.
6568 (ccl-encode-windows-1251-font): New CCL program.
6569 ("Bulgarian"): Specify overriding-fontspec.
6570 ("Belarusian"): Likewise.
6571
6572 2003-12-28 Sam Steingold <sds@gnu.org>
6573
6574 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6575 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6576
6577 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6578
6579 * progmodes/gud.el (gud-gdb-command-name): Set default to
6580 "gdb --annotate=3".
6581 (gud-gdb-marker-filter): Look out for annotations.
6582 (gdb-first-pre-prompt): New variable.
6583 Remove trailing white space.
6584
6585 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6586 if necessary.
6587 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6588 annotations are detected.
6589 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6590 instead of a local one to allow transition from
6591 gud-gdb-marker-filter.
6592 Remove trailing white space.
6593
6594 2003-12-27 Kim F. Storm <storm@cua.dk>
6595
6596 * ido.el: Handle non-readable directories.
6597 (ido-decorations): Add 9th element for non-readable directory.
6598 (ido-directory-nonreadable): New dynamic var.
6599 (ido-set-current-directory): Set it.
6600 (ido-read-buffer, ido-file-internal):
6601 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6602 (ido-file-name-all-completions1): Return empty list for
6603 non-readable directory.
6604 (ido-exhibit): Print [Not readable] if directory is not readable.
6605 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6606 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6607 Use it.
6608
6609 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6610
6611 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6612 calls to directory-files-and-attributes and file-attributes.
6613 (ls-lisp-format): Remove system dependent handling of user and
6614 group id's.
6615
6616 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6617
6618 * ffap.el (ffap-read-file-or-url): Revert previous change.
6619
6620 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6621
6622 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6623 new list of included files called `files-with-node-lines', that
6624 only have node lines. This way @include commands can include any
6625 file, such as version and update files without node lines, not
6626 just files that are chapters.
6627
6628 2003-12-25 Andreas Schwab <schwab@suse.de>
6629
6630 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6631 file not found.
6632
6633 2003-12-08 Miles Bader <miles@gnu.org>
6634
6635 * dired.el (dired-between-files): Always use dired-move-to-filename,
6636 which is more robust in non-english locales.
6637
6638 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6639
6640 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6641
6642 2003-12-24 Andreas Schwab <schwab@suse.de>
6643
6644 * shell.el (shell-file-name-quote-list): Add backslash.
6645
6646 * comint.el (comint-quote-filename): Correctly handle backslash
6647 in comint-file-name-quote-list.
6648
6649 2003-12-24 Kenichi Handa <handa@m17n.org>
6650
6651 * international/mule-cmds.el (set-default-coding-systems):
6652 Call ucs-set-table-for-input for all buffers that don't have local
6653 value of buffer-file-coding-system.
6654
6655 * international/ucs-tables.el (ucs-set-table-for-input):
6656 If translation-table-for-encode is a symbol, get its
6657 translation-table property.
6658
6659 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6660
6661 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6662 to `completing-read' on a recently fixed bug.
6663
6664 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6665 instead of SPACE, to get the list of possible fringe modes.
6666 SPACE only works if both `partial-completion-mode' and
6667 `completion-auto-help' are nil.
6668
6669 * complete.el (PC-is-complete-p): Delete.
6670 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6671 calls to `test-completion'.
6672
6673 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6674
6675 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6676 to edit values when there are no children.
6677
6678 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6679 a mode called "Assembler" already exists.
6680 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6681 (gud-watch): Use format option. Remove font properties from string.
6682 (gdb-var-create-handler, gdb-var-list-children-handler):
6683 Don't bother about properties as there are none.
6684 (gdb-var-create-handler, gdb-var-list-children-handler)
6685 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6686 with two arguments.
6687 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6688 Let speedbar show value changes with a different font.
6689 (gdb-edit-value): New defun.
6690 (gdb-clear-partial-output, gdb-clear-inferior-io)
6691 (def-gdb-auto-update-handler): Use erase-buffer.
6692 (gdb-frame-handler): Display watch expressions in
6693 FUNCTION::VARIABLE format if required.
6694
6695 2003-12-23 John Paul Wallington <jpw@gnu.org>
6696
6697 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6698 (Info-goto-emacs-command-node): Doc fixes.
6699
6700 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6701
6702 * cus-edit.el (custom-add-parent-links): Define "many".
6703
6704 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6705
6706 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6707 (widget-child-validate, widget-type-value-create)
6708 (widget-type-default-get, widget-type-match): New functions.
6709 (lazy): New widget.
6710 (menu-choice, checklist, radio-button-choice, editable-list)
6711 (group, documentation-string): Remove redundant (per 2003-10-25
6712 change) calls to `widget-children-value-delete'.
6713 (widget-choice-value-get, widget-choice-value-inline): Remove.
6714 (menu-choice): Update widget.
6715
6716 2003-12-03 Kenichi Handa <handa@m17n.org>
6717
6718 * language/cyrillic.el: Register "microsoft-cp1251" in
6719 ctext-non-standard-encodings-alist.
6720 ("Bulgarian"): Add ctext-non-standard-encodings.
6721 ("Belarusian"): Likewise.
6722
6723 * international/mule-conf.el (compound-text-with-extensions):
6724 Change the type to 2 (iso-2022 base).
6725
6726 * international/mule.el (ctext-non-standard-encodings-alist):
6727 Change the format.
6728 (ctext-non-standard-encodings): New variable.
6729 (ctext-post-read-conversion): Fully re-written.
6730 (ctext-non-standard-designations-alist): Delete it.
6731 (ctext-non-standard-encodings-table): New function.
6732 (ctext-pre-write-conversion): Fully re-written.
6733
6734 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6735
6736 * cus-edit.el (custom-add-parent-links): Add documentation links
6737 for parent, if the item has none of its own.
6738
6739 2003-11-30 Richard M. Stallman <rms@gnu.org>
6740
6741 * dired-aux.el (dired-do-query-replace-regexp):
6742 Report files visited read-only.
6743
6744 2003-11-30 Juri Linkov <juri@jurta.org>
6745
6746 * dired-aux.el (dired-compare-directories): New command.
6747 (dired-file-set-difference, dired-files-attributes): New functions.
6748
6749 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6750 Version 2.0.38 of Tramp released.
6751
6752 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6753 Charles Curley <charlescurley@charlescurley.com>.
6754 (tramp-multi-connection-function-alist): Add ssht entry which adds
6755 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6756 Aichner.
6757 (tramp-get-method-parameter): New function to retrieve a method
6758 parameter. This allows for omission of method parameters.
6759 Callers adjusted.
6760
6761 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6762
6763 * net/tramp.el: Add new optional parameter ID-FORMAT to
6764 `file-attributes'. Calls of `file-attributes' won't use this
6765 parameter for backward compatibility reasons.
6766 (tramp-perl-file-attributes): Add a new parameter to Perl script
6767 in order to handle uid/gid as strings, if desired.
6768 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6769 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6770 order to make the function more general.
6771 (tramp-handle-file-attributes): Replace proprietary optional
6772 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6773 (tramp-handle-file-attributes-with-perl): Handle parameter
6774 NONNUMERIC if set. This wasn't done in the past.
6775 (tramp-post-connection): Apply second parameter "$2" if
6776 `tramp-remote-perl' is called.
6777
6778 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6779 Correct cut'n'waste error (`filename' instead of `directory').
6780 (tramp-smb-handle-directory-files-and-attributes)
6781 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6782 introduced parameter ID-FORMAT.
6783 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6784 error (`directory' instead of `ldir').
6785
6786 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6787 `file-attributes' has a second parameter. If yes, apply it with
6788 value "'integer". Otherwise, don't use that parameter (default is
6789 integer format).
6790
6791 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6792
6793 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6794 (help-for-help): Add `C-h .' to the listed Help options.
6795 Remove trailing whitespace.
6796
6797 * help-at-pt.el: New file.
6798
6799 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6800
6801 * subr.el (noreturn, 1value): New macros for test coverage.
6802 See `testcover.el'.
6803
6804 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6805
6806 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6807 for macro `1value'.
6808 (testcover-1value): New function. Checks that a 1value form
6809 actually returns only one value. Requested by RMS.
6810
6811 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6812
6813 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6814 (gdb-var-list-children, gdb-var-list-children-handler)
6815 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6816 gdb commands that use mi to keep them out of the command history.
6817
6818 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6819
6820 * cus-start.el (all): Add use-file-dialog.
6821
6822 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6825
6826 2003-11-27 Kim F. Storm <storm@cua.dk>
6827
6828 * subr.el (posn-object-x-y): New defun.
6829
6830 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6833 Don't use `space' for \\\n.
6834 Be more selective as to which # are comment-starters.
6835
6836 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6837
6838 * subr.el (number-sequence): Improve handling of floating point
6839 arguments (suggested by Kim Storm). Allow negative arguments.
6840
6841 2003-11-26 Kenichi Handa <handa@m17n.org>
6842
6843 * international/mule-cmds.el (standard-display-european-internal):
6844 Cancel the standard-display-table setting for ` and '.
6845
6846 2003-11-26 Kim F. Storm <storm@cua.dk>
6847
6848 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6849 New defcustoms to add ffap-like functionality to ido.
6850 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6851 (ido-no-final-slash): New defun.
6852 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6853 (ido-read-file-name): ): Toggle VC checking via
6854 vc-handled-backends instead of vc-master-templates.
6855 (ido-file-internal): Handle ido-use-url-at-point and
6856 ido-use-filename-at-point via code borrowed from ffap-guesser.
6857 Handle new ido-exit code ffap.
6858 (ido-sort-list): Ignore final slash when sorting file names.
6859
6860 2003-11-25 Kim F. Storm <storm@cua.dk>
6861
6862 * emulation/cua-base.el (cua--standard-movement-commands):
6863 Add forward-sentence and backward-sentence.
6864
6865 2003-11-25 Stephen Eglen <stephen@gnu.org>
6866
6867 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6868 iswitchb-exit is set to 'usefirst when user selects buffer at head
6869 of list using RET. (Selecting buffers at the head of the list was
6870 broken if the substring was also a complete buffername.)
6871
6872 2003-11-23 Kim F. Storm <storm@cua.dk>
6873
6874 * progmodes/compile.el (grep-command, grep-use-null-device)
6875 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6876 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6877 (grep-regexp-alist, grep-program, find-program)
6878 (grep-find-use-xargs, grep-history, grep-find-history)
6879 (grep-process-setup, grep-compute-defaults)
6880 (grep-default-command, grep, grep-tag-default, grep-find)
6881 (grep-expand-command-macros, grep-tree-last-regexp)
6882 (grep-tree-last-files, grep-tree): Move grep variables, functions
6883 and commands to new file grep.el.
6884 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6885 (compilation-process-setup-function): Doc fix.
6886 (compilation-highlight-regexp, compilation-highlight-overlay): New
6887 defvars used for highlighting current compile error in source buffer.
6888 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6889 LOCAL-MAP which overrides compilation-highlight-regexp and
6890 compilation-mode-map for this compilation.
6891 Delay calling compilation-set-window-height until after running
6892 compilation-process-setup-function so it can buffer-local override
6893 compilation-window-height.
6894 Check buffer-local value of compilation-scroll-output.
6895 (compilation-set-window-height): Use buffer-local value of
6896 compilation-window-height.
6897 (compilation-revert-buffer): Don't pass (undefined)
6898 preserve-modes arg to revert-buffer.
6899 (next-error-no-select, previous-error-no-select): New commands.
6900 (compilation-goto-locus): Temporarily highlight current match in
6901 source buffer using compilation-highlight-regexp.
6902
6903 * progmodes/grep.el: New file with grep code from compile.el.
6904 (grep): New defcustom group.
6905 (grep-window-height): New defcustom, like compilation-window-height.
6906 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6907 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6908 (grep-command, grep-use-null-device, grep-find-command)
6909 (grep-tree-files-aliases, grep-tree-ignore-case)
6910 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6911 (grep-setup-hook): New hook variable.
6912 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6913 (grep-last-buffer): New defvar, override compilation-last-buffer.
6914 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6915 Call compile-internal with args highlight-regexp and grep-mode-map.
6916
6917 2003-11-23 Kim F. Storm <storm@cua.dk>
6918
6919 * subr.el (event-start, event-end): Doc fix.
6920 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6921 (posn-area, posn-actual-col-row, posn-object): New defuns.
6922 (posn-col-row): Simplify doc. Rewrite to use cond.
6923 (posn-point): Also return buffer position for events outside text
6924 area (that info is now present in the event position).
6925
6926 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6927 mouse-set-point so that hscroll still works now that clicks on
6928 fringes generate specific mouse events.
6929 (mouse-set-point): Note that it now works in fringes and margins
6930 too due to new semantics of posn-point in fringes and margins.
6931
6932 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6933 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6934
6935 2003-11-20 Kim F. Storm <storm@cua.dk>
6936
6937 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6938 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6939 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6940 to 100 for icons to avoid increasing line height when shown.
6941
6942 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6943
6944 * newcomment.el (comment-normalize-vars): Initialize properly if
6945 comment-start was nil.
6946
6947 2003-11-19 Andreas Schwab <schwab@suse.de>
6948
6949 * simple.el (set-variable): Fix indentation.
6950
6951 2003-11-17 Kenichi Handa <handa@m17n.org>
6952
6953 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6954 Fix docstring.
6955
6956 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6957
6958 * international/latin1-disp.el (latin1-display): Fix docstring.
6959
6960 2003-11-16 John Wiegley <johnw@newartisans.com>
6961
6962 * eshell/em-ls.el (eshell-ls-file): There are times with
6963 size-width is nil and uncomputed (when directories are created in
6964 dired, for example); in this case, 4 is reasonable default value,
6965 although it may caused skewed new entries (which could be avoided
6966 by returning the original value of 8 in all cases, but 99% of the
6967 time this is a waste of whitespace).
6968
6969 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6970
6971 * cc-engine.el (c-guess-continued-construct)
6972 (c-guess-basic-syntax): Check a little more carefully if it's a
6973 function declaration when an unknown construct followed by a block
6974 is found inside a statement context. This avoids macros followed
6975 by blocks to be taken as function declarations.
6976
6977 (c-guess-continued-construct): Change the analysis of a statement
6978 continuation with a brace open to `substatement-block', for
6979 consistency with recognized statements.
6980
6981 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6982 start is in a position so that `c-beginning-of-statement-1' jumped
6983 to the beginning of the same statement.
6984
6985 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6986 Don't accept binary operators in the arglist if we're in a function
6987 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6988 template recognition in cases like "if (a < b || c > d)".
6989
6990 (c-restricted-<>-arglists): New more appropriate name for
6991 `c-disallow-comma-in-<>-arglists'.
6992
6993 Accessing functions updated for the variable name change.
6994
6995 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6996 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6997
6998 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6999 labels.
7000
7001 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7002 instead of duplicating parts of it. This fixes bogus label
7003 recognition.
7004
7005 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7006 of checking the context in which to apply the minimum indentation,
7007 so that it isn't enforced in e.g. namespace blocks.
7008
7009 * cc-vars.el (c-inside-block-syms): New constant used by
7010 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7011 to somewhat reduce the risk of becoming stale.
7012
7013 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7014 cc-cmds to cc-engine to allow use from cc-align.
7015
7016 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7017 qualified identifiers containing "::".
7018
7019 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7020 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7021
7022 * cc-vars.el (c-emacs-features): Use a space in front of the name
7023 of the temporary buffer. That also avoids dumping problems in
7024 XEmacs due to undo info being left around after the buffer is killed.
7025
7026 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7027 arglist to see if it's a K&R style declaration.
7028
7029 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7030 before returning `knr-argdecl-intro'.
7031
7032 2003-11-16 John Wiegley <johnw@newartisans.com>
7033
7034 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7035 field in a long-listing always 8 characters, use `size-width',
7036 which has already been computed.
7037
7038 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7039
7040 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7041
7042 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7043
7044 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7045 Support operation while narrowed, with `diff-restrict-view'.
7046
7047 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7048
7049 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7050 Take additional optional arg NARROWFUN. For the generated functions:
7051 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7052 include frags that arrange to check for and save narrowing state before
7053 the move and then conditionally call NARROWFUN after the move.
7054
7055 2003-11-14 John Wiegley <johnw@newartisans.com>
7056
7057 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7058 that was optional, but obviously missing based on surrounding code.
7059
7060 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7061 string arguments to numbers unless the whole argument was seen as
7062 a number.
7063
7064 2003-11-14 Kenichi Handa <handa@m17n.org>
7065
7066 * international/mule.el (ctext-non-standard-encodings-alist):
7067 Fix coding systems.
7068
7069 2003-11-10 Kenichi Handa <handa@m17n.org>
7070
7071 * language/kannada.el ("Kannada"): Add sample-text.
7072
7073 * language/knd-util.el (kannada-compose-region)
7074 (kannada-compose-string, kannada-post-read-conversion):
7075 Add autoload cookie.
7076
7077 * international/quail.el (quail-completion): Change the message
7078 "corresponding translations" to "corresponding characters".
7079
7080 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7081
7082 * descr-text.el (describe-char): Fix typo.
7083
7084 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7085
7086 These changes are to support Kannada language/script.
7087
7088 * Makefile.in (DONTCOMPILE): Add kannada.el.
7089
7090 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7091
7092 * loadup.el: Preload kannada.el.
7093
7094 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7095 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7096 New variables.
7097
7098 * language/kannada.el: New file.
7099
7100 * language/knd-util.el: New file.
7101
7102 2003-11-07 Andreas Schwab <schwab@suse.de>
7103
7104 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7105 Also highlight AH_*.
7106
7107 * xml.el (xml-parse-dtd): Fix misplaced paren.
7108
7109 2003-11-07 Kenichi Handa <handa@m17n.org>
7110
7111 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7112
7113 2003-11-05 Juri Linkov <juri@jurta.org>
7114
7115 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7116 (desktop-buffer-file): Use saved buffer-file-coding-system
7117 for file reading. Set auto-insert to nil to prevent automatic
7118 insertion into restored empty files.
7119
7120 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * files.el (risky-local-variable-p): Make second argument optional.
7123
7124 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * subr.el (add-hook): Fix last change.
7127
7128 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7129
7130 * mail/rmail.el (rmail-convert-to-babyl-format):
7131 If base64-decode-region signals an error, catch it and silently
7132 ignore it.
7133
7134 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7135
7136 * xml.el (xml-parse-region): Allow comments to appear after the
7137 topmost element has closed.
7138 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7139 (xml-ns-expand-attr): New functions to do namespace handling.
7140 (xml-intern-attrlist): Back-compatible handling of attribute names.
7141 (xml-parse-tag): Move namespace handling to separate functions.
7142 Now produces elements in the form ((:ns . "element") (attr-list)
7143 children) instead of ('ns:element (attr-list) children).
7144 (xml-parse-attlist): Fix attribute parsing.
7145 (xml-parse-dtd): Change parsing so that it produces strings
7146 instead of interned symbols.
7147
7148 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7149
7150 * dired.el (dired-ls-sorting-switches): Doc fix.
7151
7152 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7153
7154 * emacs-lisp/rx.el (rx-or): Fix the case of
7155 "(rx (and ?a (or ?b ?c) ?d))".
7156
7157 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7158
7159 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7160 (texinfo-format-region): Use it.
7161 (texinfo-format-buffer-1): Ditto.
7162
7163 2003-11-01 Alan Mackenzie <acm@muc.de>
7164
7165 Changes to allow scrolling whilst in isearch mode:
7166 * isearch.el (isearch-unread-key-sequence): New function,
7167 extracted from isearch-other-meta-char.
7168 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7169 "scrollable" standard functions.
7170 (isearch-allow-scroll): New customizable variable.
7171 (isearch-string-out-of-window, isearch-back-into-window)
7172 (isearch-reread-key-sequence-naturally)
7173 (isearch-lookup-scroll-key): New functions.
7174 (isearch-other-meta-char): Doc string and functionality enhanced.
7175 Now accepts a prefix argument.
7176 (isearch-lazy-highlight-window-end): New variable.
7177 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7178 end (thru isearch-lazy-highlight-window-end), not only its start.
7179
7180 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7181 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7182 (universal-argument, universal-argument-more, negative-argument)
7183 (digit-argument, universal-argument-other-key): Minor changes.
7184
7185 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7186
7187 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7188 recursively if the last message is deleted, thus avoiding an
7189 infinite loop.
7190
7191 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7194 (tex-main-file): Don't add .tex if the extension is already present.
7195 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7196
7197 2003-10-29 Lute Kamstra <lute@gnu.org>
7198
7199 * progmodes/octave-inf.el (inferior-octave-prompt):
7200 Recognize version number in prompt.
7201
7202 2003-10-28 Dave Love <fx@gnu.org>
7203
7204 * international/characters.el: Fix some Unicode ranges.
7205
7206 2003-10-28 Kenichi Handa <handa@m17n.org>
7207
7208 * disp-table.el (standard-display-8bit)
7209 (standard-display-default, standard-display-ascii)
7210 (standard-display-g1, standard-display-graphic)
7211 (standard-display-underline): Assure that standard-display-table
7212 is a display table.
7213
7214 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7217 reindenting the first line.
7218
7219 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7220
7221 * wid-edit.el (widget-default-delete): Always delete child widgets.
7222
7223 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7226 if the line has code.
7227 Don't try to line up with something that's too far left.
7228
7229 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7230 (octave-mode-syntax-table): Add % as a comment starter.
7231 (octave-point): Remove.
7232 (octave-in-comment-p, octave-in-string-p)
7233 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7234 (octave-blink-matching-block-open, octave-auto-fill):
7235 Use line-(beginning|end)-position instead.
7236
7237 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7238
7239 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7240 for Francesco Potort\e,Al\e(B.
7241
7242 2003-10-23 Dave Love <fx@gnu.org>
7243
7244 * international/mule-cmds.el (locale-charset-to-coding-system):
7245 Don't rely on nil being a coding system.
7246
7247 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7248 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7249 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7250
7251 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7252
7253 * gdb-ui.el (gdb-current-language): New variable.
7254 (gdb-update-flag): Remove variable.
7255 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7256 (gdb-take-last-elt): Remove function.
7257 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7258 (gdb-post-prompt): Check for variable object changes here.
7259
7260 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7261 object changes in gdb-ui.el.
7262
7263 2003-10-21 Richard M. Stallman <rms@gnu.org>
7264
7265 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7266
7267 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7268 Don't check for foo*/ wildcard form here.
7269 (insert-directory): Recognize foo*/ as a wildcard.
7270 Separate wildcard-regexp variable from the arg, wildcard.
7271
7272 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7273 (remove-hook): Correctly handle strange cases about local hooks.
7274
7275 2003-10-21 David Ponce <david@dponce.com>
7276
7277 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7278 argument REAL, to return a real number instead of a rounded
7279 integer value. Define as inline function.
7280 (ruler-mode-right-fringe-cols): Likewise.
7281 (ruler-mode-scroll-bar-cols): New function.
7282 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7283 (ruler-mode-right-scroll-bar-cols): Likewise.
7284 (ruler-mode-space): New function.
7285 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7286 scroll bar mode and margins in a more robust way.
7287
7288 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7289
7290 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7291 (antlr-c-init-language-vars): New function.
7292 (antlr-mode): Use it with cc-mode before v5.29.
7293 (antlr-c-common-init): Don't set some local vars here.
7294 (antlr-mode): Set them here.
7295 (antlr-c-forward-sws): New function alias.
7296 (antlr-mode): Redefine with cc-mode before v5.30.
7297 (antlr-skip-sexps): Use it.
7298 (antlr-skip-exception-part): Ditto.
7299 (antlr-skip-file-prelude): Ditto.
7300 (antlr-outside-rule-p): Ditto.
7301 (antlr-end-of-body): Ditto.
7302 (antlr-option-kind): Ditto.
7303 (antlr-insert-option-area): Ditto.
7304 (antlr-file-dependencies): Ditto.
7305
7306 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7307
7308 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7309 Move backward only if point was not inside an entry.
7310
7311 2003-10-21 Richard M. Stallman <rms@gnu.org>
7312
7313 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7314
7315 2003-10-21 Juri Linkov <juri@jurta.org>
7316
7317 * compare-w.el: Automatically skip non-matching text to resync.
7318 (compare-windows-whitespace): Doc fix.
7319 (compare-windows-sync, compare-windows-sync-string-size)
7320 (compare-windows-recenter, compare-ignore-whitespace)
7321 (compare-windows-highlight, compare-windows-face): New variables.
7322 (compare-windows): Use compare-windows-sync.
7323 (compare-windows-highlight, compare-windows-dehighlight)
7324 (compare-windows-sync-regexp)
7325 (compare-windows-sync-default-function): New functions.
7326
7327 2003-10-21 Juri Linkov <juri@jurta.org>
7328
7329 * diff.el (diff-parse-differences): Don't visit the files now;
7330 instead, just record the error locus.
7331
7332 2003-10-21 Dave Love <fx@gnu.org>
7333
7334 * progmodes/cfengine.el: New file.
7335
7336 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7339 default-directory when completing file names.
7340
7341 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7344 followed by the word `face', it gets treated as a face, even if
7345 it is also defined as a variable or a function.
7346
7347 2003-10-20 Dave Love <fx@gnu.org>
7348
7349 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7350 Avoid incf in macro expansion.
7351
7352 2003-10-20 John Paul Wallington <jpw@gnu.org>
7353
7354 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7355 `evenp' so we don't implicitly require cl library at runtime.
7356
7357 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7358
7359 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7360 (help-make-xrefs): Only make cross-references for faces if
7361 preceded or followed by the word `face'. Do not make a
7362 cross-reference for variables without variable documentation,
7363 unless preceded by the word `variable' or `option'. Update doc
7364 string accordingly.
7365
7366 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7367
7368 * progmodes/hideshow.el: Rewrite one-armed `if'
7369 constructs using either `when' or `unless'.
7370 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7371
7372 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7373
7374 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7375 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7376 instead of 12x12.
7377
7378 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7379
7380 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7381 message while converting to Babyl.
7382
7383 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7384
7385 * allout.el (allout-mode): Doc fix.
7386
7387 2003-10-16 Lute Kamstra <lute@gnu.org>
7388
7389 * subr.el (force-mode-line-update): Fix docstring.
7390
7391 2003-10-14 Dave Love <fx@gnu.org>
7392
7393 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7394 (default-input-method): Add :link, improve :type.
7395 (locale-charset-language-names): Fix utf-8 pattern.
7396 (locale-charset-match-p, locale-charset-alist)
7397 (locale-charset-to-coding-system): New.
7398 (set-locale-environment): Deal with codeset part of locale specs.
7399
7400 2003-10-14 Lute Kamstra <lute@gnu.org>
7401
7402 * fringe.el (fringe-mode): Use active voice in docstring.
7403 (set-fringe-style): Ditto.
7404
7405 2003-10-13 Lute Kamstra <lute@gnu.org>
7406
7407 * fringe.el (fringe-mode): Fix docstring.
7408 (set-fringe-style): Ditto.
7409
7410 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7411
7412 * ediff-mult.el (ediff-filegroup-action):
7413 Use ediff-default-filtering-regexp.
7414
7415 * ediff-util.el (ediff-recenter): Don't call
7416 ediff-restore-highlighting twice.
7417 (ediff-select-difference): Set current difference.
7418 (ediff-unselect-and-select-difference): Add comment.
7419
7420 * ediff.el (ediff-directories,ediff-directory-revisions)
7421 (ediff-directories3,ediff-merge-directories)
7422 (ediff-merge-directories-with-ancestor)
7423 (ediff-merge-directory-revisions)
7424 (ediff-merge-directory-revisions-with-ancestor):
7425 Use ediff-default-filtering-regexp.
7426
7427 2003-10-12 Andreas Schwab <schwab@suse.de>
7428
7429 * international/mule-cmds.el (locale-charset-language-names):
7430 Simplify regex by removing unused grouping.
7431
7432 2003-10-10 Dave Love <fx@gnu.org>
7433
7434 * bindings.el: Don't bind stop.
7435
7436 2003-10-08 Miles Bader <miles@gnu.org>
7437
7438 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7439 face instead of attempting to emulate it.
7440
7441 2003-10-07 Kenichi Handa <handa@m17n.org>
7442
7443 * international/mule-diag.el (list-coding-systems-1): List coding
7444 systems that are loaded automatically.
7445
7446 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7447
7448 * international/mule.el (autoload-coding-system): New function.
7449
7450 2003-10-07 Andreas Schwab <schwab@suse.de>
7451
7452 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7453 change-log-default-name in the buffer visiting the file.
7454
7455 2003-10-06 Dave Love <fx@gnu.org>
7456
7457 * files.el (find-file-hook): Customize.
7458 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7459
7460 * bindings.el (completion-ignored-extensions): Remove .log.
7461 (global-map): Add again, open, stop keys.
7462
7463 2003-10-05 Richard M. Stallman <rms@gnu.org>
7464
7465 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7466 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7467 Use sh-modify directly.
7468 (sh-select): Use sh-append, not eval.
7469
7470 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7471
7472 * info.el (Info-following-node-name): New function.
7473
7474 * loadhist.el (unload-feature-special-hooks):
7475 Rename from loadhist-hook-functions.
7476 (loadhist-hook-functions): Now an alias.
7477
7478 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7479
7480 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7481 file-name clashes on 8+3 filesystems.
7482
7483 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7484 Rename loaddefs-boot.el to ldefs-boot.el
7485
7486 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7487 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7488
7489 2003-10-03 Lute Kamstra <lute@gnu.org>
7490
7491 * info.el (Info-mode): Revert previous change.
7492 (Info-escape-percent): New function.
7493 (Info-fontify-node): Use it.
7494
7495 2003-10-02 Andreas Schwab <schwab@suse.de>
7496
7497 * loaddefs-boot.el: Regenerated.
7498
7499 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7500
7501 * ffap.el: Remove defadvice related code from CVS since `complete'
7502 provides a `PC-completion-as-file-name-predicate' variable that
7503 ffap can override.
7504
7505 2003-10-02 Kenichi Handa <handa@m17n.org>
7506
7507 * international/utf-8.el (ccl-decode-mule-utf-8):
7508 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7509
7510 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7511 * international/subst-big5.el: Likewise.
7512 * international/subst-gb2312.el: Likewise.
7513 * international/subst-ksc.el: Likewise.
7514
7515 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7516
7517 * calendar/calendar.el (increment-calendar-month)
7518 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7519 (generate-calendar, calendar-read-date, calendar-interval)
7520 (calendar-day-of-week): Handle years BC.
7521 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7522
7523 2003-10-01 Dave Love <fx@gnu.org>
7524
7525 * language/cyrillic.el (cp1251): Alias for windows-1251.
7526
7527 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7528 bootstrap.
7529
7530 2003-10-01 Lute Kamstra <lute@gnu.org>
7531
7532 * files.el: Fix typo.
7533 * imenu.el (imenu--generic-function): Docstring fix.
7534
7535 2003-09-30 Richard M. Stallman <rms@gnu.org>
7536
7537 * dired.el (dired-mode): Handle dired-directory as a list.
7538
7539 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7540
7541 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7542
7543 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7544
7545 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7546 Replace gud-display with gud-watch.
7547 (gud-speedbar-buttons): Add stuff for watching expressions
7548 in the speedbar when using M-x gdba. Use dolist on old part
7549 of this function.
7550
7551 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7552 (gdb-update-flag): New variables.
7553 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7554 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7555 (gud-watch, gdb-var-create-handler) : New functions.
7556 (gdb-var-list-children, gdb-var-list-children-handler)
7557 (gdb-var-create-regexp, gdb-var-update-regexp)
7558 (gdb-var-list-children-regexp): New constants.
7559 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7560 (gdb-annotation-rules): Reduce annotation set (level 3).
7561 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7562 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7563 updates.
7564 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7565 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7566 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7567 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7568 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7569 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7570 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7571 (gud-display, gud-display1)
7572 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7573 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7574 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7575 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7576 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7577 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7578 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7579 (gdb-display-display-buffer, gdb-toggle-display)
7580 (gdb-delete-display, gdb-expressions-popup-menu)
7581 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7582 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7583 to display buffer.
7584
7585 2003-09-30 Richard M. Stallman <rms@gnu.org>
7586
7587 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7588 Instead, set which-func-functions.
7589
7590 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7591 (which-func-functions): New variable.
7592 (which-function): Use that.
7593
7594 * info.el (Info-mode): Double each `%' in header line.
7595
7596 * emacs-lisp/lisp-mnt.el (lm-with-file):
7597 When FILE is nil, run BODY in current buffer.
7598
7599 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7600
7601 * help.el (describe-mode): Start with a brief list of minor modes.
7602 Find them thru minor-mode-list so as to find them all.
7603 Show them in alphabetical order.
7604
7605 * mail/sendmail.el (mail-aliases): Doc fix.
7606
7607 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7608
7609 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7610
7611 * mail/rmailsum.el (rmail-make-summary-line-1):
7612 Change comma after last label to a space.
7613 (rmail-summary-font-lock-keywords): Adapt to that change.
7614
7615 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7616
7617 * progmodes/scheme.el (scheme-mode-variables): When setting
7618 `font-lock-defaults', also specify that "#" should
7619 be interpreted with `word' syntax.
7620 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7621
7622 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7623
7624 * desktop.el: A lot of comments updated.
7625 (desktop-save-mode): Minor mode introduced.
7626 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7627 (desktop-load-default): Function made obsolete.
7628 (desktop-locals-to-save): Variable made customizable.
7629 (desktop-read): Optional parameter `dirname' added.
7630 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7631 `desktop-read' used.
7632 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7633
7634 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7635
7636 * whitespace.el (whitespace-clean-msg): Add user customizable message
7637 for displaying ``clean'' output.
7638 (whitespace-buffer): Use `whitespace-clean-msg'.
7639 (whitespace-global-mode): Fix typo.
7640
7641 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7642
7643 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7644
7645 2003-09-29 Lute Kamstra <lute@gnu.org>
7646
7647 * bindings.el (mode-line-modes): Remove superfluous :propertize
7648 construct in initialization.
7649 (mode-line-position): Change cons cell into proper list in
7650 initialization.
7651
7652 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7653
7654 * international/mule.el (decode-coding-inserted-region): Use car
7655 of the return value of find-operation-coding-system.
7656
7657 2003-09-29 Kenichi Handa <handa@m17n.org>
7658
7659 * descr-text.el (describe-char): Fix previous change.
7660
7661 2003-09-28 Kenichi Handa <handa@m17n.org>
7662
7663 * descr-text.el (describe-char-display): New function.
7664 (describe-char): Pay attention to display table on describing how
7665 a character is displayed.
7666
7667 * international/mule-cmds.el (encoded-string-description):
7668 Prepend "0x" to each encoded byte.
7669
7670 2003-09-28 Andreas Schwab <schwab@suse.de>
7671
7672 * find-file.el (ff-special-constructs): Add autoload cookie.
7673
7674 2003-09-28 Kevin Ryde <user42@zip.com.au>
7675
7676 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7677 makeinfo appends to duplicate index entries.
7678
7679 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7680
7681 * dired-x.el (dired-clean-tex): Doc fix.
7682
7683 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7684 using a Chinese tutorial.
7685
7686 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7687
7688 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7689 between "MAIL FROM:" and "RCPT TO:" and the following address.
7690
7691 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7692
7693 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7694
7695 2003-09-28 David Ponce <david@dponce.com>
7696
7697 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7698 (recentf-load-list): When `recentf-initialize-file-name-history'
7699 is non-nil, initialize an empty `file-name-history' with the
7700 recent list.
7701
7702 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7703
7704 * man.el (Man-default-man-entry): Remove the leading `*' from the
7705 word at point.
7706
7707 2003-09-26 Lute Kamstra <lute@gnu.org>
7708
7709 * bindings.el (mode-line-position): Mention size indication in
7710 docstring.
7711
7712 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7713
7714 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7715
7716 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7717 because it's autoloaded now.
7718
7719 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7720
7721 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7722 (sh-font-lock-keywords, sh-feature): Fix previous change of
7723 sh-feature to avoid infloop with sh-font-lock-keywords.
7724
7725 2003-09-25 Kim F. Storm <storm@cua.dk>
7726
7727 * frame.el (frame-current-scroll-bars): New defun.
7728
7729 * window.el (window-current-scroll-bars): New defun.
7730
7731 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7732
7733 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7734 cause errors when the state cache contains info on parts that have
7735 been narrowed out.
7736
7737 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7738
7739 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7740 `c-setup-paragraph-variables' has to be used when this variable is
7741 changed; it doesn't work to reinitialize the mode since that
7742 typically clobbers the variable.
7743
7744 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7745 Make it interactive.
7746
7747 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7748
7749 * progmodes/cc-fonts.el (c-font-lock-declarations):
7750 Fix recognition of constructors and destructors for classes whose
7751 names are matched by `*-font-lock-extra-types'.
7752
7753 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7754 followed by an identifier in C++ then it's a type.
7755
7756 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7757
7758 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7759 problem that primarily affected XEmacs. Don't use faces to find
7760 unterminated strings since Emacs and XEmacs fontify strings
7761 differently - this function should now work better in XEmacs.
7762
7763 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7764
7765 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7766 `expand-abbrev' workaround which caused braces to misbehave inside
7767 macros.
7768
7769 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7770 handling. This bug could cause interactive font locking to bail out.
7771
7772 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7773
7774 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7775 Handle paren-style types in Pike. Also fixed some cases of
7776 insufficient handling of unbalanced parens.
7777
7778 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7779
7780 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7781 common shell prompts that are not common filename or URL characters.
7782 (ffap-file-at-point): Use the new regexp to strip the prompts from
7783 the file names. This is an issue mostly for user prompts that
7784 don't have a trailing space and find-file-at-point is invoked from
7785 within a shell inside Emacs.
7786
7787 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7788
7789 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7790 stamps numerically, rather than textually.
7791
7792 2003-09-24 Kenichi Handa <handa@m17n.org>
7793
7794 * language/devan-util.el (devanagari-post-read-conversion):
7795 * language/mlm-util.el (malayalam-post-read-conversion):
7796 * language/tml-util.el (tamil-post-read-conversion):
7797 Add autoload cookie.
7798
7799 * international/utf-8.el (utf-8-post-read-conversion):
7800 Call post-read-conversion functions for Devanagari, Malayalam,
7801 and Tamil.
7802
7803 2003-09-23 Dave Love <fx@gnu.org>
7804
7805 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7806
7807 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7808
7809 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7810 Update gud-remove.
7811
7812 2003-09-22 Richard M. Stallman <rms@gnu.org>
7813
7814 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7815 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7816 (sh-mode-syntax-table-input): New variable.
7817 (sh-require-final-newline): Don't use eval.
7818 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7819 (sh-variables, sh-font-lock-keywords): Don't use eval.
7820 (sh-set-shell): When setting require-final-newline,
7821 treat value = `require-final-newline' as don't change it.
7822 Set sh-mode-syntax-table locally based on
7823 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7824
7825 * progmodes/compile.el (compile-internal):
7826 Call compilation-set-window-height before setting window start.
7827
7828 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7829
7830 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7831 Clear out byte-compile-last-warned-form.
7832
7833 2003-09-22 Richard M. Stallman <rms@gnu.org>
7834
7835 * woman.el (woman-file-name, woman-follow-word):
7836 If current-word returns nil, use "".
7837
7838 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7839
7840 2003-09-22 Richard M. Stallman <rms@gnu.org>
7841
7842 * emacs-lisp/lisp-mnt.el (lm-with-file):
7843 Don't visit the file, just use insert-file-contents in temp buffer.
7844
7845 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7846
7847 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7848 Add surrounding \\( and \\) around the header, as in
7849 for lm-history-header 'Change Log\\|History'.
7850
7851 2003-09-22 John Paul Wallington <jpw@gnu.org>
7852
7853 * progmodes/ld-script.el: Add Commentary section,
7854 minor cleanup of file header.
7855 (ld-script-font-lock-keywords): Doc fix.
7856 (toplevel): Provide `ld-script' feature.
7857
7858 2003-09-21 Kim F. Storm <storm@cua.dk>
7859
7860 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7861 new built-in variable default-frame-scroll-bars.
7862 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7863 scroll-bar-mode; notably, use it instead of t when we toggle
7864 scroll-bars on.
7865 (toggle-scroll-bar): Use default-frame-scroll-bars.
7866
7867 2003-09-19 Masatake YAMATO <jet@gyve.org>
7868
7869 * pcvs.el (cvs-do-removal): Change the prompt depending on
7870 `filter' value.
7871
7872 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7873
7874 * startup.el (command-line-1): Stop startup-echo-area-message
7875 being hidden by "Loading image..." message.
7876 (use-fancy-splash-screens-p, display-splash-screen):
7877 Move display-graphic-p test from latter to former.
7878
7879 * progmodes/sh-script.el (sh-font-lock-keywords):
7880 Highlight escaped EOLs differently from other backslash constructs.
7881
7882 2003-09-19 Richard M. Stallman <rms@gnu.org>
7883
7884 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7885 New functions.
7886 (edebug-enter, edebug-outside-excursion): Use them.
7887
7888 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7889 Fix the condition for whether to print "In WHERE".
7890
7891 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7892
7893 * finder.el (finder-mode-hook): New variable.
7894 (finder-mode): Run hook finder-mode-hook
7895
7896 2003-09-18 Masatake YAMATO <jet@gyve.org>
7897
7898 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7899
7900 2003-09-17 Mario Lang <mlang@delysid.org>
7901
7902 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7903 "p %e" to actually print the value in the GUD buffer.
7904
7905 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7906
7907 From David Ponce <david.ponce@wanadoo.fr>:
7908 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7909 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7910 from loaddefs-boot.el if necessary.
7911
7912 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7913
7914 * progmodes/gud.el (gud-find-class): Make jdb work again since
7915 cc-mode changed the syntactic information.
7916
7917 2003-09-15 David Ponce <david@dponce.com>
7918
7919 * recentf.el: (recentf-exclude): Accept predicates too.
7920 (recentf-file-readable-p): New function.
7921 (recentf-include-p): Handle predicates in recentf-exclude.
7922 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7923 (recentf-cleanup): Likewise.
7924 (recentf-save-list): Use write-file to handle backup of
7925 recentf-save-file.
7926
7927 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7928
7929 * loaddefs-boot.el: Renamed from `loaddefs.el'
7930 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7931 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7932 necessary.
7933
7934 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7935
7936 * electric.el (Electric-pop-up-window): For the `one-window' case,
7937 no longer disconcertingly move point in the original buffer.
7938
7939 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7942
7943 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7944
7945 * dired.el (dired-mode-map): Fix typo.
7946
7947 2003-09-11 Richard M. Stallman <rms@gnu.org>
7948
7949 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7950
7951 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7952
7953 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7954 the function is less noisy. Now only `kill-buffer' can ask questions.
7955
7956 2003-09-10 Mario Lang <mlang@delysid.org>
7957
7958 * battery.el: Update Commentary and Copyright.
7959 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7960 appear due to wrong ordering of the expressions in `or'.
7961
7962 2003-09-09 Lute Kamstra <lute@gnu.org>
7963
7964 * misc.el (upcase-char): Fix docstring.
7965 (zap-up-to-char): New command.
7966
7967 2003-09-08 David Ponce <david@dponce.com>
7968
7969 Ensure that recentf correctly updates the menu bar.
7970 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7971 (recentf-menu-bar): New function.
7972 (recentf-clear-data): Use it
7973 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7974 of easy-menu-change.
7975
7976 2003-09-08 Lute Kamstra <lute@gnu.org>
7977
7978 * simple.el (size-indication-mode): New.
7979 * bindings.el (mode-line-position): Add buffer size indicator.
7980
7981 2003-09-04 Mario Lang <mlang@delysid.org>
7982
7983 * battery.el (battery-linux-proc-acpi): New function.
7984 (battery-status-function): Modify default value calculation to also
7985 check for availability of ACPI.
7986 (battery-echo-area-format): Ditto.
7987 (battery-mode-line-format): Ditto.
7988
7989 2003-09-06 Dave Love <fx@gnu.org>
7990
7991 * ielm.el (ielm-mode-hook): Add :options.
7992
7993 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7994 (eldoc-print-current-symbol-info): Use it.
7995
7996 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7997
7998 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7999 being displayed in GUD buffer.
8000 (gdb-idle-input-queue): Remove var. Use just one queue.
8001 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8002 Remove functions. Use just one queue.
8003 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8004 (gdb-invalidate-assembler, gdb-get-current-frame):
8005 Modify functions. Use just one queue.
8006
8007 2003-09-04 Dave Love <fx@gnu.org>
8008
8009 * cus-start.el: Add blink-cursor-alist.
8010
8011 * ruler-mode.el (ruler-mode-fill-column-char)
8012 (ruler-mode-current-column-char): Use char-displayable-p,
8013 not window-system.
8014
8015 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8016
8017 * language/european.el (windows-1252): Move from code-pages.
8018
8019 * language/cyrillic.el ("Windows-1251"): Delete.
8020 ("Bulgarian", "Belarusian"): Remove `features'.
8021 (windows-1251): Move from code-pages.
8022
8023 * international/mule-diag.el (non-iso-charset-alist):
8024 Remove `codepage' stuff.
8025 (print-designation, list-coding-systems-1): Output fixes.
8026
8027 * international/code-pages.el (cp-make-translation-table)
8028 (cp-valid-codes): Made defsubsts.
8029 (cp-fix-safe-chars): Delete.
8030 (mule-diag): Don't require.
8031 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8032 (top-level): Check for defined coding system when defining
8033 cp... aliases. Change w32-add-charset-info test to avoid warning.
8034 (non-iso-charset-alist): Defvar when compiling.
8035 (cp-make-coding-system): Doc fix.
8036
8037 2003-09-02 Jason Rumney <jasonr@gnu.org>
8038
8039 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8040 line-ends from CVS before doing conversion.
8041
8042 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8043
8044 * calendar/diary-lib.el (diary-header-line-flag)
8045 (diary-header-line-format): New variables.
8046 (list-diary-entries): Use them to set header line in simple diary.
8047
8048 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8049 other than font-lock-string-face to highlight backslashes.
8050
8051 2003-09-01 Jason Rumney <jasonr@gnu.org>
8052
8053 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8054 regexp.
8055
8056 2003-09-01 Dave Love <fx@gnu.org>
8057
8058 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8059
8060 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8061 and :help; also line and column numbers labels.
8062
8063 * international/mule-util.el (char-displayable-p): Move from
8064 latin1-disp, rename and autoload.
8065
8066 * international/latin1-disp.el (latin1-char-displayable-p):
8067 Now obsolete alias. Replace uses with char-displayable-p.
8068 (latin1-display-ucs-per-lynx): Fix last change.
8069
8070 * international/mule-cmds.el (standard-display-european-internal):
8071 Don't use char code for Latin-1 NBSP.
8072 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8073 U+2018, U+2019 for `'.
8074 (select-safe-coding-system): Message fix.
8075
8076 2003-09-01 Kenichi Handa <handa@m17n.org>
8077
8078 * international/fontset.el (setup-default-fontset): For Thai
8079 font, specify "*" family.
8080
8081 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8082
8083 * progmodes/compile.el (previous-error): Accept a prefix
8084 argument, similarly to next-error.
8085
8086 2003-08-31 Masatake YAMATO <jet@gyve.org>
8087
8088 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8089 the number of files. Bind the number of files to a local
8090 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8091
8092 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8093
8094 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8095 2003-07-26: msdos-long-file-names is a function, not a variable.
8096
8097 2003-08-29 Richard M. Stallman <rms@gnu.org>
8098
8099 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8100 Do nothing with mail-personal-alias-file if it is nil.
8101
8102 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8103 Do nothing if mail-personal-alias-file is nil.
8104
8105 * term.el (term-exec-1): Bind coding-system-for-read.
8106
8107 * dired.el (dired-mouse-find-file-other-window):
8108 Use dired-view-command-alist here, as in dired-view-file.
8109 (dired-view-command-alist): Use %s to substitute file name.
8110 Handle .ps_pages, .eps, .jpg, .gif, .png.
8111
8112 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8113
8114 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8115 `Info-prev-reference', instead of M-tab.
8116
8117 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8118
8119 * simple.el (blink-matching-open): Work correctly on chars that
8120 are designated as parens through the syntax-table text property.
8121
8122 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8123
8124 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8125 line break position in the middle of a non-kinsoku (e.g. latin)
8126 word, making it skip until either a space or a character with
8127 category "|".
8128 (kinsoku-longer): Test for end of buffer.
8129
8130 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8131
8132 * mail/rmail.el (rmail-convert-to-babyl-format):
8133 Detect quoted-printable- and base64-encoded messages and decode them
8134 automatically. Set the message's encoding from the charset=
8135 header, if any. Decode base64-encoded messages in Mail format as well.
8136
8137 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8138
8139 * mail/smtpmail.el: Fix previous change.
8140 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8141 calling smtpmail-via-smtp.
8142 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8143
8144 2003-08-26 John Paul Wallington <jpw@gnu.org>
8145
8146 * image.el (image-jpeg-p): Don't search beyond length of data.
8147
8148 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8149
8150 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8151 misfeature in `expand-abbrev' which caused electric keywords like
8152 "else" to disappear if an open brace was typed directly afterwards.
8153
8154 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8155
8156 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8157 mandatory in `define-widget'.
8158
8159 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8160 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8161
8162 (c-assignment-operators): New language constant that only contains
8163 the assignment operators.
8164
8165 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8166
8167 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8168
8169 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8170 Safeguard against unbalanced sexps.
8171
8172 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8173
8174 * version.el (emacs-version): Check for gtk. Include gtk version info.
8175
8176 2003-08-25 John Paul Wallington <jpw@gnu.org>
8177
8178 * man.el (Man-default-man-entry): Don't whizz past the section
8179 number before looking for it.
8180
8181 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8182
8183 * progmodes/gud.el (gud-display-line): Don't set window-point if
8184 source buffer is not visible. (Only happens with M-x gdba.)
8185
8186 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8187 documentation.
8188 (gdb-source, gdb-source-info): Update to assembler unnecessary
8189 as its done after each GDB command anyway.
8190 (gdb-pre-prompt): Use with-current-buffer.
8191 (gdb-insert-field): Add help-echo text.
8192 (gdb-invalidate-assembler): Re-display of assembler now done in
8193 gdb-info-breakpoints-custom.
8194 (gdb-info-breakpoints-custom): Force re-display of assembler to
8195 happen *after* update of breakpoints buffer.
8196 (gdb-display-source-buffer): Don't choke if gdb-source-window
8197 isn't visible.
8198 (gdb-put-string, gdb-put-arrow): Remove free variables.
8199
8200 2003-08-24 John Paul Wallington <jpw@gnu.org>
8201
8202 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8203
8204 * man.el (Man-default-man-entry): Strip text properties when
8205 snarfing parts of entry because `format' preserves properties.
8206
8207 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8208
8209 * files.el (file-newest-backup): Use `expand-file-name'.
8210
8211 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8212 Allow the diary to pop up a new frame, if needed.
8213
8214 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8215 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8216 (smtpmail-send-it): Make treatment of envelope-from consistent with
8217 sendmail.el.
8218
8219 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8220 (sh-leading-keywords): Add the bash `time' reserved word.
8221 (sh-variables): Add some bash variables.
8222 (sh-add-completer): Fix nil branch of case statement.
8223
8224 2003-08-24 Masatake YAMATO <jet@gyve.org>
8225
8226 * progmodes/ld-script.el: New file.
8227
8228 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8229
8230 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8231
8232 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8233
8234 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8235 Better explain obsolescence, and what to use instead.
8236
8237 2003-08-23 Masatake YAMATO <jet@gyve.org>
8238
8239 * pcvs.el (cvs-do-removal): Show the deleted file name
8240 on the prompt.
8241
8242 2003-08-20 Dave Love <fx@gnu.org>
8243
8244 * international/mule.el (make-coding-system)
8245 (set-buffer-file-coding-system): Doc fix.
8246
8247 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8248
8249 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8250
8251 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8252
8253 * international/utf-16.el: Add mime-text-unsuitable coding system
8254 properties.
8255
8256 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8257
8258 * cus-edit.el: Add some :links.
8259 (bib): Remove.
8260
8261 * textmodes/bib-mode.el (bib): Add :group external.
8262
8263 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8264
8265 * wid-edit.el (widget-echo-help): Make it handle expressions that
8266 evaluate to strings.
8267
8268 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8269
8270 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8271
8272 Simplify selection of SQL products to define highlighting and
8273 interactive mode. Includes detailed instructions on adding
8274 support for new products.
8275
8276 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8277 product for use in highlighting and interactive mode.
8278 (sql-interactive-product): New variable. SQL product for
8279 sql-interactive-mode.
8280 (sql-product-support): New variable. Specifies product-specific
8281 parameters to drive highlighting and interactive mode.
8282 (sql-imenu-generic-expression): Add more object types.
8283 (sql-sqlite-options): Correct comment.
8284 (sql-ms-program): Use "osql" rather than "isql".
8285 (sql-prompt-regexp, sql-prompt-length): Update comment.
8286 (sql-mode-menu): Add "Start SQLi session" entry.
8287 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8288 (sql-mode-abbrev-table): Add abbreviations. Support of
8289 SYSTEM-FLAG on define-abbrev. Support was removed with last
8290 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8291 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8292 names.
8293 (sql-mode-ansi-font-lock-keywords): Set as default value.
8294 (sql-mode-oracle-font-lock-keywords): Set as default value.
8295 Support Oracle 9i keywords.
8296 (sql-mode-postgres-font-lock-keywords): Set as default value.
8297 (sql-mode-linter-font-lock-keywords): Set as default value.
8298 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8299 SQLServer 2000.
8300 (sql-mode-sybase-font-lock-keywords)
8301 (sql-mode-interbase-font-lock-keywords)
8302 (sql-mode-sqlite-font-lock-keywords)
8303 (sql-mode-strong-font-lock-keywords)
8304 (sql-mode-mysql-font-lock-keywords)
8305 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8306 keywords.
8307 (sql-mode-font-lock-defaults): Update comment.
8308 (sql-product-feature): New function. Returns feature associated
8309 with a product from `sql-product-support' alist.
8310 (sql-product-font-lock): New function. Set font-lock support
8311 based on `sql-product'.
8312 (sql-add-product-keywords): New function. Add font-lock rules to
8313 product-specific keyword variables.
8314 (sql-set-product): New function. Set `sql-product' and apply
8315 appropriate font-lock highlighting.
8316 (sql-highlight-product): New function. Set font-lock support
8317 based on a product. Also set mode name to include product name.
8318 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8319 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8320 Use `sql-set-product'.
8321 (sql-highlight-ms-keywords)
8322 (sql-highlight-sybase-keywords)
8323 (sql-highlight-interbase-keywords)
8324 (sql-highlight-strong-keywords)
8325 (sql-highlight-mysql-keywords)
8326 (sql-highlight-sqlite-keywords)
8327 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8328 (sql-get-login): Prompt in the same order as the tokens.
8329 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8330 (sql-product-interactive): New function. Common portions of
8331 product-specific interactive mode wrappers.
8332 (sql-interactive-mode): Rewritten to use product features.
8333 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8334 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8335 (sql-db2, sql-linter): Use `sql-product-interactive'.
8336 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8337 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8338 (sql-connect-ingres, sql-connect-postgres)
8339 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8340 New functions. Format command line parameters and invoke comint on
8341 the appropriate interpreter. Code was in the corresponding
8342 `sql-xyz' function before.
8343 (sql-connect-ms): New function. Support -E argument to use
8344 operating system credentials for authentication.
8345
8346 2003-08-18 Kenichi Handa <handa@m17n.org>
8347
8348 * international/mule.el (encode-char): Fix for the ASCII case.
8349
8350 2003-08-15 Kenichi Handa <handa@m17n.org>
8351
8352 * international/fontset.el (setup-default-fontset): Change "*" to
8353 nil in the specifications of font family.
8354
8355 2003-08-18 Kim F. Storm <storm@cua.dk>
8356
8357 * kmacro.el (kmacro-keymap): Group related bindings in
8358 initialization for clarity. Bind C-s to start macro.
8359 Remove C-r binding.
8360 (kmacro-initial-counter-value): New defvar to hold initial counter
8361 value in case we set the value before defining a macro.
8362 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8363 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8364 not defining or executing macro. Doc fix.
8365 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8366 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8367 temporarily view older elements on the macro ring without cycling
8368 the ring.
8369 (kmacro-display): Doc fix.
8370 (kmacro-exec-ring-item): New helper function.
8371 (kmacro-call-ring-2nd): Use it.
8372 (kmacro-call-ring-2nd-repeat): Doc fix.
8373 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8374 (kmacro-end-or-call-macro): Execute last viewed macro (using
8375 kmacro-exec-ring-item) from ring if this follows
8376 kmacro-view-macro. This allows us to find a macro on the ring
8377 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8378 the ring to bring it to the head of the ring.
8379 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8380 Allow binding to reserved keys without specifying C-x C-k prefix.
8381 Ask for confirmation if entered key sequence is already bound to
8382 a non-macro command.
8383 (kmacro-view-macro): Repeating command will show older elements
8384 on the macro ring; C-k will execute the last viewed macro.
8385 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8386 property from 'ring to 'head.
8387
8388 2003-08-17 Alan Shutko <ats@acm.org>
8389
8390 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8391 keeping December out of the alist.
8392
8393 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8394
8395 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8396 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8397 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8398 (calendar-flatten): New function.
8399 (calendar-mouse-view-other-diary-entries)
8400 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8401 in the menu title and to show multi-line diary entries correctly
8402 in the menu.
8403
8404 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8405
8406 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8407 defcustom, because the default was recently changed.
8408
8409 2003-08-16 Richard M. Stallman <rms@gnu.org>
8410
8411 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8412
8413 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8414 New subroutine, broken out of eval-last-sexp-1.
8415 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8416
8417 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8418
8419 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8420
8421 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8422
8423 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8424
8425 * progmodes/compile.el (compilation-error-regexp-alist):
8426 Add Java ANt error detection as described in document
8427 http://ant.apache.org/faq.html
8428
8429 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8430
8431 * simple.el (backward-word, forward-to-indentation)
8432 (backward-to-indentation): Argument changed to optional.
8433 (next-line, previous-line): Use `or' instead of `unless'.
8434
8435 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8436
8437 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8438 instead of a constant.
8439
8440 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8441
8442 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8443
8444 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8445
8446 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8447 (vc-sccs-workfile-version): Search the entire delta table, rather
8448 than just the first entry, because that might be a deleted version.
8449
8450 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8451
8452 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8453 [save-place] binding in the Options menu. Have it require
8454 'saveplace' and then toggle the variable manually, to avoid an an
8455 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8456 for the bug report.
8457
8458 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8459
8460 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8461 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8462 (gdb-info-threads-custom): Add help-echo text.
8463 (gdb-display-back): Don't use purecopy.
8464 (gdb-info-breakpoints-custom, gdb-reset)
8465 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8466 icons can be displayed.
8467
8468 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8469
8470 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8471
8472 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8473
8474 * bookmark.el (bookmark-completing-read):
8475 Return a string, instead of a list of one string.
8476 Use a popup menu if activated from the mouse.
8477 (bookmark-edit-annotation): Remove unused vars.
8478 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8479 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8480 to bookmark-completing-read.
8481 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8482 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8483 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8484 and erase-buffer.
8485 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8486 (bookmark-menu-jump, bookmark-menu-insert)
8487 (bookmark-popup-menu-and-apply-function)
8488 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8489 (bookmark-menu-build-paned-menu): Remove by folding it into
8490 bookmark-menu-popup-paned-menu.
8491 (menu-bar-bookmark-map): Move the define-key statements here.
8492 Use the "non-menu" commands since they now pop up a menu if needed.
8493 (bookmark-exit-hook-internal): Simplify.
8494
8495 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8496
8497 * reftex-toc.el (reftex-toc-rename-label): New function.
8498 (reftex-toc-check-docstruct): New function.
8499
8500 * reftex.el (reftex-region-active-p): New function.
8501
8502 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8503 regexp to find the \bibliography macro.
8504
8505 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8506 which does not exist in LaTeX.
8507 (reftex-cite-format-builtin): Added amsrefs support.
8508 (reftex-toc-confirm-promotion): New option
8509
8510 * reftex-toc.el
8511 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8512 (reftex-toc-demote, reftex-toc-promote)
8513 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8514 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8515 (reftex-toc-newhead-from-alist)
8516 (reftex-toc-load-all-files-for-promotion): New functions.
8517 (reftex-toc-help): Added description of new keys.
8518 (reftex-toc-split-windows-fraction): New option.
8519 (reftex-recenter-toc-when-idle): Search *toc* window on all
8520 visible frames.
8521 (reftex-toc): Additional parameter REUSE
8522 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8523 with REUSE argument.
8524 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8525 the call of `reftex-toc'.
8526 (reftex-make-separate-toc-frame): New function .
8527 (reftex-toc-recenter): When called with triple prefix arg, call
8528 `reftex-make-separate-toc-frame' first.
8529 (reftex-toc-toggle-dedicated-frame): New command.
8530 (reftex-toc-quit): Adapted to delete frame when called in
8531 dedicated frame.
8532
8533 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8534 all enclosing macros.
8535
8536
8537 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8538
8539 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8540 first use.
8541
8542 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8543
8544 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8545
8546 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8547
8548 * calendar/calendar.el (list-diary-entries-hook)
8549 (diary-display-hook, nongregorian-diary-listing-hook)
8550 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8551 Add some customize options for these hooks.
8552 (calendar-abbrev-construct): Don't try to take a substring longer
8553 than the original string.
8554
8555 2003-08-05 Richard M. Stallman <rms@gnu.org>
8556
8557 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8558 (testcover-reinstrument-clauses): Doc fix.
8559
8560 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8561 (warning-type-format): Rename from warning-group-format.
8562
8563 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8564 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8565 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8566 to prevent warnings about defvar for an obsolete variable.
8567
8568 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8569 warning-group-format renamed to warning-type-format.
8570
8571 * subr.el (read-passwd): Use clear-string instead of fillarray.
8572
8573 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8574 Use vconcat instead of concat.
8575 (edmacro-sanitize-for-string): New function.
8576
8577 2003-08-05 Dave Love <fx@gnu.org>
8578
8579 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8580 line-number-display-limit-width.
8581
8582 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8583
8584 2003-08-05 Kenichi Handa <handa@m17n.org>
8585
8586 * international/code-pages.el: Don't require mule-diag.
8587
8588 * international/mule-diag.el (non-iso-charset-alist):
8589 Add autoload cookie.
8590
8591 * language/devan-util.el (dev-glyph-order): Add an entry for the
8592 glyph code #xC4.
8593
8594 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8595
8596 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8597 (european-calendar-style, diary-date-forms)
8598 (calendar-day-name-array, calendar-month-name-array): Doc change.
8599 (generate-calendar-month): Adapt for new behaviour of
8600 `calendar-day-name' function.
8601 (calendar-abbrev-length, calendar-day-abbrev-array)
8602 (calendar-month-abbrev-array): New variables.
8603 (calendar-abbrev-construct): New function.
8604 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8605 rather than fixing abbrevs at some width. Calling syntax change.
8606 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8607 (calendar-date-string): Adapt for new behaviours of
8608 `calendar-day-name' and `calendar-month-name' functions.
8609
8610 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8611 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8612 (diary-name-pattern): Use abbrev arrays, rather than fixing
8613 abbrevs at three chars. Calling syntax change.
8614 (mark-diary-entries): Adapt for new behaviours of
8615 `diary-name-pattern' and `calendar-make-alist' functions.
8616 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8617 `diary-name-pattern' function.
8618 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8619 fixing abbrevs at three chars. Calling syntax change.
8620 (cal-hebrew, cal-islam): Require when compiling.
8621 (diary-font-lock-keywords): Adapt for new behaviour of
8622 `font-lock-diary-date-forms' function.
8623
8624 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8625 (calendar-hebrew-month-name-array-common-year)
8626 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8627 (list-hebrew-diary-entries): Adapt for new behaviours of
8628 `calendar-day-name' and `add-to-diary-list' functions.
8629 (mark-hebrew-diary-entries): Adapt for new behaviours of
8630 `diary-name-pattern' and `calendar-make-alist' functions.
8631
8632 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8633 Add doc string.
8634 (list-islamic-diary-entries): Adapt for new behaviours of
8635 `calendar-day-name' and `add-to-diary-list' functions.
8636 (mark-islamic-diary-entries): Adapt for new behaviours of
8637 `diary-name-pattern' and `calendar-make-alist' functions.
8638
8639 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8640 `calendar-month-name' function.
8641
8642 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8643
8644 * calendar/solar.el (solar-seasons-data): Move definition before use.
8645
8646 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8647 (cal-tex-LaTeX-hourbox): Move definition before use.
8648
8649 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8650 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8651 lunar.el, solar.el
8652 (displayed-month, displayed-year): Define for compiler.
8653
8654 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8655
8656 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8657 MODE. Renamed from c-init-c-language-vars'.
8658 (c-initialize-cc-mode): Change accordingly.
8659 (c-common-init): Ditto.
8660 (c-mode): Ditto.
8661 (c++-mode): Use `c-init-language-vars-for'.
8662 (objc-mode): Ditto.
8663 (java-mode): Ditto.
8664 (idl-mode): Ditto.
8665 (pike-mode): Ditto.
8666 (awk-mode): Ditto.
8667
8668 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8669
8670 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8671 or not the point moved.
8672
8673 (c-search-decl-header-end): Don't trip up on operator identifiers
8674 in C++ and operators like == in all languages.
8675
8676 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8677 Detect leading labels correctly.
8678
8679 2003-08-02 Andreas Schwab <schwab@suse.de>
8680
8681 * textmodes/ispell.el: Don't redo key bindings on loading, put
8682 them only in loaddefs.el.
8683 * bookmark.el: Likewise.
8684 * dabbrev.el: Likewise.
8685 * emerge.el: Likewise.
8686
8687 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8688 has more than one member.
8689
8690 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8691
8692 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8693
8694 * lpr.el (printify-region): It was ending conversion before the
8695 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8696
8697 2003-07-31 John Paul Wallington <jpw@gnu.org>
8698
8699 * net/browse-url.el (browse-url-epiphany): Doc fix.
8700
8701 2003-07-30 Kenichi Handa <handa@m17n.org>
8702
8703 * international/fontset.el (setup-default-fontset):
8704 Change registry names of Akurti fonts.
8705
8706 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8707
8708 * comint.el (comint-read-noecho): Use `clear-string' instead of
8709 `fillarray'.
8710
8711 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8712
8713 * outline.el (outline-mode-hook): Add defvar.
8714
8715 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8716
8717 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8718 Restore assembler in source window if that is what has been selected.
8719 (menu): Add gdb-restore-windows to menu. Make gdba
8720 specific menus only visible from gdba.
8721
8722 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8723
8724 * progmodes/compile.el (compilation-environment): New user variable.
8725 (compile-internal): Respect it.
8726
8727 2003-07-23 Masatake YAMATO <jet@gyve.org>
8728
8729 * progmodes/gud.el (gdb-script-font-lock-keywords):
8730 Put `font-lock-function-name-face' on a symbol which includes
8731 `-' like `hook-run'. Put font-lock-variable-name-face
8732 on a symbol starting with $.
8733
8734 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8735
8736 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8737
8738 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8739
8740 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8741
8742 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8743
8744 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8745 Use with-no-warnings.
8746 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8747 rather than to find-file-not-found-hook, which doesn't exist.
8748
8749 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8750
8751 * international/quail.el (quail-translate-key): Fix previous change.
8752
8753 2003-07-25 John Paul Wallington <jpw@gnu.org>
8754
8755 * server.el (server-start): Check `server-process' is non-nil
8756 before killing it to avoid killing current buffer's process.
8757
8758 * simple.el (choose-completion-string): Use `minibufferp';
8759 test `completion-reference-buffer' if `buffer' arg is nil.
8760 (push-mark): Use `when' and `unless'.
8761 (pop-mark): Use `when'.
8762
8763 * mouse-sel.el (mouse-sel-get-selection-function):
8764 Check `x-last-selected-text-primary'. Don't barf if it or
8765 `x-last-selected-text' aren't bound.
8766
8767 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8768
8769 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8770
8771 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8772
8773 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8774
8775 2003-07-23 John Paul Wallington <jpw@gnu.org>
8776
8777 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8778
8779 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8780
8781 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8782 string. Defvar the derived hook.
8783
8784 * macros.el (insert-kbd-macro): Escape double quote character.
8785 From Thomas W Murphy <twm@andrew.cmu.edu>.
8786
8787 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8788
8789 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8790 to match the specific mark rather than reusing comment-start-skip.
8791
8792 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8793
8794 * progmodes/hideshow.el (hs-special-modes-alist):
8795 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8796
8797 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8798
8799 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8800 value using ?\s.
8801
8802 2003-07-21 John Paul Wallington <jpw@gnu.org>
8803
8804 * subr.el (with-selected-window): Add closing paren.
8805
8806 2003-07-21 Richard M. Stallman <rms@gnu.org>
8807
8808 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8809 (lisp-mode): Likewise.
8810
8811 * subr.el (with-selected-window): Copy code form save-selected-window
8812 so as to call select-window with norecord arg.
8813 (dynamic-completion-table): Doc fix.
8814 (lazy-completion-table): Doc fix.
8815
8816 * international/mule-cmds.el (set-locale-environment):
8817 langinfo renamed to locale-info.
8818
8819 * international/mule.el (auto-coding-functions): Doc fix.
8820
8821 2003-07-21 Kenichi Handa <handa@m17n.org>
8822
8823 * international/quail.el (quail-translate-key):
8824 Update quail-current-str correctly.
8825
8826 2003-07-21 Andreas Schwab <schwab@suse.de>
8827
8828 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8829 ?, to "_".
8830
8831 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8832 Version 2.0.36 of Tramp released.
8833
8834 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8835 tramp-password-end-of-line.
8836 (tramp-password-end-of-line): New method parameter.
8837 (tramp-get-password-end-of-line): Function to access method
8838 parameter `tramp-password-end-of-line', or variable
8839 `tramp-default-password-end-of-line' (default value).
8840 (tramp-methods): Add entries for new parameter
8841 tramp-password-end-of-line.
8842 (tramp-enter-password): Use new function
8843 `tramp-get-password-end-of-line'.
8844 (tramp-handle-insert-file-contents): Do not
8845 unconditionally inhibit the file operation file-local-copy, only
8846 do that when the inhibit-file-name-operation is currently
8847 insert-file-contents. This fixes finding remote CVS-controlled
8848 files. (It would barf on inserting the CVS/Entries file
8849 literally, because the file-local-copy handler wasn't called.)
8850 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8851 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8852 (tramp-initial-commands): New variable.
8853 (tramp-process-initial-commands): New function, using the variable.
8854 (tramp-open-connection-setup-interactive-shell): Call the new function.
8855 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8856 method into the buffer name, never use nil. Reported by Hanak
8857 David <dhanak@inf.bme.hu>.
8858 (tramp-open-connection-setup-interactive-shell): Erase buffer
8859 before sending "stty -onlcr".
8860
8861 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8862
8863 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8864
8865 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8866
8867 2003-07-19 John Paul Wallington <jpw@gnu.org>
8868
8869 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8870 (artist-draw-rect, artist-draw-square): Doc fixes.
8871
8872 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8873
8874 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8875
8876 2003-07-19 Kenichi Handa <handa@m17n.org>
8877
8878 * international/kkc.el (kkc-show-conversion-list-update):
8879 Highlight the correct candidate in the message.
8880
8881 2003-07-18 John Paul Wallington <jpw@gnu.org>
8882
8883 * simple.el (current-word): Don't include punctuation char when
8884 `really-word' arg is non-nil.
8885
8886 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8887
8888 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8889 moved to the directory obsolete.
8890
8891 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8892
8893 * info.el (Info-menu-entry-name-re): Allow newlines in
8894 menu entry names.
8895
8896 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8897 syntax-ppss-after-change-function.
8898 (syntax-ppss-after-change-function): New alias. Update uses.
8899 (syntax-ppss): Catch the case where the buffer is narrowed.
8900
8901 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8902
8903 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8904 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8905
8906 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8907
8908 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8909 since it might be modified.
8910
8911 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8912 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8913 names to these language constants.
8914
8915 2003-07-15 Kim F. Storm <storm@cua.dk>
8916
8917 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8918 All uses changed.
8919
8920 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8921
8922 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8923 Namespace support.
8924
8925 2003-07-13 Juanma Barranquero <lektu@terra.es>
8926
8927 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8928 papers received).
8929
8930 2003-07-13 Karl Eichwalder <ke@suse.de>
8931
8932 * textmodes/po.el (po-find-charset): White space at the start of the
8933 Content-Type field body is non-mandatory.
8934
8935 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8936
8937 * textmodes/texinfo.el (texinfo-section-list):
8938 Append appendixsection; a synonym for appendixsec.
8939
8940 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8941
8942 * man.el (Man-translate-cleanup): New.
8943 (Man-translate-references): Call `Man-translate-cleanup' to clean
8944 leading, trailing and middle spaces.
8945
8946 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8947
8948 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8949 Handle `dired-directory' being a list.
8950
8951 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8952
8953 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8954 it doesn't exist.
8955
8956 2003-07-12 Richard M. Stallman <rms@gnu.org>
8957
8958 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8959
8960 * progmodes/cc-defs.el (c-make-keywords-re):
8961 Don't use delete-duplicates.
8962 (c-lang-const): Don't use mapcan.
8963
8964 * apropos.el (apropos-show-scores): Make it customizable.
8965 Document new meaning.
8966 (apropos): Compute scores from symbols.
8967 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8968
8969 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8970
8971 * ps-bdf.el: Fix copyright line.
8972 (bdf-directory-list): Fix initialization code.
8973
8974 2003-07-11 John Paul Wallington <jpw@gnu.org>
8975
8976 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8977 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8978 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8979
8980 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8981
8982 * emacs-lisp/ring.el (ring-elements): Doc fix.
8983
8984 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8985
8986 * calendar/timeclock.el (timeclock-relative)
8987 (timeclock-ask-before-exiting, timeclock-use-display-time):
8988 Doc changes.
8989 (timeclock-modeline-display): Give a message if
8990 `timeclock-use-display-time' is non-nil but `display-time-mode'
8991 is not active.
8992
8993 2003-07-11 Kenichi Handa <handa@m17n.org>
8994
8995 * international/mule-cmds.el (set-language-environment):
8996 Set current-language-environment to the correct string.
8997
8998 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8999
9000 * ps-print.el: Print line number correctly in a region. Reported by
9001 Tim Allen <timallen@ls83.fsnet.co.uk>.
9002 (ps-print-version): New version number (6.6.2).
9003 (ps-printing-region): Code fix.
9004
9005 2003-07-10 John Paul Wallington <jpw@gnu.org>
9006
9007 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9008 this function can be called from `add-completions-from-tags-table'.
9009
9010 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9011
9012 * calendar/timeclock.el (timeclock-use-display-time)
9013 (timeclock-day-over-hook, timeclock-workday-remaining)
9014 (timeclock-status-string, timeclock-when-to-leave)
9015 (timeclock-when-to-leave-string, timeclock-log-data)
9016 (timeclock-find-discrep, timeclock-day-base)
9017 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9018 (timeclock-modeline-display): Set the variable
9019 `timeclock-modeline-display'.
9020 (timeclock-update-modeline): Doc fix. Respect value of
9021 `timeclock-relative'.
9022
9023 2003-07-09 Richard M. Stallman <rms@gnu.org>
9024
9025 * textmodes/reftex-parse.el (reftex-all-document-files):
9026 Add autoload cookie.
9027
9028 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9029 (reftex-scanning-info-available-p): Add autoload cookie.
9030
9031 * international/mule-cmds.el
9032 (set-display-table-and-terminal-coding-system): Delete duplicate
9033 aset on standard-display-table.
9034
9035 * view.el (view-file): If existing buffer's major mode is special,
9036 don't go into view mode.
9037
9038 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9039
9040 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9041
9042 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9043 buffer changes; there's third party code that calls this function
9044 directly.
9045
9046 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9047
9048 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9049 (autodoc-font-lock-keywords): Don't byte compile on font lock
9050 initialization when running from byte compiled files.
9051
9052 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9053
9054 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9055 statement ends with auto-increment "++".
9056
9057 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9058
9059 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9060 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9061 these are changed, so declare them as variables and not constants.
9062
9063 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9064
9065 * subr.el (dolist, dotimes): Doc fix.
9066
9067 2003-07-08 Kim F. Storm <storm@cua.dk>
9068
9069 * international/mule-cmds.el
9070 (set-display-table-and-terminal-coding-system): Don't break
9071 bootstrap if standard-display-table isn't setup yet.
9072
9073 2003-07-07 Richard M. Stallman <rms@gnu.org>
9074
9075 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9076 Give it a doc string, and autoload it.
9077
9078 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9079 Use with-no-warnings.
9080
9081 * info.el (Info-search): If find invisible text, search again.
9082
9083 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9084
9085 * man.el (Man-name-regexp): Match + as part of name.
9086
9087 * simple.el (visible-mode): Rename from vis-mode.
9088 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9089
9090 * simple.el (current-word): New arg REALLY-WORD specifies
9091 don't include punctuation chars.
9092
9093 * emacs-lisp/debug.el (debug, debugger-env-macro):
9094 Use with-no-warnings while accessing and binding unread-command-char.
9095
9096 * international/mule-cmds.el
9097 (set-display-table-and-terminal-coding-system): Use explicit loop
9098 instead of calling standard-display-default.
9099
9100 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9101 Use condition-case to catch error in ange-ftp-get-files.
9102
9103 * net/browse-url.el (browse-url-browser-function):
9104 Add alternative for Epiphany.
9105 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9106 (browse-url-epiphany-startup-arguments)
9107 (browse-url-epiphany-new-window-is-tab): New variables.
9108 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9109
9110 * progmodes/compile.el (compile-auto-highlight): Default now t.
9111 (compile): Doc fix.
9112 (compilation-next-error): Fix previous change.
9113
9114 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9115
9116 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9117
9118 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9119
9120 * gdb-ui.el (gdb-source-info): Display current frame when
9121 attaching to an existing process.
9122 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9123 while laying out windows when attaching to an existing process.
9124
9125 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9126
9127 * info.el (Info-menu): Use Info-menu-entry-name-re.
9128
9129 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9130
9131 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9132 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9133
9134 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9135 to match the same text.
9136
9137 2003-07-06 John Paul Wallington <jpw@gnu.org>
9138
9139 * vc.el (vc-annotate-offset): Move defvar up.
9140
9141 2003-07-06 Kim F. Storm <storm@cua.dk>
9142
9143 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9144 This should fix the infinite loop when extracting menu names.
9145
9146 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9147
9148 * files.el (auto-mode-alist, interpreter-mode-alist):
9149 Remove entries to CC Mode modes to avoid duplicates; they are now added
9150 with autoload directives in cc-mode.el.
9151
9152 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9153
9154 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9155 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9156 these are changed, so declare them as variables and not constants.
9157
9158 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9159 ensure that the entry for ".c" extension comes before the one for
9160 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9161 Fix incorrect entries that were added to `interpreter-mode-alist'.
9162 Move the autoload directives for AWK to the top level since they
9163 aren't recognized anywhere else. Do not use the new AWK mode doc
9164 in the autoload form for the old AWK mode.
9165
9166 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9167
9168 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9169 (bibtex-sort-ignore-string-entries): Default value t.
9170 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9171 erroneously in previous version.
9172 (bibtex-string-files): Docstring reflects new parsing scheme.
9173 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9174 docstring, add # as one of the chars to crush
9175 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9176 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9177 (bibtex-autokey-name-change-strings)
9178 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9179 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9180 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9181 (bibtex-autokey-title-terminators)
9182 (bibtex-autokey-titlewords-stretch)
9183 (bibtex-autokey-titleword-ignore)
9184 (bibtex-autokey-titleword-case-convert)
9185 (bibtex-autokey-titleword-abbrevs)
9186 (bibtex-autokey-titleword-abbrevs)
9187 (bibtex-autokey-titleword-change-strings)
9188 (bibtex-autokey-titleword-length)
9189 (bibtex-autokey-titleword-separator)
9190 (bibtex-autokey-name-year-separator)
9191 (bibtex-autokey-year-title-separator)
9192 (bibtex-autokey-before-presentation-function)
9193 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9194 Fix docstring.
9195 (bibtex-strings, bibtex-reference-keys):
9196 Use lazy-completion-table and make-variable-buffer-local.
9197 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9198 (bibtex-braced-string-syntax-table)
9199 (bibtex-quoted-string-syntax-table): New variables.
9200 (bibtex-parse-nested-braces): Remove.
9201 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9202 (bibtex-parse-association): Simplify.
9203 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9204 (bibtex-parse-field-text): Simplify.
9205 (bibtex-search-forward-field, bibtex-search-backward-field):
9206 argument BOUND can take value t.
9207 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9208 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9209 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9210 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9211 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9212 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9213 and ending of entry. Update for changes of bibtex-search-entry.
9214 Simplify.
9215 (bibtex-map-entries): FUN is called with three arguments.
9216 (bibtex-search-entry): Return a cons pair with buffer positions of
9217 beginning and end of entry.
9218 (bibtex-enclosing-field): Simplify.
9219 (bibtex-format-entry): Use booktitle to set a missing title.
9220 (bibtex-autokey-get-names): Fiddle with regexps.
9221 (bibtex-generate-autokey): Use identity.
9222 (bibtex-parse-keys): Use simplified parsing algorithm if
9223 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9224 arguments. Return alist of keys.
9225 (bibtex-parse-strings): Simplify. Return alist of strings.
9226 (bibtex-complete-string-cleanup): Fix docstring.
9227 (bibtex-read-key): New function.
9228 (bibtex-mode): Fix docstring. Do not parse for keys and
9229 strings when the mode is entered. Set fill-paragraph-function to
9230 bibtex-fill-field. Setup font-lock-mark-block-function the way
9231 font-lock intended.
9232 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9233 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9234 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9235 (bibtex-Preamble): Avoid hard coded constants.
9236 (bibtex-make-field): Fix docstring. Simplify.
9237 (bibtex-beginning-of-entry): Always return new position of point.
9238 (bibtex-end-of-entry): Rearrange cond clauses.
9239 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9240 Update for changes of bibtex-map-entries.
9241 (bibtex-ispell-abstract): Do not move point.
9242 (bibtex-entry-index): Use downcase. Simplify.
9243 (bibtex-lessp): Handle catch-all.
9244 (bibtex-find-crossref): Turn into a command.
9245 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9246 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9247 preamble entries.
9248 (bibtex-fill-field-bounds): New function.
9249 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9250 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9251 (bibtex-String): Use bibtex-strings. Always obey
9252 bibtex-sort-ignore-string-entries.
9253
9254 2003-07-05 John Paul Wallington <jpw@gnu.org>
9255
9256 * cus-theme.el (customize-create-theme):
9257 Call `customize-create-theme' in Reset widget's notify function.
9258
9259 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9260 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9261 (define-ibuffer-column name): Add summarizer.
9262 (define-ibuffer-column size): Likewise.
9263 (define-ibuffer-column filename): Likewise.
9264 (define-ibuffer-column process): Likewise. Change BODY's output too.
9265 (define-ibuffer-column filename-and-process): Likewise, likewise.
9266 (ibuffer): Remove local vars `already-in' and `need-update'.
9267
9268 * ibuf-ext.el: Don't require `derived' at compile-time.
9269
9270 2003-07-05 Kim F. Storm <storm@cua.dk>
9271
9272 * info.el: Disable paragraph refilling.
9273 (Info-refill-paragraphs): New defcustom.
9274 (Info-fontify-node): Use it.
9275
9276 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9277
9278 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9279 thingies from constructors created by defstruct.
9280
9281 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9282 the default value of the variable.
9283 (byte-code-meter): Move declaration to top level.
9284
9285 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9286
9287 * info.el (Info-following-node-name-re): New fun.
9288 (Info-following-node-name): Remove.
9289 (Info-insert-dir): Use the new fun.
9290 (Info-extract-pointer): Don't save restriction; use new fun.
9291 (Info-menu-entry-name-re): New const.
9292 (Info-menu-entry-name-re): Use it along with new fun.
9293 (Info-node-spec-re): Use new fun.
9294 (Info-complete-menu-item, Info-fontify-node): Use new const.
9295 (Info-goto-node, Info-follow-reference, Info-menu-update):
9296 Use match-string.
9297 (Info-follow-reference): Use assoc-string.
9298 Use a list of strings for the completion table.
9299 (Info-fontify-node): Use match-string, line-end-position.
9300 Limit the search for `node:' to the first line.
9301
9302 * newcomment.el (uncomment-region): Remove padding coming from
9303 comment-start rather than just from comment-padding.
9304
9305 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9306 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9307 (vc-cvs-rename-file): Remove (use the default).
9308 (vc-cvs-register): Register parent dir if needed.
9309 (vc-cvs-could-register): Return non-nil if parent can be registered.
9310 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9311 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9312
9313 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9314 (vc-svn-update): Fix the arguments to `svn'.
9315 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9316 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9317 Simple implementations, assuming `name' is a URL.
9318
9319 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9320 set of chars allowed unquoted in a case pattern.
9321
9322 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9323
9324 * font-lock.el (font-lock-extra-types-widget)
9325 (c-font-lock-extra-types, c++-font-lock-extra-types)
9326 (objc-font-lock-extra-types, java-font-lock-extra-types)
9327 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9328 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9329 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9330 (font-lock-match-c++-structor-declaration)
9331 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9332 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9333 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9334 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9335 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9336 (java-font-lock-keywords-3, java-font-lock-keywords)
9337 (java-font-lock-syntactic-face-function): Remove obsolete code
9338 and constants. It's all in cc-fonts.el now.
9339
9340 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9341
9342 * mail/sendmail.el (mail-specify-envelope-from)
9343 (mail-envelope-from): Doc fix.
9344
9345 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9346
9347 * generic-x.el: Do away with the dependency on `c-emacs-features'
9348 when populating `rul-generic-mode-syntax-table'; we already know
9349 this isn't XEmacs.
9350
9351 See ChangeLog.10 for earlier changes.
9352
9353 ;; Local Variables:
9354 ;; coding: iso-2022-7bit
9355 ;; End:
9356
9357 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9358 Copying and distribution of this file, with or without modification,
9359 are permitted provided the copyright notice and this notice are preserved.
9360
9361 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1