*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2004-08-21 David Kastrup <dak@gnu.org>
2
3 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5 has been converted to use hashtables, the relation `nil=none' is
6 no longer valid, as `nil' is not a hashtable. This patch tries to
7 reduce the number of resulting errors.
8
9 2004-08-21 John Paul Wallington <jpw@gnu.org>
10
11 * subr.el (process-kill-without-query): Made obsolete in
12 version 21.4, not 21.5.
13
14 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15 (vc-previous-comment, vc-next-comment)
16 (vc-comment-search-reverse, vc-comment-search-forward)
17 (vc-comment-to-change-log): Likewise.
18
19 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
20
21 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
22
23 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
24 Correct indentation of DEFMETHODS with non-standard method
25 combinations (e.g., PROGN, MIN, MAX).
26
27 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * startup.el (normal-top-level-add-subdirs-to-load-path):
30 Avoid unnecessarily checking system-type.
31 (normal-top-level): Set TERM to "dumb". Simplify.
32
33 * avoid.el (mouse-avoidance-ignore-p): New fun.
34 Also ignore switch-frame, select-window, double, and triple clicks.
35 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
36 (mouse-avoidance-fancy-hook): Use it.
37
38 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
39
40 * avoid.el (mouse-avoidance-nudge-mouse)
41 (mouse-avoidance-banish-destination): Stay within the current window
42 to avoid problems with mouse-autoselect-window.
43
44 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
47 the newer format of some messages in cvs-1.12.1.
48
49 2004-08-19 Masatake YAMATO <jet@gyve.org>
50
51 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
52 (elp-results-jump-to-definition-by-mouse)
53 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
54 (elp-output-result): Use elp-output-insert-symname.
55
56 2004-08-18 Kenichi Handa <handa@m17n.org>
57
58 * language/cyrillic.el: Register koi8-r in
59 ctext-non-standard-encodings-alist.
60 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
61
62 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
63
64 * emacs-lisp/copyright.el (copyright-update-year): Delete code
65 that replaces 20xy with xy.
66
67 2004-08-17 John Paul Wallington <jpw@gnu.org>
68
69 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
70 (reb-force-update): Doc fix.
71
72 2004-08-16 Richard M. Stallman <rms@gnu.org>
73
74 * progmodes/which-func.el (which-func-update-1): Doc fix.
75
76 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
77 (sh-mode-abbrev-table): New variable.
78
79 * progmodes/compile.el (compilation-mode): Doc fix.
80
81 * emacs-lisp/lisp-mode.el (eval-last-sexp):
82 Don't cons a new symbol each time.
83 (eval-last-sexp-fake-value): New variable.
84
85 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
86 (copyright-update-year): Detect continuation of list of years.
87
88 * term.el (term-default-fg-color, term-default-bg-color)
89 (ansi-term-color-vector): Use `unspecified', not nil, as default.
90
91 * imenu.el: Several doc fixes: don't say variables are buffer-local.
92
93 2004-08-16 Davis Herring <herring@lanl.gov>
94
95 * isearch.el (isearch-string, isearch-message-string, isearch-point)
96 (isearch-success, isearch-forward-flag, isearch-other-end)
97 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
98 (isearch-barrier, isearch-within-brackets)
99 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
100
101 2004-08-16 Kenichi Handa <handa@m17n.org>
102
103 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
104
105 2004-08-15 Kenichi Handa <handa@m17n.org>
106
107 * term/x-win.el (x-selection-value): If utf8 was successful but
108 ctext was not, use utf8 string.
109
110 2004-08-14 Davis Herring <herring@lanl.gov>
111
112 * isearch.el: Remove accidental changes of March 4. Fix backing
113 up when a regexp isearch is made more general. Use symbolic
114 accessor functions for isearch stack frames to make usage clearer.
115 (search-whitespace-regexp): Made groups in documentation shy (as
116 is the group in the default value).
117 (isearch-fallback): New function, addresses problems with regexps
118 liberalized by `\|', adds support for liberalization by `\}' (the
119 general repetition construct), and incorporates behavior for
120 `*'/`?'.
121 (isearch-}-char): New command, calls `isearch-fallback' with
122 arguments appropriate to a typed `}'.
123 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
124 appropriately.
125 (isearch-mode-map): Bind `}' to `isearch-}-char'.
126 (isearch-string, isearch-message,string, isearch-point)
127 (isearch-success, isearch-forward-flag, isearch-other-end)
128 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
129 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
130 New inline functions to read fields of a stack frame.
131
132 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
133
134 * battery.el (battery-linux-proc-acpi): Look into battery
135 directories matching the literal string "CMB", too (required for
136 Linux kernel version 2.6.7).
137
138 2004-08-14 John Paul Wallington <jpw@gnu.org>
139
140 * cus-start.el (read-file-name-completion-ignore-case): Add.
141 (blink-cursor-alist): Change version to "21.4".
142
143 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
144
145 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
146
147 * speedbar.el (speedbar-scan-subdirs): New option.
148 (speedbar-file-lists): Don't ignore file-name case on Unix and use
149 dolist.
150 (speedbar-insert-files-at-point): Take an extra argument and use
151 it to optionally find out if a subdir is empty. Also unreadable
152 files don't get expand buttons.
153 (speedbar-directory): New image (unused pixmap already existed).
154 (speedbar-expand-image-button-alist): Use it.
155
156 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
157
158 CC Mode update to 5.30.9:
159
160 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
161 Move from cc-vars to cc-defs for dependency reasons. Fix the
162 POSIX char class test to check that it works in
163 `skip-chars-(forward|backward)' too.
164
165 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
166 first argument starts with a special brace list.
167
168 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
169 when `c-opt-type-concat-key' is used (i.e. in Pike).
170
171 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
172 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
173 >)".
174
175 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
176 whitespace safe.
177
178 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
179 position for `arglist-intro', `arglist-cont-nonempty' and
180 `arglist-close' when there are two arglist open parens on the same
181 line and there's nothing in front of the first.
182
183 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
184 locking of qualified names in Java, which previously could fontify
185 common indexing expressions in many cases. The standard Java
186 naming conventions are used to tell them apart.
187
188 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
189 Fix inconsistency wrt opening parens on the first line inside a paren
190 block.
191
192 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
193 compile time for the sake of `c-major-mode-is'.
194
195 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
196 `c-major-mode-is' in the event that this is used inside a
197 `c-lang-defconst'.
198
199 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
200 `c-lang-defconst' so that it works better with fallback languages.
201
202 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
203 it to fail to record the base mode.
204
205 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
206 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
207 is used. Reordered the syntax checks to get more efficient
208 skipping in some situations.
209
210 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
211 continuation which might precede the newly inserted '{'.
212
213 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
214 Fix cases where it could loop indefinitely.
215
216 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
217 size specs correctly. Only fontify identifiers in front of '('
218 with as functions - don't accept any paren char. Tightened up
219 initializer skipping to stop before function and class blocks.
220
221 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
222 the point could be left directly after an open paren when finding
223 the beginning of the first decl in the block.
224
225 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
226 table when filtering out legitimate open parens to be recorded.
227 This could cause cache inconsistencies when e.g.
228 `c++-template-syntax-table' was temporarily in use.
229
230 * progmodes/cc-engine.el (c-on-identifier)
231 (c-simple-skip-symbol-backward): Small fix for handling "-"
232 correctly in `skip-chars-backward'. Affected the operator lfun
233 syntax in Pike.
234
235 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
236 Fix bug that could cause an error from `after-change-functions' when
237 the changed region is at bob.
238
239 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
240
241 CC Mode update to 5.30.9:
242
243 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
244 to say that <TAB> doesn't insert WS into a CPP line.
245 (c-indent-command, c-tab-always-indent): Amend doc strings.
246
247 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
248 checks for user errors, thus eliminating cryptic and unhelpful
249 Emacs error messages. (1) Check the arg to `c-set-style' is a
250 string. (2) Check that settings to `c-offsets-alist' are not
251 spuriously quoted.
252
253 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
254 which precedes the newly inserted `{'.
255
256 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
257
258 Sync with Tramp 2.0.44.
259
260 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
261 function "tramp_file_attributes". Otherwise, file names
262 containing spaces are misinterpreted. Reported by Magnus Henoch
263 <mange@freemail.hu>.
264 (tramp-handle-file-truename): FILENAME must be expanded first.
265 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
266 obscure results. Reported by D. Goel <deego@gnufans.org>.
267 (tramp-handle-verify-visited-file-modtime): If file does not
268 exist, say it is not modified if and only if that agrees with the
269 buffer's record. Check whether a file is visiting the buffer, or
270 the buffer has no recorded last modification time. Return t in
271 case the visiting file doesn't exist. Suggested by Luc Teirlinck
272 <teirllm@auburn.edu>.
273 (tramp-handle-write-region): Pass modtime explicitely to
274 `set-visited-file-modtime', because filename can be different
275 from (buffer-file-name) if `file-precious-flag' is set.
276 `set-visited-file-modtime' must be called always when `visit' is t
277 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
278 (tramp-handle-set-visited-file-modtime): If `time-list' is not
279 nil, don't apply the whole body. If the file doesn't exists, set
280 modtime to '(-1 65535). Suggested by Luc Teirlinck
281 <teirllm@auburn.edu>.
282
283 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
284
285 * help.el (describe-bindings): Doc fix.
286
287 * subr.el (kbd): Doc fix.
288
289 2004-08-08 John Paul Wallington <jpw@gnu.org>
290
291 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
292 instead of `string-to-int'.
293 (define-ibuffer-column mode): Fix indentation.
294
295 2004-08-08 Lars Hansen <larsh@math.ku.dk>
296
297 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
298
299 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
300
301 * subr.el (global-unset-key, local-unset-key): Doc fixes.
302
303 * novice.el (disabled-command-function): New variable renamed from
304 `disabled-command-hook'.
305 (disabled-command-hook): Keep the _variable_ as alias for
306 `disabled-command-function' and make obsolete.
307 (disabled-command-function): Function renamed from
308 `disabled-command-hook'. Adapt code to name change of the variable.
309
310 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
311
312 * simple.el (completion-root-regexp): New defvar.
313 (completion-setup-function): Use it instead of a literal string.
314
315 2004-08-07 John Paul Wallington <jpw@gnu.org>
316
317 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
318 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
319 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
320 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
321
322 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
323
324 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
325 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
326
327 2004-08-04 Kenichi Handa <handa@m17n.org>
328
329 * international/encoded-kb.el (encoded-kbd-setup-keymap):
330 Fix previous change.
331
332 2004-08-03 Kenichi Handa <handa@m17n.org>
333
334 * international/encoded-kb.el: The following changes are to
335 utilize key-translation-map instead of minor mode map.
336 (encoded-kbd-iso2022-non-ascii-map): Delete it.
337 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
338 (encoded-kbd-last-key): New function.
339 (encoded-kbd-iso2022-single-shift): New function.
340 (encoded-kbd-iso2022-designation)
341 (encoded-kbd-self-insert-iso2022-7bit)
342 (encoded-kbd-self-insert-iso2022-8bit)
343 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
344 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
345 key-translation-map.
346 (encoded-kbd-setup-keymap): Setup key-translation-map.
347 (saved-key-translation-map): New variable.
348 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
349 for the change of encoded-kbd-setup-keymap.
350
351 2004-08-02 Kim F. Storm <storm@cua.dk>
352
353 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
354 and call compute-motion with nil for topos and width to get proper
355 usable width and height for both window and non-window systems.
356
357 * windmove.el (windmove-coordinates-of-position): Let compute-motion
358 calculate usable window width and height.
359
360 * window.el (window-buffer-height): Call compute-motion with nil width.
361
362 2004-08-01 David Kastrup <dak@gnu.org>
363
364 * replace.el (query-replace-read-from):
365 Use `query-replace-compile-replacement'.
366 (query-replace-compile-replacement): New function.
367 (query-replace-read-to): Use `query-replace-compile-replacement'
368 for repeating the last command.
369
370 2004-08-01 John Paul Wallington <jpw@gnu.org>
371
372 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
373 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
374 (pr-switches): Remove period from end of error messages.
375
376 * help-mode.el (help-go-back): Likewise.
377
378 * abbrev.el (only-global-abbrevs): Doc fix.
379 (edit-abbrevs-map): Define within defvar.
380 (quietly-read-abbrev-file): Doc fix.
381
382 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
383
384 * novice.el (enable-command, disable-command): Doc fixes.
385
386 * subr.el (event-modifiers, event-basic-type): Doc fixes.
387
388 2004-07-30 Richard M. Stallman <rms@gnu.org>
389
390 * subr.el (with-local-quit): Doc fix.
391
392 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
393
394 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
395
396 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
397
398 * custom.el (defcustom): Doc fix.
399
400 2004-07-28 Masatake YAMATO <jet@gyve.org>
401
402 * progmodes/etags.el (etags-tags-apropos): Show building progress.
403
404 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * imenu.el (imenu-prev-index-position-function)
407 (imenu-extract-index-name-function, imenu-name-lookup-function)
408 (imenu--index-alist): Docstring redundancy fix.
409
410 2004-07-25 Lars Hansen <larsh@math.ku.dk>
411
412 * wdired.el (wdired-finish-edit): Require dired-aux before locally
413 binding dired-backup-overwrite.
414
415 2004-07-25 John Paul Wallington <jpw@gnu.org>
416
417 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
418
419 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
420
421 * term/tty-colors.el (tty-color-approximate): Doc fix.
422
423 * select.el (x-get-selection, x-set-selection): Doc fixes.
424
425 * frame.el (make-frame): Doc fix.
426
427 2004-07-24 Richard M. Stallman <rms@gnu.org>
428
429 * mail/rmail.el (rmail-mime-charset-pattern):
430 Don't include semicolon in the charset value.
431
432 * replace.el (occur-next-error): Call set-window-point.
433 (occur-engine): Handle negative NLINES.
434
435 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
436
437 * frame.el (modify-all-frames-parameters): Minor doc fix.
438 (set-frame-configuration): Doc fix.
439
440 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
441
442 * simple.el (completion-setup-function): Compute the common parts
443 and the first difference place correctly when
444 partial-completion-mode is on.
445
446 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
447
448 * ps-print.el: Doc fix.
449 (ps-print-version): New version 6.6.5.
450 (ps-printing-region): Doc fix.
451 (ps-generate-string-list): Comment fix.
452 (ps-message-log-max): Code fix.
453
454
455 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
456
457 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
458 generated PostScript.
459
460 2004-07-22 Kim F. Storm <storm@cua.dk>
461
462 * progmodes/make-mode.el: Fix comments.
463
464 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
465
466 * printing.el: Doc fix.
467
468 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
469
470 * frame.el (modify-all-frames-parameters): Minor doc fix.
471
472 2004-07-20 Richard M. Stallman <rms@gnu.org>
473
474 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
475 (fill-delete-newlines): Call sentence-end as function.
476 (fill-nobreak-p, canonically-space-region): Likewise.
477 (fill-nobreak-p): If this break point is at the end of the line,
478 don't consider the newline which follows as a reason to return t.
479
480 2004-07-19 John Paul Wallington <jpw@gnu.org>
481
482 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
483
484 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
485
486 * dired-aux.el (dired-do-kill-lines): Expand docstring.
487 Delete irrelevant code.
488
489 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
490
491 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
492 New docstring. From Luc Teirlinck.
493
494 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
495
496 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
497 section.
498 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
499 non-file buffers. We know it is nil.
500
501 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
502
503 Sync with Tramp 2.0.43.
504
505 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
506 outdated comment.
507 (tramp-locked, tramp-locker): New variables for implementing a
508 global lock.
509 (tramp-sh-file-name-handler): Use them to implement the global
510 lock.
511
512 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
513
514 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
515 calls to respective `xxx` calls.
516 (tramp-process-alive-regexp): Precise doc string.
517 (tramp-multi-action-process-alive): New defun.
518 (tramp-multi-actions): Use it.
519 (tramp-handle-find-backup-file-name): `copy-tree' is available
520 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
521 in order to avoid this function.
522 (tramp-handle-write-region): Set current buffer. If connection
523 wasn't open, `file-modes' has changed it accidently. Reported by
524 David Kastrup <dak@gnu.org>.
525 (tramp-enter-password, tramp-read-passwd): New arguments USER and
526 HOST.
527 (tramp-action-password, tramp-multi-action-password): Apply it.
528 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
529 name must still contain the port number. Otherwise, we have two
530 Tramp buffers, with all the confusion. Reported by Myron Selby
531 <myron@xytech.com> and Rolf Dubitzky
532 <Dubitzky@physi.uni-heidelberg.de>.
533
534 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
535 HOST to `tramp-enter-passwd'.
536
537 * net/tramp-vc.el (all): Code cleanup. Change all
538 `tramp-handle-xxx' calls to respective `xxx` calls.
539
540 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
541
542 * emacs-lisp/testcover.el: New category "potentially-1valued" for
543 functions that are not erroneous if either 1-valued or
544 multi-valued. Detect functions in this class.
545 (testcover-1value-functions, testcover-compose-functions,
546 testcover-progn-functions) Added some additional functions to lists.
547 (testcover-mark): Bugfix when marking up the definition for an
548 empty function.
549
550 2004-07-17 Richard M. Stallman <rms@gnu.org>
551
552 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
553
554 * mail/footnote.el (footnote-section-tag): Use defcustom.
555
556 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
557 Compile font-lock-keywords, not KEYWORDS.
558 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
559 Add warn, check-type. Handle cerror like error.
560
561 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
562
563 * progmodes/which-func.el (which-func-keymap): New var.
564 (which-func-face): New face.
565 (which-func-format): Use them.
566
567 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
568
569 * buff-menu.el (list-buffers-noselect): Append the buffer's
570 process status to its mode name.
571
572 2004-07-16 Kim F. Storm <storm@cua.dk>
573
574 * simple.el (inhibit-mark-movement): New defvar.
575 (beginning-of-buffer, end-of-buffer): Do not push mark if
576 inhibit-mark-movement is non-nil or C-u prefix is given.
577
578 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
579 Init to beginning-of-buffer and end-of-buffer.
580 (cua--undo-push-mark): New defvar.
581 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
582 already active and command is in cua--preserve-mark-commands.
583 Also fix check for shift modifier on non-window systems.
584 (cua--post-command-handler): Clear inhibit-mark-movement if set.
585
586 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
587
588 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
589 of two integers, instead of a cons.
590
591 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
592 `visited-file-modtime' now returns a list of two integers, instead
593 of a cons.
594
595 * dired.el (dired-directory-changed-p): Ditto.
596
597 * progmodes/grep.el (grep): Doc fix.
598
599 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
600
601 * autorevert.el (auto-revert-tail-mode)
602 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
603 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
604 in both at the same time.
605 (auto-revert-tail-mode): New command.
606 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
607 (auto-revert-handler): Revert only either tail or whole file.
608
609 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
610 add auto-revert-tail-mode.
611
612 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
613
614 * printing.el: Doc fix. Change name of some funs.
615 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
616 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
617 (pr-standard-file-name): New fun. Replace pr-standard-path.
618 (pr-call-process): Code fix.
619
620 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
621
622 * subr.el (with-selected-window): Doc fix.
623
624 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
625
626 * subr.el (get-buffer-window-list): Doc fix.
627
628 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
629
630 * files.el (switch-to-buffer-other-window): Doc fix.
631
632 * window.el (save-selected-window, one-window-p)
633 (split-window-keep-point, split-window-vertically)
634 (split-window-horizontally): Doc fixes.
635
636 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
637
638 * printing.el: Doc fix. Now it uses call-process instead of
639 shell-command for low command execution.
640 (pr-version): New version number (6.8).
641 (pr-shell-file-name): Option removed.
642 (pr-shell-command): Fun removed.
643 (pr-call-process): New fun. Replace pr-shell-command.
644 (pr-standard-path, pr-remove-nil-from-list): New funs.
645 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
646 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
647 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
648 (pr-ps-utility-process, pr-txt-print): Code fix.
649
650 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
651
652 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
653 boolean.
654
655 2004-07-09 Lars Hansen <larsh@math.ku.dk>
656
657 * wid-edit.el (widget-field-buffer): Doc fix.
658
659 2004-07-09 John Paul Wallington <jpw@gnu.org>
660
661 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
662 between one and several matches in message.
663
664 2004-07-09 Richard M. Stallman <rms@gnu.org>
665
666 * mouse.el (mouse-set-region-1): If transient-mark-mode
667 is `identity', change it to `only'.
668
669 * simple.el (current-word): Doc fix.
670
671 2004-07-09 Mark A. Hershberger <mah@everybody.org>
672
673 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
674 so that it is more understanding of whitespace.
675
676 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
677 form
678 (("ns" . "element") (attr-list) children) instead of
679 ((:ns . "element") (attr-list) children) in order to reduce the
680 number of symbols used.
681 (xml-skip-dtd): Change to use xml-parse-dtd but set
682 xml-validating-parsing to nil.
683 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
684 (xml-substitute-entity): Remove in favor of new entity substitution.
685 (xml-substitute-special): Rewrite in to substitute complex
686 entities from DOCTYPE declarations.
687 (xml-parse-fragment): Parse fragments from entity deleclarations.
688 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
689 (xml-parse-dtd, xml-substitute-special): Make validity checks
690 conditioned on xml-validating-parser. Add "Not Well Formed" to
691 error messages about well-formedness.
692
693 2004-07-08 Steven Tamm <steventamm@mac.com>
694
695 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
696 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
697 Do not treat double clicks and triple clicks specially in the
698 scroll bar (preventing strange repositioning problems)
699
700 2004-07-06 Stefan <monnier@iro.umontreal.ca>
701
702 * replace.el (query-replace-regexp-eval): Fix last change.
703
704 2004-07-05 Stefan <monnier@iro.umontreal.ca>
705
706 * replace.el (query-replace-descr): New fun.
707 (query-replace-read-from, query-replace-read-args): Default to the
708 previous from&to.
709 (query-replace-read-to): Quote the `from' string when displaying it.
710 (query-replace-regexp-eval): Immediately check read-only status.
711 Use query-replace-read-from to get the \n checking.
712 Quote the `from' string when displaying it.
713 (map-query-replace-regexp, occur-read-primary-args):
714 Quote the `from' string when displaying it.
715
716 * isearch.el (isearch-query-replace): Pass the regexp-ness and
717 delimited-ness of the search to query-replace.
718
719 * replace.el (query-replace-read-from, query-replace-read-to):
720 New funs extracted from query-replace-read-args.
721 (query-replace-read-args): Use them.
722
723 * replace.el (query-replace-interactive, query-replace-read-args):
724 Remove the `initial' special value.
725 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
726 (occur-engine): Remove unused var `matchend'.
727
728 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
729 Use the search string without prompting.
730
731 2004-07-05 Kenichi Handa <handa@m17n.org>
732
733 * international/mule.el (decode-coding-inserted-region):
734 Set last-coding-system-used only when coding is nil.
735
736 2004-07-03 Eli Zaretskii <eliz@gnu.org>
737
738 * progmodes/grep.el (grep-compute-defaults, grep-command)
739 (grep-program, find-program, grep-find-use-xargs, grep-history)
740 (grep-find-history, grep-tag-default, grep-find-command)
741 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
742 Add autoload cookies, for unbundled packages that load `compile'
743 and expect all grep-related symbols to become defined.
744
745 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
746
747 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
748 (iimage-mode-image-search-path): New user option to search the
749 image file.
750 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
751 have locate-file.
752 (iimage-mode-buffer): Use it.
753
754 2004-07-03 Nick Roberts <nickrob@gnu.org>
755
756 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
757 carefully.
758 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
759
760 2004-07-03 Juri Linkov <juri@jurta.org>
761
762 * replace.el (query-replace-read-args): Swallow space after 'foo,
763 not after (quote foo). Match space only immediately after symbol,
764 not anywhere in the whole string.
765
766 2004-07-02 Richard M. Stallman <rms@gnu.org>
767
768 * replace.el (query-replace-read-args): Swallow space after
769 symbols, not after closeparens. But avoid error if string ends there.
770
771 * progmodes/python.el (python-beginning-of-statement):
772 Exit the loop if backward-up-list gets error.
773
774 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
775
776 2004-07-02 Andre Spiegel <spiegel@gnu.org>
777
778 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
779 only if vc-consult-headers is non-nil.
780
781 2004-07-02 Juri Linkov <juri@jurta.org>
782
783 * pcvs.el (cvs-mode-diff-repository): New command.
784
785 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
786
787 2004-07-01 Juri Linkov <juri@jurta.org>
788
789 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
790 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
791 C-M-% to isearch-query-replace-regexp.
792 (minibuffer-local-isearch-map): Add arrow key bindings.
793 Bind C-f to isearch-yank-char-in-minibuffer.
794 (isearch-forward): Doc fix.
795 (isearch-edit-string): Doc fix.
796 (isearch-query-replace, isearch-query-replace-regexp): New funs.
797 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
798 (isearch-yank-char): Add optional arg.
799 (isearch-yank-char-in-minibuffer): New fun.
800
801 * replace.el (query-replace-interactive): Change type from boolean
802 to choice. Add value `initial'.
803 (query-replace-read-args): Handle value `initial' of
804 query-replace-interactive.
805
806 2004-06-29 Kim F. Storm <storm@cua.dk>
807
808 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
809 (breakpoint-disabled-bitmap-face): Add :group 'gud.
810
811 * progmodes/ada-xref.el (ada-tight-gvd-integration):
812 Add :group 'ada.
813
814 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
815
816 2004-06-29 Juri Linkov <juri@jurta.org>
817
818 * replace.el (query-replace-read-args): Swallow a space after
819 everything except )]" which in most cases means after a symbol.
820
821 * emacs-lisp/pp.el (pp-buffer): Add autoload.
822
823 2004-06-28 Richard M. Stallman <rms@gnu.org>
824
825 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
826 More changes to go with previous change in font-lock.el.
827
828 2004-06-26 David Kastrup <dak@gnu.org>
829
830 * replace.el (perform-replace): Highlight the match even in
831 non-query mode if there is potential replace string editing.
832
833 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
834
835 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
836 agree with new return value of `file-remote-p'.
837 This syncs with Tramp 2.0.42.
838
839 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
840 according to new documentation of `file-remote-p'.
841
842 * files.el (file-remote-p): Fix doc to say that return value is
843 identification of remote system, if not nil.
844 (file-relative-name): Use new return value of `file-remote-p'.
845
846 2004-06-26 Nick Roberts <nickrob@gnu.org>
847
848 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
849 (gdb-goto-breakpoint): Fix breakage.
850
851 2004-06-26 Eli Zaretskii <eliz@gnu.org>
852
853 * man.el (Man-getpage-in-background): Add windows-nt to the list
854 of systems where shell-file-name should be used instead of
855 literal "sh".
856
857 2004-06-25 Sam Steingold <sds@gnu.org>
858
859 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
860 function names `(setf symbol)'.
861
862 2004-06-24 Richard M. Stallman <rms@gnu.org>
863
864 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
865
866 * font-lock.el (font-lock-keywords): Change format of compiled values.
867 Document it.
868 (font-lock-add-keywords): If font-lock-keywords is compiled,
869 extract the uncompiled version, modify, then recompile.
870 (font-lock-remove-keywords): Likewise.
871 (font-lock-fontify-keywords-region): Handle changed format.
872 (font-lock-compile-keywords): Handle changed format.
873 (font-lock-set-defaults): Compile the keywords explicitly here.
874
875 2004-06-24 David Kastrup <dak@gnu.org>
876
877 * replace.el (query-replace-read-args): Implement `\,' and `\#'
878 replacements here.
879 (query-replace-regexp): Doc string explaining this and the new
880 `\?' replacement. Remove `\,' and `\#' implementation here, as it
881 is better placed in `query-replace-read-args'.
882 (replace-regexp): Explain `\,', `\#' and `\?'.
883 (replace-match-data): New function for thorough reuse/destruction
884 of old match-data.
885 (replace-match-maybe-edit): Function for implementing `\?' editing.
886 (perform-replace): Fix maintaining of the match stack including
887 already matched regions, implement `\?', fix various problems
888 with regions while editing and other stuff.
889 (replace-highlight): Simplify.
890
891 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
892
893 * progmodes/grep.el (grep-error-screen-columns): New variable.
894 (grep-regexp-alist): Give it the full functionality of gnu style
895 compilation messages with line and column ranges. Ask me for the
896 perl script I'm working on, that uses these.
897
898 2004-06-23 Nick Roberts <nickrob@gnu.org>
899
900 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
901 Remove.
902 (comint-insert-input, comint-mouse-insert-input): New functions
903 based on comint-insert-clicked-input for two bindings but just
904 one functionality.
905
906 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
907
908 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
909
910 2004-06-23 Lars Hansen <larsh@math.ku.dk>
911
912 * files.el (write-contents-functions): Doc fix.
913
914 2004-06-21 Juanma Barranquero <lektu@terra.es>
915
916 * image.el (image-library-alist): Rewrite docstring in active voice.
917
918 2004-06-20 Richard M. Stallman <rms@gnu.org>
919
920 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
921
922 * isearch.el (isearch-repeat): Avoid testing old match data.
923 (isearch-message): Display trailing space in special font
924 when search is failing.
925 (isearch-search-fun-function): Doc fix.
926
927 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
928
929 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
930
931 * frame.el (show-trailing-whitespace): Doc fix.
932
933 * cus-edit.el (custom-variable-documentation): New function.
934 (custom-variable): Use it.
935
936 2004-06-19 Nick Roberts <nickrob@gnu.org>
937
938 * man.el (Man-getpage-in-background): Revert previous change but
939 make cygwin a special case.
940
941 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
942
943 * autorevert.el (global-auto-revert-non-file-buffers):
944 Update docstring.
945
946 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
947
948 * progmodes/compile.el (compilation-error-properties): Store one
949 more than end-col, if present, so that transient-mark-mode will
950 highlight last char too.
951 * progmodes/grep.el (grep-regexp-alist): Match columns and column
952 ranges, if present.
953
954 2004-06-18 Jason Rumney <jasonr@gnu.org>
955
956 * makefile.w32-in: Double percent signs in for loops.
957
958 2004-06-17 David Kastrup <dak@gnu.org>
959
960 * replace.el (query-replace-read-args): Only warn about use of \n
961 and \t when we are doing a regexp replacement and the actual
962 escaped character is n or t.
963 (query-replace-regexp): Add \, and \# interpretation to
964 interactive call and document it.
965 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
966 as shortkey for replace-count.
967 (replace-quote): New function for doubling backslashes.
968
969 2004-06-17 Juanma Barranquero <lektu@terra.es>
970
971 * files.el (parse-colon-path, cd): Mention in docstring that the
972 path separator is colon in GNU-like systems.
973
974 * newcomment.el (comment-region-internal): Fix docstring.
975
976 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
977 (ewoc-invalidate, ewoc-collect): Doc fixes.
978 (ewoc--create-node, ewoc--delete-node-internal):
979 Fix typos in docstring.
980
981 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
982
983 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
984 manual to docstring.
985
986 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
987
988 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
989
990 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
991
992 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
993 Add hyperlink to emacs-xtra manual to docstring.
994
995 * autorevert.el (global-auto-revert-non-file-buffers):
996 Add hyperlink to emacs-xtra manual to docstring, as well as an
997 info-link.
998
999 2004-06-14 Juanma Barranquero <lektu@terra.es>
1000
1001 * image.el (image-library-alist): New variable to map image types
1002 to external libraries. Initialized to nil, unless system-specific
1003 configs change it.
1004 (image-type-available-p): Determine whether an image type is
1005 available by calling `init-image-library'.
1006
1007 * term/w32-win.el (image-library-alist): Initialize to a known set
1008 of probable library names.
1009
1010 2004-06-14 Kenichi Handa <handa@m17n.org>
1011
1012 * international/code-pages.el (windows-1256, cp1125): Fix tables
1013 for several characters.
1014
1015 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1016
1017 2004-06-13 Richard M. Stallman <rms@gnu.org>
1018
1019 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1020
1021 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1022 not "`pc-selection-mode'".
1023
1024 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1025
1026 * simple.el (previous-matching-history-element): Specify a default.
1027
1028 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1029
1030 * cus-face.el (custom-declare-face): Simplify code.
1031
1032 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1033
1034 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1035
1036 * files.el (before-save-hook): Add `time-stamp' to the options.
1037
1038 * time-stamp.el (time-stamp): Recommend adding it to
1039 `before-save-hook', rather than `write-file-functions'.
1040 Make a similar change in `Commentary' section.
1041
1042 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1043
1044 * diff-mode.el (diff-current-defun): If at start of hunk, use
1045 position of first change.
1046
1047 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1048
1049 * dired-x.el (dired-mark-omitted): Bind to "*O".
1050
1051 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1052
1053 * bookmark.el (bookmark-bmenu-relocate): New function, as
1054 suggested by David J. Biesack <David.Biesack@sas.com>.
1055 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1056 (bookmark-bmenu-mode): Describe binding in doc string.
1057 (bookmark-set-filename): Save the bookmark list if it's time.
1058
1059 2004-06-13 Kenichi Handa <handa@m17n.org>
1060
1061 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1062 (ccl-untranslated-to-ucs): Fix typo.
1063
1064 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1065
1066 * progmodes/python.el (python-open-block-statement-p):
1067 Fix indentation after a block opening that contains a comment.
1068
1069 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1070
1071 * bindings.el (completion-ignored-extensions): Add file extensions
1072 of Python byte-compiled files.
1073
1074 2004-06-12 Juri Linkov <juri@jurta.org>
1075
1076 * info.el (Info-goto-node): Add autoload.
1077 (Info-toc): Add substring-no-properties on Info file name.
1078 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1079 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1080
1081 2004-06-12 Kenichi Handa <handa@m17n.org>
1082
1083 * international/mule-cmds.el (set-language-environment):
1084 Load subst tables if necessary.
1085
1086 * international/mule.el (decode-char): Load subst tables if necessary.
1087 (encode-char): Likewise.
1088
1089 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1090 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1091 (utf-16le-decode-loop): Set r5 to -1 before loop.
1092 (utf-16be-decode-loop): Likewise.
1093 (ccl-decode-mule-utf-16le): Add EOF processing block.
1094 (ccl-decode-mule-utf-16be): Likewise.
1095 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1096 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1097 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1098 (ccl-mule-utf-16-encode-untrans): New CCL.
1099 (utf-16-decode-to-ucs): Handle pre-read character.
1100 (utf-16le-encode-loop): Handle surrogate pair.
1101 (utf-16be-encode-loop): Likewise.
1102 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1103 of utf-16le-encode-loop.
1104 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1105 of utf-16be-encode-loop.
1106 (mule-utf-16-post-read-conversion):
1107 Call utf-8-post-read-conversion at first.
1108 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1109 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1110 Add post-read-conversion and pre-write-conversion.
1111
1112 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1113 (utf-translate-cjk-unicode-range): New variable.
1114 (utf-translate-cjk-load-tables): New function.
1115 (utf-lookup-subst-table-for-decode): New function.
1116 (utf-lookup-subst-table-for-encode): New function.
1117 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1118 tables here. Update safe-charsets of utf-* coding systems.
1119 (ccl-mule-utf-untrans): New CCL.
1120 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1121 at end of each branch.
1122 (ccl-mule-utf-8-encode-untrans): New CCL.
1123 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1124 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1125 length of encoding. Don't return r0.
1126 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1127 (utf-8-post-read-conversion): Narrow to region properly.
1128 If utf-translate-cjk-mode is on, load tables if necessary.
1129 Call utf-8-compose with hash-table arg if necessary.
1130 Call XXX-compose-region instead of XXX-post-read-convesion.
1131 (utf-8-pre-write-conversion): New function.
1132 (mule-utf-8): Include CJK charsets in safe-charsets if
1133 utf-translate-cjk-mode is on. Add pre-write-conversion.
1134
1135 * international/characters.el: Temporarily set
1136 utf-translate-cjk-mode to nil.
1137
1138 * language/devan-util.el (devanagari-compose-region):
1139 Add autoload cookie.
1140
1141 * international/ccl.el (ccl-dump-call): Fix printing the
1142 subroutine name.
1143
1144 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1145
1146 * dired.el (dired-revert): If buffer is marked unmodified before
1147 reverting, keep it marked unmodified.
1148 Adapt to new conventions for commenting out code.
1149 (dired-make-relative): Adapt to new conventions for commenting out code.
1150
1151 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1152
1153 * eshell/esh-module.el (eshell-load-defgroups):
1154 Bind `vc-handled-backends' to nil when opening files.
1155
1156 2004-06-11 Juanma Barranquero <lektu@terra.es>
1157
1158 * files.el (parse-colon-path, cd): Doc fixes (refer to
1159 `path-separator', not colon).
1160
1161 2004-06-10 Juanma Barranquero <lektu@terra.es>
1162
1163 * newcomment.el (comment-search-forward)
1164 (comment-search-backward): Fix typos in docstring.
1165 (comment-region): Doc fix.
1166
1167 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1168
1169 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1170 switch is no longer stored in `dired-switches-alist'.
1171
1172 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1173 `dired-switches-alist'.
1174
1175 2004-06-10 Kim F. Storm <storm@cua.dk>
1176
1177 * pcvs.el (cvs-mode-diff-yesterday): New command.
1178
1179 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1180
1181 2004-06-10 Juri Linkov <juri@jurta.org>
1182
1183 * emacs-lisp/edebug.el (edebug-eval-defun):
1184 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1185 Fix docstring.
1186
1187 * simple.el (eval-expression-print-format): Don't print additional
1188 information on the first call to `eval-print-last-sexp'.
1189 (next-error-find-buffer): Fix punctuation.
1190 (killing) <defgroup>: Fix punctuation.
1191 (yank-excluded-properties): Change group from editing to killing.
1192
1193 * replace.el (perform-replace): Use `limit' to terminate the
1194 while-loop explicitly.
1195
1196 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1197
1198 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1199 Use lc-*.xpm as prefix instead of *-locol.xpm.
1200
1201 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1202 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1203 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1204 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1205 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1206 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1207 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1208 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1209 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1210 * toolbar/lc-up_arrow.xpm:
1211 Renamed from *-locol.xpm.
1212
1213 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1214
1215 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1216 include forms like &<str>; as valid url patterns.
1217
1218 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1219
1220 * dired.el (dired-diff, dired-backup-diff)
1221 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1222 (dired-do-chown, dired-do-touch, dired-do-print)
1223 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1224 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1225 (dired-create-directory, dired-do-copy, dired-do-symlink)
1226 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1227 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1228 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1229 (dired-maybe-insert-subdir, dired-next-subdir)
1230 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1231 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1232 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1233 (dired-run-shell-command, dired-query): Remove redundant,
1234 or incorrect, autoloads.
1235
1236 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1237 does not end in a slash. Add optional argument KILL-ROOT.
1238 Update docstring.
1239 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1240 (dired-query): Add autoloads.
1241
1242 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1243
1244 * progmodes/compile.el (compilation-set-window-height):
1245 Rearrange the save-* functions because a buffer can have several current
1246 point in different windows.
1247 (compilation-error-regexp-alist-alist): Recognize {standard input}
1248 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1249
1250 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1251
1252 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1253 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1254 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1255 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1256 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1257 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1258 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1259 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1260 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1261 * toolbar/up_arrow-locol.xpm:
1262 New versions of icons that uses fewer colors.
1263
1264 * toolbar/tool-bar.el (tool-bar-local-item)
1265 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1266 if display-color-cells is 256 or less.
1267
1268 2004-06-08 Kim F. Storm <storm@cua.dk>
1269
1270 * wid-edit.el (widget-specify-button): Use hand pointer rather
1271 than mouse-face as visible mouse-over effect.
1272
1273 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1274
1275 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1276 and `print-level' to nil when writing out `save-place-alist'.
1277 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1278
1279 2004-06-07 Juanma Barranquero <lektu@terra.es>
1280
1281 * completion.el (completion-kill-region): Doc fix.
1282
1283 * format.el (format-insert-annotations)
1284 (format-annotate-location): Doc fixes.
1285 (format-subtract-regions): Make arguments match their use in docstring.
1286
1287 * simple.el (kill-region): Doc fix.
1288
1289 * subr.el (insert-buffer-substring-no-properties)
1290 (insert-buffer-substring-as-yank): Doc fixes.
1291
1292 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1293
1294 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1295 Update docstring.
1296 (dired-reset-subdir-switches): New function.
1297
1298 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1299 Limit scope of `buffer-read-only' binding.
1300
1301 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1302
1303 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1304 eshell-explicit-command-char.
1305
1306 2004-06-06 Juanma Barranquero <lektu@terra.es>
1307
1308 * help-fns.el (help-argument-name): Inherit from italic face only
1309 if the frame supports it.
1310
1311 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1312
1313 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1314 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1315 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1316 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1317 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1318 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1319 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1320 New conversions from xpm files.
1321
1322 * toolbar/README: New file.
1323
1324 2004-06-06 Richard M. Stallman <rms@gnu.org>
1325
1326 * isearch.el (isearch-mode-map): Undo previous change.
1327
1328 2004-06-05 Juri Linkov <juri@jurta.org>
1329
1330 * bindings.el (debug-ignored-errors): Add regexps for history
1331 related messages. Remove $ from "No further undo information".
1332 Move Ediff's messages to ediff.el.
1333
1334 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1335
1336 * cus-edit.el (custom-display): Add `min-colors'.
1337
1338 * custom.el (defface): Add `supports' to docstring.
1339
1340 * help-fns.el (help-argument-name): Add :group 'help.
1341
1342 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1343
1344 * find-dired.el (find-ls-subdir-switches): New user option.
1345 (find-dired): No longer call `abbreviate-file-name' on DIR.
1346 Set `dired-subdir-switches' buffer-locally.
1347
1348 * locate.el: Merge the two `Commentary' sections.
1349 (locate-ls-subdir-switches): New user option.
1350 (locate): Update for other changes.
1351 (locate-mode-map): Restore Dired binding for mouse-2.
1352 Bind `locate-mouse-view-file' to M-mouse-2.
1353 Bind `l' to `locate-do-redisplay'.
1354 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1355 (locate-mouse-view-file, locate-tags, locate-find-directory):
1356 Print message if used outside main listing.
1357 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1358 Various changes to support inserted subdirectories.
1359 (locate-insert-header): Change header of *Locate* buffer.
1360
1361 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1362 Change interactive default switches.
1363 (dired-rename-subdir-2): Update `dired-switches-alist'.
1364 (dired-insert-subdir, dired-kill-subdir):
1365 Handle `dired-switches-alist'. Do not mark buffer modified.
1366 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1367 (dired-insert-subdir-doinsert): Omit messages.
1368 Handle `dired-subdir-switches'.
1369 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1370
1371 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1372 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1373 subdirs if -R switch is used for a subdir.
1374 (dired-mode): Set `dired-switches-alist'.
1375 (dired-build-subdir-alist): Only print number of directories in
1376 echo area when invoked interactively.
1377
1378 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1379
1380 * dired-x.el (dired-omit-mode): Rename from
1381 dired-omit-files-p. Use define-minor-mode to define it.
1382 (dired-omit-files-p): Add as alias for dired-omit-mode.
1383 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1384 dired-mark-omitted.
1385 (dired-mark-omitted): Add. Bind to M-O.
1386
1387 2004-06-05 Kenichi Handa <handa@m17n.org>
1388
1389 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1390
1391 2004-06-05 Juanma Barranquero <lektu@terra.es>
1392
1393 * help-fns.el (help-argument-name): Reintroduce face.
1394 (help-default-arg-highlight): Use it, now that
1395 `face-differs-from-default-p' can be trusted.
1396
1397 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1398
1399 * textmodes/table.el: Sentence commands added to Point Motion
1400 group; kill and backward-kill commands added to Extraction group.
1401
1402 2004-06-04 Mario Lang <mlang@delysid.org>
1403
1404 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1405 systems appear to use mW, make the code handle this. Fix a
1406 division-by-zero bug while at it, and handle kernels with
1407 a slightly different layout in /proc/acpi.
1408
1409 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1410
1411 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1412 because the latter is a CL-ism. This fixes the bug reported by
1413 Shawn Boyette <mdxi@collapsar.net> in
1414 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1415
1416 2004-06-04 Miles Bader <miles@gnu.org>
1417
1418 * faces.el (display-supports-face-attributes-p): Function moved to
1419 C code. Previously only the tty-related portion of this function
1420 was done in C; however the previous attempt to do a halfway-proper
1421 job for non-tty displays in lisp didn't work properly because of
1422 funny conditions during Emacs startup.
1423 (face-differs-from-default-p): Simplify, now that
1424 display-supports-face-attributes-p works properly on all display
1425 types. Remove :stipple from comparison; it doesn't really work
1426 in emacs anyway.
1427
1428 2004-06-04 Miles Bader <miles@gnu.org>
1429
1430 * faces.el (face-differs-from-default-p): Use a different
1431 implementation, so we can really check whether FACE displays
1432 differently or not.
1433
1434 2004-06-04 Miles Bader <miles@gnu.org>
1435
1436 * faces.el (display-supports-face-attributes-p): Implement a
1437 `different from default' check for non-tty displays.
1438
1439 2004-06-03 David Kastrup <dak@gnu.org>
1440
1441 * woman.el (woman-mapcan): More concise code.
1442 (woman-topic-all-completions, woman-topic-all-completions-1)
1443 (woman-topic-all-completions-merge): Replace by a simpler and
1444 much faster implementation based on O(n log n) sort/merge instead
1445 of the old O(n^2) behavior.
1446
1447 2004-06-03 Miles Bader <miles@gnu.org>
1448
1449 * subr.el (read-number): Use canonical format for default in prompt.
1450
1451 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1452 Add regexp for " [...]" style defaults.
1453
1454 2004-06-02 Romain Francoise <romain@orebokech.com>
1455
1456 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1457 groups: if the user asks for a hidden buffer, open the
1458 corresponding filter group to expose it.
1459
1460 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1461 `ibuffer-jump-to-buffer'.
1462 (ibuffer-jump-offer-only-visible-buffers): New user option.
1463
1464 2004-06-02 Juanma Barranquero <lektu@terra.es>
1465
1466 * faces.el (frame-update-faces): Add empty docstring so the one
1467 for `ignore' doesn't show through.
1468
1469 * subr.el (process-kill-without-query): Remove spurious "\n" on
1470 obsolescence string.
1471 (focus-frame, unfocus-frame): Add obsolescence declaration and
1472 empty docstring.
1473
1474 * international/mule.el (register-char-codings): Make alias for
1475 `ignore'. Move docstring to obsolescence info and remove redundancy.
1476
1477 2004-06-02 Kim F. Storm <storm@cua.dk>
1478
1479 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1480 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1481
1482 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * comint.el (comint-replace-by-expanded-history-before-point):
1485 Obey `start' as the docstring says.
1486 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1487 (comint-update-fence): Prevent font-lock from running unnecessarily.
1488 (comint-dynamic-list-completions): Use with-current-buffer.
1489
1490 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1491
1492 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1493 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1494 (bibtex-entry-update): Handle alternatives and optional fields.
1495 (bibtex-parse-entry): Bugfix, handle empty key.
1496
1497 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1500
1501 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1502
1503 * desktop.el (desktop-save): Don't save minor modes without a
1504 known mode initialization function.
1505
1506 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1507
1508 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1509
1510 * autorevert.el: Update `Commentary' section.
1511
1512 2004-05-30 Juanma Barranquero <lektu@terra.es>
1513
1514 * dos-fns.el (convert-standard-filename):
1515 * files.el (convert-standard-filename):
1516 * w32-fns.el (convert-standard-filename):
1517 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1518
1519 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1520
1521 Sync with Tramp.
1522
1523 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1524 (tramp-let-maybe): Move to an earlier spot in the file.
1525 Patch by Andreas Schwab.
1526
1527 2004-05-30 Andreas Schwab <schwab@suse.de>
1528
1529 * dired.el (dired-get-filename): Don't use dired-re-dot.
1530
1531 2004-05-30 Richard M. Stallman <rms@gnu.org>
1532
1533 * files.el (find-file): Doc fix.
1534
1535 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1536
1537 2004-05-30 Nick Roberts <nickrob@gnu.org>
1538
1539 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1540 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1541 modeline of the locals buffer.
1542 (gdb-goto-breakpoint): Handle gdbmi.
1543 (gdb-get-frame-number): Change for gdbmi.
1544
1545 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1546
1547 * files.el (file-remote-p): Apply file name handler for operation
1548 `file-remote-p'. It isn' a property any longer.
1549 (file-relative-name): `fh' and `fd' get the required value via
1550 `find-file-name-handler' already.
1551
1552 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1553 (top): Remove setting of `file-remote-p' property for
1554 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1555
1556 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1557
1558 Version 2.0.41 of Tramp released.
1559
1560 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1561 Throw away if process has died.
1562 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1563 (tramp-out-of-band-prompt-regexp): Rename to
1564 `tramp-process-alive-regexp', because its usage is widen.
1565 (tramp-actions-copy-out-of-band): Apply it.
1566 (tramp-actions-before-shell, tramp-multi-actions):
1567 Add `tramp-action-process-alive' action.
1568 (tramp-action-process-alive): New defun.
1569 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1570 Add entry for `file-remote-p'.
1571 (tramp-handle-file-remote-p): New defun.
1572 (top): Remove setting of `file-remote-p'. Don't set
1573 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1574
1575 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1576 `file-remote-p'.
1577
1578 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1579 counted for (last) line. [They should or they shouldn't? --Stef]
1580 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1581
1582 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1583
1584 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1585 not really necessary but seems to keep the shell history smaller
1586 in some cases. It is no substitute for setting HISTFILE and
1587 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1588 though. Suggested by Luc Teirlinck.
1589 (tramp-open-connection-setup-interactive-shell): Export variables
1590 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1591 (tramp-set-process-query-on-exit-flag): New compat function.
1592 (tramp-open-connection-multi, tramp-open-connection-su)
1593 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1594 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1595 (tramp-let-maybe): New macro, let-binds a variable only if it
1596 isn't obsolete.
1597 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1598 (tramp-handle-file-truename): Use it.
1599 (tramp-completion-file-name-regexp-unified): Avoid matching
1600 filenames starting with "/:" -- those are reserved for
1601 file-name-non-special.
1602
1603 * tramp-smb.el (tramp-smb-open-connection):
1604 Use tramp-set-process-query-on-exit-flag compat function.
1605
1606 2004-05-29 Richard M. Stallman <rms@gnu.org>
1607
1608 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1609
1610 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1611 (eval-last-sexp-print-value): Print char equivalent regardless
1612 of standard-output value.
1613
1614 * thumbs.el (thumbs-subst-char-in-string): Delete.
1615 (thumbs-thumbname): Use subst-char-in-string.
1616 (thumbs-resize-image): Use condition-case, not ignore-errors.
1617 (thumbs-kill-buffer): Likewise.
1618
1619 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1620 (thumbs-mode): Make buffer read-only.
1621 (thumbs-make-thumb): Unconditionally accept an existing file.
1622 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1623 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1624 (thumbs-show-thumbs-list): Error if images not supported.
1625 (thumbs-save-current-image): Improve prompt string.
1626 (thumbs-mode-map): Define u, R, x.
1627 (thumbs-unmark): New command.
1628 (thumbs-emboss-image): Minor cleanup.
1629 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1630 (thumbs-rename-images): New command.
1631 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1632
1633 * thumbs.el (thumbs-current-image): New function.
1634 (thumbs-file-list, thumbs-file-alist): New functions.
1635 (thumbs-find-image): Delete arg L.
1636 Don't set up thumbs-fileL as buffer-local global var.
1637 (thumbs-find-image-at-point): Use thumbs-current-image.
1638 (thumbs-set-image-at-point-to-root-window): Likewise.
1639 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1640 Record and warn about errors. Update thumbs-markedL for deletions.
1641 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1642 (thumbs-redraw-buffer): Use thumbs-file-list.
1643 (thumbs-mark): Use thumbs-current-image.
1644 (thumbs-show-name): Use thumbs-current-image.
1645
1646 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1647 and imenu--last-menubar-index-alist.
1648
1649 * subr.el (with-selected-window): Undo previous change.
1650
1651 2004-05-29 John Paul Wallington <jpw@gnu.org>
1652
1653 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1654 (thumbs-mouse-find-image): New command.
1655 (thumbs-mode-map): Bind it to mouse-2.
1656 (thumbs-mode): Make mode-class special.
1657 (thumbs-view-image-mode): Likewise.
1658
1659 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1660
1661 * flymake.el: New file.
1662
1663 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1664
1665 * files.el (find-file-noselect-1): Do not bind
1666 `inhibit-read-only' to t during execution of
1667 `find-file-not-found-functions'.
1668
1669 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1672 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1673
1674 2004-05-28 Juri Linkov <juri@jurta.org>
1675
1676 * simple.el (eval-expression-print-format): New fun.
1677
1678 * simple.el (eval-expression):
1679 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1680 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1681 (edebug-eval-expression): Print additionally the value returned by
1682 `eval-expression-print-format'.
1683
1684 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1685 (insert-pair): Make arguments optional. Find character pair
1686 from `insert-pair-alist' according to the last input event.
1687 (insert-parentheses): Make arguments optional.
1688 (raise-sexp, delete-pair): New funs.
1689
1690 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1691 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1692 Bind C-M-q to `indent-pp-sexp'.
1693
1694 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1695 `pp-to-string' modified to be able to format text with newlines.
1696 (pp-to-string): Move the buffer-formatting part of the code to
1697 `pp-buffer'. Call `pp-buffer'.
1698
1699 * info.el (Info-desktop-buffer-misc-data): Don't save information
1700 about virtual files.
1701 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1702 buffers with names obtained from the desktop file instead of the
1703 default *info* buffer.
1704
1705 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * subr.el (with-selected-window): Only save/restore the selected window.
1708
1709 * progmodes/compile.el (compilation-error-regexp-alist):
1710 Use expand-file-name and data-directory.
1711
1712 * progmodes/grep.el (grep-tree): Rework previous fix.
1713
1714 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1715 after the user marked text with the mouse.
1716
1717 * startup.el (command-line): Keep the first regexp of
1718 auto-save-file-name-transforms intact.
1719
1720 2004-05-28 Juanma Barranquero <lektu@terra.es>
1721
1722 * cus-edit.el (customize-face, customize-face-other-window)
1723 (custom-face-edit-delete): Make arguments match their use in
1724 docstring.
1725 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1726 docstring.
1727
1728 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1729 not `cvs-butlast'.
1730
1731 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1732 `nbutlast' are in subr.el).
1733
1734 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1735 (set-w32-system-coding-system): Doc fixes.
1736
1737 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1738 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1739 Make arguments match their use in docstring.
1740 (artist-draw-region-trim-line-endings)
1741 (artist-mouse-choose-operation): Fix typo in docstring.
1742 (artist-key-set-point-common): Doc fix.
1743
1744 2004-05-28 Simon Josefsson <jas@extundo.com>
1745
1746 * mail/smtpmail.el (smtpmail-open-stream):
1747 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1748
1749 2004-05-26 Simon Josefsson <jas@extundo.com>
1750
1751 * starttls.el: Merge with my GNUTLS based starttls.el.
1752 (starttls-gnutls-program, starttls-use-gnutls)
1753 (starttls-extra-arguments, starttls-process-connection-type)
1754 (starttls-connect, starttls-failure, starttls-success): New variables.
1755 (starttls-program, starttls-extra-args): Doc fix.
1756 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1757 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1758 and pass on to corresponding *-gnutls function if it is set.
1759
1760 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1761
1762 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1763 remote files.
1764
1765 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1766
1767 * files.el (file-name-non-special): There are more operations
1768 which need handling: `find-backup-file-name',
1769 `insert-file-contents', `verify-visited-file-modtime',
1770 `write-region'. Rename t value of method to `add'. Add new
1771 methods `quote' and `unquote-then-quote' to file-arg-indices.
1772
1773 2004-05-25 Juri Linkov <juri@jurta.org>
1774
1775 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1776 (Info-index-nodes): Enclose code in condition-case to catch errors.
1777 (Info-index-node): Don't search all index nodes if request is only
1778 for the current node and file is not in the cache of index nodes.
1779 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1780 for consistency with dired-copy-filename-as-kill.
1781 Bind `S' to Info-search-case-sensitively.
1782 (Info-copy-current-node-name): New arg. With zero prefix arg put
1783 the name inside a function call to `info'. Display copied text in
1784 the echo area.
1785
1786 2004-05-25 Sam Steingold <sds@gnu.org>
1787
1788 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1789 strip the package prefix from the symbol name, if any.
1790 Make it the `find-tag-default-function' for `lisp-mode'.
1791
1792 2004-05-25 John Paul Wallington <jpw@gnu.org>
1793
1794 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1795 instead of obsolete `process-kill-without-query'.
1796
1797 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1798 Declare as variable, not constant.
1799
1800 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1801
1802 * files.el (find-file-noselect-1): Fix bug introduced by
1803 Revision 1.694. As a side effect, `inhibit-read-only'
1804 is again, by default, t during execution of
1805 `find-file-not-found-functions'.
1806 (insert-directory): Check that lines were really inserted by
1807 the --dired switch, before erasing them.
1808
1809 2004-05-24 Nick Roberts <nickrob@gnu.org>
1810
1811 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1812 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1813 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1814 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1815 gud-minor-mode (gdbmi).
1816
1817 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1818
1819 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1820 explicitly select the text to be taken as URL.
1821
1822 2004-05-23 Juri Linkov <juri@jurta.org>
1823
1824 * info.el (Info-index-nodes): New var and fun.
1825 (Info-goto-index, Info-index, info-apropos)
1826 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1827 (Info-index): Fix docstring. Store and restore Info-history-list.
1828 (Info-complete-nodes): New var.
1829 (Info-complete-menu-item): Use it.
1830 (Info-index-node): New fun.
1831 (Info-final-node, Info-forward-node, Info-backward-node)
1832 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1833 Use Info-index-node.
1834 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1835 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1836 (Info-find-node-2): If a node with period in its name not found,
1837 try to find a node without the name part after period.
1838 (Info-select-node): Call Info-fontify-node only if
1839 Info-fontify-maximum-menu-size is not nil.
1840 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1841 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1842 Preserve Info-history-list.
1843 (Info-toc): Set Info-current-file.
1844 (Info-build-toc): Move point to the beginning of the buffer.
1845 Add main-file variable.
1846 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1847 Use backslashed representation of the control character ^_.
1848
1849 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1850 numbers in the new Texinfo 4.7 format.
1851
1852 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1853 regexps for function and variable names.
1854
1855 * descr-text.el (describe-property-list): Add [show] button for
1856 `syntax-table' property with action to pp to a separate buffer.
1857 (describe-char): Replace search-forward by re-search-forward with
1858 whitespace regexp after "character:" to not fail in too narrow windows.
1859
1860 * simple.el (next-error-find-buffer): Add a rule to return
1861 next-error capable buffer if one window on the selected frame
1862 displays such buffer.
1863
1864 2004-05-23 Nick Roberts <nickrob@gnu.org>
1865
1866 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1867 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1868 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1869 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1870 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1871 Handle new value for gud-minor-mode (gdbmi).
1872 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1873 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1874 Change from local to global gdb variable set.
1875 (gdb-ann3): Initialise above gdb variable set.
1876 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1877 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1878 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1879 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1880 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1881 (gdb-info-locals-handler, gdb-invalidate-assembler)
1882 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1883 set as global variables.
1884 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1885 Handle gdbmi.
1886 (gdb-info-breakpoints-custom): Fix regexp.
1887 (def-gdb-var): Delete.
1888
1889 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1890 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1891 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1892 a new mode. The file (gdb-mi.el) for this mode will be included
1893 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1894 primary interface.
1895
1896 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1897
1898 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1899 interpreted as a directory.
1900
1901 2004-05-22 Richard M. Stallman <rms@gnu.org>
1902
1903 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1904 as a close quote.
1905
1906 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1907
1908 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1909 Use assoc-string, not assoc-ignore-case.
1910
1911 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1912
1913 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1914 If moving back then fwd gets a defun that ends before point,
1915 try again moving fwd then back.
1916
1917 * files.el (file-name-non-special): Allow t in file-arg-indices
1918 to mean requote the return value. Use `identity' as an element
1919 rather than as the whole value.
1920
1921 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1922
1923 2004-05-22 Juanma Barranquero <lektu@terra.es>
1924
1925 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1926 `help-make-usage'.
1927 (help-highlight-arguments): Skip function name before searching
1928 for arguments.
1929
1930 2004-05-21 Juanma Barranquero <lektu@terra.es>
1931
1932 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1933 Don't mention in the docstring these arguments meant for
1934 internal (recursive) use only.
1935 (allout-char-spec): Comment out (it's not implemented).
1936 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1937 obsolescence declaration.
1938 (allout-flatten-exposed-to-buffer)
1939 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1940 (my-mark-marker): Doc fix.
1941 (produce-allout-mode-map, allout-sibling-index)
1942 (allout-isearch-expose, allout-distinctive-bullet)
1943 (allout-open-topic, allout-reindent-body)
1944 (allout-rebullet-heading, allout-process-exposed)
1945 (allout-insert-listified, allout-latex-verb-quote)
1946 (allout-insert-latex-header, allout-insert-latex-trailer):
1947 Make arguments match their use in docstring.
1948 (allout-primary-bullet, allout-old-style-prefixes)
1949 (allout-inhibit-protection, allout-init, allout-mode)
1950 (allout-before-change-protect, allout-flag-region):
1951 Use "Emacs" instead of "emacs" in docstrings.
1952
1953 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1954
1955 * international/characters.el: Modify syntax of more characters.
1956
1957 2004-05-21 Masatake YAMATO <jet@gyve.org>
1958
1959 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1960 (etags-tags-completion-table): Show parsing progress.
1961
1962 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1963
1964 * locate.el (locate-prompt-for-command): Shorten first line of
1965 docstring.
1966 (locate-mode): Expand docstring and include keymap summary.
1967
1968 * files.el (find-file-noselect-1): Limit the scope of the
1969 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1970 is, by default, nil during the execution of
1971 `find-file-not-found-functions' and `find-file-hook'.
1972
1973 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1974
1975 * facemenu.el (facemenu-color-name-equal): New function.
1976 (list-colors-display): Use it to compare colors instead of
1977 facemenu-color-equal.
1978
1979 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1980
1981 * compare-w.el (compare-windows-face): Use min-colors instead of
1982 checking for tty or pc types.
1983
1984 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1987 (completion-setup-function): Use with-current-buffer.
1988 Properly save excursion. Simplify.
1989 Don't assume there is necessarily a `mouse-face' property somewhere.
1990
1991 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1992
1993 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1994
1995 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1996 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1997 Use with-current-buffer.
1998 (byte-goto-log-buffer): Delete.
1999 (byte-compile-log-file): Call compilation-forget-errors.
2000
2001 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2002
2003 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2004 output messages into the search result.
2005
2006 2004-05-19 Masatake YAMATO <jet@gyve.org>
2007
2008 * wid-edit.el (widget-radio-button-notify): Revert my last
2009 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2010
2011 2004-05-19 Kenichi Handa <handa@m17n.org>
2012
2013 * international/characters.el: Fix syntax (open/close) of CJK chars.
2014
2015 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2016
2017 * help-mode.el (help-go-back): Don't depend on position of back button.
2018
2019 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2022 files files don't contain an accidental additional /.
2023
2024 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2025 in source buffer.
2026
2027 2004-05-18 Masatake YAMATO <jet@gyve.org>
2028
2029 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2030 to widget-apply. :action method assumes 2 arguments, not 3.
2031
2032 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2033
2034 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2035 New constants.
2036 (hs-special-modes-alist): Add an f90-mode entry.
2037
2038 2004-05-17 Sam Steingold <sds@gnu.org>
2039
2040 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2041 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2042
2043 2004-05-16 Kim F. Storm <storm@cua.dk>
2044
2045 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2046
2047 2004-05-15 John Wiegley <johnw@newartisans.com>
2048
2049 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2050 (eshell-output-object-to-target): Improve output speed 20% by not
2051 calling `eshell-stringify' if something is already known to be a string.
2052
2053 2004-05-15 Alex Ott <ott@jet.msk.su>
2054
2055 * textmodes/ispell.el (ispell-local-dictionary-alist):
2056 Add windows-1251 to the choice of coding systems.
2057 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2058 encoded in cp1251.
2059
2060 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2061
2062 * progmodes/compile.el (compilation-warning-face)
2063 (compilation-info-face): Use min-colors.
2064
2065 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2066
2067 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2068 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2069 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2070 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2071 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2072 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2073 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2074 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2075 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2076 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2077 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2078 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2079 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2080 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2081
2082 2004-05-15 Kim F. Storm <storm@cua.dk>
2083
2084 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2085 Use it to set triggered-p element of timer.
2086 (timer-event-handler): Set triggered-p element non-nil while running
2087 the timer function.
2088
2089 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * descr-text.el (describe-char-unicode-data)
2092 (describe-char-unicodedata-file): Re-enable the unicode code now that
2093 the licensing issues have been cleared in the unicode-4 license.
2094 (describe-text-properties-1): Remove unused `overlay' var.
2095 (describe-char): Remove unused var `buffer'.
2096
2097 2004-05-14 David Ponce <david@dponce.com>
2098
2099 * tree-widget.el: New file.
2100
2101 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2102
2103 * language/european.el ("Brazilian Portuguese"): Add support for
2104 Brazilian Portuguese.
2105
2106 2004-05-13 John Wiegley <johnw@newartisans.com>
2107
2108 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2109 `recentf-mode' if this variable has been customized to t.
2110
2111 * eshell/esh-test.el (eshell-test): Call the function
2112 `emacs-version' rather than trying to build a custom version string.
2113
2114 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * net/telnet.el (telnet-mode): Use define-derived-mode.
2117 Don't modify the global value of comint-prompt-regexp.
2118
2119 2004-05-13 John Paul Wallington <jpw@gnu.org>
2120
2121 * version.el (emacs-version): Check for `gtk' feature before
2122 `x-toolkit' feature.
2123
2124 2004-05-13 Juanma Barranquero <lektu@terra.es>
2125
2126 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2127 arguments in the docstring, they're used only in recursive calls.
2128
2129 * help-fns.el (help-arg-highlighting-function)
2130 (help-argument-name): Delete.
2131 (help-default-arg-highlight): New function.
2132 (help-do-arg-highlighting): Use it.
2133
2134 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2135
2136 * calendar/appt.el (appt-disp-window):
2137 Use `calendar-set-mode-line' for a centered mode-line.
2138
2139 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2140
2141 * calendar/appt.el (appt-disp-window): Do not split window
2142 excessively when `split-height-threshold' is low.
2143
2144 2004-05-12 Nick Roberts <nickrob@gnu.org>
2145
2146 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2147 kill-buffer-hook here and make it local.
2148 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2149
2150 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2151
2152 * progmodes/compile.el (compilation-set-window-height):
2153 Use save-excursion to protect against misplaced marker.
2154
2155 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2156
2157 * custom.el (defface): Document that type can have value gtk.
2158
2159 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2160
2161 2004-05-12 Kenichi Handa <handa@m17n.org>
2162
2163 * descr-text.el: Require quail at comile time.
2164 (describe-char): If an input method is on and it supports the
2165 character, show how to input it.
2166
2167 * international/quail.el (quail-install-decode-map): Accept a
2168 char-table whose subtype is `quail-decode-map'.
2169 (quail-store-decode-map-key, quail-gen-decode-map1)
2170 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2171 (quail-show-key): New functions.
2172
2173 2004-05-12 Juanma Barranquero <lektu@terra.es>
2174
2175 * generic.el (define-generic-mode): Remove redundant arglist info.
2176
2177 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2178 Make arguments match their use in docstring.
2179 (help-arg-highlighting-function): New variable.
2180 (help-argument-name): Mention it in the docstring.
2181 (help-do-arg-highlight): Use it. Expand regexp to accept also
2182 ARG-xxx and xxx-ARG references.
2183
2184 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2185
2186 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2187 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2188 and "mailto:addr1?to=addr2" equal.
2189
2190 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2191
2192 * man.el (Man-getpage-in-background): Use shell-file-name
2193 and shell-command-switch variables instead of hard-coded values.
2194
2195 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2196
2197 * iimage.el: New file.
2198
2199 2004-05-11 Juanma Barranquero <lektu@terra.es>
2200
2201 * custom.el (custom-initialize-default, defcustom):
2202 Fix typo in docstring.
2203
2204 * files.el (set-visited-file-name, file-expand-wildcards):
2205 Fix docstring.
2206
2207 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2210
2211 * subr.el (eventp): Be more discriminating with integers.
2212
2213 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2214
2215 * progmodes/compile.el (compile): Add universal prefix arg.
2216 (compilation-error-regexp-alist-alist): Add edg patterns.
2217
2218 2004-05-10 Sam Steingold <sds@gnu.org>
2219
2220 * textmodes/ispell.el (ispell-message):
2221 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2222
2223 2004-05-10 Dave Love <fx@gnu.org>
2224
2225 * progmodes/python.el (help-buffer): Autoload when compiling.
2226 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2227 (run-python): Prepend to any existing PYTHONPATH.
2228
2229 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2230
2231 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2232 for pending breakpoints.
2233
2234 2004-05-10 Richard M. Stallman <rms@gnu.org>
2235
2236 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2237 directly without calling any functions in Rmail.
2238 (unrmail-unprune): Function deleted.
2239
2240 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2243 C-c C-z binding.
2244
2245 2004-05-10 Kenichi Handa <handa@m17n.org>
2246
2247 * descr-text.el (describe-char): Fix previous change. Don't make
2248 a unibyte character to multibyte in the *Help* buffer.
2249
2250 2004-05-10 Miles Bader <miles@gnu.org>
2251
2252 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2253 buffer an error if the debugger process is actually running.
2254
2255 2004-05-10 Juanma Barranquero <lektu@terra.es>
2256
2257 * help-fns.el (help-argument-name): Default to italic.
2258 (help-highlight-arguments): Return always (usage . doc), even when
2259 usage is nil.
2260
2261 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2262 (define-ibuffer-filter): Add usage info.
2263 (define-ibuffer-op): Add usage info (but CL-style defaults for
2264 keyword args are not shown).
2265
2266 * subr.el (remove-overlays, read-passwd): Fix docstring.
2267 (start-process-shell-command): Fix docstring. Put usage info in a
2268 format usable by `describe-function'.
2269 (open-network-stream, open-network-stream-nowait)
2270 (open-network-stream-server): Fix docstring.
2271
2272 2004-05-09 Jason Rumney <jasonr@gnu.org>
2273
2274 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2275 Only define cp125* if windows-125* is already defined.
2276
2277 * language/korean.el (cp949): Add alias.
2278
2279 * language/chinese.el (cp936, cp950): Add aliases.
2280
2281 * language/japanese.el (cp932): Add alias.
2282
2283 * term/w32-win.el: Require code-pages.
2284
2285 * international/mule-cmds.el (set-locale-environment):
2286 On MS-Windows use ansi code-page for default coding-systems.
2287 Set up paper sizes for Windows 3 letter languages.
2288
2289 * international/code-pages.el (cp932, cp936, cp949, cp950):
2290 Add aliases. Also add cp125* if not already defined.
2291
2292 2004-05-09 Juanma Barranquero <lektu@terra.es>
2293
2294 * help-fns.el (help-highlight-arguments): Don't try to highlight
2295 missing or autoloaded arglists. Accept structured arguments, like
2296 the first ones of `do' and `flet'.
2297
2298 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2299 (cvs-get-marked): Remove redundant arglist info.
2300
2301 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2302 Don't use CL-style default args.
2303
2304 2004-05-08 Andreas Schwab <schwab@suse.de>
2305
2306 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2307
2308 * international/subst-ksc.el: Fix references to utf-translate-cjk
2309 into utf-translate-cjk-mode.
2310 * international/subst-big5.el: Likewise.
2311 * international/subst-gb2312.el: Likewise.
2312 * international/subst-jis.el: Likewise.
2313 * international/utf-16.el: Likewise.
2314 * international/utf-8.el: Likewise.
2315
2316 2004-05-08 John Wiegley <johnw@newartisans.com>
2317
2318 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2319 "virtual buffers" (off by default), which makes it possible to
2320 switch to the "virtual" buffers of recently visited files. When a
2321 buffer name search fails, and this option is on, iswitchb will
2322 look at the list of recently visited files, and permit matching
2323 against those names. When the user hits RET on a match, it will
2324 revisit that file.
2325 (iswitchb-read-buffer): Add two optional arguments, which makes
2326 isearchb.el possible.
2327 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2328 (iswitchb-next-match): Add support for virtual buffers.
2329
2330 * isearchb.el: This module extends iswitchb to provide "as you
2331 type" buffer selection.
2332
2333 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2334 Ignore the read-only property when flyspell highlighting is on.
2335 Not ignoring it leads to a series of confusing errors.
2336 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2337 but also make sure to call flyspell-incorrect-hook.
2338 (flyspell-maybe-correct-transposition): Perform transposition test
2339 by bit twiddling a string, rather than using a temp buffer.
2340 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2341 buffer. This is also the original version of the code, which
2342 could not be checked in before due to a previous lack of
2343 assignment papers. This version has seen heavy usage on my system
2344 for several years now.
2345
2346 * calendar/cal-bahai.el: New file, which adds support for the
2347 Baha'i calendar to Emacs. This calendar is based on a solar year
2348 of 19 months of 19 days, with 4 intercalary days. Each year
2349 begins on March 21, with the calendar starting in 1844.
2350
2351 * calendar/cal-menu.el, calendar/calendar.el,
2352 calendar/diary-lib.el, calendar/holidays.el: Added support for
2353 using cal-bahai.el.
2354
2355 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2356 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2357 function can be used outside of eshell buffers.
2358 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2359
2360 2004-05-08 Juanma Barranquero <lektu@terra.es>
2361
2362 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2363 word constituent so FOO-ARG is not recognized as an arg.
2364 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2365
2366 * simple.el (next-error): Fix typo in docstring.
2367 (open-line): Make argument names match their use in docstring.
2368 (split-line): Fix docstring.
2369
2370 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2371 usable by `describe-function'.
2372 (gensym, gentemp, typep, ignore-errors): Make argument names match
2373 their use in docstring.
2374
2375 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2376 argument to `help-setup-xref'.
2377
2378 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2379
2380 Version 2.0.40 of Tramp released.
2381
2382 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2383 Use symbol-function to invoke functions only known on some Emacs
2384 flavors. This avoids byte-compiler warnings. Reported by Kevin
2385 Scaldeferri <kevin@scaldeferri.com>.
2386 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2387 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2388 consistent with the other tramp-do-* functions.
2389 (tramp-do-copy-or-rename-file): Calls adjusted.
2390 (tramp-process-initial-commands): Avoid liveness check on shell --
2391 we know that it must be alive since we're opening a connection at
2392 this moment.
2393 (tramp-last-cmd): New internal variable.
2394 (tramp-process-echoes): New tunable.
2395 (tramp-send-command): Set tramp-last-cmd.
2396 (tramp-wait-for-output): Delete echo, if applicable.
2397 (tramp-read-passwd): Construct the key for the password cache in a
2398 way that works for multi methods, too.
2399 (tramp-bug): Add backup-directory-alist and
2400 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2401
2402 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2403
2404 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2405
2406 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2407 (tramp-actions-copy-out-of-band): New defcustoms.
2408 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2409 used instead of a synchronous one. Allows password entering.
2410 (tramp-action-out-of-band): New defun.
2411 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2412 Remove restriction with password from doc string.
2413 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2414 `tramp-out-of-band-prompt-regexp',
2415 `tramp-actions-copy-out-of-band', `password-cache' and
2416 `password-cache-expiry'.
2417 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2418 password caching.
2419 (tramp-touch): FILE can be a local file, too.
2420 (TODO): Remove items done.
2421 (tramp-handle-insert-directory): Properly quote file name also if
2422 not full-directory-p. Handle wildcard case. Reported by Andreas
2423 Schwab <schwab@suse.de>.
2424 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2425 new file.
2426 (tramp-handle-file-local-copy, tramp-handle-write-region):
2427 The permissions of the temporary file are set if filename exists.
2428 Reported by Ted Stern <stern@cray.com>.
2429 (tramp-backup-directory-alist)
2430 (tramp-bkup-backup-directory-info): New defcustoms.
2431 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2432 (tramp-handle-find-backup-file-name): New function.
2433 Implements Tramp's find-backup-file-name.
2434
2435 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2436 for `find-backup-file-name'.
2437
2438 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2439 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2440
2441 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2442
2443 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2444
2445 2004-05-07 Juanma Barranquero <lektu@terra.es>
2446
2447 * subr.el (lambda): Add arglist description to docstring.
2448 (declare): Fix typo in docstring.
2449 (open-network-stream): Fix docstring.
2450 (process-kill-without-query): Fix docstring and add obsolescence info.
2451 (last, butlast, nbutlast): Make arguments match their use in docstring.
2452 (insert-buffer-substring-no-properties): Likewise.
2453 (insert-buffer-substring-as-yank): Likewise.
2454 (split-string): Fix docstring.
2455
2456 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2457 Make argument names match their use in docstring.
2458
2459 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2460
2461 2004-05-06 Nick Roberts <nickrob@gnu.org>
2462
2463 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2464 Fit first sentence on one line for apropos-command.
2465
2466 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 Changes largely merged in from Dave Love's code.
2469 * progmodes/python.el: Doc fixes.
2470 (python-mode-map): Add python-complete-symbol.
2471 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2472 (python-comment-indent, python-complete-symbol)
2473 (python-symbol-completions, python-partial-symbol)
2474 (python-try-complete): New.
2475 (python-indent-line): Remove optional arg. Use python-block-end-p.
2476 (python-check): Bind compilation-error-regexp-alist.
2477 (inferior-python-mode): Use rx. Move keybindings to top level.
2478 Set comint-input-filter.
2479 (python-preoutput-filter): Use rx.
2480 (python-input-filter): Re-introduce.
2481 (python-proc): Start new process if necessary.
2482 Check python-buffer non-nil.
2483 (view-return-to-alist): Defvar.
2484 (python-send-receive): New.
2485 (python-eldoc-function): Use it.
2486 (python-mode-running): Don't defvar.
2487 (python-mode): Set comment-indent-function.
2488 Maybe update hippie-expand-try-functions-list.
2489 (python-indentation-levels): Initialize differently.
2490 (python-block-end-p): New.
2491 (python-indent-line): Use it.
2492 (python-compilation-regexp-alist): Augment.
2493 (run-python): Import `emacs' module to Python rather than loading
2494 code directly. Set python-buffer differently.
2495 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2496 Use python-proc.
2497 (python-send-command): Go to end of comint buffer.
2498 (python-load-file): Use python-proc, emacs.eimport.
2499 (python-describe-symbol): Simplify interactive form.
2500 Use emacs.help. Do use temp-buffer-show-hook.
2501 Call print-help-return-message.
2502 (hippie-exp): Require when compiling.
2503 (python-preoutput-continuation): Use rx.
2504
2505 * diff-mode.el (diff-make-unified): Fix regexp.
2506
2507 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2508
2509 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2510 filter groups from the buffer when rebuilding the Ibuffer buffer
2511 and `ibuffer-show-empty-filter-groups' is nil.
2512
2513 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2514
2515 * ps-print.el (ps-print-quote): Call ps-value-string.
2516 (ps-setup): Call ps-comment-string.
2517 (ps-value-string, ps-comment-string): New funs.
2518
2519 2004-05-06 Juanma Barranquero <lektu@terra.es>
2520
2521 * ehelp.el (electric-help-command-loop): Check whether the last
2522 character is visible, not (point-max).
2523
2524 * help-fns.el (help-argument-name): Default to bold; don't inherit
2525 from font-lock-variable-name-face.
2526 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2527
2528 2004-05-05 Kenichi Handa <handa@m17n.org>
2529
2530 * descr-text.el (describe-char): Copy the character with text
2531 properties and overlays into the first line, and call
2532 describe-text-properties on it.
2533
2534 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2535
2536 * iswitchb.el (iswitchb-global-map): Fix typo.
2537 Remove unwanted ###autoloads from source file.
2538
2539 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2540
2541 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2542 in run-hooks. Use substitute-command-keys in message.
2543 (wdired-abort-changes): Add message.
2544
2545 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2546
2547 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2548 (sql-emacs20-p): Remove.
2549 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2550 (sql-builtin-face, sql-doc-face): Remove.
2551 (sql-mode-ansi-font-lock-keywords)
2552 (sql-mode-oracle-font-lock-keywords)
2553 (sql-mode-postgres-font-lock-keywords)
2554 (sql-mode-linter-font-lock-keywords)
2555 (sql-mode-ms-font-lock-keywords)
2556 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2557 (sql-product-font-lock): Fix font-lock reset when font rules change.
2558 (sql-highlight-product): Remove incorrect font-lock reset logic.
2559
2560 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2561
2562 * ses.el (ses-set-parameter): Fix typo.
2563
2564 2004-05-04 Kim F. Storm <storm@cua.dk>
2565
2566 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2567 Must expand directory for completion to work; and don't mess with
2568 process-environment.
2569 (ido-read-file-name): If command has ido property, don't use ido
2570 if value is ignore, or read as directory if value is dir.
2571 Set ido ignore property for dired-do-rename command.
2572
2573 2004-05-04 Juanma Barranquero <lektu@terra.es>
2574
2575 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2576 (electric-help-help): Check against unmapped commands.
2577
2578 * help-fns.el (help-argument-name): New face, inheriting from
2579 font-lock-variable-name-face, to highlight function arguments in
2580 `describe-function' and `describe-key'.
2581 (help-do-arg-highlight): Auxiliary function to highlight a given
2582 list of arguments in a string.
2583 (help-highlight-arguments): Highlight the function arguments and
2584 all uses of them in the docstring.
2585 (describe-function-1): Use it. Do docstring output via `insert',
2586 not 'princ', so text attributes are preserved.
2587
2588 * winner.el (winner-mode-map): Move `winner-undo' and
2589 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2590 previous bindings conflict with `prev-buffer', `next-buffer').
2591
2592 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2593
2594 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2595 (bibtex-entry-update): New command bound to C-c C-u.
2596 (bibtex-text-in-string): Fix regexp.
2597 (bibtex-assoc-of-regexp): Remove.
2598 (bibtex-progress-message): Fix docstring.
2599 (bibtex-inside-field): Use if.
2600 (bibtex-assoc-regexp): New function.
2601 (bibtex-format-entry): Make code more robust so that it formats
2602 also old entries.
2603 (bibtex-autokey-demangle-title): Merge with obsolete function
2604 bibtex-assoc-of-regexp.
2605 (bibtex-field-list): New function.
2606 (bibtex-entry): Use bibtex-field-list.
2607 (bibtex-parse-entry): Fix docstring.
2608 (bibtex-print-help-message): Use bibtex-field-list.
2609 (bibtex-make-field): Use bibtex-field-list.
2610 (bibtex-entry-index): Bugfix. Return crossref key if required.
2611 (bibtex-lessp): Fix docstring.
2612
2613 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2614
2615 * select.el (xselect-convert-to-string): Move comment to intended line.
2616
2617 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2618
2619 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2620 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2621
2622 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2623
2624 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2625 x-get-selection.
2626
2627 2004-05-03 Jason Rumney <jasonr@gnu.org>
2628
2629 * makefile.nt: Remove.
2630
2631 2004-05-03 Kim F. Storm <storm@cua.dk>
2632
2633 * emulation/cua-base.el (cua--update-indications): Fix last change.
2634 (cua-mode): Deactivate mark when cua-mode is enabled.
2635
2636 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2637
2638 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2639
2640 2004-05-03 Nick Roberts <nickrob@gnu.org>
2641
2642 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2643 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2644 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2645 window over visible frames.
2646 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2647
2648 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * progmodes/compile.el (compilation-gcpro): New var.
2651 (compilation-fake-loc): Use it.
2652 (compilation-forget-errors): Reset it.
2653
2654 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2655
2656 * diff-mode.el (diff-header-face, diff-file-header-face):
2657 Use min-colors.
2658
2659 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2660
2661 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2662 (bibtex-clean-entry): Disentangle code.
2663 (bibtex-realign): New function.
2664 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2665 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2666 Remove undocumented optional arg called-by-convert-alien.
2667 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2668 for sorting instead of bibtex-sort-buffer.
2669
2670 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2671
2672 * progmodes/compile.el (compilation-start): In the
2673 no-async-subprocesses branch, call sit-for to give redisplay a
2674 chance to show the updated process status in the mode line, and
2675 fontify the buffer explicitly after the process exits.
2676
2677 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * progmodes/python.el (python-compilation-line-number): Remove.
2680 (python-compilation-regexp-alist): Don't use it any more.
2681 (python-orig-start, python-input-filter): Remove.
2682 (inferior-python-mode): Don't set up comint-input-filter-functions.
2683 (python-send-region): Use compilation-fake-loc.
2684
2685 * progmodes/compile.el (compilation-messages-start): New var.
2686 (compilation-mode): Don't setup next-error-function here.
2687 (compilation-setup): Set it up here instead (for minor modes as well).
2688 Make compilation-messages-start buffer local.
2689 (compilation-next-error-function): Use it.
2690 (compilation-forget-errors): Set compilation-messages-start.
2691
2692 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2693
2694 * ielm.el (ielm-prompt-read-only): Update docstring.
2695
2696 * comint.el (comint-prompt-read-only): Update docstring.
2697 (comint-update-fence, comint-kill-whole-line)
2698 (comint-kill-region): New functions.
2699
2700 * simple.el (kill-whole-line): Use "p" instead of "P" in
2701 interactive form.
2702
2703 2004-05-01 Juanma Barranquero <lektu@terra.es>
2704
2705 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2706 format arglist so default values in CL-style argument lists are
2707 correctly shown.
2708
2709 2004-05-01 Jason Rumney <jasonr@gnu.org>
2710
2711 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2712
2713 2004-05-01 Kenichi Handa <handa@m17n.org>
2714
2715 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2716 quail file if it is up to date.
2717
2718 2004-04-30 Juri Linkov <juri@jurta.org>
2719
2720 * cus-edit.el (custom-mode-map):
2721 Add key binding `C-x C-s' to `Custom-save'.
2722
2723 * outline.el (outline-blank-line): New var.
2724 (outline-next-preface, outline-show-heading)
2725 (outline-end-of-subtree): Use it.
2726
2727 * dired-aux.el (dired-touch-initial): New fun.
2728 (dired-do-chxxx): Call it for op-symbol `touch'.
2729 (dired-diff): Use `dired-dwim-target-directory'
2730 if current dired buffer has no buffer mark.
2731
2732 * bindings.el (propertized-buffer-identification):
2733 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2734 Add C-M-arrow keys for consistency.
2735
2736 * files.el (confirm-kill-emacs):
2737 Change group from top-level `emacs' to `convenience'.
2738
2739 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2740 Push mark on the first call of successive command calls.
2741 (insert-pair): New fun created from `insert-parentheses' with
2742 `open' and `close' arguments added. Enclose active regions
2743 in paired characters. Compare adjacent characters syntax with
2744 inserted characters syntax before inserting a space.
2745 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2746
2747 * delsel.el: Don't put `delete-selection' property
2748 on `insert-parentheses' symbol to take advantage of
2749 region handling in `insert-pair' function.
2750 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2751
2752 2004-04-30 Kim F. Storm <storm@cua.dk>
2753
2754 * emulation/cua-base.el: Add support for changing cursor types;
2755 based on patch from Michael Mauger.
2756 (cua-normal-cursor-color, cua-read-only-cursor-color)
2757 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2758 Customization cursor type and/or cursor color.
2759 (cua--update-indications): Handle cursor type changes.
2760 (cua-mode): Update cursor indications if enabled.
2761
2762 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2763
2764 * mouse.el (mouse-drag-copy-region): New defcustom.
2765 (mouse-set-region, mouse-drag-region-1): Use it.
2766
2767 * simple.el (kill-ring-save): If region face background color is
2768 unspecified (if no highlighting), show extent of fully visible
2769 region even if transient-mark-mode is enabled.
2770
2771 * emulation/cua-base.el (cua--standard-movement-commands):
2772 Add cua-scroll-up and cua-scroll-down.
2773 (cua-scroll-up, cua-scroll-down): New commands.
2774 (cua--init-keymaps): Remap scroll-up and scroll-down.
2775
2776 * emulation/cua-rect.el (cua--convert-rectangle-as):
2777 New defmacro.
2778 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2779 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2780 New commands (suggested by Jordan Breeding).
2781
2782 2004-04-30 Juanma Barranquero <lektu@terra.es>
2783
2784 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2785
2786 2004-04-30 Mario Lang <mlang@delysid.org>
2787
2788 * diff.el (diff-switches): Fix typo in docstring.
2789
2790 2004-04-30 Alex Schroeder <alex@gnu.org>
2791
2792 * xml.el (xml-debug-print-internal): Don't add newline and
2793 indentation to text nodes and write empty elements as empty tags
2794 instead of opening and closing tags.
2795 (xml-debug-print): Take optional indent-string argument.
2796 (xml-print): Alias for xml-debug-print.
2797
2798 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2799
2800 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2801 than duplicate call to `line-beginning-position'.
2802
2803 * progmodes/f90.el (f90-get-present-comment-type):
2804 Return whitespace, as well as comment chars, for consistent filling
2805 of comment blocks. Use `match-string-no-properties'.
2806 (f90-break-line): Trim trailing whitespace when filling comments.
2807
2808 2004-04-30 Dave Love <fx@gnu.org>
2809
2810 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2811 (diary-from-outlook-internal, diary-from-outlook)
2812 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2813 New functions to import diary entries from Outlook-format
2814 appointments in mail messages.
2815
2816 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * progmodes/python.el (python-send-command): New fun.
2819 (python-send-region, python-load-file): Use it.
2820
2821 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2822
2823 * help-fns.el (help-C-file-name): Use new subr-name.
2824 Prepend `src/' to the file name.
2825 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2826 (describe-function-1, describe-variable): Only find a C source file
2827 name if DOC is already loaded.
2828
2829 * help-mode.el (help-function-def, help-variable-def):
2830 Use the new find-function-search-for-symbol functionality.
2831 Allow FILE to be `C-source'.
2832
2833 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2834 (find-function-C-source): New fun.
2835 (find-function-search-for-symbol): Use it.
2836
2837 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2838
2839 * progmodes/sql.el (sql-product-alist): Rename variable
2840 `sql-product-support'. Add Postgres login parameters.
2841 (sql-set-product, sql-product-feature): Update with renamed variable.
2842 (sql-connect-postgres): Add username prompt.
2843 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2844 Make patterns less product specific.
2845 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2846 (sql-mode-abbrev-table): Modify initialization.
2847 (sql-builtin-face): Add variable.
2848 (sql-keywords-re): Add macro.
2849 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2850 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2851 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2852 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2853 (sql-mode-linter-font-lock-keywords)
2854 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2855 (sql-mode-sybase-font-lock-keywords)
2856 (sql-mode-informix-font-lock-keywords)
2857 (sql-mode-interbase-font-lock-keywords)
2858 (sql-mode-ingres-font-lock-keywords)
2859 (sql-mode-solid-font-lock-keywords)
2860 (sql-mode-sqlite-font-lock-keywords)
2861 (sql-mode-db2-font-lock-keywords): Default to nil.
2862 (sql-product-font-lock): Always highlight ANSI keywords.
2863 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2864 (sql-send-string): Add function.
2865
2866 2004-04-29 Dave Love <fx@gnu.org>
2867
2868 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2869 (cfengine-end-of-defun): Ensure progress through buffer.
2870
2871 * info-look.el (cfengine-mode): Accept a terminal ().
2872
2873 2004-04-29 Juri Linkov <juri@jurta.org>
2874
2875 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2876 instead of isearch-yank-word-or-char. Add new key bindings for
2877 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2878 (isearch-del-char): New fun.
2879 (isearch-forward, isearch-edit-string): Update docstring.
2880 (isearch-yank-char): Doc fix.
2881 (isearch-other-meta-char): Restore point after scrolling.
2882
2883 * progmodes/compile.el (compilation-context-lines): Add nil option
2884 to disable compilation output window scrolling.
2885 (compilation-set-window): Use it.
2886
2887 * outline.el (outline-next-preface, outline-show-heading):
2888 Don't leave unhidden blank line before heading.
2889 (outline-end-of-subtree): Include last newline into subtree.
2890 (hide-entry): Leave point at beginning of heading instead of end.
2891 (outline-up-heading): Push mark for the first call of successive
2892 command calls.
2893
2894 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2895
2896 * comint.el (comint-prompt-read-only): New variable.
2897 (comint-output-filter): Implement it.
2898
2899 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2900 (ielm-prompt-internal): New variable.
2901 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2902 (ielm-send-input): Delete unused variable `buf'.
2903 (ielm-eval-input): Use `ielm-prompt-internal'.
2904 (inferior-emacs-lisp-mode): Use new variables
2905 `comint-prompt-read-only' and `ielm-prompt-internal'.
2906 Get rid of obsolete variable `directory-sep-char'.
2907 (ielm): Use `zerop'.
2908
2909 2004-04-29 John Paul Wallington <jpw@gnu.org>
2910
2911 * thumbs.el (toplevel): Require cl at compile time.
2912 Remove conditional definitions of `ignore-errors' and `caddar'
2913 because they occur at run time.
2914
2915 2004-04-28 Nick Roberts <nickrob@gnu.org>
2916
2917 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2918 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2919 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2920 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2921
2922 * progmodes/gud.el (gud-common-init): Throw an error if program is
2923 already running under gdb.
2924
2925 2004-04-28 John Paul Wallington <jpw@gnu.org>
2926
2927 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2928 (thumbs-show-image-num): Move assignment of
2929 `thumbs-current-image-filename' within scope of `i'.
2930 (thumbs-emboss-image): Don't use `evenp'.
2931
2932 2004-04-28 Richard M. Stallman <rms@gnu.org>
2933
2934 * progmodes/compile.el (compilation-context-lines): Default now 0.
2935
2936 2004-04-28 Juanma Barranquero <lektu@terra.es>
2937
2938 Use `time-less-p' from calendar/time-date.el instead of defining
2939 custom versions of it.
2940
2941 * pcomplete.el (pcomplete-time-less-p): Remove.
2942
2943 * thumbs.el (time-less-p): Remove.
2944
2945 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2946 (timeclock-generate-report): Use `time-less-p'.
2947
2948 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2949 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2950
2951 2004-04-28 Masatake YAMATO <jet@gyve.org>
2952
2953 * subr.el (remove-overlays): Make arguments optional.
2954
2955 * wid-edit.el (widget-specify-button): Put evaporate to the
2956 overlay for sample.
2957 (widget-specify-sample): Put evaporate to the overlay for sample.
2958 (widget-specify-doc): Put evaporate to the overlay for documentation.
2959
2960 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2961
2962 * info.el (info-apropos): Make it an index node. Align node names
2963 like makeinfo.
2964
2965 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2966
2967 * net/browse-url.el (browse-url-netscape-sentinel)
2968 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2969 (browse-url-epiphany-sentinel, browse-url-mosaic):
2970 Use browse-url-*-program instead of a literal program name.
2971
2972 2004-04-27 Kevin Ryde <user42@zip.com.au>
2973
2974 * eshell/em-alias.el:
2975 * eshell/em-dirs.el:
2976 * eshell/em-hist.el:
2977 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2978 features when M-x customize-group loads modules before the main
2979 eshell.el.
2980
2981 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2982
2983 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2984 either a character representation of an event or an event
2985 description list.
2986
2987 * type-break.el: Capitalise Emacs and Lisp.
2988 (type-break-good-break-interval, type-break-demo-boring-stats)
2989 (type-break-terse-messages, type-break-file-name): New defcustoms.
2990 (type-break-post-command-hook)
2991 (type-break-warning-countdown-string): Quote variable names in doc.
2992 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2993 (type-break-mode): Document type-break-good-break-interval and the
2994 "session" file. Schedule break according to the session file.
2995 Kill session file buffer on exit. Organise for save-some-buffers
2996 to always save the session file.
2997 (type-break-mode-line-message-mode, type-break-query-mode):
2998 Uppercase arguments.
2999 (type-break-file-time, type-break-file-keystroke-count, timep)
3000 (type-break-choose-file, type-break-get-previous-time)
3001 (type-break-get-previous-count): New defuns.
3002 (type-break): Avoid break querying after a completed break in the
3003 case where the query was initiated during user invocation of the
3004 break. Optional terse messages.
3005 Use type-break-good-break-interval if type-break-good-rest-interval is
3006 nil. File the break time.
3007 (type-break-schedule): New optional args for overriding the use of
3008 the current time.
3009 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3010 after a break.
3011 (type-break-check): File the keystroke count.
3012 (type-break-do-query): Prevent a second query when the break is
3013 interrupted. Optional terse message.
3014 (type-break-keystroke-reset): Record the start of a typing interval.
3015 (type-break-demo-boring): Optional terse messages. Display word
3016 per minute and keystroke counts according to
3017 type-break-demo-boring-stats.
3018
3019 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3020
3021 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3022 directories, make sure they exist under archive-tmpdir.
3023
3024 2004-04-27 Juri Linkov <juri@jurta.org>
3025
3026 * help.el (view-emacs-news): With argument, display info for the
3027 selected version by finding it among different NEWS files, and
3028 narrowing the buffer to the selected version.
3029
3030 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3031 same-window-buffer-names.
3032 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3033 non-numeric prefix argument, append the number to the buffer name
3034 for numeric prefix argument.
3035 (info-other-window): Bind same-window-regexps to nil.
3036 (Info-reference-name): Rename to Info-point-loc.
3037 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3038 and Info-find-index-name for stringy Info-point-loc.
3039 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3040 without middle `.', but with final `.' and optional line number
3041 for it. Set Info-point-loc for index nodes.
3042 (Info-index): Remove middle `.' from index entry regexp.
3043 Modify line number regexp.
3044 (Info-index-next): Decrement line number.
3045 (info-apropos): Remove middle `.' from index entry regexp.
3046 Add optional line number regexp at the end. Add matched value
3047 for line number to the result list and insert it to the buffer.
3048 Replace match-string by match-string-no-properties.
3049 Reorder result list.
3050 (Info-fontify-node): Hide index line numbers.
3051 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3052 empty matches.
3053 (Info-follow-reference): Use `str' instead of
3054 Info-following-node-name-re.
3055 (Info-toc): Use full file names. Set Info-current-node to "Top".
3056 (Info-fontify-node): Compare file names without directory name.
3057 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3058 Set second arg of Info-extract-menu-node-name for index nodes.
3059 (info-xref-visited): Use magenta3 instead of magenta4.
3060 (Info-mode): Add info-apropos to docstring.
3061
3062 * log-view.el (log-view-diff): Replace interactive code "r"
3063 by a list to allow to call it even if region is not active.
3064
3065 * paren.el (show-paren-highlight-openparen): New var.
3066 (show-paren-function): Turn on openparen highlighting when
3067 matching forward if show-paren-highlight-openparen is non-nil.
3068
3069 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3070 the constant value 1.
3071 (completions-common-part): Expand docstring.
3072
3073 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3074
3075 2004-04-27 Kim F. Storm <storm@cua.dk>
3076
3077 * image.el (insert-sliced-image): Use line-height instead of
3078 line-spacing property on newline.
3079
3080 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3081
3082 * desktop.el (desktop-buffer-misc-data-function): Rename to
3083 desktop-save-buffer and change docstring.
3084 (desktop-buffer-modes-to-save): Delete.
3085 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3086 desktop-buffer-modes-to-save.
3087 (desktop-save): Rename desktop-buffer-misc-data-function to
3088 desktop-save-buffer and allow non-function value.
3089 (desktop-missing-file-warning): Correct docstring.
3090
3091 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3092 to desktop-save-buffer.
3093
3094 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3095 desktop-save-buffer.
3096
3097 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3098
3099 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3100
3101 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3102
3103 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3104
3105 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3106
3107 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3108 (ielm): Only go to the end of the buffer when starting a new process.
3109
3110 2004-04-25 Juanma Barranquero <lektu@terra.es>
3111
3112 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3113 mode line. Bind `inhibit-read-only' to t before modifying
3114 properties of text in the buffer.
3115 (ielm): Force point to the end of buffer, even when running ielm
3116 from inside itself.
3117
3118 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3119
3120 * info.el (info-apropos): Reset Info-complete-cache.
3121
3122 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3123
3124 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3125 Also recognize severe Irix et al. messages.
3126 (compilation-normalize-filename, compile-abbreviate-directory):
3127 Delete functions.
3128 (compilation-get-file-structure): New function inherits
3129 functionality of the two preceding ones.
3130 (compilation-internal-error-properties, compilation-fake-loc):
3131 Use it so that different paths to the same file share the same
3132 markers. Also optimize finding adjacent marker slightly.
3133
3134 2004-04-25 Kim F. Storm <storm@cua.dk>
3135
3136 * image.el (insert-sliced-image): Add line-spacing t property
3137 to newlines separating image lines.
3138
3139 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3140
3141 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3142
3143 * ielm.el (ielm-prompt-read-only): New user option.
3144 (ielm-prompt): Expand docstring to describe new behavior.
3145 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3146 mention it in the docstring.
3147
3148 2004-04-24 Andreas Schwab <schwab@suse.de>
3149
3150 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3151
3152 * diff.el (diff): Set default-directory in diff buffer.
3153
3154 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3155
3156 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3157 mail was being composed if the terminal cannot display more than
3158 one frame; instead, switch to previous frame.
3159
3160 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3161 (rmail-start-mail): Support rmail-mail-new-frame even on
3162 terminals that can display only one frame at a time.
3163
3164 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3167 (checkdoc-output-font-lock-keywords): Remove error regexp.
3168 (checkdoc-output-mode-map): Remove.
3169 (checkdoc-output-mode): Derive from compilation-mode.
3170 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3171
3172 * dired.el (dired-mode-map): Add a menu entry for wdired.
3173
3174 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3175 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3176
3177 * wdired.el: (wdired-mode-map): Move init into declaration.
3178 Fix `return' binding.
3179 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3180 Use force-mode-line-update.
3181 (wdired-get-filename): Use `unless'.
3182 (wdired-preprocess-files): Don't assume names have no \n and use / for
3183 dir separator.
3184 (wdired-normalize-filename): Use replace-regexp-in-string.
3185 (wdired-load-hooks): Remove.
3186 (wdired-mode-hooks): Rename to wdired-mode-hook.
3187
3188 * info-look.el: Add support for cfengine-mode.
3189 (info-lookup-setup-mode): Use dolist.
3190
3191 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3192
3193 * wdired.el: New file.
3194
3195 2004-04-23 Juanma Barranquero <lektu@terra.es>
3196
3197 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3198
3199 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3200 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3201 (pcomplete--help, pcomplete--here): Doc fixes.
3202
3203 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3204
3205 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3206 handles wrong-number-of-arguments in backend call.
3207
3208 * vc.el (vc-print-log): Likewise.
3209
3210 2004-04-20 Dave Love <fx@gnu.org>
3211
3212 * emacs-lisp/rx.el: Doc fixes.
3213 (rx-constituents): Add/extend many forms.
3214 (rx-check): Check form is a list.
3215 (bracket): Defvar.
3216 (rx-check-any, rx-any, rx-check-not): Modify.
3217 (rx-not): Simplify.
3218 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3219 (rx-kleene): Use rx-trans-forms.
3220 (rx-quote-for-set): Delete.
3221 (rx): Allow multiple args.
3222
3223 2004-04-23 Kenichi Handa <handa@m17n.org>
3224
3225 * international/mule-util.el (char-displayable-p): Simplify by
3226 using internal-char-font.
3227
3228 2004-04-23 Juanma Barranquero <lektu@terra.es>
3229
3230 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3231
3232 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * diff-mode.el (diff-next-error): New fun.
3235 (diff-mode): Use it.
3236
3237 * simple.el (next-error): Change arg name.
3238 Add support for the documented C-u C-x ` usage.
3239
3240 * frame.el (special-display-popup-frame, next-multiframe-window)
3241 (previous-multiframe-window): Only consider frames on same display.
3242
3243 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3244
3245 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3246 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3247
3248 2004-04-22 Kim F. Storm <storm@cua.dk>
3249
3250 * net/telnet.el (telnet): Add optional port arg.
3251
3252 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3255 Minor sanity check on the `hyperlink' slot.
3256
3257 * Makefile.in (recompile): Compile new files.
3258
3259 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3260 Add byte-recompile-directory's optional `arg'.
3261
3262 * cvs-status.el (cvs-tree-use-charset): New var.
3263 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3264 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3265 (cvs-status-cvstrees): Use it.
3266
3267 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3268 Make it a normal major mode.
3269 (checkdoc-buffer-label): Make sure the file name is meaningful.
3270 (checkdoc-output-to-error-buffer): Remove.
3271 (checkdoc-error, checkdoc-start-section): Rewrite.
3272
3273 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3274 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3275 (Info-title-4-face): Use new syntax.
3276 (info-xref-visited): Inherit from info-xref.
3277
3278 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3279
3280 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3281
3282 * simple.el (next-error-last-buffer, next-error-function):
3283 New variables for the next-error framework.
3284 (next-error-buffer-p): New function.
3285 (next-error-find-buffer): Generalize compilation-find-buffer.
3286 (next-error, previous-error, first-error, next-error-no-select)
3287 (previous-error-no-select): Move from compile.el.
3288
3289 * replace.el (occur-next-error, occur-1): Hook into the next-error
3290 framework.
3291
3292 * progmodes/compile.el (compilation-start):
3293 Set next-error-last-buffer so next-error knows where to jump.
3294 (compilation-setup): Set the buffer-local variable
3295 next-error-function to 'compilation-next-error-function.
3296 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3297 alternate way to find if a buffer is a compilation buffer, for
3298 next-error convenience.
3299 (next-error-no-select, previous-error-no-select, next-error)
3300 (previous-error, first-error): Move to simple.el.
3301 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3302 (compilation-last-buffer): Remove.
3303 (compilation-start, compilation-next-error, compilation-setup)
3304 (compilation-next-error-function, compilation-find-buffer):
3305 Remove compilation-last-buffer use.
3306
3307 2004-04-21 Juanma Barranquero <lektu@terra.es>
3308
3309 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3310 (font-lock-warning-face): Fix spacing.
3311
3312 * makefile.w32-in (WINS): Add url/ directory.
3313
3314 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3315
3316 * desktop.el (desktop-buffer-mode-handlers): New variable.
3317 Alist of major mode specific functions to restore a desktop buffer.
3318 (desktop-buffer-handlers): Make variable obsolete.
3319 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3320 Catch errors signaled in handlers. Update buffer count.
3321 Evaluate desktop-buffer-point.
3322 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3323 move to dired.el.
3324 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3325 move to info.el.
3326 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3327 move to mail/rmail.el.
3328 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3329 to mh-e/mh-e.el.
3330 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3331 On fail, print message (to message buffer) even if
3332 desktop-missing-file-warning is nil.
3333 (desktop-buffer-misc-data-function): New buffer local variable.
3334 Function returning major mode specific data.
3335 (desktop-buffer-misc-functions): Make variable obsolete.
3336 (desktop-save): Use desktop-buffer-misc-data-function.
3337 (desktop-buffer-dired-misc-data): Rename to
3338 dired-desktop-buffer-misc-data and move to dired.el.
3339 (desktop-buffer-info-misc-data): Rename to
3340 Info-desktop-buffer-misc-data and move to info.el.
3341 (desktop-read): Add message about number of buffers restored/failed.
3342
3343 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3344 Add parameters. Pause to display error only when
3345 desktop-missing-file-warning is non-nil.
3346 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3347 (dired-mode): Bind desktop-buffer-misc-data-function.
3348
3349 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3350 Add Parameters.
3351 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3352 (Info-mode): Bind desktop-buffer-misc-data-function.
3353
3354 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3355 Add Parameters.
3356
3357 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3358 Add Parameters.
3359
3360 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3361
3362 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3363 the case of letters in case-insensitive expansions when the
3364 abbrev is preceded by characters with letter syntax.
3365
3366 2004-04-21 Richard M. Stallman <rms@gnu.org>
3367
3368 * progmodes/cperl-mode.el (cperl-putback-char):
3369 Delete Emacs 18 definition.
3370
3371 * international/mule.el (ctext-post-read-conversion):
3372 Use assoc-string, not assoc-ignore-case.
3373
3374 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3375
3376 * emacs-lisp/easymenu.el (easy-menu-add):
3377 Do call x-popup-menu, but only if it's defined.
3378
3379 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3380
3381 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3382 Handle multiple args: compile like progn.
3383
3384 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3385 take all args as &rest arg.
3386
3387 * autoinsert.el (auto-insert-alist): Insert the user's name in
3388 copyright notice, rather than Free Software Foundation.
3389
3390 2004-04-21 Kenichi Handa <handa@m17n.org>
3391
3392 * descr-text.el (describe-char): Make it work on *Help* buffer.
3393
3394 2004-04-21 Kim F. Storm <storm@cua.dk>
3395
3396 * image.el (insert-image): Add optional SLICE arg.
3397 (insert-sliced-image): New defun.
3398
3399 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3400
3401 * subr.el (read-number): Check whether `default' is nil.
3402
3403 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * progmodes/compile.el (compilation-error-properties):
3406 Split into two.
3407 (compilation-internal-error-properties): New one.
3408 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3409
3410 2004-04-20 Richard M. Stallman <rms@gnu.org>
3411
3412 * window.el (split-window-save-restore-data):
3413 Don't update the data if OLD-INFO is nil.
3414
3415 * view.el (view-return-to-alist): Mark it permanent local.
3416
3417 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3418
3419 * recentf.el (recentf-save-list): Catch and warn about errors.
3420
3421 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3422 so "Buffers" won't be pure.
3423
3424 * help-mode.el (help-mode-finish): Set help-return-alist first
3425 thing, setting only the entry for the selected window.
3426
3427 * help-fns.el (describe-function-1): If many non-control non-meta
3428 keys run the command, don't list all of them.
3429
3430 2004-04-20 Juanma Barranquero <lektu@terra.es>
3431
3432 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3433 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3434
3435 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3436
3437 2004-04-20 Kenichi Handa <handa@m17n.org>
3438
3439 * international/quail.el (quail-lookup-key): New optional arg
3440 NOT-RESET-INDICES.
3441 (quail-get-translations): Call quail-lookup-key with
3442 NOT-RESET-INDICES t.
3443 (quail-completion): Likewise.
3444 (quail-lookup-map-and-concat): Likewise.
3445
3446 2004-04-20 Kenichi Handa <handa@m17n.org>
3447
3448 * international/quail.el (quail-update-translation): Don't insert
3449 such an unsupported multibyte char in a unibyte buffer.
3450
3451 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3452
3453 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3454 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3455 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3456 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3457 (gdb-frame-assembler-buffer): Improve behaviour with
3458 multiple frames.
3459 (gdb-display-buffer): Extend search to all visible frames.
3460
3461 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3462
3463 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3464 characters left after base64 decoding.
3465 (rmail-decode-region): Use -dos variety of `coding', to remove any
3466 ^M characters left after qp or base64 decoding.
3467
3468 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3469
3470 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3471 messages.
3472
3473 2004-04-19 Stephen Eglen <stephen@gnu.org>
3474
3475 * add-log.el (add-change-log-entry): Update doc string to mention
3476 add-log-full-name and add-log-mailing-address.
3477
3478 2004-04-18 Juri Linkov <juri@jurta.org>
3479
3480 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3481 (Info-find-node-2): Simplify error message.
3482 (Info-insert-dir): Use Info-following-node-name.
3483 (Info-goto-node): Remove *info-history* and *info-toc*.
3484 (Info-history): Create a node of the virtual history file.
3485 (Info-toc): Create a node of the virtual toc file.
3486 (Info-insert-toc): New arg `curr-file' for reference file names.
3487 (info-apropos): Remove redundant var binding for temp-file.
3488 (Info-index, Info-index-next, Info-mode): Doc fix.
3489 (Info-goto-emacs-command-node): Don't jump to *info* from
3490 non-*info* Info buffers.
3491 (Info-fontify-node): Don't show the file name of external
3492 references if `Info-hide-note-references' is `hide'. Don't hide
3493 newlines at the end of paragraphs.
3494
3495 * international/mule-diag.el (list-input-methods):
3496 Fix args to help-xref-button.
3497
3498 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3499 to put into effect local variables from TUTORIAL files.
3500
3501 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3502 with default value taken from the variable `sentence-end'.
3503 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3504 Add nil const to :type.
3505 (sentence-end-without-period, sentence-end-double-space)
3506 (sentence-end-without-space): Doc fix.
3507
3508 * textmodes/paragraphs.el (forward-sentence):
3509 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3510 (fill-delete-newlines):
3511 * progmodes/cc-cmds.el (c-beginning-of-statement):
3512 Use function `sentence-end' instead of variable `sentence-end'.
3513
3514 2004-04-18 Andreas Schwab <schwab@suse.de>
3515
3516 * progmodes/compile.el (compilation-start): Set window start to
3517 point-min if compilation-scroll-output is nil.
3518
3519 2004-04-18 John Wiegley <johnw@newartisans.com>
3520
3521 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3522
3523 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3524
3525 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3526 (gdb-info-breakpoints-custom): Revert previous change.
3527 (gdb-view-assembler): Update assembler if necessary.
3528 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3529 (gdb-display-source-buffer): Update properly when both source and
3530 assembler are visible.
3531
3532 2004-04-17 John Wiegley <johnw@newartisans.com>
3533
3534 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3535 which limits the number of names shown in the minibuffer. Off by
3536 default.
3537 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3538 up iswitchb for users with a multitude of open buffers by showing
3539 only the first and last N/2 buffers in the completion list (which
3540 is enough to aid C-s/C-r, and to know that more characters are
3541 needed to refine the completion list).
3542
3543 2004-04-17 Richard M. Stallman <rms@gnu.org>
3544
3545 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3546 (file-truename): Expand all ~ constructs directly.
3547 (insert-directory): Delete any error msg output by the
3548 `insert-directory-program'.
3549
3550 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3551 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3552 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3553 (allout-init): Use find-file-hook, not find-file-hooks.
3554 (allout-mode): Eliminate Emacs 18 support.
3555 Use write-contents-functions, not local-write-file-hooks.
3556
3557 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3558
3559 * progmodes/compile.el (compilation-error-properties): Fix for
3560 adding messages when there are already markers for their file.
3561 (compilation-fake-loc): New function.
3562
3563 2004-04-16 Dave Love <fx@gnu.org>
3564
3565 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3566 (python-load-file): Fix python-orig-start setting.
3567
3568 * progmodes/compile.el: Doc fixes.
3569 (compilation-error-regexp-alist-alist)
3570 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3571 (compilation-assq): Wrap in eval-when-compile.
3572 (compilation-mode-font-lock-keywords): Don't use list*.
3573 (compilation-start): Avoid warning.
3574 (compilation-compat-error-properties)
3575 (compilation-directory-properties): Add keymap property.
3576 (compilation-parsing-end): Make it a marker for better compatibility.
3577
3578 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3579
3580 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3581
3582 * xml.el: Doc fixes.
3583 (xml-get-children): Only looks at sub-tags and ignore strings.
3584
3585 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3586
3587 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3590
3591 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3592
3593 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3594
3595 * vc.el (vc-print-log): Likewise.
3596
3597 2004-04-16 Masatake YAMATO <jet@gyve.org>
3598
3599 * simple.el (completion-setup-function): Set an initial value
3600 to `element-common-end' before entering loop. Set a value
3601 to `element-common-end' at the end of loop.
3602 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3603 (completions-common-part): Rename from completion-de-emphasis.
3604 (completions-first-difference): Rename from completion-emphasis.
3605 Suggested by RMS.
3606
3607 2004-04-16 Juanma Barranquero <lektu@terra.es>
3608
3609 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3610 (bookmark-edit-annotation-mode): Add mode name.
3611
3612 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3615 for nested conflict markers.
3616 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3617
3618 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3619
3620 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3621
3622 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3623
3624 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3627 Give a backtrace if requested.
3628
3629 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3630
3631 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3632 Remove unused functions.
3633 (python-orig-start-line, python-orig-file): Remove.
3634 (python-orig-start): New var.
3635 (python-input-filter, python-compilation-line-number)
3636 (python-send-region, python-load-file): Use it.
3637
3638 * info.el (info): Always jump to *info*.
3639
3640 * subr.el (posn-set-point): New function.
3641
3642 * mouse.el (mouse-set-point): Use it.
3643
3644 * progmodes/compile.el (compile-goto-error): Use it.
3645 (compilation-button-map): New keymap.
3646 (compilation-error-properties): Use it.
3647 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3648
3649 * smerge-mode.el (smerge-popup-context-menu): Use it.
3650
3651 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3652 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3653 mouse and non-mouse case.
3654
3655 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3656 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3657
3658 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3659 Make it work for non-mouse events.
3660
3661 * pcvs-info.el (cvs-status-map): Update binding name.
3662
3663 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3664
3665 * xml.el (xml-maybe-do-ns): New function to handle namespace
3666 parsing of both attribute and element names.
3667 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3668 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3669 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3670 (xml-parse-attlist): Make it do its own namespace parsing.
3671
3672 2004-04-14 Dave Love <fx@gnu.org>
3673
3674 * progmodes/python.el (run-python): Fix use of \n.
3675 (python-load-file): Remove `try' from Python fragment.
3676 (python-describe-symbol): Fix message.
3677
3678 * comint.el: Doc fixes.
3679 (comint-last-input-start, comint-last-input-end)
3680 (comint-last-output-start): Give them values.
3681 (comint-arguments): Avoid warning.
3682 (comint-skip-prompt): Use line-end-position.
3683 (comint-backward-matching-input): Rename arg to agree with doc.
3684 (comint-extract-string): Use syntax-ppss.
3685 (comint-dynamic-simple-complete): Delete useless list construction.
3686 (comint-redirect-subvert-readonly): New.
3687 (comint-redirect-preoutput-filter): Use it.
3688
3689 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3690 Correctly handle negative arguments when calling hook functions.
3691
3692 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3693
3694 * info.el (info-apropos): Don't clobber Info-history-list.
3695
3696 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3697
3698 * progmodes/compile.el (compilation-setup):
3699 Localize overlay-arrow-position.
3700 (compilation-sentinel): Restructure code equivalently.
3701 (compilation-next-error): Find message on same line after point if
3702 not found before point.
3703 (compile-mouse-goto-error): Restore function so that compilation
3704 buffer need not be current and use compile-goto-error.
3705 (compile-goto-error): Restore function.
3706 (next-error): Set overlay-arrow-position.
3707 (compilation-forget-errors): Don't localize already local
3708 compilation-locs and remove FIXME about refontifying.
3709
3710 2004-04-14 Kim F. Storm <storm@cua.dk>
3711
3712 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3713 (command-line): New option -Q. Like -q --no-site-file, but
3714 in addition it also disables menu-bar, tool-bar, scroll-bars,
3715 tool-tips, and the blinking cursor.
3716 (command-line-1): Skip startup screen if -Q.
3717 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3718
3719 * emulation/cua-base.el (cua-read-only-cursor-color)
3720 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3721
3722 2004-04-13 Dave Love <fx@gnu.org>
3723
3724 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3725 (syntax): Don't require.
3726 (python) <defgroup>: Add :version.
3727 (python-quote-syntax): Re-written.
3728 (inferior-python-mode): Move stuff here from run-python and add
3729 some more.
3730 (python-preoutput-continuation, python-preoutput-result)
3731 (python-dotty-syntax-table): New.
3732 (python-describe-symbol): Use them.
3733 (run-python): Move stuff to inferior-python-mode. Modify code
3734 loaded into Python.
3735 (python-send-region): Use python-proc, python-send-string.
3736 (python-send-string): Send newlines too. Callers changed.
3737 (python-load-file): Re-written.
3738 (python-eldoc-function): New.
3739 (info-look): Don't require.
3740 (python-after-info-look): New. A modified version of former
3741 top-level code for use with eval-after-load.
3742 (python-maybe-jython, python-guess-indent): Use widened buffer.
3743 (python-fill-paragraph): Re-written.
3744 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3745 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3746
3747 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3750 Set compilation-error-regexp-alist earlier.
3751
3752 * progmodes/compile.el (compilation-minor-mode-map)
3753 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3754 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3755
3756 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3759 corresponding to the event.
3760
3761 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3762
3763 * loadup.el: Add cygwin to system-type list, for unexec() support.
3764
3765 2004-04-12 John Paul Wallington <jpw@gnu.org>
3766
3767 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3768 (ibuffer-restore-window-config-on-quit): New variable to replace
3769 `ibuffer-delete-window-on-quit'. Update all references.
3770 (ibuffer-prev-window-config): New variable.
3771 (ibuffer-quit): Restore previous window configuration instead of
3772 deleting window.
3773 (ibuffer): Save window configuration before showing Ibuffer buffer.
3774
3775 * help.el (describe-mode): Doc fix.
3776
3777 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3780 not to treat nil as a function.
3781
3782 * vc-arch.el (vc-arch-root): Be a bit more careful.
3783 (vc-arch-register): Save the buffer if we modified it.
3784 (vc-arch-delete-rej-if-obsolete): Save excursion.
3785 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3786 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3787
3788 * net/ldap.el (ldap-search): Use list*.
3789
3790 2004-04-12 Juri Linkov <juri@jurta.org>
3791
3792 * info.el (Info-follow-reference): Allow multiline reference name.
3793
3794 2004-04-11 Dave Love <fx@gnu.org>
3795
3796 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3797
3798 * progmodes/python.el: New file.
3799
3800 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3801
3802 * vc-hooks.el (vc-arg-list): Function removed.
3803 (vc-default-workfile-unchanged-p): Use condition-case to check for
3804 backward compatibility.
3805
3806 * vc.el (vc-print-log): Use condition-case to check for backward
3807 compatibility.
3808
3809 2004-04-11 Juri Linkov <juri@jurta.org>
3810
3811 * dired.el (dired-faces): New defgroup.
3812 (dired-header, dired-mark, dired-marked, dired-flagged)
3813 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3814 New faces.
3815 (dired-header-face, dired-mark-face, dired-marked-face)
3816 (dired-flagged-face, dired-warning-face, dired-directory-face)
3817 (dired-symlink-face, dired-ignored-face): New face variables.
3818 (dired-font-lock-keywords): Use them instead of font-lock faces.
3819 Split the rule for dired marks into 3 separate rules: for marks,
3820 marked file names and flagged file names.
3821
3822 * help-mode.el (help-make-xrefs): Add a final newline to the
3823 *Help* buffer.
3824
3825 2004-04-11 John Paul Wallington <jpw@gnu.org>
3826
3827 * replace.el (occur-engine): Distinguish between one and several
3828 matches in the matches per buffer heading.
3829
3830 2004-04-11 Kim F. Storm <storm@cua.dk>
3831
3832 * ido.el (ido-confirm-unique-completion): New defcustom.
3833 (ido-complete): Use it.
3834 (ido-write-file): Set it to t unconditionally.
3835
3836 2004-04-10 Miles Bader <miles@gnu.org>
3837
3838 RCS keyword removal (only non-comment changes are enumerated here):
3839
3840 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3841 (byte-compile-insert-header): Don't use `byte-compile-version'.
3842 * forms.el (forms-version): Variable removed.
3843 (forms-mode): Don't use `forms-version'.
3844 * recentf.el (recentf-version): Variable removed.
3845 * progmodes/delphi.el (delphi-version): Variable removed.
3846 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3847
3848 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3851
3852 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3853
3854 * info.el (info-apropos): Improve menu item regexp.
3855
3856 2004-04-09 Simon Josefsson <jas@extundo.com>
3857
3858 * mail/smtpmail.el: Add comment, based on report by
3859 kdc@rcn.com (Kevin D. Clark).
3860
3861 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3864 Redo one more thing that I didn't notice Daniel had undone.
3865
3866 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3867
3868 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3869 (gdb-goto-breakpoint, gdb-display-buffer)
3870 (gdb-display-source-buffer, gdb-view-source-function)
3871 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3872 (gdb-source-info, gdb-frame-handler): Don't specify a window
3873 for display.
3874 (gdb-info-breakpoints-custom): Remove superfluous update of
3875 assembler buffer.
3876 (gdb-many-windows): Make settable outside gdb.
3877
3878 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3879
3880 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3881 Derive from fundamental-mode rather than text-mode.
3882
3883 2004-04-08 Juri Linkov <juri@jurta.org>
3884
3885 * info.el (Info-history): Doc fix.
3886 (Info-history-list): New var.
3887 (info-xref): Change magenta4 to blue, remove bold for dark and
3888 light backgrounds, change bold to underline for non-color classes.
3889 (info-xref-visited): New face.
3890 (Info-fontify-visited-nodes): New custom.
3891 (Info-hide-note-references): Add new value `hide'. Doc fix.
3892 (Info-reference-name): New var.
3893 (Info-selection-hook): New custom.
3894 (Info-edit-mode-hook): New var.
3895 (Info-find-file): New fun.
3896 (Info-find-node): Move part of code to Info-find-file.
3897 (Info-find-node-2): Add anchors to Info-history-list. Move point
3898 to the place with the reference name if name is defined.
3899 (Info-select-node): Add current node to Info-history-list.
3900 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3901 (Info-search-whitespace-regexp): New custom.
3902 (Info-search-case-fold): New var.
3903 (Info-search): Add "case-sensitively" to the prompt.
3904 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3905 (Info-search-case-sensitively, Info-search-next): New fun.
3906 (Info-up): Move point to the menu item of the current node.
3907 (Info-history): New fun. Add *info-history* to
3908 same-window-buffer-names.
3909 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3910 (Info-insert-toc): New fun.
3911 (Info-build-toc): New fun.
3912 (Info-follow-reference): Add new arg `fork'. Doc fix.
3913 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3914 with the same name prefer the reference closest to point.
3915 (Info-next-reference): Replace * by + in the *Note regexp.
3916 Add regexp for http:// and ftp://. Skip the *Note prefix.
3917 (Info-prev-reference): Replace * by + in the *Note regexp.
3918 Add regexp for http:// and ftp://. Skip the *Note prefix.
3919 (Info-follow-nearest-node): Add new arg `fork'.
3920 (Info-try-follow-nearest-node): Add new arg `fork'.
3921 Call browse-url for http:// and ftp:// references.
3922 Set Info-reference-name for index entries.
3923 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3924 Info-search-next, Info-history, Info-toc, clone-buffer.
3925 (Info-menu-update): Replace * by + in the *Note regexp.
3926 (Info-mode): Add documentation for Info-history, Info-toc,
3927 Info-search-case-sensitively, Info-search-next, clone-buffer.
3928 (Info-fontify-menu-headers): Remove fun. Move code to
3929 Info-fontify-node.
3930 (Info-fontify-node): Add docstring. Add local vars
3931 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3932 then fontify header line, titles, menu headers, http and ftp
3933 references, refill paragraphs. If not-fontified-p is t or
3934 fontify-visited-p is t then fontify cross references, menu items.
3935 Fontify menu headers. Fontify http and ftp references.
3936 Change regexp for cross references to require whitespace after *Note,
3937 add matching groups for file and node names. Remove hack for quote.
3938 Use display property for Info-hide-note-references=t. Use fifth
3939 or fourth match for help-echo. Display visited nodes in a
3940 different face. Unhide file names of external references.
3941 Unhide newlines. Display visited menu items in a different face.
3942
3943 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * progmodes/compile.el: Require CL.
3946 (compilation-mode-font-lock-keywords): Re-install the "line as
3947 function" patch.
3948
3949 * help-fns.el (help-C-source-directory): New var.
3950 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3951 (describe-function-1, describe-variable): Use them.
3952
3953 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3954 to C source files specially.
3955
3956 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3957
3958 * info.el (Info-hide-cookies-node): New function.
3959 (Info-select-node): Use it.
3960 (Info-display-images-node): Remove message with image file name.
3961
3962 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3963
3964 * progmodes/compile.el (compilation-warning-face)
3965 (compilation-info-face, compilation-skip-threshold)
3966 (compilation-skip-visited, compilation-context-lines):
3967 Declare :version when added to Emacs.
3968 (compilation-error-regexp-alist-alist): Extend caml and irix.
3969 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3970 (compilation-mode-font-lock-keywords): Temporarily undo line as
3971 function patch, which wasn't ready.
3972
3973 2004-04-07 Kenichi Handa <handa@m17n.org>
3974
3975 * international/latin1-disp.el (latin1-display-setup): Check each
3976 character is displayable or not instead of calling
3977 latin1-display-check-font.
3978
3979 2004-04-06 Kenichi Handa <handa@m17n.org>
3980
3981 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3982 New variable.
3983 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3984 instead of sera-being-called-by-w3.
3985 (ethio-fidel-to-sera-buffer): Likewise.
3986 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3987 instead of sera-being-called-by-w3.
3988 (ethio-write-file): Likewise.
3989
3990 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3991
3992 * printing.el: Doc fix.
3993
3994 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3995
3996 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3997 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3998 (gdb-setup-windows): Only use separate IO buffer if required.
3999
4000 2004-04-06 Kim F. Storm <storm@cua.dk>
4001
4002 * term.el (term-is-xemacs): Remove.
4003 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4004 (term-window-width): New function.
4005 (term-mode, term-check-size): Use it.
4006 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4007
4008 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4009
4010 * cus-edit.el (custom-add-parent-links): Change unbound variable
4011 `symbol' to `name'.
4012
4013 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4014 * info.el (info-apropos): New function.
4015 (Info-mode-menu): Add it.
4016 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4017
4018 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4019 inherited docstring.
4020
4021 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4022
4023 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4026
4027 * progmodes/compile.el (font-lock): Don't require any more.
4028 (compilation-error-properties, compilation-start, compilation-sentinel)
4029 (compilation-filter, next-error): Use with-current-buffer.
4030 (compilation-skip-to-next-location, compilation-skip-threshold)
4031 (compilation-skip-visited): Move to silence the byte-compiler.
4032 (compilation-setup): Simplify.
4033 (compilation-next-error): Use line-(beginning|end)-position.
4034 Make sure `pt' is non-nil before using compilation-loop.
4035 (compile-goto-error): Add optional event arg. Use it.
4036 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4037 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4038 Update the binding for mouse-2.
4039 (first-error): Set compilation-current-error to nil rather than bob.
4040 (compilation-parsing-end, compilation-parse-errors-function)
4041 (compilation-error-list, compilation-old-error-list):
4042 "New" compatibility variables.
4043 (compile-buffer-substring, compilation-compat-error-properties)
4044 (compilation-compat-parse-errors, compilation-forget-errors):
4045 New compatibility functions.
4046 (compilation-mode-font-lock-keywords): Use them.
4047
4048 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4049
4050 * autorevert.el (auto-revert-handler): If point (or a window
4051 point) is at the end of the buffer, keep it there after
4052 reverting. This allows to tail a file.
4053 Mention this in the `Commentary'.
4054
4055 * format.el (format-write-file): Add optional argument CONFIRM
4056 and make it behave like the analogous argument to `write-file'.
4057
4058 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4059
4060 * progmodes/ebnf2ps.el: Doc fix.
4061 (ebnf-version): New version number (4.2).
4062 (ebnf-syntax): Customization and docstring fix.
4063 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4064 Put autoloaded funs before first use.
4065 (ebnf-style-database): Add dtd entry.
4066 (ebnf-syntax-alist): Add dtd initialization.
4067 (ebnf-token-sequence): New fun.
4068 (ebnf-comment-table): Add new comment action character.
4069 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4070
4071 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4072 Type Definition for XML).
4073
4074 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4075 * progmodes/ebnf-bnf.el (ebnf-sequence):
4076 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4077 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4078 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4079 Code simplification: call ebnf-token-sequence.
4080
4081 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4082
4083 * calendar/timeclock.el (timeclock-relative)
4084 (timeclock-get-project-function, timeclock-get-workday-function)
4085 (timeclock-query-out, timeclock-when-to-leave)
4086 (timeclock-when-to-leave-string, timeclock-log-data)
4087 (timeclock-generate-report, timeclock-in): Doc fixes.
4088
4089 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * url/: New dir. Import the URL package from its repository.
4092
4093 2004-04-03 Andreas Schwab <schwab@suse.de>
4094
4095 * diff-mode.el (diff-mode): Fix missing quote.
4096
4097 2004-04-03 Juri Linkov <juri@jurta.org>
4098
4099 * descr-text.el (describe-property-list): Add `font-lock-face'.
4100
4101 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4102
4103 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4104
4105 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4106 Use utf-16le on little endian machines and utf-16be otherwise.
4107
4108 2004-04-02 David Kastrup <dak@gnu.org>
4109
4110 * net/browse-url.el (browse-url-generic): Use call-process
4111 instead of start-process to allow browsers that fork and detach.
4112
4113 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4114
4115 * compile.el (compilation-current-error): New var.
4116 (compilation-setup, compile-mouse-goto-error)
4117 (compile-goto-error, next-error): Use it.
4118 (compilation-skip-to-next-location): Default to t, which gives
4119 contiguous skipping like old compile (where this was redundant).
4120 (compilation-next-error): Prevent previous-* commands from moving
4121 back to message at or just before point.
4122
4123 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4124
4125 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4126 (gdb-source-info): Don't display source at startup, if required.
4127 (gdb-show-main): New option.
4128 (gdba): Update documentation.
4129 (gdb-source): Cover case of auto-display output.
4130
4131 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4132
4133 * autorevert.el: Delete obsolete autoload's and defvar's.
4134 (auto-revert-check-vc-info): New user option.
4135 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4136 (auto-revert-handler-vc): Delete.
4137 (auto-revert-handler): Treat return value `fast' of
4138 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4139
4140 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4141 return `fast'.
4142
4143 * files.el (buffer-stale-function): Doc change.
4144
4145 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4146
4147 * printing.el: New tip on Tips section.
4148 (pr-version): New version number (6.7.4).
4149 (pr-shell-file-name): Initialization fix.
4150
4151 2004-03-31 Juri Linkov <juri@jurta.org>
4152
4153 * dired.el: Add autoload for `dired-do-touch'.
4154 (dired-touch-program): New var.
4155 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4156 (dired-no-confirm): Add `touch' to docstring.
4157
4158 * dired-aux.el (dired-do-touch): New fun.
4159 (dired-do-chxxx): Add argument -t for touch operation.
4160
4161 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4162 `dired-move-to-filename-regexp'.
4163
4164 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4165
4166 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4167
4168 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4169
4170 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4171 and only if the buffer was modified.
4172
4173 2004-03-30 Kenichi Handa <handa@m17n.org>
4174
4175 * international/characters.el: Delete pairs for U+2308..U+230B.
4176
4177 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4178
4179 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4180 to detect the beginning of a level 2 or 3 annotation.
4181
4182 2004-03-29 Kenichi Handa <handa@m17n.org>
4183
4184 * international/ucs-tables.el (ucs-insert): Fix the error message.
4185
4186 2004-03-29 Kenichi Handa <handa@m17n.org>
4187
4188 * international/mule-util.el (char-displayable-p): Fix generation
4189 of XLFD file name.
4190
4191 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4192 before finding directories by `find'.
4193
4194 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * subr.el (interactive-form): Delete. Now implemented in C.
4197
4198 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4199
4200 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4201 (vc-diff-label): New fun.
4202 (vc-diff-internal): Use it.
4203
4204 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4205
4206 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4207
4208 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4209
4210 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4211 specify XML (EBNFX).
4212
4213 * progmodes/ebnf2ps.el: Doc fix.
4214 (ebnf-version): New version number (4.1).
4215 (ebnf-syntax): Adjust customization.
4216 (ebnf-style-database): Add ebnfx entry.
4217 (ebnf-syntax-alist): Add ebnfx initialization.
4218 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4219
4220 * printing.el: Doc fix.
4221 (pr-version): New version number (6.7.3).
4222 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4223 returns nil for mouse position. Reported by Drew Adams
4224 <drew.adams@oracle.com>.
4225 (pr-update-menus): Modify interactive declaration. Reported by Drew
4226 Adams <drew.adams@oracle.com>.
4227
4228 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4229
4230 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4231 (gud-gdba-marker-filter): Log the process input and output, if
4232 required. From Stefan Monnier.
4233 (gdb-debug-log, gdb-enable-debug-log): New variables.
4234 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4235
4236 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4239 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4240
4241 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4242
4243 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4244 Call vc-find-file-hook here instead of in auto-revert-buffers.
4245 (auto-revert-buffers): Delete call to vc-find-file-hook.
4246 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4247 (global-auto-revert-mode, auto-revert-set-timer)
4248 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4249
4250 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4251
4252 * woman.el (woman-change-fonts): Rename local variable
4253 woman-font-alist to font-alist to avoid a compiler warning.
4254
4255 2004-03-27 Dave Love <fx@gnu.org>
4256
4257 * emacs-lisp/rx.el (rx): Doc fix.
4258 Fix copyright years.
4259
4260 * strokes.el (strokes-global-set-stroke-string): New function.
4261 (strokes-list-strokes): Cope with strings, not just commands.
4262 Set foreground colour of image.
4263 (strokes-global-set-stroke): Doc fix.
4264
4265 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4266
4267 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4268 Auto Revert mode.
4269 (Buffer-menu-files-only): New variable.
4270 (Buffer-menu-toggle-files-only): New function.
4271 (Buffer-menu-mode-map): Bind it to `T'.
4272 (Buffer-menu-mode): Mention `T' in docstring.
4273 Set buffer-stale-function.
4274 (list-buffers-noselect): Mark buffer non-modified and set
4275 Buffer-menu-files-only.
4276
4277 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4278
4279 * autorevert.el (auto-revert-handler): Print revert message
4280 before, rather than after, reverting.
4281 (buffer-stale-function): Move to files.el.
4282
4283 * files.el (buffer-stale-function): Move here from autorevert.el.
4284
4285 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4288
4289 * calc/calc.el (calc-mode-map): Use mapc.
4290
4291 * apropos.el (apropos-mode): Don't autoload.
4292 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4293 (apropos): Use it.
4294 (apropos-print): Add optional `text' argument.
4295 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4296 Don't assume point-min == 1.
4297
4298 * bs.el (bs-buffer-list): Use buffer-local-value.
4299 (bs--set-toggle-to-show): Use with-current-buffer.
4300
4301 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4302 New funs.
4303 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4304
4305 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4306
4307 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4308 (dabbrev--find-expansion): Use pop.
4309 (dabbrev--search): Use match-string-no-properties.
4310
4311 * dired.el (dired-mode): Use run-mode-hooks.
4312 (dired-move-to-end-of-filename): Use match-string.
4313
4314 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4315 is bound before using it.
4316 (ediff-verbose-p): Make it into a var since it's not constant.
4317
4318 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4319
4320 * faces.el (read-face-font): Don't cons up unnecessarily.
4321 (header-line, tool-bar): Share common parts.
4322
4323 * files.el (file-relative-name): Use compare-strings.
4324
4325 * finder.el (finder-mode): Follow coding convention.
4326
4327 * subr.el (read-number): New function.
4328
4329 * ses.el (ses-read-number): Move to subr.el.
4330 (ses-set-header-row): Use read-number.
4331
4332 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4333
4334 * vc-hooks.el (vc-arg-list): New function, which handles both
4335 compiled and uncompiled code.
4336 (vc-default-workfile-unchanged-p): Use it.
4337
4338 * vc.el (vc-print-log): Undo prev change, use new function
4339 vc-arg-list from vc-hooks.el.
4340
4341 2004-03-26 Masatake YAMATO <jet@gyve.org>
4342
4343 * simple.el (completion-setup-function): Emphasize the
4344 first uncommon characters in the completions; and de-emphasize
4345 the common prefix substrings.
4346 (completion-emphasis): New face.
4347 (completion-de-emphasis): New face.
4348
4349 2004-03-25 Juanma Barranquero <lektu@terra.es>
4350
4351 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4352 Comment out (it's unused and unfinished code).
4353
4354 2004-03-25 Sam Steingold <sds@gnu.org>
4355
4356 * vc.el (vc-print-log): Fix a bug in the last patch:
4357 backend-function may be a byte-compiled object, not a lambda.
4358
4359 2004-03-25 Juri Linkov <juri@jurta.org>
4360
4361 * descr-text.el (describe-property-list): Add a button
4362 for `face' property that calls `describe-face'.
4363 Suggested by luis fernandes <elf@ee.ryerson.ca>
4364
4365 * international/mule.el (keyboard-coding-system):
4366 * kmacro.el (kmacro-call-macro): Fix docstring.
4367
4368 * dired.el: Fix comments.
4369
4370 * textmodes/fill.el (fill): Fix Info link.
4371
4372 * font-lock.el (fast-lock, lazy-lock):
4373 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4374 Info node.
4375
4376 * eshell/eshell.el (eshell): Fix broken info-link.
4377
4378 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4379 * eshell/em-banner.el (eshell-banner):
4380 * eshell/em-smart.el (eshell-smart):
4381 * eshell/esh-cmd.el (eshell-cmd):
4382 Comment out broken info-links to incomplete Info manual.
4383
4384 * info-xref.el: Fix commentary.
4385
4386 2004-03-25 Kevin Ryde <user42@zip.com.au>
4387
4388 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4389 Remove spurious node duplicate suppression, doesn't work, not wanted.
4390 (info-xref-output): Take format style args, add "sit-for 0" to let
4391 user see the results as they progress.
4392 (info-xref-check-all-custom): New function.
4393
4394 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4395
4396 * gdb-ui.el: Moved to progmodes.
4397
4398 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4401
4402 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4403
4404 * calendar/appt.el (appt-check): Remove superfluous progn.
4405 When finished with diary buffer: if it was not being displayed
4406 before, kill it; otherwise restore its original state.
4407 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4408
4409 * calendar/calendar.el (calendar-set-mode-line): Use total
4410 available mode-line width, rather than frame-width.
4411
4412 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4413 after mode change so effect not lost.
4414
4415 2004-03-23 Dave Love <fx@gnu.org>
4416
4417 * dired.el (dired) <defgroup>: Add link to manual.
4418 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4419 (dired-revert): Use dolist.
4420 (dired-mode-map): Add U binding.
4421 (dired-mode): Add font-lock-beginning-of-syntax-function.
4422 (dired-garbage-files-regexp): Make it a defcustom.
4423
4424 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4427 is equivalent to nil.
4428 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4429 (vc-arch-mode-line-string): Accept `added' state.
4430 (vc-arch-state): Use inode-sigs if available.
4431 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4432 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4433 (vc-arch-tagline-re): New var.
4434 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4435 New functions.
4436 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4437 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4438
4439 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4440 (vc-file-not-found-hook): Use it.
4441
4442 * diff-mode.el (diff-default-read-only): Change default.
4443 (diff-mode-hook): Make it a defcustom. Add some options.
4444 (diff-mode-map): Bind diff-refine-hook.
4445 (diff-yank-handler): New var.
4446 (diff-yank-function): New fun.
4447 (diff-font-lock-keywords): Use them.
4448 (diff-end-of-file): Handle case where file-header looks like diff text.
4449 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4450 (diff-file-kill): Delete a subsequent empty line, if applicable.
4451 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4452 (diff-find-file-name): Use it.
4453 (diff-tell-file-name): New command.
4454 (diff-mode): Be careful with view-mode.
4455 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4456 New functions, for use in diff-mode-hook.
4457 (diff-find-source-location): Catch "regex too large" errors.
4458 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4459 (diff-refine-hunk): New command.
4460
4461 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4462 (smerge-context-menu-map): Remove unused var.
4463 (smerge-keep-all): Preserve markers.
4464 (smerge-keep-n): New fun.
4465 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4466 (smerge-keep-current, smerge-ediff): Use it.
4467 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4468 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4469 (smerge-resolve): Resolve trivial 3-part conflicts.
4470
4471 2004-03-23 Juri Linkov <juri@jurta.org>
4472
4473 * man.el (Man-width): New var.
4474 (Man-getpage-in-background): Use it.
4475 (Man-support-local-filenames): New var and fun.
4476 (Man-build-man-command): Don't add a second %s.
4477 (Man-fontify-manpage): Clean up message.
4478 (Man-mode): Set outline-regexp, outline-level,
4479 imenu-generic-expression.
4480
4481 * woman.el (woman-fill-frame): Doc fix.
4482 (woman-decode-region): Use window-width instead of frame-width.
4483
4484 * abbrevlist.el (list-one-abbrev-table):
4485 * descr-text.el (describe-char):
4486 * international/mule-diag.el (describe-current-coding-system):
4487 * international/quail.el (quail-insert-decode-map):
4488 Use window-width instead of frame-width.
4489
4490 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4491 (jka-compr-mode-alist-additions): Add tbz.
4492 (jka-compr-write-region, jka-compr-insert-file-contents):
4493 Add message for undefined compress-program.
4494 (jka-compr-write-region): Remove redundant var bindings.
4495
4496 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4497 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4498 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4499 (dired-man): Use dired-guess-shell-command.
4500 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4501 Change default nil to t.
4502
4503 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4504 (dired-compare-directories): Add default value for empty input.
4505
4506 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4507
4508 * time.el (display-time-string-forms): Fix help-echo date format.
4509
4510 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4511
4512 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4513 (buffer-stale-function): New variable.
4514 (auto-revert-list-diff, auto-revert-dired-file-list)
4515 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4516 (auto-revert-handler): Take over some functionality of deleted
4517 functions.
4518 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4519
4520 * dired.el (dired-directory-changed-p): New fun, extracted from
4521 dired-internal-noselect.
4522 (dired-buffer-stale-p): New fun.
4523 (dired-internal-noselect): Use dired-directory-changed-p.
4524 Eliminate revert messages.
4525 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4526
4527 2004-03-23 Kenichi Handa <handa@m17n.org>
4528
4529 * international/characters.el: Setup syntaxes for more parentheses
4530 Unicode characters.
4531
4532 * international/mule-cmds.el (select-safe-coding-system):
4533 Merge coding-system and auto-cs before comparing them.
4534
4535 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4536
4537 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4538
4539 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4540 normal-auto-fill-function and comment-indent-function.
4541 The default values now work just as well.
4542 Don't set font-lock-beginning-of-syntax-function since we already set
4543 syntax-begin-function.
4544 (lisp-outline-level): Put ;;;###autoload at same level as (.
4545 (prin1-char): Quote special chars.
4546
4547 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4548 than with-no-warnings.
4549
4550 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4551 if the source location can't be found.
4552 (edebug-compute-previous-result): Use prin1-char.
4553
4554 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4555 (debug-ignored-errors): Add an entry.
4556
4557 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4558 (byte-compile-file): Output warning when deleting a file.
4559
4560 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4561 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4562
4563 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4564 (byte-compile-inline-expand): Use backquote.
4565 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4566 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4567
4568 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4569
4570 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4571
4572 2004-03-22 Juri Linkov <juri@jurta.org>
4573
4574 * finder.el (finder-known-keywords): Fix data, tex, unix.
4575
4576 * play/landmark.el: Fix keywords.
4577
4578 * language/ethio-util.el (ethio-find-file): Doc fix.
4579
4580 * emacs-lisp/warnings.el: Doc fix.
4581
4582 * textmodes/ispell.el (ispell-help): Doc fix.
4583
4584 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4585
4586 * format.el (format-insert-file): Always return a list of two
4587 elements, like insert-file-contents does.
4588
4589 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4590
4591 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4592 and vc-BACKEND-diff.
4593 (vc-print-log): If the print-log implementation supports it, use
4594 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4595 (vc-version-diff, vc-diff-internal): Doc fixes.
4596
4597 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4598 implementation supports it, let diff output go to *vc*,
4599 not *vc-diff*, since this is an internal call.
4600
4601 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4602
4603 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4604
4605 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4606
4607 2004-03-21 Dave Love <fx@gnu.org>
4608
4609 * progmodes/cfengine.el (cfengine-mode):
4610 Set parse-sexp-ignore-comments.
4611
4612 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4613
4614 2004-03-21 Juanma Barranquero <lektu@terra.es>
4615
4616 * allout.el (allout-mode): Fix docstring.
4617
4618 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4619
4620 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4621
4622 * autorevert.el (auto-revert-interval): Make new value take
4623 effect immediately when set through Custom.
4624 (auto-revert-set-timer): Add interactive declaration.
4625
4626 2004-03-19 David Ponce <david@dponce.com>
4627
4628 * ruler-mode.el (ruler-mode-header-line-format-old):
4629 Don't `make-variable-buffer-local'.
4630 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4631 (ruler-mode-header-line-format): Simply funcall the above.
4632 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4633 to save/restore a previous header line format.
4634 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4635 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4636 fringes and margins width.
4637 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4638
4639 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * log-edit.el (log-edit-font-lock-keywords): Typo.
4642
4643 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4644 (tex-send-tex-command): Rather than here.
4645 (tex-compilation-parse-errors): Simplify.
4646
4647 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4648
4649 * time.el (display-time-string-forms): Add help-echo with date on time.
4650
4651 * composite.el (compose-region): Use restore-buffer-modified-p.
4652
4653 * disp-table.el (standard-display-8bit): Simplify.
4654
4655 * server.el (server-process-filter): Delete temp frame.
4656
4657 * add-log.el (add-change-log-entry): Simplify.
4658
4659 2004-03-19 Kim F. Storm <storm@cua.dk>
4660
4661 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4662 (hexl-follow-line): Don't require 'fringe.
4663
4664 * progmodes/compile.el (compilation-start): Always set
4665 compilation-last-buffer and return it.
4666
4667 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4668
4669 * simple.el (clone-buffer): Doc fix.
4670
4671 2004-03-18 Juanma Barranquero <lektu@terra.es>
4672
4673 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4674
4675 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * log-edit.el (log-edit-font-lock-keywords): New var.
4678 (log-edit-mode): Use it.
4679
4680 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4681
4682 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4683 properly for watching in speedbar.
4684
4685 2004-03-17 Masatake YAMATO <jet@gyve.org>
4686
4687 * smerge-mode.el (smerge-popup-context-menu):
4688 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4689
4690 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4693 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4694 Take sealed revisions into account.
4695 (vc-arch-checkin): Extract a summary line from the message.
4696
4697 2004-03-16 Masatake YAMATO <jet@gyve.org>
4698
4699 * register.el (register): Provide `register' feature.
4700
4701 2004-03-15 Masatake YAMATO <jet@gyve.org>
4702
4703 Added context menu support in smerge mode.
4704 Most of the part is written by Stefan Monnier.
4705
4706 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4707 New keymap and menu.
4708 (smerge-text-properties): New function.
4709 (smerge-remove-props): New function.
4710 (smerge-popup-context-menu): New function.
4711 (smerge-resolve): Call `smerge-remove-props'.
4712 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4713 (smerge-keep-current): Ditto.
4714 (smerge-kill-current): New function.
4715 (smerge-match-conflict): Put text properties.
4716 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4717
4718 2004-03-15 David Ponce <david@dponce.com>
4719
4720 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4721 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4722 (ruler-mode-right-scroll-bar-cols): Remove.
4723 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4724 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4725 Use fringe-columns and scroll-bar-columns.
4726
4727 2004-03-15 Masatake YAMATO <jet@gyve.org>
4728
4729 * hl-line.el (hl-line-range-function): New variable.
4730 (hl-line-move): New function.
4731 (global-hl-line-highlight): Use `hl-line-move'.
4732 (hl-line-highlight): Ditto.
4733
4734 * scroll-bar.el (scroll-bar-columns):
4735 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4736
4737 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4738 (ruler-mode-left-fringe-cols)
4739 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4740 (ruler-mode-right-scroll-bar-cols)
4741 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4742 (ruler-mode-ruler-function): New variable.
4743 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4744 if the value for `ruler-mode-ruler-function'is given.
4745
4746 * hexl.el (hexl-mode-hook): Make the hook customizable.
4747 (hexl-address-area, hexl-ascii-area): New customize variables.
4748 (hexlify-buffer): Put font-lock-faces on the address area and
4749 the ascii area.
4750 (hexl-activate-ruler): New function.
4751 (hexl-follow-line): New function.
4752 (hexl-highlight-line-range): New function.
4753 (hexl-mode-ruler): New function.
4754
4755 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4758 (vc-default-find-file-hook): New fun.
4759 (vc-find-file-hook): Call new find-file-hook operation.
4760
4761 * vc-arch.el: New file.
4762
4763 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4764
4765 * info-look.el (info-lookup): Reuse an existing Info window.
4766
4767 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4768
4769 * woman.el (woman-preserve-ascii): Default value changed to t and
4770 doc string revised.
4771
4772 2004-03-12 Richard M. Stallman <rms@gnu.org>
4773
4774 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4775 Fix minor bug.
4776
4777 * replace.el (occur-engine): Change message for count of matches.
4778
4779 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4780 For strings, do compare text properties.
4781
4782 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4783
4784 * progmodes/compile.el (compile-auto-highlight)
4785 (compilation-error-list, compilation-old-error-list)
4786 (compilation-parse-errors-function, compilation-parsing-end)
4787 (compilation-error-message, compilation-directory-stack)
4788 (compilation-enter-directory-regexp-alist)
4789 (compilation-leave-directory-regexp-alist)
4790 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4791 (compilation-current-file, compilation-regexps): Remove vars.
4792
4793 (compile-error-at-point, compilation-error-filedata)
4794 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4795 (compilation-next-error-locus, compilation-forget-errors)
4796 (count-regexp-groupings, compilation-parse-errors)
4797 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4798
4799 (compile-internal): Make obsolete.
4800
4801 (compilation-first-column, compilation-error)
4802 (compilation-directory-matcher, compilation-page-delimiter)
4803 (compilation-mode-font-lock-keywords, compilation-debug)
4804 (compilation-error-face, compilation-warning-face)
4805 (compilation-info-face, compilation-line-face)
4806 (compilation-column-face, compilation-enter-directory-face)
4807 (compilation-leave-directory-face, compilation-skip-threshold)
4808 (compilation-skip-visited, compilation-context-lines): New vars.
4809
4810 (compilation-warning-face, compilation-info-face)
4811 (compilation-message-face): New faces.
4812
4813 (compilation-error-regexp-alist-alist): New constant.
4814
4815 (compilation-face, compilation-directory-properties)
4816 (compilation-assq, compilation-error-properties, compilation-start)
4817 (define-compilation-mode, compilation-loop)
4818 (compilation-set-window): New functions.
4819
4820 (compile): Additional argument for interactive compiles like TeX.
4821
4822 * progmodes/grep.el (kill-grep): Move here from compile.el
4823 (grep-error, grep-hit-face, grep-error-face)
4824 (grep-mode-font-lock-keywords): New variables.
4825 (grep-regexp-alist): Simplify regexp and add `binary' case.
4826 (grep-mode): New mode.
4827 (grep-process-setup): Simplify.
4828
4829 2004-03-11 Jason Rumney <jasonr@gnu.org>
4830
4831 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4832 letters on DOS/Windows.
4833
4834 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * server.el (server-name): New var.
4837 (server-socket-dir): New var to replace server-socket-name.
4838 (server-start): Use them.
4839
4840 2004-03-11 Simon Josefsson <jas@extundo.com>
4841
4842 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4843 died to avoid infloop. Reported by Jonathan Glauner
4844 <jglauner@sbum.org>.
4845
4846 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4849 (smerge-mode-menu): Use it to deactivate menu entries.
4850 (smerge-keep-current): New fun.
4851 (smerge-keep-current): Use it.
4852
4853 2004-03-10 John Paul Wallington <jpw@gnu.org>
4854
4855 * foldout.el (foldout-fold-list, foldout-modeline-string):
4856 Declare them as variables, not constants.
4857
4858 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4859
4860 * ps-print.el: Modification to print *Messages* buffer.
4861 (ps-print-version): New version 6.6.4.
4862 (ps-message-log-max): New fun.
4863 (ps-spool-without-faces, ps-spool-with-faces)
4864 (ps-count-lines-preprint): Code fix.
4865
4866 * printing.el: New tips in Tips section.
4867
4868 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4869
4870 * delim-col.el: Doc fix.
4871
4872 * printing.el: Doc fix. New doc section (Tips).
4873
4874 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * type-break.el (type-break-emacs-variant): Remove.
4877 (type-break-run-at-time, type-break-cancel-function-timers):
4878 Use fboundp rather than version name and number.
4879
4880 2004-03-09 Masatake YAMATO <jet@gyve.org>
4881
4882 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4883 `make-variable-buffer-local'.
4884
4885 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4886
4887 * find-dired.el (find-dired): Call `shell-command' instead of
4888 `start-process-shell-command'. By this, Tramp takes over
4889 handling of remote directories.
4890
4891 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * newcomment.el (comment-use-global-state): New var.
4894 (comment-search-forward): Use it.
4895
4896 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4897
4898 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4899
4900 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4901 (enable-kinsoku): Make it a defcustom.
4902 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4903 paragraph to same-comment-start-marker.
4904
4905 2004-03-07 Dave Love <fx@gnu.org>
4906
4907 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4908 (browse-url-mail): Use it.
4909
4910 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4911 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4912
4913 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4914
4915 * woman.el (woman-man.conf-path): Doc fix.
4916 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4917
4918 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4919
4920 * sort.el (sort-columns): Remove ms-dos from the list of systems
4921 where the external `sort' command is not used.
4922
4923 2004-03-07 Kim F. Storm <storm@cua.dk>
4924
4925 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4926 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4927 from overlay-arrow-variable-list.
4928 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4929
4930 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4931
4932 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4933 overlay arrow string properly for the assembler buffer.
4934
4935 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * mail/sendmail.el (mail-mode): Fix last change.
4938
4939 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4940
4941 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4942 for the assembler buffer.
4943 (gdb-assembler-custom): Position the overlay arrow.
4944 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4945
4946 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4949
4950 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4951 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4952
4953 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4954
4955 * newcomment.el (uncomment-region): Allow non-terminated comment.
4956 (comment-normalize-vars): Check the user-specified comstart marker.
4957
4958 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4959
4960 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4961 Otherwise, do use it if the region only contains font-lock text
4962 properties.
4963
4964 2004-03-04 Masatake YAMATO <jet@gyve.org>
4965
4966 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4967 as the callback function for eldoc.
4968 (hexl-print-current-point-info): New function.
4969 (hexl-current-address): Print the address in both decimal
4970 and hexadecimal format.
4971
4972 2004-03-04 Richard M. Stallman <rms@gnu.org>
4973
4974 * mail/rmail.el (rmail-convert-to-babyl-format):
4975 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4976
4977 * mail/mail-utils.el (mail-unquote-printable-region):
4978 New arg UNIBYTE.
4979
4980 * startup.el (command-switch-alist): Doc fix.
4981
4982 * simple.el (undo): Temporarily set this-command to `undo-start',
4983 then set it to `undo' once undo-start returns without error.
4984
4985 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4986
4987 * simple.el (kill-line): Don't disregard trailing whitespace
4988 in eol condition, if show-trailing-whitespace is set.
4989
4990 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4991 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4992 When disabling, restore old values only if mouse-sel-has-been-enabled.
4993
4994 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4995 (isearch-{-char): New function.
4996 (isearch-mode-map): Bind { to isearch-{-char.
4997
4998 * font-lock.el (lisp-font-lock-keywords-2):
4999 Turn off the CL with-... and do-... general patterns.
5000 Instead, recognize several specific with... and do... constructs.
5001
5002 * files.el (switch-to-buffer-other-window):
5003 Bind same-window-buffer-names and same-window-regexps to nil.
5004 (switch-to-buffer-other-frame): Likewise.
5005
5006 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5009 recognizing leading comment on code line.
5010
5011 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5014 hidden files/directories.
5015
5016 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5019 only comment-start (in case the mode hasn't set it).
5020
5021 * Makefile.in (AUTOGENEL): New var.
5022 (bootstrap-prepare): Rename from bootstrap-clean.
5023 Don't remove elc files.
5024 (maintainer-clean): New target.
5025
5026 * xml.el (xml-get-attribute-or-nil): Simplify.
5027
5028 2004-03-02 Juri Linkov <juri@jurta.org>
5029
5030 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5031 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5032 URL to prevent their substitution with the environment variable
5033 values by browsers.
5034
5035 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5036
5037 * ps-print.el: Doc fix.
5038 (ps-print-version): New version number (6.6.3).
5039 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5040 Docstring fix.
5041 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5042 before printing.
5043 (ps-time-stamp-yyyy-mm-dd): New fun.
5044 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5045
5046 2004-03-02 Kim F. Storm <storm@cua.dk>
5047
5048 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5049
5050 2004-03-01 Juanma Barranquero <lektu@terra.es>
5051
5052 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5053
5054 * desktop.el (desktop-file-version)
5055 (desktop-after-read-hook): Fix typos.
5056 (desktop-clear-preserve-buffers): Remove redundant info in
5057 docstring already shown by the obsolescence message.
5058 (desktop-truncate, desktop-internal-v2s)
5059 (desktop-value-to-string): Change argument name to match docstring.
5060
5061 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5062
5063 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5064 docstring.
5065
5066 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5067
5068 * printing.el: Replace "As Is..." in PostScript file print/preview by
5069 "No Preprocessing...". Suggested by Colin Marquardt
5070 <_marquardt_@zmd.de>.
5071 (pr-insert-section-4): Adjust buffer interface.
5072
5073 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5074
5075 Version 2.0.39 of Tramp released.
5076
5077 * net/tramp.el (tramp-handle-file-local-copy)
5078 (tramp-handle-write-region, tramp-open-connection-rsh):
5079 Variable name typo. Small change. From Patrick Tullmann
5080 <tullmann@flux.utah.edu>.
5081 (tramp-process-connection-type): New variable.
5082 (tramp-maybe-open-connection): Use it.
5083 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5084 (tramp-touch): Set last-modified time of a remote file.
5085 (tramp-handle-write-region): Say which function is used when encoding.
5086
5087 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5088
5089 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5090 case of non-existing filename, too. Reported by Christoph Bauer
5091 <c_bauer@informatik.uni-kl.de>.
5092 (tramp-smb-get-file-entries): The directory in question should
5093 have permissions "drwxrwxrwx". Just virtual, because we don't
5094 know the real permissions. Don't we know?
5095 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5096 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5097 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5098 output. If it was received chunkwise, there have been problems.
5099 Remove the "prompt not found" error message; it is obvious.
5100 Simplify algorithm.
5101 (tramp-smb-process-running): Remove. Since we acknowledge the
5102 virtual prompt for shares, there's no need for distinction of
5103 reading shares (process ends afterwards) and interactive mode of
5104 smblient.
5105 (tramp-smb-open-connection): Setting process sentinel removed.
5106 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5107 "NT_STATUS_NETWORK_ACCESS_DENIED".
5108 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5109 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5110 (top-level): Setting default value in `tramp-default-method-alist'
5111 corrected. Order of USER and HOST have been wrong.
5112 Nobody complained for months ...
5113 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5114 (tramp-smb-open-connection): Clear password cache if login has failed.
5115
5116 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5117 `tramp-unified-filenames'.
5118 (tramp-completion-mode): Make test for XEmacs explicitely.
5119 `event-to-character' can exists in Emacs packages too.
5120 Reported by Matt Swift <swift@alum.mit.edu>.
5121 (tramp-buffer-name): Buffer name must contain the user if exists.
5122 Reported by Adrian Phillips <a.phillips@met.no>.
5123 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5124 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5125 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5126 `tramp-do-copy-or-rename-file-one-local', because it handles also
5127 the case both files use the same out-of-band method.
5128 Implementation added.
5129 (tramp-handle-file-local-copy, tramp-handle-write-region):
5130 Out-of-band handling removed. `copy-file' called instead, which
5131 calls `tramp-do-copy-or-rename-file-out-of-band'.
5132 (tramp-action-password): Check for out-of-band method removed.
5133 This function is used for 'login-program.
5134 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5135 appropriate.
5136 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5137 and `tramp-parse-sknownhosts'.
5138 (tramp-completion-function-alist): It's a defvar now, because we
5139 want to apply the optimized `tramp-set-completion-function'
5140 instead of a static list.
5141 (tramp-set-completion-function): Implementation tuned.
5142 Avoid double entries, and entries where the function or the
5143 file/directory doesn't exist.
5144 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5145 for SSH2.
5146 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5147 (tramp-handle-dired-compress-file): New function.
5148 (tramp-async-proc): New variable.
5149 (tramp-handle-shell-command): Adding asynchronous processes.
5150 They are far from being perfect, but it works at least for
5151 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5152 (top-level): Require password.el if visible. Should be mandatory
5153 once No Gnus has found its way into (X)Emacs.
5154 (tramp-read-passwd): Invoke `password-read' if available,
5155 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5156 fallback any longer.
5157 (tramp-clear-passwd): New function.
5158 (tramp-process-actions, tramp-process-multi-actions):
5159 Clear password cache if login has failed.
5160
5161 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5162 its own module.
5163 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5164 `ange-ftp-ftp-name-res'. There could be incorrect values from
5165 previous calls in case the "ftp" method is used in the Tramp file
5166 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5167
5168 2004-02-28 Richard M. Stallman <rms@gnu.org>
5169
5170 * term.el (term-mouse-paste): Call mouse-set-point.
5171
5172 * thumbs.el: New file.
5173
5174 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5175
5176 * progmodes/ebnf-abn.el: Doc fix.
5177
5178 * progmodes/ebnf-bnf.el: Doc fix.
5179 (ebnf-repeat): Code fix.
5180
5181 * progmodes/ebnf2ps.el: Doc fix.
5182 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5183
5184 2004-02-28 Juri Linkov <juri@jurta.org>
5185
5186 * ffap.el (dired-at-point): Additional writability test for
5187 relative directory names.
5188 (dired-at-point-prompter): Treat directories as a directory, get
5189 the directory component from files.
5190 (ffap-string-at-point): Return string from region if region is active.
5191 (ffap-file-at-point): Remove redundant code.
5192
5193 2004-02-28 Kim F. Storm <storm@cua.dk>
5194
5195 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5196 Initialize margin area images to nil.
5197 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5198 (breakpoint-enabled-bitmap-face)
5199 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5200 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5201 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5202 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5203 (gdb-reset): Use gdb-remove-breakpoint-icons.
5204 (gdb-put-string): Add dprop arg to specify alternative display
5205 property (for setting fringe bitmap).
5206 (gdb-remove-strings): Doc fix.
5207 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5208 icon in fringe (if available), or else as icon or text in display
5209 margin. Creates necessary icons in breakpoint-bitmap,
5210 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5211 Also make left window margin if required.
5212 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5213 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5214 no longer needed.
5215 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5216 gdb-put-breakpoint-icon.
5217 (gdb-assembler-mode): Don't set left-margin-width here.
5218
5219 2004-02-27 Kevin Ryde <user42@zip.com.au>
5220
5221 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5222 comma, so that it DTRT in macros.
5223
5224 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5225
5226 * progmodes/sh-script.el (sh-shell-arg)
5227 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5228 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5229
5230 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5231
5232 * faces.el (face-spec-set-match-display): Add a new attribute,
5233 `min-colors'.
5234 (region, highlight, secondary-selection): Use `min-colors'.
5235
5236 * custom.el (defface): Add documentation for `min-colors'.
5237
5238 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5239 (font-lock-keyword-face, font-lock-function-name-face)
5240 (font-lock-variable-name-face, font-lock-constant-face):
5241 Use `min-colors'.
5242
5243 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5244
5245 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5246
5247 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5248 define assq-delete-all if it's not defined.
5249 (ebnf-generate-region): Code fix.
5250
5251 * printing.el: Doc fix.
5252 (pr-version): New version number (6.7.2).
5253 (pr-command): Return empty string if command is an empty string.
5254
5255 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5256
5257 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5258
5259 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5260 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5261 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5262 "tt" ["test"] ). Reported by Markus Dreyer
5263 <mdreyer@ix.urz.uni-heidelberg.de>.
5264 (ebnf-version): New version number (4.0).
5265 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5266 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5267 (ebnf-delete-style): New commands.
5268 (ebnf-directory, ebnf-file): New funs.
5269 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5270 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5271 (ebnf-syntax-alist): New var.
5272 (ebnf-element-width): New fun replacing ebnf-list-width.
5273 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5274 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5275 (ebnf-prologue): Adjust vars.
5276 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5277 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5278 (ebnf-check-style-values, ebnf-generate-production)
5279 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5280 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5281 (ebnf-token-repeat): Code fix.
5282
5283 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5284 %right, %left and %prec. Suggested by Matthew K. Junker
5285 <junker@alum.mit.edu>.
5286 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5287
5288 * progmodes/ebnf-iso.el: Doc fix.
5289 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5290 (ebnf-iso-lex): Code fix.
5291
5292 * progmodes/ebnf-bnf.el: Doc fix.
5293 (ebnf-bnf-lex): Code fix.
5294
5295 * progmodes/ebnf-otz.el: Doc fix.
5296
5297 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5298
5299 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5300 (abbrev-prefix-mark): Doc fix.
5301
5302 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5303
5304 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5305 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5306 (gdb-var-delete): Make interactive (really).
5307 (gdb-edit-value): Make non-interactive.
5308
5309 * progmodes/gud.el (gud-speedbar-menu-items):
5310 Add gdb-var-delete and, indirectly, gdb-edit-value.
5311 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5312 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5313 (gud-gdb-marker-filter): Add comment for annotations.
5314
5315 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5316
5317 * calendar/calendar.el (generate-calendar)
5318 (calendar-read-date): Prevent display of BC calendars once more -
5319 reverts 2003-10-01 change.
5320 (generate-calendar-month): Doc fix.
5321
5322 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5323
5324 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5325 return value of increment-calendar-month.
5326
5327 2004-02-21 Stephen Compall <s11@member.fsf.org>
5328
5329 * saveplace.el (save-place-forget-unreadable-files)
5330 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5331 (save-place-forget-unreadable-files): New function.
5332 (save-place-alist-to-file): Use it to filter out files that are
5333 no longer readable.
5334
5335 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5336 current Texinfo environment, using the same method as in
5337 `texinfo-insert-@end', and insert a space rather than a newline if
5338 point in a @table environment.
5339
5340 2004-02-21 Juri Linkov <juri@jurta.org>
5341
5342 * ffap.el (ffap-file-at-point): Try parent directories.
5343
5344 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5345
5346 * vcursor.el (vcursor-modifiers): New defcustom.
5347 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5348 hard-coded list.
5349
5350 2004-02-21 Masatake YAMATO <jet@gyve.org>
5351
5352 * play/animate.el (animate-birthday-present): Accept names other
5353 than `Sarah', too.
5354
5355 2004-02-21 Juri Linkov <juri@jurta.org>
5356
5357 * startup.el: Remove table of command line arguments from the
5358 Commentary section.
5359
5360 2004-02-20 John Wiegley <johnw@newartisans.com>
5361
5362 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5363 again" modifier from 'e' to 'E', since 'e' is also used by the
5364 "file extension" modifier.
5365
5366 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5367
5368 * help-fns.el (describe-categories): Doc fix.
5369
5370 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5371
5372 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5373 temporary file for buffer already visiting one. This change makes
5374 output likely to be directly usable by patch program.
5375 Suggested by Adrian Aichner <adrian@xemacs.org>
5376
5377 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5378
5379 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5380 case of variables defined in compound statements.
5381 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5382 Simplify constructions using switch-to-buffer.
5383
5384 2004-02-19 Simon Josefsson <jas@extundo.com>
5385
5386 * play/morse.el: Fix typo.
5387 (morse-code): Add @.
5388
5389 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5390
5391 * calendar/appt.el (appt-display-format): Change default to
5392 'ignore, for backwards compatibility.
5393 (appt-display-message): If appt-display-format is 'ignore,
5394 respect old vars appt-msg-window and appt-visible.
5395 (appt-activate): Don't depend on return value of cancel-timer.
5396
5397 * calendar/calendar.el (calendar-holidays): Doc fix.
5398
5399 * calendar/cal-coptic.el (coptic-prompt-for-date):
5400 Use assoc-string instead of assoc-ignore-case.
5401 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5402 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5403 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5404 * calendar/cal-islam.el (calendar-goto-islamic-date)
5405 (mark-islamic-diary-entries): Ditto.
5406 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5407 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5408 (calendar-read-mayan-tzolkin-date): Ditto.
5409 * calendar/calendar.el (calendar-read-date): Ditto.
5410 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5411
5412 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5413
5414 * progmodes/executable.el (executable-command-find-posix-p):
5415 Fix choice of the directory.
5416
5417 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5418
5419 * simple.el (interprogram-cut-function)
5420 (interprogram-paste-function, kill-new, kill-append):
5421 Doc fixes.
5422 (kill-region): Make it return nil. Doc fix.
5423 (yank-pop): Make its argument optional.
5424 (yank): Make ARG `-' equivalent to `-1'.
5425
5426 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5427
5428 * mail/rmail.el (rmail-get-new-mail): Don't reference
5429 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5430
5431 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5432
5433 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5434 if one of global-auto-revert-non-file-buffers or autorevert-mode
5435 is non-nil.
5436
5437 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5438
5439 * subr.el (delete-dups): A better implementation from Karl Heuer
5440 <kwzh@gnu.org>.
5441
5442 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5443
5444 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5445 correct place.
5446 * progmodes/icon.el (icon-indent-command): Ditto.
5447 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5448
5449 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5450
5451 * progmodes/grep.el (grep-compute-defaults): Undo change from
5452 2004-01-29: don't use executable-command-find-posix-p.
5453
5454 2004-02-16 Richard Sharman <rsharman@pobox.com>
5455
5456 * hilit-chg.el: Use require instead of eval-and-compile.
5457 (highlight-compare-buffers): New function.
5458
5459 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5460
5461 * man.el (Man-fontify-manpage): Render section headings in
5462 `Man-overstrike-face' even when overstrike was not used by man
5463 formatter for section headings.
5464
5465 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5466
5467 * rmail-spam-filter.el: (vm-use-spam-filter)
5468 (rsf-min-region-length-added-to-spam-list): New variables.
5469 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5470 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5471 spam testing. Don't delete spam message if automatic deletion
5472 after output via variable rmail-delete-after-output is turned on.
5473 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5474 rsf-bbdb-dont-create-entries-for-spam.
5475 (check-field): New function, extracted from code in
5476 rmail-spam-filter to ease addition of header fields like content-type.
5477 (message-content-type): New variable to check the content-type:
5478 field added, also in defcustom of rsf-definitions-alist.
5479 (rmail-spam-filter): Replace repeated test code for header fields
5480 by calls to check-field; change the call to
5481 rmail-output-to-rmail-file such that rmail-current-message stays
5482 the same to avoid wrong deletion of unseen flags.
5483 (rsf-add-contents-type): New function to convert old format
5484 of rmail-spam-definitions-alist into new one.
5485 Change prefixes of all variables and functions from
5486 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5487
5488 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5489
5490 * loadhist.el (unload-hook-features-list): New defvar.
5491
5492 2004-02-16 Dave Love <fx@gnu.org>
5493
5494 * loadhist.el (unload-feature): Doc fix. Rename flist to
5495 unload-hook-features-list.
5496
5497 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5498
5499 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5500 cookie. Don't check if we are looking-at open-formula.
5501
5502 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5503
5504 * subr.el (match-string-no-properties): Use substring-no-properties.
5505
5506 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5507
5508 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5509 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5510 Use lower-case "rx" in all error message.
5511
5512 2004-02-16 Dave Love <fx@gnu.org>
5513
5514 * emacs-lisp/rx.el (rx-or): Put group around result.
5515 (rx-constituents): Add backref.
5516 (rx-syntax): Add string-delimiter, comment-delimiter.
5517 (rx-categories): Add combining-diacritic.
5518 (rx-check-not, rx-greedy, rx): Doc fix.
5519 (rx-backref, rx-check-backref): New.
5520
5521 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5522
5523 * newcomment.el (uncomment-region): Allow eob as comment end.
5524
5525 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5526
5527 * filecache.el: All message and error commands now use prefix
5528 "Filecache:" to make it easy to read *Messages* buffer.
5529
5530 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5531
5532 * autorevert.el: Add support to detect changed dired and VC buffers.
5533 (auto-revert-active-p, auto-revert-list-diff)
5534 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5535 (auto-revert-handler, auto-revert-active-p): New functions.
5536 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5537 and `auto-revert-active-p'.
5538 (eval-when-compile): Defvar dired-directory and vc-mode.
5539 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5540 (auto-revert-handler-vc): New functions.
5541
5542 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5543
5544 * progmodes/compile.el (compilation-directory): New defvar.
5545 (compile): Save current directory in compilation-directory.
5546 (recompile): Bind default-directory to compilation-directory if
5547 that is non-nil.
5548
5549 2004-02-16 Dave Love <fx@gnu.org>
5550
5551 * newcomment.el (comment-insert-comment-function)
5552 (comment-region-function, uncomment-region-function): New.
5553 (comment-indent): Use comment-insert-comment-function.
5554 (uncomment-region): Use uncomment-region-function.
5555 (comment-region): Use comment-region-function.
5556
5557 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5558
5559 2004-02-16 Richard Stallman <rms@gnu.org>
5560
5561 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5562 loaddefs* and ldefs-boot*.
5563
5564 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5565
5566 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5567 and email address at the beginning and end of the address.
5568
5569 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5570 anchored at the beginning of the email address.
5571
5572 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5573
5574 * international/ccl.el (ccl-compile-write): Pass `left' to
5575 ccl-embed-code to generate correct code of write-expr-register.
5576
5577 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5578
5579 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5580
5581 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5582
5583 * x-dnd.el: Mention support for Motif in commentary.
5584 (x-dnd-handle-drag-n-drop-event): Ditto.
5585
5586 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5587
5588 * ses.el: Use "ses--" prefixes for buffer-local variables.
5589 Use (point-min) instead of 1, even when we know the buffer
5590 is unnarrowed.
5591 (ses-build-load-map): Delete. Distribute its content to defconst's for
5592 the three maps.
5593 (ses-menu, ses-header-line-menu): New menus.
5594 (ses-mode-map): Use them.
5595 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5596
5597 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5598
5599 * Makefile.in: Fix the CC Mode recompile kludge so it works
5600 when building in a different directory.
5601
5602 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5603
5604 * simple.el (kill-new): Put yank-handler property on the entire string.
5605
5606 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * diff.el: Don't use compile any more, use diff-mode instead.
5609 (diff-regexp-alist, diff-old-file, diff-new-file)
5610 (diff-parse-differences, diff-process-setup): Remove.
5611 (diff-sentinel): New fun.
5612 (diff): Use it. Run the process ourselves.
5613 Use diff-mode for the rest of the processing.
5614
5615 * diff.el (diff): Simplify code handling `switch'.
5616
5617 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * pcvs-defs.el (cvs-menu): Add `tag'.
5620
5621 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5622
5623 * simple.el (kill-append): Doc fix.
5624
5625 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5626 Adapt outline-regexp to the new conventions for commenting out code.
5627
5628 2004-02-11 John Paul Wallington <jpw@gnu.org>
5629
5630 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5631
5632 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * diff.el (diff-switches): New fun.
5635 (diff, diff-backup): Use it.
5636 (diff): Clean up the args construction. Use backquote.
5637 Use listp instead of consp to avoid putting a nil arg.
5638 (diff): Add a revert-buffer function.
5639
5640 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5641
5642 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5643 handled by x-dnd-handle-file-name.
5644 (x-dnd-known-types): Add COMPOUND_TEXT.
5645 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5646 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5647 x-dnd-empty-state.
5648 (x-dnd-forget-drop): Ditto.
5649 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5650 (x-dnd-handle-one-url): Return private when inserting text.
5651 (x-dnd-insert-ctext): New function.
5652 (x-dnd-handle-file-name): New function for FILE_NAME.
5653 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5654 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5655 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5656
5657 2004-02-10 Kenichi Handa <handa@m17n.org>
5658
5659 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5660 instead of while loop.
5661
5662 2004-02-10 Miles Bader <miles@gnu.org>
5663
5664 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5665
5666 2004-02-09 Kenichi Handa <handa@m17n.org>
5667
5668 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5669 have end-of-line.
5670
5671 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5672
5673 * Makefile.in: Added extra dependencies in the recompile target
5674 needed to cope with the compile time macro expansions in CC Mode.
5675
5676 2004-02-09 Kim F. Storm <storm@cua.dk>
5677
5678 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5679 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5680 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5681 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5682 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5683 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5684 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5685 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5686 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5687 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5688 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5689
5690 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5693 Don't allow shrink if there's a window on our right.
5694
5695 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5696 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5697 Bring together declaration and initialization.
5698 (prolog-mode-variables): Don't set the syntax table.
5699 Don't set paragraph-start and comment-indent-function.
5700 Add /*..*/ to the comment regexps.
5701 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5702 (prolog-mode-map): Don't bind TAB.
5703 (prolog-mode): Set the syntax table.
5704 (prolog-comment-indent): Remove.
5705 (inferior-prolog-mode-map): Initialize in the declaration.
5706 (inferior-prolog-mode-syntax-table)
5707 (inferior-prolog-mode-abbrev-table): New vars.
5708 (inferior-prolog-mode): Derive from comint-mode.
5709 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5710 minibuffer windows.
5711
5712 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5713 in file names, as long as it is unabmiguous.
5714
5715 2004-02-08 Andreas Schwab <schwab@suse.de>
5716
5717 * textmodes/reftex-toc.el
5718 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5719 format. Doc fix.
5720
5721 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5722 format string arguments.
5723
5724 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5725 string argument.
5726
5727 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5728
5729 * play/zone.el (zone-call): Fix format string.
5730
5731 * net/webjump.el (webjump-builtin): Add missing format string argument.
5732
5733 * midnight.el (midnight-delay-set): Remove extra format string argument.
5734
5735 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5736
5737 * hexl.el (hexl-insert-char): Add missing format string argument.
5738
5739 * format.el (format-decode): Fix format string.
5740
5741 * emulation/vi.el (vi-mode): Remove extra format string argument.
5742 (vi-repeat-last-search): Likewise.
5743 (vi-reverse-last-search): Likewise.
5744 (vi-goto-mark): Likewise.
5745 (vi-reverse-last-find-char): Likewise.
5746 (vi-repeat-last-find-char): Likewise.
5747 (vi-locate-def): Likewise.
5748
5749 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5750
5751 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5752 string argument.
5753 (ediff-toggle-regexp-match): Likewise.
5754
5755 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5756 format string argument.
5757
5758 * calc/calc-map.el (calc-get-operator): Remove extra format
5759 string argument.
5760
5761 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5762
5763 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5764 string argument.
5765
5766 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5767
5768 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5769
5770 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5771
5772 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5773 (cl-struct-setf-expander): Likewise.
5774
5775 * vc.el (with-vc-file): Fix unsafe uses of error.
5776 (vc-cancel-version): Likewise.
5777
5778 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5779
5780 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5781 thousands separator; fixes <class>:<line-number> regexp for
5782 non-english locales.
5783
5784 2004-02-08 Andreas Schwab <schwab@suse.de>
5785
5786 * view.el (view-mode-enable): Revert previous change.
5787
5788 2004-02-07 Kim F. Storm <storm@cua.dk>
5789
5790 * simple.el (line-number-at-pos): Rename from line-at-pos.
5791 Uses changed (what-line and vc-annotate-warp-version).
5792
5793 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5796 (diff-mode): Remove aborted attempt at support for compile.el.
5797 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5798
5799 2004-02-06 Andreas Schwab <schwab@suse.de>
5800
5801 * view.el (view-mode-enable): Add view-mode-map to
5802 minor-mode-overriding-map-alist.
5803
5804 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5805
5806 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5807
5808 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5811 with point inside rather than after the paragraph.
5812
5813 2004-02-04 Sam Steingold <sds@gnu.org>
5814
5815 * mail/smtpmail.el (smtpmail-try-auth-methods):
5816 Do not try authentication when no mechanism is available.
5817 Pass port-name as defaultport to `netrc-machine'.
5818
5819 2004-02-04 Stephen Eglen <stephen@gnu.org>
5820
5821 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5822 to show how minibuffer height can be constrained.
5823
5824 2004-02-04 John Paul Wallington <jpw@gnu.org>
5825
5826 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5827
5828 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5829
5830 * x-dnd.el: New file for drag and drop.
5831
5832 * term/x-win.el: require x-dnd, set after-make-frame-functions
5833 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5834 drag-n-drop event.
5835
5836 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5837 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5838 (dired-dnd-handle-file): New functions for drag and drop support.
5839 (dired-mode): Initialize drag and drop if x-dnd present.
5840
5841 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5844 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5845 (cperl-mode): Set fill-paragraph-function.
5846 (cperl-fill-paragraph): Make it non-interactive.
5847
5848 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5849
5850 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5851
5852 2004-02-02 David Kastrup <dak@gnu.org>
5853
5854 * replace.el (perform-replace): Allow 'literal argument in
5855 regexp-flag to indicate literal replacement.
5856 (query-replace-regexp-eval): Use it.
5857
5858 2004-02-01 Andreas Schwab <schwab@suse.de>
5859
5860 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5861
5862 2004-02-01 Stephen Eglen <stephen@gnu.org>
5863
5864 * info-look.el: Add support for maxima-mode. Update commentary
5865 because info-lookup-symbol is now bound to C-h S.
5866
5867 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5868
5869 * simple.el (edit-and-eval-command): Bind print-level and
5870 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5871 Correct initial position in command-history.
5872
5873 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5874
5875 * files.el (read-directory-name): Adapt the docstring to recent
5876 change in Fread_file_name.
5877
5878 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5879
5880 * ses.el (ses-print-cell): If print format too wide for column
5881 width, truncate decimal places if that helps to avoid "#####" fill.
5882 * ses.el (ses-initial-column-width): Revert previous change.
5883
5884 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5887 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5888 Add edebug info.
5889 (jit-lock-mode): Setup/cancel the new timer.
5890 (jit-lock-context-fontify): New fun. Extracted from
5891 context fontification code of jit-lock-stealth-fontify.
5892 (jit-lock-stealth-fontify): Don't do context fontification any more.
5893
5894 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5895 (jit-lock-fontify-now): Handle the `quit' case.
5896 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5897
5898 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5899
5900 * progmodes/executable.el (executable-command-find-posix-p):
5901 New. Check if find handles arguments Posix-style.
5902
5903 * progmodes/grep.el (grep-compute-defaults):
5904 Use executable-command-find-posix-p.
5905 (grep-find): Check `grep-find-command'.
5906
5907 * filecache.el (file-cache-find-posix-p): Delete.
5908 (file-cache-add-directory-using-find):
5909 Use `executable-command-find-posix-p'.
5910
5911 2004-01-29 Dave Love <fx@gnu.org>
5912
5913 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5914 Iterate the hook function if arg is given.
5915 (mark-defun, narrow-to-defun): Change order of finding the limits.
5916
5917 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5918 (byte-compile-format-warn): New.
5919 (byte-compile-callargs-warn): Use it.
5920 (Format, message, error): Add byte-compile-format-like property.
5921 (byte-compile-maybe-guarded): New.
5922 (byte-compile-if, byte-compile-cond): Use it.
5923 (byte-compile-lambda): Compile interactive forms,
5924 just to make warnings about them.
5925
5926 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5927
5928 * ses.el (ses-initial-column-width): Increase to 14, so it will
5929 work well with the default printer of "%.7g" for extreme values
5930 like "-1.234567e+07".
5931
5932 2004-01-29 Kenichi Handa <handa@m17n.org>
5933
5934 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5935
5936 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5937
5938 * dos-w32.el: Added support for the `default-printer-name' function.
5939
5940 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * server.el (server-socket-name): Don't use the hostname in the
5943 socket name since /tmp is local to the host anyway.
5944
5945 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5946 robust check of widening and fix var-naming.
5947
5948 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5949
5950 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5951 or rmail-spam- to rsf- in all function and variable names.
5952 (rsf-min-region-to-spam-list): New variable.
5953 (rsf-bbdb-auto-delete-spam-entries): Rename from
5954 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5955 scanned together with the recipients field for spam testing; Don't
5956 delete spam message if rmail-delete-after-output is non-nil;
5957 (rsf-check-field): New function, extracted from code in
5958 rmail-spam-filter to ease addition of header fields like
5959 content-type:;
5960 (message-content-type): New variable. The content-type: field was
5961 added also in defcustom of rsf-definitions-alist;
5962 (rmail-spam-filter): Replace repeated test code for header fields
5963 by calls to check-field; change the call to
5964 rmail-output-to-rmail-file such that rmail-current-message stays
5965 the same to avoid wrong deletion of unseen flags.
5966 (rmail-use-spam-filter): Add autoload cookie.
5967
5968 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5969
5970 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5971 (file-cache-add-directory-using-find): Add Cygwin support.
5972 (file-cache-find-command-posix-flag): New user variable.
5973
5974 * filecache.el (file-cache-add-directory): Check for
5975 directories an remove them from dir-files.
5976
5977 2004-01-27 Richard M. Stallman <rms@gnu.org>
5978
5979 * man.el (Man-fontify-manpage): Clean up message.
5980
5981 2004-01-27 Kenichi Handa <handa@m17n.org>
5982
5983 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5984 (sentence-end): Define using sentence-end-without-space.
5985
5986 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5987 a sentence ends with one of a character in sentence-end-without-space.
5988
5989 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5992 (jit-lock): Group declaration moved to jit-lock.el.
5993 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5994 when necessary.
5995
5996 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5997 (jit-lock-context-unfontify-pos): Rename from
5998 jit-lock-first-unfontify-pos.
5999 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6000
6001 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6002
6003 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6004 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6005 (fortran-fill): When filling a string, adjust re-search-backward
6006 argument for special case of string just on fill-column.
6007 When filling non-string, allow one extra char if
6008 fortran-break-before-delimiters is non-nil.
6009 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6010 Use fortran-break-delimiters-re and fortran-no-break-re to
6011 correctly handle cases such as "**".
6012
6013 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6014 (f90-no-break-re): Add some extra tokens. Doc fix.
6015
6016 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6017
6018 * mail/rmail-spam-filter.el:
6019 Use two semicolons as Commentary line prefix.
6020 Add ";;; Code:" stylized comment.
6021 Delete end-of-line whitespace.
6022 Wrap (require 'cl) with `eval-when-compile'.
6023
6024 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6025
6026 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6027 at the top level of vc.el.
6028
6029 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6030
6031 * vc.el (vc-current-line): Function removed. This is now done by
6032 the new function line-at-pos in simple.el.
6033 (vc-annotate-warp-version): Use line-at-pos instead of
6034 vc-current-line.
6035
6036 2004-01-22 Kim F. Storm <storm@cua.dk>
6037
6038 * simple.el (line-at-pos): New defun.
6039 (what-line): Use it. Optimize by only counting lines in narrowed
6040 region once.
6041
6042 2004-01-22 Kenichi Handa <handa@m17n.org>
6043
6044 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6045 point (register r1) only for charset mule-unicode-0100-24ff.
6046
6047 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6048
6049 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6050 trailing white space and ensure a final newline.
6051
6052 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6053 Add autoload cookie.
6054
6055 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6056
6057 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6058 activate view-mode explicitly.
6059
6060 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6061
6062 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6063 use clipboard first.
6064
6065 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6066
6067 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6068 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6069 (vc-mcvs-cvs): Remove.
6070 (vc-mcvs-command): Remove use of assert.
6071
6072 * outline.el (outline-insert-heading): Tighten up match.
6073 (outline-demote, outline-move-subtree-down): Don't assume anything
6074 about outline-regexp.
6075
6076 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6077 (texinfo-show-structure): Explicitly add ^, and simplify.
6078
6079 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6080
6081 * calendar/appt.el (appt-check): Restore usage of
6082 appt-issue-message deleted in previous change.
6083 (top-level): Activate package when loaded (needed for backwards
6084 compatibility).
6085
6086 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6087
6088 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6089 following previous change to smtpmail-send-data.
6090
6091 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6092
6093 * vc.el (vc-default-previous-version): Doc enhancement.
6094 (vc-default-next-version): New function.
6095 (vc-print-log): New arg FOCUS-REV.
6096 (vc-annotate-mode): Derive from view-mode.
6097 (vc-annotate): New args REVISION, DISPLAY-MODE.
6098 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6099 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6100 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6101 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6102 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6103
6104 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6105
6106 2004-01-19 Karl Berry <karl@gnu.org>
6107
6108 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6109 or "TexInfo".
6110
6111 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6112
6113 * subr.el (delete-dups): New function.
6114
6115 2004-01-19 Karl Berry <karl@gnu.org>
6116
6117 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6118 with ^, since that's what texinfo-show-structure
6119 documentation says (plus it works much better in texinfo.txi).
6120
6121 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6122
6123 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6124
6125 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6126
6127 * progmodes/which-func.el (which-function-mode): Don't cancel
6128 which-func-update-timer if not set.
6129
6130 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6131
6132 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6133 Remove spurious left square bracket in XX:XXam regexp.
6134
6135 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6136
6137 * progmodes/cc-defs.el: Do not require cl at run time.
6138
6139 2004-01-16 Richard M. Stallman <rms@gnu.org>
6140
6141 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6142 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6143
6144 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6145 Call rmail-spam-filter. Delete and expunge spam.
6146 Print number of spam messages deleted.
6147 Save and restore the deletion status of old messages when reading
6148 new mail with spam filter, so that expunging spam does not expunge
6149 msgs deleted by the user.
6150 (rmail-only-expunge): Add an optional argument dont-show to
6151 prevent showing message after expunge.
6152
6153 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6154
6155 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6156 * subr.el (declare): New macro.
6157
6158 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6159
6160 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6161
6162 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6165 Test window-system rather than system-type (for X11/Mac).
6166
6167 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6168
6169 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6170
6171 2004-01-12 Richard M. Stallman <rms@gnu.org>
6172
6173 * mail/rmail.el (rmail-convert-to-babyl-format):
6174 Use mail-unquote-printable-region.
6175 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6176 (rmail-hex-char-to-integer): Functions deleted.
6177
6178 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6179 (mail-unquote-printable-region): New arg NOERROR.
6180 For invalid encoding, either signal an error to just return nil.
6181
6182 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6183
6184 * calendar/appt.el: Update copyright and commentary.
6185 (appt-issue-message): Make obsolete.
6186 (appt-visible, appt-msg-window): Make obsolete, in favour of
6187 appt-display-format.
6188 (appt-display-mode-line, appt-display-duration)
6189 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6190 (appt-prev-comp-time, appt-display-count, appt-timer)
6191 (appt-convert-time): Doc change.
6192 (appt-disp-window-function, appt-delete-window-function):
6193 Use defcustom rather than defvar.
6194 (appt-display-format): New variable.
6195 (appt-display-message): New function with display code from appt-check.
6196 (appt-check): Add optional FORCE argument. Doc change.
6197 Add appt-make-list to diary-hook if displaying diary.
6198 Remove checking of view-diary-entries-initially.
6199 Message display section removed to new function appt-display-message.
6200 (appt-display-window): Doc change. Remove unused internal var
6201 this-buffer. Do not beep, since appt-display-message does that.
6202 (appt-make-list): Doc change. Use caar.
6203 (appt-sort-list): Simplify by using builtin sort function.
6204 (appt-update-list): New function for updating appts when diary is
6205 saved.
6206 (appt-activate): New autoloaded function to toggle package
6207 functionality.
6208
6209 * calendar/cal-x.el: (calendar-one-frame-setup)
6210 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6211
6212 * calendar/calendar.el: Update copyright.
6213 (view-diary-entries-initially, european-calendar-style): Doc change.
6214 (calendar-setup): Make defcustom rather than defvar.
6215 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6216 in let binding so local to function.
6217
6218 * calendar/diary-lib.el: Update copyright.
6219 (diary, diary-entry-time): Doc change.
6220 (list-diary-entries): Doc change. Trivial logic change.
6221 (fancy-diary-display): Restore make-face command mistakenly
6222 deleted 2003-05-08.
6223 (show-all-diary-entries): Allow to pop-up frame if needed.
6224
6225 2004-01-09 John Paul Wallington <jpw@gnu.org>
6226
6227 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6228 Temporarily select EVENT's window for changing eol type.
6229
6230 2004-01-09 Deepak Goel <deego@gnufans.org>
6231
6232 * calendar/diary-lib.el (diary-entry-time):
6233 Also accept time in the form XX[.XX][am/pm/AM/PM].
6234 (fancy-diary-font-lock-keywords): Likewise.
6235 (diary-font-lock-keywords): Likewise.
6236 * calendar/appt.el (appt-add): Likewise.
6237 (appt-make-list): Likewise.
6238 (appt-convert-time): Likewise.
6239
6240 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6241
6242 * gdb-ui.el (gdb-ann3): Revert previous change.
6243 (gdb-source-info): Allow for case of where compilation directory
6244 is not recorded.
6245
6246 2004-01-08 John Paul Wallington <jpw@gnu.org>
6247
6248 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6249
6250 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6251
6252 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6253
6254 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6255 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6256 problems.
6257 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6258
6259 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * files.el (write-file-functions, write-contents-functions):
6262 Clarify docstrings.
6263
6264 2004-01-07 Kenichi Handa <handa@m17n.org>
6265
6266 * international/mule.el (set-auto-coding): Fix for the case that
6267 end-of-line is only CR.
6268
6269 2004-01-07 Kim F. Storm <storm@cua.dk>
6270
6271 * subr.el (event-start, event-end): Doc fix.
6272 (posn-string, posn-image): New defuns.
6273 (posn-object): Return either image or string object.
6274 (posn-object-x-y): Return 8th element of position.
6275 (posn-object-width-height): New defun.
6276
6277 2004-01-06 Andreas Schwab <schwab@suse.de>
6278
6279 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6280 output.
6281
6282 2004-01-05 Karl Berry <karl@gnu.org>
6283
6284 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6285 / and *, too.
6286
6287 2003-12-31 Simon Josefsson <jas@extundo.com>
6288
6289 * files.el (before-save-hook): Add.
6290 (basic-save-buffer): Use before-save-hook.
6291
6292 * emacs-lisp/copyright.el: Fix comment to recommend
6293 before-save-hook instead of write-file-functions.
6294
6295 2004-01-05 Richard M. Stallman <rms@gnu.org>
6296
6297 * finder.el (finder-commentary): Call delete-other-windows.
6298
6299 * net/ange-ftp.el (ange-ftp-file-attributes):
6300 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6301
6302 2004-01-04 Karl Berry <karl@gnu.org>
6303
6304 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6305 comment characters % and # in the copyright year notice,
6306 as well as ;.
6307
6308 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6309
6310 * wid-edit.el (default): Define dummy :value-delete.
6311 Reported by Jesper Harder <harder@ifa.au.dk>.
6312
6313 2004-01-03 Richard M. Stallman <rms@gnu.org>
6314
6315 * progmodes/compile.el (compile-internal): Use point, not point-min,
6316 for set-window-point.
6317
6318 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6319
6320 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6321
6322 * progmodes/grep.el (grep-mode-map):
6323 Don't remap next-line, previous-line.
6324
6325 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6326
6327 * speedbar.el (speedbar-edit-line): Change regexp to position
6328 the cursor on the first character of this line's button.
6329
6330 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6331
6332 * subr.el (functionp): Doc fix.
6333
6334 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6335
6336 * progmodes/idlwave.el (idlwave-make-tags):
6337 * textmodes/flyspell.el (flyspell-large-region):.
6338 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6339 * emulation/viper-util.el (viper-glob-unix-files):
6340 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6341 * man.el (Man-init-defvars):
6342 * jka-compr.el (jka-compr-call-process):
6343 * files.el (get-free-disk-space,insert-directory):
6344 * ediff-ptch.el (ediff-test-patch-utility):
6345 * ediff-diff.el (ediff-test-utility):
6346 * dired-aux.el (dired-check-process):
6347 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6348 test the return value of call-process, because it can be a string.
6349
6350 2003-12-31 John Paul Wallington <jpw@gnu.org>
6351
6352 * bindings.el (completion-ignored-extensions): Add .pfsl.
6353
6354 2003-12-31 Kim F. Storm <storm@cua.dk>
6355
6356 * ido.el (ido-nonreadable-directory-p): New defun to check for
6357 nonreadable directory without activating tramp (to avoid problems
6358 with checking incomplete tramp paths).
6359 (ido-set-current-directory, ido-file-internal)
6360 (ido-file-name-all-completions1): Use it.
6361
6362 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6363
6364 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6365 documentation if the anchor (or node) name is preceded by `info
6366 anchor' or `Info anchor' in addition to earlier `info node' and
6367 `Info node'.
6368 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6369
6370 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6371
6372 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6373 error in arguments to base64-decode-region. Remove ^M characters
6374 after decoding base64.
6375
6376 2003-12-30 Simon Josefsson <jas@extundo.com>
6377
6378 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6379 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6380 have only been distributed with Emacs for some years.
6381 (texinfo-mode-hook): Customize.
6382
6383 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6384
6385 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6386 cleaner (suggested by Richard Stallman).
6387
6388 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6389 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6390 file-name clashes on 8+3 DOS filesystems.
6391
6392 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6393 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6394 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6395 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6396 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6397 file-name clashes on 8+3 filesystems.
6398
6399 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6400 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6401 file-name clashes on 8+3 DOS filesystems.
6402
6403 2003-12-29 Richard M. Stallman <rms@gnu.org>
6404
6405 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6406 Upcase the character.
6407
6408 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6409 Search for header separator alone on a line, literally,
6410 and search for it backward, not forward.
6411 (flyspell-abbrev-table): Always use global-abbrev-table
6412 if there is no local one.
6413
6414 * progmodes/sh-script.el (sh-get-indent-info):
6415 Don't move point back if at bob.
6416
6417 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6418
6419 * play/handwrite.el (handwrite): Make the handwrite credit message
6420 a comment rather than an output command.
6421
6422 * obsolete/sc.el: Display message that this file is obsolete.
6423
6424 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6425
6426 * mail/rfc822.el (rfc822-address-start): Declare variable.
6427 Renamed from address-start. All uses changed.
6428
6429 * term.el (term-exec): Set up sentinel.
6430 (term-sentinel): New function.
6431 (term-handle-exit): New function.
6432
6433 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6434 Use assoc-string, and mark them obsolete.
6435 (delay-mode-hooks): Mark as permanent local.
6436
6437 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6438
6439 * register.el (copy-rectangle-to-register): Doc fix.
6440
6441 * info.el (Info-insert-dir): Use assoc-string.
6442
6443 * info-look.el (info-lookup): Use assoc-string.
6444
6445 * frame.el (pop-up-frame-function): Use quote, not `function'.
6446 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6447 copying with lists as coordinate values.
6448
6449 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6450
6451 * find-dired.el (kill-find): New command.
6452 (find-dired): Make buffer read-only.
6453 Set up a keymap with C-c C-k running kill-find.
6454 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6455
6456 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6457
6458 * filecache.el (file-cache-ignore-case): New variable.
6459 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6460
6461 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6462 (comint-dynamic-complete-as-filename): Rename local vars.
6463 (comint-dynamic-list-filename-completions): Likewise.
6464
6465 * comint.el (comint-dynamic-list-completions-config): New var.
6466 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6467
6468 * comint.el (comint-file-name-chars): Add [].
6469 (comint-word): Use skip-chars-backward, not search.
6470
6471 * shell.el (shell-file-name-chars): Add [].
6472
6473 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6474
6475 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6476
6477 * generic.el (define-generic-mode): Doc fix.
6478
6479 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6480
6481 * files.el (kill-some-buffers): Doc fix.
6482
6483 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6484
6485 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6486 arg to send-invisible
6487 (send-invisible): Doc fix. The argument is now a prompt, not the
6488 string to send.
6489 (comint-read-noecho): Doc fix.
6490
6491 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6492
6493 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6494 "@", as required by some ISP hosting service. Fix defcustom
6495 argument syntax errors that prevented use of customization.
6496
6497 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6498
6499 * xml.el (xml-get-attribute-or-nil): Doc fix.
6500
6501 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6502
6503 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6504 write-file-hooks.
6505
6506 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6507
6508 * autorevert.el (auto-revert-interval): Doc fix.
6509
6510 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6511
6512 * xml.el (xml-get-attribute-or-nil): New function, like
6513 xml-get-attribute, but returns nil if the attribute was not found.
6514 (xml-get-attribute): Convert to defsubst, uses
6515 xml-get-attribute-or-nil.
6516
6517 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6518
6519 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6520
6521 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6522
6523 * custom.el (custom-declare-theme): Use `value' when putting
6524 properties on `theme'.
6525
6526 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6527
6528 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6529 for each yank-handler segment.
6530 (insert-for-yank-1): New function, with the body of the previous
6531 insert-for-yank.
6532
6533 * textmodes/table.el (table-yank-handler): New defcustom.
6534 (table--put-cell-indicator-property): Put yank-handler property
6535 that indicates the yank handler for the table cell.
6536
6537 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6538
6539 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6540 set of keywords.
6541
6542 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6543
6544 * international/mule-cmds.el (reset-language-environment)
6545 (set-language-environment): Don't invoke fontset-related functions
6546 if fontset-list is not fboundp.
6547
6548 2003-12-29 Kenichi Handa <handa@m17n.org>
6549
6550 * international/mule-cmds.el (reset-language-environment):
6551 Call set-overriding-fontspec-internal with nil.
6552 (set-language-environment): Call set-overriding-fontspec-internal
6553 if the language environment specify `overriding-fontspec'.
6554 (language-info-alist): Doc added.
6555
6556 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6557 characters of mule-unicode-0100-24ff.
6558 (ccl-encode-windows-1251-font): New CCL program.
6559 ("Bulgarian"): Specify overriding-fontspec.
6560 ("Belarusian"): Likewise.
6561
6562 2003-12-28 Sam Steingold <sds@gnu.org>
6563
6564 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6565 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6566
6567 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6568
6569 * progmodes/gud.el (gud-gdb-command-name): Set default to
6570 "gdb --annotate=3".
6571 (gud-gdb-marker-filter): Look out for annotations.
6572 (gdb-first-pre-prompt): New variable.
6573 Remove trailing white space.
6574
6575 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6576 if necessary.
6577 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6578 annotations are detected.
6579 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6580 instead of a local one to allow transition from
6581 gud-gdb-marker-filter.
6582 Remove trailing white space.
6583
6584 2003-12-27 Kim F. Storm <storm@cua.dk>
6585
6586 * ido.el: Handle non-readable directories.
6587 (ido-decorations): Add 9th element for non-readable directory.
6588 (ido-directory-nonreadable): New dynamic var.
6589 (ido-set-current-directory): Set it.
6590 (ido-read-buffer, ido-file-internal):
6591 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6592 (ido-file-name-all-completions1): Return empty list for
6593 non-readable directory.
6594 (ido-exhibit): Print [Not readable] if directory is not readable.
6595 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6596 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6597 Use it.
6598
6599 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6600
6601 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6602 calls to directory-files-and-attributes and file-attributes.
6603 (ls-lisp-format): Remove system dependent handling of user and
6604 group id's.
6605
6606 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6607
6608 * ffap.el (ffap-read-file-or-url): Revert previous change.
6609
6610 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6611
6612 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6613 new list of included files called `files-with-node-lines', that
6614 only have node lines. This way @include commands can include any
6615 file, such as version and update files without node lines, not
6616 just files that are chapters.
6617
6618 2003-12-25 Andreas Schwab <schwab@suse.de>
6619
6620 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6621 file not found.
6622
6623 2003-12-08 Miles Bader <miles@gnu.org>
6624
6625 * dired.el (dired-between-files): Always use dired-move-to-filename,
6626 which is more robust in non-english locales.
6627
6628 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6629
6630 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6631
6632 2003-12-24 Andreas Schwab <schwab@suse.de>
6633
6634 * shell.el (shell-file-name-quote-list): Add backslash.
6635
6636 * comint.el (comint-quote-filename): Correctly handle backslash
6637 in comint-file-name-quote-list.
6638
6639 2003-12-24 Kenichi Handa <handa@m17n.org>
6640
6641 * international/mule-cmds.el (set-default-coding-systems):
6642 Call ucs-set-table-for-input for all buffers that don't have local
6643 value of buffer-file-coding-system.
6644
6645 * international/ucs-tables.el (ucs-set-table-for-input):
6646 If translation-table-for-encode is a symbol, get its
6647 translation-table property.
6648
6649 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6650
6651 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6652 to `completing-read' on a recently fixed bug.
6653
6654 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6655 instead of SPACE, to get the list of possible fringe modes.
6656 SPACE only works if both `partial-completion-mode' and
6657 `completion-auto-help' are nil.
6658
6659 * complete.el (PC-is-complete-p): Delete.
6660 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6661 calls to `test-completion'.
6662
6663 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6664
6665 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6666 to edit values when there are no children.
6667
6668 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6669 a mode called "Assembler" already exists.
6670 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6671 (gud-watch): Use format option. Remove font properties from string.
6672 (gdb-var-create-handler, gdb-var-list-children-handler):
6673 Don't bother about properties as there are none.
6674 (gdb-var-create-handler, gdb-var-list-children-handler)
6675 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6676 with two arguments.
6677 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6678 Let speedbar show value changes with a different font.
6679 (gdb-edit-value): New defun.
6680 (gdb-clear-partial-output, gdb-clear-inferior-io)
6681 (def-gdb-auto-update-handler): Use erase-buffer.
6682 (gdb-frame-handler): Display watch expressions in
6683 FUNCTION::VARIABLE format if required.
6684
6685 2003-12-23 John Paul Wallington <jpw@gnu.org>
6686
6687 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6688 (Info-goto-emacs-command-node): Doc fixes.
6689
6690 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6691
6692 * cus-edit.el (custom-add-parent-links): Define "many".
6693
6694 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6695
6696 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6697 (widget-child-validate, widget-type-value-create)
6698 (widget-type-default-get, widget-type-match): New functions.
6699 (lazy): New widget.
6700 (menu-choice, checklist, radio-button-choice, editable-list)
6701 (group, documentation-string): Remove redundant (per 2003-10-25
6702 change) calls to `widget-children-value-delete'.
6703 (widget-choice-value-get, widget-choice-value-inline): Remove.
6704 (menu-choice): Update widget.
6705
6706 2003-12-03 Kenichi Handa <handa@m17n.org>
6707
6708 * language/cyrillic.el: Register "microsoft-cp1251" in
6709 ctext-non-standard-encodings-alist.
6710 ("Bulgarian"): Add ctext-non-standard-encodings.
6711 ("Belarusian"): Likewise.
6712
6713 * international/mule-conf.el (compound-text-with-extensions):
6714 Change the type to 2 (iso-2022 base).
6715
6716 * international/mule.el (ctext-non-standard-encodings-alist):
6717 Change the format.
6718 (ctext-non-standard-encodings): New variable.
6719 (ctext-post-read-conversion): Fully re-written.
6720 (ctext-non-standard-designations-alist): Delete it.
6721 (ctext-non-standard-encodings-table): New function.
6722 (ctext-pre-write-conversion): Fully re-written.
6723
6724 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6725
6726 * cus-edit.el (custom-add-parent-links): Add documentation links
6727 for parent, if the item has none of its own.
6728
6729 2003-11-30 Richard M. Stallman <rms@gnu.org>
6730
6731 * dired-aux.el (dired-do-query-replace-regexp):
6732 Report files visited read-only.
6733
6734 2003-11-30 Juri Linkov <juri@jurta.org>
6735
6736 * dired-aux.el (dired-compare-directories): New command.
6737 (dired-file-set-difference, dired-files-attributes): New functions.
6738
6739 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6740 Version 2.0.38 of Tramp released.
6741
6742 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6743 Charles Curley <charlescurley@charlescurley.com>.
6744 (tramp-multi-connection-function-alist): Add ssht entry which adds
6745 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6746 Aichner.
6747 (tramp-get-method-parameter): New function to retrieve a method
6748 parameter. This allows for omission of method parameters.
6749 Callers adjusted.
6750
6751 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6752
6753 * net/tramp.el: Add new optional parameter ID-FORMAT to
6754 `file-attributes'. Calls of `file-attributes' won't use this
6755 parameter for backward compatibility reasons.
6756 (tramp-perl-file-attributes): Add a new parameter to Perl script
6757 in order to handle uid/gid as strings, if desired.
6758 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6759 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6760 order to make the function more general.
6761 (tramp-handle-file-attributes): Replace proprietary optional
6762 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6763 (tramp-handle-file-attributes-with-perl): Handle parameter
6764 NONNUMERIC if set. This wasn't done in the past.
6765 (tramp-post-connection): Apply second parameter "$2" if
6766 `tramp-remote-perl' is called.
6767
6768 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6769 Correct cut'n'waste error (`filename' instead of `directory').
6770 (tramp-smb-handle-directory-files-and-attributes)
6771 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6772 introduced parameter ID-FORMAT.
6773 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6774 error (`directory' instead of `ldir').
6775
6776 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6777 `file-attributes' has a second parameter. If yes, apply it with
6778 value "'integer". Otherwise, don't use that parameter (default is
6779 integer format).
6780
6781 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6782
6783 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6784 (help-for-help): Add `C-h .' to the listed Help options.
6785 Remove trailing whitespace.
6786
6787 * help-at-pt.el: New file.
6788
6789 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6790
6791 * subr.el (noreturn, 1value): New macros for test coverage.
6792 See `testcover.el'.
6793
6794 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6795
6796 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6797 for macro `1value'.
6798 (testcover-1value): New function. Checks that a 1value form
6799 actually returns only one value. Requested by RMS.
6800
6801 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6802
6803 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6804 (gdb-var-list-children, gdb-var-list-children-handler)
6805 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6806 gdb commands that use mi to keep them out of the command history.
6807
6808 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6809
6810 * cus-start.el (all): Add use-file-dialog.
6811
6812 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6815
6816 2003-11-27 Kim F. Storm <storm@cua.dk>
6817
6818 * subr.el (posn-object-x-y): New defun.
6819
6820 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6823 Don't use `space' for \\\n.
6824 Be more selective as to which # are comment-starters.
6825
6826 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6827
6828 * subr.el (number-sequence): Improve handling of floating point
6829 arguments (suggested by Kim Storm). Allow negative arguments.
6830
6831 2003-11-26 Kenichi Handa <handa@m17n.org>
6832
6833 * international/mule-cmds.el (standard-display-european-internal):
6834 Cancel the standard-display-table setting for ` and '.
6835
6836 2003-11-26 Kim F. Storm <storm@cua.dk>
6837
6838 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6839 New defcustoms to add ffap-like functionality to ido.
6840 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6841 (ido-no-final-slash): New defun.
6842 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6843 (ido-read-file-name): ): Toggle VC checking via
6844 vc-handled-backends instead of vc-master-templates.
6845 (ido-file-internal): Handle ido-use-url-at-point and
6846 ido-use-filename-at-point via code borrowed from ffap-guesser.
6847 Handle new ido-exit code ffap.
6848 (ido-sort-list): Ignore final slash when sorting file names.
6849
6850 2003-11-25 Kim F. Storm <storm@cua.dk>
6851
6852 * emulation/cua-base.el (cua--standard-movement-commands):
6853 Add forward-sentence and backward-sentence.
6854
6855 2003-11-25 Stephen Eglen <stephen@gnu.org>
6856
6857 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6858 iswitchb-exit is set to 'usefirst when user selects buffer at head
6859 of list using RET. (Selecting buffers at the head of the list was
6860 broken if the substring was also a complete buffername.)
6861
6862 2003-11-23 Kim F. Storm <storm@cua.dk>
6863
6864 * progmodes/compile.el (grep-command, grep-use-null-device)
6865 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6866 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6867 (grep-regexp-alist, grep-program, find-program)
6868 (grep-find-use-xargs, grep-history, grep-find-history)
6869 (grep-process-setup, grep-compute-defaults)
6870 (grep-default-command, grep, grep-tag-default, grep-find)
6871 (grep-expand-command-macros, grep-tree-last-regexp)
6872 (grep-tree-last-files, grep-tree): Move grep variables, functions
6873 and commands to new file grep.el.
6874 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6875 (compilation-process-setup-function): Doc fix.
6876 (compilation-highlight-regexp, compilation-highlight-overlay): New
6877 defvars used for highlighting current compile error in source buffer.
6878 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6879 LOCAL-MAP which overrides compilation-highlight-regexp and
6880 compilation-mode-map for this compilation.
6881 Delay calling compilation-set-window-height until after running
6882 compilation-process-setup-function so it can buffer-local override
6883 compilation-window-height.
6884 Check buffer-local value of compilation-scroll-output.
6885 (compilation-set-window-height): Use buffer-local value of
6886 compilation-window-height.
6887 (compilation-revert-buffer): Don't pass (undefined)
6888 preserve-modes arg to revert-buffer.
6889 (next-error-no-select, previous-error-no-select): New commands.
6890 (compilation-goto-locus): Temporarily highlight current match in
6891 source buffer using compilation-highlight-regexp.
6892
6893 * progmodes/grep.el: New file with grep code from compile.el.
6894 (grep): New defcustom group.
6895 (grep-window-height): New defcustom, like compilation-window-height.
6896 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6897 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6898 (grep-command, grep-use-null-device, grep-find-command)
6899 (grep-tree-files-aliases, grep-tree-ignore-case)
6900 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6901 (grep-setup-hook): New hook variable.
6902 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6903 (grep-last-buffer): New defvar, override compilation-last-buffer.
6904 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6905 Call compile-internal with args highlight-regexp and grep-mode-map.
6906
6907 2003-11-23 Kim F. Storm <storm@cua.dk>
6908
6909 * subr.el (event-start, event-end): Doc fix.
6910 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6911 (posn-area, posn-actual-col-row, posn-object): New defuns.
6912 (posn-col-row): Simplify doc. Rewrite to use cond.
6913 (posn-point): Also return buffer position for events outside text
6914 area (that info is now present in the event position).
6915
6916 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6917 mouse-set-point so that hscroll still works now that clicks on
6918 fringes generate specific mouse events.
6919 (mouse-set-point): Note that it now works in fringes and margins
6920 too due to new semantics of posn-point in fringes and margins.
6921
6922 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6923 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6924
6925 2003-11-20 Kim F. Storm <storm@cua.dk>
6926
6927 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6928 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6929 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6930 to 100 for icons to avoid increasing line height when shown.
6931
6932 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6933
6934 * newcomment.el (comment-normalize-vars): Initialize properly if
6935 comment-start was nil.
6936
6937 2003-11-19 Andreas Schwab <schwab@suse.de>
6938
6939 * simple.el (set-variable): Fix indentation.
6940
6941 2003-11-17 Kenichi Handa <handa@m17n.org>
6942
6943 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6944 Fix docstring.
6945
6946 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6947
6948 * international/latin1-disp.el (latin1-display): Fix docstring.
6949
6950 2003-11-16 John Wiegley <johnw@newartisans.com>
6951
6952 * eshell/em-ls.el (eshell-ls-file): There are times with
6953 size-width is nil and uncomputed (when directories are created in
6954 dired, for example); in this case, 4 is reasonable default value,
6955 although it may caused skewed new entries (which could be avoided
6956 by returning the original value of 8 in all cases, but 99% of the
6957 time this is a waste of whitespace).
6958
6959 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6960
6961 * cc-engine.el (c-guess-continued-construct)
6962 (c-guess-basic-syntax): Check a little more carefully if it's a
6963 function declaration when an unknown construct followed by a block
6964 is found inside a statement context. This avoids macros followed
6965 by blocks to be taken as function declarations.
6966
6967 (c-guess-continued-construct): Change the analysis of a statement
6968 continuation with a brace open to `substatement-block', for
6969 consistency with recognized statements.
6970
6971 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6972 start is in a position so that `c-beginning-of-statement-1' jumped
6973 to the beginning of the same statement.
6974
6975 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6976 Don't accept binary operators in the arglist if we're in a function
6977 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6978 template recognition in cases like "if (a < b || c > d)".
6979
6980 (c-restricted-<>-arglists): New more appropriate name for
6981 `c-disallow-comma-in-<>-arglists'.
6982
6983 Accessing functions updated for the variable name change.
6984
6985 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6986 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6987
6988 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6989 labels.
6990
6991 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6992 instead of duplicating parts of it. This fixes bogus label
6993 recognition.
6994
6995 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6996 of checking the context in which to apply the minimum indentation,
6997 so that it isn't enforced in e.g. namespace blocks.
6998
6999 * cc-vars.el (c-inside-block-syms): New constant used by
7000 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7001 to somewhat reduce the risk of becoming stale.
7002
7003 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7004 cc-cmds to cc-engine to allow use from cc-align.
7005
7006 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7007 qualified identifiers containing "::".
7008
7009 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7010 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7011
7012 * cc-vars.el (c-emacs-features): Use a space in front of the name
7013 of the temporary buffer. That also avoids dumping problems in
7014 XEmacs due to undo info being left around after the buffer is killed.
7015
7016 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7017 arglist to see if it's a K&R style declaration.
7018
7019 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7020 before returning `knr-argdecl-intro'.
7021
7022 2003-11-16 John Wiegley <johnw@newartisans.com>
7023
7024 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7025 field in a long-listing always 8 characters, use `size-width',
7026 which has already been computed.
7027
7028 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7029
7030 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7031
7032 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7033
7034 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7035 Support operation while narrowed, with `diff-restrict-view'.
7036
7037 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7038
7039 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7040 Take additional optional arg NARROWFUN. For the generated functions:
7041 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7042 include frags that arrange to check for and save narrowing state before
7043 the move and then conditionally call NARROWFUN after the move.
7044
7045 2003-11-14 John Wiegley <johnw@newartisans.com>
7046
7047 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7048 that was optional, but obviously missing based on surrounding code.
7049
7050 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7051 string arguments to numbers unless the whole argument was seen as
7052 a number.
7053
7054 2003-11-14 Kenichi Handa <handa@m17n.org>
7055
7056 * international/mule.el (ctext-non-standard-encodings-alist):
7057 Fix coding systems.
7058
7059 2003-11-10 Kenichi Handa <handa@m17n.org>
7060
7061 * language/kannada.el ("Kannada"): Add sample-text.
7062
7063 * language/knd-util.el (kannada-compose-region)
7064 (kannada-compose-string, kannada-post-read-conversion):
7065 Add autoload cookie.
7066
7067 * international/quail.el (quail-completion): Change the message
7068 "corresponding translations" to "corresponding characters".
7069
7070 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7071
7072 * descr-text.el (describe-char): Fix typo.
7073
7074 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7075
7076 These changes are to support Kannada language/script.
7077
7078 * Makefile.in (DONTCOMPILE): Add kannada.el.
7079
7080 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7081
7082 * loadup.el: Preload kannada.el.
7083
7084 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7085 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7086 New variables.
7087
7088 * language/kannada.el: New file.
7089
7090 * language/knd-util.el: New file.
7091
7092 2003-11-07 Andreas Schwab <schwab@suse.de>
7093
7094 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7095 Also highlight AH_*.
7096
7097 * xml.el (xml-parse-dtd): Fix misplaced paren.
7098
7099 2003-11-07 Kenichi Handa <handa@m17n.org>
7100
7101 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7102
7103 2003-11-05 Juri Linkov <juri@jurta.org>
7104
7105 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7106 (desktop-buffer-file): Use saved buffer-file-coding-system
7107 for file reading. Set auto-insert to nil to prevent automatic
7108 insertion into restored empty files.
7109
7110 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * files.el (risky-local-variable-p): Make second argument optional.
7113
7114 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * subr.el (add-hook): Fix last change.
7117
7118 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7119
7120 * mail/rmail.el (rmail-convert-to-babyl-format):
7121 If base64-decode-region signals an error, catch it and silently
7122 ignore it.
7123
7124 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7125
7126 * xml.el (xml-parse-region): Allow comments to appear after the
7127 topmost element has closed.
7128 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7129 (xml-ns-expand-attr): New functions to do namespace handling.
7130 (xml-intern-attrlist): Back-compatible handling of attribute names.
7131 (xml-parse-tag): Move namespace handling to separate functions.
7132 Now produces elements in the form ((:ns . "element") (attr-list)
7133 children) instead of ('ns:element (attr-list) children).
7134 (xml-parse-attlist): Fix attribute parsing.
7135 (xml-parse-dtd): Change parsing so that it produces strings
7136 instead of interned symbols.
7137
7138 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7139
7140 * dired.el (dired-ls-sorting-switches): Doc fix.
7141
7142 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7143
7144 * emacs-lisp/rx.el (rx-or): Fix the case of
7145 "(rx (and ?a (or ?b ?c) ?d))".
7146
7147 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7148
7149 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7150 (texinfo-format-region): Use it.
7151 (texinfo-format-buffer-1): Ditto.
7152
7153 2003-11-01 Alan Mackenzie <acm@muc.de>
7154
7155 Changes to allow scrolling whilst in isearch mode:
7156 * isearch.el (isearch-unread-key-sequence): New function,
7157 extracted from isearch-other-meta-char.
7158 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7159 "scrollable" standard functions.
7160 (isearch-allow-scroll): New customizable variable.
7161 (isearch-string-out-of-window, isearch-back-into-window)
7162 (isearch-reread-key-sequence-naturally)
7163 (isearch-lookup-scroll-key): New functions.
7164 (isearch-other-meta-char): Doc string and functionality enhanced.
7165 Now accepts a prefix argument.
7166 (isearch-lazy-highlight-window-end): New variable.
7167 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7168 end (thru isearch-lazy-highlight-window-end), not only its start.
7169
7170 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7171 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7172 (universal-argument, universal-argument-more, negative-argument)
7173 (digit-argument, universal-argument-other-key): Minor changes.
7174
7175 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7176
7177 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7178 recursively if the last message is deleted, thus avoiding an
7179 infinite loop.
7180
7181 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7184 (tex-main-file): Don't add .tex if the extension is already present.
7185 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7186
7187 2003-10-29 Lute Kamstra <lute@gnu.org>
7188
7189 * progmodes/octave-inf.el (inferior-octave-prompt):
7190 Recognize version number in prompt.
7191
7192 2003-10-28 Dave Love <fx@gnu.org>
7193
7194 * international/characters.el: Fix some Unicode ranges.
7195
7196 2003-10-28 Kenichi Handa <handa@m17n.org>
7197
7198 * disp-table.el (standard-display-8bit)
7199 (standard-display-default, standard-display-ascii)
7200 (standard-display-g1, standard-display-graphic)
7201 (standard-display-underline): Assure that standard-display-table
7202 is a display table.
7203
7204 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7207 reindenting the first line.
7208
7209 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7210
7211 * wid-edit.el (widget-default-delete): Always delete child widgets.
7212
7213 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7216 if the line has code.
7217 Don't try to line up with something that's too far left.
7218
7219 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7220 (octave-mode-syntax-table): Add % as a comment starter.
7221 (octave-point): Remove.
7222 (octave-in-comment-p, octave-in-string-p)
7223 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7224 (octave-blink-matching-block-open, octave-auto-fill):
7225 Use line-(beginning|end)-position instead.
7226
7227 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7228
7229 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7230 for Francesco Potort\e,Al\e(B.
7231
7232 2003-10-23 Dave Love <fx@gnu.org>
7233
7234 * international/mule-cmds.el (locale-charset-to-coding-system):
7235 Don't rely on nil being a coding system.
7236
7237 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7238 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7239 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7240
7241 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7242
7243 * gdb-ui.el (gdb-current-language): New variable.
7244 (gdb-update-flag): Remove variable.
7245 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7246 (gdb-take-last-elt): Remove function.
7247 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7248 (gdb-post-prompt): Check for variable object changes here.
7249
7250 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7251 object changes in gdb-ui.el.
7252
7253 2003-10-21 Richard M. Stallman <rms@gnu.org>
7254
7255 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7256
7257 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7258 Don't check for foo*/ wildcard form here.
7259 (insert-directory): Recognize foo*/ as a wildcard.
7260 Separate wildcard-regexp variable from the arg, wildcard.
7261
7262 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7263 (remove-hook): Correctly handle strange cases about local hooks.
7264
7265 2003-10-21 David Ponce <david@dponce.com>
7266
7267 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7268 argument REAL, to return a real number instead of a rounded
7269 integer value. Define as inline function.
7270 (ruler-mode-right-fringe-cols): Likewise.
7271 (ruler-mode-scroll-bar-cols): New function.
7272 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7273 (ruler-mode-right-scroll-bar-cols): Likewise.
7274 (ruler-mode-space): New function.
7275 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7276 scroll bar mode and margins in a more robust way.
7277
7278 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7279
7280 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7281 (antlr-c-init-language-vars): New function.
7282 (antlr-mode): Use it with cc-mode before v5.29.
7283 (antlr-c-common-init): Don't set some local vars here.
7284 (antlr-mode): Set them here.
7285 (antlr-c-forward-sws): New function alias.
7286 (antlr-mode): Redefine with cc-mode before v5.30.
7287 (antlr-skip-sexps): Use it.
7288 (antlr-skip-exception-part): Ditto.
7289 (antlr-skip-file-prelude): Ditto.
7290 (antlr-outside-rule-p): Ditto.
7291 (antlr-end-of-body): Ditto.
7292 (antlr-option-kind): Ditto.
7293 (antlr-insert-option-area): Ditto.
7294 (antlr-file-dependencies): Ditto.
7295
7296 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7297
7298 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7299 Move backward only if point was not inside an entry.
7300
7301 2003-10-21 Richard M. Stallman <rms@gnu.org>
7302
7303 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7304
7305 2003-10-21 Juri Linkov <juri@jurta.org>
7306
7307 * compare-w.el: Automatically skip non-matching text to resync.
7308 (compare-windows-whitespace): Doc fix.
7309 (compare-windows-sync, compare-windows-sync-string-size)
7310 (compare-windows-recenter, compare-ignore-whitespace)
7311 (compare-windows-highlight, compare-windows-face): New variables.
7312 (compare-windows): Use compare-windows-sync.
7313 (compare-windows-highlight, compare-windows-dehighlight)
7314 (compare-windows-sync-regexp)
7315 (compare-windows-sync-default-function): New functions.
7316
7317 2003-10-21 Juri Linkov <juri@jurta.org>
7318
7319 * diff.el (diff-parse-differences): Don't visit the files now;
7320 instead, just record the error locus.
7321
7322 2003-10-21 Dave Love <fx@gnu.org>
7323
7324 * progmodes/cfengine.el: New file.
7325
7326 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7329 default-directory when completing file names.
7330
7331 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7332
7333 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7334 followed by the word `face', it gets treated as a face, even if
7335 it is also defined as a variable or a function.
7336
7337 2003-10-20 Dave Love <fx@gnu.org>
7338
7339 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7340 Avoid incf in macro expansion.
7341
7342 2003-10-20 John Paul Wallington <jpw@gnu.org>
7343
7344 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7345 `evenp' so we don't implicitly require cl library at runtime.
7346
7347 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7350 (help-make-xrefs): Only make cross-references for faces if
7351 preceded or followed by the word `face'. Do not make a
7352 cross-reference for variables without variable documentation,
7353 unless preceded by the word `variable' or `option'. Update doc
7354 string accordingly.
7355
7356 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7357
7358 * progmodes/hideshow.el: Rewrite one-armed `if'
7359 constructs using either `when' or `unless'.
7360 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7361
7362 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7363
7364 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7365 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7366 instead of 12x12.
7367
7368 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7369
7370 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7371 message while converting to Babyl.
7372
7373 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7374
7375 * allout.el (allout-mode): Doc fix.
7376
7377 2003-10-16 Lute Kamstra <lute@gnu.org>
7378
7379 * subr.el (force-mode-line-update): Fix docstring.
7380
7381 2003-10-14 Dave Love <fx@gnu.org>
7382
7383 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7384 (default-input-method): Add :link, improve :type.
7385 (locale-charset-language-names): Fix utf-8 pattern.
7386 (locale-charset-match-p, locale-charset-alist)
7387 (locale-charset-to-coding-system): New.
7388 (set-locale-environment): Deal with codeset part of locale specs.
7389
7390 2003-10-14 Lute Kamstra <lute@gnu.org>
7391
7392 * fringe.el (fringe-mode): Use active voice in docstring.
7393 (set-fringe-style): Ditto.
7394
7395 2003-10-13 Lute Kamstra <lute@gnu.org>
7396
7397 * fringe.el (fringe-mode): Fix docstring.
7398 (set-fringe-style): Ditto.
7399
7400 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7401
7402 * ediff-mult.el (ediff-filegroup-action):
7403 Use ediff-default-filtering-regexp.
7404
7405 * ediff-util.el (ediff-recenter): Don't call
7406 ediff-restore-highlighting twice.
7407 (ediff-select-difference): Set current difference.
7408 (ediff-unselect-and-select-difference): Add comment.
7409
7410 * ediff.el (ediff-directories,ediff-directory-revisions)
7411 (ediff-directories3,ediff-merge-directories)
7412 (ediff-merge-directories-with-ancestor)
7413 (ediff-merge-directory-revisions)
7414 (ediff-merge-directory-revisions-with-ancestor):
7415 Use ediff-default-filtering-regexp.
7416
7417 2003-10-12 Andreas Schwab <schwab@suse.de>
7418
7419 * international/mule-cmds.el (locale-charset-language-names):
7420 Simplify regex by removing unused grouping.
7421
7422 2003-10-10 Dave Love <fx@gnu.org>
7423
7424 * bindings.el: Don't bind stop.
7425
7426 2003-10-08 Miles Bader <miles@gnu.org>
7427
7428 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7429 face instead of attempting to emulate it.
7430
7431 2003-10-07 Kenichi Handa <handa@m17n.org>
7432
7433 * international/mule-diag.el (list-coding-systems-1): List coding
7434 systems that are loaded automatically.
7435
7436 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7437
7438 * international/mule.el (autoload-coding-system): New function.
7439
7440 2003-10-07 Andreas Schwab <schwab@suse.de>
7441
7442 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7443 change-log-default-name in the buffer visiting the file.
7444
7445 2003-10-06 Dave Love <fx@gnu.org>
7446
7447 * files.el (find-file-hook): Customize.
7448 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7449
7450 * bindings.el (completion-ignored-extensions): Remove .log.
7451 (global-map): Add again, open, stop keys.
7452
7453 2003-10-05 Richard M. Stallman <rms@gnu.org>
7454
7455 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7456 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7457 Use sh-modify directly.
7458 (sh-select): Use sh-append, not eval.
7459
7460 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7461
7462 * info.el (Info-following-node-name): New function.
7463
7464 * loadhist.el (unload-feature-special-hooks):
7465 Rename from loadhist-hook-functions.
7466 (loadhist-hook-functions): Now an alias.
7467
7468 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7469
7470 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7471 file-name clashes on 8+3 filesystems.
7472
7473 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7474 Rename loaddefs-boot.el to ldefs-boot.el
7475
7476 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7477 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7478
7479 2003-10-03 Lute Kamstra <lute@gnu.org>
7480
7481 * info.el (Info-mode): Revert previous change.
7482 (Info-escape-percent): New function.
7483 (Info-fontify-node): Use it.
7484
7485 2003-10-02 Andreas Schwab <schwab@suse.de>
7486
7487 * loaddefs-boot.el: Regenerated.
7488
7489 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7490
7491 * ffap.el: Remove defadvice related code from CVS since `complete'
7492 provides a `PC-completion-as-file-name-predicate' variable that
7493 ffap can override.
7494
7495 2003-10-02 Kenichi Handa <handa@m17n.org>
7496
7497 * international/utf-8.el (ccl-decode-mule-utf-8):
7498 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7499
7500 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7501 * international/subst-big5.el: Likewise.
7502 * international/subst-gb2312.el: Likewise.
7503 * international/subst-ksc.el: Likewise.
7504
7505 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7506
7507 * calendar/calendar.el (increment-calendar-month)
7508 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7509 (generate-calendar, calendar-read-date, calendar-interval)
7510 (calendar-day-of-week): Handle years BC.
7511 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7512
7513 2003-10-01 Dave Love <fx@gnu.org>
7514
7515 * language/cyrillic.el (cp1251): Alias for windows-1251.
7516
7517 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7518 bootstrap.
7519
7520 2003-10-01 Lute Kamstra <lute@gnu.org>
7521
7522 * files.el: Fix typo.
7523 * imenu.el (imenu--generic-function): Docstring fix.
7524
7525 2003-09-30 Richard M. Stallman <rms@gnu.org>
7526
7527 * dired.el (dired-mode): Handle dired-directory as a list.
7528
7529 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7530
7531 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7532
7533 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7534
7535 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7536 Replace gud-display with gud-watch.
7537 (gud-speedbar-buttons): Add stuff for watching expressions
7538 in the speedbar when using M-x gdba. Use dolist on old part
7539 of this function.
7540
7541 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7542 (gdb-update-flag): New variables.
7543 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7544 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7545 (gud-watch, gdb-var-create-handler) : New functions.
7546 (gdb-var-list-children, gdb-var-list-children-handler)
7547 (gdb-var-create-regexp, gdb-var-update-regexp)
7548 (gdb-var-list-children-regexp): New constants.
7549 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7550 (gdb-annotation-rules): Reduce annotation set (level 3).
7551 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7552 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7553 updates.
7554 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7555 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7556 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7557 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7558 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7559 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7560 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7561 (gud-display, gud-display1)
7562 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7563 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7564 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7565 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7566 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7567 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7568 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7569 (gdb-display-display-buffer, gdb-toggle-display)
7570 (gdb-delete-display, gdb-expressions-popup-menu)
7571 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7572 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7573 to display buffer.
7574
7575 2003-09-30 Richard M. Stallman <rms@gnu.org>
7576
7577 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7578 Instead, set which-func-functions.
7579
7580 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7581 (which-func-functions): New variable.
7582 (which-function): Use that.
7583
7584 * info.el (Info-mode): Double each `%' in header line.
7585
7586 * emacs-lisp/lisp-mnt.el (lm-with-file):
7587 When FILE is nil, run BODY in current buffer.
7588
7589 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7590
7591 * help.el (describe-mode): Start with a brief list of minor modes.
7592 Find them thru minor-mode-list so as to find them all.
7593 Show them in alphabetical order.
7594
7595 * mail/sendmail.el (mail-aliases): Doc fix.
7596
7597 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7598
7599 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7600
7601 * mail/rmailsum.el (rmail-make-summary-line-1):
7602 Change comma after last label to a space.
7603 (rmail-summary-font-lock-keywords): Adapt to that change.
7604
7605 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7606
7607 * progmodes/scheme.el (scheme-mode-variables): When setting
7608 `font-lock-defaults', also specify that "#" should
7609 be interpreted with `word' syntax.
7610 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7611
7612 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7613
7614 * desktop.el: A lot of comments updated.
7615 (desktop-save-mode): Minor mode introduced.
7616 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7617 (desktop-load-default): Function made obsolete.
7618 (desktop-locals-to-save): Variable made customizable.
7619 (desktop-read): Optional parameter `dirname' added.
7620 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7621 `desktop-read' used.
7622 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7623
7624 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7625
7626 * whitespace.el (whitespace-clean-msg): Add user customizable message
7627 for displaying ``clean'' output.
7628 (whitespace-buffer): Use `whitespace-clean-msg'.
7629 (whitespace-global-mode): Fix typo.
7630
7631 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7632
7633 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7634
7635 2003-09-29 Lute Kamstra <lute@gnu.org>
7636
7637 * bindings.el (mode-line-modes): Remove superfluous :propertize
7638 construct in initialization.
7639 (mode-line-position): Change cons cell into proper list in
7640 initialization.
7641
7642 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7643
7644 * international/mule.el (decode-coding-inserted-region): Use car
7645 of the return value of find-operation-coding-system.
7646
7647 2003-09-29 Kenichi Handa <handa@m17n.org>
7648
7649 * descr-text.el (describe-char): Fix previous change.
7650
7651 2003-09-28 Kenichi Handa <handa@m17n.org>
7652
7653 * descr-text.el (describe-char-display): New function.
7654 (describe-char): Pay attention to display table on describing how
7655 a character is displayed.
7656
7657 * international/mule-cmds.el (encoded-string-description):
7658 Prepend "0x" to each encoded byte.
7659
7660 2003-09-28 Andreas Schwab <schwab@suse.de>
7661
7662 * find-file.el (ff-special-constructs): Add autoload cookie.
7663
7664 2003-09-28 Kevin Ryde <user42@zip.com.au>
7665
7666 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7667 makeinfo appends to duplicate index entries.
7668
7669 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7670
7671 * dired-x.el (dired-clean-tex): Doc fix.
7672
7673 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7674 using a Chinese tutorial.
7675
7676 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7677
7678 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7679 between "MAIL FROM:" and "RCPT TO:" and the following address.
7680
7681 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7682
7683 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7684
7685 2003-09-28 David Ponce <david@dponce.com>
7686
7687 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7688 (recentf-load-list): When `recentf-initialize-file-name-history'
7689 is non-nil, initialize an empty `file-name-history' with the
7690 recent list.
7691
7692 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7693
7694 * man.el (Man-default-man-entry): Remove the leading `*' from the
7695 word at point.
7696
7697 2003-09-26 Lute Kamstra <lute@gnu.org>
7698
7699 * bindings.el (mode-line-position): Mention size indication in
7700 docstring.
7701
7702 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7703
7704 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7705
7706 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7707 because it's autoloaded now.
7708
7709 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7710
7711 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7712 (sh-font-lock-keywords, sh-feature): Fix previous change of
7713 sh-feature to avoid infloop with sh-font-lock-keywords.
7714
7715 2003-09-25 Kim F. Storm <storm@cua.dk>
7716
7717 * frame.el (frame-current-scroll-bars): New defun.
7718
7719 * window.el (window-current-scroll-bars): New defun.
7720
7721 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7722
7723 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7724 cause errors when the state cache contains info on parts that have
7725 been narrowed out.
7726
7727 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7728
7729 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7730 `c-setup-paragraph-variables' has to be used when this variable is
7731 changed; it doesn't work to reinitialize the mode since that
7732 typically clobbers the variable.
7733
7734 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7735 Make it interactive.
7736
7737 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7738
7739 * progmodes/cc-fonts.el (c-font-lock-declarations):
7740 Fix recognition of constructors and destructors for classes whose
7741 names are matched by `*-font-lock-extra-types'.
7742
7743 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7744 followed by an identifier in C++ then it's a type.
7745
7746 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7747
7748 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7749 problem that primarily affected XEmacs. Don't use faces to find
7750 unterminated strings since Emacs and XEmacs fontify strings
7751 differently - this function should now work better in XEmacs.
7752
7753 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7754
7755 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7756 `expand-abbrev' workaround which caused braces to misbehave inside
7757 macros.
7758
7759 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7760 handling. This bug could cause interactive font locking to bail out.
7761
7762 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7763
7764 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7765 Handle paren-style types in Pike. Also fixed some cases of
7766 insufficient handling of unbalanced parens.
7767
7768 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7769
7770 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7771 common shell prompts that are not common filename or URL characters.
7772 (ffap-file-at-point): Use the new regexp to strip the prompts from
7773 the file names. This is an issue mostly for user prompts that
7774 don't have a trailing space and find-file-at-point is invoked from
7775 within a shell inside Emacs.
7776
7777 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7778
7779 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7780 stamps numerically, rather than textually.
7781
7782 2003-09-24 Kenichi Handa <handa@m17n.org>
7783
7784 * language/devan-util.el (devanagari-post-read-conversion):
7785 * language/mlm-util.el (malayalam-post-read-conversion):
7786 * language/tml-util.el (tamil-post-read-conversion):
7787 Add autoload cookie.
7788
7789 * international/utf-8.el (utf-8-post-read-conversion):
7790 Call post-read-conversion functions for Devanagari, Malayalam,
7791 and Tamil.
7792
7793 2003-09-23 Dave Love <fx@gnu.org>
7794
7795 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7796
7797 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7798
7799 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7800 Update gud-remove.
7801
7802 2003-09-22 Richard M. Stallman <rms@gnu.org>
7803
7804 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7805 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7806 (sh-mode-syntax-table-input): New variable.
7807 (sh-require-final-newline): Don't use eval.
7808 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7809 (sh-variables, sh-font-lock-keywords): Don't use eval.
7810 (sh-set-shell): When setting require-final-newline,
7811 treat value = `require-final-newline' as don't change it.
7812 Set sh-mode-syntax-table locally based on
7813 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7814
7815 * progmodes/compile.el (compile-internal):
7816 Call compilation-set-window-height before setting window start.
7817
7818 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7819
7820 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7821 Clear out byte-compile-last-warned-form.
7822
7823 2003-09-22 Richard M. Stallman <rms@gnu.org>
7824
7825 * woman.el (woman-file-name, woman-follow-word):
7826 If current-word returns nil, use "".
7827
7828 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7829
7830 2003-09-22 Richard M. Stallman <rms@gnu.org>
7831
7832 * emacs-lisp/lisp-mnt.el (lm-with-file):
7833 Don't visit the file, just use insert-file-contents in temp buffer.
7834
7835 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7836
7837 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7838 Add surrounding \\( and \\) around the header, as in
7839 for lm-history-header 'Change Log\\|History'.
7840
7841 2003-09-22 John Paul Wallington <jpw@gnu.org>
7842
7843 * progmodes/ld-script.el: Add Commentary section,
7844 minor cleanup of file header.
7845 (ld-script-font-lock-keywords): Doc fix.
7846 (toplevel): Provide `ld-script' feature.
7847
7848 2003-09-21 Kim F. Storm <storm@cua.dk>
7849
7850 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7851 new built-in variable default-frame-scroll-bars.
7852 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7853 scroll-bar-mode; notably, use it instead of t when we toggle
7854 scroll-bars on.
7855 (toggle-scroll-bar): Use default-frame-scroll-bars.
7856
7857 2003-09-19 Masatake YAMATO <jet@gyve.org>
7858
7859 * pcvs.el (cvs-do-removal): Change the prompt depending on
7860 `filter' value.
7861
7862 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7863
7864 * startup.el (command-line-1): Stop startup-echo-area-message
7865 being hidden by "Loading image..." message.
7866 (use-fancy-splash-screens-p, display-splash-screen):
7867 Move display-graphic-p test from latter to former.
7868
7869 * progmodes/sh-script.el (sh-font-lock-keywords):
7870 Highlight escaped EOLs differently from other backslash constructs.
7871
7872 2003-09-19 Richard M. Stallman <rms@gnu.org>
7873
7874 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7875 New functions.
7876 (edebug-enter, edebug-outside-excursion): Use them.
7877
7878 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7879 Fix the condition for whether to print "In WHERE".
7880
7881 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7882
7883 * finder.el (finder-mode-hook): New variable.
7884 (finder-mode): Run hook finder-mode-hook
7885
7886 2003-09-18 Masatake YAMATO <jet@gyve.org>
7887
7888 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7889
7890 2003-09-17 Mario Lang <mlang@delysid.org>
7891
7892 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7893 "p %e" to actually print the value in the GUD buffer.
7894
7895 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7896
7897 From David Ponce <david.ponce@wanadoo.fr>:
7898 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7899 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7900 from loaddefs-boot.el if necessary.
7901
7902 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7903
7904 * progmodes/gud.el (gud-find-class): Make jdb work again since
7905 cc-mode changed the syntactic information.
7906
7907 2003-09-15 David Ponce <david@dponce.com>
7908
7909 * recentf.el: (recentf-exclude): Accept predicates too.
7910 (recentf-file-readable-p): New function.
7911 (recentf-include-p): Handle predicates in recentf-exclude.
7912 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7913 (recentf-cleanup): Likewise.
7914 (recentf-save-list): Use write-file to handle backup of
7915 recentf-save-file.
7916
7917 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7918
7919 * loaddefs-boot.el: Renamed from `loaddefs.el'
7920 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7921 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7922 necessary.
7923
7924 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7925
7926 * electric.el (Electric-pop-up-window): For the `one-window' case,
7927 no longer disconcertingly move point in the original buffer.
7928
7929 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7930
7931 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7932
7933 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7934
7935 * dired.el (dired-mode-map): Fix typo.
7936
7937 2003-09-11 Richard M. Stallman <rms@gnu.org>
7938
7939 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7940
7941 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7942
7943 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7944 the function is less noisy. Now only `kill-buffer' can ask questions.
7945
7946 2003-09-10 Mario Lang <mlang@delysid.org>
7947
7948 * battery.el: Update Commentary and Copyright.
7949 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7950 appear due to wrong ordering of the expressions in `or'.
7951
7952 2003-09-09 Lute Kamstra <lute@gnu.org>
7953
7954 * misc.el (upcase-char): Fix docstring.
7955 (zap-up-to-char): New command.
7956
7957 2003-09-08 David Ponce <david@dponce.com>
7958
7959 Ensure that recentf correctly updates the menu bar.
7960 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7961 (recentf-menu-bar): New function.
7962 (recentf-clear-data): Use it
7963 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7964 of easy-menu-change.
7965
7966 2003-09-08 Lute Kamstra <lute@gnu.org>
7967
7968 * simple.el (size-indication-mode): New.
7969 * bindings.el (mode-line-position): Add buffer size indicator.
7970
7971 2003-09-04 Mario Lang <mlang@delysid.org>
7972
7973 * battery.el (battery-linux-proc-acpi): New function.
7974 (battery-status-function): Modify default value calculation to also
7975 check for availability of ACPI.
7976 (battery-echo-area-format): Ditto.
7977 (battery-mode-line-format): Ditto.
7978
7979 2003-09-06 Dave Love <fx@gnu.org>
7980
7981 * ielm.el (ielm-mode-hook): Add :options.
7982
7983 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7984 (eldoc-print-current-symbol-info): Use it.
7985
7986 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7987
7988 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7989 being displayed in GUD buffer.
7990 (gdb-idle-input-queue): Remove var. Use just one queue.
7991 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7992 Remove functions. Use just one queue.
7993 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7994 (gdb-invalidate-assembler, gdb-get-current-frame):
7995 Modify functions. Use just one queue.
7996
7997 2003-09-04 Dave Love <fx@gnu.org>
7998
7999 * cus-start.el: Add blink-cursor-alist.
8000
8001 * ruler-mode.el (ruler-mode-fill-column-char)
8002 (ruler-mode-current-column-char): Use char-displayable-p,
8003 not window-system.
8004
8005 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8006
8007 * language/european.el (windows-1252): Move from code-pages.
8008
8009 * language/cyrillic.el ("Windows-1251"): Delete.
8010 ("Bulgarian", "Belarusian"): Remove `features'.
8011 (windows-1251): Move from code-pages.
8012
8013 * international/mule-diag.el (non-iso-charset-alist):
8014 Remove `codepage' stuff.
8015 (print-designation, list-coding-systems-1): Output fixes.
8016
8017 * international/code-pages.el (cp-make-translation-table)
8018 (cp-valid-codes): Made defsubsts.
8019 (cp-fix-safe-chars): Delete.
8020 (mule-diag): Don't require.
8021 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8022 (top-level): Check for defined coding system when defining
8023 cp... aliases. Change w32-add-charset-info test to avoid warning.
8024 (non-iso-charset-alist): Defvar when compiling.
8025 (cp-make-coding-system): Doc fix.
8026
8027 2003-09-02 Jason Rumney <jasonr@gnu.org>
8028
8029 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8030 line-ends from CVS before doing conversion.
8031
8032 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8033
8034 * calendar/diary-lib.el (diary-header-line-flag)
8035 (diary-header-line-format): New variables.
8036 (list-diary-entries): Use them to set header line in simple diary.
8037
8038 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8039 other than font-lock-string-face to highlight backslashes.
8040
8041 2003-09-01 Jason Rumney <jasonr@gnu.org>
8042
8043 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8044 regexp.
8045
8046 2003-09-01 Dave Love <fx@gnu.org>
8047
8048 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8049
8050 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8051 and :help; also line and column numbers labels.
8052
8053 * international/mule-util.el (char-displayable-p): Move from
8054 latin1-disp, rename and autoload.
8055
8056 * international/latin1-disp.el (latin1-char-displayable-p):
8057 Now obsolete alias. Replace uses with char-displayable-p.
8058 (latin1-display-ucs-per-lynx): Fix last change.
8059
8060 * international/mule-cmds.el (standard-display-european-internal):
8061 Don't use char code for Latin-1 NBSP.
8062 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8063 U+2018, U+2019 for `'.
8064 (select-safe-coding-system): Message fix.
8065
8066 2003-09-01 Kenichi Handa <handa@m17n.org>
8067
8068 * international/fontset.el (setup-default-fontset): For Thai
8069 font, specify "*" family.
8070
8071 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8072
8073 * progmodes/compile.el (previous-error): Accept a prefix
8074 argument, similarly to next-error.
8075
8076 2003-08-31 Masatake YAMATO <jet@gyve.org>
8077
8078 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8079 the number of files. Bind the number of files to a local
8080 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8081
8082 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8083
8084 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8085 2003-07-26: msdos-long-file-names is a function, not a variable.
8086
8087 2003-08-29 Richard M. Stallman <rms@gnu.org>
8088
8089 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8090 Do nothing with mail-personal-alias-file if it is nil.
8091
8092 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8093 Do nothing if mail-personal-alias-file is nil.
8094
8095 * term.el (term-exec-1): Bind coding-system-for-read.
8096
8097 * dired.el (dired-mouse-find-file-other-window):
8098 Use dired-view-command-alist here, as in dired-view-file.
8099 (dired-view-command-alist): Use %s to substitute file name.
8100 Handle .ps_pages, .eps, .jpg, .gif, .png.
8101
8102 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8103
8104 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8105 `Info-prev-reference', instead of M-tab.
8106
8107 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8108
8109 * simple.el (blink-matching-open): Work correctly on chars that
8110 are designated as parens through the syntax-table text property.
8111
8112 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8113
8114 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8115 line break position in the middle of a non-kinsoku (e.g. latin)
8116 word, making it skip until either a space or a character with
8117 category "|".
8118 (kinsoku-longer): Test for end of buffer.
8119
8120 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8121
8122 * mail/rmail.el (rmail-convert-to-babyl-format):
8123 Detect quoted-printable- and base64-encoded messages and decode them
8124 automatically. Set the message's encoding from the charset=
8125 header, if any. Decode base64-encoded messages in Mail format as well.
8126
8127 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8128
8129 * mail/smtpmail.el: Fix previous change.
8130 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8131 calling smtpmail-via-smtp.
8132 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8133
8134 2003-08-26 John Paul Wallington <jpw@gnu.org>
8135
8136 * image.el (image-jpeg-p): Don't search beyond length of data.
8137
8138 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8139
8140 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8141 misfeature in `expand-abbrev' which caused electric keywords like
8142 "else" to disappear if an open brace was typed directly afterwards.
8143
8144 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8145
8146 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8147 mandatory in `define-widget'.
8148
8149 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8150 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8151
8152 (c-assignment-operators): New language constant that only contains
8153 the assignment operators.
8154
8155 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8156
8157 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8158
8159 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8160 Safeguard against unbalanced sexps.
8161
8162 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8163
8164 * version.el (emacs-version): Check for gtk. Include gtk version info.
8165
8166 2003-08-25 John Paul Wallington <jpw@gnu.org>
8167
8168 * man.el (Man-default-man-entry): Don't whizz past the section
8169 number before looking for it.
8170
8171 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8172
8173 * progmodes/gud.el (gud-display-line): Don't set window-point if
8174 source buffer is not visible. (Only happens with M-x gdba.)
8175
8176 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8177 documentation.
8178 (gdb-source, gdb-source-info): Update to assembler unnecessary
8179 as its done after each GDB command anyway.
8180 (gdb-pre-prompt): Use with-current-buffer.
8181 (gdb-insert-field): Add help-echo text.
8182 (gdb-invalidate-assembler): Re-display of assembler now done in
8183 gdb-info-breakpoints-custom.
8184 (gdb-info-breakpoints-custom): Force re-display of assembler to
8185 happen *after* update of breakpoints buffer.
8186 (gdb-display-source-buffer): Don't choke if gdb-source-window
8187 isn't visible.
8188 (gdb-put-string, gdb-put-arrow): Remove free variables.
8189
8190 2003-08-24 John Paul Wallington <jpw@gnu.org>
8191
8192 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8193
8194 * man.el (Man-default-man-entry): Strip text properties when
8195 snarfing parts of entry because `format' preserves properties.
8196
8197 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8198
8199 * files.el (file-newest-backup): Use `expand-file-name'.
8200
8201 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8202 Allow the diary to pop up a new frame, if needed.
8203
8204 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8205 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8206 (smtpmail-send-it): Make treatment of envelope-from consistent with
8207 sendmail.el.
8208
8209 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8210 (sh-leading-keywords): Add the bash `time' reserved word.
8211 (sh-variables): Add some bash variables.
8212 (sh-add-completer): Fix nil branch of case statement.
8213
8214 2003-08-24 Masatake YAMATO <jet@gyve.org>
8215
8216 * progmodes/ld-script.el: New file.
8217
8218 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8219
8220 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8221
8222 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8223
8224 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8225 Better explain obsolescence, and what to use instead.
8226
8227 2003-08-23 Masatake YAMATO <jet@gyve.org>
8228
8229 * pcvs.el (cvs-do-removal): Show the deleted file name
8230 on the prompt.
8231
8232 2003-08-20 Dave Love <fx@gnu.org>
8233
8234 * international/mule.el (make-coding-system)
8235 (set-buffer-file-coding-system): Doc fix.
8236
8237 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8238
8239 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8240
8241 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8242
8243 * international/utf-16.el: Add mime-text-unsuitable coding system
8244 properties.
8245
8246 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8247
8248 * cus-edit.el: Add some :links.
8249 (bib): Remove.
8250
8251 * textmodes/bib-mode.el (bib): Add :group external.
8252
8253 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8254
8255 * wid-edit.el (widget-echo-help): Make it handle expressions that
8256 evaluate to strings.
8257
8258 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8259
8260 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8261
8262 Simplify selection of SQL products to define highlighting and
8263 interactive mode. Includes detailed instructions on adding
8264 support for new products.
8265
8266 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8267 product for use in highlighting and interactive mode.
8268 (sql-interactive-product): New variable. SQL product for
8269 sql-interactive-mode.
8270 (sql-product-support): New variable. Specifies product-specific
8271 parameters to drive highlighting and interactive mode.
8272 (sql-imenu-generic-expression): Add more object types.
8273 (sql-sqlite-options): Correct comment.
8274 (sql-ms-program): Use "osql" rather than "isql".
8275 (sql-prompt-regexp, sql-prompt-length): Update comment.
8276 (sql-mode-menu): Add "Start SQLi session" entry.
8277 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8278 (sql-mode-abbrev-table): Add abbreviations. Support of
8279 SYSTEM-FLAG on define-abbrev. Support was removed with last
8280 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8281 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8282 names.
8283 (sql-mode-ansi-font-lock-keywords): Set as default value.
8284 (sql-mode-oracle-font-lock-keywords): Set as default value.
8285 Support Oracle 9i keywords.
8286 (sql-mode-postgres-font-lock-keywords): Set as default value.
8287 (sql-mode-linter-font-lock-keywords): Set as default value.
8288 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8289 SQLServer 2000.
8290 (sql-mode-sybase-font-lock-keywords)
8291 (sql-mode-interbase-font-lock-keywords)
8292 (sql-mode-sqlite-font-lock-keywords)
8293 (sql-mode-strong-font-lock-keywords)
8294 (sql-mode-mysql-font-lock-keywords)
8295 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8296 keywords.
8297 (sql-mode-font-lock-defaults): Update comment.
8298 (sql-product-feature): New function. Returns feature associated
8299 with a product from `sql-product-support' alist.
8300 (sql-product-font-lock): New function. Set font-lock support
8301 based on `sql-product'.
8302 (sql-add-product-keywords): New function. Add font-lock rules to
8303 product-specific keyword variables.
8304 (sql-set-product): New function. Set `sql-product' and apply
8305 appropriate font-lock highlighting.
8306 (sql-highlight-product): New function. Set font-lock support
8307 based on a product. Also set mode name to include product name.
8308 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8309 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8310 Use `sql-set-product'.
8311 (sql-highlight-ms-keywords)
8312 (sql-highlight-sybase-keywords)
8313 (sql-highlight-interbase-keywords)
8314 (sql-highlight-strong-keywords)
8315 (sql-highlight-mysql-keywords)
8316 (sql-highlight-sqlite-keywords)
8317 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8318 (sql-get-login): Prompt in the same order as the tokens.
8319 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8320 (sql-product-interactive): New function. Common portions of
8321 product-specific interactive mode wrappers.
8322 (sql-interactive-mode): Rewritten to use product features.
8323 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8324 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8325 (sql-db2, sql-linter): Use `sql-product-interactive'.
8326 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8327 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8328 (sql-connect-ingres, sql-connect-postgres)
8329 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8330 New functions. Format command line parameters and invoke comint on
8331 the appropriate interpreter. Code was in the corresponding
8332 `sql-xyz' function before.
8333 (sql-connect-ms): New function. Support -E argument to use
8334 operating system credentials for authentication.
8335
8336 2003-08-18 Kenichi Handa <handa@m17n.org>
8337
8338 * international/mule.el (encode-char): Fix for the ASCII case.
8339
8340 2003-08-15 Kenichi Handa <handa@m17n.org>
8341
8342 * international/fontset.el (setup-default-fontset): Change "*" to
8343 nil in the specifications of font family.
8344
8345 2003-08-18 Kim F. Storm <storm@cua.dk>
8346
8347 * kmacro.el (kmacro-keymap): Group related bindings in
8348 initialization for clarity. Bind C-s to start macro.
8349 Remove C-r binding.
8350 (kmacro-initial-counter-value): New defvar to hold initial counter
8351 value in case we set the value before defining a macro.
8352 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8353 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8354 not defining or executing macro. Doc fix.
8355 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8356 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8357 temporarily view older elements on the macro ring without cycling
8358 the ring.
8359 (kmacro-display): Doc fix.
8360 (kmacro-exec-ring-item): New helper function.
8361 (kmacro-call-ring-2nd): Use it.
8362 (kmacro-call-ring-2nd-repeat): Doc fix.
8363 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8364 (kmacro-end-or-call-macro): Execute last viewed macro (using
8365 kmacro-exec-ring-item) from ring if this follows
8366 kmacro-view-macro. This allows us to find a macro on the ring
8367 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8368 the ring to bring it to the head of the ring.
8369 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8370 Allow binding to reserved keys without specifying C-x C-k prefix.
8371 Ask for confirmation if entered key sequence is already bound to
8372 a non-macro command.
8373 (kmacro-view-macro): Repeating command will show older elements
8374 on the macro ring; C-k will execute the last viewed macro.
8375 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8376 property from 'ring to 'head.
8377
8378 2003-08-17 Alan Shutko <ats@acm.org>
8379
8380 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8381 keeping December out of the alist.
8382
8383 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8384
8385 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8386 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8387 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8388 (calendar-flatten): New function.
8389 (calendar-mouse-view-other-diary-entries)
8390 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8391 in the menu title and to show multi-line diary entries correctly
8392 in the menu.
8393
8394 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8395
8396 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8397 defcustom, because the default was recently changed.
8398
8399 2003-08-16 Richard M. Stallman <rms@gnu.org>
8400
8401 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8402
8403 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8404 New subroutine, broken out of eval-last-sexp-1.
8405 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8406
8407 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8408
8409 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8410
8411 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8412
8413 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8414
8415 * progmodes/compile.el (compilation-error-regexp-alist):
8416 Add Java ANt error detection as described in document
8417 http://ant.apache.org/faq.html
8418
8419 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8420
8421 * simple.el (backward-word, forward-to-indentation)
8422 (backward-to-indentation): Argument changed to optional.
8423 (next-line, previous-line): Use `or' instead of `unless'.
8424
8425 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8426
8427 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8428 instead of a constant.
8429
8430 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8431
8432 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8433
8434 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8435
8436 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8437 (vc-sccs-workfile-version): Search the entire delta table, rather
8438 than just the first entry, because that might be a deleted version.
8439
8440 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8441
8442 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8443 [save-place] binding in the Options menu. Have it require
8444 'saveplace' and then toggle the variable manually, to avoid an an
8445 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8446 for the bug report.
8447
8448 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8449
8450 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8451 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8452 (gdb-info-threads-custom): Add help-echo text.
8453 (gdb-display-back): Don't use purecopy.
8454 (gdb-info-breakpoints-custom, gdb-reset)
8455 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8456 icons can be displayed.
8457
8458 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8459
8460 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8461
8462 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8463
8464 * bookmark.el (bookmark-completing-read):
8465 Return a string, instead of a list of one string.
8466 Use a popup menu if activated from the mouse.
8467 (bookmark-edit-annotation): Remove unused vars.
8468 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8469 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8470 to bookmark-completing-read.
8471 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8472 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8473 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8474 and erase-buffer.
8475 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8476 (bookmark-menu-jump, bookmark-menu-insert)
8477 (bookmark-popup-menu-and-apply-function)
8478 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8479 (bookmark-menu-build-paned-menu): Remove by folding it into
8480 bookmark-menu-popup-paned-menu.
8481 (menu-bar-bookmark-map): Move the define-key statements here.
8482 Use the "non-menu" commands since they now pop up a menu if needed.
8483 (bookmark-exit-hook-internal): Simplify.
8484
8485 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8486
8487 * reftex-toc.el (reftex-toc-rename-label): New function.
8488 (reftex-toc-check-docstruct): New function.
8489
8490 * reftex.el (reftex-region-active-p): New function.
8491
8492 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8493 regexp to find the \bibliography macro.
8494
8495 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8496 which does not exist in LaTeX.
8497 (reftex-cite-format-builtin): Added amsrefs support.
8498 (reftex-toc-confirm-promotion): New option
8499
8500 * reftex-toc.el
8501 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8502 (reftex-toc-demote, reftex-toc-promote)
8503 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8504 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8505 (reftex-toc-newhead-from-alist)
8506 (reftex-toc-load-all-files-for-promotion): New functions.
8507 (reftex-toc-help): Added description of new keys.
8508 (reftex-toc-split-windows-fraction): New option.
8509 (reftex-recenter-toc-when-idle): Search *toc* window on all
8510 visible frames.
8511 (reftex-toc): Additional parameter REUSE
8512 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8513 with REUSE argument.
8514 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8515 the call of `reftex-toc'.
8516 (reftex-make-separate-toc-frame): New function .
8517 (reftex-toc-recenter): When called with triple prefix arg, call
8518 `reftex-make-separate-toc-frame' first.
8519 (reftex-toc-toggle-dedicated-frame): New command.
8520 (reftex-toc-quit): Adapted to delete frame when called in
8521 dedicated frame.
8522
8523 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8524 all enclosing macros.
8525
8526
8527 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8528
8529 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8530 first use.
8531
8532 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8533
8534 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8535
8536 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8537
8538 * calendar/calendar.el (list-diary-entries-hook)
8539 (diary-display-hook, nongregorian-diary-listing-hook)
8540 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8541 Add some customize options for these hooks.
8542 (calendar-abbrev-construct): Don't try to take a substring longer
8543 than the original string.
8544
8545 2003-08-05 Richard M. Stallman <rms@gnu.org>
8546
8547 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8548 (testcover-reinstrument-clauses): Doc fix.
8549
8550 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8551 (warning-type-format): Rename from warning-group-format.
8552
8553 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8554 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8555 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8556 to prevent warnings about defvar for an obsolete variable.
8557
8558 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8559 warning-group-format renamed to warning-type-format.
8560
8561 * subr.el (read-passwd): Use clear-string instead of fillarray.
8562
8563 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8564 Use vconcat instead of concat.
8565 (edmacro-sanitize-for-string): New function.
8566
8567 2003-08-05 Dave Love <fx@gnu.org>
8568
8569 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8570 line-number-display-limit-width.
8571
8572 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8573
8574 2003-08-05 Kenichi Handa <handa@m17n.org>
8575
8576 * international/code-pages.el: Don't require mule-diag.
8577
8578 * international/mule-diag.el (non-iso-charset-alist):
8579 Add autoload cookie.
8580
8581 * language/devan-util.el (dev-glyph-order): Add an entry for the
8582 glyph code #xC4.
8583
8584 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8585
8586 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8587 (european-calendar-style, diary-date-forms)
8588 (calendar-day-name-array, calendar-month-name-array): Doc change.
8589 (generate-calendar-month): Adapt for new behaviour of
8590 `calendar-day-name' function.
8591 (calendar-abbrev-length, calendar-day-abbrev-array)
8592 (calendar-month-abbrev-array): New variables.
8593 (calendar-abbrev-construct): New function.
8594 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8595 rather than fixing abbrevs at some width. Calling syntax change.
8596 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8597 (calendar-date-string): Adapt for new behaviours of
8598 `calendar-day-name' and `calendar-month-name' functions.
8599
8600 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8601 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8602 (diary-name-pattern): Use abbrev arrays, rather than fixing
8603 abbrevs at three chars. Calling syntax change.
8604 (mark-diary-entries): Adapt for new behaviours of
8605 `diary-name-pattern' and `calendar-make-alist' functions.
8606 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8607 `diary-name-pattern' function.
8608 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8609 fixing abbrevs at three chars. Calling syntax change.
8610 (cal-hebrew, cal-islam): Require when compiling.
8611 (diary-font-lock-keywords): Adapt for new behaviour of
8612 `font-lock-diary-date-forms' function.
8613
8614 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8615 (calendar-hebrew-month-name-array-common-year)
8616 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8617 (list-hebrew-diary-entries): Adapt for new behaviours of
8618 `calendar-day-name' and `add-to-diary-list' functions.
8619 (mark-hebrew-diary-entries): Adapt for new behaviours of
8620 `diary-name-pattern' and `calendar-make-alist' functions.
8621
8622 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8623 Add doc string.
8624 (list-islamic-diary-entries): Adapt for new behaviours of
8625 `calendar-day-name' and `add-to-diary-list' functions.
8626 (mark-islamic-diary-entries): Adapt for new behaviours of
8627 `diary-name-pattern' and `calendar-make-alist' functions.
8628
8629 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8630 `calendar-month-name' function.
8631
8632 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8633
8634 * calendar/solar.el (solar-seasons-data): Move definition before use.
8635
8636 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8637 (cal-tex-LaTeX-hourbox): Move definition before use.
8638
8639 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8640 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8641 lunar.el, solar.el
8642 (displayed-month, displayed-year): Define for compiler.
8643
8644 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8645
8646 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8647 MODE. Renamed from c-init-c-language-vars'.
8648 (c-initialize-cc-mode): Change accordingly.
8649 (c-common-init): Ditto.
8650 (c-mode): Ditto.
8651 (c++-mode): Use `c-init-language-vars-for'.
8652 (objc-mode): Ditto.
8653 (java-mode): Ditto.
8654 (idl-mode): Ditto.
8655 (pike-mode): Ditto.
8656 (awk-mode): Ditto.
8657
8658 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8659
8660 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8661 or not the point moved.
8662
8663 (c-search-decl-header-end): Don't trip up on operator identifiers
8664 in C++ and operators like == in all languages.
8665
8666 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8667 Detect leading labels correctly.
8668
8669 2003-08-02 Andreas Schwab <schwab@suse.de>
8670
8671 * textmodes/ispell.el: Don't redo key bindings on loading, put
8672 them only in loaddefs.el.
8673 * bookmark.el: Likewise.
8674 * dabbrev.el: Likewise.
8675 * emerge.el: Likewise.
8676
8677 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8678 has more than one member.
8679
8680 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8681
8682 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8683
8684 * lpr.el (printify-region): It was ending conversion before the
8685 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8686
8687 2003-07-31 John Paul Wallington <jpw@gnu.org>
8688
8689 * net/browse-url.el (browse-url-epiphany): Doc fix.
8690
8691 2003-07-30 Kenichi Handa <handa@m17n.org>
8692
8693 * international/fontset.el (setup-default-fontset):
8694 Change registry names of Akurti fonts.
8695
8696 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8697
8698 * comint.el (comint-read-noecho): Use `clear-string' instead of
8699 `fillarray'.
8700
8701 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8702
8703 * outline.el (outline-mode-hook): Add defvar.
8704
8705 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8706
8707 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8708 Restore assembler in source window if that is what has been selected.
8709 (menu): Add gdb-restore-windows to menu. Make gdba
8710 specific menus only visible from gdba.
8711
8712 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8713
8714 * progmodes/compile.el (compilation-environment): New user variable.
8715 (compile-internal): Respect it.
8716
8717 2003-07-23 Masatake YAMATO <jet@gyve.org>
8718
8719 * progmodes/gud.el (gdb-script-font-lock-keywords):
8720 Put `font-lock-function-name-face' on a symbol which includes
8721 `-' like `hook-run'. Put font-lock-variable-name-face
8722 on a symbol starting with $.
8723
8724 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8725
8726 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8727
8728 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8729
8730 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8731
8732 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8733
8734 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8735 Use with-no-warnings.
8736 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8737 rather than to find-file-not-found-hook, which doesn't exist.
8738
8739 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8740
8741 * international/quail.el (quail-translate-key): Fix previous change.
8742
8743 2003-07-25 John Paul Wallington <jpw@gnu.org>
8744
8745 * server.el (server-start): Check `server-process' is non-nil
8746 before killing it to avoid killing current buffer's process.
8747
8748 * simple.el (choose-completion-string): Use `minibufferp';
8749 test `completion-reference-buffer' if `buffer' arg is nil.
8750 (push-mark): Use `when' and `unless'.
8751 (pop-mark): Use `when'.
8752
8753 * mouse-sel.el (mouse-sel-get-selection-function):
8754 Check `x-last-selected-text-primary'. Don't barf if it or
8755 `x-last-selected-text' aren't bound.
8756
8757 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8758
8759 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8760
8761 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8762
8763 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8764
8765 2003-07-23 John Paul Wallington <jpw@gnu.org>
8766
8767 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8768
8769 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8770
8771 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8772 string. Defvar the derived hook.
8773
8774 * macros.el (insert-kbd-macro): Escape double quote character.
8775 From Thomas W Murphy <twm@andrew.cmu.edu>.
8776
8777 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8778
8779 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8780 to match the specific mark rather than reusing comment-start-skip.
8781
8782 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8783
8784 * progmodes/hideshow.el (hs-special-modes-alist):
8785 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8786
8787 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8788
8789 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8790 value using ?\s.
8791
8792 2003-07-21 John Paul Wallington <jpw@gnu.org>
8793
8794 * subr.el (with-selected-window): Add closing paren.
8795
8796 2003-07-21 Richard M. Stallman <rms@gnu.org>
8797
8798 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8799 (lisp-mode): Likewise.
8800
8801 * subr.el (with-selected-window): Copy code form save-selected-window
8802 so as to call select-window with norecord arg.
8803 (dynamic-completion-table): Doc fix.
8804 (lazy-completion-table): Doc fix.
8805
8806 * international/mule-cmds.el (set-locale-environment):
8807 langinfo renamed to locale-info.
8808
8809 * international/mule.el (auto-coding-functions): Doc fix.
8810
8811 2003-07-21 Kenichi Handa <handa@m17n.org>
8812
8813 * international/quail.el (quail-translate-key):
8814 Update quail-current-str correctly.
8815
8816 2003-07-21 Andreas Schwab <schwab@suse.de>
8817
8818 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8819 ?, to "_".
8820
8821 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8822 Version 2.0.36 of Tramp released.
8823
8824 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8825 tramp-password-end-of-line.
8826 (tramp-password-end-of-line): New method parameter.
8827 (tramp-get-password-end-of-line): Function to access method
8828 parameter `tramp-password-end-of-line', or variable
8829 `tramp-default-password-end-of-line' (default value).
8830 (tramp-methods): Add entries for new parameter
8831 tramp-password-end-of-line.
8832 (tramp-enter-password): Use new function
8833 `tramp-get-password-end-of-line'.
8834 (tramp-handle-insert-file-contents): Do not
8835 unconditionally inhibit the file operation file-local-copy, only
8836 do that when the inhibit-file-name-operation is currently
8837 insert-file-contents. This fixes finding remote CVS-controlled
8838 files. (It would barf on inserting the CVS/Entries file
8839 literally, because the file-local-copy handler wasn't called.)
8840 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8841 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8842 (tramp-initial-commands): New variable.
8843 (tramp-process-initial-commands): New function, using the variable.
8844 (tramp-open-connection-setup-interactive-shell): Call the new function.
8845 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8846 method into the buffer name, never use nil. Reported by Hanak
8847 David <dhanak@inf.bme.hu>.
8848 (tramp-open-connection-setup-interactive-shell): Erase buffer
8849 before sending "stty -onlcr".
8850
8851 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8852
8853 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8854
8855 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8856
8857 2003-07-19 John Paul Wallington <jpw@gnu.org>
8858
8859 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8860 (artist-draw-rect, artist-draw-square): Doc fixes.
8861
8862 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8863
8864 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8865
8866 2003-07-19 Kenichi Handa <handa@m17n.org>
8867
8868 * international/kkc.el (kkc-show-conversion-list-update):
8869 Highlight the correct candidate in the message.
8870
8871 2003-07-18 John Paul Wallington <jpw@gnu.org>
8872
8873 * simple.el (current-word): Don't include punctuation char when
8874 `really-word' arg is non-nil.
8875
8876 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8877
8878 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8879 moved to the directory obsolete.
8880
8881 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8882
8883 * info.el (Info-menu-entry-name-re): Allow newlines in
8884 menu entry names.
8885
8886 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8887 syntax-ppss-after-change-function.
8888 (syntax-ppss-after-change-function): New alias. Update uses.
8889 (syntax-ppss): Catch the case where the buffer is narrowed.
8890
8891 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8892
8893 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8894 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8895
8896 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8897
8898 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8899 since it might be modified.
8900
8901 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8902 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8903 names to these language constants.
8904
8905 2003-07-15 Kim F. Storm <storm@cua.dk>
8906
8907 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8908 All uses changed.
8909
8910 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8911
8912 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8913 Namespace support.
8914
8915 2003-07-13 Juanma Barranquero <lektu@terra.es>
8916
8917 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8918 papers received).
8919
8920 2003-07-13 Karl Eichwalder <ke@suse.de>
8921
8922 * textmodes/po.el (po-find-charset): White space at the start of the
8923 Content-Type field body is non-mandatory.
8924
8925 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8926
8927 * textmodes/texinfo.el (texinfo-section-list):
8928 Append appendixsection; a synonym for appendixsec.
8929
8930 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8931
8932 * man.el (Man-translate-cleanup): New.
8933 (Man-translate-references): Call `Man-translate-cleanup' to clean
8934 leading, trailing and middle spaces.
8935
8936 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8937
8938 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8939 Handle `dired-directory' being a list.
8940
8941 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8942
8943 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8944 it doesn't exist.
8945
8946 2003-07-12 Richard M. Stallman <rms@gnu.org>
8947
8948 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8949
8950 * progmodes/cc-defs.el (c-make-keywords-re):
8951 Don't use delete-duplicates.
8952 (c-lang-const): Don't use mapcan.
8953
8954 * apropos.el (apropos-show-scores): Make it customizable.
8955 Document new meaning.
8956 (apropos): Compute scores from symbols.
8957 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8958
8959 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8960
8961 * ps-bdf.el: Fix copyright line.
8962 (bdf-directory-list): Fix initialization code.
8963
8964 2003-07-11 John Paul Wallington <jpw@gnu.org>
8965
8966 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8967 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8968 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8969
8970 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8971
8972 * emacs-lisp/ring.el (ring-elements): Doc fix.
8973
8974 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8975
8976 * calendar/timeclock.el (timeclock-relative)
8977 (timeclock-ask-before-exiting, timeclock-use-display-time):
8978 Doc changes.
8979 (timeclock-modeline-display): Give a message if
8980 `timeclock-use-display-time' is non-nil but `display-time-mode'
8981 is not active.
8982
8983 2003-07-11 Kenichi Handa <handa@m17n.org>
8984
8985 * international/mule-cmds.el (set-language-environment):
8986 Set current-language-environment to the correct string.
8987
8988 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8989
8990 * ps-print.el: Print line number correctly in a region. Reported by
8991 Tim Allen <timallen@ls83.fsnet.co.uk>.
8992 (ps-print-version): New version number (6.6.2).
8993 (ps-printing-region): Code fix.
8994
8995 2003-07-10 John Paul Wallington <jpw@gnu.org>
8996
8997 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8998 this function can be called from `add-completions-from-tags-table'.
8999
9000 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9001
9002 * calendar/timeclock.el (timeclock-use-display-time)
9003 (timeclock-day-over-hook, timeclock-workday-remaining)
9004 (timeclock-status-string, timeclock-when-to-leave)
9005 (timeclock-when-to-leave-string, timeclock-log-data)
9006 (timeclock-find-discrep, timeclock-day-base)
9007 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9008 (timeclock-modeline-display): Set the variable
9009 `timeclock-modeline-display'.
9010 (timeclock-update-modeline): Doc fix. Respect value of
9011 `timeclock-relative'.
9012
9013 2003-07-09 Richard M. Stallman <rms@gnu.org>
9014
9015 * textmodes/reftex-parse.el (reftex-all-document-files):
9016 Add autoload cookie.
9017
9018 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9019 (reftex-scanning-info-available-p): Add autoload cookie.
9020
9021 * international/mule-cmds.el
9022 (set-display-table-and-terminal-coding-system): Delete duplicate
9023 aset on standard-display-table.
9024
9025 * view.el (view-file): If existing buffer's major mode is special,
9026 don't go into view mode.
9027
9028 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9029
9030 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9031
9032 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9033 buffer changes; there's third party code that calls this function
9034 directly.
9035
9036 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9037
9038 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9039 (autodoc-font-lock-keywords): Don't byte compile on font lock
9040 initialization when running from byte compiled files.
9041
9042 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9043
9044 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9045 statement ends with auto-increment "++".
9046
9047 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9048
9049 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9050 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9051 these are changed, so declare them as variables and not constants.
9052
9053 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9054
9055 * subr.el (dolist, dotimes): Doc fix.
9056
9057 2003-07-08 Kim F. Storm <storm@cua.dk>
9058
9059 * international/mule-cmds.el
9060 (set-display-table-and-terminal-coding-system): Don't break
9061 bootstrap if standard-display-table isn't setup yet.
9062
9063 2003-07-07 Richard M. Stallman <rms@gnu.org>
9064
9065 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9066 Give it a doc string, and autoload it.
9067
9068 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9069 Use with-no-warnings.
9070
9071 * info.el (Info-search): If find invisible text, search again.
9072
9073 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9074
9075 * man.el (Man-name-regexp): Match + as part of name.
9076
9077 * simple.el (visible-mode): Rename from vis-mode.
9078 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9079
9080 * simple.el (current-word): New arg REALLY-WORD specifies
9081 don't include punctuation chars.
9082
9083 * emacs-lisp/debug.el (debug, debugger-env-macro):
9084 Use with-no-warnings while accessing and binding unread-command-char.
9085
9086 * international/mule-cmds.el
9087 (set-display-table-and-terminal-coding-system): Use explicit loop
9088 instead of calling standard-display-default.
9089
9090 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9091 Use condition-case to catch error in ange-ftp-get-files.
9092
9093 * net/browse-url.el (browse-url-browser-function):
9094 Add alternative for Epiphany.
9095 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9096 (browse-url-epiphany-startup-arguments)
9097 (browse-url-epiphany-new-window-is-tab): New variables.
9098 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9099
9100 * progmodes/compile.el (compile-auto-highlight): Default now t.
9101 (compile): Doc fix.
9102 (compilation-next-error): Fix previous change.
9103
9104 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9105
9106 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9107
9108 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9109
9110 * gdb-ui.el (gdb-source-info): Display current frame when
9111 attaching to an existing process.
9112 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9113 while laying out windows when attaching to an existing process.
9114
9115 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9116
9117 * info.el (Info-menu): Use Info-menu-entry-name-re.
9118
9119 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9120
9121 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9122 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9123
9124 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9125 to match the same text.
9126
9127 2003-07-06 John Paul Wallington <jpw@gnu.org>
9128
9129 * vc.el (vc-annotate-offset): Move defvar up.
9130
9131 2003-07-06 Kim F. Storm <storm@cua.dk>
9132
9133 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9134 This should fix the infinite loop when extracting menu names.
9135
9136 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9137
9138 * files.el (auto-mode-alist, interpreter-mode-alist):
9139 Remove entries to CC Mode modes to avoid duplicates; they are now added
9140 with autoload directives in cc-mode.el.
9141
9142 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9143
9144 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9145 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9146 these are changed, so declare them as variables and not constants.
9147
9148 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9149 ensure that the entry for ".c" extension comes before the one for
9150 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9151 Fix incorrect entries that were added to `interpreter-mode-alist'.
9152 Move the autoload directives for AWK to the top level since they
9153 aren't recognized anywhere else. Do not use the new AWK mode doc
9154 in the autoload form for the old AWK mode.
9155
9156 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9157
9158 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9159 (bibtex-sort-ignore-string-entries): Default value t.
9160 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9161 erroneously in previous version.
9162 (bibtex-string-files): Docstring reflects new parsing scheme.
9163 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9164 docstring, add # as one of the chars to crush
9165 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9166 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9167 (bibtex-autokey-name-change-strings)
9168 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9169 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9170 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9171 (bibtex-autokey-title-terminators)
9172 (bibtex-autokey-titlewords-stretch)
9173 (bibtex-autokey-titleword-ignore)
9174 (bibtex-autokey-titleword-case-convert)
9175 (bibtex-autokey-titleword-abbrevs)
9176 (bibtex-autokey-titleword-abbrevs)
9177 (bibtex-autokey-titleword-change-strings)
9178 (bibtex-autokey-titleword-length)
9179 (bibtex-autokey-titleword-separator)
9180 (bibtex-autokey-name-year-separator)
9181 (bibtex-autokey-year-title-separator)
9182 (bibtex-autokey-before-presentation-function)
9183 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9184 Fix docstring.
9185 (bibtex-strings, bibtex-reference-keys):
9186 Use lazy-completion-table and make-variable-buffer-local.
9187 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9188 (bibtex-braced-string-syntax-table)
9189 (bibtex-quoted-string-syntax-table): New variables.
9190 (bibtex-parse-nested-braces): Remove.
9191 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9192 (bibtex-parse-association): Simplify.
9193 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9194 (bibtex-parse-field-text): Simplify.
9195 (bibtex-search-forward-field, bibtex-search-backward-field):
9196 argument BOUND can take value t.
9197 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9198 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9199 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9200 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9201 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9202 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9203 and ending of entry. Update for changes of bibtex-search-entry.
9204 Simplify.
9205 (bibtex-map-entries): FUN is called with three arguments.
9206 (bibtex-search-entry): Return a cons pair with buffer positions of
9207 beginning and end of entry.
9208 (bibtex-enclosing-field): Simplify.
9209 (bibtex-format-entry): Use booktitle to set a missing title.
9210 (bibtex-autokey-get-names): Fiddle with regexps.
9211 (bibtex-generate-autokey): Use identity.
9212 (bibtex-parse-keys): Use simplified parsing algorithm if
9213 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9214 arguments. Return alist of keys.
9215 (bibtex-parse-strings): Simplify. Return alist of strings.
9216 (bibtex-complete-string-cleanup): Fix docstring.
9217 (bibtex-read-key): New function.
9218 (bibtex-mode): Fix docstring. Do not parse for keys and
9219 strings when the mode is entered. Set fill-paragraph-function to
9220 bibtex-fill-field. Setup font-lock-mark-block-function the way
9221 font-lock intended.
9222 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9223 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9224 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9225 (bibtex-Preamble): Avoid hard coded constants.
9226 (bibtex-make-field): Fix docstring. Simplify.
9227 (bibtex-beginning-of-entry): Always return new position of point.
9228 (bibtex-end-of-entry): Rearrange cond clauses.
9229 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9230 Update for changes of bibtex-map-entries.
9231 (bibtex-ispell-abstract): Do not move point.
9232 (bibtex-entry-index): Use downcase. Simplify.
9233 (bibtex-lessp): Handle catch-all.
9234 (bibtex-find-crossref): Turn into a command.
9235 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9236 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9237 preamble entries.
9238 (bibtex-fill-field-bounds): New function.
9239 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9240 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9241 (bibtex-String): Use bibtex-strings. Always obey
9242 bibtex-sort-ignore-string-entries.
9243
9244 2003-07-05 John Paul Wallington <jpw@gnu.org>
9245
9246 * cus-theme.el (customize-create-theme):
9247 Call `customize-create-theme' in Reset widget's notify function.
9248
9249 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9250 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9251 (define-ibuffer-column name): Add summarizer.
9252 (define-ibuffer-column size): Likewise.
9253 (define-ibuffer-column filename): Likewise.
9254 (define-ibuffer-column process): Likewise. Change BODY's output too.
9255 (define-ibuffer-column filename-and-process): Likewise, likewise.
9256 (ibuffer): Remove local vars `already-in' and `need-update'.
9257
9258 * ibuf-ext.el: Don't require `derived' at compile-time.
9259
9260 2003-07-05 Kim F. Storm <storm@cua.dk>
9261
9262 * info.el: Disable paragraph refilling.
9263 (Info-refill-paragraphs): New defcustom.
9264 (Info-fontify-node): Use it.
9265
9266 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9267
9268 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9269 thingies from constructors created by defstruct.
9270
9271 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9272 the default value of the variable.
9273 (byte-code-meter): Move declaration to top level.
9274
9275 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9276
9277 * info.el (Info-following-node-name-re): New fun.
9278 (Info-following-node-name): Remove.
9279 (Info-insert-dir): Use the new fun.
9280 (Info-extract-pointer): Don't save restriction; use new fun.
9281 (Info-menu-entry-name-re): New const.
9282 (Info-menu-entry-name-re): Use it along with new fun.
9283 (Info-node-spec-re): Use new fun.
9284 (Info-complete-menu-item, Info-fontify-node): Use new const.
9285 (Info-goto-node, Info-follow-reference, Info-menu-update):
9286 Use match-string.
9287 (Info-follow-reference): Use assoc-string.
9288 Use a list of strings for the completion table.
9289 (Info-fontify-node): Use match-string, line-end-position.
9290 Limit the search for `node:' to the first line.
9291
9292 * newcomment.el (uncomment-region): Remove padding coming from
9293 comment-start rather than just from comment-padding.
9294
9295 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9296 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9297 (vc-cvs-rename-file): Remove (use the default).
9298 (vc-cvs-register): Register parent dir if needed.
9299 (vc-cvs-could-register): Return non-nil if parent can be registered.
9300 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9301 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9302
9303 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9304 (vc-svn-update): Fix the arguments to `svn'.
9305 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9306 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9307 Simple implementations, assuming `name' is a URL.
9308
9309 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9310 set of chars allowed unquoted in a case pattern.
9311
9312 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9313
9314 * font-lock.el (font-lock-extra-types-widget)
9315 (c-font-lock-extra-types, c++-font-lock-extra-types)
9316 (objc-font-lock-extra-types, java-font-lock-extra-types)
9317 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9318 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9319 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9320 (font-lock-match-c++-structor-declaration)
9321 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9322 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9323 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9324 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9325 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9326 (java-font-lock-keywords-3, java-font-lock-keywords)
9327 (java-font-lock-syntactic-face-function): Remove obsolete code
9328 and constants. It's all in cc-fonts.el now.
9329
9330 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9331
9332 * mail/sendmail.el (mail-specify-envelope-from)
9333 (mail-envelope-from): Doc fix.
9334
9335 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9336
9337 * generic-x.el: Do away with the dependency on `c-emacs-features'
9338 when populating `rul-generic-mode-syntax-table'; we already know
9339 this isn't XEmacs.
9340
9341 See ChangeLog.10 for earlier changes.
9342
9343 ;; Local Variables:
9344 ;; coding: iso-2022-7bit
9345 ;; End:
9346
9347 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9348 Copying and distribution of this file, with or without modification,
9349 are permitted provided the copyright notice and this notice are preserved.
9350
9351 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1