* x-dnd.el (x-dnd-protocol-alist): Document update.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2
3 * x-dnd.el (x-dnd-protocol-alist): Document update.
4 (x-dnd-known-types): Defcustom it.
5 (x-dnd-handle-motif): Print message-atom in error message.
6
7 2004-08-30 John Paul Wallington <jpw@gnu.org>
8
9 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
10 strings rather than programatically constructing message.
11
12 2004-08-30 Richard M. Stallman <rms@gnu.org>
13
14 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15 Don't return a string that would read as the wrong character code.
16
17 2004-08-29 Kim F. Storm <storm@cua.dk>
18
19 * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
20 automatic rectangle padding feature; replace by non-destructive
21 virtual rectangle edges feature.
22 (cua-virtual-rectangle-edges): New defcustom.
23 (cua-auto-tabify-rectangles): New defcustom.
24 (cua-paste): If paste into a marked rectangle, insert rectangle at
25 current column, even if virtual; also paste exactly as many lines
26 as has been marked (ignore additional lines or add empty lines),
27 but paste whole source if only one line is marked.
28 (cua--update-indications): No longer use overwrite-cursor to
29 indicate rectangle padding
30
31 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
32 (cua--rectangle-virtual-edges): New defun.
33 (cua--rectangle-get-corners): Remove optional PAD arg.
34 (cua--rectangle-set-corners): Never do padding.
35 (cua--forward-line): Remove optional PAD arg. Simplify.
36 (cua-resize-rectangle-right, cua-resize-rectangle-left)
37 (cua-resize-rectangle-down, cua-resize-rectangle-up):
38 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
39 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
40 (cua--rectangle-move): Never do padding. Simplify.
41 (cua--tabify-start): New defun.
42 (cua--rectangle-operation): Add tabify arg. All callers changed.
43 (cua--pad-rectangle): Remove.
44 (cua--delete-rectangle): Handle delete with virtual edges.
45 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
46 (cua--insert-rectangle): Handle insert at virtual column.
47 Perform auto-tabify if necessary.
48 (cua--activate-rectangle): Remove optional FORCE arg.
49 Never do padding. Simplify.
50 (cua--highlight-rectangle): Enhance for virtual edges.
51 (cua-toggle-rectangle-padding): Remove command.
52 (cua-toggle-rectangle-virtual-edges): New command.
53 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
54 (cua--rectangle-post-command): Don't force rectangle padding.
55 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
56
57 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
58
59 * indent.el (edit-tab-stops-buffer): Doc fix.
60
61 2004-08-28 Richard M. Stallman <rms@gnu.org>
62
63 * progmodes/grep.el (grep-default-command): Use find-tag-default.
64 (grep-tag-default): Function deleted.
65
66 * subr.el (find-tag-default): Moved from etags.el.
67
68 * progmodes/etags.el (find-tag-default): Moved to subr.el.
69
70 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
71 into the basic character if it has an uppercase form.
72
73 2004-08-27 Kenichi Handa <handa@m17n.org>
74
75 * international/utf-8.el (utf-8-post-read-conversion): If the
76 buffer is unibyte, temporarily make it multibyte.
77
78 2004-08-27 Masatake YAMATO <jet@gyve.org>
79
80 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
81
82 2004-08-25 John Paul Wallington <jpw@gnu.org>
83
84 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
85 0, 1, and many mismatches in message.
86 (tex-start-shell): Use `set-process-query-on-exit-flag'.
87
88 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
89 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
90
91 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
94 vc-diff-switches differently.
95
96 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
97
98 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
99 before and a real defvar after
100 `speedbar-supported-extension-expressions'. This is to silence
101 the compiler without breaking bootstrapping.
102
103 2004-08-22 Richard M. Stallman <rms@gnu.org>
104
105 * textmodes/flyspell.el (flyspell-word):
106 Use set-process-query-on-exit-flag.
107 (flyspell-highlight-duplicate-region): Take POSS as arg.
108 (flyspell-word): Pass POSS as arg.
109
110 * progmodes/ada-xref.el: Many doc and style fixes.
111 (ada-find-any-references): Use compilation-start.
112 (ada-get-ali-file-name): Improve error msg.
113 (ada-get-ada-file-name): Likewise.
114
115 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
116 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
117
118 * mail/mail-extr.el (mail-extr-all-top-level-domains):
119 Add forward defvar.
120
121 * whitespace.el (global-whitespace-mode): New alias
122 for whitespace-global-mode.
123
124 * speedbar.el (speedbar-file-regexp): Definition moved up.
125 (speedbar-mode, speedbar-set-mode-line-format):
126 Use with-no-warnings.
127 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
128
129 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
130 controls whether to display the error buffer.
131
132 * ps-mule.el: Delete compatibility code for old Emacses.
133 (ps-mule-find-wrappoint): Don't use chars-in-region.
134
135 * frame.el (display-mouse-p, display-selections-p):
136 Use with-no-warnings.
137
138 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
139
140 2004-08-22 David Kastrup <dak@gnu.org>
141
142 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
143 information.
144
145 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
146
147 2004-08-22 Andreas Schwab <schwab@suse.de>
148
149 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
150
151 2004-08-22 Masatake YAMATO <jet@gyve.org>
152
153 * cvs-status.el (cvs-status-checkout): New function.
154 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
155
156 2004-08-21 David Kastrup <dak@gnu.org>
157
158 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
159 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
160 has been converted to use hashtables, the relation `nil=none' is
161 no longer valid, as `nil' is not a hashtable. This patch tries to
162 reduce the number of resulting errors.
163
164 2004-08-21 John Paul Wallington <jpw@gnu.org>
165
166 * subr.el (process-kill-without-query): Made obsolete in
167 version 21.4, not 21.5.
168
169 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
170 (vc-previous-comment, vc-next-comment)
171 (vc-comment-search-reverse, vc-comment-search-forward)
172 (vc-comment-to-change-log): Likewise.
173
174 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
175
176 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
177
178 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
179 Correct indentation of DEFMETHODS with non-standard method
180 combinations (e.g., PROGN, MIN, MAX).
181
182 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * startup.el (normal-top-level-add-subdirs-to-load-path):
185 Avoid unnecessarily checking system-type.
186 (normal-top-level): Set TERM to "dumb". Simplify.
187
188 * avoid.el (mouse-avoidance-ignore-p): New fun.
189 Also ignore switch-frame, select-window, double, and triple clicks.
190 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
191 (mouse-avoidance-fancy-hook): Use it.
192
193 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
194
195 * avoid.el (mouse-avoidance-nudge-mouse)
196 (mouse-avoidance-banish-destination): Stay within the current window
197 to avoid problems with mouse-autoselect-window.
198
199 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
202 the newer format of some messages in cvs-1.12.1.
203
204 2004-08-19 Masatake YAMATO <jet@gyve.org>
205
206 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
207 (elp-results-jump-to-definition-by-mouse)
208 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
209 (elp-output-result): Use elp-output-insert-symname.
210
211 2004-08-18 Kenichi Handa <handa@m17n.org>
212
213 * language/cyrillic.el: Register koi8-r in
214 ctext-non-standard-encodings-alist.
215 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
216
217 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
218
219 * emacs-lisp/copyright.el (copyright-update-year): Delete code
220 that replaces 20xy with xy.
221
222 2004-08-17 John Paul Wallington <jpw@gnu.org>
223
224 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
225 (reb-force-update): Doc fix.
226
227 2004-08-16 Richard M. Stallman <rms@gnu.org>
228
229 * progmodes/which-func.el (which-func-update-1): Doc fix.
230
231 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
232 (sh-mode-abbrev-table): New variable.
233
234 * progmodes/compile.el (compilation-mode): Doc fix.
235
236 * emacs-lisp/lisp-mode.el (eval-last-sexp):
237 Don't cons a new symbol each time.
238 (eval-last-sexp-fake-value): New variable.
239
240 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
241 (copyright-update-year): Detect continuation of list of years.
242
243 * term.el (term-default-fg-color, term-default-bg-color)
244 (ansi-term-color-vector): Use `unspecified', not nil, as default.
245
246 * imenu.el: Several doc fixes: don't say variables are buffer-local.
247
248 2004-08-16 Davis Herring <herring@lanl.gov>
249
250 * isearch.el (isearch-string, isearch-message-string, isearch-point)
251 (isearch-success, isearch-forward-flag, isearch-other-end)
252 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
253 (isearch-barrier, isearch-within-brackets)
254 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
255
256 2004-08-16 Kenichi Handa <handa@m17n.org>
257
258 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
259
260 2004-08-15 Kenichi Handa <handa@m17n.org>
261
262 * term/x-win.el (x-selection-value): If utf8 was successful but
263 ctext was not, use utf8 string.
264
265 2004-08-14 Davis Herring <herring@lanl.gov>
266
267 * isearch.el: Remove accidental changes of March 4. Fix backing
268 up when a regexp isearch is made more general. Use symbolic
269 accessor functions for isearch stack frames to make usage clearer.
270 (search-whitespace-regexp): Made groups in documentation shy (as
271 is the group in the default value).
272 (isearch-fallback): New function, addresses problems with regexps
273 liberalized by `\|', adds support for liberalization by `\}' (the
274 general repetition construct), and incorporates behavior for
275 `*'/`?'.
276 (isearch-}-char): New command, calls `isearch-fallback' with
277 arguments appropriate to a typed `}'.
278 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
279 appropriately.
280 (isearch-mode-map): Bind `}' to `isearch-}-char'.
281 (isearch-string, isearch-message,string, isearch-point)
282 (isearch-success, isearch-forward-flag, isearch-other-end)
283 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
284 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
285 New inline functions to read fields of a stack frame.
286
287 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
288
289 * battery.el (battery-linux-proc-acpi): Look into battery
290 directories matching the literal string "CMB", too (required for
291 Linux kernel version 2.6.7).
292
293 2004-08-14 John Paul Wallington <jpw@gnu.org>
294
295 * cus-start.el (read-file-name-completion-ignore-case): Add.
296 (blink-cursor-alist): Change version to "21.4".
297
298 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
299
300 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
301
302 * speedbar.el (speedbar-scan-subdirs): New option.
303 (speedbar-file-lists): Don't ignore file-name case on Unix and use
304 dolist.
305 (speedbar-insert-files-at-point): Take an extra argument and use
306 it to optionally find out if a subdir is empty. Also unreadable
307 files don't get expand buttons.
308 (speedbar-directory): New image (unused pixmap already existed).
309 (speedbar-expand-image-button-alist): Use it.
310
311 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
312
313 CC Mode update to 5.30.9:
314
315 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
316 Move from cc-vars to cc-defs for dependency reasons. Fix the
317 POSIX char class test to check that it works in
318 `skip-chars-(forward|backward)' too.
319
320 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
321 first argument starts with a special brace list.
322
323 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
324 when `c-opt-type-concat-key' is used (i.e. in Pike).
325
326 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
327 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
328 >)".
329
330 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
331 whitespace safe.
332
333 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
334 position for `arglist-intro', `arglist-cont-nonempty' and
335 `arglist-close' when there are two arglist open parens on the same
336 line and there's nothing in front of the first.
337
338 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
339 locking of qualified names in Java, which previously could fontify
340 common indexing expressions in many cases. The standard Java
341 naming conventions are used to tell them apart.
342
343 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
344 Fix inconsistency wrt opening parens on the first line inside a paren
345 block.
346
347 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
348 compile time for the sake of `c-major-mode-is'.
349
350 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
351 `c-major-mode-is' in the event that this is used inside a
352 `c-lang-defconst'.
353
354 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
355 `c-lang-defconst' so that it works better with fallback languages.
356
357 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
358 it to fail to record the base mode.
359
360 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
361 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
362 is used. Reordered the syntax checks to get more efficient
363 skipping in some situations.
364
365 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
366 continuation which might precede the newly inserted '{'.
367
368 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
369 Fix cases where it could loop indefinitely.
370
371 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
372 size specs correctly. Only fontify identifiers in front of '('
373 with as functions - don't accept any paren char. Tightened up
374 initializer skipping to stop before function and class blocks.
375
376 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
377 the point could be left directly after an open paren when finding
378 the beginning of the first decl in the block.
379
380 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
381 table when filtering out legitimate open parens to be recorded.
382 This could cause cache inconsistencies when e.g.
383 `c++-template-syntax-table' was temporarily in use.
384
385 * progmodes/cc-engine.el (c-on-identifier)
386 (c-simple-skip-symbol-backward): Small fix for handling "-"
387 correctly in `skip-chars-backward'. Affected the operator lfun
388 syntax in Pike.
389
390 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
391 Fix bug that could cause an error from `after-change-functions' when
392 the changed region is at bob.
393
394 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
395
396 CC Mode update to 5.30.9:
397
398 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
399 to say that <TAB> doesn't insert WS into a CPP line.
400 (c-indent-command, c-tab-always-indent): Amend doc strings.
401
402 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
403 checks for user errors, thus eliminating cryptic and unhelpful
404 Emacs error messages. (1) Check the arg to `c-set-style' is a
405 string. (2) Check that settings to `c-offsets-alist' are not
406 spuriously quoted.
407
408 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
409 which precedes the newly inserted `{'.
410
411 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
412
413 Sync with Tramp 2.0.44.
414
415 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
416 function "tramp_file_attributes". Otherwise, file names
417 containing spaces are misinterpreted. Reported by Magnus Henoch
418 <mange@freemail.hu>.
419 (tramp-handle-file-truename): FILENAME must be expanded first.
420 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
421 obscure results. Reported by D. Goel <deego@gnufans.org>.
422 (tramp-handle-verify-visited-file-modtime): If file does not
423 exist, say it is not modified if and only if that agrees with the
424 buffer's record. Check whether a file is visiting the buffer, or
425 the buffer has no recorded last modification time. Return t in
426 case the visiting file doesn't exist. Suggested by Luc Teirlinck
427 <teirllm@auburn.edu>.
428 (tramp-handle-write-region): Pass modtime explicitely to
429 `set-visited-file-modtime', because filename can be different
430 from (buffer-file-name) if `file-precious-flag' is set.
431 `set-visited-file-modtime' must be called always when `visit' is t
432 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
433 (tramp-handle-set-visited-file-modtime): If `time-list' is not
434 nil, don't apply the whole body. If the file doesn't exists, set
435 modtime to '(-1 65535). Suggested by Luc Teirlinck
436 <teirllm@auburn.edu>.
437
438 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
439
440 * help.el (describe-bindings): Doc fix.
441
442 * subr.el (kbd): Doc fix.
443
444 2004-08-08 John Paul Wallington <jpw@gnu.org>
445
446 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
447 instead of `string-to-int'.
448 (define-ibuffer-column mode): Fix indentation.
449
450 2004-08-08 Lars Hansen <larsh@math.ku.dk>
451
452 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
453
454 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
455
456 * subr.el (global-unset-key, local-unset-key): Doc fixes.
457
458 * novice.el (disabled-command-function): New variable renamed from
459 `disabled-command-hook'.
460 (disabled-command-hook): Keep the _variable_ as alias for
461 `disabled-command-function' and make obsolete.
462 (disabled-command-function): Function renamed from
463 `disabled-command-hook'. Adapt code to name change of the variable.
464
465 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
466
467 * simple.el (completion-root-regexp): New defvar.
468 (completion-setup-function): Use it instead of a literal string.
469
470 2004-08-07 John Paul Wallington <jpw@gnu.org>
471
472 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
473 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
474 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
475 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
476
477 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
478
479 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
480 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
481
482 2004-08-04 Kenichi Handa <handa@m17n.org>
483
484 * international/encoded-kb.el (encoded-kbd-setup-keymap):
485 Fix previous change.
486
487 2004-08-03 Kenichi Handa <handa@m17n.org>
488
489 * international/encoded-kb.el: The following changes are to
490 utilize key-translation-map instead of minor mode map.
491 (encoded-kbd-iso2022-non-ascii-map): Delete it.
492 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
493 (encoded-kbd-last-key): New function.
494 (encoded-kbd-iso2022-single-shift): New function.
495 (encoded-kbd-iso2022-designation)
496 (encoded-kbd-self-insert-iso2022-7bit)
497 (encoded-kbd-self-insert-iso2022-8bit)
498 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
499 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
500 key-translation-map.
501 (encoded-kbd-setup-keymap): Setup key-translation-map.
502 (saved-key-translation-map): New variable.
503 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
504 for the change of encoded-kbd-setup-keymap.
505
506 2004-08-02 Kim F. Storm <storm@cua.dk>
507
508 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
509 and call compute-motion with nil for topos and width to get proper
510 usable width and height for both window and non-window systems.
511
512 * windmove.el (windmove-coordinates-of-position): Let compute-motion
513 calculate usable window width and height.
514
515 * window.el (window-buffer-height): Call compute-motion with nil width.
516
517 2004-08-01 David Kastrup <dak@gnu.org>
518
519 * replace.el (query-replace-read-from):
520 Use `query-replace-compile-replacement'.
521 (query-replace-compile-replacement): New function.
522 (query-replace-read-to): Use `query-replace-compile-replacement'
523 for repeating the last command.
524
525 2004-08-01 John Paul Wallington <jpw@gnu.org>
526
527 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
528 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
529 (pr-switches): Remove period from end of error messages.
530
531 * help-mode.el (help-go-back): Likewise.
532
533 * abbrev.el (only-global-abbrevs): Doc fix.
534 (edit-abbrevs-map): Define within defvar.
535 (quietly-read-abbrev-file): Doc fix.
536
537 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
538
539 * novice.el (enable-command, disable-command): Doc fixes.
540
541 * subr.el (event-modifiers, event-basic-type): Doc fixes.
542
543 2004-07-30 Richard M. Stallman <rms@gnu.org>
544
545 * subr.el (with-local-quit): Doc fix.
546
547 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
548
549 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
550
551 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
552
553 * custom.el (defcustom): Doc fix.
554
555 2004-07-28 Masatake YAMATO <jet@gyve.org>
556
557 * progmodes/etags.el (etags-tags-apropos): Show building progress.
558
559 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * imenu.el (imenu-prev-index-position-function)
562 (imenu-extract-index-name-function, imenu-name-lookup-function)
563 (imenu--index-alist): Docstring redundancy fix.
564
565 2004-07-25 Lars Hansen <larsh@math.ku.dk>
566
567 * wdired.el (wdired-finish-edit): Require dired-aux before locally
568 binding dired-backup-overwrite.
569
570 2004-07-25 John Paul Wallington <jpw@gnu.org>
571
572 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
573
574 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
575
576 * term/tty-colors.el (tty-color-approximate): Doc fix.
577
578 * select.el (x-get-selection, x-set-selection): Doc fixes.
579
580 * frame.el (make-frame): Doc fix.
581
582 2004-07-24 Richard M. Stallman <rms@gnu.org>
583
584 * mail/rmail.el (rmail-mime-charset-pattern):
585 Don't include semicolon in the charset value.
586
587 * replace.el (occur-next-error): Call set-window-point.
588 (occur-engine): Handle negative NLINES.
589
590 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
591
592 * frame.el (modify-all-frames-parameters): Minor doc fix.
593 (set-frame-configuration): Doc fix.
594
595 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
596
597 * simple.el (completion-setup-function): Compute the common parts
598 and the first difference place correctly when
599 partial-completion-mode is on.
600
601 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
602
603 * ps-print.el: Doc fix.
604 (ps-print-version): New version 6.6.5.
605 (ps-printing-region): Doc fix.
606 (ps-generate-string-list): Comment fix.
607 (ps-message-log-max): Code fix.
608
609
610 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
611
612 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
613 generated PostScript.
614
615 2004-07-22 Kim F. Storm <storm@cua.dk>
616
617 * progmodes/make-mode.el: Fix comments.
618
619 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
620
621 * printing.el: Doc fix.
622
623 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
624
625 * frame.el (modify-all-frames-parameters): Minor doc fix.
626
627 2004-07-20 Richard M. Stallman <rms@gnu.org>
628
629 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
630 (fill-delete-newlines): Call sentence-end as function.
631 (fill-nobreak-p, canonically-space-region): Likewise.
632 (fill-nobreak-p): If this break point is at the end of the line,
633 don't consider the newline which follows as a reason to return t.
634
635 2004-07-19 John Paul Wallington <jpw@gnu.org>
636
637 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
638
639 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
640
641 * dired-aux.el (dired-do-kill-lines): Expand docstring.
642 Delete irrelevant code.
643
644 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
645
646 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
647 New docstring. From Luc Teirlinck.
648
649 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
650
651 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
652 section.
653 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
654 non-file buffers. We know it is nil.
655
656 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
657
658 Sync with Tramp 2.0.43.
659
660 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
661 outdated comment.
662 (tramp-locked, tramp-locker): New variables for implementing a
663 global lock.
664 (tramp-sh-file-name-handler): Use them to implement the global
665 lock.
666
667 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
668
669 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
670 calls to respective `xxx` calls.
671 (tramp-process-alive-regexp): Precise doc string.
672 (tramp-multi-action-process-alive): New defun.
673 (tramp-multi-actions): Use it.
674 (tramp-handle-find-backup-file-name): `copy-tree' is available
675 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
676 in order to avoid this function.
677 (tramp-handle-write-region): Set current buffer. If connection
678 wasn't open, `file-modes' has changed it accidently. Reported by
679 David Kastrup <dak@gnu.org>.
680 (tramp-enter-password, tramp-read-passwd): New arguments USER and
681 HOST.
682 (tramp-action-password, tramp-multi-action-password): Apply it.
683 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
684 name must still contain the port number. Otherwise, we have two
685 Tramp buffers, with all the confusion. Reported by Myron Selby
686 <myron@xytech.com> and Rolf Dubitzky
687 <Dubitzky@physi.uni-heidelberg.de>.
688
689 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
690 HOST to `tramp-enter-passwd'.
691
692 * net/tramp-vc.el (all): Code cleanup. Change all
693 `tramp-handle-xxx' calls to respective `xxx` calls.
694
695 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
696
697 * emacs-lisp/testcover.el: New category "potentially-1valued" for
698 functions that are not erroneous if either 1-valued or
699 multi-valued. Detect functions in this class.
700 (testcover-1value-functions, testcover-compose-functions,
701 testcover-progn-functions) Added some additional functions to lists.
702 (testcover-mark): Bugfix when marking up the definition for an
703 empty function.
704
705 2004-07-17 Richard M. Stallman <rms@gnu.org>
706
707 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
708
709 * mail/footnote.el (footnote-section-tag): Use defcustom.
710
711 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
712 Compile font-lock-keywords, not KEYWORDS.
713 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
714 Add warn, check-type. Handle cerror like error.
715
716 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
717
718 * progmodes/which-func.el (which-func-keymap): New var.
719 (which-func-face): New face.
720 (which-func-format): Use them.
721
722 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
723
724 * buff-menu.el (list-buffers-noselect): Append the buffer's
725 process status to its mode name.
726
727 2004-07-16 Kim F. Storm <storm@cua.dk>
728
729 * simple.el (inhibit-mark-movement): New defvar.
730 (beginning-of-buffer, end-of-buffer): Do not push mark if
731 inhibit-mark-movement is non-nil or C-u prefix is given.
732
733 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
734 Init to beginning-of-buffer and end-of-buffer.
735 (cua--undo-push-mark): New defvar.
736 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
737 already active and command is in cua--preserve-mark-commands.
738 Also fix check for shift modifier on non-window systems.
739 (cua--post-command-handler): Clear inhibit-mark-movement if set.
740
741 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
742
743 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
744 of two integers, instead of a cons.
745
746 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
747 `visited-file-modtime' now returns a list of two integers, instead
748 of a cons.
749
750 * dired.el (dired-directory-changed-p): Ditto.
751
752 * progmodes/grep.el (grep): Doc fix.
753
754 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
755
756 * autorevert.el (auto-revert-tail-mode)
757 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
758 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
759 in both at the same time.
760 (auto-revert-tail-mode): New command.
761 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
762 (auto-revert-handler): Revert only either tail or whole file.
763
764 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
765 add auto-revert-tail-mode.
766
767 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
768
769 * printing.el: Doc fix. Change name of some funs.
770 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
771 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
772 (pr-standard-file-name): New fun. Replace pr-standard-path.
773 (pr-call-process): Code fix.
774
775 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
776
777 * subr.el (with-selected-window): Doc fix.
778
779 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
780
781 * subr.el (get-buffer-window-list): Doc fix.
782
783 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
784
785 * files.el (switch-to-buffer-other-window): Doc fix.
786
787 * window.el (save-selected-window, one-window-p)
788 (split-window-keep-point, split-window-vertically)
789 (split-window-horizontally): Doc fixes.
790
791 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
792
793 * printing.el: Doc fix. Now it uses call-process instead of
794 shell-command for low command execution.
795 (pr-version): New version number (6.8).
796 (pr-shell-file-name): Option removed.
797 (pr-shell-command): Fun removed.
798 (pr-call-process): New fun. Replace pr-shell-command.
799 (pr-standard-path, pr-remove-nil-from-list): New funs.
800 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
801 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
802 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
803 (pr-ps-utility-process, pr-txt-print): Code fix.
804
805 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
806
807 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
808 boolean.
809
810 2004-07-09 Lars Hansen <larsh@math.ku.dk>
811
812 * wid-edit.el (widget-field-buffer): Doc fix.
813
814 2004-07-09 John Paul Wallington <jpw@gnu.org>
815
816 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
817 between one and several matches in message.
818
819 2004-07-09 Richard M. Stallman <rms@gnu.org>
820
821 * mouse.el (mouse-set-region-1): If transient-mark-mode
822 is `identity', change it to `only'.
823
824 * simple.el (current-word): Doc fix.
825
826 2004-07-09 Mark A. Hershberger <mah@everybody.org>
827
828 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
829 so that it is more understanding of whitespace.
830
831 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
832 form
833 (("ns" . "element") (attr-list) children) instead of
834 ((:ns . "element") (attr-list) children) in order to reduce the
835 number of symbols used.
836 (xml-skip-dtd): Change to use xml-parse-dtd but set
837 xml-validating-parsing to nil.
838 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
839 (xml-substitute-entity): Remove in favor of new entity substitution.
840 (xml-substitute-special): Rewrite in to substitute complex
841 entities from DOCTYPE declarations.
842 (xml-parse-fragment): Parse fragments from entity deleclarations.
843 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
844 (xml-parse-dtd, xml-substitute-special): Make validity checks
845 conditioned on xml-validating-parser. Add "Not Well Formed" to
846 error messages about well-formedness.
847
848 2004-07-08 Steven Tamm <steventamm@mac.com>
849
850 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
851 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
852 Do not treat double clicks and triple clicks specially in the
853 scroll bar (preventing strange repositioning problems)
854
855 2004-07-06 Stefan <monnier@iro.umontreal.ca>
856
857 * replace.el (query-replace-regexp-eval): Fix last change.
858
859 2004-07-05 Stefan <monnier@iro.umontreal.ca>
860
861 * replace.el (query-replace-descr): New fun.
862 (query-replace-read-from, query-replace-read-args): Default to the
863 previous from&to.
864 (query-replace-read-to): Quote the `from' string when displaying it.
865 (query-replace-regexp-eval): Immediately check read-only status.
866 Use query-replace-read-from to get the \n checking.
867 Quote the `from' string when displaying it.
868 (map-query-replace-regexp, occur-read-primary-args):
869 Quote the `from' string when displaying it.
870
871 * isearch.el (isearch-query-replace): Pass the regexp-ness and
872 delimited-ness of the search to query-replace.
873
874 * replace.el (query-replace-read-from, query-replace-read-to):
875 New funs extracted from query-replace-read-args.
876 (query-replace-read-args): Use them.
877
878 * replace.el (query-replace-interactive, query-replace-read-args):
879 Remove the `initial' special value.
880 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
881 (occur-engine): Remove unused var `matchend'.
882
883 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
884 Use the search string without prompting.
885
886 2004-07-05 Kenichi Handa <handa@m17n.org>
887
888 * international/mule.el (decode-coding-inserted-region):
889 Set last-coding-system-used only when coding is nil.
890
891 2004-07-03 Eli Zaretskii <eliz@gnu.org>
892
893 * progmodes/grep.el (grep-compute-defaults, grep-command)
894 (grep-program, find-program, grep-find-use-xargs, grep-history)
895 (grep-find-history, grep-tag-default, grep-find-command)
896 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
897 Add autoload cookies, for unbundled packages that load `compile'
898 and expect all grep-related symbols to become defined.
899
900 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
901
902 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
903 (iimage-mode-image-search-path): New user option to search the
904 image file.
905 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
906 have locate-file.
907 (iimage-mode-buffer): Use it.
908
909 2004-07-03 Nick Roberts <nickrob@gnu.org>
910
911 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
912 carefully.
913 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
914
915 2004-07-03 Juri Linkov <juri@jurta.org>
916
917 * replace.el (query-replace-read-args): Swallow space after 'foo,
918 not after (quote foo). Match space only immediately after symbol,
919 not anywhere in the whole string.
920
921 2004-07-02 Richard M. Stallman <rms@gnu.org>
922
923 * replace.el (query-replace-read-args): Swallow space after
924 symbols, not after closeparens. But avoid error if string ends there.
925
926 * progmodes/python.el (python-beginning-of-statement):
927 Exit the loop if backward-up-list gets error.
928
929 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
930
931 2004-07-02 Andre Spiegel <spiegel@gnu.org>
932
933 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
934 only if vc-consult-headers is non-nil.
935
936 2004-07-02 Juri Linkov <juri@jurta.org>
937
938 * pcvs.el (cvs-mode-diff-repository): New command.
939
940 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
941
942 2004-07-01 Juri Linkov <juri@jurta.org>
943
944 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
945 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
946 C-M-% to isearch-query-replace-regexp.
947 (minibuffer-local-isearch-map): Add arrow key bindings.
948 Bind C-f to isearch-yank-char-in-minibuffer.
949 (isearch-forward): Doc fix.
950 (isearch-edit-string): Doc fix.
951 (isearch-query-replace, isearch-query-replace-regexp): New funs.
952 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
953 (isearch-yank-char): Add optional arg.
954 (isearch-yank-char-in-minibuffer): New fun.
955
956 * replace.el (query-replace-interactive): Change type from boolean
957 to choice. Add value `initial'.
958 (query-replace-read-args): Handle value `initial' of
959 query-replace-interactive.
960
961 2004-06-29 Kim F. Storm <storm@cua.dk>
962
963 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
964 (breakpoint-disabled-bitmap-face): Add :group 'gud.
965
966 * progmodes/ada-xref.el (ada-tight-gvd-integration):
967 Add :group 'ada.
968
969 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
970
971 2004-06-29 Juri Linkov <juri@jurta.org>
972
973 * replace.el (query-replace-read-args): Swallow a space after
974 everything except )]" which in most cases means after a symbol.
975
976 * emacs-lisp/pp.el (pp-buffer): Add autoload.
977
978 2004-06-28 Richard M. Stallman <rms@gnu.org>
979
980 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
981 More changes to go with previous change in font-lock.el.
982
983 2004-06-26 David Kastrup <dak@gnu.org>
984
985 * replace.el (perform-replace): Highlight the match even in
986 non-query mode if there is potential replace string editing.
987
988 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
989
990 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
991 agree with new return value of `file-remote-p'.
992 This syncs with Tramp 2.0.42.
993
994 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
995 according to new documentation of `file-remote-p'.
996
997 * files.el (file-remote-p): Fix doc to say that return value is
998 identification of remote system, if not nil.
999 (file-relative-name): Use new return value of `file-remote-p'.
1000
1001 2004-06-26 Nick Roberts <nickrob@gnu.org>
1002
1003 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1004 (gdb-goto-breakpoint): Fix breakage.
1005
1006 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1007
1008 * man.el (Man-getpage-in-background): Add windows-nt to the list
1009 of systems where shell-file-name should be used instead of
1010 literal "sh".
1011
1012 2004-06-25 Sam Steingold <sds@gnu.org>
1013
1014 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1015 function names `(setf symbol)'.
1016
1017 2004-06-24 Richard M. Stallman <rms@gnu.org>
1018
1019 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1020
1021 * font-lock.el (font-lock-keywords): Change format of compiled values.
1022 Document it.
1023 (font-lock-add-keywords): If font-lock-keywords is compiled,
1024 extract the uncompiled version, modify, then recompile.
1025 (font-lock-remove-keywords): Likewise.
1026 (font-lock-fontify-keywords-region): Handle changed format.
1027 (font-lock-compile-keywords): Handle changed format.
1028 (font-lock-set-defaults): Compile the keywords explicitly here.
1029
1030 2004-06-24 David Kastrup <dak@gnu.org>
1031
1032 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1033 replacements here.
1034 (query-replace-regexp): Doc string explaining this and the new
1035 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1036 is better placed in `query-replace-read-args'.
1037 (replace-regexp): Explain `\,', `\#' and `\?'.
1038 (replace-match-data): New function for thorough reuse/destruction
1039 of old match-data.
1040 (replace-match-maybe-edit): Function for implementing `\?' editing.
1041 (perform-replace): Fix maintaining of the match stack including
1042 already matched regions, implement `\?', fix various problems
1043 with regions while editing and other stuff.
1044 (replace-highlight): Simplify.
1045
1046 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1047
1048 * progmodes/grep.el (grep-error-screen-columns): New variable.
1049 (grep-regexp-alist): Give it the full functionality of gnu style
1050 compilation messages with line and column ranges. Ask me for the
1051 perl script I'm working on, that uses these.
1052
1053 2004-06-23 Nick Roberts <nickrob@gnu.org>
1054
1055 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1056 Remove.
1057 (comint-insert-input, comint-mouse-insert-input): New functions
1058 based on comint-insert-clicked-input for two bindings but just
1059 one functionality.
1060
1061 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1062
1063 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1064
1065 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1066
1067 * files.el (write-contents-functions): Doc fix.
1068
1069 2004-06-21 Juanma Barranquero <lektu@terra.es>
1070
1071 * image.el (image-library-alist): Rewrite docstring in active voice.
1072
1073 2004-06-20 Richard M. Stallman <rms@gnu.org>
1074
1075 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1076
1077 * isearch.el (isearch-repeat): Avoid testing old match data.
1078 (isearch-message): Display trailing space in special font
1079 when search is failing.
1080 (isearch-search-fun-function): Doc fix.
1081
1082 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1083
1084 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1085
1086 * frame.el (show-trailing-whitespace): Doc fix.
1087
1088 * cus-edit.el (custom-variable-documentation): New function.
1089 (custom-variable): Use it.
1090
1091 2004-06-19 Nick Roberts <nickrob@gnu.org>
1092
1093 * man.el (Man-getpage-in-background): Revert previous change but
1094 make cygwin a special case.
1095
1096 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1097
1098 * autorevert.el (global-auto-revert-non-file-buffers):
1099 Update docstring.
1100
1101 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1102
1103 * progmodes/compile.el (compilation-error-properties): Store one
1104 more than end-col, if present, so that transient-mark-mode will
1105 highlight last char too.
1106 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1107 ranges, if present.
1108
1109 2004-06-18 Jason Rumney <jasonr@gnu.org>
1110
1111 * makefile.w32-in: Double percent signs in for loops.
1112
1113 2004-06-17 David Kastrup <dak@gnu.org>
1114
1115 * replace.el (query-replace-read-args): Only warn about use of \n
1116 and \t when we are doing a regexp replacement and the actual
1117 escaped character is n or t.
1118 (query-replace-regexp): Add \, and \# interpretation to
1119 interactive call and document it.
1120 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1121 as shortkey for replace-count.
1122 (replace-quote): New function for doubling backslashes.
1123
1124 2004-06-17 Juanma Barranquero <lektu@terra.es>
1125
1126 * files.el (parse-colon-path, cd): Mention in docstring that the
1127 path separator is colon in GNU-like systems.
1128
1129 * newcomment.el (comment-region-internal): Fix docstring.
1130
1131 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1132 (ewoc-invalidate, ewoc-collect): Doc fixes.
1133 (ewoc--create-node, ewoc--delete-node-internal):
1134 Fix typos in docstring.
1135
1136 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1137
1138 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1139 manual to docstring.
1140
1141 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1142
1143 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1144
1145 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1146
1147 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1148 Add hyperlink to emacs-xtra manual to docstring.
1149
1150 * autorevert.el (global-auto-revert-non-file-buffers):
1151 Add hyperlink to emacs-xtra manual to docstring, as well as an
1152 info-link.
1153
1154 2004-06-14 Juanma Barranquero <lektu@terra.es>
1155
1156 * image.el (image-library-alist): New variable to map image types
1157 to external libraries. Initialized to nil, unless system-specific
1158 configs change it.
1159 (image-type-available-p): Determine whether an image type is
1160 available by calling `init-image-library'.
1161
1162 * term/w32-win.el (image-library-alist): Initialize to a known set
1163 of probable library names.
1164
1165 2004-06-14 Kenichi Handa <handa@m17n.org>
1166
1167 * international/code-pages.el (windows-1256, cp1125): Fix tables
1168 for several characters.
1169
1170 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1171
1172 2004-06-13 Richard M. Stallman <rms@gnu.org>
1173
1174 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1175
1176 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1177 not "`pc-selection-mode'".
1178
1179 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1180
1181 * simple.el (previous-matching-history-element): Specify a default.
1182
1183 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1184
1185 * cus-face.el (custom-declare-face): Simplify code.
1186
1187 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1188
1189 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1190
1191 * files.el (before-save-hook): Add `time-stamp' to the options.
1192
1193 * time-stamp.el (time-stamp): Recommend adding it to
1194 `before-save-hook', rather than `write-file-functions'.
1195 Make a similar change in `Commentary' section.
1196
1197 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1198
1199 * diff-mode.el (diff-current-defun): If at start of hunk, use
1200 position of first change.
1201
1202 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1203
1204 * dired-x.el (dired-mark-omitted): Bind to "*O".
1205
1206 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1207
1208 * bookmark.el (bookmark-bmenu-relocate): New function, as
1209 suggested by David J. Biesack <David.Biesack@sas.com>.
1210 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1211 (bookmark-bmenu-mode): Describe binding in doc string.
1212 (bookmark-set-filename): Save the bookmark list if it's time.
1213
1214 2004-06-13 Kenichi Handa <handa@m17n.org>
1215
1216 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1217 (ccl-untranslated-to-ucs): Fix typo.
1218
1219 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1220
1221 * progmodes/python.el (python-open-block-statement-p):
1222 Fix indentation after a block opening that contains a comment.
1223
1224 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1225
1226 * bindings.el (completion-ignored-extensions): Add file extensions
1227 of Python byte-compiled files.
1228
1229 2004-06-12 Juri Linkov <juri@jurta.org>
1230
1231 * info.el (Info-goto-node): Add autoload.
1232 (Info-toc): Add substring-no-properties on Info file name.
1233 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1234 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1235
1236 2004-06-12 Kenichi Handa <handa@m17n.org>
1237
1238 * international/mule-cmds.el (set-language-environment):
1239 Load subst tables if necessary.
1240
1241 * international/mule.el (decode-char): Load subst tables if necessary.
1242 (encode-char): Likewise.
1243
1244 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1245 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1246 (utf-16le-decode-loop): Set r5 to -1 before loop.
1247 (utf-16be-decode-loop): Likewise.
1248 (ccl-decode-mule-utf-16le): Add EOF processing block.
1249 (ccl-decode-mule-utf-16be): Likewise.
1250 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1251 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1252 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1253 (ccl-mule-utf-16-encode-untrans): New CCL.
1254 (utf-16-decode-to-ucs): Handle pre-read character.
1255 (utf-16le-encode-loop): Handle surrogate pair.
1256 (utf-16be-encode-loop): Likewise.
1257 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1258 of utf-16le-encode-loop.
1259 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1260 of utf-16be-encode-loop.
1261 (mule-utf-16-post-read-conversion):
1262 Call utf-8-post-read-conversion at first.
1263 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1264 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1265 Add post-read-conversion and pre-write-conversion.
1266
1267 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1268 (utf-translate-cjk-unicode-range): New variable.
1269 (utf-translate-cjk-load-tables): New function.
1270 (utf-lookup-subst-table-for-decode): New function.
1271 (utf-lookup-subst-table-for-encode): New function.
1272 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1273 tables here. Update safe-charsets of utf-* coding systems.
1274 (ccl-mule-utf-untrans): New CCL.
1275 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1276 at end of each branch.
1277 (ccl-mule-utf-8-encode-untrans): New CCL.
1278 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1279 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1280 length of encoding. Don't return r0.
1281 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1282 (utf-8-post-read-conversion): Narrow to region properly.
1283 If utf-translate-cjk-mode is on, load tables if necessary.
1284 Call utf-8-compose with hash-table arg if necessary.
1285 Call XXX-compose-region instead of XXX-post-read-convesion.
1286 (utf-8-pre-write-conversion): New function.
1287 (mule-utf-8): Include CJK charsets in safe-charsets if
1288 utf-translate-cjk-mode is on. Add pre-write-conversion.
1289
1290 * international/characters.el: Temporarily set
1291 utf-translate-cjk-mode to nil.
1292
1293 * language/devan-util.el (devanagari-compose-region):
1294 Add autoload cookie.
1295
1296 * international/ccl.el (ccl-dump-call): Fix printing the
1297 subroutine name.
1298
1299 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1300
1301 * dired.el (dired-revert): If buffer is marked unmodified before
1302 reverting, keep it marked unmodified.
1303 Adapt to new conventions for commenting out code.
1304 (dired-make-relative): Adapt to new conventions for commenting out code.
1305
1306 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1307
1308 * eshell/esh-module.el (eshell-load-defgroups):
1309 Bind `vc-handled-backends' to nil when opening files.
1310
1311 2004-06-11 Juanma Barranquero <lektu@terra.es>
1312
1313 * files.el (parse-colon-path, cd): Doc fixes (refer to
1314 `path-separator', not colon).
1315
1316 2004-06-10 Juanma Barranquero <lektu@terra.es>
1317
1318 * newcomment.el (comment-search-forward)
1319 (comment-search-backward): Fix typos in docstring.
1320 (comment-region): Doc fix.
1321
1322 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1323
1324 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1325 switch is no longer stored in `dired-switches-alist'.
1326
1327 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1328 `dired-switches-alist'.
1329
1330 2004-06-10 Kim F. Storm <storm@cua.dk>
1331
1332 * pcvs.el (cvs-mode-diff-yesterday): New command.
1333
1334 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1335
1336 2004-06-10 Juri Linkov <juri@jurta.org>
1337
1338 * emacs-lisp/edebug.el (edebug-eval-defun):
1339 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1340 Fix docstring.
1341
1342 * simple.el (eval-expression-print-format): Don't print additional
1343 information on the first call to `eval-print-last-sexp'.
1344 (next-error-find-buffer): Fix punctuation.
1345 (killing) <defgroup>: Fix punctuation.
1346 (yank-excluded-properties): Change group from editing to killing.
1347
1348 * replace.el (perform-replace): Use `limit' to terminate the
1349 while-loop explicitly.
1350
1351 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1352
1353 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1354 Use lc-*.xpm as prefix instead of *-locol.xpm.
1355
1356 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1357 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1358 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1359 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1360 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1361 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1362 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1363 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1364 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1365 * toolbar/lc-up_arrow.xpm:
1366 Renamed from *-locol.xpm.
1367
1368 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1369
1370 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1371 include forms like &<str>; as valid url patterns.
1372
1373 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1374
1375 * dired.el (dired-diff, dired-backup-diff)
1376 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1377 (dired-do-chown, dired-do-touch, dired-do-print)
1378 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1379 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1380 (dired-create-directory, dired-do-copy, dired-do-symlink)
1381 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1382 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1383 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1384 (dired-maybe-insert-subdir, dired-next-subdir)
1385 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1386 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1387 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1388 (dired-run-shell-command, dired-query): Remove redundant,
1389 or incorrect, autoloads.
1390
1391 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1392 does not end in a slash. Add optional argument KILL-ROOT.
1393 Update docstring.
1394 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1395 (dired-query): Add autoloads.
1396
1397 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1398
1399 * progmodes/compile.el (compilation-set-window-height):
1400 Rearrange the save-* functions because a buffer can have several current
1401 point in different windows.
1402 (compilation-error-regexp-alist-alist): Recognize {standard input}
1403 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1404
1405 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1406
1407 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1408 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1409 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1410 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1411 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1412 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1413 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1414 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1415 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1416 * toolbar/up_arrow-locol.xpm:
1417 New versions of icons that uses fewer colors.
1418
1419 * toolbar/tool-bar.el (tool-bar-local-item)
1420 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1421 if display-color-cells is 256 or less.
1422
1423 2004-06-08 Kim F. Storm <storm@cua.dk>
1424
1425 * wid-edit.el (widget-specify-button): Use hand pointer rather
1426 than mouse-face as visible mouse-over effect.
1427
1428 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1429
1430 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1431 and `print-level' to nil when writing out `save-place-alist'.
1432 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1433
1434 2004-06-07 Juanma Barranquero <lektu@terra.es>
1435
1436 * completion.el (completion-kill-region): Doc fix.
1437
1438 * format.el (format-insert-annotations)
1439 (format-annotate-location): Doc fixes.
1440 (format-subtract-regions): Make arguments match their use in docstring.
1441
1442 * simple.el (kill-region): Doc fix.
1443
1444 * subr.el (insert-buffer-substring-no-properties)
1445 (insert-buffer-substring-as-yank): Doc fixes.
1446
1447 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1448
1449 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1450 Update docstring.
1451 (dired-reset-subdir-switches): New function.
1452
1453 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1454 Limit scope of `buffer-read-only' binding.
1455
1456 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1457
1458 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1459 eshell-explicit-command-char.
1460
1461 2004-06-06 Juanma Barranquero <lektu@terra.es>
1462
1463 * help-fns.el (help-argument-name): Inherit from italic face only
1464 if the frame supports it.
1465
1466 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1467
1468 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1469 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1470 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1471 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1472 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1473 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1474 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1475 New conversions from xpm files.
1476
1477 * toolbar/README: New file.
1478
1479 2004-06-06 Richard M. Stallman <rms@gnu.org>
1480
1481 * isearch.el (isearch-mode-map): Undo previous change.
1482
1483 2004-06-05 Juri Linkov <juri@jurta.org>
1484
1485 * bindings.el (debug-ignored-errors): Add regexps for history
1486 related messages. Remove $ from "No further undo information".
1487 Move Ediff's messages to ediff.el.
1488
1489 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1490
1491 * cus-edit.el (custom-display): Add `min-colors'.
1492
1493 * custom.el (defface): Add `supports' to docstring.
1494
1495 * help-fns.el (help-argument-name): Add :group 'help.
1496
1497 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1498
1499 * find-dired.el (find-ls-subdir-switches): New user option.
1500 (find-dired): No longer call `abbreviate-file-name' on DIR.
1501 Set `dired-subdir-switches' buffer-locally.
1502
1503 * locate.el: Merge the two `Commentary' sections.
1504 (locate-ls-subdir-switches): New user option.
1505 (locate): Update for other changes.
1506 (locate-mode-map): Restore Dired binding for mouse-2.
1507 Bind `locate-mouse-view-file' to M-mouse-2.
1508 Bind `l' to `locate-do-redisplay'.
1509 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1510 (locate-mouse-view-file, locate-tags, locate-find-directory):
1511 Print message if used outside main listing.
1512 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1513 Various changes to support inserted subdirectories.
1514 (locate-insert-header): Change header of *Locate* buffer.
1515
1516 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1517 Change interactive default switches.
1518 (dired-rename-subdir-2): Update `dired-switches-alist'.
1519 (dired-insert-subdir, dired-kill-subdir):
1520 Handle `dired-switches-alist'. Do not mark buffer modified.
1521 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1522 (dired-insert-subdir-doinsert): Omit messages.
1523 Handle `dired-subdir-switches'.
1524 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1525
1526 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1527 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1528 subdirs if -R switch is used for a subdir.
1529 (dired-mode): Set `dired-switches-alist'.
1530 (dired-build-subdir-alist): Only print number of directories in
1531 echo area when invoked interactively.
1532
1533 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1534
1535 * dired-x.el (dired-omit-mode): Rename from
1536 dired-omit-files-p. Use define-minor-mode to define it.
1537 (dired-omit-files-p): Add as alias for dired-omit-mode.
1538 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1539 dired-mark-omitted.
1540 (dired-mark-omitted): Add. Bind to M-O.
1541
1542 2004-06-05 Kenichi Handa <handa@m17n.org>
1543
1544 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1545
1546 2004-06-05 Juanma Barranquero <lektu@terra.es>
1547
1548 * help-fns.el (help-argument-name): Reintroduce face.
1549 (help-default-arg-highlight): Use it, now that
1550 `face-differs-from-default-p' can be trusted.
1551
1552 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1553
1554 * textmodes/table.el: Sentence commands added to Point Motion
1555 group; kill and backward-kill commands added to Extraction group.
1556
1557 2004-06-04 Mario Lang <mlang@delysid.org>
1558
1559 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1560 systems appear to use mW, make the code handle this. Fix a
1561 division-by-zero bug while at it, and handle kernels with
1562 a slightly different layout in /proc/acpi.
1563
1564 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1565
1566 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1567 because the latter is a CL-ism. This fixes the bug reported by
1568 Shawn Boyette <mdxi@collapsar.net> in
1569 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1570
1571 2004-06-04 Miles Bader <miles@gnu.org>
1572
1573 * faces.el (display-supports-face-attributes-p): Function moved to
1574 C code. Previously only the tty-related portion of this function
1575 was done in C; however the previous attempt to do a halfway-proper
1576 job for non-tty displays in lisp didn't work properly because of
1577 funny conditions during Emacs startup.
1578 (face-differs-from-default-p): Simplify, now that
1579 display-supports-face-attributes-p works properly on all display
1580 types. Remove :stipple from comparison; it doesn't really work
1581 in emacs anyway.
1582
1583 2004-06-04 Miles Bader <miles@gnu.org>
1584
1585 * faces.el (face-differs-from-default-p): Use a different
1586 implementation, so we can really check whether FACE displays
1587 differently or not.
1588
1589 2004-06-04 Miles Bader <miles@gnu.org>
1590
1591 * faces.el (display-supports-face-attributes-p): Implement a
1592 `different from default' check for non-tty displays.
1593
1594 2004-06-03 David Kastrup <dak@gnu.org>
1595
1596 * woman.el (woman-mapcan): More concise code.
1597 (woman-topic-all-completions, woman-topic-all-completions-1)
1598 (woman-topic-all-completions-merge): Replace by a simpler and
1599 much faster implementation based on O(n log n) sort/merge instead
1600 of the old O(n^2) behavior.
1601
1602 2004-06-03 Miles Bader <miles@gnu.org>
1603
1604 * subr.el (read-number): Use canonical format for default in prompt.
1605
1606 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1607 Add regexp for " [...]" style defaults.
1608
1609 2004-06-02 Romain Francoise <romain@orebokech.com>
1610
1611 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1612 groups: if the user asks for a hidden buffer, open the
1613 corresponding filter group to expose it.
1614
1615 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1616 `ibuffer-jump-to-buffer'.
1617 (ibuffer-jump-offer-only-visible-buffers): New user option.
1618
1619 2004-06-02 Juanma Barranquero <lektu@terra.es>
1620
1621 * faces.el (frame-update-faces): Add empty docstring so the one
1622 for `ignore' doesn't show through.
1623
1624 * subr.el (process-kill-without-query): Remove spurious "\n" on
1625 obsolescence string.
1626 (focus-frame, unfocus-frame): Add obsolescence declaration and
1627 empty docstring.
1628
1629 * international/mule.el (register-char-codings): Make alias for
1630 `ignore'. Move docstring to obsolescence info and remove redundancy.
1631
1632 2004-06-02 Kim F. Storm <storm@cua.dk>
1633
1634 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1635 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1636
1637 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * comint.el (comint-replace-by-expanded-history-before-point):
1640 Obey `start' as the docstring says.
1641 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1642 (comint-update-fence): Prevent font-lock from running unnecessarily.
1643 (comint-dynamic-list-completions): Use with-current-buffer.
1644
1645 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1646
1647 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1648 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1649 (bibtex-entry-update): Handle alternatives and optional fields.
1650 (bibtex-parse-entry): Bugfix, handle empty key.
1651
1652 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1655
1656 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1657
1658 * desktop.el (desktop-save): Don't save minor modes without a
1659 known mode initialization function.
1660
1661 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1662
1663 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1664
1665 * autorevert.el: Update `Commentary' section.
1666
1667 2004-05-30 Juanma Barranquero <lektu@terra.es>
1668
1669 * dos-fns.el (convert-standard-filename):
1670 * files.el (convert-standard-filename):
1671 * w32-fns.el (convert-standard-filename):
1672 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1673
1674 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1675
1676 Sync with Tramp.
1677
1678 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1679 (tramp-let-maybe): Move to an earlier spot in the file.
1680 Patch by Andreas Schwab.
1681
1682 2004-05-30 Andreas Schwab <schwab@suse.de>
1683
1684 * dired.el (dired-get-filename): Don't use dired-re-dot.
1685
1686 2004-05-30 Richard M. Stallman <rms@gnu.org>
1687
1688 * files.el (find-file): Doc fix.
1689
1690 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1691
1692 2004-05-30 Nick Roberts <nickrob@gnu.org>
1693
1694 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1695 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1696 modeline of the locals buffer.
1697 (gdb-goto-breakpoint): Handle gdbmi.
1698 (gdb-get-frame-number): Change for gdbmi.
1699
1700 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1701
1702 * files.el (file-remote-p): Apply file name handler for operation
1703 `file-remote-p'. It isn' a property any longer.
1704 (file-relative-name): `fh' and `fd' get the required value via
1705 `find-file-name-handler' already.
1706
1707 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1708 (top): Remove setting of `file-remote-p' property for
1709 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1710
1711 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1712
1713 Version 2.0.41 of Tramp released.
1714
1715 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1716 Throw away if process has died.
1717 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1718 (tramp-out-of-band-prompt-regexp): Rename to
1719 `tramp-process-alive-regexp', because its usage is widen.
1720 (tramp-actions-copy-out-of-band): Apply it.
1721 (tramp-actions-before-shell, tramp-multi-actions):
1722 Add `tramp-action-process-alive' action.
1723 (tramp-action-process-alive): New defun.
1724 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1725 Add entry for `file-remote-p'.
1726 (tramp-handle-file-remote-p): New defun.
1727 (top): Remove setting of `file-remote-p'. Don't set
1728 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1729
1730 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1731 `file-remote-p'.
1732
1733 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1734 counted for (last) line. [They should or they shouldn't? --Stef]
1735 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1736
1737 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1738
1739 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1740 not really necessary but seems to keep the shell history smaller
1741 in some cases. It is no substitute for setting HISTFILE and
1742 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1743 though. Suggested by Luc Teirlinck.
1744 (tramp-open-connection-setup-interactive-shell): Export variables
1745 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1746 (tramp-set-process-query-on-exit-flag): New compat function.
1747 (tramp-open-connection-multi, tramp-open-connection-su)
1748 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1749 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1750 (tramp-let-maybe): New macro, let-binds a variable only if it
1751 isn't obsolete.
1752 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1753 (tramp-handle-file-truename): Use it.
1754 (tramp-completion-file-name-regexp-unified): Avoid matching
1755 filenames starting with "/:" -- those are reserved for
1756 file-name-non-special.
1757
1758 * tramp-smb.el (tramp-smb-open-connection):
1759 Use tramp-set-process-query-on-exit-flag compat function.
1760
1761 2004-05-29 Richard M. Stallman <rms@gnu.org>
1762
1763 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1764
1765 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1766 (eval-last-sexp-print-value): Print char equivalent regardless
1767 of standard-output value.
1768
1769 * thumbs.el (thumbs-subst-char-in-string): Delete.
1770 (thumbs-thumbname): Use subst-char-in-string.
1771 (thumbs-resize-image): Use condition-case, not ignore-errors.
1772 (thumbs-kill-buffer): Likewise.
1773
1774 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1775 (thumbs-mode): Make buffer read-only.
1776 (thumbs-make-thumb): Unconditionally accept an existing file.
1777 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1778 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1779 (thumbs-show-thumbs-list): Error if images not supported.
1780 (thumbs-save-current-image): Improve prompt string.
1781 (thumbs-mode-map): Define u, R, x.
1782 (thumbs-unmark): New command.
1783 (thumbs-emboss-image): Minor cleanup.
1784 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1785 (thumbs-rename-images): New command.
1786 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1787
1788 * thumbs.el (thumbs-current-image): New function.
1789 (thumbs-file-list, thumbs-file-alist): New functions.
1790 (thumbs-find-image): Delete arg L.
1791 Don't set up thumbs-fileL as buffer-local global var.
1792 (thumbs-find-image-at-point): Use thumbs-current-image.
1793 (thumbs-set-image-at-point-to-root-window): Likewise.
1794 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1795 Record and warn about errors. Update thumbs-markedL for deletions.
1796 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1797 (thumbs-redraw-buffer): Use thumbs-file-list.
1798 (thumbs-mark): Use thumbs-current-image.
1799 (thumbs-show-name): Use thumbs-current-image.
1800
1801 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1802 and imenu--last-menubar-index-alist.
1803
1804 * subr.el (with-selected-window): Undo previous change.
1805
1806 2004-05-29 John Paul Wallington <jpw@gnu.org>
1807
1808 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1809 (thumbs-mouse-find-image): New command.
1810 (thumbs-mode-map): Bind it to mouse-2.
1811 (thumbs-mode): Make mode-class special.
1812 (thumbs-view-image-mode): Likewise.
1813
1814 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1815
1816 * flymake.el: New file.
1817
1818 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1819
1820 * files.el (find-file-noselect-1): Do not bind
1821 `inhibit-read-only' to t during execution of
1822 `find-file-not-found-functions'.
1823
1824 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1827 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1828
1829 2004-05-28 Juri Linkov <juri@jurta.org>
1830
1831 * simple.el (eval-expression-print-format): New fun.
1832
1833 * simple.el (eval-expression):
1834 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1835 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1836 (edebug-eval-expression): Print additionally the value returned by
1837 `eval-expression-print-format'.
1838
1839 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1840 (insert-pair): Make arguments optional. Find character pair
1841 from `insert-pair-alist' according to the last input event.
1842 (insert-parentheses): Make arguments optional.
1843 (raise-sexp, delete-pair): New funs.
1844
1845 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1846 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1847 Bind C-M-q to `indent-pp-sexp'.
1848
1849 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1850 `pp-to-string' modified to be able to format text with newlines.
1851 (pp-to-string): Move the buffer-formatting part of the code to
1852 `pp-buffer'. Call `pp-buffer'.
1853
1854 * info.el (Info-desktop-buffer-misc-data): Don't save information
1855 about virtual files.
1856 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1857 buffers with names obtained from the desktop file instead of the
1858 default *info* buffer.
1859
1860 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * subr.el (with-selected-window): Only save/restore the selected window.
1863
1864 * progmodes/compile.el (compilation-error-regexp-alist):
1865 Use expand-file-name and data-directory.
1866
1867 * progmodes/grep.el (grep-tree): Rework previous fix.
1868
1869 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1870 after the user marked text with the mouse.
1871
1872 * startup.el (command-line): Keep the first regexp of
1873 auto-save-file-name-transforms intact.
1874
1875 2004-05-28 Juanma Barranquero <lektu@terra.es>
1876
1877 * cus-edit.el (customize-face, customize-face-other-window)
1878 (custom-face-edit-delete): Make arguments match their use in
1879 docstring.
1880 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1881 docstring.
1882
1883 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1884 not `cvs-butlast'.
1885
1886 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1887 `nbutlast' are in subr.el).
1888
1889 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1890 (set-w32-system-coding-system): Doc fixes.
1891
1892 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1893 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1894 Make arguments match their use in docstring.
1895 (artist-draw-region-trim-line-endings)
1896 (artist-mouse-choose-operation): Fix typo in docstring.
1897 (artist-key-set-point-common): Doc fix.
1898
1899 2004-05-28 Simon Josefsson <jas@extundo.com>
1900
1901 * mail/smtpmail.el (smtpmail-open-stream):
1902 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1903
1904 2004-05-26 Simon Josefsson <jas@extundo.com>
1905
1906 * starttls.el: Merge with my GNUTLS based starttls.el.
1907 (starttls-gnutls-program, starttls-use-gnutls)
1908 (starttls-extra-arguments, starttls-process-connection-type)
1909 (starttls-connect, starttls-failure, starttls-success): New variables.
1910 (starttls-program, starttls-extra-args): Doc fix.
1911 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1912 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1913 and pass on to corresponding *-gnutls function if it is set.
1914
1915 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1916
1917 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1918 remote files.
1919
1920 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1921
1922 * files.el (file-name-non-special): There are more operations
1923 which need handling: `find-backup-file-name',
1924 `insert-file-contents', `verify-visited-file-modtime',
1925 `write-region'. Rename t value of method to `add'. Add new
1926 methods `quote' and `unquote-then-quote' to file-arg-indices.
1927
1928 2004-05-25 Juri Linkov <juri@jurta.org>
1929
1930 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1931 (Info-index-nodes): Enclose code in condition-case to catch errors.
1932 (Info-index-node): Don't search all index nodes if request is only
1933 for the current node and file is not in the cache of index nodes.
1934 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1935 for consistency with dired-copy-filename-as-kill.
1936 Bind `S' to Info-search-case-sensitively.
1937 (Info-copy-current-node-name): New arg. With zero prefix arg put
1938 the name inside a function call to `info'. Display copied text in
1939 the echo area.
1940
1941 2004-05-25 Sam Steingold <sds@gnu.org>
1942
1943 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1944 strip the package prefix from the symbol name, if any.
1945 Make it the `find-tag-default-function' for `lisp-mode'.
1946
1947 2004-05-25 John Paul Wallington <jpw@gnu.org>
1948
1949 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1950 instead of obsolete `process-kill-without-query'.
1951
1952 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1953 Declare as variable, not constant.
1954
1955 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1956
1957 * files.el (find-file-noselect-1): Fix bug introduced by
1958 Revision 1.694. As a side effect, `inhibit-read-only'
1959 is again, by default, t during execution of
1960 `find-file-not-found-functions'.
1961 (insert-directory): Check that lines were really inserted by
1962 the --dired switch, before erasing them.
1963
1964 2004-05-24 Nick Roberts <nickrob@gnu.org>
1965
1966 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1967 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1968 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1969 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1970 gud-minor-mode (gdbmi).
1971
1972 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1973
1974 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1975 explicitly select the text to be taken as URL.
1976
1977 2004-05-23 Juri Linkov <juri@jurta.org>
1978
1979 * info.el (Info-index-nodes): New var and fun.
1980 (Info-goto-index, Info-index, info-apropos)
1981 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1982 (Info-index): Fix docstring. Store and restore Info-history-list.
1983 (Info-complete-nodes): New var.
1984 (Info-complete-menu-item): Use it.
1985 (Info-index-node): New fun.
1986 (Info-final-node, Info-forward-node, Info-backward-node)
1987 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1988 Use Info-index-node.
1989 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1990 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1991 (Info-find-node-2): If a node with period in its name not found,
1992 try to find a node without the name part after period.
1993 (Info-select-node): Call Info-fontify-node only if
1994 Info-fontify-maximum-menu-size is not nil.
1995 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1996 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1997 Preserve Info-history-list.
1998 (Info-toc): Set Info-current-file.
1999 (Info-build-toc): Move point to the beginning of the buffer.
2000 Add main-file variable.
2001 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2002 Use backslashed representation of the control character ^_.
2003
2004 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2005 numbers in the new Texinfo 4.7 format.
2006
2007 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2008 regexps for function and variable names.
2009
2010 * descr-text.el (describe-property-list): Add [show] button for
2011 `syntax-table' property with action to pp to a separate buffer.
2012 (describe-char): Replace search-forward by re-search-forward with
2013 whitespace regexp after "character:" to not fail in too narrow windows.
2014
2015 * simple.el (next-error-find-buffer): Add a rule to return
2016 next-error capable buffer if one window on the selected frame
2017 displays such buffer.
2018
2019 2004-05-23 Nick Roberts <nickrob@gnu.org>
2020
2021 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2022 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2023 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2024 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2025 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2026 Handle new value for gud-minor-mode (gdbmi).
2027 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2028 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2029 Change from local to global gdb variable set.
2030 (gdb-ann3): Initialise above gdb variable set.
2031 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2032 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2033 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2034 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2035 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2036 (gdb-info-locals-handler, gdb-invalidate-assembler)
2037 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2038 set as global variables.
2039 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2040 Handle gdbmi.
2041 (gdb-info-breakpoints-custom): Fix regexp.
2042 (def-gdb-var): Delete.
2043
2044 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2045 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2046 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2047 a new mode. The file (gdb-mi.el) for this mode will be included
2048 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2049 primary interface.
2050
2051 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2052
2053 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2054 interpreted as a directory.
2055
2056 2004-05-22 Richard M. Stallman <rms@gnu.org>
2057
2058 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2059 as a close quote.
2060
2061 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2062
2063 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2064 Use assoc-string, not assoc-ignore-case.
2065
2066 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2067
2068 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2069 If moving back then fwd gets a defun that ends before point,
2070 try again moving fwd then back.
2071
2072 * files.el (file-name-non-special): Allow t in file-arg-indices
2073 to mean requote the return value. Use `identity' as an element
2074 rather than as the whole value.
2075
2076 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2077
2078 2004-05-22 Juanma Barranquero <lektu@terra.es>
2079
2080 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2081 `help-make-usage'.
2082 (help-highlight-arguments): Skip function name before searching
2083 for arguments.
2084
2085 2004-05-21 Juanma Barranquero <lektu@terra.es>
2086
2087 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2088 Don't mention in the docstring these arguments meant for
2089 internal (recursive) use only.
2090 (allout-char-spec): Comment out (it's not implemented).
2091 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2092 obsolescence declaration.
2093 (allout-flatten-exposed-to-buffer)
2094 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2095 (my-mark-marker): Doc fix.
2096 (produce-allout-mode-map, allout-sibling-index)
2097 (allout-isearch-expose, allout-distinctive-bullet)
2098 (allout-open-topic, allout-reindent-body)
2099 (allout-rebullet-heading, allout-process-exposed)
2100 (allout-insert-listified, allout-latex-verb-quote)
2101 (allout-insert-latex-header, allout-insert-latex-trailer):
2102 Make arguments match their use in docstring.
2103 (allout-primary-bullet, allout-old-style-prefixes)
2104 (allout-inhibit-protection, allout-init, allout-mode)
2105 (allout-before-change-protect, allout-flag-region):
2106 Use "Emacs" instead of "emacs" in docstrings.
2107
2108 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2109
2110 * international/characters.el: Modify syntax of more characters.
2111
2112 2004-05-21 Masatake YAMATO <jet@gyve.org>
2113
2114 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2115 (etags-tags-completion-table): Show parsing progress.
2116
2117 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2118
2119 * locate.el (locate-prompt-for-command): Shorten first line of
2120 docstring.
2121 (locate-mode): Expand docstring and include keymap summary.
2122
2123 * files.el (find-file-noselect-1): Limit the scope of the
2124 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2125 is, by default, nil during the execution of
2126 `find-file-not-found-functions' and `find-file-hook'.
2127
2128 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2129
2130 * facemenu.el (facemenu-color-name-equal): New function.
2131 (list-colors-display): Use it to compare colors instead of
2132 facemenu-color-equal.
2133
2134 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2135
2136 * compare-w.el (compare-windows-face): Use min-colors instead of
2137 checking for tty or pc types.
2138
2139 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2142 (completion-setup-function): Use with-current-buffer.
2143 Properly save excursion. Simplify.
2144 Don't assume there is necessarily a `mouse-face' property somewhere.
2145
2146 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2147
2148 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2149
2150 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2151 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2152 Use with-current-buffer.
2153 (byte-goto-log-buffer): Delete.
2154 (byte-compile-log-file): Call compilation-forget-errors.
2155
2156 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2157
2158 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2159 output messages into the search result.
2160
2161 2004-05-19 Masatake YAMATO <jet@gyve.org>
2162
2163 * wid-edit.el (widget-radio-button-notify): Revert my last
2164 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2165
2166 2004-05-19 Kenichi Handa <handa@m17n.org>
2167
2168 * international/characters.el: Fix syntax (open/close) of CJK chars.
2169
2170 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2171
2172 * help-mode.el (help-go-back): Don't depend on position of back button.
2173
2174 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2177 files files don't contain an accidental additional /.
2178
2179 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2180 in source buffer.
2181
2182 2004-05-18 Masatake YAMATO <jet@gyve.org>
2183
2184 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2185 to widget-apply. :action method assumes 2 arguments, not 3.
2186
2187 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2188
2189 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2190 New constants.
2191 (hs-special-modes-alist): Add an f90-mode entry.
2192
2193 2004-05-17 Sam Steingold <sds@gnu.org>
2194
2195 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2196 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2197
2198 2004-05-16 Kim F. Storm <storm@cua.dk>
2199
2200 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2201
2202 2004-05-15 John Wiegley <johnw@newartisans.com>
2203
2204 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2205 (eshell-output-object-to-target): Improve output speed 20% by not
2206 calling `eshell-stringify' if something is already known to be a string.
2207
2208 2004-05-15 Alex Ott <ott@jet.msk.su>
2209
2210 * textmodes/ispell.el (ispell-local-dictionary-alist):
2211 Add windows-1251 to the choice of coding systems.
2212 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2213 encoded in cp1251.
2214
2215 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2216
2217 * progmodes/compile.el (compilation-warning-face)
2218 (compilation-info-face): Use min-colors.
2219
2220 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2221
2222 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2223 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2224 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2225 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2226 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2227 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2228 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2229 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2230 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2231 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2232 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2233 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2234 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2235 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2236
2237 2004-05-15 Kim F. Storm <storm@cua.dk>
2238
2239 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2240 Use it to set triggered-p element of timer.
2241 (timer-event-handler): Set triggered-p element non-nil while running
2242 the timer function.
2243
2244 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * descr-text.el (describe-char-unicode-data)
2247 (describe-char-unicodedata-file): Re-enable the unicode code now that
2248 the licensing issues have been cleared in the unicode-4 license.
2249 (describe-text-properties-1): Remove unused `overlay' var.
2250 (describe-char): Remove unused var `buffer'.
2251
2252 2004-05-14 David Ponce <david@dponce.com>
2253
2254 * tree-widget.el: New file.
2255
2256 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2257
2258 * language/european.el ("Brazilian Portuguese"): Add support for
2259 Brazilian Portuguese.
2260
2261 2004-05-13 John Wiegley <johnw@newartisans.com>
2262
2263 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2264 `recentf-mode' if this variable has been customized to t.
2265
2266 * eshell/esh-test.el (eshell-test): Call the function
2267 `emacs-version' rather than trying to build a custom version string.
2268
2269 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * net/telnet.el (telnet-mode): Use define-derived-mode.
2272 Don't modify the global value of comint-prompt-regexp.
2273
2274 2004-05-13 John Paul Wallington <jpw@gnu.org>
2275
2276 * version.el (emacs-version): Check for `gtk' feature before
2277 `x-toolkit' feature.
2278
2279 2004-05-13 Juanma Barranquero <lektu@terra.es>
2280
2281 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2282 arguments in the docstring, they're used only in recursive calls.
2283
2284 * help-fns.el (help-arg-highlighting-function)
2285 (help-argument-name): Delete.
2286 (help-default-arg-highlight): New function.
2287 (help-do-arg-highlighting): Use it.
2288
2289 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2290
2291 * calendar/appt.el (appt-disp-window):
2292 Use `calendar-set-mode-line' for a centered mode-line.
2293
2294 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2295
2296 * calendar/appt.el (appt-disp-window): Do not split window
2297 excessively when `split-height-threshold' is low.
2298
2299 2004-05-12 Nick Roberts <nickrob@gnu.org>
2300
2301 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2302 kill-buffer-hook here and make it local.
2303 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2304
2305 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2306
2307 * progmodes/compile.el (compilation-set-window-height):
2308 Use save-excursion to protect against misplaced marker.
2309
2310 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2311
2312 * custom.el (defface): Document that type can have value gtk.
2313
2314 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2315
2316 2004-05-12 Kenichi Handa <handa@m17n.org>
2317
2318 * descr-text.el: Require quail at comile time.
2319 (describe-char): If an input method is on and it supports the
2320 character, show how to input it.
2321
2322 * international/quail.el (quail-install-decode-map): Accept a
2323 char-table whose subtype is `quail-decode-map'.
2324 (quail-store-decode-map-key, quail-gen-decode-map1)
2325 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2326 (quail-show-key): New functions.
2327
2328 2004-05-12 Juanma Barranquero <lektu@terra.es>
2329
2330 * generic.el (define-generic-mode): Remove redundant arglist info.
2331
2332 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2333 Make arguments match their use in docstring.
2334 (help-arg-highlighting-function): New variable.
2335 (help-argument-name): Mention it in the docstring.
2336 (help-do-arg-highlight): Use it. Expand regexp to accept also
2337 ARG-xxx and xxx-ARG references.
2338
2339 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2340
2341 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2342 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2343 and "mailto:addr1?to=addr2" equal.
2344
2345 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2346
2347 * man.el (Man-getpage-in-background): Use shell-file-name
2348 and shell-command-switch variables instead of hard-coded values.
2349
2350 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2351
2352 * iimage.el: New file.
2353
2354 2004-05-11 Juanma Barranquero <lektu@terra.es>
2355
2356 * custom.el (custom-initialize-default, defcustom):
2357 Fix typo in docstring.
2358
2359 * files.el (set-visited-file-name, file-expand-wildcards):
2360 Fix docstring.
2361
2362 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2365
2366 * subr.el (eventp): Be more discriminating with integers.
2367
2368 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2369
2370 * progmodes/compile.el (compile): Add universal prefix arg.
2371 (compilation-error-regexp-alist-alist): Add edg patterns.
2372
2373 2004-05-10 Sam Steingold <sds@gnu.org>
2374
2375 * textmodes/ispell.el (ispell-message):
2376 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2377
2378 2004-05-10 Dave Love <fx@gnu.org>
2379
2380 * progmodes/python.el (help-buffer): Autoload when compiling.
2381 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2382 (run-python): Prepend to any existing PYTHONPATH.
2383
2384 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2385
2386 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2387 for pending breakpoints.
2388
2389 2004-05-10 Richard M. Stallman <rms@gnu.org>
2390
2391 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2392 directly without calling any functions in Rmail.
2393 (unrmail-unprune): Function deleted.
2394
2395 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2398 C-c C-z binding.
2399
2400 2004-05-10 Kenichi Handa <handa@m17n.org>
2401
2402 * descr-text.el (describe-char): Fix previous change. Don't make
2403 a unibyte character to multibyte in the *Help* buffer.
2404
2405 2004-05-10 Miles Bader <miles@gnu.org>
2406
2407 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2408 buffer an error if the debugger process is actually running.
2409
2410 2004-05-10 Juanma Barranquero <lektu@terra.es>
2411
2412 * help-fns.el (help-argument-name): Default to italic.
2413 (help-highlight-arguments): Return always (usage . doc), even when
2414 usage is nil.
2415
2416 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2417 (define-ibuffer-filter): Add usage info.
2418 (define-ibuffer-op): Add usage info (but CL-style defaults for
2419 keyword args are not shown).
2420
2421 * subr.el (remove-overlays, read-passwd): Fix docstring.
2422 (start-process-shell-command): Fix docstring. Put usage info in a
2423 format usable by `describe-function'.
2424 (open-network-stream, open-network-stream-nowait)
2425 (open-network-stream-server): Fix docstring.
2426
2427 2004-05-09 Jason Rumney <jasonr@gnu.org>
2428
2429 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2430 Only define cp125* if windows-125* is already defined.
2431
2432 * language/korean.el (cp949): Add alias.
2433
2434 * language/chinese.el (cp936, cp950): Add aliases.
2435
2436 * language/japanese.el (cp932): Add alias.
2437
2438 * term/w32-win.el: Require code-pages.
2439
2440 * international/mule-cmds.el (set-locale-environment):
2441 On MS-Windows use ansi code-page for default coding-systems.
2442 Set up paper sizes for Windows 3 letter languages.
2443
2444 * international/code-pages.el (cp932, cp936, cp949, cp950):
2445 Add aliases. Also add cp125* if not already defined.
2446
2447 2004-05-09 Juanma Barranquero <lektu@terra.es>
2448
2449 * help-fns.el (help-highlight-arguments): Don't try to highlight
2450 missing or autoloaded arglists. Accept structured arguments, like
2451 the first ones of `do' and `flet'.
2452
2453 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2454 (cvs-get-marked): Remove redundant arglist info.
2455
2456 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2457 Don't use CL-style default args.
2458
2459 2004-05-08 Andreas Schwab <schwab@suse.de>
2460
2461 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2462
2463 * international/subst-ksc.el: Fix references to utf-translate-cjk
2464 into utf-translate-cjk-mode.
2465 * international/subst-big5.el: Likewise.
2466 * international/subst-gb2312.el: Likewise.
2467 * international/subst-jis.el: Likewise.
2468 * international/utf-16.el: Likewise.
2469 * international/utf-8.el: Likewise.
2470
2471 2004-05-08 John Wiegley <johnw@newartisans.com>
2472
2473 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2474 "virtual buffers" (off by default), which makes it possible to
2475 switch to the "virtual" buffers of recently visited files. When a
2476 buffer name search fails, and this option is on, iswitchb will
2477 look at the list of recently visited files, and permit matching
2478 against those names. When the user hits RET on a match, it will
2479 revisit that file.
2480 (iswitchb-read-buffer): Add two optional arguments, which makes
2481 isearchb.el possible.
2482 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2483 (iswitchb-next-match): Add support for virtual buffers.
2484
2485 * isearchb.el: This module extends iswitchb to provide "as you
2486 type" buffer selection.
2487
2488 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2489 Ignore the read-only property when flyspell highlighting is on.
2490 Not ignoring it leads to a series of confusing errors.
2491 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2492 but also make sure to call flyspell-incorrect-hook.
2493 (flyspell-maybe-correct-transposition): Perform transposition test
2494 by bit twiddling a string, rather than using a temp buffer.
2495 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2496 buffer. This is also the original version of the code, which
2497 could not be checked in before due to a previous lack of
2498 assignment papers. This version has seen heavy usage on my system
2499 for several years now.
2500
2501 * calendar/cal-bahai.el: New file, which adds support for the
2502 Baha'i calendar to Emacs. This calendar is based on a solar year
2503 of 19 months of 19 days, with 4 intercalary days. Each year
2504 begins on March 21, with the calendar starting in 1844.
2505
2506 * calendar/cal-menu.el, calendar/calendar.el,
2507 calendar/diary-lib.el, calendar/holidays.el: Added support for
2508 using cal-bahai.el.
2509
2510 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2511 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2512 function can be used outside of eshell buffers.
2513 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2514
2515 2004-05-08 Juanma Barranquero <lektu@terra.es>
2516
2517 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2518 word constituent so FOO-ARG is not recognized as an arg.
2519 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2520
2521 * simple.el (next-error): Fix typo in docstring.
2522 (open-line): Make argument names match their use in docstring.
2523 (split-line): Fix docstring.
2524
2525 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2526 usable by `describe-function'.
2527 (gensym, gentemp, typep, ignore-errors): Make argument names match
2528 their use in docstring.
2529
2530 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2531 argument to `help-setup-xref'.
2532
2533 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2534
2535 Version 2.0.40 of Tramp released.
2536
2537 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2538 Use symbol-function to invoke functions only known on some Emacs
2539 flavors. This avoids byte-compiler warnings. Reported by Kevin
2540 Scaldeferri <kevin@scaldeferri.com>.
2541 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2542 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2543 consistent with the other tramp-do-* functions.
2544 (tramp-do-copy-or-rename-file): Calls adjusted.
2545 (tramp-process-initial-commands): Avoid liveness check on shell --
2546 we know that it must be alive since we're opening a connection at
2547 this moment.
2548 (tramp-last-cmd): New internal variable.
2549 (tramp-process-echoes): New tunable.
2550 (tramp-send-command): Set tramp-last-cmd.
2551 (tramp-wait-for-output): Delete echo, if applicable.
2552 (tramp-read-passwd): Construct the key for the password cache in a
2553 way that works for multi methods, too.
2554 (tramp-bug): Add backup-directory-alist and
2555 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2556
2557 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2558
2559 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2560
2561 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2562 (tramp-actions-copy-out-of-band): New defcustoms.
2563 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2564 used instead of a synchronous one. Allows password entering.
2565 (tramp-action-out-of-band): New defun.
2566 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2567 Remove restriction with password from doc string.
2568 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2569 `tramp-out-of-band-prompt-regexp',
2570 `tramp-actions-copy-out-of-band', `password-cache' and
2571 `password-cache-expiry'.
2572 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2573 password caching.
2574 (tramp-touch): FILE can be a local file, too.
2575 (TODO): Remove items done.
2576 (tramp-handle-insert-directory): Properly quote file name also if
2577 not full-directory-p. Handle wildcard case. Reported by Andreas
2578 Schwab <schwab@suse.de>.
2579 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2580 new file.
2581 (tramp-handle-file-local-copy, tramp-handle-write-region):
2582 The permissions of the temporary file are set if filename exists.
2583 Reported by Ted Stern <stern@cray.com>.
2584 (tramp-backup-directory-alist)
2585 (tramp-bkup-backup-directory-info): New defcustoms.
2586 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2587 (tramp-handle-find-backup-file-name): New function.
2588 Implements Tramp's find-backup-file-name.
2589
2590 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2591 for `find-backup-file-name'.
2592
2593 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2594 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2595
2596 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2597
2598 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2599
2600 2004-05-07 Juanma Barranquero <lektu@terra.es>
2601
2602 * subr.el (lambda): Add arglist description to docstring.
2603 (declare): Fix typo in docstring.
2604 (open-network-stream): Fix docstring.
2605 (process-kill-without-query): Fix docstring and add obsolescence info.
2606 (last, butlast, nbutlast): Make arguments match their use in docstring.
2607 (insert-buffer-substring-no-properties): Likewise.
2608 (insert-buffer-substring-as-yank): Likewise.
2609 (split-string): Fix docstring.
2610
2611 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2612 Make argument names match their use in docstring.
2613
2614 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2615
2616 2004-05-06 Nick Roberts <nickrob@gnu.org>
2617
2618 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2619 Fit first sentence on one line for apropos-command.
2620
2621 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 Changes largely merged in from Dave Love's code.
2624 * progmodes/python.el: Doc fixes.
2625 (python-mode-map): Add python-complete-symbol.
2626 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2627 (python-comment-indent, python-complete-symbol)
2628 (python-symbol-completions, python-partial-symbol)
2629 (python-try-complete): New.
2630 (python-indent-line): Remove optional arg. Use python-block-end-p.
2631 (python-check): Bind compilation-error-regexp-alist.
2632 (inferior-python-mode): Use rx. Move keybindings to top level.
2633 Set comint-input-filter.
2634 (python-preoutput-filter): Use rx.
2635 (python-input-filter): Re-introduce.
2636 (python-proc): Start new process if necessary.
2637 Check python-buffer non-nil.
2638 (view-return-to-alist): Defvar.
2639 (python-send-receive): New.
2640 (python-eldoc-function): Use it.
2641 (python-mode-running): Don't defvar.
2642 (python-mode): Set comment-indent-function.
2643 Maybe update hippie-expand-try-functions-list.
2644 (python-indentation-levels): Initialize differently.
2645 (python-block-end-p): New.
2646 (python-indent-line): Use it.
2647 (python-compilation-regexp-alist): Augment.
2648 (run-python): Import `emacs' module to Python rather than loading
2649 code directly. Set python-buffer differently.
2650 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2651 Use python-proc.
2652 (python-send-command): Go to end of comint buffer.
2653 (python-load-file): Use python-proc, emacs.eimport.
2654 (python-describe-symbol): Simplify interactive form.
2655 Use emacs.help. Do use temp-buffer-show-hook.
2656 Call print-help-return-message.
2657 (hippie-exp): Require when compiling.
2658 (python-preoutput-continuation): Use rx.
2659
2660 * diff-mode.el (diff-make-unified): Fix regexp.
2661
2662 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2663
2664 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2665 filter groups from the buffer when rebuilding the Ibuffer buffer
2666 and `ibuffer-show-empty-filter-groups' is nil.
2667
2668 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2669
2670 * ps-print.el (ps-print-quote): Call ps-value-string.
2671 (ps-setup): Call ps-comment-string.
2672 (ps-value-string, ps-comment-string): New funs.
2673
2674 2004-05-06 Juanma Barranquero <lektu@terra.es>
2675
2676 * ehelp.el (electric-help-command-loop): Check whether the last
2677 character is visible, not (point-max).
2678
2679 * help-fns.el (help-argument-name): Default to bold; don't inherit
2680 from font-lock-variable-name-face.
2681 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2682
2683 2004-05-05 Kenichi Handa <handa@m17n.org>
2684
2685 * descr-text.el (describe-char): Copy the character with text
2686 properties and overlays into the first line, and call
2687 describe-text-properties on it.
2688
2689 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2690
2691 * iswitchb.el (iswitchb-global-map): Fix typo.
2692 Remove unwanted ###autoloads from source file.
2693
2694 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2695
2696 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2697 in run-hooks. Use substitute-command-keys in message.
2698 (wdired-abort-changes): Add message.
2699
2700 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2701
2702 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2703 (sql-emacs20-p): Remove.
2704 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2705 (sql-builtin-face, sql-doc-face): Remove.
2706 (sql-mode-ansi-font-lock-keywords)
2707 (sql-mode-oracle-font-lock-keywords)
2708 (sql-mode-postgres-font-lock-keywords)
2709 (sql-mode-linter-font-lock-keywords)
2710 (sql-mode-ms-font-lock-keywords)
2711 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2712 (sql-product-font-lock): Fix font-lock reset when font rules change.
2713 (sql-highlight-product): Remove incorrect font-lock reset logic.
2714
2715 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2716
2717 * ses.el (ses-set-parameter): Fix typo.
2718
2719 2004-05-04 Kim F. Storm <storm@cua.dk>
2720
2721 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2722 Must expand directory for completion to work; and don't mess with
2723 process-environment.
2724 (ido-read-file-name): If command has ido property, don't use ido
2725 if value is ignore, or read as directory if value is dir.
2726 Set ido ignore property for dired-do-rename command.
2727
2728 2004-05-04 Juanma Barranquero <lektu@terra.es>
2729
2730 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2731 (electric-help-help): Check against unmapped commands.
2732
2733 * help-fns.el (help-argument-name): New face, inheriting from
2734 font-lock-variable-name-face, to highlight function arguments in
2735 `describe-function' and `describe-key'.
2736 (help-do-arg-highlight): Auxiliary function to highlight a given
2737 list of arguments in a string.
2738 (help-highlight-arguments): Highlight the function arguments and
2739 all uses of them in the docstring.
2740 (describe-function-1): Use it. Do docstring output via `insert',
2741 not 'princ', so text attributes are preserved.
2742
2743 * winner.el (winner-mode-map): Move `winner-undo' and
2744 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2745 previous bindings conflict with `prev-buffer', `next-buffer').
2746
2747 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2748
2749 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2750 (bibtex-entry-update): New command bound to C-c C-u.
2751 (bibtex-text-in-string): Fix regexp.
2752 (bibtex-assoc-of-regexp): Remove.
2753 (bibtex-progress-message): Fix docstring.
2754 (bibtex-inside-field): Use if.
2755 (bibtex-assoc-regexp): New function.
2756 (bibtex-format-entry): Make code more robust so that it formats
2757 also old entries.
2758 (bibtex-autokey-demangle-title): Merge with obsolete function
2759 bibtex-assoc-of-regexp.
2760 (bibtex-field-list): New function.
2761 (bibtex-entry): Use bibtex-field-list.
2762 (bibtex-parse-entry): Fix docstring.
2763 (bibtex-print-help-message): Use bibtex-field-list.
2764 (bibtex-make-field): Use bibtex-field-list.
2765 (bibtex-entry-index): Bugfix. Return crossref key if required.
2766 (bibtex-lessp): Fix docstring.
2767
2768 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2769
2770 * select.el (xselect-convert-to-string): Move comment to intended line.
2771
2772 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2773
2774 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2775 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2776
2777 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2778
2779 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2780 x-get-selection.
2781
2782 2004-05-03 Jason Rumney <jasonr@gnu.org>
2783
2784 * makefile.nt: Remove.
2785
2786 2004-05-03 Kim F. Storm <storm@cua.dk>
2787
2788 * emulation/cua-base.el (cua--update-indications): Fix last change.
2789 (cua-mode): Deactivate mark when cua-mode is enabled.
2790
2791 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2792
2793 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2794
2795 2004-05-03 Nick Roberts <nickrob@gnu.org>
2796
2797 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2798 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2799 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2800 window over visible frames.
2801 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2802
2803 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * progmodes/compile.el (compilation-gcpro): New var.
2806 (compilation-fake-loc): Use it.
2807 (compilation-forget-errors): Reset it.
2808
2809 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2810
2811 * diff-mode.el (diff-header-face, diff-file-header-face):
2812 Use min-colors.
2813
2814 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2815
2816 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2817 (bibtex-clean-entry): Disentangle code.
2818 (bibtex-realign): New function.
2819 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2820 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2821 Remove undocumented optional arg called-by-convert-alien.
2822 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2823 for sorting instead of bibtex-sort-buffer.
2824
2825 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2826
2827 * progmodes/compile.el (compilation-start): In the
2828 no-async-subprocesses branch, call sit-for to give redisplay a
2829 chance to show the updated process status in the mode line, and
2830 fontify the buffer explicitly after the process exits.
2831
2832 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * progmodes/python.el (python-compilation-line-number): Remove.
2835 (python-compilation-regexp-alist): Don't use it any more.
2836 (python-orig-start, python-input-filter): Remove.
2837 (inferior-python-mode): Don't set up comint-input-filter-functions.
2838 (python-send-region): Use compilation-fake-loc.
2839
2840 * progmodes/compile.el (compilation-messages-start): New var.
2841 (compilation-mode): Don't setup next-error-function here.
2842 (compilation-setup): Set it up here instead (for minor modes as well).
2843 Make compilation-messages-start buffer local.
2844 (compilation-next-error-function): Use it.
2845 (compilation-forget-errors): Set compilation-messages-start.
2846
2847 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2848
2849 * ielm.el (ielm-prompt-read-only): Update docstring.
2850
2851 * comint.el (comint-prompt-read-only): Update docstring.
2852 (comint-update-fence, comint-kill-whole-line)
2853 (comint-kill-region): New functions.
2854
2855 * simple.el (kill-whole-line): Use "p" instead of "P" in
2856 interactive form.
2857
2858 2004-05-01 Juanma Barranquero <lektu@terra.es>
2859
2860 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2861 format arglist so default values in CL-style argument lists are
2862 correctly shown.
2863
2864 2004-05-01 Jason Rumney <jasonr@gnu.org>
2865
2866 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2867
2868 2004-05-01 Kenichi Handa <handa@m17n.org>
2869
2870 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2871 quail file if it is up to date.
2872
2873 2004-04-30 Juri Linkov <juri@jurta.org>
2874
2875 * cus-edit.el (custom-mode-map):
2876 Add key binding `C-x C-s' to `Custom-save'.
2877
2878 * outline.el (outline-blank-line): New var.
2879 (outline-next-preface, outline-show-heading)
2880 (outline-end-of-subtree): Use it.
2881
2882 * dired-aux.el (dired-touch-initial): New fun.
2883 (dired-do-chxxx): Call it for op-symbol `touch'.
2884 (dired-diff): Use `dired-dwim-target-directory'
2885 if current dired buffer has no buffer mark.
2886
2887 * bindings.el (propertized-buffer-identification):
2888 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2889 Add C-M-arrow keys for consistency.
2890
2891 * files.el (confirm-kill-emacs):
2892 Change group from top-level `emacs' to `convenience'.
2893
2894 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2895 Push mark on the first call of successive command calls.
2896 (insert-pair): New fun created from `insert-parentheses' with
2897 `open' and `close' arguments added. Enclose active regions
2898 in paired characters. Compare adjacent characters syntax with
2899 inserted characters syntax before inserting a space.
2900 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2901
2902 * delsel.el: Don't put `delete-selection' property
2903 on `insert-parentheses' symbol to take advantage of
2904 region handling in `insert-pair' function.
2905 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2906
2907 2004-04-30 Kim F. Storm <storm@cua.dk>
2908
2909 * emulation/cua-base.el: Add support for changing cursor types;
2910 based on patch from Michael Mauger.
2911 (cua-normal-cursor-color, cua-read-only-cursor-color)
2912 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2913 Customization cursor type and/or cursor color.
2914 (cua--update-indications): Handle cursor type changes.
2915 (cua-mode): Update cursor indications if enabled.
2916
2917 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2918
2919 * mouse.el (mouse-drag-copy-region): New defcustom.
2920 (mouse-set-region, mouse-drag-region-1): Use it.
2921
2922 * simple.el (kill-ring-save): If region face background color is
2923 unspecified (if no highlighting), show extent of fully visible
2924 region even if transient-mark-mode is enabled.
2925
2926 * emulation/cua-base.el (cua--standard-movement-commands):
2927 Add cua-scroll-up and cua-scroll-down.
2928 (cua-scroll-up, cua-scroll-down): New commands.
2929 (cua--init-keymaps): Remap scroll-up and scroll-down.
2930
2931 * emulation/cua-rect.el (cua--convert-rectangle-as):
2932 New defmacro.
2933 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2934 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2935 New commands (suggested by Jordan Breeding).
2936
2937 2004-04-30 Juanma Barranquero <lektu@terra.es>
2938
2939 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2940
2941 2004-04-30 Mario Lang <mlang@delysid.org>
2942
2943 * diff.el (diff-switches): Fix typo in docstring.
2944
2945 2004-04-30 Alex Schroeder <alex@gnu.org>
2946
2947 * xml.el (xml-debug-print-internal): Don't add newline and
2948 indentation to text nodes and write empty elements as empty tags
2949 instead of opening and closing tags.
2950 (xml-debug-print): Take optional indent-string argument.
2951 (xml-print): Alias for xml-debug-print.
2952
2953 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2954
2955 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2956 than duplicate call to `line-beginning-position'.
2957
2958 * progmodes/f90.el (f90-get-present-comment-type):
2959 Return whitespace, as well as comment chars, for consistent filling
2960 of comment blocks. Use `match-string-no-properties'.
2961 (f90-break-line): Trim trailing whitespace when filling comments.
2962
2963 2004-04-30 Dave Love <fx@gnu.org>
2964
2965 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2966 (diary-from-outlook-internal, diary-from-outlook)
2967 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2968 New functions to import diary entries from Outlook-format
2969 appointments in mail messages.
2970
2971 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * progmodes/python.el (python-send-command): New fun.
2974 (python-send-region, python-load-file): Use it.
2975
2976 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2977
2978 * help-fns.el (help-C-file-name): Use new subr-name.
2979 Prepend `src/' to the file name.
2980 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2981 (describe-function-1, describe-variable): Only find a C source file
2982 name if DOC is already loaded.
2983
2984 * help-mode.el (help-function-def, help-variable-def):
2985 Use the new find-function-search-for-symbol functionality.
2986 Allow FILE to be `C-source'.
2987
2988 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2989 (find-function-C-source): New fun.
2990 (find-function-search-for-symbol): Use it.
2991
2992 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2993
2994 * progmodes/sql.el (sql-product-alist): Rename variable
2995 `sql-product-support'. Add Postgres login parameters.
2996 (sql-set-product, sql-product-feature): Update with renamed variable.
2997 (sql-connect-postgres): Add username prompt.
2998 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2999 Make patterns less product specific.
3000 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3001 (sql-mode-abbrev-table): Modify initialization.
3002 (sql-builtin-face): Add variable.
3003 (sql-keywords-re): Add macro.
3004 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3005 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3006 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3007 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3008 (sql-mode-linter-font-lock-keywords)
3009 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3010 (sql-mode-sybase-font-lock-keywords)
3011 (sql-mode-informix-font-lock-keywords)
3012 (sql-mode-interbase-font-lock-keywords)
3013 (sql-mode-ingres-font-lock-keywords)
3014 (sql-mode-solid-font-lock-keywords)
3015 (sql-mode-sqlite-font-lock-keywords)
3016 (sql-mode-db2-font-lock-keywords): Default to nil.
3017 (sql-product-font-lock): Always highlight ANSI keywords.
3018 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3019 (sql-send-string): Add function.
3020
3021 2004-04-29 Dave Love <fx@gnu.org>
3022
3023 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3024 (cfengine-end-of-defun): Ensure progress through buffer.
3025
3026 * info-look.el (cfengine-mode): Accept a terminal ().
3027
3028 2004-04-29 Juri Linkov <juri@jurta.org>
3029
3030 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3031 instead of isearch-yank-word-or-char. Add new key bindings for
3032 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3033 (isearch-del-char): New fun.
3034 (isearch-forward, isearch-edit-string): Update docstring.
3035 (isearch-yank-char): Doc fix.
3036 (isearch-other-meta-char): Restore point after scrolling.
3037
3038 * progmodes/compile.el (compilation-context-lines): Add nil option
3039 to disable compilation output window scrolling.
3040 (compilation-set-window): Use it.
3041
3042 * outline.el (outline-next-preface, outline-show-heading):
3043 Don't leave unhidden blank line before heading.
3044 (outline-end-of-subtree): Include last newline into subtree.
3045 (hide-entry): Leave point at beginning of heading instead of end.
3046 (outline-up-heading): Push mark for the first call of successive
3047 command calls.
3048
3049 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3050
3051 * comint.el (comint-prompt-read-only): New variable.
3052 (comint-output-filter): Implement it.
3053
3054 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3055 (ielm-prompt-internal): New variable.
3056 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3057 (ielm-send-input): Delete unused variable `buf'.
3058 (ielm-eval-input): Use `ielm-prompt-internal'.
3059 (inferior-emacs-lisp-mode): Use new variables
3060 `comint-prompt-read-only' and `ielm-prompt-internal'.
3061 Get rid of obsolete variable `directory-sep-char'.
3062 (ielm): Use `zerop'.
3063
3064 2004-04-29 John Paul Wallington <jpw@gnu.org>
3065
3066 * thumbs.el (toplevel): Require cl at compile time.
3067 Remove conditional definitions of `ignore-errors' and `caddar'
3068 because they occur at run time.
3069
3070 2004-04-28 Nick Roberts <nickrob@gnu.org>
3071
3072 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3073 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3074 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3075 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3076
3077 * progmodes/gud.el (gud-common-init): Throw an error if program is
3078 already running under gdb.
3079
3080 2004-04-28 John Paul Wallington <jpw@gnu.org>
3081
3082 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3083 (thumbs-show-image-num): Move assignment of
3084 `thumbs-current-image-filename' within scope of `i'.
3085 (thumbs-emboss-image): Don't use `evenp'.
3086
3087 2004-04-28 Richard M. Stallman <rms@gnu.org>
3088
3089 * progmodes/compile.el (compilation-context-lines): Default now 0.
3090
3091 2004-04-28 Juanma Barranquero <lektu@terra.es>
3092
3093 Use `time-less-p' from calendar/time-date.el instead of defining
3094 custom versions of it.
3095
3096 * pcomplete.el (pcomplete-time-less-p): Remove.
3097
3098 * thumbs.el (time-less-p): Remove.
3099
3100 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3101 (timeclock-generate-report): Use `time-less-p'.
3102
3103 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3104 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3105
3106 2004-04-28 Masatake YAMATO <jet@gyve.org>
3107
3108 * subr.el (remove-overlays): Make arguments optional.
3109
3110 * wid-edit.el (widget-specify-button): Put evaporate to the
3111 overlay for sample.
3112 (widget-specify-sample): Put evaporate to the overlay for sample.
3113 (widget-specify-doc): Put evaporate to the overlay for documentation.
3114
3115 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3116
3117 * info.el (info-apropos): Make it an index node. Align node names
3118 like makeinfo.
3119
3120 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3121
3122 * net/browse-url.el (browse-url-netscape-sentinel)
3123 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3124 (browse-url-epiphany-sentinel, browse-url-mosaic):
3125 Use browse-url-*-program instead of a literal program name.
3126
3127 2004-04-27 Kevin Ryde <user42@zip.com.au>
3128
3129 * eshell/em-alias.el:
3130 * eshell/em-dirs.el:
3131 * eshell/em-hist.el:
3132 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3133 features when M-x customize-group loads modules before the main
3134 eshell.el.
3135
3136 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3137
3138 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3139 either a character representation of an event or an event
3140 description list.
3141
3142 * type-break.el: Capitalise Emacs and Lisp.
3143 (type-break-good-break-interval, type-break-demo-boring-stats)
3144 (type-break-terse-messages, type-break-file-name): New defcustoms.
3145 (type-break-post-command-hook)
3146 (type-break-warning-countdown-string): Quote variable names in doc.
3147 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3148 (type-break-mode): Document type-break-good-break-interval and the
3149 "session" file. Schedule break according to the session file.
3150 Kill session file buffer on exit. Organise for save-some-buffers
3151 to always save the session file.
3152 (type-break-mode-line-message-mode, type-break-query-mode):
3153 Uppercase arguments.
3154 (type-break-file-time, type-break-file-keystroke-count, timep)
3155 (type-break-choose-file, type-break-get-previous-time)
3156 (type-break-get-previous-count): New defuns.
3157 (type-break): Avoid break querying after a completed break in the
3158 case where the query was initiated during user invocation of the
3159 break. Optional terse messages.
3160 Use type-break-good-break-interval if type-break-good-rest-interval is
3161 nil. File the break time.
3162 (type-break-schedule): New optional args for overriding the use of
3163 the current time.
3164 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3165 after a break.
3166 (type-break-check): File the keystroke count.
3167 (type-break-do-query): Prevent a second query when the break is
3168 interrupted. Optional terse message.
3169 (type-break-keystroke-reset): Record the start of a typing interval.
3170 (type-break-demo-boring): Optional terse messages. Display word
3171 per minute and keystroke counts according to
3172 type-break-demo-boring-stats.
3173
3174 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3175
3176 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3177 directories, make sure they exist under archive-tmpdir.
3178
3179 2004-04-27 Juri Linkov <juri@jurta.org>
3180
3181 * help.el (view-emacs-news): With argument, display info for the
3182 selected version by finding it among different NEWS files, and
3183 narrowing the buffer to the selected version.
3184
3185 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3186 same-window-buffer-names.
3187 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3188 non-numeric prefix argument, append the number to the buffer name
3189 for numeric prefix argument.
3190 (info-other-window): Bind same-window-regexps to nil.
3191 (Info-reference-name): Rename to Info-point-loc.
3192 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3193 and Info-find-index-name for stringy Info-point-loc.
3194 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3195 without middle `.', but with final `.' and optional line number
3196 for it. Set Info-point-loc for index nodes.
3197 (Info-index): Remove middle `.' from index entry regexp.
3198 Modify line number regexp.
3199 (Info-index-next): Decrement line number.
3200 (info-apropos): Remove middle `.' from index entry regexp.
3201 Add optional line number regexp at the end. Add matched value
3202 for line number to the result list and insert it to the buffer.
3203 Replace match-string by match-string-no-properties.
3204 Reorder result list.
3205 (Info-fontify-node): Hide index line numbers.
3206 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3207 empty matches.
3208 (Info-follow-reference): Use `str' instead of
3209 Info-following-node-name-re.
3210 (Info-toc): Use full file names. Set Info-current-node to "Top".
3211 (Info-fontify-node): Compare file names without directory name.
3212 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3213 Set second arg of Info-extract-menu-node-name for index nodes.
3214 (info-xref-visited): Use magenta3 instead of magenta4.
3215 (Info-mode): Add info-apropos to docstring.
3216
3217 * log-view.el (log-view-diff): Replace interactive code "r"
3218 by a list to allow to call it even if region is not active.
3219
3220 * paren.el (show-paren-highlight-openparen): New var.
3221 (show-paren-function): Turn on openparen highlighting when
3222 matching forward if show-paren-highlight-openparen is non-nil.
3223
3224 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3225 the constant value 1.
3226 (completions-common-part): Expand docstring.
3227
3228 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3229
3230 2004-04-27 Kim F. Storm <storm@cua.dk>
3231
3232 * image.el (insert-sliced-image): Use line-height instead of
3233 line-spacing property on newline.
3234
3235 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3236
3237 * desktop.el (desktop-buffer-misc-data-function): Rename to
3238 desktop-save-buffer and change docstring.
3239 (desktop-buffer-modes-to-save): Delete.
3240 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3241 desktop-buffer-modes-to-save.
3242 (desktop-save): Rename desktop-buffer-misc-data-function to
3243 desktop-save-buffer and allow non-function value.
3244 (desktop-missing-file-warning): Correct docstring.
3245
3246 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3247 to desktop-save-buffer.
3248
3249 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3250 desktop-save-buffer.
3251
3252 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3253
3254 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3255
3256 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3257
3258 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3259
3260 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3261
3262 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3263 (ielm): Only go to the end of the buffer when starting a new process.
3264
3265 2004-04-25 Juanma Barranquero <lektu@terra.es>
3266
3267 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3268 mode line. Bind `inhibit-read-only' to t before modifying
3269 properties of text in the buffer.
3270 (ielm): Force point to the end of buffer, even when running ielm
3271 from inside itself.
3272
3273 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3274
3275 * info.el (info-apropos): Reset Info-complete-cache.
3276
3277 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3278
3279 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3280 Also recognize severe Irix et al. messages.
3281 (compilation-normalize-filename, compile-abbreviate-directory):
3282 Delete functions.
3283 (compilation-get-file-structure): New function inherits
3284 functionality of the two preceding ones.
3285 (compilation-internal-error-properties, compilation-fake-loc):
3286 Use it so that different paths to the same file share the same
3287 markers. Also optimize finding adjacent marker slightly.
3288
3289 2004-04-25 Kim F. Storm <storm@cua.dk>
3290
3291 * image.el (insert-sliced-image): Add line-spacing t property
3292 to newlines separating image lines.
3293
3294 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3295
3296 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3297
3298 * ielm.el (ielm-prompt-read-only): New user option.
3299 (ielm-prompt): Expand docstring to describe new behavior.
3300 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3301 mention it in the docstring.
3302
3303 2004-04-24 Andreas Schwab <schwab@suse.de>
3304
3305 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3306
3307 * diff.el (diff): Set default-directory in diff buffer.
3308
3309 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3310
3311 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3312 mail was being composed if the terminal cannot display more than
3313 one frame; instead, switch to previous frame.
3314
3315 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3316 (rmail-start-mail): Support rmail-mail-new-frame even on
3317 terminals that can display only one frame at a time.
3318
3319 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3322 (checkdoc-output-font-lock-keywords): Remove error regexp.
3323 (checkdoc-output-mode-map): Remove.
3324 (checkdoc-output-mode): Derive from compilation-mode.
3325 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3326
3327 * dired.el (dired-mode-map): Add a menu entry for wdired.
3328
3329 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3330 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3331
3332 * wdired.el: (wdired-mode-map): Move init into declaration.
3333 Fix `return' binding.
3334 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3335 Use force-mode-line-update.
3336 (wdired-get-filename): Use `unless'.
3337 (wdired-preprocess-files): Don't assume names have no \n and use / for
3338 dir separator.
3339 (wdired-normalize-filename): Use replace-regexp-in-string.
3340 (wdired-load-hooks): Remove.
3341 (wdired-mode-hooks): Rename to wdired-mode-hook.
3342
3343 * info-look.el: Add support for cfengine-mode.
3344 (info-lookup-setup-mode): Use dolist.
3345
3346 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3347
3348 * wdired.el: New file.
3349
3350 2004-04-23 Juanma Barranquero <lektu@terra.es>
3351
3352 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3353
3354 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3355 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3356 (pcomplete--help, pcomplete--here): Doc fixes.
3357
3358 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3359
3360 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3361 handles wrong-number-of-arguments in backend call.
3362
3363 * vc.el (vc-print-log): Likewise.
3364
3365 2004-04-20 Dave Love <fx@gnu.org>
3366
3367 * emacs-lisp/rx.el: Doc fixes.
3368 (rx-constituents): Add/extend many forms.
3369 (rx-check): Check form is a list.
3370 (bracket): Defvar.
3371 (rx-check-any, rx-any, rx-check-not): Modify.
3372 (rx-not): Simplify.
3373 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3374 (rx-kleene): Use rx-trans-forms.
3375 (rx-quote-for-set): Delete.
3376 (rx): Allow multiple args.
3377
3378 2004-04-23 Kenichi Handa <handa@m17n.org>
3379
3380 * international/mule-util.el (char-displayable-p): Simplify by
3381 using internal-char-font.
3382
3383 2004-04-23 Juanma Barranquero <lektu@terra.es>
3384
3385 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3386
3387 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * diff-mode.el (diff-next-error): New fun.
3390 (diff-mode): Use it.
3391
3392 * simple.el (next-error): Change arg name.
3393 Add support for the documented C-u C-x ` usage.
3394
3395 * frame.el (special-display-popup-frame, next-multiframe-window)
3396 (previous-multiframe-window): Only consider frames on same display.
3397
3398 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3399
3400 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3401 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3402
3403 2004-04-22 Kim F. Storm <storm@cua.dk>
3404
3405 * net/telnet.el (telnet): Add optional port arg.
3406
3407 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3410 Minor sanity check on the `hyperlink' slot.
3411
3412 * Makefile.in (recompile): Compile new files.
3413
3414 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3415 Add byte-recompile-directory's optional `arg'.
3416
3417 * cvs-status.el (cvs-tree-use-charset): New var.
3418 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3419 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3420 (cvs-status-cvstrees): Use it.
3421
3422 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3423 Make it a normal major mode.
3424 (checkdoc-buffer-label): Make sure the file name is meaningful.
3425 (checkdoc-output-to-error-buffer): Remove.
3426 (checkdoc-error, checkdoc-start-section): Rewrite.
3427
3428 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3429 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3430 (Info-title-4-face): Use new syntax.
3431 (info-xref-visited): Inherit from info-xref.
3432
3433 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3434
3435 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3436
3437 * simple.el (next-error-last-buffer, next-error-function):
3438 New variables for the next-error framework.
3439 (next-error-buffer-p): New function.
3440 (next-error-find-buffer): Generalize compilation-find-buffer.
3441 (next-error, previous-error, first-error, next-error-no-select)
3442 (previous-error-no-select): Move from compile.el.
3443
3444 * replace.el (occur-next-error, occur-1): Hook into the next-error
3445 framework.
3446
3447 * progmodes/compile.el (compilation-start):
3448 Set next-error-last-buffer so next-error knows where to jump.
3449 (compilation-setup): Set the buffer-local variable
3450 next-error-function to 'compilation-next-error-function.
3451 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3452 alternate way to find if a buffer is a compilation buffer, for
3453 next-error convenience.
3454 (next-error-no-select, previous-error-no-select, next-error)
3455 (previous-error, first-error): Move to simple.el.
3456 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3457 (compilation-last-buffer): Remove.
3458 (compilation-start, compilation-next-error, compilation-setup)
3459 (compilation-next-error-function, compilation-find-buffer):
3460 Remove compilation-last-buffer use.
3461
3462 2004-04-21 Juanma Barranquero <lektu@terra.es>
3463
3464 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3465 (font-lock-warning-face): Fix spacing.
3466
3467 * makefile.w32-in (WINS): Add url/ directory.
3468
3469 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3470
3471 * desktop.el (desktop-buffer-mode-handlers): New variable.
3472 Alist of major mode specific functions to restore a desktop buffer.
3473 (desktop-buffer-handlers): Make variable obsolete.
3474 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3475 Catch errors signaled in handlers. Update buffer count.
3476 Evaluate desktop-buffer-point.
3477 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3478 move to dired.el.
3479 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3480 move to info.el.
3481 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3482 move to mail/rmail.el.
3483 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3484 to mh-e/mh-e.el.
3485 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3486 On fail, print message (to message buffer) even if
3487 desktop-missing-file-warning is nil.
3488 (desktop-buffer-misc-data-function): New buffer local variable.
3489 Function returning major mode specific data.
3490 (desktop-buffer-misc-functions): Make variable obsolete.
3491 (desktop-save): Use desktop-buffer-misc-data-function.
3492 (desktop-buffer-dired-misc-data): Rename to
3493 dired-desktop-buffer-misc-data and move to dired.el.
3494 (desktop-buffer-info-misc-data): Rename to
3495 Info-desktop-buffer-misc-data and move to info.el.
3496 (desktop-read): Add message about number of buffers restored/failed.
3497
3498 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3499 Add parameters. Pause to display error only when
3500 desktop-missing-file-warning is non-nil.
3501 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3502 (dired-mode): Bind desktop-buffer-misc-data-function.
3503
3504 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3505 Add Parameters.
3506 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3507 (Info-mode): Bind desktop-buffer-misc-data-function.
3508
3509 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3510 Add Parameters.
3511
3512 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3513 Add Parameters.
3514
3515 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3516
3517 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3518 the case of letters in case-insensitive expansions when the
3519 abbrev is preceded by characters with letter syntax.
3520
3521 2004-04-21 Richard M. Stallman <rms@gnu.org>
3522
3523 * progmodes/cperl-mode.el (cperl-putback-char):
3524 Delete Emacs 18 definition.
3525
3526 * international/mule.el (ctext-post-read-conversion):
3527 Use assoc-string, not assoc-ignore-case.
3528
3529 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3530
3531 * emacs-lisp/easymenu.el (easy-menu-add):
3532 Do call x-popup-menu, but only if it's defined.
3533
3534 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3535
3536 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3537 Handle multiple args: compile like progn.
3538
3539 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3540 take all args as &rest arg.
3541
3542 * autoinsert.el (auto-insert-alist): Insert the user's name in
3543 copyright notice, rather than Free Software Foundation.
3544
3545 2004-04-21 Kenichi Handa <handa@m17n.org>
3546
3547 * descr-text.el (describe-char): Make it work on *Help* buffer.
3548
3549 2004-04-21 Kim F. Storm <storm@cua.dk>
3550
3551 * image.el (insert-image): Add optional SLICE arg.
3552 (insert-sliced-image): New defun.
3553
3554 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3555
3556 * subr.el (read-number): Check whether `default' is nil.
3557
3558 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * progmodes/compile.el (compilation-error-properties):
3561 Split into two.
3562 (compilation-internal-error-properties): New one.
3563 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3564
3565 2004-04-20 Richard M. Stallman <rms@gnu.org>
3566
3567 * window.el (split-window-save-restore-data):
3568 Don't update the data if OLD-INFO is nil.
3569
3570 * view.el (view-return-to-alist): Mark it permanent local.
3571
3572 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3573
3574 * recentf.el (recentf-save-list): Catch and warn about errors.
3575
3576 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3577 so "Buffers" won't be pure.
3578
3579 * help-mode.el (help-mode-finish): Set help-return-alist first
3580 thing, setting only the entry for the selected window.
3581
3582 * help-fns.el (describe-function-1): If many non-control non-meta
3583 keys run the command, don't list all of them.
3584
3585 2004-04-20 Juanma Barranquero <lektu@terra.es>
3586
3587 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3588 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3589
3590 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3591
3592 2004-04-20 Kenichi Handa <handa@m17n.org>
3593
3594 * international/quail.el (quail-lookup-key): New optional arg
3595 NOT-RESET-INDICES.
3596 (quail-get-translations): Call quail-lookup-key with
3597 NOT-RESET-INDICES t.
3598 (quail-completion): Likewise.
3599 (quail-lookup-map-and-concat): Likewise.
3600
3601 2004-04-20 Kenichi Handa <handa@m17n.org>
3602
3603 * international/quail.el (quail-update-translation): Don't insert
3604 such an unsupported multibyte char in a unibyte buffer.
3605
3606 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3607
3608 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3609 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3610 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3611 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3612 (gdb-frame-assembler-buffer): Improve behaviour with
3613 multiple frames.
3614 (gdb-display-buffer): Extend search to all visible frames.
3615
3616 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3617
3618 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3619 characters left after base64 decoding.
3620 (rmail-decode-region): Use -dos variety of `coding', to remove any
3621 ^M characters left after qp or base64 decoding.
3622
3623 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3624
3625 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3626 messages.
3627
3628 2004-04-19 Stephen Eglen <stephen@gnu.org>
3629
3630 * add-log.el (add-change-log-entry): Update doc string to mention
3631 add-log-full-name and add-log-mailing-address.
3632
3633 2004-04-18 Juri Linkov <juri@jurta.org>
3634
3635 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3636 (Info-find-node-2): Simplify error message.
3637 (Info-insert-dir): Use Info-following-node-name.
3638 (Info-goto-node): Remove *info-history* and *info-toc*.
3639 (Info-history): Create a node of the virtual history file.
3640 (Info-toc): Create a node of the virtual toc file.
3641 (Info-insert-toc): New arg `curr-file' for reference file names.
3642 (info-apropos): Remove redundant var binding for temp-file.
3643 (Info-index, Info-index-next, Info-mode): Doc fix.
3644 (Info-goto-emacs-command-node): Don't jump to *info* from
3645 non-*info* Info buffers.
3646 (Info-fontify-node): Don't show the file name of external
3647 references if `Info-hide-note-references' is `hide'. Don't hide
3648 newlines at the end of paragraphs.
3649
3650 * international/mule-diag.el (list-input-methods):
3651 Fix args to help-xref-button.
3652
3653 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3654 to put into effect local variables from TUTORIAL files.
3655
3656 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3657 with default value taken from the variable `sentence-end'.
3658 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3659 Add nil const to :type.
3660 (sentence-end-without-period, sentence-end-double-space)
3661 (sentence-end-without-space): Doc fix.
3662
3663 * textmodes/paragraphs.el (forward-sentence):
3664 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3665 (fill-delete-newlines):
3666 * progmodes/cc-cmds.el (c-beginning-of-statement):
3667 Use function `sentence-end' instead of variable `sentence-end'.
3668
3669 2004-04-18 Andreas Schwab <schwab@suse.de>
3670
3671 * progmodes/compile.el (compilation-start): Set window start to
3672 point-min if compilation-scroll-output is nil.
3673
3674 2004-04-18 John Wiegley <johnw@newartisans.com>
3675
3676 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3677
3678 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3679
3680 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3681 (gdb-info-breakpoints-custom): Revert previous change.
3682 (gdb-view-assembler): Update assembler if necessary.
3683 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3684 (gdb-display-source-buffer): Update properly when both source and
3685 assembler are visible.
3686
3687 2004-04-17 John Wiegley <johnw@newartisans.com>
3688
3689 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3690 which limits the number of names shown in the minibuffer. Off by
3691 default.
3692 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3693 up iswitchb for users with a multitude of open buffers by showing
3694 only the first and last N/2 buffers in the completion list (which
3695 is enough to aid C-s/C-r, and to know that more characters are
3696 needed to refine the completion list).
3697
3698 2004-04-17 Richard M. Stallman <rms@gnu.org>
3699
3700 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3701 (file-truename): Expand all ~ constructs directly.
3702 (insert-directory): Delete any error msg output by the
3703 `insert-directory-program'.
3704
3705 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3706 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3707 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3708 (allout-init): Use find-file-hook, not find-file-hooks.
3709 (allout-mode): Eliminate Emacs 18 support.
3710 Use write-contents-functions, not local-write-file-hooks.
3711
3712 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3713
3714 * progmodes/compile.el (compilation-error-properties): Fix for
3715 adding messages when there are already markers for their file.
3716 (compilation-fake-loc): New function.
3717
3718 2004-04-16 Dave Love <fx@gnu.org>
3719
3720 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3721 (python-load-file): Fix python-orig-start setting.
3722
3723 * progmodes/compile.el: Doc fixes.
3724 (compilation-error-regexp-alist-alist)
3725 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3726 (compilation-assq): Wrap in eval-when-compile.
3727 (compilation-mode-font-lock-keywords): Don't use list*.
3728 (compilation-start): Avoid warning.
3729 (compilation-compat-error-properties)
3730 (compilation-directory-properties): Add keymap property.
3731 (compilation-parsing-end): Make it a marker for better compatibility.
3732
3733 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3734
3735 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3736
3737 * xml.el: Doc fixes.
3738 (xml-get-children): Only looks at sub-tags and ignore strings.
3739
3740 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3741
3742 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3745
3746 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3747
3748 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3749
3750 * vc.el (vc-print-log): Likewise.
3751
3752 2004-04-16 Masatake YAMATO <jet@gyve.org>
3753
3754 * simple.el (completion-setup-function): Set an initial value
3755 to `element-common-end' before entering loop. Set a value
3756 to `element-common-end' at the end of loop.
3757 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3758 (completions-common-part): Rename from completion-de-emphasis.
3759 (completions-first-difference): Rename from completion-emphasis.
3760 Suggested by RMS.
3761
3762 2004-04-16 Juanma Barranquero <lektu@terra.es>
3763
3764 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3765 (bookmark-edit-annotation-mode): Add mode name.
3766
3767 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3770 for nested conflict markers.
3771 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3772
3773 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3774
3775 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3776
3777 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3778
3779 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3782 Give a backtrace if requested.
3783
3784 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3785
3786 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3787 Remove unused functions.
3788 (python-orig-start-line, python-orig-file): Remove.
3789 (python-orig-start): New var.
3790 (python-input-filter, python-compilation-line-number)
3791 (python-send-region, python-load-file): Use it.
3792
3793 * info.el (info): Always jump to *info*.
3794
3795 * subr.el (posn-set-point): New function.
3796
3797 * mouse.el (mouse-set-point): Use it.
3798
3799 * progmodes/compile.el (compile-goto-error): Use it.
3800 (compilation-button-map): New keymap.
3801 (compilation-error-properties): Use it.
3802 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3803
3804 * smerge-mode.el (smerge-popup-context-menu): Use it.
3805
3806 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3807 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3808 mouse and non-mouse case.
3809
3810 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3811 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3812
3813 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3814 Make it work for non-mouse events.
3815
3816 * pcvs-info.el (cvs-status-map): Update binding name.
3817
3818 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3819
3820 * xml.el (xml-maybe-do-ns): New function to handle namespace
3821 parsing of both attribute and element names.
3822 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3823 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3824 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3825 (xml-parse-attlist): Make it do its own namespace parsing.
3826
3827 2004-04-14 Dave Love <fx@gnu.org>
3828
3829 * progmodes/python.el (run-python): Fix use of \n.
3830 (python-load-file): Remove `try' from Python fragment.
3831 (python-describe-symbol): Fix message.
3832
3833 * comint.el: Doc fixes.
3834 (comint-last-input-start, comint-last-input-end)
3835 (comint-last-output-start): Give them values.
3836 (comint-arguments): Avoid warning.
3837 (comint-skip-prompt): Use line-end-position.
3838 (comint-backward-matching-input): Rename arg to agree with doc.
3839 (comint-extract-string): Use syntax-ppss.
3840 (comint-dynamic-simple-complete): Delete useless list construction.
3841 (comint-redirect-subvert-readonly): New.
3842 (comint-redirect-preoutput-filter): Use it.
3843
3844 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3845 Correctly handle negative arguments when calling hook functions.
3846
3847 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3848
3849 * info.el (info-apropos): Don't clobber Info-history-list.
3850
3851 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3852
3853 * progmodes/compile.el (compilation-setup):
3854 Localize overlay-arrow-position.
3855 (compilation-sentinel): Restructure code equivalently.
3856 (compilation-next-error): Find message on same line after point if
3857 not found before point.
3858 (compile-mouse-goto-error): Restore function so that compilation
3859 buffer need not be current and use compile-goto-error.
3860 (compile-goto-error): Restore function.
3861 (next-error): Set overlay-arrow-position.
3862 (compilation-forget-errors): Don't localize already local
3863 compilation-locs and remove FIXME about refontifying.
3864
3865 2004-04-14 Kim F. Storm <storm@cua.dk>
3866
3867 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3868 (command-line): New option -Q. Like -q --no-site-file, but
3869 in addition it also disables menu-bar, tool-bar, scroll-bars,
3870 tool-tips, and the blinking cursor.
3871 (command-line-1): Skip startup screen if -Q.
3872 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3873
3874 * emulation/cua-base.el (cua-read-only-cursor-color)
3875 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3876
3877 2004-04-13 Dave Love <fx@gnu.org>
3878
3879 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3880 (syntax): Don't require.
3881 (python) <defgroup>: Add :version.
3882 (python-quote-syntax): Re-written.
3883 (inferior-python-mode): Move stuff here from run-python and add
3884 some more.
3885 (python-preoutput-continuation, python-preoutput-result)
3886 (python-dotty-syntax-table): New.
3887 (python-describe-symbol): Use them.
3888 (run-python): Move stuff to inferior-python-mode. Modify code
3889 loaded into Python.
3890 (python-send-region): Use python-proc, python-send-string.
3891 (python-send-string): Send newlines too. Callers changed.
3892 (python-load-file): Re-written.
3893 (python-eldoc-function): New.
3894 (info-look): Don't require.
3895 (python-after-info-look): New. A modified version of former
3896 top-level code for use with eval-after-load.
3897 (python-maybe-jython, python-guess-indent): Use widened buffer.
3898 (python-fill-paragraph): Re-written.
3899 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3900 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3901
3902 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3905 Set compilation-error-regexp-alist earlier.
3906
3907 * progmodes/compile.el (compilation-minor-mode-map)
3908 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3909 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3910
3911 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3914 corresponding to the event.
3915
3916 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3917
3918 * loadup.el: Add cygwin to system-type list, for unexec() support.
3919
3920 2004-04-12 John Paul Wallington <jpw@gnu.org>
3921
3922 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3923 (ibuffer-restore-window-config-on-quit): New variable to replace
3924 `ibuffer-delete-window-on-quit'. Update all references.
3925 (ibuffer-prev-window-config): New variable.
3926 (ibuffer-quit): Restore previous window configuration instead of
3927 deleting window.
3928 (ibuffer): Save window configuration before showing Ibuffer buffer.
3929
3930 * help.el (describe-mode): Doc fix.
3931
3932 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3935 not to treat nil as a function.
3936
3937 * vc-arch.el (vc-arch-root): Be a bit more careful.
3938 (vc-arch-register): Save the buffer if we modified it.
3939 (vc-arch-delete-rej-if-obsolete): Save excursion.
3940 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3941 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3942
3943 * net/ldap.el (ldap-search): Use list*.
3944
3945 2004-04-12 Juri Linkov <juri@jurta.org>
3946
3947 * info.el (Info-follow-reference): Allow multiline reference name.
3948
3949 2004-04-11 Dave Love <fx@gnu.org>
3950
3951 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3952
3953 * progmodes/python.el: New file.
3954
3955 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3956
3957 * vc-hooks.el (vc-arg-list): Function removed.
3958 (vc-default-workfile-unchanged-p): Use condition-case to check for
3959 backward compatibility.
3960
3961 * vc.el (vc-print-log): Use condition-case to check for backward
3962 compatibility.
3963
3964 2004-04-11 Juri Linkov <juri@jurta.org>
3965
3966 * dired.el (dired-faces): New defgroup.
3967 (dired-header, dired-mark, dired-marked, dired-flagged)
3968 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3969 New faces.
3970 (dired-header-face, dired-mark-face, dired-marked-face)
3971 (dired-flagged-face, dired-warning-face, dired-directory-face)
3972 (dired-symlink-face, dired-ignored-face): New face variables.
3973 (dired-font-lock-keywords): Use them instead of font-lock faces.
3974 Split the rule for dired marks into 3 separate rules: for marks,
3975 marked file names and flagged file names.
3976
3977 * help-mode.el (help-make-xrefs): Add a final newline to the
3978 *Help* buffer.
3979
3980 2004-04-11 John Paul Wallington <jpw@gnu.org>
3981
3982 * replace.el (occur-engine): Distinguish between one and several
3983 matches in the matches per buffer heading.
3984
3985 2004-04-11 Kim F. Storm <storm@cua.dk>
3986
3987 * ido.el (ido-confirm-unique-completion): New defcustom.
3988 (ido-complete): Use it.
3989 (ido-write-file): Set it to t unconditionally.
3990
3991 2004-04-10 Miles Bader <miles@gnu.org>
3992
3993 RCS keyword removal (only non-comment changes are enumerated here):
3994
3995 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3996 (byte-compile-insert-header): Don't use `byte-compile-version'.
3997 * forms.el (forms-version): Variable removed.
3998 (forms-mode): Don't use `forms-version'.
3999 * recentf.el (recentf-version): Variable removed.
4000 * progmodes/delphi.el (delphi-version): Variable removed.
4001 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4002
4003 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4006
4007 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4008
4009 * info.el (info-apropos): Improve menu item regexp.
4010
4011 2004-04-09 Simon Josefsson <jas@extundo.com>
4012
4013 * mail/smtpmail.el: Add comment, based on report by
4014 kdc@rcn.com (Kevin D. Clark).
4015
4016 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4019 Redo one more thing that I didn't notice Daniel had undone.
4020
4021 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4022
4023 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4024 (gdb-goto-breakpoint, gdb-display-buffer)
4025 (gdb-display-source-buffer, gdb-view-source-function)
4026 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4027 (gdb-source-info, gdb-frame-handler): Don't specify a window
4028 for display.
4029 (gdb-info-breakpoints-custom): Remove superfluous update of
4030 assembler buffer.
4031 (gdb-many-windows): Make settable outside gdb.
4032
4033 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4034
4035 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4036 Derive from fundamental-mode rather than text-mode.
4037
4038 2004-04-08 Juri Linkov <juri@jurta.org>
4039
4040 * info.el (Info-history): Doc fix.
4041 (Info-history-list): New var.
4042 (info-xref): Change magenta4 to blue, remove bold for dark and
4043 light backgrounds, change bold to underline for non-color classes.
4044 (info-xref-visited): New face.
4045 (Info-fontify-visited-nodes): New custom.
4046 (Info-hide-note-references): Add new value `hide'. Doc fix.
4047 (Info-reference-name): New var.
4048 (Info-selection-hook): New custom.
4049 (Info-edit-mode-hook): New var.
4050 (Info-find-file): New fun.
4051 (Info-find-node): Move part of code to Info-find-file.
4052 (Info-find-node-2): Add anchors to Info-history-list. Move point
4053 to the place with the reference name if name is defined.
4054 (Info-select-node): Add current node to Info-history-list.
4055 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4056 (Info-search-whitespace-regexp): New custom.
4057 (Info-search-case-fold): New var.
4058 (Info-search): Add "case-sensitively" to the prompt.
4059 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4060 (Info-search-case-sensitively, Info-search-next): New fun.
4061 (Info-up): Move point to the menu item of the current node.
4062 (Info-history): New fun. Add *info-history* to
4063 same-window-buffer-names.
4064 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4065 (Info-insert-toc): New fun.
4066 (Info-build-toc): New fun.
4067 (Info-follow-reference): Add new arg `fork'. Doc fix.
4068 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4069 with the same name prefer the reference closest to point.
4070 (Info-next-reference): Replace * by + in the *Note regexp.
4071 Add regexp for http:// and ftp://. Skip the *Note prefix.
4072 (Info-prev-reference): Replace * by + in the *Note regexp.
4073 Add regexp for http:// and ftp://. Skip the *Note prefix.
4074 (Info-follow-nearest-node): Add new arg `fork'.
4075 (Info-try-follow-nearest-node): Add new arg `fork'.
4076 Call browse-url for http:// and ftp:// references.
4077 Set Info-reference-name for index entries.
4078 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4079 Info-search-next, Info-history, Info-toc, clone-buffer.
4080 (Info-menu-update): Replace * by + in the *Note regexp.
4081 (Info-mode): Add documentation for Info-history, Info-toc,
4082 Info-search-case-sensitively, Info-search-next, clone-buffer.
4083 (Info-fontify-menu-headers): Remove fun. Move code to
4084 Info-fontify-node.
4085 (Info-fontify-node): Add docstring. Add local vars
4086 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4087 then fontify header line, titles, menu headers, http and ftp
4088 references, refill paragraphs. If not-fontified-p is t or
4089 fontify-visited-p is t then fontify cross references, menu items.
4090 Fontify menu headers. Fontify http and ftp references.
4091 Change regexp for cross references to require whitespace after *Note,
4092 add matching groups for file and node names. Remove hack for quote.
4093 Use display property for Info-hide-note-references=t. Use fifth
4094 or fourth match for help-echo. Display visited nodes in a
4095 different face. Unhide file names of external references.
4096 Unhide newlines. Display visited menu items in a different face.
4097
4098 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * progmodes/compile.el: Require CL.
4101 (compilation-mode-font-lock-keywords): Re-install the "line as
4102 function" patch.
4103
4104 * help-fns.el (help-C-source-directory): New var.
4105 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4106 (describe-function-1, describe-variable): Use them.
4107
4108 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4109 to C source files specially.
4110
4111 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4112
4113 * info.el (Info-hide-cookies-node): New function.
4114 (Info-select-node): Use it.
4115 (Info-display-images-node): Remove message with image file name.
4116
4117 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4118
4119 * progmodes/compile.el (compilation-warning-face)
4120 (compilation-info-face, compilation-skip-threshold)
4121 (compilation-skip-visited, compilation-context-lines):
4122 Declare :version when added to Emacs.
4123 (compilation-error-regexp-alist-alist): Extend caml and irix.
4124 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4125 (compilation-mode-font-lock-keywords): Temporarily undo line as
4126 function patch, which wasn't ready.
4127
4128 2004-04-07 Kenichi Handa <handa@m17n.org>
4129
4130 * international/latin1-disp.el (latin1-display-setup): Check each
4131 character is displayable or not instead of calling
4132 latin1-display-check-font.
4133
4134 2004-04-06 Kenichi Handa <handa@m17n.org>
4135
4136 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4137 New variable.
4138 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4139 instead of sera-being-called-by-w3.
4140 (ethio-fidel-to-sera-buffer): Likewise.
4141 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4142 instead of sera-being-called-by-w3.
4143 (ethio-write-file): Likewise.
4144
4145 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4146
4147 * printing.el: Doc fix.
4148
4149 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4150
4151 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4152 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4153 (gdb-setup-windows): Only use separate IO buffer if required.
4154
4155 2004-04-06 Kim F. Storm <storm@cua.dk>
4156
4157 * term.el (term-is-xemacs): Remove.
4158 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4159 (term-window-width): New function.
4160 (term-mode, term-check-size): Use it.
4161 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4162
4163 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4164
4165 * cus-edit.el (custom-add-parent-links): Change unbound variable
4166 `symbol' to `name'.
4167
4168 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4169 * info.el (info-apropos): New function.
4170 (Info-mode-menu): Add it.
4171 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4172
4173 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4174 inherited docstring.
4175
4176 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4177
4178 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4181
4182 * progmodes/compile.el (font-lock): Don't require any more.
4183 (compilation-error-properties, compilation-start, compilation-sentinel)
4184 (compilation-filter, next-error): Use with-current-buffer.
4185 (compilation-skip-to-next-location, compilation-skip-threshold)
4186 (compilation-skip-visited): Move to silence the byte-compiler.
4187 (compilation-setup): Simplify.
4188 (compilation-next-error): Use line-(beginning|end)-position.
4189 Make sure `pt' is non-nil before using compilation-loop.
4190 (compile-goto-error): Add optional event arg. Use it.
4191 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4192 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4193 Update the binding for mouse-2.
4194 (first-error): Set compilation-current-error to nil rather than bob.
4195 (compilation-parsing-end, compilation-parse-errors-function)
4196 (compilation-error-list, compilation-old-error-list):
4197 "New" compatibility variables.
4198 (compile-buffer-substring, compilation-compat-error-properties)
4199 (compilation-compat-parse-errors, compilation-forget-errors):
4200 New compatibility functions.
4201 (compilation-mode-font-lock-keywords): Use them.
4202
4203 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4204
4205 * autorevert.el (auto-revert-handler): If point (or a window
4206 point) is at the end of the buffer, keep it there after
4207 reverting. This allows to tail a file.
4208 Mention this in the `Commentary'.
4209
4210 * format.el (format-write-file): Add optional argument CONFIRM
4211 and make it behave like the analogous argument to `write-file'.
4212
4213 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4214
4215 * progmodes/ebnf2ps.el: Doc fix.
4216 (ebnf-version): New version number (4.2).
4217 (ebnf-syntax): Customization and docstring fix.
4218 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4219 Put autoloaded funs before first use.
4220 (ebnf-style-database): Add dtd entry.
4221 (ebnf-syntax-alist): Add dtd initialization.
4222 (ebnf-token-sequence): New fun.
4223 (ebnf-comment-table): Add new comment action character.
4224 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4225
4226 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4227 Type Definition for XML).
4228
4229 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4230 * progmodes/ebnf-bnf.el (ebnf-sequence):
4231 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4232 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4233 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4234 Code simplification: call ebnf-token-sequence.
4235
4236 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4237
4238 * calendar/timeclock.el (timeclock-relative)
4239 (timeclock-get-project-function, timeclock-get-workday-function)
4240 (timeclock-query-out, timeclock-when-to-leave)
4241 (timeclock-when-to-leave-string, timeclock-log-data)
4242 (timeclock-generate-report, timeclock-in): Doc fixes.
4243
4244 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * url/: New dir. Import the URL package from its repository.
4247
4248 2004-04-03 Andreas Schwab <schwab@suse.de>
4249
4250 * diff-mode.el (diff-mode): Fix missing quote.
4251
4252 2004-04-03 Juri Linkov <juri@jurta.org>
4253
4254 * descr-text.el (describe-property-list): Add `font-lock-face'.
4255
4256 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4257
4258 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4259
4260 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4261 Use utf-16le on little endian machines and utf-16be otherwise.
4262
4263 2004-04-02 David Kastrup <dak@gnu.org>
4264
4265 * net/browse-url.el (browse-url-generic): Use call-process
4266 instead of start-process to allow browsers that fork and detach.
4267
4268 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4269
4270 * compile.el (compilation-current-error): New var.
4271 (compilation-setup, compile-mouse-goto-error)
4272 (compile-goto-error, next-error): Use it.
4273 (compilation-skip-to-next-location): Default to t, which gives
4274 contiguous skipping like old compile (where this was redundant).
4275 (compilation-next-error): Prevent previous-* commands from moving
4276 back to message at or just before point.
4277
4278 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4279
4280 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4281 (gdb-source-info): Don't display source at startup, if required.
4282 (gdb-show-main): New option.
4283 (gdba): Update documentation.
4284 (gdb-source): Cover case of auto-display output.
4285
4286 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4287
4288 * autorevert.el: Delete obsolete autoload's and defvar's.
4289 (auto-revert-check-vc-info): New user option.
4290 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4291 (auto-revert-handler-vc): Delete.
4292 (auto-revert-handler): Treat return value `fast' of
4293 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4294
4295 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4296 return `fast'.
4297
4298 * files.el (buffer-stale-function): Doc change.
4299
4300 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4301
4302 * printing.el: New tip on Tips section.
4303 (pr-version): New version number (6.7.4).
4304 (pr-shell-file-name): Initialization fix.
4305
4306 2004-03-31 Juri Linkov <juri@jurta.org>
4307
4308 * dired.el: Add autoload for `dired-do-touch'.
4309 (dired-touch-program): New var.
4310 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4311 (dired-no-confirm): Add `touch' to docstring.
4312
4313 * dired-aux.el (dired-do-touch): New fun.
4314 (dired-do-chxxx): Add argument -t for touch operation.
4315
4316 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4317 `dired-move-to-filename-regexp'.
4318
4319 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4320
4321 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4322
4323 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4324
4325 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4326 and only if the buffer was modified.
4327
4328 2004-03-30 Kenichi Handa <handa@m17n.org>
4329
4330 * international/characters.el: Delete pairs for U+2308..U+230B.
4331
4332 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4333
4334 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4335 to detect the beginning of a level 2 or 3 annotation.
4336
4337 2004-03-29 Kenichi Handa <handa@m17n.org>
4338
4339 * international/ucs-tables.el (ucs-insert): Fix the error message.
4340
4341 2004-03-29 Kenichi Handa <handa@m17n.org>
4342
4343 * international/mule-util.el (char-displayable-p): Fix generation
4344 of XLFD file name.
4345
4346 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4347 before finding directories by `find'.
4348
4349 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * subr.el (interactive-form): Delete. Now implemented in C.
4352
4353 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4354
4355 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4356 (vc-diff-label): New fun.
4357 (vc-diff-internal): Use it.
4358
4359 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4360
4361 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4362
4363 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4364
4365 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4366 specify XML (EBNFX).
4367
4368 * progmodes/ebnf2ps.el: Doc fix.
4369 (ebnf-version): New version number (4.1).
4370 (ebnf-syntax): Adjust customization.
4371 (ebnf-style-database): Add ebnfx entry.
4372 (ebnf-syntax-alist): Add ebnfx initialization.
4373 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4374
4375 * printing.el: Doc fix.
4376 (pr-version): New version number (6.7.3).
4377 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4378 returns nil for mouse position. Reported by Drew Adams
4379 <drew.adams@oracle.com>.
4380 (pr-update-menus): Modify interactive declaration. Reported by Drew
4381 Adams <drew.adams@oracle.com>.
4382
4383 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4384
4385 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4386 (gud-gdba-marker-filter): Log the process input and output, if
4387 required. From Stefan Monnier.
4388 (gdb-debug-log, gdb-enable-debug-log): New variables.
4389 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4390
4391 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4394 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4395
4396 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4397
4398 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4399 Call vc-find-file-hook here instead of in auto-revert-buffers.
4400 (auto-revert-buffers): Delete call to vc-find-file-hook.
4401 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4402 (global-auto-revert-mode, auto-revert-set-timer)
4403 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4404
4405 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4406
4407 * woman.el (woman-change-fonts): Rename local variable
4408 woman-font-alist to font-alist to avoid a compiler warning.
4409
4410 2004-03-27 Dave Love <fx@gnu.org>
4411
4412 * emacs-lisp/rx.el (rx): Doc fix.
4413 Fix copyright years.
4414
4415 * strokes.el (strokes-global-set-stroke-string): New function.
4416 (strokes-list-strokes): Cope with strings, not just commands.
4417 Set foreground colour of image.
4418 (strokes-global-set-stroke): Doc fix.
4419
4420 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4421
4422 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4423 Auto Revert mode.
4424 (Buffer-menu-files-only): New variable.
4425 (Buffer-menu-toggle-files-only): New function.
4426 (Buffer-menu-mode-map): Bind it to `T'.
4427 (Buffer-menu-mode): Mention `T' in docstring.
4428 Set buffer-stale-function.
4429 (list-buffers-noselect): Mark buffer non-modified and set
4430 Buffer-menu-files-only.
4431
4432 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4433
4434 * autorevert.el (auto-revert-handler): Print revert message
4435 before, rather than after, reverting.
4436 (buffer-stale-function): Move to files.el.
4437
4438 * files.el (buffer-stale-function): Move here from autorevert.el.
4439
4440 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4443
4444 * calc/calc.el (calc-mode-map): Use mapc.
4445
4446 * apropos.el (apropos-mode): Don't autoload.
4447 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4448 (apropos): Use it.
4449 (apropos-print): Add optional `text' argument.
4450 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4451 Don't assume point-min == 1.
4452
4453 * bs.el (bs-buffer-list): Use buffer-local-value.
4454 (bs--set-toggle-to-show): Use with-current-buffer.
4455
4456 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4457 New funs.
4458 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4459
4460 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4461
4462 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4463 (dabbrev--find-expansion): Use pop.
4464 (dabbrev--search): Use match-string-no-properties.
4465
4466 * dired.el (dired-mode): Use run-mode-hooks.
4467 (dired-move-to-end-of-filename): Use match-string.
4468
4469 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4470 is bound before using it.
4471 (ediff-verbose-p): Make it into a var since it's not constant.
4472
4473 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4474
4475 * faces.el (read-face-font): Don't cons up unnecessarily.
4476 (header-line, tool-bar): Share common parts.
4477
4478 * files.el (file-relative-name): Use compare-strings.
4479
4480 * finder.el (finder-mode): Follow coding convention.
4481
4482 * subr.el (read-number): New function.
4483
4484 * ses.el (ses-read-number): Move to subr.el.
4485 (ses-set-header-row): Use read-number.
4486
4487 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4488
4489 * vc-hooks.el (vc-arg-list): New function, which handles both
4490 compiled and uncompiled code.
4491 (vc-default-workfile-unchanged-p): Use it.
4492
4493 * vc.el (vc-print-log): Undo prev change, use new function
4494 vc-arg-list from vc-hooks.el.
4495
4496 2004-03-26 Masatake YAMATO <jet@gyve.org>
4497
4498 * simple.el (completion-setup-function): Emphasize the
4499 first uncommon characters in the completions; and de-emphasize
4500 the common prefix substrings.
4501 (completion-emphasis): New face.
4502 (completion-de-emphasis): New face.
4503
4504 2004-03-25 Juanma Barranquero <lektu@terra.es>
4505
4506 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4507 Comment out (it's unused and unfinished code).
4508
4509 2004-03-25 Sam Steingold <sds@gnu.org>
4510
4511 * vc.el (vc-print-log): Fix a bug in the last patch:
4512 backend-function may be a byte-compiled object, not a lambda.
4513
4514 2004-03-25 Juri Linkov <juri@jurta.org>
4515
4516 * descr-text.el (describe-property-list): Add a button
4517 for `face' property that calls `describe-face'.
4518 Suggested by luis fernandes <elf@ee.ryerson.ca>
4519
4520 * international/mule.el (keyboard-coding-system):
4521 * kmacro.el (kmacro-call-macro): Fix docstring.
4522
4523 * dired.el: Fix comments.
4524
4525 * textmodes/fill.el (fill): Fix Info link.
4526
4527 * font-lock.el (fast-lock, lazy-lock):
4528 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4529 Info node.
4530
4531 * eshell/eshell.el (eshell): Fix broken info-link.
4532
4533 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4534 * eshell/em-banner.el (eshell-banner):
4535 * eshell/em-smart.el (eshell-smart):
4536 * eshell/esh-cmd.el (eshell-cmd):
4537 Comment out broken info-links to incomplete Info manual.
4538
4539 * info-xref.el: Fix commentary.
4540
4541 2004-03-25 Kevin Ryde <user42@zip.com.au>
4542
4543 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4544 Remove spurious node duplicate suppression, doesn't work, not wanted.
4545 (info-xref-output): Take format style args, add "sit-for 0" to let
4546 user see the results as they progress.
4547 (info-xref-check-all-custom): New function.
4548
4549 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4550
4551 * gdb-ui.el: Moved to progmodes.
4552
4553 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4556
4557 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4558
4559 * calendar/appt.el (appt-check): Remove superfluous progn.
4560 When finished with diary buffer: if it was not being displayed
4561 before, kill it; otherwise restore its original state.
4562 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4563
4564 * calendar/calendar.el (calendar-set-mode-line): Use total
4565 available mode-line width, rather than frame-width.
4566
4567 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4568 after mode change so effect not lost.
4569
4570 2004-03-23 Dave Love <fx@gnu.org>
4571
4572 * dired.el (dired) <defgroup>: Add link to manual.
4573 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4574 (dired-revert): Use dolist.
4575 (dired-mode-map): Add U binding.
4576 (dired-mode): Add font-lock-beginning-of-syntax-function.
4577 (dired-garbage-files-regexp): Make it a defcustom.
4578
4579 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4582 is equivalent to nil.
4583 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4584 (vc-arch-mode-line-string): Accept `added' state.
4585 (vc-arch-state): Use inode-sigs if available.
4586 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4587 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4588 (vc-arch-tagline-re): New var.
4589 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4590 New functions.
4591 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4592 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4593
4594 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4595 (vc-file-not-found-hook): Use it.
4596
4597 * diff-mode.el (diff-default-read-only): Change default.
4598 (diff-mode-hook): Make it a defcustom. Add some options.
4599 (diff-mode-map): Bind diff-refine-hook.
4600 (diff-yank-handler): New var.
4601 (diff-yank-function): New fun.
4602 (diff-font-lock-keywords): Use them.
4603 (diff-end-of-file): Handle case where file-header looks like diff text.
4604 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4605 (diff-file-kill): Delete a subsequent empty line, if applicable.
4606 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4607 (diff-find-file-name): Use it.
4608 (diff-tell-file-name): New command.
4609 (diff-mode): Be careful with view-mode.
4610 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4611 New functions, for use in diff-mode-hook.
4612 (diff-find-source-location): Catch "regex too large" errors.
4613 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4614 (diff-refine-hunk): New command.
4615
4616 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4617 (smerge-context-menu-map): Remove unused var.
4618 (smerge-keep-all): Preserve markers.
4619 (smerge-keep-n): New fun.
4620 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4621 (smerge-keep-current, smerge-ediff): Use it.
4622 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4623 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4624 (smerge-resolve): Resolve trivial 3-part conflicts.
4625
4626 2004-03-23 Juri Linkov <juri@jurta.org>
4627
4628 * man.el (Man-width): New var.
4629 (Man-getpage-in-background): Use it.
4630 (Man-support-local-filenames): New var and fun.
4631 (Man-build-man-command): Don't add a second %s.
4632 (Man-fontify-manpage): Clean up message.
4633 (Man-mode): Set outline-regexp, outline-level,
4634 imenu-generic-expression.
4635
4636 * woman.el (woman-fill-frame): Doc fix.
4637 (woman-decode-region): Use window-width instead of frame-width.
4638
4639 * abbrevlist.el (list-one-abbrev-table):
4640 * descr-text.el (describe-char):
4641 * international/mule-diag.el (describe-current-coding-system):
4642 * international/quail.el (quail-insert-decode-map):
4643 Use window-width instead of frame-width.
4644
4645 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4646 (jka-compr-mode-alist-additions): Add tbz.
4647 (jka-compr-write-region, jka-compr-insert-file-contents):
4648 Add message for undefined compress-program.
4649 (jka-compr-write-region): Remove redundant var bindings.
4650
4651 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4652 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4653 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4654 (dired-man): Use dired-guess-shell-command.
4655 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4656 Change default nil to t.
4657
4658 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4659 (dired-compare-directories): Add default value for empty input.
4660
4661 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4662
4663 * time.el (display-time-string-forms): Fix help-echo date format.
4664
4665 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4666
4667 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4668 (buffer-stale-function): New variable.
4669 (auto-revert-list-diff, auto-revert-dired-file-list)
4670 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4671 (auto-revert-handler): Take over some functionality of deleted
4672 functions.
4673 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4674
4675 * dired.el (dired-directory-changed-p): New fun, extracted from
4676 dired-internal-noselect.
4677 (dired-buffer-stale-p): New fun.
4678 (dired-internal-noselect): Use dired-directory-changed-p.
4679 Eliminate revert messages.
4680 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4681
4682 2004-03-23 Kenichi Handa <handa@m17n.org>
4683
4684 * international/characters.el: Setup syntaxes for more parentheses
4685 Unicode characters.
4686
4687 * international/mule-cmds.el (select-safe-coding-system):
4688 Merge coding-system and auto-cs before comparing them.
4689
4690 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4693
4694 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4695 normal-auto-fill-function and comment-indent-function.
4696 The default values now work just as well.
4697 Don't set font-lock-beginning-of-syntax-function since we already set
4698 syntax-begin-function.
4699 (lisp-outline-level): Put ;;;###autoload at same level as (.
4700 (prin1-char): Quote special chars.
4701
4702 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4703 than with-no-warnings.
4704
4705 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4706 if the source location can't be found.
4707 (edebug-compute-previous-result): Use prin1-char.
4708
4709 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4710 (debug-ignored-errors): Add an entry.
4711
4712 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4713 (byte-compile-file): Output warning when deleting a file.
4714
4715 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4716 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4717
4718 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4719 (byte-compile-inline-expand): Use backquote.
4720 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4721 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4722
4723 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4724
4725 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4726
4727 2004-03-22 Juri Linkov <juri@jurta.org>
4728
4729 * finder.el (finder-known-keywords): Fix data, tex, unix.
4730
4731 * play/landmark.el: Fix keywords.
4732
4733 * language/ethio-util.el (ethio-find-file): Doc fix.
4734
4735 * emacs-lisp/warnings.el: Doc fix.
4736
4737 * textmodes/ispell.el (ispell-help): Doc fix.
4738
4739 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4740
4741 * format.el (format-insert-file): Always return a list of two
4742 elements, like insert-file-contents does.
4743
4744 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4745
4746 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4747 and vc-BACKEND-diff.
4748 (vc-print-log): If the print-log implementation supports it, use
4749 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4750 (vc-version-diff, vc-diff-internal): Doc fixes.
4751
4752 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4753 implementation supports it, let diff output go to *vc*,
4754 not *vc-diff*, since this is an internal call.
4755
4756 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4757
4758 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4759
4760 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4761
4762 2004-03-21 Dave Love <fx@gnu.org>
4763
4764 * progmodes/cfengine.el (cfengine-mode):
4765 Set parse-sexp-ignore-comments.
4766
4767 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4768
4769 2004-03-21 Juanma Barranquero <lektu@terra.es>
4770
4771 * allout.el (allout-mode): Fix docstring.
4772
4773 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4774
4775 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4776
4777 * autorevert.el (auto-revert-interval): Make new value take
4778 effect immediately when set through Custom.
4779 (auto-revert-set-timer): Add interactive declaration.
4780
4781 2004-03-19 David Ponce <david@dponce.com>
4782
4783 * ruler-mode.el (ruler-mode-header-line-format-old):
4784 Don't `make-variable-buffer-local'.
4785 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4786 (ruler-mode-header-line-format): Simply funcall the above.
4787 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4788 to save/restore a previous header line format.
4789 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4790 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4791 fringes and margins width.
4792 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4793
4794 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * log-edit.el (log-edit-font-lock-keywords): Typo.
4797
4798 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4799 (tex-send-tex-command): Rather than here.
4800 (tex-compilation-parse-errors): Simplify.
4801
4802 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4803
4804 * time.el (display-time-string-forms): Add help-echo with date on time.
4805
4806 * composite.el (compose-region): Use restore-buffer-modified-p.
4807
4808 * disp-table.el (standard-display-8bit): Simplify.
4809
4810 * server.el (server-process-filter): Delete temp frame.
4811
4812 * add-log.el (add-change-log-entry): Simplify.
4813
4814 2004-03-19 Kim F. Storm <storm@cua.dk>
4815
4816 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4817 (hexl-follow-line): Don't require 'fringe.
4818
4819 * progmodes/compile.el (compilation-start): Always set
4820 compilation-last-buffer and return it.
4821
4822 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4823
4824 * simple.el (clone-buffer): Doc fix.
4825
4826 2004-03-18 Juanma Barranquero <lektu@terra.es>
4827
4828 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4829
4830 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * log-edit.el (log-edit-font-lock-keywords): New var.
4833 (log-edit-mode): Use it.
4834
4835 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4836
4837 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4838 properly for watching in speedbar.
4839
4840 2004-03-17 Masatake YAMATO <jet@gyve.org>
4841
4842 * smerge-mode.el (smerge-popup-context-menu):
4843 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4844
4845 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4848 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4849 Take sealed revisions into account.
4850 (vc-arch-checkin): Extract a summary line from the message.
4851
4852 2004-03-16 Masatake YAMATO <jet@gyve.org>
4853
4854 * register.el (register): Provide `register' feature.
4855
4856 2004-03-15 Masatake YAMATO <jet@gyve.org>
4857
4858 Added context menu support in smerge mode.
4859 Most of the part is written by Stefan Monnier.
4860
4861 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4862 New keymap and menu.
4863 (smerge-text-properties): New function.
4864 (smerge-remove-props): New function.
4865 (smerge-popup-context-menu): New function.
4866 (smerge-resolve): Call `smerge-remove-props'.
4867 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4868 (smerge-keep-current): Ditto.
4869 (smerge-kill-current): New function.
4870 (smerge-match-conflict): Put text properties.
4871 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4872
4873 2004-03-15 David Ponce <david@dponce.com>
4874
4875 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4876 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4877 (ruler-mode-right-scroll-bar-cols): Remove.
4878 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4879 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4880 Use fringe-columns and scroll-bar-columns.
4881
4882 2004-03-15 Masatake YAMATO <jet@gyve.org>
4883
4884 * hl-line.el (hl-line-range-function): New variable.
4885 (hl-line-move): New function.
4886 (global-hl-line-highlight): Use `hl-line-move'.
4887 (hl-line-highlight): Ditto.
4888
4889 * scroll-bar.el (scroll-bar-columns):
4890 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4891
4892 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4893 (ruler-mode-left-fringe-cols)
4894 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4895 (ruler-mode-right-scroll-bar-cols)
4896 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4897 (ruler-mode-ruler-function): New variable.
4898 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4899 if the value for `ruler-mode-ruler-function'is given.
4900
4901 * hexl.el (hexl-mode-hook): Make the hook customizable.
4902 (hexl-address-area, hexl-ascii-area): New customize variables.
4903 (hexlify-buffer): Put font-lock-faces on the address area and
4904 the ascii area.
4905 (hexl-activate-ruler): New function.
4906 (hexl-follow-line): New function.
4907 (hexl-highlight-line-range): New function.
4908 (hexl-mode-ruler): New function.
4909
4910 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4913 (vc-default-find-file-hook): New fun.
4914 (vc-find-file-hook): Call new find-file-hook operation.
4915
4916 * vc-arch.el: New file.
4917
4918 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4919
4920 * info-look.el (info-lookup): Reuse an existing Info window.
4921
4922 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4923
4924 * woman.el (woman-preserve-ascii): Default value changed to t and
4925 doc string revised.
4926
4927 2004-03-12 Richard M. Stallman <rms@gnu.org>
4928
4929 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4930 Fix minor bug.
4931
4932 * replace.el (occur-engine): Change message for count of matches.
4933
4934 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4935 For strings, do compare text properties.
4936
4937 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4938
4939 * progmodes/compile.el (compile-auto-highlight)
4940 (compilation-error-list, compilation-old-error-list)
4941 (compilation-parse-errors-function, compilation-parsing-end)
4942 (compilation-error-message, compilation-directory-stack)
4943 (compilation-enter-directory-regexp-alist)
4944 (compilation-leave-directory-regexp-alist)
4945 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4946 (compilation-current-file, compilation-regexps): Remove vars.
4947
4948 (compile-error-at-point, compilation-error-filedata)
4949 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4950 (compilation-next-error-locus, compilation-forget-errors)
4951 (count-regexp-groupings, compilation-parse-errors)
4952 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4953
4954 (compile-internal): Make obsolete.
4955
4956 (compilation-first-column, compilation-error)
4957 (compilation-directory-matcher, compilation-page-delimiter)
4958 (compilation-mode-font-lock-keywords, compilation-debug)
4959 (compilation-error-face, compilation-warning-face)
4960 (compilation-info-face, compilation-line-face)
4961 (compilation-column-face, compilation-enter-directory-face)
4962 (compilation-leave-directory-face, compilation-skip-threshold)
4963 (compilation-skip-visited, compilation-context-lines): New vars.
4964
4965 (compilation-warning-face, compilation-info-face)
4966 (compilation-message-face): New faces.
4967
4968 (compilation-error-regexp-alist-alist): New constant.
4969
4970 (compilation-face, compilation-directory-properties)
4971 (compilation-assq, compilation-error-properties, compilation-start)
4972 (define-compilation-mode, compilation-loop)
4973 (compilation-set-window): New functions.
4974
4975 (compile): Additional argument for interactive compiles like TeX.
4976
4977 * progmodes/grep.el (kill-grep): Move here from compile.el
4978 (grep-error, grep-hit-face, grep-error-face)
4979 (grep-mode-font-lock-keywords): New variables.
4980 (grep-regexp-alist): Simplify regexp and add `binary' case.
4981 (grep-mode): New mode.
4982 (grep-process-setup): Simplify.
4983
4984 2004-03-11 Jason Rumney <jasonr@gnu.org>
4985
4986 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4987 letters on DOS/Windows.
4988
4989 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * server.el (server-name): New var.
4992 (server-socket-dir): New var to replace server-socket-name.
4993 (server-start): Use them.
4994
4995 2004-03-11 Simon Josefsson <jas@extundo.com>
4996
4997 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4998 died to avoid infloop. Reported by Jonathan Glauner
4999 <jglauner@sbum.org>.
5000
5001 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5004 (smerge-mode-menu): Use it to deactivate menu entries.
5005 (smerge-keep-current): New fun.
5006 (smerge-keep-current): Use it.
5007
5008 2004-03-10 John Paul Wallington <jpw@gnu.org>
5009
5010 * foldout.el (foldout-fold-list, foldout-modeline-string):
5011 Declare them as variables, not constants.
5012
5013 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5014
5015 * ps-print.el: Modification to print *Messages* buffer.
5016 (ps-print-version): New version 6.6.4.
5017 (ps-message-log-max): New fun.
5018 (ps-spool-without-faces, ps-spool-with-faces)
5019 (ps-count-lines-preprint): Code fix.
5020
5021 * printing.el: New tips in Tips section.
5022
5023 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5024
5025 * delim-col.el: Doc fix.
5026
5027 * printing.el: Doc fix. New doc section (Tips).
5028
5029 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * type-break.el (type-break-emacs-variant): Remove.
5032 (type-break-run-at-time, type-break-cancel-function-timers):
5033 Use fboundp rather than version name and number.
5034
5035 2004-03-09 Masatake YAMATO <jet@gyve.org>
5036
5037 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5038 `make-variable-buffer-local'.
5039
5040 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5041
5042 * find-dired.el (find-dired): Call `shell-command' instead of
5043 `start-process-shell-command'. By this, Tramp takes over
5044 handling of remote directories.
5045
5046 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * newcomment.el (comment-use-global-state): New var.
5049 (comment-search-forward): Use it.
5050
5051 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5052
5053 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5054
5055 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5056 (enable-kinsoku): Make it a defcustom.
5057 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5058 paragraph to same-comment-start-marker.
5059
5060 2004-03-07 Dave Love <fx@gnu.org>
5061
5062 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5063 (browse-url-mail): Use it.
5064
5065 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5066 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5067
5068 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5069
5070 * woman.el (woman-man.conf-path): Doc fix.
5071 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5072
5073 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5074
5075 * sort.el (sort-columns): Remove ms-dos from the list of systems
5076 where the external `sort' command is not used.
5077
5078 2004-03-07 Kim F. Storm <storm@cua.dk>
5079
5080 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5081 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5082 from overlay-arrow-variable-list.
5083 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5084
5085 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5086
5087 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5088 overlay arrow string properly for the assembler buffer.
5089
5090 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * mail/sendmail.el (mail-mode): Fix last change.
5093
5094 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5095
5096 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5097 for the assembler buffer.
5098 (gdb-assembler-custom): Position the overlay arrow.
5099 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5100
5101 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5102
5103 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5104
5105 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5106 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5107
5108 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5109
5110 * newcomment.el (uncomment-region): Allow non-terminated comment.
5111 (comment-normalize-vars): Check the user-specified comstart marker.
5112
5113 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5114
5115 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5116 Otherwise, do use it if the region only contains font-lock text
5117 properties.
5118
5119 2004-03-04 Masatake YAMATO <jet@gyve.org>
5120
5121 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5122 as the callback function for eldoc.
5123 (hexl-print-current-point-info): New function.
5124 (hexl-current-address): Print the address in both decimal
5125 and hexadecimal format.
5126
5127 2004-03-04 Richard M. Stallman <rms@gnu.org>
5128
5129 * mail/rmail.el (rmail-convert-to-babyl-format):
5130 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5131
5132 * mail/mail-utils.el (mail-unquote-printable-region):
5133 New arg UNIBYTE.
5134
5135 * startup.el (command-switch-alist): Doc fix.
5136
5137 * simple.el (undo): Temporarily set this-command to `undo-start',
5138 then set it to `undo' once undo-start returns without error.
5139
5140 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5141
5142 * simple.el (kill-line): Don't disregard trailing whitespace
5143 in eol condition, if show-trailing-whitespace is set.
5144
5145 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5146 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5147 When disabling, restore old values only if mouse-sel-has-been-enabled.
5148
5149 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5150 (isearch-{-char): New function.
5151 (isearch-mode-map): Bind { to isearch-{-char.
5152
5153 * font-lock.el (lisp-font-lock-keywords-2):
5154 Turn off the CL with-... and do-... general patterns.
5155 Instead, recognize several specific with... and do... constructs.
5156
5157 * files.el (switch-to-buffer-other-window):
5158 Bind same-window-buffer-names and same-window-regexps to nil.
5159 (switch-to-buffer-other-frame): Likewise.
5160
5161 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5164 recognizing leading comment on code line.
5165
5166 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5169 hidden files/directories.
5170
5171 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5174 only comment-start (in case the mode hasn't set it).
5175
5176 * Makefile.in (AUTOGENEL): New var.
5177 (bootstrap-prepare): Rename from bootstrap-clean.
5178 Don't remove elc files.
5179 (maintainer-clean): New target.
5180
5181 * xml.el (xml-get-attribute-or-nil): Simplify.
5182
5183 2004-03-02 Juri Linkov <juri@jurta.org>
5184
5185 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5186 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5187 URL to prevent their substitution with the environment variable
5188 values by browsers.
5189
5190 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5191
5192 * ps-print.el: Doc fix.
5193 (ps-print-version): New version number (6.6.3).
5194 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5195 Docstring fix.
5196 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5197 before printing.
5198 (ps-time-stamp-yyyy-mm-dd): New fun.
5199 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5200
5201 2004-03-02 Kim F. Storm <storm@cua.dk>
5202
5203 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5204
5205 2004-03-01 Juanma Barranquero <lektu@terra.es>
5206
5207 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5208
5209 * desktop.el (desktop-file-version)
5210 (desktop-after-read-hook): Fix typos.
5211 (desktop-clear-preserve-buffers): Remove redundant info in
5212 docstring already shown by the obsolescence message.
5213 (desktop-truncate, desktop-internal-v2s)
5214 (desktop-value-to-string): Change argument name to match docstring.
5215
5216 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5217
5218 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5219 docstring.
5220
5221 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5222
5223 * printing.el: Replace "As Is..." in PostScript file print/preview by
5224 "No Preprocessing...". Suggested by Colin Marquardt
5225 <_marquardt_@zmd.de>.
5226 (pr-insert-section-4): Adjust buffer interface.
5227
5228 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5229
5230 Version 2.0.39 of Tramp released.
5231
5232 * net/tramp.el (tramp-handle-file-local-copy)
5233 (tramp-handle-write-region, tramp-open-connection-rsh):
5234 Variable name typo. Small change. From Patrick Tullmann
5235 <tullmann@flux.utah.edu>.
5236 (tramp-process-connection-type): New variable.
5237 (tramp-maybe-open-connection): Use it.
5238 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5239 (tramp-touch): Set last-modified time of a remote file.
5240 (tramp-handle-write-region): Say which function is used when encoding.
5241
5242 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5243
5244 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5245 case of non-existing filename, too. Reported by Christoph Bauer
5246 <c_bauer@informatik.uni-kl.de>.
5247 (tramp-smb-get-file-entries): The directory in question should
5248 have permissions "drwxrwxrwx". Just virtual, because we don't
5249 know the real permissions. Don't we know?
5250 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5251 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5252 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5253 output. If it was received chunkwise, there have been problems.
5254 Remove the "prompt not found" error message; it is obvious.
5255 Simplify algorithm.
5256 (tramp-smb-process-running): Remove. Since we acknowledge the
5257 virtual prompt for shares, there's no need for distinction of
5258 reading shares (process ends afterwards) and interactive mode of
5259 smblient.
5260 (tramp-smb-open-connection): Setting process sentinel removed.
5261 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5262 "NT_STATUS_NETWORK_ACCESS_DENIED".
5263 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5264 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5265 (top-level): Setting default value in `tramp-default-method-alist'
5266 corrected. Order of USER and HOST have been wrong.
5267 Nobody complained for months ...
5268 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5269 (tramp-smb-open-connection): Clear password cache if login has failed.
5270
5271 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5272 `tramp-unified-filenames'.
5273 (tramp-completion-mode): Make test for XEmacs explicitely.
5274 `event-to-character' can exists in Emacs packages too.
5275 Reported by Matt Swift <swift@alum.mit.edu>.
5276 (tramp-buffer-name): Buffer name must contain the user if exists.
5277 Reported by Adrian Phillips <a.phillips@met.no>.
5278 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5279 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5280 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5281 `tramp-do-copy-or-rename-file-one-local', because it handles also
5282 the case both files use the same out-of-band method.
5283 Implementation added.
5284 (tramp-handle-file-local-copy, tramp-handle-write-region):
5285 Out-of-band handling removed. `copy-file' called instead, which
5286 calls `tramp-do-copy-or-rename-file-out-of-band'.
5287 (tramp-action-password): Check for out-of-band method removed.
5288 This function is used for 'login-program.
5289 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5290 appropriate.
5291 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5292 and `tramp-parse-sknownhosts'.
5293 (tramp-completion-function-alist): It's a defvar now, because we
5294 want to apply the optimized `tramp-set-completion-function'
5295 instead of a static list.
5296 (tramp-set-completion-function): Implementation tuned.
5297 Avoid double entries, and entries where the function or the
5298 file/directory doesn't exist.
5299 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5300 for SSH2.
5301 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5302 (tramp-handle-dired-compress-file): New function.
5303 (tramp-async-proc): New variable.
5304 (tramp-handle-shell-command): Adding asynchronous processes.
5305 They are far from being perfect, but it works at least for
5306 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5307 (top-level): Require password.el if visible. Should be mandatory
5308 once No Gnus has found its way into (X)Emacs.
5309 (tramp-read-passwd): Invoke `password-read' if available,
5310 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5311 fallback any longer.
5312 (tramp-clear-passwd): New function.
5313 (tramp-process-actions, tramp-process-multi-actions):
5314 Clear password cache if login has failed.
5315
5316 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5317 its own module.
5318 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5319 `ange-ftp-ftp-name-res'. There could be incorrect values from
5320 previous calls in case the "ftp" method is used in the Tramp file
5321 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5322
5323 2004-02-28 Richard M. Stallman <rms@gnu.org>
5324
5325 * term.el (term-mouse-paste): Call mouse-set-point.
5326
5327 * thumbs.el: New file.
5328
5329 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5330
5331 * progmodes/ebnf-abn.el: Doc fix.
5332
5333 * progmodes/ebnf-bnf.el: Doc fix.
5334 (ebnf-repeat): Code fix.
5335
5336 * progmodes/ebnf2ps.el: Doc fix.
5337 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5338
5339 2004-02-28 Juri Linkov <juri@jurta.org>
5340
5341 * ffap.el (dired-at-point): Additional writability test for
5342 relative directory names.
5343 (dired-at-point-prompter): Treat directories as a directory, get
5344 the directory component from files.
5345 (ffap-string-at-point): Return string from region if region is active.
5346 (ffap-file-at-point): Remove redundant code.
5347
5348 2004-02-28 Kim F. Storm <storm@cua.dk>
5349
5350 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5351 Initialize margin area images to nil.
5352 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5353 (breakpoint-enabled-bitmap-face)
5354 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5355 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5356 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5357 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5358 (gdb-reset): Use gdb-remove-breakpoint-icons.
5359 (gdb-put-string): Add dprop arg to specify alternative display
5360 property (for setting fringe bitmap).
5361 (gdb-remove-strings): Doc fix.
5362 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5363 icon in fringe (if available), or else as icon or text in display
5364 margin. Creates necessary icons in breakpoint-bitmap,
5365 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5366 Also make left window margin if required.
5367 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5368 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5369 no longer needed.
5370 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5371 gdb-put-breakpoint-icon.
5372 (gdb-assembler-mode): Don't set left-margin-width here.
5373
5374 2004-02-27 Kevin Ryde <user42@zip.com.au>
5375
5376 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5377 comma, so that it DTRT in macros.
5378
5379 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5380
5381 * progmodes/sh-script.el (sh-shell-arg)
5382 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5383 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5384
5385 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5386
5387 * faces.el (face-spec-set-match-display): Add a new attribute,
5388 `min-colors'.
5389 (region, highlight, secondary-selection): Use `min-colors'.
5390
5391 * custom.el (defface): Add documentation for `min-colors'.
5392
5393 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5394 (font-lock-keyword-face, font-lock-function-name-face)
5395 (font-lock-variable-name-face, font-lock-constant-face):
5396 Use `min-colors'.
5397
5398 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5399
5400 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5401
5402 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5403 define assq-delete-all if it's not defined.
5404 (ebnf-generate-region): Code fix.
5405
5406 * printing.el: Doc fix.
5407 (pr-version): New version number (6.7.2).
5408 (pr-command): Return empty string if command is an empty string.
5409
5410 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5411
5412 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5413
5414 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5415 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5416 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5417 "tt" ["test"] ). Reported by Markus Dreyer
5418 <mdreyer@ix.urz.uni-heidelberg.de>.
5419 (ebnf-version): New version number (4.0).
5420 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5421 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5422 (ebnf-delete-style): New commands.
5423 (ebnf-directory, ebnf-file): New funs.
5424 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5425 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5426 (ebnf-syntax-alist): New var.
5427 (ebnf-element-width): New fun replacing ebnf-list-width.
5428 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5429 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5430 (ebnf-prologue): Adjust vars.
5431 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5432 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5433 (ebnf-check-style-values, ebnf-generate-production)
5434 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5435 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5436 (ebnf-token-repeat): Code fix.
5437
5438 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5439 %right, %left and %prec. Suggested by Matthew K. Junker
5440 <junker@alum.mit.edu>.
5441 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5442
5443 * progmodes/ebnf-iso.el: Doc fix.
5444 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5445 (ebnf-iso-lex): Code fix.
5446
5447 * progmodes/ebnf-bnf.el: Doc fix.
5448 (ebnf-bnf-lex): Code fix.
5449
5450 * progmodes/ebnf-otz.el: Doc fix.
5451
5452 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5453
5454 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5455 (abbrev-prefix-mark): Doc fix.
5456
5457 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5458
5459 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5460 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5461 (gdb-var-delete): Make interactive (really).
5462 (gdb-edit-value): Make non-interactive.
5463
5464 * progmodes/gud.el (gud-speedbar-menu-items):
5465 Add gdb-var-delete and, indirectly, gdb-edit-value.
5466 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5467 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5468 (gud-gdb-marker-filter): Add comment for annotations.
5469
5470 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5471
5472 * calendar/calendar.el (generate-calendar)
5473 (calendar-read-date): Prevent display of BC calendars once more -
5474 reverts 2003-10-01 change.
5475 (generate-calendar-month): Doc fix.
5476
5477 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5478
5479 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5480 return value of increment-calendar-month.
5481
5482 2004-02-21 Stephen Compall <s11@member.fsf.org>
5483
5484 * saveplace.el (save-place-forget-unreadable-files)
5485 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5486 (save-place-forget-unreadable-files): New function.
5487 (save-place-alist-to-file): Use it to filter out files that are
5488 no longer readable.
5489
5490 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5491 current Texinfo environment, using the same method as in
5492 `texinfo-insert-@end', and insert a space rather than a newline if
5493 point in a @table environment.
5494
5495 2004-02-21 Juri Linkov <juri@jurta.org>
5496
5497 * ffap.el (ffap-file-at-point): Try parent directories.
5498
5499 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5500
5501 * vcursor.el (vcursor-modifiers): New defcustom.
5502 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5503 hard-coded list.
5504
5505 2004-02-21 Masatake YAMATO <jet@gyve.org>
5506
5507 * play/animate.el (animate-birthday-present): Accept names other
5508 than `Sarah', too.
5509
5510 2004-02-21 Juri Linkov <juri@jurta.org>
5511
5512 * startup.el: Remove table of command line arguments from the
5513 Commentary section.
5514
5515 2004-02-20 John Wiegley <johnw@newartisans.com>
5516
5517 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5518 again" modifier from 'e' to 'E', since 'e' is also used by the
5519 "file extension" modifier.
5520
5521 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5522
5523 * help-fns.el (describe-categories): Doc fix.
5524
5525 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5526
5527 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5528 temporary file for buffer already visiting one. This change makes
5529 output likely to be directly usable by patch program.
5530 Suggested by Adrian Aichner <adrian@xemacs.org>
5531
5532 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5533
5534 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5535 case of variables defined in compound statements.
5536 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5537 Simplify constructions using switch-to-buffer.
5538
5539 2004-02-19 Simon Josefsson <jas@extundo.com>
5540
5541 * play/morse.el: Fix typo.
5542 (morse-code): Add @.
5543
5544 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5545
5546 * calendar/appt.el (appt-display-format): Change default to
5547 'ignore, for backwards compatibility.
5548 (appt-display-message): If appt-display-format is 'ignore,
5549 respect old vars appt-msg-window and appt-visible.
5550 (appt-activate): Don't depend on return value of cancel-timer.
5551
5552 * calendar/calendar.el (calendar-holidays): Doc fix.
5553
5554 * calendar/cal-coptic.el (coptic-prompt-for-date):
5555 Use assoc-string instead of assoc-ignore-case.
5556 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5557 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5558 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5559 * calendar/cal-islam.el (calendar-goto-islamic-date)
5560 (mark-islamic-diary-entries): Ditto.
5561 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5562 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5563 (calendar-read-mayan-tzolkin-date): Ditto.
5564 * calendar/calendar.el (calendar-read-date): Ditto.
5565 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5566
5567 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5568
5569 * progmodes/executable.el (executable-command-find-posix-p):
5570 Fix choice of the directory.
5571
5572 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5573
5574 * simple.el (interprogram-cut-function)
5575 (interprogram-paste-function, kill-new, kill-append):
5576 Doc fixes.
5577 (kill-region): Make it return nil. Doc fix.
5578 (yank-pop): Make its argument optional.
5579 (yank): Make ARG `-' equivalent to `-1'.
5580
5581 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5582
5583 * mail/rmail.el (rmail-get-new-mail): Don't reference
5584 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5585
5586 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5587
5588 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5589 if one of global-auto-revert-non-file-buffers or autorevert-mode
5590 is non-nil.
5591
5592 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5593
5594 * subr.el (delete-dups): A better implementation from Karl Heuer
5595 <kwzh@gnu.org>.
5596
5597 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5598
5599 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5600 correct place.
5601 * progmodes/icon.el (icon-indent-command): Ditto.
5602 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5603
5604 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5605
5606 * progmodes/grep.el (grep-compute-defaults): Undo change from
5607 2004-01-29: don't use executable-command-find-posix-p.
5608
5609 2004-02-16 Richard Sharman <rsharman@pobox.com>
5610
5611 * hilit-chg.el: Use require instead of eval-and-compile.
5612 (highlight-compare-buffers): New function.
5613
5614 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5615
5616 * man.el (Man-fontify-manpage): Render section headings in
5617 `Man-overstrike-face' even when overstrike was not used by man
5618 formatter for section headings.
5619
5620 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5621
5622 * rmail-spam-filter.el: (vm-use-spam-filter)
5623 (rsf-min-region-length-added-to-spam-list): New variables.
5624 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5625 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5626 spam testing. Don't delete spam message if automatic deletion
5627 after output via variable rmail-delete-after-output is turned on.
5628 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5629 rsf-bbdb-dont-create-entries-for-spam.
5630 (check-field): New function, extracted from code in
5631 rmail-spam-filter to ease addition of header fields like content-type.
5632 (message-content-type): New variable to check the content-type:
5633 field added, also in defcustom of rsf-definitions-alist.
5634 (rmail-spam-filter): Replace repeated test code for header fields
5635 by calls to check-field; change the call to
5636 rmail-output-to-rmail-file such that rmail-current-message stays
5637 the same to avoid wrong deletion of unseen flags.
5638 (rsf-add-contents-type): New function to convert old format
5639 of rmail-spam-definitions-alist into new one.
5640 Change prefixes of all variables and functions from
5641 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5642
5643 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5644
5645 * loadhist.el (unload-hook-features-list): New defvar.
5646
5647 2004-02-16 Dave Love <fx@gnu.org>
5648
5649 * loadhist.el (unload-feature): Doc fix. Rename flist to
5650 unload-hook-features-list.
5651
5652 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5653
5654 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5655 cookie. Don't check if we are looking-at open-formula.
5656
5657 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5658
5659 * subr.el (match-string-no-properties): Use substring-no-properties.
5660
5661 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5662
5663 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5664 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5665 Use lower-case "rx" in all error message.
5666
5667 2004-02-16 Dave Love <fx@gnu.org>
5668
5669 * emacs-lisp/rx.el (rx-or): Put group around result.
5670 (rx-constituents): Add backref.
5671 (rx-syntax): Add string-delimiter, comment-delimiter.
5672 (rx-categories): Add combining-diacritic.
5673 (rx-check-not, rx-greedy, rx): Doc fix.
5674 (rx-backref, rx-check-backref): New.
5675
5676 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5677
5678 * newcomment.el (uncomment-region): Allow eob as comment end.
5679
5680 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5681
5682 * filecache.el: All message and error commands now use prefix
5683 "Filecache:" to make it easy to read *Messages* buffer.
5684
5685 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5686
5687 * autorevert.el: Add support to detect changed dired and VC buffers.
5688 (auto-revert-active-p, auto-revert-list-diff)
5689 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5690 (auto-revert-handler, auto-revert-active-p): New functions.
5691 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5692 and `auto-revert-active-p'.
5693 (eval-when-compile): Defvar dired-directory and vc-mode.
5694 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5695 (auto-revert-handler-vc): New functions.
5696
5697 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5698
5699 * progmodes/compile.el (compilation-directory): New defvar.
5700 (compile): Save current directory in compilation-directory.
5701 (recompile): Bind default-directory to compilation-directory if
5702 that is non-nil.
5703
5704 2004-02-16 Dave Love <fx@gnu.org>
5705
5706 * newcomment.el (comment-insert-comment-function)
5707 (comment-region-function, uncomment-region-function): New.
5708 (comment-indent): Use comment-insert-comment-function.
5709 (uncomment-region): Use uncomment-region-function.
5710 (comment-region): Use comment-region-function.
5711
5712 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5713
5714 2004-02-16 Richard Stallman <rms@gnu.org>
5715
5716 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5717 loaddefs* and ldefs-boot*.
5718
5719 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5720
5721 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5722 and email address at the beginning and end of the address.
5723
5724 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5725 anchored at the beginning of the email address.
5726
5727 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5728
5729 * international/ccl.el (ccl-compile-write): Pass `left' to
5730 ccl-embed-code to generate correct code of write-expr-register.
5731
5732 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5733
5734 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5735
5736 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5737
5738 * x-dnd.el: Mention support for Motif in commentary.
5739 (x-dnd-handle-drag-n-drop-event): Ditto.
5740
5741 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5742
5743 * ses.el: Use "ses--" prefixes for buffer-local variables.
5744 Use (point-min) instead of 1, even when we know the buffer
5745 is unnarrowed.
5746 (ses-build-load-map): Delete. Distribute its content to defconst's for
5747 the three maps.
5748 (ses-menu, ses-header-line-menu): New menus.
5749 (ses-mode-map): Use them.
5750 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5751
5752 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5753
5754 * Makefile.in: Fix the CC Mode recompile kludge so it works
5755 when building in a different directory.
5756
5757 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5758
5759 * simple.el (kill-new): Put yank-handler property on the entire string.
5760
5761 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * diff.el: Don't use compile any more, use diff-mode instead.
5764 (diff-regexp-alist, diff-old-file, diff-new-file)
5765 (diff-parse-differences, diff-process-setup): Remove.
5766 (diff-sentinel): New fun.
5767 (diff): Use it. Run the process ourselves.
5768 Use diff-mode for the rest of the processing.
5769
5770 * diff.el (diff): Simplify code handling `switch'.
5771
5772 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * pcvs-defs.el (cvs-menu): Add `tag'.
5775
5776 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5777
5778 * simple.el (kill-append): Doc fix.
5779
5780 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5781 Adapt outline-regexp to the new conventions for commenting out code.
5782
5783 2004-02-11 John Paul Wallington <jpw@gnu.org>
5784
5785 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5786
5787 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * diff.el (diff-switches): New fun.
5790 (diff, diff-backup): Use it.
5791 (diff): Clean up the args construction. Use backquote.
5792 Use listp instead of consp to avoid putting a nil arg.
5793 (diff): Add a revert-buffer function.
5794
5795 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5796
5797 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5798 handled by x-dnd-handle-file-name.
5799 (x-dnd-known-types): Add COMPOUND_TEXT.
5800 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5801 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5802 x-dnd-empty-state.
5803 (x-dnd-forget-drop): Ditto.
5804 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5805 (x-dnd-handle-one-url): Return private when inserting text.
5806 (x-dnd-insert-ctext): New function.
5807 (x-dnd-handle-file-name): New function for FILE_NAME.
5808 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5809 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5810 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5811
5812 2004-02-10 Kenichi Handa <handa@m17n.org>
5813
5814 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5815 instead of while loop.
5816
5817 2004-02-10 Miles Bader <miles@gnu.org>
5818
5819 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5820
5821 2004-02-09 Kenichi Handa <handa@m17n.org>
5822
5823 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5824 have end-of-line.
5825
5826 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5827
5828 * Makefile.in: Added extra dependencies in the recompile target
5829 needed to cope with the compile time macro expansions in CC Mode.
5830
5831 2004-02-09 Kim F. Storm <storm@cua.dk>
5832
5833 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5834 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5835 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5836 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5837 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5838 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5839 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5840 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5841 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5842 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5843 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5844
5845 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5848 Don't allow shrink if there's a window on our right.
5849
5850 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5851 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5852 Bring together declaration and initialization.
5853 (prolog-mode-variables): Don't set the syntax table.
5854 Don't set paragraph-start and comment-indent-function.
5855 Add /*..*/ to the comment regexps.
5856 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5857 (prolog-mode-map): Don't bind TAB.
5858 (prolog-mode): Set the syntax table.
5859 (prolog-comment-indent): Remove.
5860 (inferior-prolog-mode-map): Initialize in the declaration.
5861 (inferior-prolog-mode-syntax-table)
5862 (inferior-prolog-mode-abbrev-table): New vars.
5863 (inferior-prolog-mode): Derive from comint-mode.
5864 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5865 minibuffer windows.
5866
5867 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5868 in file names, as long as it is unabmiguous.
5869
5870 2004-02-08 Andreas Schwab <schwab@suse.de>
5871
5872 * textmodes/reftex-toc.el
5873 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5874 format. Doc fix.
5875
5876 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5877 format string arguments.
5878
5879 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5880 string argument.
5881
5882 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5883
5884 * play/zone.el (zone-call): Fix format string.
5885
5886 * net/webjump.el (webjump-builtin): Add missing format string argument.
5887
5888 * midnight.el (midnight-delay-set): Remove extra format string argument.
5889
5890 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5891
5892 * hexl.el (hexl-insert-char): Add missing format string argument.
5893
5894 * format.el (format-decode): Fix format string.
5895
5896 * emulation/vi.el (vi-mode): Remove extra format string argument.
5897 (vi-repeat-last-search): Likewise.
5898 (vi-reverse-last-search): Likewise.
5899 (vi-goto-mark): Likewise.
5900 (vi-reverse-last-find-char): Likewise.
5901 (vi-repeat-last-find-char): Likewise.
5902 (vi-locate-def): Likewise.
5903
5904 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5905
5906 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5907 string argument.
5908 (ediff-toggle-regexp-match): Likewise.
5909
5910 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5911 format string argument.
5912
5913 * calc/calc-map.el (calc-get-operator): Remove extra format
5914 string argument.
5915
5916 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5917
5918 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5919 string argument.
5920
5921 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5922
5923 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5924
5925 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5926
5927 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5928 (cl-struct-setf-expander): Likewise.
5929
5930 * vc.el (with-vc-file): Fix unsafe uses of error.
5931 (vc-cancel-version): Likewise.
5932
5933 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5934
5935 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5936 thousands separator; fixes <class>:<line-number> regexp for
5937 non-english locales.
5938
5939 2004-02-08 Andreas Schwab <schwab@suse.de>
5940
5941 * view.el (view-mode-enable): Revert previous change.
5942
5943 2004-02-07 Kim F. Storm <storm@cua.dk>
5944
5945 * simple.el (line-number-at-pos): Rename from line-at-pos.
5946 Uses changed (what-line and vc-annotate-warp-version).
5947
5948 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5951 (diff-mode): Remove aborted attempt at support for compile.el.
5952 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5953
5954 2004-02-06 Andreas Schwab <schwab@suse.de>
5955
5956 * view.el (view-mode-enable): Add view-mode-map to
5957 minor-mode-overriding-map-alist.
5958
5959 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5960
5961 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5962
5963 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5966 with point inside rather than after the paragraph.
5967
5968 2004-02-04 Sam Steingold <sds@gnu.org>
5969
5970 * mail/smtpmail.el (smtpmail-try-auth-methods):
5971 Do not try authentication when no mechanism is available.
5972 Pass port-name as defaultport to `netrc-machine'.
5973
5974 2004-02-04 Stephen Eglen <stephen@gnu.org>
5975
5976 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5977 to show how minibuffer height can be constrained.
5978
5979 2004-02-04 John Paul Wallington <jpw@gnu.org>
5980
5981 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5982
5983 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5984
5985 * x-dnd.el: New file for drag and drop.
5986
5987 * term/x-win.el: require x-dnd, set after-make-frame-functions
5988 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5989 drag-n-drop event.
5990
5991 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5992 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5993 (dired-dnd-handle-file): New functions for drag and drop support.
5994 (dired-mode): Initialize drag and drop if x-dnd present.
5995
5996 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5997
5998 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5999 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6000 (cperl-mode): Set fill-paragraph-function.
6001 (cperl-fill-paragraph): Make it non-interactive.
6002
6003 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6004
6005 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6006
6007 2004-02-02 David Kastrup <dak@gnu.org>
6008
6009 * replace.el (perform-replace): Allow 'literal argument in
6010 regexp-flag to indicate literal replacement.
6011 (query-replace-regexp-eval): Use it.
6012
6013 2004-02-01 Andreas Schwab <schwab@suse.de>
6014
6015 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6016
6017 2004-02-01 Stephen Eglen <stephen@gnu.org>
6018
6019 * info-look.el: Add support for maxima-mode. Update commentary
6020 because info-lookup-symbol is now bound to C-h S.
6021
6022 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6023
6024 * simple.el (edit-and-eval-command): Bind print-level and
6025 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6026 Correct initial position in command-history.
6027
6028 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6029
6030 * files.el (read-directory-name): Adapt the docstring to recent
6031 change in Fread_file_name.
6032
6033 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6034
6035 * ses.el (ses-print-cell): If print format too wide for column
6036 width, truncate decimal places if that helps to avoid "#####" fill.
6037 * ses.el (ses-initial-column-width): Revert previous change.
6038
6039 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6042 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6043 Add edebug info.
6044 (jit-lock-mode): Setup/cancel the new timer.
6045 (jit-lock-context-fontify): New fun. Extracted from
6046 context fontification code of jit-lock-stealth-fontify.
6047 (jit-lock-stealth-fontify): Don't do context fontification any more.
6048
6049 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6050 (jit-lock-fontify-now): Handle the `quit' case.
6051 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6052
6053 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6054
6055 * progmodes/executable.el (executable-command-find-posix-p):
6056 New. Check if find handles arguments Posix-style.
6057
6058 * progmodes/grep.el (grep-compute-defaults):
6059 Use executable-command-find-posix-p.
6060 (grep-find): Check `grep-find-command'.
6061
6062 * filecache.el (file-cache-find-posix-p): Delete.
6063 (file-cache-add-directory-using-find):
6064 Use `executable-command-find-posix-p'.
6065
6066 2004-01-29 Dave Love <fx@gnu.org>
6067
6068 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6069 Iterate the hook function if arg is given.
6070 (mark-defun, narrow-to-defun): Change order of finding the limits.
6071
6072 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6073 (byte-compile-format-warn): New.
6074 (byte-compile-callargs-warn): Use it.
6075 (Format, message, error): Add byte-compile-format-like property.
6076 (byte-compile-maybe-guarded): New.
6077 (byte-compile-if, byte-compile-cond): Use it.
6078 (byte-compile-lambda): Compile interactive forms,
6079 just to make warnings about them.
6080
6081 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6082
6083 * ses.el (ses-initial-column-width): Increase to 14, so it will
6084 work well with the default printer of "%.7g" for extreme values
6085 like "-1.234567e+07".
6086
6087 2004-01-29 Kenichi Handa <handa@m17n.org>
6088
6089 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6090
6091 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6092
6093 * dos-w32.el: Added support for the `default-printer-name' function.
6094
6095 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * server.el (server-socket-name): Don't use the hostname in the
6098 socket name since /tmp is local to the host anyway.
6099
6100 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6101 robust check of widening and fix var-naming.
6102
6103 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6104
6105 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6106 or rmail-spam- to rsf- in all function and variable names.
6107 (rsf-min-region-to-spam-list): New variable.
6108 (rsf-bbdb-auto-delete-spam-entries): Rename from
6109 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6110 scanned together with the recipients field for spam testing; Don't
6111 delete spam message if rmail-delete-after-output is non-nil;
6112 (rsf-check-field): New function, extracted from code in
6113 rmail-spam-filter to ease addition of header fields like
6114 content-type:;
6115 (message-content-type): New variable. The content-type: field was
6116 added also in defcustom of rsf-definitions-alist;
6117 (rmail-spam-filter): Replace repeated test code for header fields
6118 by calls to check-field; change the call to
6119 rmail-output-to-rmail-file such that rmail-current-message stays
6120 the same to avoid wrong deletion of unseen flags.
6121 (rmail-use-spam-filter): Add autoload cookie.
6122
6123 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6124
6125 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6126 (file-cache-add-directory-using-find): Add Cygwin support.
6127 (file-cache-find-command-posix-flag): New user variable.
6128
6129 * filecache.el (file-cache-add-directory): Check for
6130 directories an remove them from dir-files.
6131
6132 2004-01-27 Richard M. Stallman <rms@gnu.org>
6133
6134 * man.el (Man-fontify-manpage): Clean up message.
6135
6136 2004-01-27 Kenichi Handa <handa@m17n.org>
6137
6138 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6139 (sentence-end): Define using sentence-end-without-space.
6140
6141 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6142 a sentence ends with one of a character in sentence-end-without-space.
6143
6144 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6147 (jit-lock): Group declaration moved to jit-lock.el.
6148 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6149 when necessary.
6150
6151 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6152 (jit-lock-context-unfontify-pos): Rename from
6153 jit-lock-first-unfontify-pos.
6154 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6155
6156 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6157
6158 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6159 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6160 (fortran-fill): When filling a string, adjust re-search-backward
6161 argument for special case of string just on fill-column.
6162 When filling non-string, allow one extra char if
6163 fortran-break-before-delimiters is non-nil.
6164 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6165 Use fortran-break-delimiters-re and fortran-no-break-re to
6166 correctly handle cases such as "**".
6167
6168 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6169 (f90-no-break-re): Add some extra tokens. Doc fix.
6170
6171 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6172
6173 * mail/rmail-spam-filter.el:
6174 Use two semicolons as Commentary line prefix.
6175 Add ";;; Code:" stylized comment.
6176 Delete end-of-line whitespace.
6177 Wrap (require 'cl) with `eval-when-compile'.
6178
6179 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6180
6181 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6182 at the top level of vc.el.
6183
6184 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6185
6186 * vc.el (vc-current-line): Function removed. This is now done by
6187 the new function line-at-pos in simple.el.
6188 (vc-annotate-warp-version): Use line-at-pos instead of
6189 vc-current-line.
6190
6191 2004-01-22 Kim F. Storm <storm@cua.dk>
6192
6193 * simple.el (line-at-pos): New defun.
6194 (what-line): Use it. Optimize by only counting lines in narrowed
6195 region once.
6196
6197 2004-01-22 Kenichi Handa <handa@m17n.org>
6198
6199 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6200 point (register r1) only for charset mule-unicode-0100-24ff.
6201
6202 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6203
6204 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6205 trailing white space and ensure a final newline.
6206
6207 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6208 Add autoload cookie.
6209
6210 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6211
6212 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6213 activate view-mode explicitly.
6214
6215 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6216
6217 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6218 use clipboard first.
6219
6220 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6223 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6224 (vc-mcvs-cvs): Remove.
6225 (vc-mcvs-command): Remove use of assert.
6226
6227 * outline.el (outline-insert-heading): Tighten up match.
6228 (outline-demote, outline-move-subtree-down): Don't assume anything
6229 about outline-regexp.
6230
6231 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6232 (texinfo-show-structure): Explicitly add ^, and simplify.
6233
6234 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6235
6236 * calendar/appt.el (appt-check): Restore usage of
6237 appt-issue-message deleted in previous change.
6238 (top-level): Activate package when loaded (needed for backwards
6239 compatibility).
6240
6241 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6242
6243 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6244 following previous change to smtpmail-send-data.
6245
6246 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6247
6248 * vc.el (vc-default-previous-version): Doc enhancement.
6249 (vc-default-next-version): New function.
6250 (vc-print-log): New arg FOCUS-REV.
6251 (vc-annotate-mode): Derive from view-mode.
6252 (vc-annotate): New args REVISION, DISPLAY-MODE.
6253 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6254 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6255 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6256 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6257 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6258
6259 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6260
6261 2004-01-19 Karl Berry <karl@gnu.org>
6262
6263 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6264 or "TexInfo".
6265
6266 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6267
6268 * subr.el (delete-dups): New function.
6269
6270 2004-01-19 Karl Berry <karl@gnu.org>
6271
6272 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6273 with ^, since that's what texinfo-show-structure
6274 documentation says (plus it works much better in texinfo.txi).
6275
6276 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6277
6278 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6279
6280 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6281
6282 * progmodes/which-func.el (which-function-mode): Don't cancel
6283 which-func-update-timer if not set.
6284
6285 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6286
6287 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6288 Remove spurious left square bracket in XX:XXam regexp.
6289
6290 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6291
6292 * progmodes/cc-defs.el: Do not require cl at run time.
6293
6294 2004-01-16 Richard M. Stallman <rms@gnu.org>
6295
6296 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6297 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6298
6299 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6300 Call rmail-spam-filter. Delete and expunge spam.
6301 Print number of spam messages deleted.
6302 Save and restore the deletion status of old messages when reading
6303 new mail with spam filter, so that expunging spam does not expunge
6304 msgs deleted by the user.
6305 (rmail-only-expunge): Add an optional argument dont-show to
6306 prevent showing message after expunge.
6307
6308 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6309
6310 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6311 * subr.el (declare): New macro.
6312
6313 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6314
6315 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6316
6317 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6320 Test window-system rather than system-type (for X11/Mac).
6321
6322 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6323
6324 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6325
6326 2004-01-12 Richard M. Stallman <rms@gnu.org>
6327
6328 * mail/rmail.el (rmail-convert-to-babyl-format):
6329 Use mail-unquote-printable-region.
6330 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6331 (rmail-hex-char-to-integer): Functions deleted.
6332
6333 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6334 (mail-unquote-printable-region): New arg NOERROR.
6335 For invalid encoding, either signal an error to just return nil.
6336
6337 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6338
6339 * calendar/appt.el: Update copyright and commentary.
6340 (appt-issue-message): Make obsolete.
6341 (appt-visible, appt-msg-window): Make obsolete, in favour of
6342 appt-display-format.
6343 (appt-display-mode-line, appt-display-duration)
6344 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6345 (appt-prev-comp-time, appt-display-count, appt-timer)
6346 (appt-convert-time): Doc change.
6347 (appt-disp-window-function, appt-delete-window-function):
6348 Use defcustom rather than defvar.
6349 (appt-display-format): New variable.
6350 (appt-display-message): New function with display code from appt-check.
6351 (appt-check): Add optional FORCE argument. Doc change.
6352 Add appt-make-list to diary-hook if displaying diary.
6353 Remove checking of view-diary-entries-initially.
6354 Message display section removed to new function appt-display-message.
6355 (appt-display-window): Doc change. Remove unused internal var
6356 this-buffer. Do not beep, since appt-display-message does that.
6357 (appt-make-list): Doc change. Use caar.
6358 (appt-sort-list): Simplify by using builtin sort function.
6359 (appt-update-list): New function for updating appts when diary is
6360 saved.
6361 (appt-activate): New autoloaded function to toggle package
6362 functionality.
6363
6364 * calendar/cal-x.el: (calendar-one-frame-setup)
6365 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6366
6367 * calendar/calendar.el: Update copyright.
6368 (view-diary-entries-initially, european-calendar-style): Doc change.
6369 (calendar-setup): Make defcustom rather than defvar.
6370 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6371 in let binding so local to function.
6372
6373 * calendar/diary-lib.el: Update copyright.
6374 (diary, diary-entry-time): Doc change.
6375 (list-diary-entries): Doc change. Trivial logic change.
6376 (fancy-diary-display): Restore make-face command mistakenly
6377 deleted 2003-05-08.
6378 (show-all-diary-entries): Allow to pop-up frame if needed.
6379
6380 2004-01-09 John Paul Wallington <jpw@gnu.org>
6381
6382 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6383 Temporarily select EVENT's window for changing eol type.
6384
6385 2004-01-09 Deepak Goel <deego@gnufans.org>
6386
6387 * calendar/diary-lib.el (diary-entry-time):
6388 Also accept time in the form XX[.XX][am/pm/AM/PM].
6389 (fancy-diary-font-lock-keywords): Likewise.
6390 (diary-font-lock-keywords): Likewise.
6391 * calendar/appt.el (appt-add): Likewise.
6392 (appt-make-list): Likewise.
6393 (appt-convert-time): Likewise.
6394
6395 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6396
6397 * gdb-ui.el (gdb-ann3): Revert previous change.
6398 (gdb-source-info): Allow for case of where compilation directory
6399 is not recorded.
6400
6401 2004-01-08 John Paul Wallington <jpw@gnu.org>
6402
6403 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6404
6405 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6406
6407 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6408
6409 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6410 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6411 problems.
6412 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6413
6414 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * files.el (write-file-functions, write-contents-functions):
6417 Clarify docstrings.
6418
6419 2004-01-07 Kenichi Handa <handa@m17n.org>
6420
6421 * international/mule.el (set-auto-coding): Fix for the case that
6422 end-of-line is only CR.
6423
6424 2004-01-07 Kim F. Storm <storm@cua.dk>
6425
6426 * subr.el (event-start, event-end): Doc fix.
6427 (posn-string, posn-image): New defuns.
6428 (posn-object): Return either image or string object.
6429 (posn-object-x-y): Return 8th element of position.
6430 (posn-object-width-height): New defun.
6431
6432 2004-01-06 Andreas Schwab <schwab@suse.de>
6433
6434 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6435 output.
6436
6437 2004-01-05 Karl Berry <karl@gnu.org>
6438
6439 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6440 / and *, too.
6441
6442 2003-12-31 Simon Josefsson <jas@extundo.com>
6443
6444 * files.el (before-save-hook): Add.
6445 (basic-save-buffer): Use before-save-hook.
6446
6447 * emacs-lisp/copyright.el: Fix comment to recommend
6448 before-save-hook instead of write-file-functions.
6449
6450 2004-01-05 Richard M. Stallman <rms@gnu.org>
6451
6452 * finder.el (finder-commentary): Call delete-other-windows.
6453
6454 * net/ange-ftp.el (ange-ftp-file-attributes):
6455 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6456
6457 2004-01-04 Karl Berry <karl@gnu.org>
6458
6459 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6460 comment characters % and # in the copyright year notice,
6461 as well as ;.
6462
6463 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6464
6465 * wid-edit.el (default): Define dummy :value-delete.
6466 Reported by Jesper Harder <harder@ifa.au.dk>.
6467
6468 2004-01-03 Richard M. Stallman <rms@gnu.org>
6469
6470 * progmodes/compile.el (compile-internal): Use point, not point-min,
6471 for set-window-point.
6472
6473 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6474
6475 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6476
6477 * progmodes/grep.el (grep-mode-map):
6478 Don't remap next-line, previous-line.
6479
6480 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6481
6482 * speedbar.el (speedbar-edit-line): Change regexp to position
6483 the cursor on the first character of this line's button.
6484
6485 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6486
6487 * subr.el (functionp): Doc fix.
6488
6489 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6490
6491 * progmodes/idlwave.el (idlwave-make-tags):
6492 * textmodes/flyspell.el (flyspell-large-region):.
6493 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6494 * emulation/viper-util.el (viper-glob-unix-files):
6495 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6496 * man.el (Man-init-defvars):
6497 * jka-compr.el (jka-compr-call-process):
6498 * files.el (get-free-disk-space,insert-directory):
6499 * ediff-ptch.el (ediff-test-patch-utility):
6500 * ediff-diff.el (ediff-test-utility):
6501 * dired-aux.el (dired-check-process):
6502 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6503 test the return value of call-process, because it can be a string.
6504
6505 2003-12-31 John Paul Wallington <jpw@gnu.org>
6506
6507 * bindings.el (completion-ignored-extensions): Add .pfsl.
6508
6509 2003-12-31 Kim F. Storm <storm@cua.dk>
6510
6511 * ido.el (ido-nonreadable-directory-p): New defun to check for
6512 nonreadable directory without activating tramp (to avoid problems
6513 with checking incomplete tramp paths).
6514 (ido-set-current-directory, ido-file-internal)
6515 (ido-file-name-all-completions1): Use it.
6516
6517 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6518
6519 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6520 documentation if the anchor (or node) name is preceded by `info
6521 anchor' or `Info anchor' in addition to earlier `info node' and
6522 `Info node'.
6523 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6524
6525 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6526
6527 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6528 error in arguments to base64-decode-region. Remove ^M characters
6529 after decoding base64.
6530
6531 2003-12-30 Simon Josefsson <jas@extundo.com>
6532
6533 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6534 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6535 have only been distributed with Emacs for some years.
6536 (texinfo-mode-hook): Customize.
6537
6538 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6539
6540 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6541 cleaner (suggested by Richard Stallman).
6542
6543 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6544 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6545 file-name clashes on 8+3 DOS filesystems.
6546
6547 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6548 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6549 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6550 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6551 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6552 file-name clashes on 8+3 filesystems.
6553
6554 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6555 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6556 file-name clashes on 8+3 DOS filesystems.
6557
6558 2003-12-29 Richard M. Stallman <rms@gnu.org>
6559
6560 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6561 Upcase the character.
6562
6563 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6564 Search for header separator alone on a line, literally,
6565 and search for it backward, not forward.
6566 (flyspell-abbrev-table): Always use global-abbrev-table
6567 if there is no local one.
6568
6569 * progmodes/sh-script.el (sh-get-indent-info):
6570 Don't move point back if at bob.
6571
6572 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6573
6574 * play/handwrite.el (handwrite): Make the handwrite credit message
6575 a comment rather than an output command.
6576
6577 * obsolete/sc.el: Display message that this file is obsolete.
6578
6579 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6580
6581 * mail/rfc822.el (rfc822-address-start): Declare variable.
6582 Renamed from address-start. All uses changed.
6583
6584 * term.el (term-exec): Set up sentinel.
6585 (term-sentinel): New function.
6586 (term-handle-exit): New function.
6587
6588 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6589 Use assoc-string, and mark them obsolete.
6590 (delay-mode-hooks): Mark as permanent local.
6591
6592 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6593
6594 * register.el (copy-rectangle-to-register): Doc fix.
6595
6596 * info.el (Info-insert-dir): Use assoc-string.
6597
6598 * info-look.el (info-lookup): Use assoc-string.
6599
6600 * frame.el (pop-up-frame-function): Use quote, not `function'.
6601 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6602 copying with lists as coordinate values.
6603
6604 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6605
6606 * find-dired.el (kill-find): New command.
6607 (find-dired): Make buffer read-only.
6608 Set up a keymap with C-c C-k running kill-find.
6609 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6610
6611 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6612
6613 * filecache.el (file-cache-ignore-case): New variable.
6614 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6615
6616 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6617 (comint-dynamic-complete-as-filename): Rename local vars.
6618 (comint-dynamic-list-filename-completions): Likewise.
6619
6620 * comint.el (comint-dynamic-list-completions-config): New var.
6621 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6622
6623 * comint.el (comint-file-name-chars): Add [].
6624 (comint-word): Use skip-chars-backward, not search.
6625
6626 * shell.el (shell-file-name-chars): Add [].
6627
6628 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6629
6630 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6631
6632 * generic.el (define-generic-mode): Doc fix.
6633
6634 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6635
6636 * files.el (kill-some-buffers): Doc fix.
6637
6638 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6639
6640 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6641 arg to send-invisible
6642 (send-invisible): Doc fix. The argument is now a prompt, not the
6643 string to send.
6644 (comint-read-noecho): Doc fix.
6645
6646 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6647
6648 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6649 "@", as required by some ISP hosting service. Fix defcustom
6650 argument syntax errors that prevented use of customization.
6651
6652 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6653
6654 * xml.el (xml-get-attribute-or-nil): Doc fix.
6655
6656 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6657
6658 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6659 write-file-hooks.
6660
6661 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6662
6663 * autorevert.el (auto-revert-interval): Doc fix.
6664
6665 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6666
6667 * xml.el (xml-get-attribute-or-nil): New function, like
6668 xml-get-attribute, but returns nil if the attribute was not found.
6669 (xml-get-attribute): Convert to defsubst, uses
6670 xml-get-attribute-or-nil.
6671
6672 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6673
6674 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6675
6676 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6677
6678 * custom.el (custom-declare-theme): Use `value' when putting
6679 properties on `theme'.
6680
6681 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6682
6683 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6684 for each yank-handler segment.
6685 (insert-for-yank-1): New function, with the body of the previous
6686 insert-for-yank.
6687
6688 * textmodes/table.el (table-yank-handler): New defcustom.
6689 (table--put-cell-indicator-property): Put yank-handler property
6690 that indicates the yank handler for the table cell.
6691
6692 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6693
6694 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6695 set of keywords.
6696
6697 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6698
6699 * international/mule-cmds.el (reset-language-environment)
6700 (set-language-environment): Don't invoke fontset-related functions
6701 if fontset-list is not fboundp.
6702
6703 2003-12-29 Kenichi Handa <handa@m17n.org>
6704
6705 * international/mule-cmds.el (reset-language-environment):
6706 Call set-overriding-fontspec-internal with nil.
6707 (set-language-environment): Call set-overriding-fontspec-internal
6708 if the language environment specify `overriding-fontspec'.
6709 (language-info-alist): Doc added.
6710
6711 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6712 characters of mule-unicode-0100-24ff.
6713 (ccl-encode-windows-1251-font): New CCL program.
6714 ("Bulgarian"): Specify overriding-fontspec.
6715 ("Belarusian"): Likewise.
6716
6717 2003-12-28 Sam Steingold <sds@gnu.org>
6718
6719 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6720 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6721
6722 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6723
6724 * progmodes/gud.el (gud-gdb-command-name): Set default to
6725 "gdb --annotate=3".
6726 (gud-gdb-marker-filter): Look out for annotations.
6727 (gdb-first-pre-prompt): New variable.
6728 Remove trailing white space.
6729
6730 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6731 if necessary.
6732 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6733 annotations are detected.
6734 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6735 instead of a local one to allow transition from
6736 gud-gdb-marker-filter.
6737 Remove trailing white space.
6738
6739 2003-12-27 Kim F. Storm <storm@cua.dk>
6740
6741 * ido.el: Handle non-readable directories.
6742 (ido-decorations): Add 9th element for non-readable directory.
6743 (ido-directory-nonreadable): New dynamic var.
6744 (ido-set-current-directory): Set it.
6745 (ido-read-buffer, ido-file-internal):
6746 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6747 (ido-file-name-all-completions1): Return empty list for
6748 non-readable directory.
6749 (ido-exhibit): Print [Not readable] if directory is not readable.
6750 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6751 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6752 Use it.
6753
6754 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6755
6756 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6757 calls to directory-files-and-attributes and file-attributes.
6758 (ls-lisp-format): Remove system dependent handling of user and
6759 group id's.
6760
6761 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6762
6763 * ffap.el (ffap-read-file-or-url): Revert previous change.
6764
6765 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6766
6767 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6768 new list of included files called `files-with-node-lines', that
6769 only have node lines. This way @include commands can include any
6770 file, such as version and update files without node lines, not
6771 just files that are chapters.
6772
6773 2003-12-25 Andreas Schwab <schwab@suse.de>
6774
6775 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6776 file not found.
6777
6778 2003-12-08 Miles Bader <miles@gnu.org>
6779
6780 * dired.el (dired-between-files): Always use dired-move-to-filename,
6781 which is more robust in non-english locales.
6782
6783 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6784
6785 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6786
6787 2003-12-24 Andreas Schwab <schwab@suse.de>
6788
6789 * shell.el (shell-file-name-quote-list): Add backslash.
6790
6791 * comint.el (comint-quote-filename): Correctly handle backslash
6792 in comint-file-name-quote-list.
6793
6794 2003-12-24 Kenichi Handa <handa@m17n.org>
6795
6796 * international/mule-cmds.el (set-default-coding-systems):
6797 Call ucs-set-table-for-input for all buffers that don't have local
6798 value of buffer-file-coding-system.
6799
6800 * international/ucs-tables.el (ucs-set-table-for-input):
6801 If translation-table-for-encode is a symbol, get its
6802 translation-table property.
6803
6804 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6805
6806 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6807 to `completing-read' on a recently fixed bug.
6808
6809 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6810 instead of SPACE, to get the list of possible fringe modes.
6811 SPACE only works if both `partial-completion-mode' and
6812 `completion-auto-help' are nil.
6813
6814 * complete.el (PC-is-complete-p): Delete.
6815 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6816 calls to `test-completion'.
6817
6818 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6819
6820 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6821 to edit values when there are no children.
6822
6823 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6824 a mode called "Assembler" already exists.
6825 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6826 (gud-watch): Use format option. Remove font properties from string.
6827 (gdb-var-create-handler, gdb-var-list-children-handler):
6828 Don't bother about properties as there are none.
6829 (gdb-var-create-handler, gdb-var-list-children-handler)
6830 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6831 with two arguments.
6832 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6833 Let speedbar show value changes with a different font.
6834 (gdb-edit-value): New defun.
6835 (gdb-clear-partial-output, gdb-clear-inferior-io)
6836 (def-gdb-auto-update-handler): Use erase-buffer.
6837 (gdb-frame-handler): Display watch expressions in
6838 FUNCTION::VARIABLE format if required.
6839
6840 2003-12-23 John Paul Wallington <jpw@gnu.org>
6841
6842 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6843 (Info-goto-emacs-command-node): Doc fixes.
6844
6845 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6846
6847 * cus-edit.el (custom-add-parent-links): Define "many".
6848
6849 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6850
6851 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6852 (widget-child-validate, widget-type-value-create)
6853 (widget-type-default-get, widget-type-match): New functions.
6854 (lazy): New widget.
6855 (menu-choice, checklist, radio-button-choice, editable-list)
6856 (group, documentation-string): Remove redundant (per 2003-10-25
6857 change) calls to `widget-children-value-delete'.
6858 (widget-choice-value-get, widget-choice-value-inline): Remove.
6859 (menu-choice): Update widget.
6860
6861 2003-12-03 Kenichi Handa <handa@m17n.org>
6862
6863 * language/cyrillic.el: Register "microsoft-cp1251" in
6864 ctext-non-standard-encodings-alist.
6865 ("Bulgarian"): Add ctext-non-standard-encodings.
6866 ("Belarusian"): Likewise.
6867
6868 * international/mule-conf.el (compound-text-with-extensions):
6869 Change the type to 2 (iso-2022 base).
6870
6871 * international/mule.el (ctext-non-standard-encodings-alist):
6872 Change the format.
6873 (ctext-non-standard-encodings): New variable.
6874 (ctext-post-read-conversion): Fully re-written.
6875 (ctext-non-standard-designations-alist): Delete it.
6876 (ctext-non-standard-encodings-table): New function.
6877 (ctext-pre-write-conversion): Fully re-written.
6878
6879 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6880
6881 * cus-edit.el (custom-add-parent-links): Add documentation links
6882 for parent, if the item has none of its own.
6883
6884 2003-11-30 Richard M. Stallman <rms@gnu.org>
6885
6886 * dired-aux.el (dired-do-query-replace-regexp):
6887 Report files visited read-only.
6888
6889 2003-11-30 Juri Linkov <juri@jurta.org>
6890
6891 * dired-aux.el (dired-compare-directories): New command.
6892 (dired-file-set-difference, dired-files-attributes): New functions.
6893
6894 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6895 Version 2.0.38 of Tramp released.
6896
6897 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6898 Charles Curley <charlescurley@charlescurley.com>.
6899 (tramp-multi-connection-function-alist): Add ssht entry which adds
6900 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6901 Aichner.
6902 (tramp-get-method-parameter): New function to retrieve a method
6903 parameter. This allows for omission of method parameters.
6904 Callers adjusted.
6905
6906 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6907
6908 * net/tramp.el: Add new optional parameter ID-FORMAT to
6909 `file-attributes'. Calls of `file-attributes' won't use this
6910 parameter for backward compatibility reasons.
6911 (tramp-perl-file-attributes): Add a new parameter to Perl script
6912 in order to handle uid/gid as strings, if desired.
6913 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6914 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6915 order to make the function more general.
6916 (tramp-handle-file-attributes): Replace proprietary optional
6917 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6918 (tramp-handle-file-attributes-with-perl): Handle parameter
6919 NONNUMERIC if set. This wasn't done in the past.
6920 (tramp-post-connection): Apply second parameter "$2" if
6921 `tramp-remote-perl' is called.
6922
6923 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6924 Correct cut'n'waste error (`filename' instead of `directory').
6925 (tramp-smb-handle-directory-files-and-attributes)
6926 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6927 introduced parameter ID-FORMAT.
6928 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6929 error (`directory' instead of `ldir').
6930
6931 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6932 `file-attributes' has a second parameter. If yes, apply it with
6933 value "'integer". Otherwise, don't use that parameter (default is
6934 integer format).
6935
6936 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6937
6938 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6939 (help-for-help): Add `C-h .' to the listed Help options.
6940 Remove trailing whitespace.
6941
6942 * help-at-pt.el: New file.
6943
6944 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6945
6946 * subr.el (noreturn, 1value): New macros for test coverage.
6947 See `testcover.el'.
6948
6949 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6950
6951 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6952 for macro `1value'.
6953 (testcover-1value): New function. Checks that a 1value form
6954 actually returns only one value. Requested by RMS.
6955
6956 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6957
6958 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6959 (gdb-var-list-children, gdb-var-list-children-handler)
6960 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6961 gdb commands that use mi to keep them out of the command history.
6962
6963 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6964
6965 * cus-start.el (all): Add use-file-dialog.
6966
6967 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6970
6971 2003-11-27 Kim F. Storm <storm@cua.dk>
6972
6973 * subr.el (posn-object-x-y): New defun.
6974
6975 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6978 Don't use `space' for \\\n.
6979 Be more selective as to which # are comment-starters.
6980
6981 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6982
6983 * subr.el (number-sequence): Improve handling of floating point
6984 arguments (suggested by Kim Storm). Allow negative arguments.
6985
6986 2003-11-26 Kenichi Handa <handa@m17n.org>
6987
6988 * international/mule-cmds.el (standard-display-european-internal):
6989 Cancel the standard-display-table setting for ` and '.
6990
6991 2003-11-26 Kim F. Storm <storm@cua.dk>
6992
6993 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6994 New defcustoms to add ffap-like functionality to ido.
6995 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6996 (ido-no-final-slash): New defun.
6997 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6998 (ido-read-file-name): ): Toggle VC checking via
6999 vc-handled-backends instead of vc-master-templates.
7000 (ido-file-internal): Handle ido-use-url-at-point and
7001 ido-use-filename-at-point via code borrowed from ffap-guesser.
7002 Handle new ido-exit code ffap.
7003 (ido-sort-list): Ignore final slash when sorting file names.
7004
7005 2003-11-25 Kim F. Storm <storm@cua.dk>
7006
7007 * emulation/cua-base.el (cua--standard-movement-commands):
7008 Add forward-sentence and backward-sentence.
7009
7010 2003-11-25 Stephen Eglen <stephen@gnu.org>
7011
7012 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7013 iswitchb-exit is set to 'usefirst when user selects buffer at head
7014 of list using RET. (Selecting buffers at the head of the list was
7015 broken if the substring was also a complete buffername.)
7016
7017 2003-11-23 Kim F. Storm <storm@cua.dk>
7018
7019 * progmodes/compile.el (grep-command, grep-use-null-device)
7020 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7021 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7022 (grep-regexp-alist, grep-program, find-program)
7023 (grep-find-use-xargs, grep-history, grep-find-history)
7024 (grep-process-setup, grep-compute-defaults)
7025 (grep-default-command, grep, grep-tag-default, grep-find)
7026 (grep-expand-command-macros, grep-tree-last-regexp)
7027 (grep-tree-last-files, grep-tree): Move grep variables, functions
7028 and commands to new file grep.el.
7029 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7030 (compilation-process-setup-function): Doc fix.
7031 (compilation-highlight-regexp, compilation-highlight-overlay): New
7032 defvars used for highlighting current compile error in source buffer.
7033 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7034 LOCAL-MAP which overrides compilation-highlight-regexp and
7035 compilation-mode-map for this compilation.
7036 Delay calling compilation-set-window-height until after running
7037 compilation-process-setup-function so it can buffer-local override
7038 compilation-window-height.
7039 Check buffer-local value of compilation-scroll-output.
7040 (compilation-set-window-height): Use buffer-local value of
7041 compilation-window-height.
7042 (compilation-revert-buffer): Don't pass (undefined)
7043 preserve-modes arg to revert-buffer.
7044 (next-error-no-select, previous-error-no-select): New commands.
7045 (compilation-goto-locus): Temporarily highlight current match in
7046 source buffer using compilation-highlight-regexp.
7047
7048 * progmodes/grep.el: New file with grep code from compile.el.
7049 (grep): New defcustom group.
7050 (grep-window-height): New defcustom, like compilation-window-height.
7051 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7052 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7053 (grep-command, grep-use-null-device, grep-find-command)
7054 (grep-tree-files-aliases, grep-tree-ignore-case)
7055 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7056 (grep-setup-hook): New hook variable.
7057 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7058 (grep-last-buffer): New defvar, override compilation-last-buffer.
7059 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7060 Call compile-internal with args highlight-regexp and grep-mode-map.
7061
7062 2003-11-23 Kim F. Storm <storm@cua.dk>
7063
7064 * subr.el (event-start, event-end): Doc fix.
7065 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7066 (posn-area, posn-actual-col-row, posn-object): New defuns.
7067 (posn-col-row): Simplify doc. Rewrite to use cond.
7068 (posn-point): Also return buffer position for events outside text
7069 area (that info is now present in the event position).
7070
7071 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7072 mouse-set-point so that hscroll still works now that clicks on
7073 fringes generate specific mouse events.
7074 (mouse-set-point): Note that it now works in fringes and margins
7075 too due to new semantics of posn-point in fringes and margins.
7076
7077 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7078 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7079
7080 2003-11-20 Kim F. Storm <storm@cua.dk>
7081
7082 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7083 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7084 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7085 to 100 for icons to avoid increasing line height when shown.
7086
7087 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7088
7089 * newcomment.el (comment-normalize-vars): Initialize properly if
7090 comment-start was nil.
7091
7092 2003-11-19 Andreas Schwab <schwab@suse.de>
7093
7094 * simple.el (set-variable): Fix indentation.
7095
7096 2003-11-17 Kenichi Handa <handa@m17n.org>
7097
7098 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7099 Fix docstring.
7100
7101 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7102
7103 * international/latin1-disp.el (latin1-display): Fix docstring.
7104
7105 2003-11-16 John Wiegley <johnw@newartisans.com>
7106
7107 * eshell/em-ls.el (eshell-ls-file): There are times with
7108 size-width is nil and uncomputed (when directories are created in
7109 dired, for example); in this case, 4 is reasonable default value,
7110 although it may caused skewed new entries (which could be avoided
7111 by returning the original value of 8 in all cases, but 99% of the
7112 time this is a waste of whitespace).
7113
7114 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7115
7116 * cc-engine.el (c-guess-continued-construct)
7117 (c-guess-basic-syntax): Check a little more carefully if it's a
7118 function declaration when an unknown construct followed by a block
7119 is found inside a statement context. This avoids macros followed
7120 by blocks to be taken as function declarations.
7121
7122 (c-guess-continued-construct): Change the analysis of a statement
7123 continuation with a brace open to `substatement-block', for
7124 consistency with recognized statements.
7125
7126 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7127 start is in a position so that `c-beginning-of-statement-1' jumped
7128 to the beginning of the same statement.
7129
7130 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7131 Don't accept binary operators in the arglist if we're in a function
7132 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7133 template recognition in cases like "if (a < b || c > d)".
7134
7135 (c-restricted-<>-arglists): New more appropriate name for
7136 `c-disallow-comma-in-<>-arglists'.
7137
7138 Accessing functions updated for the variable name change.
7139
7140 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7141 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7142
7143 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7144 labels.
7145
7146 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7147 instead of duplicating parts of it. This fixes bogus label
7148 recognition.
7149
7150 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7151 of checking the context in which to apply the minimum indentation,
7152 so that it isn't enforced in e.g. namespace blocks.
7153
7154 * cc-vars.el (c-inside-block-syms): New constant used by
7155 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7156 to somewhat reduce the risk of becoming stale.
7157
7158 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7159 cc-cmds to cc-engine to allow use from cc-align.
7160
7161 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7162 qualified identifiers containing "::".
7163
7164 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7165 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7166
7167 * cc-vars.el (c-emacs-features): Use a space in front of the name
7168 of the temporary buffer. That also avoids dumping problems in
7169 XEmacs due to undo info being left around after the buffer is killed.
7170
7171 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7172 arglist to see if it's a K&R style declaration.
7173
7174 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7175 before returning `knr-argdecl-intro'.
7176
7177 2003-11-16 John Wiegley <johnw@newartisans.com>
7178
7179 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7180 field in a long-listing always 8 characters, use `size-width',
7181 which has already been computed.
7182
7183 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7184
7185 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7186
7187 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7188
7189 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7190 Support operation while narrowed, with `diff-restrict-view'.
7191
7192 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7193
7194 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7195 Take additional optional arg NARROWFUN. For the generated functions:
7196 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7197 include frags that arrange to check for and save narrowing state before
7198 the move and then conditionally call NARROWFUN after the move.
7199
7200 2003-11-14 John Wiegley <johnw@newartisans.com>
7201
7202 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7203 that was optional, but obviously missing based on surrounding code.
7204
7205 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7206 string arguments to numbers unless the whole argument was seen as
7207 a number.
7208
7209 2003-11-14 Kenichi Handa <handa@m17n.org>
7210
7211 * international/mule.el (ctext-non-standard-encodings-alist):
7212 Fix coding systems.
7213
7214 2003-11-10 Kenichi Handa <handa@m17n.org>
7215
7216 * language/kannada.el ("Kannada"): Add sample-text.
7217
7218 * language/knd-util.el (kannada-compose-region)
7219 (kannada-compose-string, kannada-post-read-conversion):
7220 Add autoload cookie.
7221
7222 * international/quail.el (quail-completion): Change the message
7223 "corresponding translations" to "corresponding characters".
7224
7225 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7226
7227 * descr-text.el (describe-char): Fix typo.
7228
7229 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7230
7231 These changes are to support Kannada language/script.
7232
7233 * Makefile.in (DONTCOMPILE): Add kannada.el.
7234
7235 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7236
7237 * loadup.el: Preload kannada.el.
7238
7239 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7240 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7241 New variables.
7242
7243 * language/kannada.el: New file.
7244
7245 * language/knd-util.el: New file.
7246
7247 2003-11-07 Andreas Schwab <schwab@suse.de>
7248
7249 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7250 Also highlight AH_*.
7251
7252 * xml.el (xml-parse-dtd): Fix misplaced paren.
7253
7254 2003-11-07 Kenichi Handa <handa@m17n.org>
7255
7256 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7257
7258 2003-11-05 Juri Linkov <juri@jurta.org>
7259
7260 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7261 (desktop-buffer-file): Use saved buffer-file-coding-system
7262 for file reading. Set auto-insert to nil to prevent automatic
7263 insertion into restored empty files.
7264
7265 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * files.el (risky-local-variable-p): Make second argument optional.
7268
7269 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * subr.el (add-hook): Fix last change.
7272
7273 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7274
7275 * mail/rmail.el (rmail-convert-to-babyl-format):
7276 If base64-decode-region signals an error, catch it and silently
7277 ignore it.
7278
7279 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7280
7281 * xml.el (xml-parse-region): Allow comments to appear after the
7282 topmost element has closed.
7283 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7284 (xml-ns-expand-attr): New functions to do namespace handling.
7285 (xml-intern-attrlist): Back-compatible handling of attribute names.
7286 (xml-parse-tag): Move namespace handling to separate functions.
7287 Now produces elements in the form ((:ns . "element") (attr-list)
7288 children) instead of ('ns:element (attr-list) children).
7289 (xml-parse-attlist): Fix attribute parsing.
7290 (xml-parse-dtd): Change parsing so that it produces strings
7291 instead of interned symbols.
7292
7293 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7294
7295 * dired.el (dired-ls-sorting-switches): Doc fix.
7296
7297 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7298
7299 * emacs-lisp/rx.el (rx-or): Fix the case of
7300 "(rx (and ?a (or ?b ?c) ?d))".
7301
7302 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7303
7304 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7305 (texinfo-format-region): Use it.
7306 (texinfo-format-buffer-1): Ditto.
7307
7308 2003-11-01 Alan Mackenzie <acm@muc.de>
7309
7310 Changes to allow scrolling whilst in isearch mode:
7311 * isearch.el (isearch-unread-key-sequence): New function,
7312 extracted from isearch-other-meta-char.
7313 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7314 "scrollable" standard functions.
7315 (isearch-allow-scroll): New customizable variable.
7316 (isearch-string-out-of-window, isearch-back-into-window)
7317 (isearch-reread-key-sequence-naturally)
7318 (isearch-lookup-scroll-key): New functions.
7319 (isearch-other-meta-char): Doc string and functionality enhanced.
7320 Now accepts a prefix argument.
7321 (isearch-lazy-highlight-window-end): New variable.
7322 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7323 end (thru isearch-lazy-highlight-window-end), not only its start.
7324
7325 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7326 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7327 (universal-argument, universal-argument-more, negative-argument)
7328 (digit-argument, universal-argument-other-key): Minor changes.
7329
7330 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7331
7332 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7333 recursively if the last message is deleted, thus avoiding an
7334 infinite loop.
7335
7336 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7339 (tex-main-file): Don't add .tex if the extension is already present.
7340 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7341
7342 2003-10-29 Lute Kamstra <lute@gnu.org>
7343
7344 * progmodes/octave-inf.el (inferior-octave-prompt):
7345 Recognize version number in prompt.
7346
7347 2003-10-28 Dave Love <fx@gnu.org>
7348
7349 * international/characters.el: Fix some Unicode ranges.
7350
7351 2003-10-28 Kenichi Handa <handa@m17n.org>
7352
7353 * disp-table.el (standard-display-8bit)
7354 (standard-display-default, standard-display-ascii)
7355 (standard-display-g1, standard-display-graphic)
7356 (standard-display-underline): Assure that standard-display-table
7357 is a display table.
7358
7359 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7362 reindenting the first line.
7363
7364 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7365
7366 * wid-edit.el (widget-default-delete): Always delete child widgets.
7367
7368 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7371 if the line has code.
7372 Don't try to line up with something that's too far left.
7373
7374 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7375 (octave-mode-syntax-table): Add % as a comment starter.
7376 (octave-point): Remove.
7377 (octave-in-comment-p, octave-in-string-p)
7378 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7379 (octave-blink-matching-block-open, octave-auto-fill):
7380 Use line-(beginning|end)-position instead.
7381
7382 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7383
7384 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7385 for Francesco Potort\e,Al\e(B.
7386
7387 2003-10-23 Dave Love <fx@gnu.org>
7388
7389 * international/mule-cmds.el (locale-charset-to-coding-system):
7390 Don't rely on nil being a coding system.
7391
7392 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7393 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7394 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7395
7396 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7397
7398 * gdb-ui.el (gdb-current-language): New variable.
7399 (gdb-update-flag): Remove variable.
7400 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7401 (gdb-take-last-elt): Remove function.
7402 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7403 (gdb-post-prompt): Check for variable object changes here.
7404
7405 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7406 object changes in gdb-ui.el.
7407
7408 2003-10-21 Richard M. Stallman <rms@gnu.org>
7409
7410 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7411
7412 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7413 Don't check for foo*/ wildcard form here.
7414 (insert-directory): Recognize foo*/ as a wildcard.
7415 Separate wildcard-regexp variable from the arg, wildcard.
7416
7417 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7418 (remove-hook): Correctly handle strange cases about local hooks.
7419
7420 2003-10-21 David Ponce <david@dponce.com>
7421
7422 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7423 argument REAL, to return a real number instead of a rounded
7424 integer value. Define as inline function.
7425 (ruler-mode-right-fringe-cols): Likewise.
7426 (ruler-mode-scroll-bar-cols): New function.
7427 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7428 (ruler-mode-right-scroll-bar-cols): Likewise.
7429 (ruler-mode-space): New function.
7430 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7431 scroll bar mode and margins in a more robust way.
7432
7433 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7434
7435 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7436 (antlr-c-init-language-vars): New function.
7437 (antlr-mode): Use it with cc-mode before v5.29.
7438 (antlr-c-common-init): Don't set some local vars here.
7439 (antlr-mode): Set them here.
7440 (antlr-c-forward-sws): New function alias.
7441 (antlr-mode): Redefine with cc-mode before v5.30.
7442 (antlr-skip-sexps): Use it.
7443 (antlr-skip-exception-part): Ditto.
7444 (antlr-skip-file-prelude): Ditto.
7445 (antlr-outside-rule-p): Ditto.
7446 (antlr-end-of-body): Ditto.
7447 (antlr-option-kind): Ditto.
7448 (antlr-insert-option-area): Ditto.
7449 (antlr-file-dependencies): Ditto.
7450
7451 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7452
7453 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7454 Move backward only if point was not inside an entry.
7455
7456 2003-10-21 Richard M. Stallman <rms@gnu.org>
7457
7458 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7459
7460 2003-10-21 Juri Linkov <juri@jurta.org>
7461
7462 * compare-w.el: Automatically skip non-matching text to resync.
7463 (compare-windows-whitespace): Doc fix.
7464 (compare-windows-sync, compare-windows-sync-string-size)
7465 (compare-windows-recenter, compare-ignore-whitespace)
7466 (compare-windows-highlight, compare-windows-face): New variables.
7467 (compare-windows): Use compare-windows-sync.
7468 (compare-windows-highlight, compare-windows-dehighlight)
7469 (compare-windows-sync-regexp)
7470 (compare-windows-sync-default-function): New functions.
7471
7472 2003-10-21 Juri Linkov <juri@jurta.org>
7473
7474 * diff.el (diff-parse-differences): Don't visit the files now;
7475 instead, just record the error locus.
7476
7477 2003-10-21 Dave Love <fx@gnu.org>
7478
7479 * progmodes/cfengine.el: New file.
7480
7481 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7484 default-directory when completing file names.
7485
7486 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7487
7488 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7489 followed by the word `face', it gets treated as a face, even if
7490 it is also defined as a variable or a function.
7491
7492 2003-10-20 Dave Love <fx@gnu.org>
7493
7494 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7495 Avoid incf in macro expansion.
7496
7497 2003-10-20 John Paul Wallington <jpw@gnu.org>
7498
7499 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7500 `evenp' so we don't implicitly require cl library at runtime.
7501
7502 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7503
7504 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7505 (help-make-xrefs): Only make cross-references for faces if
7506 preceded or followed by the word `face'. Do not make a
7507 cross-reference for variables without variable documentation,
7508 unless preceded by the word `variable' or `option'. Update doc
7509 string accordingly.
7510
7511 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7512
7513 * progmodes/hideshow.el: Rewrite one-armed `if'
7514 constructs using either `when' or `unless'.
7515 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7516
7517 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7518
7519 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7520 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7521 instead of 12x12.
7522
7523 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7524
7525 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7526 message while converting to Babyl.
7527
7528 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7529
7530 * allout.el (allout-mode): Doc fix.
7531
7532 2003-10-16 Lute Kamstra <lute@gnu.org>
7533
7534 * subr.el (force-mode-line-update): Fix docstring.
7535
7536 2003-10-14 Dave Love <fx@gnu.org>
7537
7538 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7539 (default-input-method): Add :link, improve :type.
7540 (locale-charset-language-names): Fix utf-8 pattern.
7541 (locale-charset-match-p, locale-charset-alist)
7542 (locale-charset-to-coding-system): New.
7543 (set-locale-environment): Deal with codeset part of locale specs.
7544
7545 2003-10-14 Lute Kamstra <lute@gnu.org>
7546
7547 * fringe.el (fringe-mode): Use active voice in docstring.
7548 (set-fringe-style): Ditto.
7549
7550 2003-10-13 Lute Kamstra <lute@gnu.org>
7551
7552 * fringe.el (fringe-mode): Fix docstring.
7553 (set-fringe-style): Ditto.
7554
7555 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7556
7557 * ediff-mult.el (ediff-filegroup-action):
7558 Use ediff-default-filtering-regexp.
7559
7560 * ediff-util.el (ediff-recenter): Don't call
7561 ediff-restore-highlighting twice.
7562 (ediff-select-difference): Set current difference.
7563 (ediff-unselect-and-select-difference): Add comment.
7564
7565 * ediff.el (ediff-directories,ediff-directory-revisions)
7566 (ediff-directories3,ediff-merge-directories)
7567 (ediff-merge-directories-with-ancestor)
7568 (ediff-merge-directory-revisions)
7569 (ediff-merge-directory-revisions-with-ancestor):
7570 Use ediff-default-filtering-regexp.
7571
7572 2003-10-12 Andreas Schwab <schwab@suse.de>
7573
7574 * international/mule-cmds.el (locale-charset-language-names):
7575 Simplify regex by removing unused grouping.
7576
7577 2003-10-10 Dave Love <fx@gnu.org>
7578
7579 * bindings.el: Don't bind stop.
7580
7581 2003-10-08 Miles Bader <miles@gnu.org>
7582
7583 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7584 face instead of attempting to emulate it.
7585
7586 2003-10-07 Kenichi Handa <handa@m17n.org>
7587
7588 * international/mule-diag.el (list-coding-systems-1): List coding
7589 systems that are loaded automatically.
7590
7591 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7592
7593 * international/mule.el (autoload-coding-system): New function.
7594
7595 2003-10-07 Andreas Schwab <schwab@suse.de>
7596
7597 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7598 change-log-default-name in the buffer visiting the file.
7599
7600 2003-10-06 Dave Love <fx@gnu.org>
7601
7602 * files.el (find-file-hook): Customize.
7603 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7604
7605 * bindings.el (completion-ignored-extensions): Remove .log.
7606 (global-map): Add again, open, stop keys.
7607
7608 2003-10-05 Richard M. Stallman <rms@gnu.org>
7609
7610 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7611 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7612 Use sh-modify directly.
7613 (sh-select): Use sh-append, not eval.
7614
7615 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7616
7617 * info.el (Info-following-node-name): New function.
7618
7619 * loadhist.el (unload-feature-special-hooks):
7620 Rename from loadhist-hook-functions.
7621 (loadhist-hook-functions): Now an alias.
7622
7623 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7624
7625 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7626 file-name clashes on 8+3 filesystems.
7627
7628 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7629 Rename loaddefs-boot.el to ldefs-boot.el
7630
7631 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7632 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7633
7634 2003-10-03 Lute Kamstra <lute@gnu.org>
7635
7636 * info.el (Info-mode): Revert previous change.
7637 (Info-escape-percent): New function.
7638 (Info-fontify-node): Use it.
7639
7640 2003-10-02 Andreas Schwab <schwab@suse.de>
7641
7642 * loaddefs-boot.el: Regenerated.
7643
7644 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7645
7646 * ffap.el: Remove defadvice related code from CVS since `complete'
7647 provides a `PC-completion-as-file-name-predicate' variable that
7648 ffap can override.
7649
7650 2003-10-02 Kenichi Handa <handa@m17n.org>
7651
7652 * international/utf-8.el (ccl-decode-mule-utf-8):
7653 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7654
7655 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7656 * international/subst-big5.el: Likewise.
7657 * international/subst-gb2312.el: Likewise.
7658 * international/subst-ksc.el: Likewise.
7659
7660 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7661
7662 * calendar/calendar.el (increment-calendar-month)
7663 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7664 (generate-calendar, calendar-read-date, calendar-interval)
7665 (calendar-day-of-week): Handle years BC.
7666 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7667
7668 2003-10-01 Dave Love <fx@gnu.org>
7669
7670 * language/cyrillic.el (cp1251): Alias for windows-1251.
7671
7672 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7673 bootstrap.
7674
7675 2003-10-01 Lute Kamstra <lute@gnu.org>
7676
7677 * files.el: Fix typo.
7678 * imenu.el (imenu--generic-function): Docstring fix.
7679
7680 2003-09-30 Richard M. Stallman <rms@gnu.org>
7681
7682 * dired.el (dired-mode): Handle dired-directory as a list.
7683
7684 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7685
7686 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7687
7688 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7689
7690 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7691 Replace gud-display with gud-watch.
7692 (gud-speedbar-buttons): Add stuff for watching expressions
7693 in the speedbar when using M-x gdba. Use dolist on old part
7694 of this function.
7695
7696 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7697 (gdb-update-flag): New variables.
7698 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7699 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7700 (gud-watch, gdb-var-create-handler) : New functions.
7701 (gdb-var-list-children, gdb-var-list-children-handler)
7702 (gdb-var-create-regexp, gdb-var-update-regexp)
7703 (gdb-var-list-children-regexp): New constants.
7704 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7705 (gdb-annotation-rules): Reduce annotation set (level 3).
7706 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7707 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7708 updates.
7709 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7710 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7711 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7712 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7713 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7714 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7715 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7716 (gud-display, gud-display1)
7717 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7718 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7719 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7720 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7721 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7722 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7723 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7724 (gdb-display-display-buffer, gdb-toggle-display)
7725 (gdb-delete-display, gdb-expressions-popup-menu)
7726 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7727 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7728 to display buffer.
7729
7730 2003-09-30 Richard M. Stallman <rms@gnu.org>
7731
7732 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7733 Instead, set which-func-functions.
7734
7735 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7736 (which-func-functions): New variable.
7737 (which-function): Use that.
7738
7739 * info.el (Info-mode): Double each `%' in header line.
7740
7741 * emacs-lisp/lisp-mnt.el (lm-with-file):
7742 When FILE is nil, run BODY in current buffer.
7743
7744 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7745
7746 * help.el (describe-mode): Start with a brief list of minor modes.
7747 Find them thru minor-mode-list so as to find them all.
7748 Show them in alphabetical order.
7749
7750 * mail/sendmail.el (mail-aliases): Doc fix.
7751
7752 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7753
7754 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7755
7756 * mail/rmailsum.el (rmail-make-summary-line-1):
7757 Change comma after last label to a space.
7758 (rmail-summary-font-lock-keywords): Adapt to that change.
7759
7760 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7761
7762 * progmodes/scheme.el (scheme-mode-variables): When setting
7763 `font-lock-defaults', also specify that "#" should
7764 be interpreted with `word' syntax.
7765 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7766
7767 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7768
7769 * desktop.el: A lot of comments updated.
7770 (desktop-save-mode): Minor mode introduced.
7771 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7772 (desktop-load-default): Function made obsolete.
7773 (desktop-locals-to-save): Variable made customizable.
7774 (desktop-read): Optional parameter `dirname' added.
7775 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7776 `desktop-read' used.
7777 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7778
7779 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7780
7781 * whitespace.el (whitespace-clean-msg): Add user customizable message
7782 for displaying ``clean'' output.
7783 (whitespace-buffer): Use `whitespace-clean-msg'.
7784 (whitespace-global-mode): Fix typo.
7785
7786 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7787
7788 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7789
7790 2003-09-29 Lute Kamstra <lute@gnu.org>
7791
7792 * bindings.el (mode-line-modes): Remove superfluous :propertize
7793 construct in initialization.
7794 (mode-line-position): Change cons cell into proper list in
7795 initialization.
7796
7797 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7798
7799 * international/mule.el (decode-coding-inserted-region): Use car
7800 of the return value of find-operation-coding-system.
7801
7802 2003-09-29 Kenichi Handa <handa@m17n.org>
7803
7804 * descr-text.el (describe-char): Fix previous change.
7805
7806 2003-09-28 Kenichi Handa <handa@m17n.org>
7807
7808 * descr-text.el (describe-char-display): New function.
7809 (describe-char): Pay attention to display table on describing how
7810 a character is displayed.
7811
7812 * international/mule-cmds.el (encoded-string-description):
7813 Prepend "0x" to each encoded byte.
7814
7815 2003-09-28 Andreas Schwab <schwab@suse.de>
7816
7817 * find-file.el (ff-special-constructs): Add autoload cookie.
7818
7819 2003-09-28 Kevin Ryde <user42@zip.com.au>
7820
7821 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7822 makeinfo appends to duplicate index entries.
7823
7824 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7825
7826 * dired-x.el (dired-clean-tex): Doc fix.
7827
7828 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7829 using a Chinese tutorial.
7830
7831 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7832
7833 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7834 between "MAIL FROM:" and "RCPT TO:" and the following address.
7835
7836 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7837
7838 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7839
7840 2003-09-28 David Ponce <david@dponce.com>
7841
7842 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7843 (recentf-load-list): When `recentf-initialize-file-name-history'
7844 is non-nil, initialize an empty `file-name-history' with the
7845 recent list.
7846
7847 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7848
7849 * man.el (Man-default-man-entry): Remove the leading `*' from the
7850 word at point.
7851
7852 2003-09-26 Lute Kamstra <lute@gnu.org>
7853
7854 * bindings.el (mode-line-position): Mention size indication in
7855 docstring.
7856
7857 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7858
7859 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7860
7861 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7862 because it's autoloaded now.
7863
7864 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7865
7866 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7867 (sh-font-lock-keywords, sh-feature): Fix previous change of
7868 sh-feature to avoid infloop with sh-font-lock-keywords.
7869
7870 2003-09-25 Kim F. Storm <storm@cua.dk>
7871
7872 * frame.el (frame-current-scroll-bars): New defun.
7873
7874 * window.el (window-current-scroll-bars): New defun.
7875
7876 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7877
7878 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7879 cause errors when the state cache contains info on parts that have
7880 been narrowed out.
7881
7882 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7883
7884 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7885 `c-setup-paragraph-variables' has to be used when this variable is
7886 changed; it doesn't work to reinitialize the mode since that
7887 typically clobbers the variable.
7888
7889 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7890 Make it interactive.
7891
7892 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7893
7894 * progmodes/cc-fonts.el (c-font-lock-declarations):
7895 Fix recognition of constructors and destructors for classes whose
7896 names are matched by `*-font-lock-extra-types'.
7897
7898 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7899 followed by an identifier in C++ then it's a type.
7900
7901 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7902
7903 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7904 problem that primarily affected XEmacs. Don't use faces to find
7905 unterminated strings since Emacs and XEmacs fontify strings
7906 differently - this function should now work better in XEmacs.
7907
7908 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7909
7910 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7911 `expand-abbrev' workaround which caused braces to misbehave inside
7912 macros.
7913
7914 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7915 handling. This bug could cause interactive font locking to bail out.
7916
7917 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7918
7919 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7920 Handle paren-style types in Pike. Also fixed some cases of
7921 insufficient handling of unbalanced parens.
7922
7923 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7924
7925 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7926 common shell prompts that are not common filename or URL characters.
7927 (ffap-file-at-point): Use the new regexp to strip the prompts from
7928 the file names. This is an issue mostly for user prompts that
7929 don't have a trailing space and find-file-at-point is invoked from
7930 within a shell inside Emacs.
7931
7932 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7933
7934 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7935 stamps numerically, rather than textually.
7936
7937 2003-09-24 Kenichi Handa <handa@m17n.org>
7938
7939 * language/devan-util.el (devanagari-post-read-conversion):
7940 * language/mlm-util.el (malayalam-post-read-conversion):
7941 * language/tml-util.el (tamil-post-read-conversion):
7942 Add autoload cookie.
7943
7944 * international/utf-8.el (utf-8-post-read-conversion):
7945 Call post-read-conversion functions for Devanagari, Malayalam,
7946 and Tamil.
7947
7948 2003-09-23 Dave Love <fx@gnu.org>
7949
7950 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7951
7952 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7953
7954 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7955 Update gud-remove.
7956
7957 2003-09-22 Richard M. Stallman <rms@gnu.org>
7958
7959 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7960 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7961 (sh-mode-syntax-table-input): New variable.
7962 (sh-require-final-newline): Don't use eval.
7963 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7964 (sh-variables, sh-font-lock-keywords): Don't use eval.
7965 (sh-set-shell): When setting require-final-newline,
7966 treat value = `require-final-newline' as don't change it.
7967 Set sh-mode-syntax-table locally based on
7968 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7969
7970 * progmodes/compile.el (compile-internal):
7971 Call compilation-set-window-height before setting window start.
7972
7973 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7974
7975 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7976 Clear out byte-compile-last-warned-form.
7977
7978 2003-09-22 Richard M. Stallman <rms@gnu.org>
7979
7980 * woman.el (woman-file-name, woman-follow-word):
7981 If current-word returns nil, use "".
7982
7983 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7984
7985 2003-09-22 Richard M. Stallman <rms@gnu.org>
7986
7987 * emacs-lisp/lisp-mnt.el (lm-with-file):
7988 Don't visit the file, just use insert-file-contents in temp buffer.
7989
7990 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7991
7992 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7993 Add surrounding \\( and \\) around the header, as in
7994 for lm-history-header 'Change Log\\|History'.
7995
7996 2003-09-22 John Paul Wallington <jpw@gnu.org>
7997
7998 * progmodes/ld-script.el: Add Commentary section,
7999 minor cleanup of file header.
8000 (ld-script-font-lock-keywords): Doc fix.
8001 (toplevel): Provide `ld-script' feature.
8002
8003 2003-09-21 Kim F. Storm <storm@cua.dk>
8004
8005 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8006 new built-in variable default-frame-scroll-bars.
8007 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8008 scroll-bar-mode; notably, use it instead of t when we toggle
8009 scroll-bars on.
8010 (toggle-scroll-bar): Use default-frame-scroll-bars.
8011
8012 2003-09-19 Masatake YAMATO <jet@gyve.org>
8013
8014 * pcvs.el (cvs-do-removal): Change the prompt depending on
8015 `filter' value.
8016
8017 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8018
8019 * startup.el (command-line-1): Stop startup-echo-area-message
8020 being hidden by "Loading image..." message.
8021 (use-fancy-splash-screens-p, display-splash-screen):
8022 Move display-graphic-p test from latter to former.
8023
8024 * progmodes/sh-script.el (sh-font-lock-keywords):
8025 Highlight escaped EOLs differently from other backslash constructs.
8026
8027 2003-09-19 Richard M. Stallman <rms@gnu.org>
8028
8029 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8030 New functions.
8031 (edebug-enter, edebug-outside-excursion): Use them.
8032
8033 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8034 Fix the condition for whether to print "In WHERE".
8035
8036 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8037
8038 * finder.el (finder-mode-hook): New variable.
8039 (finder-mode): Run hook finder-mode-hook
8040
8041 2003-09-18 Masatake YAMATO <jet@gyve.org>
8042
8043 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8044
8045 2003-09-17 Mario Lang <mlang@delysid.org>
8046
8047 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8048 "p %e" to actually print the value in the GUD buffer.
8049
8050 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8051
8052 From David Ponce <david.ponce@wanadoo.fr>:
8053 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8054 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8055 from loaddefs-boot.el if necessary.
8056
8057 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8058
8059 * progmodes/gud.el (gud-find-class): Make jdb work again since
8060 cc-mode changed the syntactic information.
8061
8062 2003-09-15 David Ponce <david@dponce.com>
8063
8064 * recentf.el: (recentf-exclude): Accept predicates too.
8065 (recentf-file-readable-p): New function.
8066 (recentf-include-p): Handle predicates in recentf-exclude.
8067 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8068 (recentf-cleanup): Likewise.
8069 (recentf-save-list): Use write-file to handle backup of
8070 recentf-save-file.
8071
8072 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8073
8074 * loaddefs-boot.el: Renamed from `loaddefs.el'
8075 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8076 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8077 necessary.
8078
8079 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8080
8081 * electric.el (Electric-pop-up-window): For the `one-window' case,
8082 no longer disconcertingly move point in the original buffer.
8083
8084 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8087
8088 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8089
8090 * dired.el (dired-mode-map): Fix typo.
8091
8092 2003-09-11 Richard M. Stallman <rms@gnu.org>
8093
8094 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8095
8096 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8097
8098 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8099 the function is less noisy. Now only `kill-buffer' can ask questions.
8100
8101 2003-09-10 Mario Lang <mlang@delysid.org>
8102
8103 * battery.el: Update Commentary and Copyright.
8104 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8105 appear due to wrong ordering of the expressions in `or'.
8106
8107 2003-09-09 Lute Kamstra <lute@gnu.org>
8108
8109 * misc.el (upcase-char): Fix docstring.
8110 (zap-up-to-char): New command.
8111
8112 2003-09-08 David Ponce <david@dponce.com>
8113
8114 Ensure that recentf correctly updates the menu bar.
8115 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8116 (recentf-menu-bar): New function.
8117 (recentf-clear-data): Use it
8118 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8119 of easy-menu-change.
8120
8121 2003-09-08 Lute Kamstra <lute@gnu.org>
8122
8123 * simple.el (size-indication-mode): New.
8124 * bindings.el (mode-line-position): Add buffer size indicator.
8125
8126 2003-09-04 Mario Lang <mlang@delysid.org>
8127
8128 * battery.el (battery-linux-proc-acpi): New function.
8129 (battery-status-function): Modify default value calculation to also
8130 check for availability of ACPI.
8131 (battery-echo-area-format): Ditto.
8132 (battery-mode-line-format): Ditto.
8133
8134 2003-09-06 Dave Love <fx@gnu.org>
8135
8136 * ielm.el (ielm-mode-hook): Add :options.
8137
8138 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8139 (eldoc-print-current-symbol-info): Use it.
8140
8141 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8142
8143 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8144 being displayed in GUD buffer.
8145 (gdb-idle-input-queue): Remove var. Use just one queue.
8146 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8147 Remove functions. Use just one queue.
8148 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8149 (gdb-invalidate-assembler, gdb-get-current-frame):
8150 Modify functions. Use just one queue.
8151
8152 2003-09-04 Dave Love <fx@gnu.org>
8153
8154 * cus-start.el: Add blink-cursor-alist.
8155
8156 * ruler-mode.el (ruler-mode-fill-column-char)
8157 (ruler-mode-current-column-char): Use char-displayable-p,
8158 not window-system.
8159
8160 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8161
8162 * language/european.el (windows-1252): Move from code-pages.
8163
8164 * language/cyrillic.el ("Windows-1251"): Delete.
8165 ("Bulgarian", "Belarusian"): Remove `features'.
8166 (windows-1251): Move from code-pages.
8167
8168 * international/mule-diag.el (non-iso-charset-alist):
8169 Remove `codepage' stuff.
8170 (print-designation, list-coding-systems-1): Output fixes.
8171
8172 * international/code-pages.el (cp-make-translation-table)
8173 (cp-valid-codes): Made defsubsts.
8174 (cp-fix-safe-chars): Delete.
8175 (mule-diag): Don't require.
8176 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8177 (top-level): Check for defined coding system when defining
8178 cp... aliases. Change w32-add-charset-info test to avoid warning.
8179 (non-iso-charset-alist): Defvar when compiling.
8180 (cp-make-coding-system): Doc fix.
8181
8182 2003-09-02 Jason Rumney <jasonr@gnu.org>
8183
8184 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8185 line-ends from CVS before doing conversion.
8186
8187 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8188
8189 * calendar/diary-lib.el (diary-header-line-flag)
8190 (diary-header-line-format): New variables.
8191 (list-diary-entries): Use them to set header line in simple diary.
8192
8193 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8194 other than font-lock-string-face to highlight backslashes.
8195
8196 2003-09-01 Jason Rumney <jasonr@gnu.org>
8197
8198 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8199 regexp.
8200
8201 2003-09-01 Dave Love <fx@gnu.org>
8202
8203 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8204
8205 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8206 and :help; also line and column numbers labels.
8207
8208 * international/mule-util.el (char-displayable-p): Move from
8209 latin1-disp, rename and autoload.
8210
8211 * international/latin1-disp.el (latin1-char-displayable-p):
8212 Now obsolete alias. Replace uses with char-displayable-p.
8213 (latin1-display-ucs-per-lynx): Fix last change.
8214
8215 * international/mule-cmds.el (standard-display-european-internal):
8216 Don't use char code for Latin-1 NBSP.
8217 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8218 U+2018, U+2019 for `'.
8219 (select-safe-coding-system): Message fix.
8220
8221 2003-09-01 Kenichi Handa <handa@m17n.org>
8222
8223 * international/fontset.el (setup-default-fontset): For Thai
8224 font, specify "*" family.
8225
8226 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8227
8228 * progmodes/compile.el (previous-error): Accept a prefix
8229 argument, similarly to next-error.
8230
8231 2003-08-31 Masatake YAMATO <jet@gyve.org>
8232
8233 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8234 the number of files. Bind the number of files to a local
8235 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8236
8237 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8238
8239 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8240 2003-07-26: msdos-long-file-names is a function, not a variable.
8241
8242 2003-08-29 Richard M. Stallman <rms@gnu.org>
8243
8244 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8245 Do nothing with mail-personal-alias-file if it is nil.
8246
8247 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8248 Do nothing if mail-personal-alias-file is nil.
8249
8250 * term.el (term-exec-1): Bind coding-system-for-read.
8251
8252 * dired.el (dired-mouse-find-file-other-window):
8253 Use dired-view-command-alist here, as in dired-view-file.
8254 (dired-view-command-alist): Use %s to substitute file name.
8255 Handle .ps_pages, .eps, .jpg, .gif, .png.
8256
8257 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8258
8259 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8260 `Info-prev-reference', instead of M-tab.
8261
8262 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8263
8264 * simple.el (blink-matching-open): Work correctly on chars that
8265 are designated as parens through the syntax-table text property.
8266
8267 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8268
8269 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8270 line break position in the middle of a non-kinsoku (e.g. latin)
8271 word, making it skip until either a space or a character with
8272 category "|".
8273 (kinsoku-longer): Test for end of buffer.
8274
8275 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8276
8277 * mail/rmail.el (rmail-convert-to-babyl-format):
8278 Detect quoted-printable- and base64-encoded messages and decode them
8279 automatically. Set the message's encoding from the charset=
8280 header, if any. Decode base64-encoded messages in Mail format as well.
8281
8282 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8283
8284 * mail/smtpmail.el: Fix previous change.
8285 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8286 calling smtpmail-via-smtp.
8287 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8288
8289 2003-08-26 John Paul Wallington <jpw@gnu.org>
8290
8291 * image.el (image-jpeg-p): Don't search beyond length of data.
8292
8293 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8294
8295 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8296 misfeature in `expand-abbrev' which caused electric keywords like
8297 "else" to disappear if an open brace was typed directly afterwards.
8298
8299 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8300
8301 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8302 mandatory in `define-widget'.
8303
8304 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8305 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8306
8307 (c-assignment-operators): New language constant that only contains
8308 the assignment operators.
8309
8310 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8311
8312 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8313
8314 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8315 Safeguard against unbalanced sexps.
8316
8317 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8318
8319 * version.el (emacs-version): Check for gtk. Include gtk version info.
8320
8321 2003-08-25 John Paul Wallington <jpw@gnu.org>
8322
8323 * man.el (Man-default-man-entry): Don't whizz past the section
8324 number before looking for it.
8325
8326 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8327
8328 * progmodes/gud.el (gud-display-line): Don't set window-point if
8329 source buffer is not visible. (Only happens with M-x gdba.)
8330
8331 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8332 documentation.
8333 (gdb-source, gdb-source-info): Update to assembler unnecessary
8334 as its done after each GDB command anyway.
8335 (gdb-pre-prompt): Use with-current-buffer.
8336 (gdb-insert-field): Add help-echo text.
8337 (gdb-invalidate-assembler): Re-display of assembler now done in
8338 gdb-info-breakpoints-custom.
8339 (gdb-info-breakpoints-custom): Force re-display of assembler to
8340 happen *after* update of breakpoints buffer.
8341 (gdb-display-source-buffer): Don't choke if gdb-source-window
8342 isn't visible.
8343 (gdb-put-string, gdb-put-arrow): Remove free variables.
8344
8345 2003-08-24 John Paul Wallington <jpw@gnu.org>
8346
8347 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8348
8349 * man.el (Man-default-man-entry): Strip text properties when
8350 snarfing parts of entry because `format' preserves properties.
8351
8352 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8353
8354 * files.el (file-newest-backup): Use `expand-file-name'.
8355
8356 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8357 Allow the diary to pop up a new frame, if needed.
8358
8359 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8360 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8361 (smtpmail-send-it): Make treatment of envelope-from consistent with
8362 sendmail.el.
8363
8364 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8365 (sh-leading-keywords): Add the bash `time' reserved word.
8366 (sh-variables): Add some bash variables.
8367 (sh-add-completer): Fix nil branch of case statement.
8368
8369 2003-08-24 Masatake YAMATO <jet@gyve.org>
8370
8371 * progmodes/ld-script.el: New file.
8372
8373 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8374
8375 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8376
8377 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8378
8379 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8380 Better explain obsolescence, and what to use instead.
8381
8382 2003-08-23 Masatake YAMATO <jet@gyve.org>
8383
8384 * pcvs.el (cvs-do-removal): Show the deleted file name
8385 on the prompt.
8386
8387 2003-08-20 Dave Love <fx@gnu.org>
8388
8389 * international/mule.el (make-coding-system)
8390 (set-buffer-file-coding-system): Doc fix.
8391
8392 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8393
8394 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8395
8396 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8397
8398 * international/utf-16.el: Add mime-text-unsuitable coding system
8399 properties.
8400
8401 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8402
8403 * cus-edit.el: Add some :links.
8404 (bib): Remove.
8405
8406 * textmodes/bib-mode.el (bib): Add :group external.
8407
8408 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8409
8410 * wid-edit.el (widget-echo-help): Make it handle expressions that
8411 evaluate to strings.
8412
8413 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8414
8415 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8416
8417 Simplify selection of SQL products to define highlighting and
8418 interactive mode. Includes detailed instructions on adding
8419 support for new products.
8420
8421 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8422 product for use in highlighting and interactive mode.
8423 (sql-interactive-product): New variable. SQL product for
8424 sql-interactive-mode.
8425 (sql-product-support): New variable. Specifies product-specific
8426 parameters to drive highlighting and interactive mode.
8427 (sql-imenu-generic-expression): Add more object types.
8428 (sql-sqlite-options): Correct comment.
8429 (sql-ms-program): Use "osql" rather than "isql".
8430 (sql-prompt-regexp, sql-prompt-length): Update comment.
8431 (sql-mode-menu): Add "Start SQLi session" entry.
8432 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8433 (sql-mode-abbrev-table): Add abbreviations. Support of
8434 SYSTEM-FLAG on define-abbrev. Support was removed with last
8435 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8436 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8437 names.
8438 (sql-mode-ansi-font-lock-keywords): Set as default value.
8439 (sql-mode-oracle-font-lock-keywords): Set as default value.
8440 Support Oracle 9i keywords.
8441 (sql-mode-postgres-font-lock-keywords): Set as default value.
8442 (sql-mode-linter-font-lock-keywords): Set as default value.
8443 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8444 SQLServer 2000.
8445 (sql-mode-sybase-font-lock-keywords)
8446 (sql-mode-interbase-font-lock-keywords)
8447 (sql-mode-sqlite-font-lock-keywords)
8448 (sql-mode-strong-font-lock-keywords)
8449 (sql-mode-mysql-font-lock-keywords)
8450 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8451 keywords.
8452 (sql-mode-font-lock-defaults): Update comment.
8453 (sql-product-feature): New function. Returns feature associated
8454 with a product from `sql-product-support' alist.
8455 (sql-product-font-lock): New function. Set font-lock support
8456 based on `sql-product'.
8457 (sql-add-product-keywords): New function. Add font-lock rules to
8458 product-specific keyword variables.
8459 (sql-set-product): New function. Set `sql-product' and apply
8460 appropriate font-lock highlighting.
8461 (sql-highlight-product): New function. Set font-lock support
8462 based on a product. Also set mode name to include product name.
8463 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8464 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8465 Use `sql-set-product'.
8466 (sql-highlight-ms-keywords)
8467 (sql-highlight-sybase-keywords)
8468 (sql-highlight-interbase-keywords)
8469 (sql-highlight-strong-keywords)
8470 (sql-highlight-mysql-keywords)
8471 (sql-highlight-sqlite-keywords)
8472 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8473 (sql-get-login): Prompt in the same order as the tokens.
8474 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8475 (sql-product-interactive): New function. Common portions of
8476 product-specific interactive mode wrappers.
8477 (sql-interactive-mode): Rewritten to use product features.
8478 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8479 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8480 (sql-db2, sql-linter): Use `sql-product-interactive'.
8481 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8482 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8483 (sql-connect-ingres, sql-connect-postgres)
8484 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8485 New functions. Format command line parameters and invoke comint on
8486 the appropriate interpreter. Code was in the corresponding
8487 `sql-xyz' function before.
8488 (sql-connect-ms): New function. Support -E argument to use
8489 operating system credentials for authentication.
8490
8491 2003-08-18 Kenichi Handa <handa@m17n.org>
8492
8493 * international/mule.el (encode-char): Fix for the ASCII case.
8494
8495 2003-08-15 Kenichi Handa <handa@m17n.org>
8496
8497 * international/fontset.el (setup-default-fontset): Change "*" to
8498 nil in the specifications of font family.
8499
8500 2003-08-18 Kim F. Storm <storm@cua.dk>
8501
8502 * kmacro.el (kmacro-keymap): Group related bindings in
8503 initialization for clarity. Bind C-s to start macro.
8504 Remove C-r binding.
8505 (kmacro-initial-counter-value): New defvar to hold initial counter
8506 value in case we set the value before defining a macro.
8507 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8508 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8509 not defining or executing macro. Doc fix.
8510 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8511 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8512 temporarily view older elements on the macro ring without cycling
8513 the ring.
8514 (kmacro-display): Doc fix.
8515 (kmacro-exec-ring-item): New helper function.
8516 (kmacro-call-ring-2nd): Use it.
8517 (kmacro-call-ring-2nd-repeat): Doc fix.
8518 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8519 (kmacro-end-or-call-macro): Execute last viewed macro (using
8520 kmacro-exec-ring-item) from ring if this follows
8521 kmacro-view-macro. This allows us to find a macro on the ring
8522 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8523 the ring to bring it to the head of the ring.
8524 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8525 Allow binding to reserved keys without specifying C-x C-k prefix.
8526 Ask for confirmation if entered key sequence is already bound to
8527 a non-macro command.
8528 (kmacro-view-macro): Repeating command will show older elements
8529 on the macro ring; C-k will execute the last viewed macro.
8530 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8531 property from 'ring to 'head.
8532
8533 2003-08-17 Alan Shutko <ats@acm.org>
8534
8535 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8536 keeping December out of the alist.
8537
8538 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8539
8540 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8541 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8542 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8543 (calendar-flatten): New function.
8544 (calendar-mouse-view-other-diary-entries)
8545 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8546 in the menu title and to show multi-line diary entries correctly
8547 in the menu.
8548
8549 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8550
8551 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8552 defcustom, because the default was recently changed.
8553
8554 2003-08-16 Richard M. Stallman <rms@gnu.org>
8555
8556 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8557
8558 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8559 New subroutine, broken out of eval-last-sexp-1.
8560 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8561
8562 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8563
8564 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8565
8566 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8567
8568 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8569
8570 * progmodes/compile.el (compilation-error-regexp-alist):
8571 Add Java ANt error detection as described in document
8572 http://ant.apache.org/faq.html
8573
8574 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8575
8576 * simple.el (backward-word, forward-to-indentation)
8577 (backward-to-indentation): Argument changed to optional.
8578 (next-line, previous-line): Use `or' instead of `unless'.
8579
8580 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8581
8582 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8583 instead of a constant.
8584
8585 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8586
8587 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8588
8589 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8590
8591 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8592 (vc-sccs-workfile-version): Search the entire delta table, rather
8593 than just the first entry, because that might be a deleted version.
8594
8595 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8596
8597 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8598 [save-place] binding in the Options menu. Have it require
8599 'saveplace' and then toggle the variable manually, to avoid an an
8600 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8601 for the bug report.
8602
8603 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8604
8605 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8606 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8607 (gdb-info-threads-custom): Add help-echo text.
8608 (gdb-display-back): Don't use purecopy.
8609 (gdb-info-breakpoints-custom, gdb-reset)
8610 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8611 icons can be displayed.
8612
8613 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8614
8615 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8616
8617 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8618
8619 * bookmark.el (bookmark-completing-read):
8620 Return a string, instead of a list of one string.
8621 Use a popup menu if activated from the mouse.
8622 (bookmark-edit-annotation): Remove unused vars.
8623 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8624 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8625 to bookmark-completing-read.
8626 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8627 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8628 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8629 and erase-buffer.
8630 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8631 (bookmark-menu-jump, bookmark-menu-insert)
8632 (bookmark-popup-menu-and-apply-function)
8633 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8634 (bookmark-menu-build-paned-menu): Remove by folding it into
8635 bookmark-menu-popup-paned-menu.
8636 (menu-bar-bookmark-map): Move the define-key statements here.
8637 Use the "non-menu" commands since they now pop up a menu if needed.
8638 (bookmark-exit-hook-internal): Simplify.
8639
8640 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8641
8642 * reftex-toc.el (reftex-toc-rename-label): New function.
8643 (reftex-toc-check-docstruct): New function.
8644
8645 * reftex.el (reftex-region-active-p): New function.
8646
8647 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8648 regexp to find the \bibliography macro.
8649
8650 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8651 which does not exist in LaTeX.
8652 (reftex-cite-format-builtin): Added amsrefs support.
8653 (reftex-toc-confirm-promotion): New option
8654
8655 * reftex-toc.el
8656 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8657 (reftex-toc-demote, reftex-toc-promote)
8658 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8659 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8660 (reftex-toc-newhead-from-alist)
8661 (reftex-toc-load-all-files-for-promotion): New functions.
8662 (reftex-toc-help): Added description of new keys.
8663 (reftex-toc-split-windows-fraction): New option.
8664 (reftex-recenter-toc-when-idle): Search *toc* window on all
8665 visible frames.
8666 (reftex-toc): Additional parameter REUSE
8667 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8668 with REUSE argument.
8669 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8670 the call of `reftex-toc'.
8671 (reftex-make-separate-toc-frame): New function .
8672 (reftex-toc-recenter): When called with triple prefix arg, call
8673 `reftex-make-separate-toc-frame' first.
8674 (reftex-toc-toggle-dedicated-frame): New command.
8675 (reftex-toc-quit): Adapted to delete frame when called in
8676 dedicated frame.
8677
8678 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8679 all enclosing macros.
8680
8681
8682 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8683
8684 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8685 first use.
8686
8687 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8688
8689 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8690
8691 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8692
8693 * calendar/calendar.el (list-diary-entries-hook)
8694 (diary-display-hook, nongregorian-diary-listing-hook)
8695 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8696 Add some customize options for these hooks.
8697 (calendar-abbrev-construct): Don't try to take a substring longer
8698 than the original string.
8699
8700 2003-08-05 Richard M. Stallman <rms@gnu.org>
8701
8702 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8703 (testcover-reinstrument-clauses): Doc fix.
8704
8705 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8706 (warning-type-format): Rename from warning-group-format.
8707
8708 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8709 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8710 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8711 to prevent warnings about defvar for an obsolete variable.
8712
8713 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8714 warning-group-format renamed to warning-type-format.
8715
8716 * subr.el (read-passwd): Use clear-string instead of fillarray.
8717
8718 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8719 Use vconcat instead of concat.
8720 (edmacro-sanitize-for-string): New function.
8721
8722 2003-08-05 Dave Love <fx@gnu.org>
8723
8724 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8725 line-number-display-limit-width.
8726
8727 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8728
8729 2003-08-05 Kenichi Handa <handa@m17n.org>
8730
8731 * international/code-pages.el: Don't require mule-diag.
8732
8733 * international/mule-diag.el (non-iso-charset-alist):
8734 Add autoload cookie.
8735
8736 * language/devan-util.el (dev-glyph-order): Add an entry for the
8737 glyph code #xC4.
8738
8739 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8740
8741 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8742 (european-calendar-style, diary-date-forms)
8743 (calendar-day-name-array, calendar-month-name-array): Doc change.
8744 (generate-calendar-month): Adapt for new behaviour of
8745 `calendar-day-name' function.
8746 (calendar-abbrev-length, calendar-day-abbrev-array)
8747 (calendar-month-abbrev-array): New variables.
8748 (calendar-abbrev-construct): New function.
8749 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8750 rather than fixing abbrevs at some width. Calling syntax change.
8751 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8752 (calendar-date-string): Adapt for new behaviours of
8753 `calendar-day-name' and `calendar-month-name' functions.
8754
8755 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8756 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8757 (diary-name-pattern): Use abbrev arrays, rather than fixing
8758 abbrevs at three chars. Calling syntax change.
8759 (mark-diary-entries): Adapt for new behaviours of
8760 `diary-name-pattern' and `calendar-make-alist' functions.
8761 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8762 `diary-name-pattern' function.
8763 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8764 fixing abbrevs at three chars. Calling syntax change.
8765 (cal-hebrew, cal-islam): Require when compiling.
8766 (diary-font-lock-keywords): Adapt for new behaviour of
8767 `font-lock-diary-date-forms' function.
8768
8769 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8770 (calendar-hebrew-month-name-array-common-year)
8771 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8772 (list-hebrew-diary-entries): Adapt for new behaviours of
8773 `calendar-day-name' and `add-to-diary-list' functions.
8774 (mark-hebrew-diary-entries): Adapt for new behaviours of
8775 `diary-name-pattern' and `calendar-make-alist' functions.
8776
8777 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8778 Add doc string.
8779 (list-islamic-diary-entries): Adapt for new behaviours of
8780 `calendar-day-name' and `add-to-diary-list' functions.
8781 (mark-islamic-diary-entries): Adapt for new behaviours of
8782 `diary-name-pattern' and `calendar-make-alist' functions.
8783
8784 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8785 `calendar-month-name' function.
8786
8787 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8788
8789 * calendar/solar.el (solar-seasons-data): Move definition before use.
8790
8791 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8792 (cal-tex-LaTeX-hourbox): Move definition before use.
8793
8794 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8795 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8796 lunar.el, solar.el
8797 (displayed-month, displayed-year): Define for compiler.
8798
8799 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8800
8801 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8802 MODE. Renamed from c-init-c-language-vars'.
8803 (c-initialize-cc-mode): Change accordingly.
8804 (c-common-init): Ditto.
8805 (c-mode): Ditto.
8806 (c++-mode): Use `c-init-language-vars-for'.
8807 (objc-mode): Ditto.
8808 (java-mode): Ditto.
8809 (idl-mode): Ditto.
8810 (pike-mode): Ditto.
8811 (awk-mode): Ditto.
8812
8813 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8814
8815 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8816 or not the point moved.
8817
8818 (c-search-decl-header-end): Don't trip up on operator identifiers
8819 in C++ and operators like == in all languages.
8820
8821 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8822 Detect leading labels correctly.
8823
8824 2003-08-02 Andreas Schwab <schwab@suse.de>
8825
8826 * textmodes/ispell.el: Don't redo key bindings on loading, put
8827 them only in loaddefs.el.
8828 * bookmark.el: Likewise.
8829 * dabbrev.el: Likewise.
8830 * emerge.el: Likewise.
8831
8832 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8833 has more than one member.
8834
8835 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8836
8837 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8838
8839 * lpr.el (printify-region): It was ending conversion before the
8840 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8841
8842 2003-07-31 John Paul Wallington <jpw@gnu.org>
8843
8844 * net/browse-url.el (browse-url-epiphany): Doc fix.
8845
8846 2003-07-30 Kenichi Handa <handa@m17n.org>
8847
8848 * international/fontset.el (setup-default-fontset):
8849 Change registry names of Akurti fonts.
8850
8851 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8852
8853 * comint.el (comint-read-noecho): Use `clear-string' instead of
8854 `fillarray'.
8855
8856 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8857
8858 * outline.el (outline-mode-hook): Add defvar.
8859
8860 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8861
8862 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8863 Restore assembler in source window if that is what has been selected.
8864 (menu): Add gdb-restore-windows to menu. Make gdba
8865 specific menus only visible from gdba.
8866
8867 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8868
8869 * progmodes/compile.el (compilation-environment): New user variable.
8870 (compile-internal): Respect it.
8871
8872 2003-07-23 Masatake YAMATO <jet@gyve.org>
8873
8874 * progmodes/gud.el (gdb-script-font-lock-keywords):
8875 Put `font-lock-function-name-face' on a symbol which includes
8876 `-' like `hook-run'. Put font-lock-variable-name-face
8877 on a symbol starting with $.
8878
8879 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8880
8881 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8882
8883 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8884
8885 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8886
8887 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8888
8889 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8890 Use with-no-warnings.
8891 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8892 rather than to find-file-not-found-hook, which doesn't exist.
8893
8894 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8895
8896 * international/quail.el (quail-translate-key): Fix previous change.
8897
8898 2003-07-25 John Paul Wallington <jpw@gnu.org>
8899
8900 * server.el (server-start): Check `server-process' is non-nil
8901 before killing it to avoid killing current buffer's process.
8902
8903 * simple.el (choose-completion-string): Use `minibufferp';
8904 test `completion-reference-buffer' if `buffer' arg is nil.
8905 (push-mark): Use `when' and `unless'.
8906 (pop-mark): Use `when'.
8907
8908 * mouse-sel.el (mouse-sel-get-selection-function):
8909 Check `x-last-selected-text-primary'. Don't barf if it or
8910 `x-last-selected-text' aren't bound.
8911
8912 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8913
8914 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8915
8916 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8917
8918 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8919
8920 2003-07-23 John Paul Wallington <jpw@gnu.org>
8921
8922 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8923
8924 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8925
8926 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8927 string. Defvar the derived hook.
8928
8929 * macros.el (insert-kbd-macro): Escape double quote character.
8930 From Thomas W Murphy <twm@andrew.cmu.edu>.
8931
8932 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8933
8934 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8935 to match the specific mark rather than reusing comment-start-skip.
8936
8937 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8938
8939 * progmodes/hideshow.el (hs-special-modes-alist):
8940 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8941
8942 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8943
8944 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8945 value using ?\s.
8946
8947 2003-07-21 John Paul Wallington <jpw@gnu.org>
8948
8949 * subr.el (with-selected-window): Add closing paren.
8950
8951 2003-07-21 Richard M. Stallman <rms@gnu.org>
8952
8953 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8954 (lisp-mode): Likewise.
8955
8956 * subr.el (with-selected-window): Copy code form save-selected-window
8957 so as to call select-window with norecord arg.
8958 (dynamic-completion-table): Doc fix.
8959 (lazy-completion-table): Doc fix.
8960
8961 * international/mule-cmds.el (set-locale-environment):
8962 langinfo renamed to locale-info.
8963
8964 * international/mule.el (auto-coding-functions): Doc fix.
8965
8966 2003-07-21 Kenichi Handa <handa@m17n.org>
8967
8968 * international/quail.el (quail-translate-key):
8969 Update quail-current-str correctly.
8970
8971 2003-07-21 Andreas Schwab <schwab@suse.de>
8972
8973 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8974 ?, to "_".
8975
8976 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8977 Version 2.0.36 of Tramp released.
8978
8979 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8980 tramp-password-end-of-line.
8981 (tramp-password-end-of-line): New method parameter.
8982 (tramp-get-password-end-of-line): Function to access method
8983 parameter `tramp-password-end-of-line', or variable
8984 `tramp-default-password-end-of-line' (default value).
8985 (tramp-methods): Add entries for new parameter
8986 tramp-password-end-of-line.
8987 (tramp-enter-password): Use new function
8988 `tramp-get-password-end-of-line'.
8989 (tramp-handle-insert-file-contents): Do not
8990 unconditionally inhibit the file operation file-local-copy, only
8991 do that when the inhibit-file-name-operation is currently
8992 insert-file-contents. This fixes finding remote CVS-controlled
8993 files. (It would barf on inserting the CVS/Entries file
8994 literally, because the file-local-copy handler wasn't called.)
8995 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8996 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8997 (tramp-initial-commands): New variable.
8998 (tramp-process-initial-commands): New function, using the variable.
8999 (tramp-open-connection-setup-interactive-shell): Call the new function.
9000 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9001 method into the buffer name, never use nil. Reported by Hanak
9002 David <dhanak@inf.bme.hu>.
9003 (tramp-open-connection-setup-interactive-shell): Erase buffer
9004 before sending "stty -onlcr".
9005
9006 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9007
9008 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9009
9010 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9011
9012 2003-07-19 John Paul Wallington <jpw@gnu.org>
9013
9014 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9015 (artist-draw-rect, artist-draw-square): Doc fixes.
9016
9017 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9018
9019 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9020
9021 2003-07-19 Kenichi Handa <handa@m17n.org>
9022
9023 * international/kkc.el (kkc-show-conversion-list-update):
9024 Highlight the correct candidate in the message.
9025
9026 2003-07-18 John Paul Wallington <jpw@gnu.org>
9027
9028 * simple.el (current-word): Don't include punctuation char when
9029 `really-word' arg is non-nil.
9030
9031 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9032
9033 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9034 moved to the directory obsolete.
9035
9036 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9037
9038 * info.el (Info-menu-entry-name-re): Allow newlines in
9039 menu entry names.
9040
9041 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9042 syntax-ppss-after-change-function.
9043 (syntax-ppss-after-change-function): New alias. Update uses.
9044 (syntax-ppss): Catch the case where the buffer is narrowed.
9045
9046 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9047
9048 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9049 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9050
9051 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9052
9053 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9054 since it might be modified.
9055
9056 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9057 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9058 names to these language constants.
9059
9060 2003-07-15 Kim F. Storm <storm@cua.dk>
9061
9062 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9063 All uses changed.
9064
9065 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9066
9067 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9068 Namespace support.
9069
9070 2003-07-13 Juanma Barranquero <lektu@terra.es>
9071
9072 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9073 papers received).
9074
9075 2003-07-13 Karl Eichwalder <ke@suse.de>
9076
9077 * textmodes/po.el (po-find-charset): White space at the start of the
9078 Content-Type field body is non-mandatory.
9079
9080 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9081
9082 * textmodes/texinfo.el (texinfo-section-list):
9083 Append appendixsection; a synonym for appendixsec.
9084
9085 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9086
9087 * man.el (Man-translate-cleanup): New.
9088 (Man-translate-references): Call `Man-translate-cleanup' to clean
9089 leading, trailing and middle spaces.
9090
9091 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9092
9093 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9094 Handle `dired-directory' being a list.
9095
9096 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9097
9098 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9099 it doesn't exist.
9100
9101 2003-07-12 Richard M. Stallman <rms@gnu.org>
9102
9103 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9104
9105 * progmodes/cc-defs.el (c-make-keywords-re):
9106 Don't use delete-duplicates.
9107 (c-lang-const): Don't use mapcan.
9108
9109 * apropos.el (apropos-show-scores): Make it customizable.
9110 Document new meaning.
9111 (apropos): Compute scores from symbols.
9112 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9113
9114 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9115
9116 * ps-bdf.el: Fix copyright line.
9117 (bdf-directory-list): Fix initialization code.
9118
9119 2003-07-11 John Paul Wallington <jpw@gnu.org>
9120
9121 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9122 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9123 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9124
9125 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9126
9127 * emacs-lisp/ring.el (ring-elements): Doc fix.
9128
9129 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9130
9131 * calendar/timeclock.el (timeclock-relative)
9132 (timeclock-ask-before-exiting, timeclock-use-display-time):
9133 Doc changes.
9134 (timeclock-modeline-display): Give a message if
9135 `timeclock-use-display-time' is non-nil but `display-time-mode'
9136 is not active.
9137
9138 2003-07-11 Kenichi Handa <handa@m17n.org>
9139
9140 * international/mule-cmds.el (set-language-environment):
9141 Set current-language-environment to the correct string.
9142
9143 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9144
9145 * ps-print.el: Print line number correctly in a region. Reported by
9146 Tim Allen <timallen@ls83.fsnet.co.uk>.
9147 (ps-print-version): New version number (6.6.2).
9148 (ps-printing-region): Code fix.
9149
9150 2003-07-10 John Paul Wallington <jpw@gnu.org>
9151
9152 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9153 this function can be called from `add-completions-from-tags-table'.
9154
9155 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9156
9157 * calendar/timeclock.el (timeclock-use-display-time)
9158 (timeclock-day-over-hook, timeclock-workday-remaining)
9159 (timeclock-status-string, timeclock-when-to-leave)
9160 (timeclock-when-to-leave-string, timeclock-log-data)
9161 (timeclock-find-discrep, timeclock-day-base)
9162 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9163 (timeclock-modeline-display): Set the variable
9164 `timeclock-modeline-display'.
9165 (timeclock-update-modeline): Doc fix. Respect value of
9166 `timeclock-relative'.
9167
9168 2003-07-09 Richard M. Stallman <rms@gnu.org>
9169
9170 * textmodes/reftex-parse.el (reftex-all-document-files):
9171 Add autoload cookie.
9172
9173 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9174 (reftex-scanning-info-available-p): Add autoload cookie.
9175
9176 * international/mule-cmds.el
9177 (set-display-table-and-terminal-coding-system): Delete duplicate
9178 aset on standard-display-table.
9179
9180 * view.el (view-file): If existing buffer's major mode is special,
9181 don't go into view mode.
9182
9183 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9184
9185 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9186
9187 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9188 buffer changes; there's third party code that calls this function
9189 directly.
9190
9191 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9192
9193 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9194 (autodoc-font-lock-keywords): Don't byte compile on font lock
9195 initialization when running from byte compiled files.
9196
9197 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9198
9199 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9200 statement ends with auto-increment "++".
9201
9202 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9203
9204 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9205 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9206 these are changed, so declare them as variables and not constants.
9207
9208 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9209
9210 * subr.el (dolist, dotimes): Doc fix.
9211
9212 2003-07-08 Kim F. Storm <storm@cua.dk>
9213
9214 * international/mule-cmds.el
9215 (set-display-table-and-terminal-coding-system): Don't break
9216 bootstrap if standard-display-table isn't setup yet.
9217
9218 2003-07-07 Richard M. Stallman <rms@gnu.org>
9219
9220 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9221 Give it a doc string, and autoload it.
9222
9223 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9224 Use with-no-warnings.
9225
9226 * info.el (Info-search): If find invisible text, search again.
9227
9228 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9229
9230 * man.el (Man-name-regexp): Match + as part of name.
9231
9232 * simple.el (visible-mode): Rename from vis-mode.
9233 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9234
9235 * simple.el (current-word): New arg REALLY-WORD specifies
9236 don't include punctuation chars.
9237
9238 * emacs-lisp/debug.el (debug, debugger-env-macro):
9239 Use with-no-warnings while accessing and binding unread-command-char.
9240
9241 * international/mule-cmds.el
9242 (set-display-table-and-terminal-coding-system): Use explicit loop
9243 instead of calling standard-display-default.
9244
9245 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9246 Use condition-case to catch error in ange-ftp-get-files.
9247
9248 * net/browse-url.el (browse-url-browser-function):
9249 Add alternative for Epiphany.
9250 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9251 (browse-url-epiphany-startup-arguments)
9252 (browse-url-epiphany-new-window-is-tab): New variables.
9253 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9254
9255 * progmodes/compile.el (compile-auto-highlight): Default now t.
9256 (compile): Doc fix.
9257 (compilation-next-error): Fix previous change.
9258
9259 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9260
9261 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9262
9263 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9264
9265 * gdb-ui.el (gdb-source-info): Display current frame when
9266 attaching to an existing process.
9267 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9268 while laying out windows when attaching to an existing process.
9269
9270 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9271
9272 * info.el (Info-menu): Use Info-menu-entry-name-re.
9273
9274 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9275
9276 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9277 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9278
9279 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9280 to match the same text.
9281
9282 2003-07-06 John Paul Wallington <jpw@gnu.org>
9283
9284 * vc.el (vc-annotate-offset): Move defvar up.
9285
9286 2003-07-06 Kim F. Storm <storm@cua.dk>
9287
9288 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9289 This should fix the infinite loop when extracting menu names.
9290
9291 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9292
9293 * files.el (auto-mode-alist, interpreter-mode-alist):
9294 Remove entries to CC Mode modes to avoid duplicates; they are now added
9295 with autoload directives in cc-mode.el.
9296
9297 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9298
9299 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9300 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9301 these are changed, so declare them as variables and not constants.
9302
9303 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9304 ensure that the entry for ".c" extension comes before the one for
9305 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9306 Fix incorrect entries that were added to `interpreter-mode-alist'.
9307 Move the autoload directives for AWK to the top level since they
9308 aren't recognized anywhere else. Do not use the new AWK mode doc
9309 in the autoload form for the old AWK mode.
9310
9311 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9312
9313 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9314 (bibtex-sort-ignore-string-entries): Default value t.
9315 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9316 erroneously in previous version.
9317 (bibtex-string-files): Docstring reflects new parsing scheme.
9318 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9319 docstring, add # as one of the chars to crush
9320 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9321 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9322 (bibtex-autokey-name-change-strings)
9323 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9324 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9325 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9326 (bibtex-autokey-title-terminators)
9327 (bibtex-autokey-titlewords-stretch)
9328 (bibtex-autokey-titleword-ignore)
9329 (bibtex-autokey-titleword-case-convert)
9330 (bibtex-autokey-titleword-abbrevs)
9331 (bibtex-autokey-titleword-abbrevs)
9332 (bibtex-autokey-titleword-change-strings)
9333 (bibtex-autokey-titleword-length)
9334 (bibtex-autokey-titleword-separator)
9335 (bibtex-autokey-name-year-separator)
9336 (bibtex-autokey-year-title-separator)
9337 (bibtex-autokey-before-presentation-function)
9338 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9339 Fix docstring.
9340 (bibtex-strings, bibtex-reference-keys):
9341 Use lazy-completion-table and make-variable-buffer-local.
9342 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9343 (bibtex-braced-string-syntax-table)
9344 (bibtex-quoted-string-syntax-table): New variables.
9345 (bibtex-parse-nested-braces): Remove.
9346 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9347 (bibtex-parse-association): Simplify.
9348 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9349 (bibtex-parse-field-text): Simplify.
9350 (bibtex-search-forward-field, bibtex-search-backward-field):
9351 argument BOUND can take value t.
9352 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9353 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9354 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9355 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9356 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9357 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9358 and ending of entry. Update for changes of bibtex-search-entry.
9359 Simplify.
9360 (bibtex-map-entries): FUN is called with three arguments.
9361 (bibtex-search-entry): Return a cons pair with buffer positions of
9362 beginning and end of entry.
9363 (bibtex-enclosing-field): Simplify.
9364 (bibtex-format-entry): Use booktitle to set a missing title.
9365 (bibtex-autokey-get-names): Fiddle with regexps.
9366 (bibtex-generate-autokey): Use identity.
9367 (bibtex-parse-keys): Use simplified parsing algorithm if
9368 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9369 arguments. Return alist of keys.
9370 (bibtex-parse-strings): Simplify. Return alist of strings.
9371 (bibtex-complete-string-cleanup): Fix docstring.
9372 (bibtex-read-key): New function.
9373 (bibtex-mode): Fix docstring. Do not parse for keys and
9374 strings when the mode is entered. Set fill-paragraph-function to
9375 bibtex-fill-field. Setup font-lock-mark-block-function the way
9376 font-lock intended.
9377 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9378 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9379 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9380 (bibtex-Preamble): Avoid hard coded constants.
9381 (bibtex-make-field): Fix docstring. Simplify.
9382 (bibtex-beginning-of-entry): Always return new position of point.
9383 (bibtex-end-of-entry): Rearrange cond clauses.
9384 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9385 Update for changes of bibtex-map-entries.
9386 (bibtex-ispell-abstract): Do not move point.
9387 (bibtex-entry-index): Use downcase. Simplify.
9388 (bibtex-lessp): Handle catch-all.
9389 (bibtex-find-crossref): Turn into a command.
9390 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9391 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9392 preamble entries.
9393 (bibtex-fill-field-bounds): New function.
9394 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9395 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9396 (bibtex-String): Use bibtex-strings. Always obey
9397 bibtex-sort-ignore-string-entries.
9398
9399 2003-07-05 John Paul Wallington <jpw@gnu.org>
9400
9401 * cus-theme.el (customize-create-theme):
9402 Call `customize-create-theme' in Reset widget's notify function.
9403
9404 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9405 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9406 (define-ibuffer-column name): Add summarizer.
9407 (define-ibuffer-column size): Likewise.
9408 (define-ibuffer-column filename): Likewise.
9409 (define-ibuffer-column process): Likewise. Change BODY's output too.
9410 (define-ibuffer-column filename-and-process): Likewise, likewise.
9411 (ibuffer): Remove local vars `already-in' and `need-update'.
9412
9413 * ibuf-ext.el: Don't require `derived' at compile-time.
9414
9415 2003-07-05 Kim F. Storm <storm@cua.dk>
9416
9417 * info.el: Disable paragraph refilling.
9418 (Info-refill-paragraphs): New defcustom.
9419 (Info-fontify-node): Use it.
9420
9421 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9422
9423 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9424 thingies from constructors created by defstruct.
9425
9426 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9427 the default value of the variable.
9428 (byte-code-meter): Move declaration to top level.
9429
9430 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9431
9432 * info.el (Info-following-node-name-re): New fun.
9433 (Info-following-node-name): Remove.
9434 (Info-insert-dir): Use the new fun.
9435 (Info-extract-pointer): Don't save restriction; use new fun.
9436 (Info-menu-entry-name-re): New const.
9437 (Info-menu-entry-name-re): Use it along with new fun.
9438 (Info-node-spec-re): Use new fun.
9439 (Info-complete-menu-item, Info-fontify-node): Use new const.
9440 (Info-goto-node, Info-follow-reference, Info-menu-update):
9441 Use match-string.
9442 (Info-follow-reference): Use assoc-string.
9443 Use a list of strings for the completion table.
9444 (Info-fontify-node): Use match-string, line-end-position.
9445 Limit the search for `node:' to the first line.
9446
9447 * newcomment.el (uncomment-region): Remove padding coming from
9448 comment-start rather than just from comment-padding.
9449
9450 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9451 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9452 (vc-cvs-rename-file): Remove (use the default).
9453 (vc-cvs-register): Register parent dir if needed.
9454 (vc-cvs-could-register): Return non-nil if parent can be registered.
9455 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9456 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9457
9458 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9459 (vc-svn-update): Fix the arguments to `svn'.
9460 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9461 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9462 Simple implementations, assuming `name' is a URL.
9463
9464 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9465 set of chars allowed unquoted in a case pattern.
9466
9467 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9468
9469 * font-lock.el (font-lock-extra-types-widget)
9470 (c-font-lock-extra-types, c++-font-lock-extra-types)
9471 (objc-font-lock-extra-types, java-font-lock-extra-types)
9472 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9473 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9474 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9475 (font-lock-match-c++-structor-declaration)
9476 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9477 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9478 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9479 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9480 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9481 (java-font-lock-keywords-3, java-font-lock-keywords)
9482 (java-font-lock-syntactic-face-function): Remove obsolete code
9483 and constants. It's all in cc-fonts.el now.
9484
9485 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9486
9487 * mail/sendmail.el (mail-specify-envelope-from)
9488 (mail-envelope-from): Doc fix.
9489
9490 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9491
9492 * generic-x.el: Do away with the dependency on `c-emacs-features'
9493 when populating `rul-generic-mode-syntax-table'; we already know
9494 this isn't XEmacs.
9495
9496 See ChangeLog.10 for earlier changes.
9497
9498 ;; Local Variables:
9499 ;; coding: iso-2022-7bit
9500 ;; End:
9501
9502 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9503 Copying and distribution of this file, with or without modification,
9504 are permitted provided the copyright notice and this notice are preserved.
9505
9506 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1