]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2
3 * macros.el (apply-macro-to-region-lines): Make it operate on all
4 lines that begin in the region, rather than on all complete lines
5 in the region.
6
7 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8
9 * x-dnd.el (x-dnd-protocol-alist): Document update.
10 (x-dnd-known-types): Defcustom it.
11 (x-dnd-handle-motif): Print message-atom in error message.
12
13 2004-08-30 John Paul Wallington <jpw@gnu.org>
14
15 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
16 strings rather than programatically constructing message.
17
18 2004-08-30 Richard M. Stallman <rms@gnu.org>
19
20 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
21 Don't return a string that would read as the wrong character code.
22
23 2004-08-29 Kim F. Storm <storm@cua.dk>
24
25 * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
26 automatic rectangle padding feature; replace by non-destructive
27 virtual rectangle edges feature.
28 (cua-virtual-rectangle-edges): New defcustom.
29 (cua-auto-tabify-rectangles): New defcustom.
30 (cua-paste): If paste into a marked rectangle, insert rectangle at
31 current column, even if virtual; also paste exactly as many lines
32 as has been marked (ignore additional lines or add empty lines),
33 but paste whole source if only one line is marked.
34 (cua--update-indications): No longer use overwrite-cursor to
35 indicate rectangle padding
36
37 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
38 (cua--rectangle-virtual-edges): New defun.
39 (cua--rectangle-get-corners): Remove optional PAD arg.
40 (cua--rectangle-set-corners): Never do padding.
41 (cua--forward-line): Remove optional PAD arg. Simplify.
42 (cua-resize-rectangle-right, cua-resize-rectangle-left)
43 (cua-resize-rectangle-down, cua-resize-rectangle-up):
44 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
45 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
46 (cua--rectangle-move): Never do padding. Simplify.
47 (cua--tabify-start): New defun.
48 (cua--rectangle-operation): Add tabify arg. All callers changed.
49 (cua--pad-rectangle): Remove.
50 (cua--delete-rectangle): Handle delete with virtual edges.
51 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
52 (cua--insert-rectangle): Handle insert at virtual column.
53 Perform auto-tabify if necessary.
54 (cua--activate-rectangle): Remove optional FORCE arg.
55 Never do padding. Simplify.
56 (cua--highlight-rectangle): Enhance for virtual edges.
57 (cua-toggle-rectangle-padding): Remove command.
58 (cua-toggle-rectangle-virtual-edges): New command.
59 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
60 (cua--rectangle-post-command): Don't force rectangle padding.
61 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
62
63 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
64
65 * indent.el (edit-tab-stops-buffer): Doc fix.
66
67 2004-08-28 Richard M. Stallman <rms@gnu.org>
68
69 * progmodes/grep.el (grep-default-command): Use find-tag-default.
70 (grep-tag-default): Function deleted.
71
72 * subr.el (find-tag-default): Moved from etags.el.
73
74 * progmodes/etags.el (find-tag-default): Moved to subr.el.
75
76 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
77 into the basic character if it has an uppercase form.
78
79 2004-08-27 Kenichi Handa <handa@m17n.org>
80
81 * international/utf-8.el (utf-8-post-read-conversion): If the
82 buffer is unibyte, temporarily make it multibyte.
83
84 2004-08-27 Masatake YAMATO <jet@gyve.org>
85
86 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
87
88 2004-08-25 John Paul Wallington <jpw@gnu.org>
89
90 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
91 0, 1, and many mismatches in message.
92 (tex-start-shell): Use `set-process-query-on-exit-flag'.
93
94 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
95 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
96
97 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
100 vc-diff-switches differently.
101
102 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
103
104 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
105 before and a real defvar after
106 `speedbar-supported-extension-expressions'. This is to silence
107 the compiler without breaking bootstrapping.
108
109 2004-08-22 Richard M. Stallman <rms@gnu.org>
110
111 * textmodes/flyspell.el (flyspell-word):
112 Use set-process-query-on-exit-flag.
113 (flyspell-highlight-duplicate-region): Take POSS as arg.
114 (flyspell-word): Pass POSS as arg.
115
116 * progmodes/ada-xref.el: Many doc and style fixes.
117 (ada-find-any-references): Use compilation-start.
118 (ada-get-ali-file-name): Improve error msg.
119 (ada-get-ada-file-name): Likewise.
120
121 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
122 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
123
124 * mail/mail-extr.el (mail-extr-all-top-level-domains):
125 Add forward defvar.
126
127 * whitespace.el (global-whitespace-mode): New alias
128 for whitespace-global-mode.
129
130 * speedbar.el (speedbar-file-regexp): Definition moved up.
131 (speedbar-mode, speedbar-set-mode-line-format):
132 Use with-no-warnings.
133 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
134
135 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
136 controls whether to display the error buffer.
137
138 * ps-mule.el: Delete compatibility code for old Emacses.
139 (ps-mule-find-wrappoint): Don't use chars-in-region.
140
141 * frame.el (display-mouse-p, display-selections-p):
142 Use with-no-warnings.
143
144 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
145
146 2004-08-22 David Kastrup <dak@gnu.org>
147
148 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
149 information.
150
151 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
152
153 2004-08-22 Andreas Schwab <schwab@suse.de>
154
155 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
156
157 2004-08-22 Masatake YAMATO <jet@gyve.org>
158
159 * cvs-status.el (cvs-status-checkout): New function.
160 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
161
162 2004-08-21 David Kastrup <dak@gnu.org>
163
164 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
165 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
166 has been converted to use hashtables, the relation `nil=none' is
167 no longer valid, as `nil' is not a hashtable. This patch tries to
168 reduce the number of resulting errors.
169
170 2004-08-21 John Paul Wallington <jpw@gnu.org>
171
172 * subr.el (process-kill-without-query): Made obsolete in
173 version 21.4, not 21.5.
174
175 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
176 (vc-previous-comment, vc-next-comment)
177 (vc-comment-search-reverse, vc-comment-search-forward)
178 (vc-comment-to-change-log): Likewise.
179
180 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
181
182 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
183
184 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
185 Correct indentation of DEFMETHODS with non-standard method
186 combinations (e.g., PROGN, MIN, MAX).
187
188 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * startup.el (normal-top-level-add-subdirs-to-load-path):
191 Avoid unnecessarily checking system-type.
192 (normal-top-level): Set TERM to "dumb". Simplify.
193
194 * avoid.el (mouse-avoidance-ignore-p): New fun.
195 Also ignore switch-frame, select-window, double, and triple clicks.
196 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
197 (mouse-avoidance-fancy-hook): Use it.
198
199 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
200
201 * avoid.el (mouse-avoidance-nudge-mouse)
202 (mouse-avoidance-banish-destination): Stay within the current window
203 to avoid problems with mouse-autoselect-window.
204
205 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
208 the newer format of some messages in cvs-1.12.1.
209
210 2004-08-19 Masatake YAMATO <jet@gyve.org>
211
212 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
213 (elp-results-jump-to-definition-by-mouse)
214 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
215 (elp-output-result): Use elp-output-insert-symname.
216
217 2004-08-18 Kenichi Handa <handa@m17n.org>
218
219 * language/cyrillic.el: Register koi8-r in
220 ctext-non-standard-encodings-alist.
221 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
222
223 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
224
225 * emacs-lisp/copyright.el (copyright-update-year): Delete code
226 that replaces 20xy with xy.
227
228 2004-08-17 John Paul Wallington <jpw@gnu.org>
229
230 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
231 (reb-force-update): Doc fix.
232
233 2004-08-16 Richard M. Stallman <rms@gnu.org>
234
235 * progmodes/which-func.el (which-func-update-1): Doc fix.
236
237 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
238 (sh-mode-abbrev-table): New variable.
239
240 * progmodes/compile.el (compilation-mode): Doc fix.
241
242 * emacs-lisp/lisp-mode.el (eval-last-sexp):
243 Don't cons a new symbol each time.
244 (eval-last-sexp-fake-value): New variable.
245
246 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
247 (copyright-update-year): Detect continuation of list of years.
248
249 * term.el (term-default-fg-color, term-default-bg-color)
250 (ansi-term-color-vector): Use `unspecified', not nil, as default.
251
252 * imenu.el: Several doc fixes: don't say variables are buffer-local.
253
254 2004-08-16 Davis Herring <herring@lanl.gov>
255
256 * isearch.el (isearch-string, isearch-message-string, isearch-point)
257 (isearch-success, isearch-forward-flag, isearch-other-end)
258 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
259 (isearch-barrier, isearch-within-brackets)
260 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
261
262 2004-08-16 Kenichi Handa <handa@m17n.org>
263
264 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
265
266 2004-08-15 Kenichi Handa <handa@m17n.org>
267
268 * term/x-win.el (x-selection-value): If utf8 was successful but
269 ctext was not, use utf8 string.
270
271 2004-08-14 Davis Herring <herring@lanl.gov>
272
273 * isearch.el: Remove accidental changes of March 4. Fix backing
274 up when a regexp isearch is made more general. Use symbolic
275 accessor functions for isearch stack frames to make usage clearer.
276 (search-whitespace-regexp): Made groups in documentation shy (as
277 is the group in the default value).
278 (isearch-fallback): New function, addresses problems with regexps
279 liberalized by `\|', adds support for liberalization by `\}' (the
280 general repetition construct), and incorporates behavior for
281 `*'/`?'.
282 (isearch-}-char): New command, calls `isearch-fallback' with
283 arguments appropriate to a typed `}'.
284 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
285 appropriately.
286 (isearch-mode-map): Bind `}' to `isearch-}-char'.
287 (isearch-string, isearch-message,string, isearch-point)
288 (isearch-success, isearch-forward-flag, isearch-other-end)
289 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
290 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
291 New inline functions to read fields of a stack frame.
292
293 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
294
295 * battery.el (battery-linux-proc-acpi): Look into battery
296 directories matching the literal string "CMB", too (required for
297 Linux kernel version 2.6.7).
298
299 2004-08-14 John Paul Wallington <jpw@gnu.org>
300
301 * cus-start.el (read-file-name-completion-ignore-case): Add.
302 (blink-cursor-alist): Change version to "21.4".
303
304 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
305
306 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
307
308 * speedbar.el (speedbar-scan-subdirs): New option.
309 (speedbar-file-lists): Don't ignore file-name case on Unix and use
310 dolist.
311 (speedbar-insert-files-at-point): Take an extra argument and use
312 it to optionally find out if a subdir is empty. Also unreadable
313 files don't get expand buttons.
314 (speedbar-directory): New image (unused pixmap already existed).
315 (speedbar-expand-image-button-alist): Use it.
316
317 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
318
319 CC Mode update to 5.30.9:
320
321 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
322 Move from cc-vars to cc-defs for dependency reasons. Fix the
323 POSIX char class test to check that it works in
324 `skip-chars-(forward|backward)' too.
325
326 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
327 first argument starts with a special brace list.
328
329 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
330 when `c-opt-type-concat-key' is used (i.e. in Pike).
331
332 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
333 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
334 >)".
335
336 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
337 whitespace safe.
338
339 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
340 position for `arglist-intro', `arglist-cont-nonempty' and
341 `arglist-close' when there are two arglist open parens on the same
342 line and there's nothing in front of the first.
343
344 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
345 locking of qualified names in Java, which previously could fontify
346 common indexing expressions in many cases. The standard Java
347 naming conventions are used to tell them apart.
348
349 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
350 Fix inconsistency wrt opening parens on the first line inside a paren
351 block.
352
353 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
354 compile time for the sake of `c-major-mode-is'.
355
356 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
357 `c-major-mode-is' in the event that this is used inside a
358 `c-lang-defconst'.
359
360 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
361 `c-lang-defconst' so that it works better with fallback languages.
362
363 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
364 it to fail to record the base mode.
365
366 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
367 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
368 is used. Reordered the syntax checks to get more efficient
369 skipping in some situations.
370
371 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
372 continuation which might precede the newly inserted '{'.
373
374 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
375 Fix cases where it could loop indefinitely.
376
377 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
378 size specs correctly. Only fontify identifiers in front of '('
379 with as functions - don't accept any paren char. Tightened up
380 initializer skipping to stop before function and class blocks.
381
382 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
383 the point could be left directly after an open paren when finding
384 the beginning of the first decl in the block.
385
386 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
387 table when filtering out legitimate open parens to be recorded.
388 This could cause cache inconsistencies when e.g.
389 `c++-template-syntax-table' was temporarily in use.
390
391 * progmodes/cc-engine.el (c-on-identifier)
392 (c-simple-skip-symbol-backward): Small fix for handling "-"
393 correctly in `skip-chars-backward'. Affected the operator lfun
394 syntax in Pike.
395
396 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
397 Fix bug that could cause an error from `after-change-functions' when
398 the changed region is at bob.
399
400 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
401
402 CC Mode update to 5.30.9:
403
404 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
405 to say that <TAB> doesn't insert WS into a CPP line.
406 (c-indent-command, c-tab-always-indent): Amend doc strings.
407
408 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
409 checks for user errors, thus eliminating cryptic and unhelpful
410 Emacs error messages. (1) Check the arg to `c-set-style' is a
411 string. (2) Check that settings to `c-offsets-alist' are not
412 spuriously quoted.
413
414 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
415 which precedes the newly inserted `{'.
416
417 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
418
419 Sync with Tramp 2.0.44.
420
421 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
422 function "tramp_file_attributes". Otherwise, file names
423 containing spaces are misinterpreted. Reported by Magnus Henoch
424 <mange@freemail.hu>.
425 (tramp-handle-file-truename): FILENAME must be expanded first.
426 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
427 obscure results. Reported by D. Goel <deego@gnufans.org>.
428 (tramp-handle-verify-visited-file-modtime): If file does not
429 exist, say it is not modified if and only if that agrees with the
430 buffer's record. Check whether a file is visiting the buffer, or
431 the buffer has no recorded last modification time. Return t in
432 case the visiting file doesn't exist. Suggested by Luc Teirlinck
433 <teirllm@auburn.edu>.
434 (tramp-handle-write-region): Pass modtime explicitely to
435 `set-visited-file-modtime', because filename can be different
436 from (buffer-file-name) if `file-precious-flag' is set.
437 `set-visited-file-modtime' must be called always when `visit' is t
438 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
439 (tramp-handle-set-visited-file-modtime): If `time-list' is not
440 nil, don't apply the whole body. If the file doesn't exists, set
441 modtime to '(-1 65535). Suggested by Luc Teirlinck
442 <teirllm@auburn.edu>.
443
444 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
445
446 * help.el (describe-bindings): Doc fix.
447
448 * subr.el (kbd): Doc fix.
449
450 2004-08-08 John Paul Wallington <jpw@gnu.org>
451
452 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
453 instead of `string-to-int'.
454 (define-ibuffer-column mode): Fix indentation.
455
456 2004-08-08 Lars Hansen <larsh@math.ku.dk>
457
458 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
459
460 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
461
462 * subr.el (global-unset-key, local-unset-key): Doc fixes.
463
464 * novice.el (disabled-command-function): New variable renamed from
465 `disabled-command-hook'.
466 (disabled-command-hook): Keep the _variable_ as alias for
467 `disabled-command-function' and make obsolete.
468 (disabled-command-function): Function renamed from
469 `disabled-command-hook'. Adapt code to name change of the variable.
470
471 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
472
473 * simple.el (completion-root-regexp): New defvar.
474 (completion-setup-function): Use it instead of a literal string.
475
476 2004-08-07 John Paul Wallington <jpw@gnu.org>
477
478 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
479 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
480 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
481 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
482
483 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
484
485 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
486 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
487
488 2004-08-04 Kenichi Handa <handa@m17n.org>
489
490 * international/encoded-kb.el (encoded-kbd-setup-keymap):
491 Fix previous change.
492
493 2004-08-03 Kenichi Handa <handa@m17n.org>
494
495 * international/encoded-kb.el: The following changes are to
496 utilize key-translation-map instead of minor mode map.
497 (encoded-kbd-iso2022-non-ascii-map): Delete it.
498 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
499 (encoded-kbd-last-key): New function.
500 (encoded-kbd-iso2022-single-shift): New function.
501 (encoded-kbd-iso2022-designation)
502 (encoded-kbd-self-insert-iso2022-7bit)
503 (encoded-kbd-self-insert-iso2022-8bit)
504 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
505 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
506 key-translation-map.
507 (encoded-kbd-setup-keymap): Setup key-translation-map.
508 (saved-key-translation-map): New variable.
509 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
510 for the change of encoded-kbd-setup-keymap.
511
512 2004-08-02 Kim F. Storm <storm@cua.dk>
513
514 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
515 and call compute-motion with nil for topos and width to get proper
516 usable width and height for both window and non-window systems.
517
518 * windmove.el (windmove-coordinates-of-position): Let compute-motion
519 calculate usable window width and height.
520
521 * window.el (window-buffer-height): Call compute-motion with nil width.
522
523 2004-08-01 David Kastrup <dak@gnu.org>
524
525 * replace.el (query-replace-read-from):
526 Use `query-replace-compile-replacement'.
527 (query-replace-compile-replacement): New function.
528 (query-replace-read-to): Use `query-replace-compile-replacement'
529 for repeating the last command.
530
531 2004-08-01 John Paul Wallington <jpw@gnu.org>
532
533 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
534 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
535 (pr-switches): Remove period from end of error messages.
536
537 * help-mode.el (help-go-back): Likewise.
538
539 * abbrev.el (only-global-abbrevs): Doc fix.
540 (edit-abbrevs-map): Define within defvar.
541 (quietly-read-abbrev-file): Doc fix.
542
543 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
544
545 * novice.el (enable-command, disable-command): Doc fixes.
546
547 * subr.el (event-modifiers, event-basic-type): Doc fixes.
548
549 2004-07-30 Richard M. Stallman <rms@gnu.org>
550
551 * subr.el (with-local-quit): Doc fix.
552
553 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
554
555 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
556
557 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
558
559 * custom.el (defcustom): Doc fix.
560
561 2004-07-28 Masatake YAMATO <jet@gyve.org>
562
563 * progmodes/etags.el (etags-tags-apropos): Show building progress.
564
565 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * imenu.el (imenu-prev-index-position-function)
568 (imenu-extract-index-name-function, imenu-name-lookup-function)
569 (imenu--index-alist): Docstring redundancy fix.
570
571 2004-07-25 Lars Hansen <larsh@math.ku.dk>
572
573 * wdired.el (wdired-finish-edit): Require dired-aux before locally
574 binding dired-backup-overwrite.
575
576 2004-07-25 John Paul Wallington <jpw@gnu.org>
577
578 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
579
580 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
581
582 * term/tty-colors.el (tty-color-approximate): Doc fix.
583
584 * select.el (x-get-selection, x-set-selection): Doc fixes.
585
586 * frame.el (make-frame): Doc fix.
587
588 2004-07-24 Richard M. Stallman <rms@gnu.org>
589
590 * mail/rmail.el (rmail-mime-charset-pattern):
591 Don't include semicolon in the charset value.
592
593 * replace.el (occur-next-error): Call set-window-point.
594 (occur-engine): Handle negative NLINES.
595
596 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
597
598 * frame.el (modify-all-frames-parameters): Minor doc fix.
599 (set-frame-configuration): Doc fix.
600
601 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
602
603 * simple.el (completion-setup-function): Compute the common parts
604 and the first difference place correctly when
605 partial-completion-mode is on.
606
607 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
608
609 * ps-print.el: Doc fix.
610 (ps-print-version): New version 6.6.5.
611 (ps-printing-region): Doc fix.
612 (ps-generate-string-list): Comment fix.
613 (ps-message-log-max): Code fix.
614
615
616 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
617
618 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
619 generated PostScript.
620
621 2004-07-22 Kim F. Storm <storm@cua.dk>
622
623 * progmodes/make-mode.el: Fix comments.
624
625 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
626
627 * printing.el: Doc fix.
628
629 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
630
631 * frame.el (modify-all-frames-parameters): Minor doc fix.
632
633 2004-07-20 Richard M. Stallman <rms@gnu.org>
634
635 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
636 (fill-delete-newlines): Call sentence-end as function.
637 (fill-nobreak-p, canonically-space-region): Likewise.
638 (fill-nobreak-p): If this break point is at the end of the line,
639 don't consider the newline which follows as a reason to return t.
640
641 2004-07-19 John Paul Wallington <jpw@gnu.org>
642
643 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
644
645 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
646
647 * dired-aux.el (dired-do-kill-lines): Expand docstring.
648 Delete irrelevant code.
649
650 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
651
652 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
653 New docstring. From Luc Teirlinck.
654
655 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
656
657 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
658 section.
659 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
660 non-file buffers. We know it is nil.
661
662 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
663
664 Sync with Tramp 2.0.43.
665
666 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
667 outdated comment.
668 (tramp-locked, tramp-locker): New variables for implementing a
669 global lock.
670 (tramp-sh-file-name-handler): Use them to implement the global
671 lock.
672
673 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
674
675 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
676 calls to respective `xxx` calls.
677 (tramp-process-alive-regexp): Precise doc string.
678 (tramp-multi-action-process-alive): New defun.
679 (tramp-multi-actions): Use it.
680 (tramp-handle-find-backup-file-name): `copy-tree' is available
681 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
682 in order to avoid this function.
683 (tramp-handle-write-region): Set current buffer. If connection
684 wasn't open, `file-modes' has changed it accidently. Reported by
685 David Kastrup <dak@gnu.org>.
686 (tramp-enter-password, tramp-read-passwd): New arguments USER and
687 HOST.
688 (tramp-action-password, tramp-multi-action-password): Apply it.
689 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
690 name must still contain the port number. Otherwise, we have two
691 Tramp buffers, with all the confusion. Reported by Myron Selby
692 <myron@xytech.com> and Rolf Dubitzky
693 <Dubitzky@physi.uni-heidelberg.de>.
694
695 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
696 HOST to `tramp-enter-passwd'.
697
698 * net/tramp-vc.el (all): Code cleanup. Change all
699 `tramp-handle-xxx' calls to respective `xxx` calls.
700
701 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
702
703 * emacs-lisp/testcover.el: New category "potentially-1valued" for
704 functions that are not erroneous if either 1-valued or
705 multi-valued. Detect functions in this class.
706 (testcover-1value-functions, testcover-compose-functions,
707 testcover-progn-functions) Added some additional functions to lists.
708 (testcover-mark): Bugfix when marking up the definition for an
709 empty function.
710
711 2004-07-17 Richard M. Stallman <rms@gnu.org>
712
713 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
714
715 * mail/footnote.el (footnote-section-tag): Use defcustom.
716
717 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
718 Compile font-lock-keywords, not KEYWORDS.
719 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
720 Add warn, check-type. Handle cerror like error.
721
722 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
723
724 * progmodes/which-func.el (which-func-keymap): New var.
725 (which-func-face): New face.
726 (which-func-format): Use them.
727
728 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
729
730 * buff-menu.el (list-buffers-noselect): Append the buffer's
731 process status to its mode name.
732
733 2004-07-16 Kim F. Storm <storm@cua.dk>
734
735 * simple.el (inhibit-mark-movement): New defvar.
736 (beginning-of-buffer, end-of-buffer): Do not push mark if
737 inhibit-mark-movement is non-nil or C-u prefix is given.
738
739 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
740 Init to beginning-of-buffer and end-of-buffer.
741 (cua--undo-push-mark): New defvar.
742 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
743 already active and command is in cua--preserve-mark-commands.
744 Also fix check for shift modifier on non-window systems.
745 (cua--post-command-handler): Clear inhibit-mark-movement if set.
746
747 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
748
749 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
750 of two integers, instead of a cons.
751
752 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
753 `visited-file-modtime' now returns a list of two integers, instead
754 of a cons.
755
756 * dired.el (dired-directory-changed-p): Ditto.
757
758 * progmodes/grep.el (grep): Doc fix.
759
760 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
761
762 * autorevert.el (auto-revert-tail-mode)
763 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
764 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
765 in both at the same time.
766 (auto-revert-tail-mode): New command.
767 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
768 (auto-revert-handler): Revert only either tail or whole file.
769
770 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
771 add auto-revert-tail-mode.
772
773 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
774
775 * printing.el: Doc fix. Change name of some funs.
776 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
777 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
778 (pr-standard-file-name): New fun. Replace pr-standard-path.
779 (pr-call-process): Code fix.
780
781 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
782
783 * subr.el (with-selected-window): Doc fix.
784
785 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
786
787 * subr.el (get-buffer-window-list): Doc fix.
788
789 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
790
791 * files.el (switch-to-buffer-other-window): Doc fix.
792
793 * window.el (save-selected-window, one-window-p)
794 (split-window-keep-point, split-window-vertically)
795 (split-window-horizontally): Doc fixes.
796
797 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
798
799 * printing.el: Doc fix. Now it uses call-process instead of
800 shell-command for low command execution.
801 (pr-version): New version number (6.8).
802 (pr-shell-file-name): Option removed.
803 (pr-shell-command): Fun removed.
804 (pr-call-process): New fun. Replace pr-shell-command.
805 (pr-standard-path, pr-remove-nil-from-list): New funs.
806 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
807 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
808 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
809 (pr-ps-utility-process, pr-txt-print): Code fix.
810
811 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
812
813 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
814 boolean.
815
816 2004-07-09 Lars Hansen <larsh@math.ku.dk>
817
818 * wid-edit.el (widget-field-buffer): Doc fix.
819
820 2004-07-09 John Paul Wallington <jpw@gnu.org>
821
822 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
823 between one and several matches in message.
824
825 2004-07-09 Richard M. Stallman <rms@gnu.org>
826
827 * mouse.el (mouse-set-region-1): If transient-mark-mode
828 is `identity', change it to `only'.
829
830 * simple.el (current-word): Doc fix.
831
832 2004-07-09 Mark A. Hershberger <mah@everybody.org>
833
834 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
835 so that it is more understanding of whitespace.
836
837 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
838 form
839 (("ns" . "element") (attr-list) children) instead of
840 ((:ns . "element") (attr-list) children) in order to reduce the
841 number of symbols used.
842 (xml-skip-dtd): Change to use xml-parse-dtd but set
843 xml-validating-parsing to nil.
844 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
845 (xml-substitute-entity): Remove in favor of new entity substitution.
846 (xml-substitute-special): Rewrite in to substitute complex
847 entities from DOCTYPE declarations.
848 (xml-parse-fragment): Parse fragments from entity deleclarations.
849 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
850 (xml-parse-dtd, xml-substitute-special): Make validity checks
851 conditioned on xml-validating-parser. Add "Not Well Formed" to
852 error messages about well-formedness.
853
854 2004-07-08 Steven Tamm <steventamm@mac.com>
855
856 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
857 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
858 Do not treat double clicks and triple clicks specially in the
859 scroll bar (preventing strange repositioning problems)
860
861 2004-07-06 Stefan <monnier@iro.umontreal.ca>
862
863 * replace.el (query-replace-regexp-eval): Fix last change.
864
865 2004-07-05 Stefan <monnier@iro.umontreal.ca>
866
867 * replace.el (query-replace-descr): New fun.
868 (query-replace-read-from, query-replace-read-args): Default to the
869 previous from&to.
870 (query-replace-read-to): Quote the `from' string when displaying it.
871 (query-replace-regexp-eval): Immediately check read-only status.
872 Use query-replace-read-from to get the \n checking.
873 Quote the `from' string when displaying it.
874 (map-query-replace-regexp, occur-read-primary-args):
875 Quote the `from' string when displaying it.
876
877 * isearch.el (isearch-query-replace): Pass the regexp-ness and
878 delimited-ness of the search to query-replace.
879
880 * replace.el (query-replace-read-from, query-replace-read-to):
881 New funs extracted from query-replace-read-args.
882 (query-replace-read-args): Use them.
883
884 * replace.el (query-replace-interactive, query-replace-read-args):
885 Remove the `initial' special value.
886 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
887 (occur-engine): Remove unused var `matchend'.
888
889 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
890 Use the search string without prompting.
891
892 2004-07-05 Kenichi Handa <handa@m17n.org>
893
894 * international/mule.el (decode-coding-inserted-region):
895 Set last-coding-system-used only when coding is nil.
896
897 2004-07-03 Eli Zaretskii <eliz@gnu.org>
898
899 * progmodes/grep.el (grep-compute-defaults, grep-command)
900 (grep-program, find-program, grep-find-use-xargs, grep-history)
901 (grep-find-history, grep-tag-default, grep-find-command)
902 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
903 Add autoload cookies, for unbundled packages that load `compile'
904 and expect all grep-related symbols to become defined.
905
906 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
907
908 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
909 (iimage-mode-image-search-path): New user option to search the
910 image file.
911 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
912 have locate-file.
913 (iimage-mode-buffer): Use it.
914
915 2004-07-03 Nick Roberts <nickrob@gnu.org>
916
917 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
918 carefully.
919 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
920
921 2004-07-03 Juri Linkov <juri@jurta.org>
922
923 * replace.el (query-replace-read-args): Swallow space after 'foo,
924 not after (quote foo). Match space only immediately after symbol,
925 not anywhere in the whole string.
926
927 2004-07-02 Richard M. Stallman <rms@gnu.org>
928
929 * replace.el (query-replace-read-args): Swallow space after
930 symbols, not after closeparens. But avoid error if string ends there.
931
932 * progmodes/python.el (python-beginning-of-statement):
933 Exit the loop if backward-up-list gets error.
934
935 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
936
937 2004-07-02 Andre Spiegel <spiegel@gnu.org>
938
939 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
940 only if vc-consult-headers is non-nil.
941
942 2004-07-02 Juri Linkov <juri@jurta.org>
943
944 * pcvs.el (cvs-mode-diff-repository): New command.
945
946 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
947
948 2004-07-01 Juri Linkov <juri@jurta.org>
949
950 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
951 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
952 C-M-% to isearch-query-replace-regexp.
953 (minibuffer-local-isearch-map): Add arrow key bindings.
954 Bind C-f to isearch-yank-char-in-minibuffer.
955 (isearch-forward): Doc fix.
956 (isearch-edit-string): Doc fix.
957 (isearch-query-replace, isearch-query-replace-regexp): New funs.
958 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
959 (isearch-yank-char): Add optional arg.
960 (isearch-yank-char-in-minibuffer): New fun.
961
962 * replace.el (query-replace-interactive): Change type from boolean
963 to choice. Add value `initial'.
964 (query-replace-read-args): Handle value `initial' of
965 query-replace-interactive.
966
967 2004-06-29 Kim F. Storm <storm@cua.dk>
968
969 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
970 (breakpoint-disabled-bitmap-face): Add :group 'gud.
971
972 * progmodes/ada-xref.el (ada-tight-gvd-integration):
973 Add :group 'ada.
974
975 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
976
977 2004-06-29 Juri Linkov <juri@jurta.org>
978
979 * replace.el (query-replace-read-args): Swallow a space after
980 everything except )]" which in most cases means after a symbol.
981
982 * emacs-lisp/pp.el (pp-buffer): Add autoload.
983
984 2004-06-28 Richard M. Stallman <rms@gnu.org>
985
986 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
987 More changes to go with previous change in font-lock.el.
988
989 2004-06-26 David Kastrup <dak@gnu.org>
990
991 * replace.el (perform-replace): Highlight the match even in
992 non-query mode if there is potential replace string editing.
993
994 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
995
996 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
997 agree with new return value of `file-remote-p'.
998 This syncs with Tramp 2.0.42.
999
1000 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1001 according to new documentation of `file-remote-p'.
1002
1003 * files.el (file-remote-p): Fix doc to say that return value is
1004 identification of remote system, if not nil.
1005 (file-relative-name): Use new return value of `file-remote-p'.
1006
1007 2004-06-26 Nick Roberts <nickrob@gnu.org>
1008
1009 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1010 (gdb-goto-breakpoint): Fix breakage.
1011
1012 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1013
1014 * man.el (Man-getpage-in-background): Add windows-nt to the list
1015 of systems where shell-file-name should be used instead of
1016 literal "sh".
1017
1018 2004-06-25 Sam Steingold <sds@gnu.org>
1019
1020 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1021 function names `(setf symbol)'.
1022
1023 2004-06-24 Richard M. Stallman <rms@gnu.org>
1024
1025 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1026
1027 * font-lock.el (font-lock-keywords): Change format of compiled values.
1028 Document it.
1029 (font-lock-add-keywords): If font-lock-keywords is compiled,
1030 extract the uncompiled version, modify, then recompile.
1031 (font-lock-remove-keywords): Likewise.
1032 (font-lock-fontify-keywords-region): Handle changed format.
1033 (font-lock-compile-keywords): Handle changed format.
1034 (font-lock-set-defaults): Compile the keywords explicitly here.
1035
1036 2004-06-24 David Kastrup <dak@gnu.org>
1037
1038 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1039 replacements here.
1040 (query-replace-regexp): Doc string explaining this and the new
1041 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1042 is better placed in `query-replace-read-args'.
1043 (replace-regexp): Explain `\,', `\#' and `\?'.
1044 (replace-match-data): New function for thorough reuse/destruction
1045 of old match-data.
1046 (replace-match-maybe-edit): Function for implementing `\?' editing.
1047 (perform-replace): Fix maintaining of the match stack including
1048 already matched regions, implement `\?', fix various problems
1049 with regions while editing and other stuff.
1050 (replace-highlight): Simplify.
1051
1052 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1053
1054 * progmodes/grep.el (grep-error-screen-columns): New variable.
1055 (grep-regexp-alist): Give it the full functionality of gnu style
1056 compilation messages with line and column ranges. Ask me for the
1057 perl script I'm working on, that uses these.
1058
1059 2004-06-23 Nick Roberts <nickrob@gnu.org>
1060
1061 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1062 Remove.
1063 (comint-insert-input, comint-mouse-insert-input): New functions
1064 based on comint-insert-clicked-input for two bindings but just
1065 one functionality.
1066
1067 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1068
1069 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1070
1071 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1072
1073 * files.el (write-contents-functions): Doc fix.
1074
1075 2004-06-21 Juanma Barranquero <lektu@terra.es>
1076
1077 * image.el (image-library-alist): Rewrite docstring in active voice.
1078
1079 2004-06-20 Richard M. Stallman <rms@gnu.org>
1080
1081 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1082
1083 * isearch.el (isearch-repeat): Avoid testing old match data.
1084 (isearch-message): Display trailing space in special font
1085 when search is failing.
1086 (isearch-search-fun-function): Doc fix.
1087
1088 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1089
1090 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1091
1092 * frame.el (show-trailing-whitespace): Doc fix.
1093
1094 * cus-edit.el (custom-variable-documentation): New function.
1095 (custom-variable): Use it.
1096
1097 2004-06-19 Nick Roberts <nickrob@gnu.org>
1098
1099 * man.el (Man-getpage-in-background): Revert previous change but
1100 make cygwin a special case.
1101
1102 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1103
1104 * autorevert.el (global-auto-revert-non-file-buffers):
1105 Update docstring.
1106
1107 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1108
1109 * progmodes/compile.el (compilation-error-properties): Store one
1110 more than end-col, if present, so that transient-mark-mode will
1111 highlight last char too.
1112 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1113 ranges, if present.
1114
1115 2004-06-18 Jason Rumney <jasonr@gnu.org>
1116
1117 * makefile.w32-in: Double percent signs in for loops.
1118
1119 2004-06-17 David Kastrup <dak@gnu.org>
1120
1121 * replace.el (query-replace-read-args): Only warn about use of \n
1122 and \t when we are doing a regexp replacement and the actual
1123 escaped character is n or t.
1124 (query-replace-regexp): Add \, and \# interpretation to
1125 interactive call and document it.
1126 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1127 as shortkey for replace-count.
1128 (replace-quote): New function for doubling backslashes.
1129
1130 2004-06-17 Juanma Barranquero <lektu@terra.es>
1131
1132 * files.el (parse-colon-path, cd): Mention in docstring that the
1133 path separator is colon in GNU-like systems.
1134
1135 * newcomment.el (comment-region-internal): Fix docstring.
1136
1137 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1138 (ewoc-invalidate, ewoc-collect): Doc fixes.
1139 (ewoc--create-node, ewoc--delete-node-internal):
1140 Fix typos in docstring.
1141
1142 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1143
1144 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1145 manual to docstring.
1146
1147 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1148
1149 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1150
1151 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1152
1153 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1154 Add hyperlink to emacs-xtra manual to docstring.
1155
1156 * autorevert.el (global-auto-revert-non-file-buffers):
1157 Add hyperlink to emacs-xtra manual to docstring, as well as an
1158 info-link.
1159
1160 2004-06-14 Juanma Barranquero <lektu@terra.es>
1161
1162 * image.el (image-library-alist): New variable to map image types
1163 to external libraries. Initialized to nil, unless system-specific
1164 configs change it.
1165 (image-type-available-p): Determine whether an image type is
1166 available by calling `init-image-library'.
1167
1168 * term/w32-win.el (image-library-alist): Initialize to a known set
1169 of probable library names.
1170
1171 2004-06-14 Kenichi Handa <handa@m17n.org>
1172
1173 * international/code-pages.el (windows-1256, cp1125): Fix tables
1174 for several characters.
1175
1176 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1177
1178 2004-06-13 Richard M. Stallman <rms@gnu.org>
1179
1180 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1181
1182 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1183 not "`pc-selection-mode'".
1184
1185 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1186
1187 * simple.el (previous-matching-history-element): Specify a default.
1188
1189 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1190
1191 * cus-face.el (custom-declare-face): Simplify code.
1192
1193 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1194
1195 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1196
1197 * files.el (before-save-hook): Add `time-stamp' to the options.
1198
1199 * time-stamp.el (time-stamp): Recommend adding it to
1200 `before-save-hook', rather than `write-file-functions'.
1201 Make a similar change in `Commentary' section.
1202
1203 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1204
1205 * diff-mode.el (diff-current-defun): If at start of hunk, use
1206 position of first change.
1207
1208 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1209
1210 * dired-x.el (dired-mark-omitted): Bind to "*O".
1211
1212 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1213
1214 * bookmark.el (bookmark-bmenu-relocate): New function, as
1215 suggested by David J. Biesack <David.Biesack@sas.com>.
1216 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1217 (bookmark-bmenu-mode): Describe binding in doc string.
1218 (bookmark-set-filename): Save the bookmark list if it's time.
1219
1220 2004-06-13 Kenichi Handa <handa@m17n.org>
1221
1222 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1223 (ccl-untranslated-to-ucs): Fix typo.
1224
1225 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1226
1227 * progmodes/python.el (python-open-block-statement-p):
1228 Fix indentation after a block opening that contains a comment.
1229
1230 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1231
1232 * bindings.el (completion-ignored-extensions): Add file extensions
1233 of Python byte-compiled files.
1234
1235 2004-06-12 Juri Linkov <juri@jurta.org>
1236
1237 * info.el (Info-goto-node): Add autoload.
1238 (Info-toc): Add substring-no-properties on Info file name.
1239 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1240 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1241
1242 2004-06-12 Kenichi Handa <handa@m17n.org>
1243
1244 * international/mule-cmds.el (set-language-environment):
1245 Load subst tables if necessary.
1246
1247 * international/mule.el (decode-char): Load subst tables if necessary.
1248 (encode-char): Likewise.
1249
1250 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1251 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1252 (utf-16le-decode-loop): Set r5 to -1 before loop.
1253 (utf-16be-decode-loop): Likewise.
1254 (ccl-decode-mule-utf-16le): Add EOF processing block.
1255 (ccl-decode-mule-utf-16be): Likewise.
1256 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1257 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1258 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1259 (ccl-mule-utf-16-encode-untrans): New CCL.
1260 (utf-16-decode-to-ucs): Handle pre-read character.
1261 (utf-16le-encode-loop): Handle surrogate pair.
1262 (utf-16be-encode-loop): Likewise.
1263 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1264 of utf-16le-encode-loop.
1265 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1266 of utf-16be-encode-loop.
1267 (mule-utf-16-post-read-conversion):
1268 Call utf-8-post-read-conversion at first.
1269 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1270 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1271 Add post-read-conversion and pre-write-conversion.
1272
1273 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1274 (utf-translate-cjk-unicode-range): New variable.
1275 (utf-translate-cjk-load-tables): New function.
1276 (utf-lookup-subst-table-for-decode): New function.
1277 (utf-lookup-subst-table-for-encode): New function.
1278 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1279 tables here. Update safe-charsets of utf-* coding systems.
1280 (ccl-mule-utf-untrans): New CCL.
1281 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1282 at end of each branch.
1283 (ccl-mule-utf-8-encode-untrans): New CCL.
1284 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1285 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1286 length of encoding. Don't return r0.
1287 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1288 (utf-8-post-read-conversion): Narrow to region properly.
1289 If utf-translate-cjk-mode is on, load tables if necessary.
1290 Call utf-8-compose with hash-table arg if necessary.
1291 Call XXX-compose-region instead of XXX-post-read-convesion.
1292 (utf-8-pre-write-conversion): New function.
1293 (mule-utf-8): Include CJK charsets in safe-charsets if
1294 utf-translate-cjk-mode is on. Add pre-write-conversion.
1295
1296 * international/characters.el: Temporarily set
1297 utf-translate-cjk-mode to nil.
1298
1299 * language/devan-util.el (devanagari-compose-region):
1300 Add autoload cookie.
1301
1302 * international/ccl.el (ccl-dump-call): Fix printing the
1303 subroutine name.
1304
1305 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1306
1307 * dired.el (dired-revert): If buffer is marked unmodified before
1308 reverting, keep it marked unmodified.
1309 Adapt to new conventions for commenting out code.
1310 (dired-make-relative): Adapt to new conventions for commenting out code.
1311
1312 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1313
1314 * eshell/esh-module.el (eshell-load-defgroups):
1315 Bind `vc-handled-backends' to nil when opening files.
1316
1317 2004-06-11 Juanma Barranquero <lektu@terra.es>
1318
1319 * files.el (parse-colon-path, cd): Doc fixes (refer to
1320 `path-separator', not colon).
1321
1322 2004-06-10 Juanma Barranquero <lektu@terra.es>
1323
1324 * newcomment.el (comment-search-forward)
1325 (comment-search-backward): Fix typos in docstring.
1326 (comment-region): Doc fix.
1327
1328 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1329
1330 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1331 switch is no longer stored in `dired-switches-alist'.
1332
1333 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1334 `dired-switches-alist'.
1335
1336 2004-06-10 Kim F. Storm <storm@cua.dk>
1337
1338 * pcvs.el (cvs-mode-diff-yesterday): New command.
1339
1340 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1341
1342 2004-06-10 Juri Linkov <juri@jurta.org>
1343
1344 * emacs-lisp/edebug.el (edebug-eval-defun):
1345 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1346 Fix docstring.
1347
1348 * simple.el (eval-expression-print-format): Don't print additional
1349 information on the first call to `eval-print-last-sexp'.
1350 (next-error-find-buffer): Fix punctuation.
1351 (killing) <defgroup>: Fix punctuation.
1352 (yank-excluded-properties): Change group from editing to killing.
1353
1354 * replace.el (perform-replace): Use `limit' to terminate the
1355 while-loop explicitly.
1356
1357 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1358
1359 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1360 Use lc-*.xpm as prefix instead of *-locol.xpm.
1361
1362 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1363 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1364 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1365 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1366 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1367 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1368 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1369 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1370 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1371 * toolbar/lc-up_arrow.xpm:
1372 Renamed from *-locol.xpm.
1373
1374 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1375
1376 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1377 include forms like &<str>; as valid url patterns.
1378
1379 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1380
1381 * dired.el (dired-diff, dired-backup-diff)
1382 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1383 (dired-do-chown, dired-do-touch, dired-do-print)
1384 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1385 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1386 (dired-create-directory, dired-do-copy, dired-do-symlink)
1387 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1388 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1389 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1390 (dired-maybe-insert-subdir, dired-next-subdir)
1391 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1392 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1393 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1394 (dired-run-shell-command, dired-query): Remove redundant,
1395 or incorrect, autoloads.
1396
1397 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1398 does not end in a slash. Add optional argument KILL-ROOT.
1399 Update docstring.
1400 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1401 (dired-query): Add autoloads.
1402
1403 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1404
1405 * progmodes/compile.el (compilation-set-window-height):
1406 Rearrange the save-* functions because a buffer can have several current
1407 point in different windows.
1408 (compilation-error-regexp-alist-alist): Recognize {standard input}
1409 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1410
1411 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1412
1413 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1414 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1415 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1416 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1417 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1418 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1419 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1420 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1421 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1422 * toolbar/up_arrow-locol.xpm:
1423 New versions of icons that uses fewer colors.
1424
1425 * toolbar/tool-bar.el (tool-bar-local-item)
1426 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1427 if display-color-cells is 256 or less.
1428
1429 2004-06-08 Kim F. Storm <storm@cua.dk>
1430
1431 * wid-edit.el (widget-specify-button): Use hand pointer rather
1432 than mouse-face as visible mouse-over effect.
1433
1434 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1435
1436 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1437 and `print-level' to nil when writing out `save-place-alist'.
1438 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1439
1440 2004-06-07 Juanma Barranquero <lektu@terra.es>
1441
1442 * completion.el (completion-kill-region): Doc fix.
1443
1444 * format.el (format-insert-annotations)
1445 (format-annotate-location): Doc fixes.
1446 (format-subtract-regions): Make arguments match their use in docstring.
1447
1448 * simple.el (kill-region): Doc fix.
1449
1450 * subr.el (insert-buffer-substring-no-properties)
1451 (insert-buffer-substring-as-yank): Doc fixes.
1452
1453 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1454
1455 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1456 Update docstring.
1457 (dired-reset-subdir-switches): New function.
1458
1459 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1460 Limit scope of `buffer-read-only' binding.
1461
1462 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1463
1464 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1465 eshell-explicit-command-char.
1466
1467 2004-06-06 Juanma Barranquero <lektu@terra.es>
1468
1469 * help-fns.el (help-argument-name): Inherit from italic face only
1470 if the frame supports it.
1471
1472 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1473
1474 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1475 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1476 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1477 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1478 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1479 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1480 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1481 New conversions from xpm files.
1482
1483 * toolbar/README: New file.
1484
1485 2004-06-06 Richard M. Stallman <rms@gnu.org>
1486
1487 * isearch.el (isearch-mode-map): Undo previous change.
1488
1489 2004-06-05 Juri Linkov <juri@jurta.org>
1490
1491 * bindings.el (debug-ignored-errors): Add regexps for history
1492 related messages. Remove $ from "No further undo information".
1493 Move Ediff's messages to ediff.el.
1494
1495 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1496
1497 * cus-edit.el (custom-display): Add `min-colors'.
1498
1499 * custom.el (defface): Add `supports' to docstring.
1500
1501 * help-fns.el (help-argument-name): Add :group 'help.
1502
1503 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1504
1505 * find-dired.el (find-ls-subdir-switches): New user option.
1506 (find-dired): No longer call `abbreviate-file-name' on DIR.
1507 Set `dired-subdir-switches' buffer-locally.
1508
1509 * locate.el: Merge the two `Commentary' sections.
1510 (locate-ls-subdir-switches): New user option.
1511 (locate): Update for other changes.
1512 (locate-mode-map): Restore Dired binding for mouse-2.
1513 Bind `locate-mouse-view-file' to M-mouse-2.
1514 Bind `l' to `locate-do-redisplay'.
1515 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1516 (locate-mouse-view-file, locate-tags, locate-find-directory):
1517 Print message if used outside main listing.
1518 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1519 Various changes to support inserted subdirectories.
1520 (locate-insert-header): Change header of *Locate* buffer.
1521
1522 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1523 Change interactive default switches.
1524 (dired-rename-subdir-2): Update `dired-switches-alist'.
1525 (dired-insert-subdir, dired-kill-subdir):
1526 Handle `dired-switches-alist'. Do not mark buffer modified.
1527 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1528 (dired-insert-subdir-doinsert): Omit messages.
1529 Handle `dired-subdir-switches'.
1530 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1531
1532 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1533 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1534 subdirs if -R switch is used for a subdir.
1535 (dired-mode): Set `dired-switches-alist'.
1536 (dired-build-subdir-alist): Only print number of directories in
1537 echo area when invoked interactively.
1538
1539 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1540
1541 * dired-x.el (dired-omit-mode): Rename from
1542 dired-omit-files-p. Use define-minor-mode to define it.
1543 (dired-omit-files-p): Add as alias for dired-omit-mode.
1544 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1545 dired-mark-omitted.
1546 (dired-mark-omitted): Add. Bind to M-O.
1547
1548 2004-06-05 Kenichi Handa <handa@m17n.org>
1549
1550 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1551
1552 2004-06-05 Juanma Barranquero <lektu@terra.es>
1553
1554 * help-fns.el (help-argument-name): Reintroduce face.
1555 (help-default-arg-highlight): Use it, now that
1556 `face-differs-from-default-p' can be trusted.
1557
1558 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1559
1560 * textmodes/table.el: Sentence commands added to Point Motion
1561 group; kill and backward-kill commands added to Extraction group.
1562
1563 2004-06-04 Mario Lang <mlang@delysid.org>
1564
1565 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1566 systems appear to use mW, make the code handle this. Fix a
1567 division-by-zero bug while at it, and handle kernels with
1568 a slightly different layout in /proc/acpi.
1569
1570 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1571
1572 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1573 because the latter is a CL-ism. This fixes the bug reported by
1574 Shawn Boyette <mdxi@collapsar.net> in
1575 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1576
1577 2004-06-04 Miles Bader <miles@gnu.org>
1578
1579 * faces.el (display-supports-face-attributes-p): Function moved to
1580 C code. Previously only the tty-related portion of this function
1581 was done in C; however the previous attempt to do a halfway-proper
1582 job for non-tty displays in lisp didn't work properly because of
1583 funny conditions during Emacs startup.
1584 (face-differs-from-default-p): Simplify, now that
1585 display-supports-face-attributes-p works properly on all display
1586 types. Remove :stipple from comparison; it doesn't really work
1587 in emacs anyway.
1588
1589 2004-06-04 Miles Bader <miles@gnu.org>
1590
1591 * faces.el (face-differs-from-default-p): Use a different
1592 implementation, so we can really check whether FACE displays
1593 differently or not.
1594
1595 2004-06-04 Miles Bader <miles@gnu.org>
1596
1597 * faces.el (display-supports-face-attributes-p): Implement a
1598 `different from default' check for non-tty displays.
1599
1600 2004-06-03 David Kastrup <dak@gnu.org>
1601
1602 * woman.el (woman-mapcan): More concise code.
1603 (woman-topic-all-completions, woman-topic-all-completions-1)
1604 (woman-topic-all-completions-merge): Replace by a simpler and
1605 much faster implementation based on O(n log n) sort/merge instead
1606 of the old O(n^2) behavior.
1607
1608 2004-06-03 Miles Bader <miles@gnu.org>
1609
1610 * subr.el (read-number): Use canonical format for default in prompt.
1611
1612 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1613 Add regexp for " [...]" style defaults.
1614
1615 2004-06-02 Romain Francoise <romain@orebokech.com>
1616
1617 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1618 groups: if the user asks for a hidden buffer, open the
1619 corresponding filter group to expose it.
1620
1621 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1622 `ibuffer-jump-to-buffer'.
1623 (ibuffer-jump-offer-only-visible-buffers): New user option.
1624
1625 2004-06-02 Juanma Barranquero <lektu@terra.es>
1626
1627 * faces.el (frame-update-faces): Add empty docstring so the one
1628 for `ignore' doesn't show through.
1629
1630 * subr.el (process-kill-without-query): Remove spurious "\n" on
1631 obsolescence string.
1632 (focus-frame, unfocus-frame): Add obsolescence declaration and
1633 empty docstring.
1634
1635 * international/mule.el (register-char-codings): Make alias for
1636 `ignore'. Move docstring to obsolescence info and remove redundancy.
1637
1638 2004-06-02 Kim F. Storm <storm@cua.dk>
1639
1640 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1641 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1642
1643 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1644
1645 * comint.el (comint-replace-by-expanded-history-before-point):
1646 Obey `start' as the docstring says.
1647 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1648 (comint-update-fence): Prevent font-lock from running unnecessarily.
1649 (comint-dynamic-list-completions): Use with-current-buffer.
1650
1651 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1652
1653 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1654 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1655 (bibtex-entry-update): Handle alternatives and optional fields.
1656 (bibtex-parse-entry): Bugfix, handle empty key.
1657
1658 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1661
1662 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1663
1664 * desktop.el (desktop-save): Don't save minor modes without a
1665 known mode initialization function.
1666
1667 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1668
1669 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1670
1671 * autorevert.el: Update `Commentary' section.
1672
1673 2004-05-30 Juanma Barranquero <lektu@terra.es>
1674
1675 * dos-fns.el (convert-standard-filename):
1676 * files.el (convert-standard-filename):
1677 * w32-fns.el (convert-standard-filename):
1678 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1679
1680 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1681
1682 Sync with Tramp.
1683
1684 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1685 (tramp-let-maybe): Move to an earlier spot in the file.
1686 Patch by Andreas Schwab.
1687
1688 2004-05-30 Andreas Schwab <schwab@suse.de>
1689
1690 * dired.el (dired-get-filename): Don't use dired-re-dot.
1691
1692 2004-05-30 Richard M. Stallman <rms@gnu.org>
1693
1694 * files.el (find-file): Doc fix.
1695
1696 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1697
1698 2004-05-30 Nick Roberts <nickrob@gnu.org>
1699
1700 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1701 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1702 modeline of the locals buffer.
1703 (gdb-goto-breakpoint): Handle gdbmi.
1704 (gdb-get-frame-number): Change for gdbmi.
1705
1706 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1707
1708 * files.el (file-remote-p): Apply file name handler for operation
1709 `file-remote-p'. It isn' a property any longer.
1710 (file-relative-name): `fh' and `fd' get the required value via
1711 `find-file-name-handler' already.
1712
1713 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1714 (top): Remove setting of `file-remote-p' property for
1715 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1716
1717 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1718
1719 Version 2.0.41 of Tramp released.
1720
1721 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1722 Throw away if process has died.
1723 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1724 (tramp-out-of-band-prompt-regexp): Rename to
1725 `tramp-process-alive-regexp', because its usage is widen.
1726 (tramp-actions-copy-out-of-band): Apply it.
1727 (tramp-actions-before-shell, tramp-multi-actions):
1728 Add `tramp-action-process-alive' action.
1729 (tramp-action-process-alive): New defun.
1730 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1731 Add entry for `file-remote-p'.
1732 (tramp-handle-file-remote-p): New defun.
1733 (top): Remove setting of `file-remote-p'. Don't set
1734 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1735
1736 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1737 `file-remote-p'.
1738
1739 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1740 counted for (last) line. [They should or they shouldn't? --Stef]
1741 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1742
1743 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1744
1745 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1746 not really necessary but seems to keep the shell history smaller
1747 in some cases. It is no substitute for setting HISTFILE and
1748 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1749 though. Suggested by Luc Teirlinck.
1750 (tramp-open-connection-setup-interactive-shell): Export variables
1751 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1752 (tramp-set-process-query-on-exit-flag): New compat function.
1753 (tramp-open-connection-multi, tramp-open-connection-su)
1754 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1755 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1756 (tramp-let-maybe): New macro, let-binds a variable only if it
1757 isn't obsolete.
1758 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1759 (tramp-handle-file-truename): Use it.
1760 (tramp-completion-file-name-regexp-unified): Avoid matching
1761 filenames starting with "/:" -- those are reserved for
1762 file-name-non-special.
1763
1764 * tramp-smb.el (tramp-smb-open-connection):
1765 Use tramp-set-process-query-on-exit-flag compat function.
1766
1767 2004-05-29 Richard M. Stallman <rms@gnu.org>
1768
1769 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1770
1771 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1772 (eval-last-sexp-print-value): Print char equivalent regardless
1773 of standard-output value.
1774
1775 * thumbs.el (thumbs-subst-char-in-string): Delete.
1776 (thumbs-thumbname): Use subst-char-in-string.
1777 (thumbs-resize-image): Use condition-case, not ignore-errors.
1778 (thumbs-kill-buffer): Likewise.
1779
1780 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1781 (thumbs-mode): Make buffer read-only.
1782 (thumbs-make-thumb): Unconditionally accept an existing file.
1783 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1784 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1785 (thumbs-show-thumbs-list): Error if images not supported.
1786 (thumbs-save-current-image): Improve prompt string.
1787 (thumbs-mode-map): Define u, R, x.
1788 (thumbs-unmark): New command.
1789 (thumbs-emboss-image): Minor cleanup.
1790 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1791 (thumbs-rename-images): New command.
1792 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1793
1794 * thumbs.el (thumbs-current-image): New function.
1795 (thumbs-file-list, thumbs-file-alist): New functions.
1796 (thumbs-find-image): Delete arg L.
1797 Don't set up thumbs-fileL as buffer-local global var.
1798 (thumbs-find-image-at-point): Use thumbs-current-image.
1799 (thumbs-set-image-at-point-to-root-window): Likewise.
1800 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1801 Record and warn about errors. Update thumbs-markedL for deletions.
1802 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1803 (thumbs-redraw-buffer): Use thumbs-file-list.
1804 (thumbs-mark): Use thumbs-current-image.
1805 (thumbs-show-name): Use thumbs-current-image.
1806
1807 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1808 and imenu--last-menubar-index-alist.
1809
1810 * subr.el (with-selected-window): Undo previous change.
1811
1812 2004-05-29 John Paul Wallington <jpw@gnu.org>
1813
1814 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1815 (thumbs-mouse-find-image): New command.
1816 (thumbs-mode-map): Bind it to mouse-2.
1817 (thumbs-mode): Make mode-class special.
1818 (thumbs-view-image-mode): Likewise.
1819
1820 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1821
1822 * flymake.el: New file.
1823
1824 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1825
1826 * files.el (find-file-noselect-1): Do not bind
1827 `inhibit-read-only' to t during execution of
1828 `find-file-not-found-functions'.
1829
1830 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1833 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1834
1835 2004-05-28 Juri Linkov <juri@jurta.org>
1836
1837 * simple.el (eval-expression-print-format): New fun.
1838
1839 * simple.el (eval-expression):
1840 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1841 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1842 (edebug-eval-expression): Print additionally the value returned by
1843 `eval-expression-print-format'.
1844
1845 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1846 (insert-pair): Make arguments optional. Find character pair
1847 from `insert-pair-alist' according to the last input event.
1848 (insert-parentheses): Make arguments optional.
1849 (raise-sexp, delete-pair): New funs.
1850
1851 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1852 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1853 Bind C-M-q to `indent-pp-sexp'.
1854
1855 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1856 `pp-to-string' modified to be able to format text with newlines.
1857 (pp-to-string): Move the buffer-formatting part of the code to
1858 `pp-buffer'. Call `pp-buffer'.
1859
1860 * info.el (Info-desktop-buffer-misc-data): Don't save information
1861 about virtual files.
1862 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1863 buffers with names obtained from the desktop file instead of the
1864 default *info* buffer.
1865
1866 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * subr.el (with-selected-window): Only save/restore the selected window.
1869
1870 * progmodes/compile.el (compilation-error-regexp-alist):
1871 Use expand-file-name and data-directory.
1872
1873 * progmodes/grep.el (grep-tree): Rework previous fix.
1874
1875 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1876 after the user marked text with the mouse.
1877
1878 * startup.el (command-line): Keep the first regexp of
1879 auto-save-file-name-transforms intact.
1880
1881 2004-05-28 Juanma Barranquero <lektu@terra.es>
1882
1883 * cus-edit.el (customize-face, customize-face-other-window)
1884 (custom-face-edit-delete): Make arguments match their use in
1885 docstring.
1886 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1887 docstring.
1888
1889 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1890 not `cvs-butlast'.
1891
1892 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1893 `nbutlast' are in subr.el).
1894
1895 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1896 (set-w32-system-coding-system): Doc fixes.
1897
1898 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1899 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1900 Make arguments match their use in docstring.
1901 (artist-draw-region-trim-line-endings)
1902 (artist-mouse-choose-operation): Fix typo in docstring.
1903 (artist-key-set-point-common): Doc fix.
1904
1905 2004-05-28 Simon Josefsson <jas@extundo.com>
1906
1907 * mail/smtpmail.el (smtpmail-open-stream):
1908 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1909
1910 2004-05-26 Simon Josefsson <jas@extundo.com>
1911
1912 * starttls.el: Merge with my GNUTLS based starttls.el.
1913 (starttls-gnutls-program, starttls-use-gnutls)
1914 (starttls-extra-arguments, starttls-process-connection-type)
1915 (starttls-connect, starttls-failure, starttls-success): New variables.
1916 (starttls-program, starttls-extra-args): Doc fix.
1917 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1918 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1919 and pass on to corresponding *-gnutls function if it is set.
1920
1921 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1922
1923 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1924 remote files.
1925
1926 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1927
1928 * files.el (file-name-non-special): There are more operations
1929 which need handling: `find-backup-file-name',
1930 `insert-file-contents', `verify-visited-file-modtime',
1931 `write-region'. Rename t value of method to `add'. Add new
1932 methods `quote' and `unquote-then-quote' to file-arg-indices.
1933
1934 2004-05-25 Juri Linkov <juri@jurta.org>
1935
1936 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1937 (Info-index-nodes): Enclose code in condition-case to catch errors.
1938 (Info-index-node): Don't search all index nodes if request is only
1939 for the current node and file is not in the cache of index nodes.
1940 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1941 for consistency with dired-copy-filename-as-kill.
1942 Bind `S' to Info-search-case-sensitively.
1943 (Info-copy-current-node-name): New arg. With zero prefix arg put
1944 the name inside a function call to `info'. Display copied text in
1945 the echo area.
1946
1947 2004-05-25 Sam Steingold <sds@gnu.org>
1948
1949 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1950 strip the package prefix from the symbol name, if any.
1951 Make it the `find-tag-default-function' for `lisp-mode'.
1952
1953 2004-05-25 John Paul Wallington <jpw@gnu.org>
1954
1955 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1956 instead of obsolete `process-kill-without-query'.
1957
1958 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1959 Declare as variable, not constant.
1960
1961 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1962
1963 * files.el (find-file-noselect-1): Fix bug introduced by
1964 Revision 1.694. As a side effect, `inhibit-read-only'
1965 is again, by default, t during execution of
1966 `find-file-not-found-functions'.
1967 (insert-directory): Check that lines were really inserted by
1968 the --dired switch, before erasing them.
1969
1970 2004-05-24 Nick Roberts <nickrob@gnu.org>
1971
1972 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1973 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1974 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1975 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1976 gud-minor-mode (gdbmi).
1977
1978 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1979
1980 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1981 explicitly select the text to be taken as URL.
1982
1983 2004-05-23 Juri Linkov <juri@jurta.org>
1984
1985 * info.el (Info-index-nodes): New var and fun.
1986 (Info-goto-index, Info-index, info-apropos)
1987 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1988 (Info-index): Fix docstring. Store and restore Info-history-list.
1989 (Info-complete-nodes): New var.
1990 (Info-complete-menu-item): Use it.
1991 (Info-index-node): New fun.
1992 (Info-final-node, Info-forward-node, Info-backward-node)
1993 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1994 Use Info-index-node.
1995 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1996 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1997 (Info-find-node-2): If a node with period in its name not found,
1998 try to find a node without the name part after period.
1999 (Info-select-node): Call Info-fontify-node only if
2000 Info-fontify-maximum-menu-size is not nil.
2001 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2002 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2003 Preserve Info-history-list.
2004 (Info-toc): Set Info-current-file.
2005 (Info-build-toc): Move point to the beginning of the buffer.
2006 Add main-file variable.
2007 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2008 Use backslashed representation of the control character ^_.
2009
2010 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2011 numbers in the new Texinfo 4.7 format.
2012
2013 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2014 regexps for function and variable names.
2015
2016 * descr-text.el (describe-property-list): Add [show] button for
2017 `syntax-table' property with action to pp to a separate buffer.
2018 (describe-char): Replace search-forward by re-search-forward with
2019 whitespace regexp after "character:" to not fail in too narrow windows.
2020
2021 * simple.el (next-error-find-buffer): Add a rule to return
2022 next-error capable buffer if one window on the selected frame
2023 displays such buffer.
2024
2025 2004-05-23 Nick Roberts <nickrob@gnu.org>
2026
2027 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2028 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2029 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2030 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2031 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2032 Handle new value for gud-minor-mode (gdbmi).
2033 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2034 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2035 Change from local to global gdb variable set.
2036 (gdb-ann3): Initialise above gdb variable set.
2037 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2038 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2039 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2040 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2041 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2042 (gdb-info-locals-handler, gdb-invalidate-assembler)
2043 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2044 set as global variables.
2045 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2046 Handle gdbmi.
2047 (gdb-info-breakpoints-custom): Fix regexp.
2048 (def-gdb-var): Delete.
2049
2050 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2051 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2052 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2053 a new mode. The file (gdb-mi.el) for this mode will be included
2054 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2055 primary interface.
2056
2057 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2058
2059 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2060 interpreted as a directory.
2061
2062 2004-05-22 Richard M. Stallman <rms@gnu.org>
2063
2064 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2065 as a close quote.
2066
2067 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2068
2069 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2070 Use assoc-string, not assoc-ignore-case.
2071
2072 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2073
2074 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2075 If moving back then fwd gets a defun that ends before point,
2076 try again moving fwd then back.
2077
2078 * files.el (file-name-non-special): Allow t in file-arg-indices
2079 to mean requote the return value. Use `identity' as an element
2080 rather than as the whole value.
2081
2082 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2083
2084 2004-05-22 Juanma Barranquero <lektu@terra.es>
2085
2086 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2087 `help-make-usage'.
2088 (help-highlight-arguments): Skip function name before searching
2089 for arguments.
2090
2091 2004-05-21 Juanma Barranquero <lektu@terra.es>
2092
2093 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2094 Don't mention in the docstring these arguments meant for
2095 internal (recursive) use only.
2096 (allout-char-spec): Comment out (it's not implemented).
2097 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2098 obsolescence declaration.
2099 (allout-flatten-exposed-to-buffer)
2100 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2101 (my-mark-marker): Doc fix.
2102 (produce-allout-mode-map, allout-sibling-index)
2103 (allout-isearch-expose, allout-distinctive-bullet)
2104 (allout-open-topic, allout-reindent-body)
2105 (allout-rebullet-heading, allout-process-exposed)
2106 (allout-insert-listified, allout-latex-verb-quote)
2107 (allout-insert-latex-header, allout-insert-latex-trailer):
2108 Make arguments match their use in docstring.
2109 (allout-primary-bullet, allout-old-style-prefixes)
2110 (allout-inhibit-protection, allout-init, allout-mode)
2111 (allout-before-change-protect, allout-flag-region):
2112 Use "Emacs" instead of "emacs" in docstrings.
2113
2114 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2115
2116 * international/characters.el: Modify syntax of more characters.
2117
2118 2004-05-21 Masatake YAMATO <jet@gyve.org>
2119
2120 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2121 (etags-tags-completion-table): Show parsing progress.
2122
2123 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2124
2125 * locate.el (locate-prompt-for-command): Shorten first line of
2126 docstring.
2127 (locate-mode): Expand docstring and include keymap summary.
2128
2129 * files.el (find-file-noselect-1): Limit the scope of the
2130 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2131 is, by default, nil during the execution of
2132 `find-file-not-found-functions' and `find-file-hook'.
2133
2134 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2135
2136 * facemenu.el (facemenu-color-name-equal): New function.
2137 (list-colors-display): Use it to compare colors instead of
2138 facemenu-color-equal.
2139
2140 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2141
2142 * compare-w.el (compare-windows-face): Use min-colors instead of
2143 checking for tty or pc types.
2144
2145 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2148 (completion-setup-function): Use with-current-buffer.
2149 Properly save excursion. Simplify.
2150 Don't assume there is necessarily a `mouse-face' property somewhere.
2151
2152 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2153
2154 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2155
2156 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2157 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2158 Use with-current-buffer.
2159 (byte-goto-log-buffer): Delete.
2160 (byte-compile-log-file): Call compilation-forget-errors.
2161
2162 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2163
2164 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2165 output messages into the search result.
2166
2167 2004-05-19 Masatake YAMATO <jet@gyve.org>
2168
2169 * wid-edit.el (widget-radio-button-notify): Revert my last
2170 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2171
2172 2004-05-19 Kenichi Handa <handa@m17n.org>
2173
2174 * international/characters.el: Fix syntax (open/close) of CJK chars.
2175
2176 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2177
2178 * help-mode.el (help-go-back): Don't depend on position of back button.
2179
2180 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2183 files files don't contain an accidental additional /.
2184
2185 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2186 in source buffer.
2187
2188 2004-05-18 Masatake YAMATO <jet@gyve.org>
2189
2190 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2191 to widget-apply. :action method assumes 2 arguments, not 3.
2192
2193 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2194
2195 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2196 New constants.
2197 (hs-special-modes-alist): Add an f90-mode entry.
2198
2199 2004-05-17 Sam Steingold <sds@gnu.org>
2200
2201 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2202 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2203
2204 2004-05-16 Kim F. Storm <storm@cua.dk>
2205
2206 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2207
2208 2004-05-15 John Wiegley <johnw@newartisans.com>
2209
2210 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2211 (eshell-output-object-to-target): Improve output speed 20% by not
2212 calling `eshell-stringify' if something is already known to be a string.
2213
2214 2004-05-15 Alex Ott <ott@jet.msk.su>
2215
2216 * textmodes/ispell.el (ispell-local-dictionary-alist):
2217 Add windows-1251 to the choice of coding systems.
2218 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2219 encoded in cp1251.
2220
2221 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2222
2223 * progmodes/compile.el (compilation-warning-face)
2224 (compilation-info-face): Use min-colors.
2225
2226 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2227
2228 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2229 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2230 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2231 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2232 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2233 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2234 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2235 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2236 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2237 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2238 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2239 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2240 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2241 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2242
2243 2004-05-15 Kim F. Storm <storm@cua.dk>
2244
2245 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2246 Use it to set triggered-p element of timer.
2247 (timer-event-handler): Set triggered-p element non-nil while running
2248 the timer function.
2249
2250 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * descr-text.el (describe-char-unicode-data)
2253 (describe-char-unicodedata-file): Re-enable the unicode code now that
2254 the licensing issues have been cleared in the unicode-4 license.
2255 (describe-text-properties-1): Remove unused `overlay' var.
2256 (describe-char): Remove unused var `buffer'.
2257
2258 2004-05-14 David Ponce <david@dponce.com>
2259
2260 * tree-widget.el: New file.
2261
2262 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2263
2264 * language/european.el ("Brazilian Portuguese"): Add support for
2265 Brazilian Portuguese.
2266
2267 2004-05-13 John Wiegley <johnw@newartisans.com>
2268
2269 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2270 `recentf-mode' if this variable has been customized to t.
2271
2272 * eshell/esh-test.el (eshell-test): Call the function
2273 `emacs-version' rather than trying to build a custom version string.
2274
2275 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * net/telnet.el (telnet-mode): Use define-derived-mode.
2278 Don't modify the global value of comint-prompt-regexp.
2279
2280 2004-05-13 John Paul Wallington <jpw@gnu.org>
2281
2282 * version.el (emacs-version): Check for `gtk' feature before
2283 `x-toolkit' feature.
2284
2285 2004-05-13 Juanma Barranquero <lektu@terra.es>
2286
2287 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2288 arguments in the docstring, they're used only in recursive calls.
2289
2290 * help-fns.el (help-arg-highlighting-function)
2291 (help-argument-name): Delete.
2292 (help-default-arg-highlight): New function.
2293 (help-do-arg-highlighting): Use it.
2294
2295 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2296
2297 * calendar/appt.el (appt-disp-window):
2298 Use `calendar-set-mode-line' for a centered mode-line.
2299
2300 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2301
2302 * calendar/appt.el (appt-disp-window): Do not split window
2303 excessively when `split-height-threshold' is low.
2304
2305 2004-05-12 Nick Roberts <nickrob@gnu.org>
2306
2307 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2308 kill-buffer-hook here and make it local.
2309 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2310
2311 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2312
2313 * progmodes/compile.el (compilation-set-window-height):
2314 Use save-excursion to protect against misplaced marker.
2315
2316 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2317
2318 * custom.el (defface): Document that type can have value gtk.
2319
2320 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2321
2322 2004-05-12 Kenichi Handa <handa@m17n.org>
2323
2324 * descr-text.el: Require quail at comile time.
2325 (describe-char): If an input method is on and it supports the
2326 character, show how to input it.
2327
2328 * international/quail.el (quail-install-decode-map): Accept a
2329 char-table whose subtype is `quail-decode-map'.
2330 (quail-store-decode-map-key, quail-gen-decode-map1)
2331 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2332 (quail-show-key): New functions.
2333
2334 2004-05-12 Juanma Barranquero <lektu@terra.es>
2335
2336 * generic.el (define-generic-mode): Remove redundant arglist info.
2337
2338 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2339 Make arguments match their use in docstring.
2340 (help-arg-highlighting-function): New variable.
2341 (help-argument-name): Mention it in the docstring.
2342 (help-do-arg-highlight): Use it. Expand regexp to accept also
2343 ARG-xxx and xxx-ARG references.
2344
2345 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2346
2347 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2348 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2349 and "mailto:addr1?to=addr2" equal.
2350
2351 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2352
2353 * man.el (Man-getpage-in-background): Use shell-file-name
2354 and shell-command-switch variables instead of hard-coded values.
2355
2356 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2357
2358 * iimage.el: New file.
2359
2360 2004-05-11 Juanma Barranquero <lektu@terra.es>
2361
2362 * custom.el (custom-initialize-default, defcustom):
2363 Fix typo in docstring.
2364
2365 * files.el (set-visited-file-name, file-expand-wildcards):
2366 Fix docstring.
2367
2368 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2371
2372 * subr.el (eventp): Be more discriminating with integers.
2373
2374 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2375
2376 * progmodes/compile.el (compile): Add universal prefix arg.
2377 (compilation-error-regexp-alist-alist): Add edg patterns.
2378
2379 2004-05-10 Sam Steingold <sds@gnu.org>
2380
2381 * textmodes/ispell.el (ispell-message):
2382 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2383
2384 2004-05-10 Dave Love <fx@gnu.org>
2385
2386 * progmodes/python.el (help-buffer): Autoload when compiling.
2387 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2388 (run-python): Prepend to any existing PYTHONPATH.
2389
2390 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2391
2392 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2393 for pending breakpoints.
2394
2395 2004-05-10 Richard M. Stallman <rms@gnu.org>
2396
2397 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2398 directly without calling any functions in Rmail.
2399 (unrmail-unprune): Function deleted.
2400
2401 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2404 C-c C-z binding.
2405
2406 2004-05-10 Kenichi Handa <handa@m17n.org>
2407
2408 * descr-text.el (describe-char): Fix previous change. Don't make
2409 a unibyte character to multibyte in the *Help* buffer.
2410
2411 2004-05-10 Miles Bader <miles@gnu.org>
2412
2413 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2414 buffer an error if the debugger process is actually running.
2415
2416 2004-05-10 Juanma Barranquero <lektu@terra.es>
2417
2418 * help-fns.el (help-argument-name): Default to italic.
2419 (help-highlight-arguments): Return always (usage . doc), even when
2420 usage is nil.
2421
2422 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2423 (define-ibuffer-filter): Add usage info.
2424 (define-ibuffer-op): Add usage info (but CL-style defaults for
2425 keyword args are not shown).
2426
2427 * subr.el (remove-overlays, read-passwd): Fix docstring.
2428 (start-process-shell-command): Fix docstring. Put usage info in a
2429 format usable by `describe-function'.
2430 (open-network-stream, open-network-stream-nowait)
2431 (open-network-stream-server): Fix docstring.
2432
2433 2004-05-09 Jason Rumney <jasonr@gnu.org>
2434
2435 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2436 Only define cp125* if windows-125* is already defined.
2437
2438 * language/korean.el (cp949): Add alias.
2439
2440 * language/chinese.el (cp936, cp950): Add aliases.
2441
2442 * language/japanese.el (cp932): Add alias.
2443
2444 * term/w32-win.el: Require code-pages.
2445
2446 * international/mule-cmds.el (set-locale-environment):
2447 On MS-Windows use ansi code-page for default coding-systems.
2448 Set up paper sizes for Windows 3 letter languages.
2449
2450 * international/code-pages.el (cp932, cp936, cp949, cp950):
2451 Add aliases. Also add cp125* if not already defined.
2452
2453 2004-05-09 Juanma Barranquero <lektu@terra.es>
2454
2455 * help-fns.el (help-highlight-arguments): Don't try to highlight
2456 missing or autoloaded arglists. Accept structured arguments, like
2457 the first ones of `do' and `flet'.
2458
2459 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2460 (cvs-get-marked): Remove redundant arglist info.
2461
2462 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2463 Don't use CL-style default args.
2464
2465 2004-05-08 Andreas Schwab <schwab@suse.de>
2466
2467 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2468
2469 * international/subst-ksc.el: Fix references to utf-translate-cjk
2470 into utf-translate-cjk-mode.
2471 * international/subst-big5.el: Likewise.
2472 * international/subst-gb2312.el: Likewise.
2473 * international/subst-jis.el: Likewise.
2474 * international/utf-16.el: Likewise.
2475 * international/utf-8.el: Likewise.
2476
2477 2004-05-08 John Wiegley <johnw@newartisans.com>
2478
2479 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2480 "virtual buffers" (off by default), which makes it possible to
2481 switch to the "virtual" buffers of recently visited files. When a
2482 buffer name search fails, and this option is on, iswitchb will
2483 look at the list of recently visited files, and permit matching
2484 against those names. When the user hits RET on a match, it will
2485 revisit that file.
2486 (iswitchb-read-buffer): Add two optional arguments, which makes
2487 isearchb.el possible.
2488 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2489 (iswitchb-next-match): Add support for virtual buffers.
2490
2491 * isearchb.el: This module extends iswitchb to provide "as you
2492 type" buffer selection.
2493
2494 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2495 Ignore the read-only property when flyspell highlighting is on.
2496 Not ignoring it leads to a series of confusing errors.
2497 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2498 but also make sure to call flyspell-incorrect-hook.
2499 (flyspell-maybe-correct-transposition): Perform transposition test
2500 by bit twiddling a string, rather than using a temp buffer.
2501 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2502 buffer. This is also the original version of the code, which
2503 could not be checked in before due to a previous lack of
2504 assignment papers. This version has seen heavy usage on my system
2505 for several years now.
2506
2507 * calendar/cal-bahai.el: New file, which adds support for the
2508 Baha'i calendar to Emacs. This calendar is based on a solar year
2509 of 19 months of 19 days, with 4 intercalary days. Each year
2510 begins on March 21, with the calendar starting in 1844.
2511
2512 * calendar/cal-menu.el, calendar/calendar.el,
2513 calendar/diary-lib.el, calendar/holidays.el: Added support for
2514 using cal-bahai.el.
2515
2516 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2517 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2518 function can be used outside of eshell buffers.
2519 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2520
2521 2004-05-08 Juanma Barranquero <lektu@terra.es>
2522
2523 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2524 word constituent so FOO-ARG is not recognized as an arg.
2525 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2526
2527 * simple.el (next-error): Fix typo in docstring.
2528 (open-line): Make argument names match their use in docstring.
2529 (split-line): Fix docstring.
2530
2531 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2532 usable by `describe-function'.
2533 (gensym, gentemp, typep, ignore-errors): Make argument names match
2534 their use in docstring.
2535
2536 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2537 argument to `help-setup-xref'.
2538
2539 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2540
2541 Version 2.0.40 of Tramp released.
2542
2543 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2544 Use symbol-function to invoke functions only known on some Emacs
2545 flavors. This avoids byte-compiler warnings. Reported by Kevin
2546 Scaldeferri <kevin@scaldeferri.com>.
2547 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2548 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2549 consistent with the other tramp-do-* functions.
2550 (tramp-do-copy-or-rename-file): Calls adjusted.
2551 (tramp-process-initial-commands): Avoid liveness check on shell --
2552 we know that it must be alive since we're opening a connection at
2553 this moment.
2554 (tramp-last-cmd): New internal variable.
2555 (tramp-process-echoes): New tunable.
2556 (tramp-send-command): Set tramp-last-cmd.
2557 (tramp-wait-for-output): Delete echo, if applicable.
2558 (tramp-read-passwd): Construct the key for the password cache in a
2559 way that works for multi methods, too.
2560 (tramp-bug): Add backup-directory-alist and
2561 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2562
2563 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2566
2567 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2568 (tramp-actions-copy-out-of-band): New defcustoms.
2569 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2570 used instead of a synchronous one. Allows password entering.
2571 (tramp-action-out-of-band): New defun.
2572 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2573 Remove restriction with password from doc string.
2574 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2575 `tramp-out-of-band-prompt-regexp',
2576 `tramp-actions-copy-out-of-band', `password-cache' and
2577 `password-cache-expiry'.
2578 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2579 password caching.
2580 (tramp-touch): FILE can be a local file, too.
2581 (TODO): Remove items done.
2582 (tramp-handle-insert-directory): Properly quote file name also if
2583 not full-directory-p. Handle wildcard case. Reported by Andreas
2584 Schwab <schwab@suse.de>.
2585 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2586 new file.
2587 (tramp-handle-file-local-copy, tramp-handle-write-region):
2588 The permissions of the temporary file are set if filename exists.
2589 Reported by Ted Stern <stern@cray.com>.
2590 (tramp-backup-directory-alist)
2591 (tramp-bkup-backup-directory-info): New defcustoms.
2592 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2593 (tramp-handle-find-backup-file-name): New function.
2594 Implements Tramp's find-backup-file-name.
2595
2596 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2597 for `find-backup-file-name'.
2598
2599 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2600 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2601
2602 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2603
2604 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2605
2606 2004-05-07 Juanma Barranquero <lektu@terra.es>
2607
2608 * subr.el (lambda): Add arglist description to docstring.
2609 (declare): Fix typo in docstring.
2610 (open-network-stream): Fix docstring.
2611 (process-kill-without-query): Fix docstring and add obsolescence info.
2612 (last, butlast, nbutlast): Make arguments match their use in docstring.
2613 (insert-buffer-substring-no-properties): Likewise.
2614 (insert-buffer-substring-as-yank): Likewise.
2615 (split-string): Fix docstring.
2616
2617 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2618 Make argument names match their use in docstring.
2619
2620 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2621
2622 2004-05-06 Nick Roberts <nickrob@gnu.org>
2623
2624 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2625 Fit first sentence on one line for apropos-command.
2626
2627 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 Changes largely merged in from Dave Love's code.
2630 * progmodes/python.el: Doc fixes.
2631 (python-mode-map): Add python-complete-symbol.
2632 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2633 (python-comment-indent, python-complete-symbol)
2634 (python-symbol-completions, python-partial-symbol)
2635 (python-try-complete): New.
2636 (python-indent-line): Remove optional arg. Use python-block-end-p.
2637 (python-check): Bind compilation-error-regexp-alist.
2638 (inferior-python-mode): Use rx. Move keybindings to top level.
2639 Set comint-input-filter.
2640 (python-preoutput-filter): Use rx.
2641 (python-input-filter): Re-introduce.
2642 (python-proc): Start new process if necessary.
2643 Check python-buffer non-nil.
2644 (view-return-to-alist): Defvar.
2645 (python-send-receive): New.
2646 (python-eldoc-function): Use it.
2647 (python-mode-running): Don't defvar.
2648 (python-mode): Set comment-indent-function.
2649 Maybe update hippie-expand-try-functions-list.
2650 (python-indentation-levels): Initialize differently.
2651 (python-block-end-p): New.
2652 (python-indent-line): Use it.
2653 (python-compilation-regexp-alist): Augment.
2654 (run-python): Import `emacs' module to Python rather than loading
2655 code directly. Set python-buffer differently.
2656 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2657 Use python-proc.
2658 (python-send-command): Go to end of comint buffer.
2659 (python-load-file): Use python-proc, emacs.eimport.
2660 (python-describe-symbol): Simplify interactive form.
2661 Use emacs.help. Do use temp-buffer-show-hook.
2662 Call print-help-return-message.
2663 (hippie-exp): Require when compiling.
2664 (python-preoutput-continuation): Use rx.
2665
2666 * diff-mode.el (diff-make-unified): Fix regexp.
2667
2668 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2669
2670 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2671 filter groups from the buffer when rebuilding the Ibuffer buffer
2672 and `ibuffer-show-empty-filter-groups' is nil.
2673
2674 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2675
2676 * ps-print.el (ps-print-quote): Call ps-value-string.
2677 (ps-setup): Call ps-comment-string.
2678 (ps-value-string, ps-comment-string): New funs.
2679
2680 2004-05-06 Juanma Barranquero <lektu@terra.es>
2681
2682 * ehelp.el (electric-help-command-loop): Check whether the last
2683 character is visible, not (point-max).
2684
2685 * help-fns.el (help-argument-name): Default to bold; don't inherit
2686 from font-lock-variable-name-face.
2687 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2688
2689 2004-05-05 Kenichi Handa <handa@m17n.org>
2690
2691 * descr-text.el (describe-char): Copy the character with text
2692 properties and overlays into the first line, and call
2693 describe-text-properties on it.
2694
2695 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2696
2697 * iswitchb.el (iswitchb-global-map): Fix typo.
2698 Remove unwanted ###autoloads from source file.
2699
2700 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2701
2702 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2703 in run-hooks. Use substitute-command-keys in message.
2704 (wdired-abort-changes): Add message.
2705
2706 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2707
2708 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2709 (sql-emacs20-p): Remove.
2710 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2711 (sql-builtin-face, sql-doc-face): Remove.
2712 (sql-mode-ansi-font-lock-keywords)
2713 (sql-mode-oracle-font-lock-keywords)
2714 (sql-mode-postgres-font-lock-keywords)
2715 (sql-mode-linter-font-lock-keywords)
2716 (sql-mode-ms-font-lock-keywords)
2717 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2718 (sql-product-font-lock): Fix font-lock reset when font rules change.
2719 (sql-highlight-product): Remove incorrect font-lock reset logic.
2720
2721 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2722
2723 * ses.el (ses-set-parameter): Fix typo.
2724
2725 2004-05-04 Kim F. Storm <storm@cua.dk>
2726
2727 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2728 Must expand directory for completion to work; and don't mess with
2729 process-environment.
2730 (ido-read-file-name): If command has ido property, don't use ido
2731 if value is ignore, or read as directory if value is dir.
2732 Set ido ignore property for dired-do-rename command.
2733
2734 2004-05-04 Juanma Barranquero <lektu@terra.es>
2735
2736 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2737 (electric-help-help): Check against unmapped commands.
2738
2739 * help-fns.el (help-argument-name): New face, inheriting from
2740 font-lock-variable-name-face, to highlight function arguments in
2741 `describe-function' and `describe-key'.
2742 (help-do-arg-highlight): Auxiliary function to highlight a given
2743 list of arguments in a string.
2744 (help-highlight-arguments): Highlight the function arguments and
2745 all uses of them in the docstring.
2746 (describe-function-1): Use it. Do docstring output via `insert',
2747 not 'princ', so text attributes are preserved.
2748
2749 * winner.el (winner-mode-map): Move `winner-undo' and
2750 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2751 previous bindings conflict with `prev-buffer', `next-buffer').
2752
2753 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2754
2755 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2756 (bibtex-entry-update): New command bound to C-c C-u.
2757 (bibtex-text-in-string): Fix regexp.
2758 (bibtex-assoc-of-regexp): Remove.
2759 (bibtex-progress-message): Fix docstring.
2760 (bibtex-inside-field): Use if.
2761 (bibtex-assoc-regexp): New function.
2762 (bibtex-format-entry): Make code more robust so that it formats
2763 also old entries.
2764 (bibtex-autokey-demangle-title): Merge with obsolete function
2765 bibtex-assoc-of-regexp.
2766 (bibtex-field-list): New function.
2767 (bibtex-entry): Use bibtex-field-list.
2768 (bibtex-parse-entry): Fix docstring.
2769 (bibtex-print-help-message): Use bibtex-field-list.
2770 (bibtex-make-field): Use bibtex-field-list.
2771 (bibtex-entry-index): Bugfix. Return crossref key if required.
2772 (bibtex-lessp): Fix docstring.
2773
2774 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2775
2776 * select.el (xselect-convert-to-string): Move comment to intended line.
2777
2778 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2779
2780 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2781 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2782
2783 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2784
2785 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2786 x-get-selection.
2787
2788 2004-05-03 Jason Rumney <jasonr@gnu.org>
2789
2790 * makefile.nt: Remove.
2791
2792 2004-05-03 Kim F. Storm <storm@cua.dk>
2793
2794 * emulation/cua-base.el (cua--update-indications): Fix last change.
2795 (cua-mode): Deactivate mark when cua-mode is enabled.
2796
2797 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2798
2799 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2800
2801 2004-05-03 Nick Roberts <nickrob@gnu.org>
2802
2803 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2804 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2805 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2806 window over visible frames.
2807 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2808
2809 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * progmodes/compile.el (compilation-gcpro): New var.
2812 (compilation-fake-loc): Use it.
2813 (compilation-forget-errors): Reset it.
2814
2815 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2816
2817 * diff-mode.el (diff-header-face, diff-file-header-face):
2818 Use min-colors.
2819
2820 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2821
2822 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2823 (bibtex-clean-entry): Disentangle code.
2824 (bibtex-realign): New function.
2825 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2826 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2827 Remove undocumented optional arg called-by-convert-alien.
2828 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2829 for sorting instead of bibtex-sort-buffer.
2830
2831 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2832
2833 * progmodes/compile.el (compilation-start): In the
2834 no-async-subprocesses branch, call sit-for to give redisplay a
2835 chance to show the updated process status in the mode line, and
2836 fontify the buffer explicitly after the process exits.
2837
2838 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 * progmodes/python.el (python-compilation-line-number): Remove.
2841 (python-compilation-regexp-alist): Don't use it any more.
2842 (python-orig-start, python-input-filter): Remove.
2843 (inferior-python-mode): Don't set up comint-input-filter-functions.
2844 (python-send-region): Use compilation-fake-loc.
2845
2846 * progmodes/compile.el (compilation-messages-start): New var.
2847 (compilation-mode): Don't setup next-error-function here.
2848 (compilation-setup): Set it up here instead (for minor modes as well).
2849 Make compilation-messages-start buffer local.
2850 (compilation-next-error-function): Use it.
2851 (compilation-forget-errors): Set compilation-messages-start.
2852
2853 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2854
2855 * ielm.el (ielm-prompt-read-only): Update docstring.
2856
2857 * comint.el (comint-prompt-read-only): Update docstring.
2858 (comint-update-fence, comint-kill-whole-line)
2859 (comint-kill-region): New functions.
2860
2861 * simple.el (kill-whole-line): Use "p" instead of "P" in
2862 interactive form.
2863
2864 2004-05-01 Juanma Barranquero <lektu@terra.es>
2865
2866 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2867 format arglist so default values in CL-style argument lists are
2868 correctly shown.
2869
2870 2004-05-01 Jason Rumney <jasonr@gnu.org>
2871
2872 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2873
2874 2004-05-01 Kenichi Handa <handa@m17n.org>
2875
2876 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2877 quail file if it is up to date.
2878
2879 2004-04-30 Juri Linkov <juri@jurta.org>
2880
2881 * cus-edit.el (custom-mode-map):
2882 Add key binding `C-x C-s' to `Custom-save'.
2883
2884 * outline.el (outline-blank-line): New var.
2885 (outline-next-preface, outline-show-heading)
2886 (outline-end-of-subtree): Use it.
2887
2888 * dired-aux.el (dired-touch-initial): New fun.
2889 (dired-do-chxxx): Call it for op-symbol `touch'.
2890 (dired-diff): Use `dired-dwim-target-directory'
2891 if current dired buffer has no buffer mark.
2892
2893 * bindings.el (propertized-buffer-identification):
2894 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2895 Add C-M-arrow keys for consistency.
2896
2897 * files.el (confirm-kill-emacs):
2898 Change group from top-level `emacs' to `convenience'.
2899
2900 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2901 Push mark on the first call of successive command calls.
2902 (insert-pair): New fun created from `insert-parentheses' with
2903 `open' and `close' arguments added. Enclose active regions
2904 in paired characters. Compare adjacent characters syntax with
2905 inserted characters syntax before inserting a space.
2906 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2907
2908 * delsel.el: Don't put `delete-selection' property
2909 on `insert-parentheses' symbol to take advantage of
2910 region handling in `insert-pair' function.
2911 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2912
2913 2004-04-30 Kim F. Storm <storm@cua.dk>
2914
2915 * emulation/cua-base.el: Add support for changing cursor types;
2916 based on patch from Michael Mauger.
2917 (cua-normal-cursor-color, cua-read-only-cursor-color)
2918 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2919 Customization cursor type and/or cursor color.
2920 (cua--update-indications): Handle cursor type changes.
2921 (cua-mode): Update cursor indications if enabled.
2922
2923 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2924
2925 * mouse.el (mouse-drag-copy-region): New defcustom.
2926 (mouse-set-region, mouse-drag-region-1): Use it.
2927
2928 * simple.el (kill-ring-save): If region face background color is
2929 unspecified (if no highlighting), show extent of fully visible
2930 region even if transient-mark-mode is enabled.
2931
2932 * emulation/cua-base.el (cua--standard-movement-commands):
2933 Add cua-scroll-up and cua-scroll-down.
2934 (cua-scroll-up, cua-scroll-down): New commands.
2935 (cua--init-keymaps): Remap scroll-up and scroll-down.
2936
2937 * emulation/cua-rect.el (cua--convert-rectangle-as):
2938 New defmacro.
2939 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2940 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2941 New commands (suggested by Jordan Breeding).
2942
2943 2004-04-30 Juanma Barranquero <lektu@terra.es>
2944
2945 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2946
2947 2004-04-30 Mario Lang <mlang@delysid.org>
2948
2949 * diff.el (diff-switches): Fix typo in docstring.
2950
2951 2004-04-30 Alex Schroeder <alex@gnu.org>
2952
2953 * xml.el (xml-debug-print-internal): Don't add newline and
2954 indentation to text nodes and write empty elements as empty tags
2955 instead of opening and closing tags.
2956 (xml-debug-print): Take optional indent-string argument.
2957 (xml-print): Alias for xml-debug-print.
2958
2959 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2960
2961 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2962 than duplicate call to `line-beginning-position'.
2963
2964 * progmodes/f90.el (f90-get-present-comment-type):
2965 Return whitespace, as well as comment chars, for consistent filling
2966 of comment blocks. Use `match-string-no-properties'.
2967 (f90-break-line): Trim trailing whitespace when filling comments.
2968
2969 2004-04-30 Dave Love <fx@gnu.org>
2970
2971 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2972 (diary-from-outlook-internal, diary-from-outlook)
2973 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2974 New functions to import diary entries from Outlook-format
2975 appointments in mail messages.
2976
2977 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * progmodes/python.el (python-send-command): New fun.
2980 (python-send-region, python-load-file): Use it.
2981
2982 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2983
2984 * help-fns.el (help-C-file-name): Use new subr-name.
2985 Prepend `src/' to the file name.
2986 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2987 (describe-function-1, describe-variable): Only find a C source file
2988 name if DOC is already loaded.
2989
2990 * help-mode.el (help-function-def, help-variable-def):
2991 Use the new find-function-search-for-symbol functionality.
2992 Allow FILE to be `C-source'.
2993
2994 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2995 (find-function-C-source): New fun.
2996 (find-function-search-for-symbol): Use it.
2997
2998 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2999
3000 * progmodes/sql.el (sql-product-alist): Rename variable
3001 `sql-product-support'. Add Postgres login parameters.
3002 (sql-set-product, sql-product-feature): Update with renamed variable.
3003 (sql-connect-postgres): Add username prompt.
3004 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3005 Make patterns less product specific.
3006 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3007 (sql-mode-abbrev-table): Modify initialization.
3008 (sql-builtin-face): Add variable.
3009 (sql-keywords-re): Add macro.
3010 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3011 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3012 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3013 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3014 (sql-mode-linter-font-lock-keywords)
3015 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3016 (sql-mode-sybase-font-lock-keywords)
3017 (sql-mode-informix-font-lock-keywords)
3018 (sql-mode-interbase-font-lock-keywords)
3019 (sql-mode-ingres-font-lock-keywords)
3020 (sql-mode-solid-font-lock-keywords)
3021 (sql-mode-sqlite-font-lock-keywords)
3022 (sql-mode-db2-font-lock-keywords): Default to nil.
3023 (sql-product-font-lock): Always highlight ANSI keywords.
3024 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3025 (sql-send-string): Add function.
3026
3027 2004-04-29 Dave Love <fx@gnu.org>
3028
3029 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3030 (cfengine-end-of-defun): Ensure progress through buffer.
3031
3032 * info-look.el (cfengine-mode): Accept a terminal ().
3033
3034 2004-04-29 Juri Linkov <juri@jurta.org>
3035
3036 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3037 instead of isearch-yank-word-or-char. Add new key bindings for
3038 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3039 (isearch-del-char): New fun.
3040 (isearch-forward, isearch-edit-string): Update docstring.
3041 (isearch-yank-char): Doc fix.
3042 (isearch-other-meta-char): Restore point after scrolling.
3043
3044 * progmodes/compile.el (compilation-context-lines): Add nil option
3045 to disable compilation output window scrolling.
3046 (compilation-set-window): Use it.
3047
3048 * outline.el (outline-next-preface, outline-show-heading):
3049 Don't leave unhidden blank line before heading.
3050 (outline-end-of-subtree): Include last newline into subtree.
3051 (hide-entry): Leave point at beginning of heading instead of end.
3052 (outline-up-heading): Push mark for the first call of successive
3053 command calls.
3054
3055 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3056
3057 * comint.el (comint-prompt-read-only): New variable.
3058 (comint-output-filter): Implement it.
3059
3060 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3061 (ielm-prompt-internal): New variable.
3062 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3063 (ielm-send-input): Delete unused variable `buf'.
3064 (ielm-eval-input): Use `ielm-prompt-internal'.
3065 (inferior-emacs-lisp-mode): Use new variables
3066 `comint-prompt-read-only' and `ielm-prompt-internal'.
3067 Get rid of obsolete variable `directory-sep-char'.
3068 (ielm): Use `zerop'.
3069
3070 2004-04-29 John Paul Wallington <jpw@gnu.org>
3071
3072 * thumbs.el (toplevel): Require cl at compile time.
3073 Remove conditional definitions of `ignore-errors' and `caddar'
3074 because they occur at run time.
3075
3076 2004-04-28 Nick Roberts <nickrob@gnu.org>
3077
3078 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3079 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3080 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3081 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3082
3083 * progmodes/gud.el (gud-common-init): Throw an error if program is
3084 already running under gdb.
3085
3086 2004-04-28 John Paul Wallington <jpw@gnu.org>
3087
3088 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3089 (thumbs-show-image-num): Move assignment of
3090 `thumbs-current-image-filename' within scope of `i'.
3091 (thumbs-emboss-image): Don't use `evenp'.
3092
3093 2004-04-28 Richard M. Stallman <rms@gnu.org>
3094
3095 * progmodes/compile.el (compilation-context-lines): Default now 0.
3096
3097 2004-04-28 Juanma Barranquero <lektu@terra.es>
3098
3099 Use `time-less-p' from calendar/time-date.el instead of defining
3100 custom versions of it.
3101
3102 * pcomplete.el (pcomplete-time-less-p): Remove.
3103
3104 * thumbs.el (time-less-p): Remove.
3105
3106 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3107 (timeclock-generate-report): Use `time-less-p'.
3108
3109 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3110 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3111
3112 2004-04-28 Masatake YAMATO <jet@gyve.org>
3113
3114 * subr.el (remove-overlays): Make arguments optional.
3115
3116 * wid-edit.el (widget-specify-button): Put evaporate to the
3117 overlay for sample.
3118 (widget-specify-sample): Put evaporate to the overlay for sample.
3119 (widget-specify-doc): Put evaporate to the overlay for documentation.
3120
3121 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3122
3123 * info.el (info-apropos): Make it an index node. Align node names
3124 like makeinfo.
3125
3126 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3127
3128 * net/browse-url.el (browse-url-netscape-sentinel)
3129 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3130 (browse-url-epiphany-sentinel, browse-url-mosaic):
3131 Use browse-url-*-program instead of a literal program name.
3132
3133 2004-04-27 Kevin Ryde <user42@zip.com.au>
3134
3135 * eshell/em-alias.el:
3136 * eshell/em-dirs.el:
3137 * eshell/em-hist.el:
3138 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3139 features when M-x customize-group loads modules before the main
3140 eshell.el.
3141
3142 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3143
3144 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3145 either a character representation of an event or an event
3146 description list.
3147
3148 * type-break.el: Capitalise Emacs and Lisp.
3149 (type-break-good-break-interval, type-break-demo-boring-stats)
3150 (type-break-terse-messages, type-break-file-name): New defcustoms.
3151 (type-break-post-command-hook)
3152 (type-break-warning-countdown-string): Quote variable names in doc.
3153 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3154 (type-break-mode): Document type-break-good-break-interval and the
3155 "session" file. Schedule break according to the session file.
3156 Kill session file buffer on exit. Organise for save-some-buffers
3157 to always save the session file.
3158 (type-break-mode-line-message-mode, type-break-query-mode):
3159 Uppercase arguments.
3160 (type-break-file-time, type-break-file-keystroke-count, timep)
3161 (type-break-choose-file, type-break-get-previous-time)
3162 (type-break-get-previous-count): New defuns.
3163 (type-break): Avoid break querying after a completed break in the
3164 case where the query was initiated during user invocation of the
3165 break. Optional terse messages.
3166 Use type-break-good-break-interval if type-break-good-rest-interval is
3167 nil. File the break time.
3168 (type-break-schedule): New optional args for overriding the use of
3169 the current time.
3170 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3171 after a break.
3172 (type-break-check): File the keystroke count.
3173 (type-break-do-query): Prevent a second query when the break is
3174 interrupted. Optional terse message.
3175 (type-break-keystroke-reset): Record the start of a typing interval.
3176 (type-break-demo-boring): Optional terse messages. Display word
3177 per minute and keystroke counts according to
3178 type-break-demo-boring-stats.
3179
3180 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3181
3182 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3183 directories, make sure they exist under archive-tmpdir.
3184
3185 2004-04-27 Juri Linkov <juri@jurta.org>
3186
3187 * help.el (view-emacs-news): With argument, display info for the
3188 selected version by finding it among different NEWS files, and
3189 narrowing the buffer to the selected version.
3190
3191 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3192 same-window-buffer-names.
3193 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3194 non-numeric prefix argument, append the number to the buffer name
3195 for numeric prefix argument.
3196 (info-other-window): Bind same-window-regexps to nil.
3197 (Info-reference-name): Rename to Info-point-loc.
3198 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3199 and Info-find-index-name for stringy Info-point-loc.
3200 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3201 without middle `.', but with final `.' and optional line number
3202 for it. Set Info-point-loc for index nodes.
3203 (Info-index): Remove middle `.' from index entry regexp.
3204 Modify line number regexp.
3205 (Info-index-next): Decrement line number.
3206 (info-apropos): Remove middle `.' from index entry regexp.
3207 Add optional line number regexp at the end. Add matched value
3208 for line number to the result list and insert it to the buffer.
3209 Replace match-string by match-string-no-properties.
3210 Reorder result list.
3211 (Info-fontify-node): Hide index line numbers.
3212 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3213 empty matches.
3214 (Info-follow-reference): Use `str' instead of
3215 Info-following-node-name-re.
3216 (Info-toc): Use full file names. Set Info-current-node to "Top".
3217 (Info-fontify-node): Compare file names without directory name.
3218 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3219 Set second arg of Info-extract-menu-node-name for index nodes.
3220 (info-xref-visited): Use magenta3 instead of magenta4.
3221 (Info-mode): Add info-apropos to docstring.
3222
3223 * log-view.el (log-view-diff): Replace interactive code "r"
3224 by a list to allow to call it even if region is not active.
3225
3226 * paren.el (show-paren-highlight-openparen): New var.
3227 (show-paren-function): Turn on openparen highlighting when
3228 matching forward if show-paren-highlight-openparen is non-nil.
3229
3230 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3231 the constant value 1.
3232 (completions-common-part): Expand docstring.
3233
3234 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3235
3236 2004-04-27 Kim F. Storm <storm@cua.dk>
3237
3238 * image.el (insert-sliced-image): Use line-height instead of
3239 line-spacing property on newline.
3240
3241 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3242
3243 * desktop.el (desktop-buffer-misc-data-function): Rename to
3244 desktop-save-buffer and change docstring.
3245 (desktop-buffer-modes-to-save): Delete.
3246 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3247 desktop-buffer-modes-to-save.
3248 (desktop-save): Rename desktop-buffer-misc-data-function to
3249 desktop-save-buffer and allow non-function value.
3250 (desktop-missing-file-warning): Correct docstring.
3251
3252 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3253 to desktop-save-buffer.
3254
3255 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3256 desktop-save-buffer.
3257
3258 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3259
3260 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3261
3262 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3263
3264 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3265
3266 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3267
3268 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3269 (ielm): Only go to the end of the buffer when starting a new process.
3270
3271 2004-04-25 Juanma Barranquero <lektu@terra.es>
3272
3273 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3274 mode line. Bind `inhibit-read-only' to t before modifying
3275 properties of text in the buffer.
3276 (ielm): Force point to the end of buffer, even when running ielm
3277 from inside itself.
3278
3279 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3280
3281 * info.el (info-apropos): Reset Info-complete-cache.
3282
3283 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3284
3285 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3286 Also recognize severe Irix et al. messages.
3287 (compilation-normalize-filename, compile-abbreviate-directory):
3288 Delete functions.
3289 (compilation-get-file-structure): New function inherits
3290 functionality of the two preceding ones.
3291 (compilation-internal-error-properties, compilation-fake-loc):
3292 Use it so that different paths to the same file share the same
3293 markers. Also optimize finding adjacent marker slightly.
3294
3295 2004-04-25 Kim F. Storm <storm@cua.dk>
3296
3297 * image.el (insert-sliced-image): Add line-spacing t property
3298 to newlines separating image lines.
3299
3300 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3301
3302 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3303
3304 * ielm.el (ielm-prompt-read-only): New user option.
3305 (ielm-prompt): Expand docstring to describe new behavior.
3306 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3307 mention it in the docstring.
3308
3309 2004-04-24 Andreas Schwab <schwab@suse.de>
3310
3311 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3312
3313 * diff.el (diff): Set default-directory in diff buffer.
3314
3315 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3316
3317 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3318 mail was being composed if the terminal cannot display more than
3319 one frame; instead, switch to previous frame.
3320
3321 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3322 (rmail-start-mail): Support rmail-mail-new-frame even on
3323 terminals that can display only one frame at a time.
3324
3325 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3328 (checkdoc-output-font-lock-keywords): Remove error regexp.
3329 (checkdoc-output-mode-map): Remove.
3330 (checkdoc-output-mode): Derive from compilation-mode.
3331 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3332
3333 * dired.el (dired-mode-map): Add a menu entry for wdired.
3334
3335 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3336 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3337
3338 * wdired.el: (wdired-mode-map): Move init into declaration.
3339 Fix `return' binding.
3340 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3341 Use force-mode-line-update.
3342 (wdired-get-filename): Use `unless'.
3343 (wdired-preprocess-files): Don't assume names have no \n and use / for
3344 dir separator.
3345 (wdired-normalize-filename): Use replace-regexp-in-string.
3346 (wdired-load-hooks): Remove.
3347 (wdired-mode-hooks): Rename to wdired-mode-hook.
3348
3349 * info-look.el: Add support for cfengine-mode.
3350 (info-lookup-setup-mode): Use dolist.
3351
3352 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3353
3354 * wdired.el: New file.
3355
3356 2004-04-23 Juanma Barranquero <lektu@terra.es>
3357
3358 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3359
3360 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3361 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3362 (pcomplete--help, pcomplete--here): Doc fixes.
3363
3364 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3365
3366 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3367 handles wrong-number-of-arguments in backend call.
3368
3369 * vc.el (vc-print-log): Likewise.
3370
3371 2004-04-20 Dave Love <fx@gnu.org>
3372
3373 * emacs-lisp/rx.el: Doc fixes.
3374 (rx-constituents): Add/extend many forms.
3375 (rx-check): Check form is a list.
3376 (bracket): Defvar.
3377 (rx-check-any, rx-any, rx-check-not): Modify.
3378 (rx-not): Simplify.
3379 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3380 (rx-kleene): Use rx-trans-forms.
3381 (rx-quote-for-set): Delete.
3382 (rx): Allow multiple args.
3383
3384 2004-04-23 Kenichi Handa <handa@m17n.org>
3385
3386 * international/mule-util.el (char-displayable-p): Simplify by
3387 using internal-char-font.
3388
3389 2004-04-23 Juanma Barranquero <lektu@terra.es>
3390
3391 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3392
3393 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * diff-mode.el (diff-next-error): New fun.
3396 (diff-mode): Use it.
3397
3398 * simple.el (next-error): Change arg name.
3399 Add support for the documented C-u C-x ` usage.
3400
3401 * frame.el (special-display-popup-frame, next-multiframe-window)
3402 (previous-multiframe-window): Only consider frames on same display.
3403
3404 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3405
3406 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3407 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3408
3409 2004-04-22 Kim F. Storm <storm@cua.dk>
3410
3411 * net/telnet.el (telnet): Add optional port arg.
3412
3413 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3416 Minor sanity check on the `hyperlink' slot.
3417
3418 * Makefile.in (recompile): Compile new files.
3419
3420 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3421 Add byte-recompile-directory's optional `arg'.
3422
3423 * cvs-status.el (cvs-tree-use-charset): New var.
3424 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3425 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3426 (cvs-status-cvstrees): Use it.
3427
3428 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3429 Make it a normal major mode.
3430 (checkdoc-buffer-label): Make sure the file name is meaningful.
3431 (checkdoc-output-to-error-buffer): Remove.
3432 (checkdoc-error, checkdoc-start-section): Rewrite.
3433
3434 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3435 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3436 (Info-title-4-face): Use new syntax.
3437 (info-xref-visited): Inherit from info-xref.
3438
3439 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3440
3441 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3442
3443 * simple.el (next-error-last-buffer, next-error-function):
3444 New variables for the next-error framework.
3445 (next-error-buffer-p): New function.
3446 (next-error-find-buffer): Generalize compilation-find-buffer.
3447 (next-error, previous-error, first-error, next-error-no-select)
3448 (previous-error-no-select): Move from compile.el.
3449
3450 * replace.el (occur-next-error, occur-1): Hook into the next-error
3451 framework.
3452
3453 * progmodes/compile.el (compilation-start):
3454 Set next-error-last-buffer so next-error knows where to jump.
3455 (compilation-setup): Set the buffer-local variable
3456 next-error-function to 'compilation-next-error-function.
3457 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3458 alternate way to find if a buffer is a compilation buffer, for
3459 next-error convenience.
3460 (next-error-no-select, previous-error-no-select, next-error)
3461 (previous-error, first-error): Move to simple.el.
3462 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3463 (compilation-last-buffer): Remove.
3464 (compilation-start, compilation-next-error, compilation-setup)
3465 (compilation-next-error-function, compilation-find-buffer):
3466 Remove compilation-last-buffer use.
3467
3468 2004-04-21 Juanma Barranquero <lektu@terra.es>
3469
3470 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3471 (font-lock-warning-face): Fix spacing.
3472
3473 * makefile.w32-in (WINS): Add url/ directory.
3474
3475 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3476
3477 * desktop.el (desktop-buffer-mode-handlers): New variable.
3478 Alist of major mode specific functions to restore a desktop buffer.
3479 (desktop-buffer-handlers): Make variable obsolete.
3480 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3481 Catch errors signaled in handlers. Update buffer count.
3482 Evaluate desktop-buffer-point.
3483 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3484 move to dired.el.
3485 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3486 move to info.el.
3487 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3488 move to mail/rmail.el.
3489 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3490 to mh-e/mh-e.el.
3491 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3492 On fail, print message (to message buffer) even if
3493 desktop-missing-file-warning is nil.
3494 (desktop-buffer-misc-data-function): New buffer local variable.
3495 Function returning major mode specific data.
3496 (desktop-buffer-misc-functions): Make variable obsolete.
3497 (desktop-save): Use desktop-buffer-misc-data-function.
3498 (desktop-buffer-dired-misc-data): Rename to
3499 dired-desktop-buffer-misc-data and move to dired.el.
3500 (desktop-buffer-info-misc-data): Rename to
3501 Info-desktop-buffer-misc-data and move to info.el.
3502 (desktop-read): Add message about number of buffers restored/failed.
3503
3504 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3505 Add parameters. Pause to display error only when
3506 desktop-missing-file-warning is non-nil.
3507 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3508 (dired-mode): Bind desktop-buffer-misc-data-function.
3509
3510 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3511 Add Parameters.
3512 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3513 (Info-mode): Bind desktop-buffer-misc-data-function.
3514
3515 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3516 Add Parameters.
3517
3518 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3519 Add Parameters.
3520
3521 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3522
3523 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3524 the case of letters in case-insensitive expansions when the
3525 abbrev is preceded by characters with letter syntax.
3526
3527 2004-04-21 Richard M. Stallman <rms@gnu.org>
3528
3529 * progmodes/cperl-mode.el (cperl-putback-char):
3530 Delete Emacs 18 definition.
3531
3532 * international/mule.el (ctext-post-read-conversion):
3533 Use assoc-string, not assoc-ignore-case.
3534
3535 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3536
3537 * emacs-lisp/easymenu.el (easy-menu-add):
3538 Do call x-popup-menu, but only if it's defined.
3539
3540 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3541
3542 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3543 Handle multiple args: compile like progn.
3544
3545 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3546 take all args as &rest arg.
3547
3548 * autoinsert.el (auto-insert-alist): Insert the user's name in
3549 copyright notice, rather than Free Software Foundation.
3550
3551 2004-04-21 Kenichi Handa <handa@m17n.org>
3552
3553 * descr-text.el (describe-char): Make it work on *Help* buffer.
3554
3555 2004-04-21 Kim F. Storm <storm@cua.dk>
3556
3557 * image.el (insert-image): Add optional SLICE arg.
3558 (insert-sliced-image): New defun.
3559
3560 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3561
3562 * subr.el (read-number): Check whether `default' is nil.
3563
3564 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * progmodes/compile.el (compilation-error-properties):
3567 Split into two.
3568 (compilation-internal-error-properties): New one.
3569 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3570
3571 2004-04-20 Richard M. Stallman <rms@gnu.org>
3572
3573 * window.el (split-window-save-restore-data):
3574 Don't update the data if OLD-INFO is nil.
3575
3576 * view.el (view-return-to-alist): Mark it permanent local.
3577
3578 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3579
3580 * recentf.el (recentf-save-list): Catch and warn about errors.
3581
3582 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3583 so "Buffers" won't be pure.
3584
3585 * help-mode.el (help-mode-finish): Set help-return-alist first
3586 thing, setting only the entry for the selected window.
3587
3588 * help-fns.el (describe-function-1): If many non-control non-meta
3589 keys run the command, don't list all of them.
3590
3591 2004-04-20 Juanma Barranquero <lektu@terra.es>
3592
3593 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3594 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3595
3596 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3597
3598 2004-04-20 Kenichi Handa <handa@m17n.org>
3599
3600 * international/quail.el (quail-lookup-key): New optional arg
3601 NOT-RESET-INDICES.
3602 (quail-get-translations): Call quail-lookup-key with
3603 NOT-RESET-INDICES t.
3604 (quail-completion): Likewise.
3605 (quail-lookup-map-and-concat): Likewise.
3606
3607 2004-04-20 Kenichi Handa <handa@m17n.org>
3608
3609 * international/quail.el (quail-update-translation): Don't insert
3610 such an unsupported multibyte char in a unibyte buffer.
3611
3612 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3613
3614 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3615 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3616 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3617 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3618 (gdb-frame-assembler-buffer): Improve behaviour with
3619 multiple frames.
3620 (gdb-display-buffer): Extend search to all visible frames.
3621
3622 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3623
3624 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3625 characters left after base64 decoding.
3626 (rmail-decode-region): Use -dos variety of `coding', to remove any
3627 ^M characters left after qp or base64 decoding.
3628
3629 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3630
3631 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3632 messages.
3633
3634 2004-04-19 Stephen Eglen <stephen@gnu.org>
3635
3636 * add-log.el (add-change-log-entry): Update doc string to mention
3637 add-log-full-name and add-log-mailing-address.
3638
3639 2004-04-18 Juri Linkov <juri@jurta.org>
3640
3641 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3642 (Info-find-node-2): Simplify error message.
3643 (Info-insert-dir): Use Info-following-node-name.
3644 (Info-goto-node): Remove *info-history* and *info-toc*.
3645 (Info-history): Create a node of the virtual history file.
3646 (Info-toc): Create a node of the virtual toc file.
3647 (Info-insert-toc): New arg `curr-file' for reference file names.
3648 (info-apropos): Remove redundant var binding for temp-file.
3649 (Info-index, Info-index-next, Info-mode): Doc fix.
3650 (Info-goto-emacs-command-node): Don't jump to *info* from
3651 non-*info* Info buffers.
3652 (Info-fontify-node): Don't show the file name of external
3653 references if `Info-hide-note-references' is `hide'. Don't hide
3654 newlines at the end of paragraphs.
3655
3656 * international/mule-diag.el (list-input-methods):
3657 Fix args to help-xref-button.
3658
3659 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3660 to put into effect local variables from TUTORIAL files.
3661
3662 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3663 with default value taken from the variable `sentence-end'.
3664 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3665 Add nil const to :type.
3666 (sentence-end-without-period, sentence-end-double-space)
3667 (sentence-end-without-space): Doc fix.
3668
3669 * textmodes/paragraphs.el (forward-sentence):
3670 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3671 (fill-delete-newlines):
3672 * progmodes/cc-cmds.el (c-beginning-of-statement):
3673 Use function `sentence-end' instead of variable `sentence-end'.
3674
3675 2004-04-18 Andreas Schwab <schwab@suse.de>
3676
3677 * progmodes/compile.el (compilation-start): Set window start to
3678 point-min if compilation-scroll-output is nil.
3679
3680 2004-04-18 John Wiegley <johnw@newartisans.com>
3681
3682 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3683
3684 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3685
3686 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3687 (gdb-info-breakpoints-custom): Revert previous change.
3688 (gdb-view-assembler): Update assembler if necessary.
3689 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3690 (gdb-display-source-buffer): Update properly when both source and
3691 assembler are visible.
3692
3693 2004-04-17 John Wiegley <johnw@newartisans.com>
3694
3695 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3696 which limits the number of names shown in the minibuffer. Off by
3697 default.
3698 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3699 up iswitchb for users with a multitude of open buffers by showing
3700 only the first and last N/2 buffers in the completion list (which
3701 is enough to aid C-s/C-r, and to know that more characters are
3702 needed to refine the completion list).
3703
3704 2004-04-17 Richard M. Stallman <rms@gnu.org>
3705
3706 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3707 (file-truename): Expand all ~ constructs directly.
3708 (insert-directory): Delete any error msg output by the
3709 `insert-directory-program'.
3710
3711 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3712 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3713 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3714 (allout-init): Use find-file-hook, not find-file-hooks.
3715 (allout-mode): Eliminate Emacs 18 support.
3716 Use write-contents-functions, not local-write-file-hooks.
3717
3718 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3719
3720 * progmodes/compile.el (compilation-error-properties): Fix for
3721 adding messages when there are already markers for their file.
3722 (compilation-fake-loc): New function.
3723
3724 2004-04-16 Dave Love <fx@gnu.org>
3725
3726 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3727 (python-load-file): Fix python-orig-start setting.
3728
3729 * progmodes/compile.el: Doc fixes.
3730 (compilation-error-regexp-alist-alist)
3731 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3732 (compilation-assq): Wrap in eval-when-compile.
3733 (compilation-mode-font-lock-keywords): Don't use list*.
3734 (compilation-start): Avoid warning.
3735 (compilation-compat-error-properties)
3736 (compilation-directory-properties): Add keymap property.
3737 (compilation-parsing-end): Make it a marker for better compatibility.
3738
3739 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3740
3741 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3742
3743 * xml.el: Doc fixes.
3744 (xml-get-children): Only looks at sub-tags and ignore strings.
3745
3746 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3747
3748 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3751
3752 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3753
3754 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3755
3756 * vc.el (vc-print-log): Likewise.
3757
3758 2004-04-16 Masatake YAMATO <jet@gyve.org>
3759
3760 * simple.el (completion-setup-function): Set an initial value
3761 to `element-common-end' before entering loop. Set a value
3762 to `element-common-end' at the end of loop.
3763 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3764 (completions-common-part): Rename from completion-de-emphasis.
3765 (completions-first-difference): Rename from completion-emphasis.
3766 Suggested by RMS.
3767
3768 2004-04-16 Juanma Barranquero <lektu@terra.es>
3769
3770 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3771 (bookmark-edit-annotation-mode): Add mode name.
3772
3773 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3776 for nested conflict markers.
3777 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3778
3779 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3780
3781 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3782
3783 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3784
3785 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3788 Give a backtrace if requested.
3789
3790 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3791
3792 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3793 Remove unused functions.
3794 (python-orig-start-line, python-orig-file): Remove.
3795 (python-orig-start): New var.
3796 (python-input-filter, python-compilation-line-number)
3797 (python-send-region, python-load-file): Use it.
3798
3799 * info.el (info): Always jump to *info*.
3800
3801 * subr.el (posn-set-point): New function.
3802
3803 * mouse.el (mouse-set-point): Use it.
3804
3805 * progmodes/compile.el (compile-goto-error): Use it.
3806 (compilation-button-map): New keymap.
3807 (compilation-error-properties): Use it.
3808 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3809
3810 * smerge-mode.el (smerge-popup-context-menu): Use it.
3811
3812 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3813 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3814 mouse and non-mouse case.
3815
3816 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3817 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3818
3819 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3820 Make it work for non-mouse events.
3821
3822 * pcvs-info.el (cvs-status-map): Update binding name.
3823
3824 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3825
3826 * xml.el (xml-maybe-do-ns): New function to handle namespace
3827 parsing of both attribute and element names.
3828 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3829 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3830 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3831 (xml-parse-attlist): Make it do its own namespace parsing.
3832
3833 2004-04-14 Dave Love <fx@gnu.org>
3834
3835 * progmodes/python.el (run-python): Fix use of \n.
3836 (python-load-file): Remove `try' from Python fragment.
3837 (python-describe-symbol): Fix message.
3838
3839 * comint.el: Doc fixes.
3840 (comint-last-input-start, comint-last-input-end)
3841 (comint-last-output-start): Give them values.
3842 (comint-arguments): Avoid warning.
3843 (comint-skip-prompt): Use line-end-position.
3844 (comint-backward-matching-input): Rename arg to agree with doc.
3845 (comint-extract-string): Use syntax-ppss.
3846 (comint-dynamic-simple-complete): Delete useless list construction.
3847 (comint-redirect-subvert-readonly): New.
3848 (comint-redirect-preoutput-filter): Use it.
3849
3850 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3851 Correctly handle negative arguments when calling hook functions.
3852
3853 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3854
3855 * info.el (info-apropos): Don't clobber Info-history-list.
3856
3857 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3858
3859 * progmodes/compile.el (compilation-setup):
3860 Localize overlay-arrow-position.
3861 (compilation-sentinel): Restructure code equivalently.
3862 (compilation-next-error): Find message on same line after point if
3863 not found before point.
3864 (compile-mouse-goto-error): Restore function so that compilation
3865 buffer need not be current and use compile-goto-error.
3866 (compile-goto-error): Restore function.
3867 (next-error): Set overlay-arrow-position.
3868 (compilation-forget-errors): Don't localize already local
3869 compilation-locs and remove FIXME about refontifying.
3870
3871 2004-04-14 Kim F. Storm <storm@cua.dk>
3872
3873 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3874 (command-line): New option -Q. Like -q --no-site-file, but
3875 in addition it also disables menu-bar, tool-bar, scroll-bars,
3876 tool-tips, and the blinking cursor.
3877 (command-line-1): Skip startup screen if -Q.
3878 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3879
3880 * emulation/cua-base.el (cua-read-only-cursor-color)
3881 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3882
3883 2004-04-13 Dave Love <fx@gnu.org>
3884
3885 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3886 (syntax): Don't require.
3887 (python) <defgroup>: Add :version.
3888 (python-quote-syntax): Re-written.
3889 (inferior-python-mode): Move stuff here from run-python and add
3890 some more.
3891 (python-preoutput-continuation, python-preoutput-result)
3892 (python-dotty-syntax-table): New.
3893 (python-describe-symbol): Use them.
3894 (run-python): Move stuff to inferior-python-mode. Modify code
3895 loaded into Python.
3896 (python-send-region): Use python-proc, python-send-string.
3897 (python-send-string): Send newlines too. Callers changed.
3898 (python-load-file): Re-written.
3899 (python-eldoc-function): New.
3900 (info-look): Don't require.
3901 (python-after-info-look): New. A modified version of former
3902 top-level code for use with eval-after-load.
3903 (python-maybe-jython, python-guess-indent): Use widened buffer.
3904 (python-fill-paragraph): Re-written.
3905 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3906 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3907
3908 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3911 Set compilation-error-regexp-alist earlier.
3912
3913 * progmodes/compile.el (compilation-minor-mode-map)
3914 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3915 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3916
3917 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3920 corresponding to the event.
3921
3922 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3923
3924 * loadup.el: Add cygwin to system-type list, for unexec() support.
3925
3926 2004-04-12 John Paul Wallington <jpw@gnu.org>
3927
3928 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3929 (ibuffer-restore-window-config-on-quit): New variable to replace
3930 `ibuffer-delete-window-on-quit'. Update all references.
3931 (ibuffer-prev-window-config): New variable.
3932 (ibuffer-quit): Restore previous window configuration instead of
3933 deleting window.
3934 (ibuffer): Save window configuration before showing Ibuffer buffer.
3935
3936 * help.el (describe-mode): Doc fix.
3937
3938 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3941 not to treat nil as a function.
3942
3943 * vc-arch.el (vc-arch-root): Be a bit more careful.
3944 (vc-arch-register): Save the buffer if we modified it.
3945 (vc-arch-delete-rej-if-obsolete): Save excursion.
3946 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3947 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3948
3949 * net/ldap.el (ldap-search): Use list*.
3950
3951 2004-04-12 Juri Linkov <juri@jurta.org>
3952
3953 * info.el (Info-follow-reference): Allow multiline reference name.
3954
3955 2004-04-11 Dave Love <fx@gnu.org>
3956
3957 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3958
3959 * progmodes/python.el: New file.
3960
3961 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3962
3963 * vc-hooks.el (vc-arg-list): Function removed.
3964 (vc-default-workfile-unchanged-p): Use condition-case to check for
3965 backward compatibility.
3966
3967 * vc.el (vc-print-log): Use condition-case to check for backward
3968 compatibility.
3969
3970 2004-04-11 Juri Linkov <juri@jurta.org>
3971
3972 * dired.el (dired-faces): New defgroup.
3973 (dired-header, dired-mark, dired-marked, dired-flagged)
3974 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3975 New faces.
3976 (dired-header-face, dired-mark-face, dired-marked-face)
3977 (dired-flagged-face, dired-warning-face, dired-directory-face)
3978 (dired-symlink-face, dired-ignored-face): New face variables.
3979 (dired-font-lock-keywords): Use them instead of font-lock faces.
3980 Split the rule for dired marks into 3 separate rules: for marks,
3981 marked file names and flagged file names.
3982
3983 * help-mode.el (help-make-xrefs): Add a final newline to the
3984 *Help* buffer.
3985
3986 2004-04-11 John Paul Wallington <jpw@gnu.org>
3987
3988 * replace.el (occur-engine): Distinguish between one and several
3989 matches in the matches per buffer heading.
3990
3991 2004-04-11 Kim F. Storm <storm@cua.dk>
3992
3993 * ido.el (ido-confirm-unique-completion): New defcustom.
3994 (ido-complete): Use it.
3995 (ido-write-file): Set it to t unconditionally.
3996
3997 2004-04-10 Miles Bader <miles@gnu.org>
3998
3999 RCS keyword removal (only non-comment changes are enumerated here):
4000
4001 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4002 (byte-compile-insert-header): Don't use `byte-compile-version'.
4003 * forms.el (forms-version): Variable removed.
4004 (forms-mode): Don't use `forms-version'.
4005 * recentf.el (recentf-version): Variable removed.
4006 * progmodes/delphi.el (delphi-version): Variable removed.
4007 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4008
4009 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4012
4013 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4014
4015 * info.el (info-apropos): Improve menu item regexp.
4016
4017 2004-04-09 Simon Josefsson <jas@extundo.com>
4018
4019 * mail/smtpmail.el: Add comment, based on report by
4020 kdc@rcn.com (Kevin D. Clark).
4021
4022 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4025 Redo one more thing that I didn't notice Daniel had undone.
4026
4027 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4028
4029 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4030 (gdb-goto-breakpoint, gdb-display-buffer)
4031 (gdb-display-source-buffer, gdb-view-source-function)
4032 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4033 (gdb-source-info, gdb-frame-handler): Don't specify a window
4034 for display.
4035 (gdb-info-breakpoints-custom): Remove superfluous update of
4036 assembler buffer.
4037 (gdb-many-windows): Make settable outside gdb.
4038
4039 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4040
4041 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4042 Derive from fundamental-mode rather than text-mode.
4043
4044 2004-04-08 Juri Linkov <juri@jurta.org>
4045
4046 * info.el (Info-history): Doc fix.
4047 (Info-history-list): New var.
4048 (info-xref): Change magenta4 to blue, remove bold for dark and
4049 light backgrounds, change bold to underline for non-color classes.
4050 (info-xref-visited): New face.
4051 (Info-fontify-visited-nodes): New custom.
4052 (Info-hide-note-references): Add new value `hide'. Doc fix.
4053 (Info-reference-name): New var.
4054 (Info-selection-hook): New custom.
4055 (Info-edit-mode-hook): New var.
4056 (Info-find-file): New fun.
4057 (Info-find-node): Move part of code to Info-find-file.
4058 (Info-find-node-2): Add anchors to Info-history-list. Move point
4059 to the place with the reference name if name is defined.
4060 (Info-select-node): Add current node to Info-history-list.
4061 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4062 (Info-search-whitespace-regexp): New custom.
4063 (Info-search-case-fold): New var.
4064 (Info-search): Add "case-sensitively" to the prompt.
4065 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4066 (Info-search-case-sensitively, Info-search-next): New fun.
4067 (Info-up): Move point to the menu item of the current node.
4068 (Info-history): New fun. Add *info-history* to
4069 same-window-buffer-names.
4070 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4071 (Info-insert-toc): New fun.
4072 (Info-build-toc): New fun.
4073 (Info-follow-reference): Add new arg `fork'. Doc fix.
4074 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4075 with the same name prefer the reference closest to point.
4076 (Info-next-reference): Replace * by + in the *Note regexp.
4077 Add regexp for http:// and ftp://. Skip the *Note prefix.
4078 (Info-prev-reference): Replace * by + in the *Note regexp.
4079 Add regexp for http:// and ftp://. Skip the *Note prefix.
4080 (Info-follow-nearest-node): Add new arg `fork'.
4081 (Info-try-follow-nearest-node): Add new arg `fork'.
4082 Call browse-url for http:// and ftp:// references.
4083 Set Info-reference-name for index entries.
4084 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4085 Info-search-next, Info-history, Info-toc, clone-buffer.
4086 (Info-menu-update): Replace * by + in the *Note regexp.
4087 (Info-mode): Add documentation for Info-history, Info-toc,
4088 Info-search-case-sensitively, Info-search-next, clone-buffer.
4089 (Info-fontify-menu-headers): Remove fun. Move code to
4090 Info-fontify-node.
4091 (Info-fontify-node): Add docstring. Add local vars
4092 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4093 then fontify header line, titles, menu headers, http and ftp
4094 references, refill paragraphs. If not-fontified-p is t or
4095 fontify-visited-p is t then fontify cross references, menu items.
4096 Fontify menu headers. Fontify http and ftp references.
4097 Change regexp for cross references to require whitespace after *Note,
4098 add matching groups for file and node names. Remove hack for quote.
4099 Use display property for Info-hide-note-references=t. Use fifth
4100 or fourth match for help-echo. Display visited nodes in a
4101 different face. Unhide file names of external references.
4102 Unhide newlines. Display visited menu items in a different face.
4103
4104 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * progmodes/compile.el: Require CL.
4107 (compilation-mode-font-lock-keywords): Re-install the "line as
4108 function" patch.
4109
4110 * help-fns.el (help-C-source-directory): New var.
4111 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4112 (describe-function-1, describe-variable): Use them.
4113
4114 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4115 to C source files specially.
4116
4117 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4118
4119 * info.el (Info-hide-cookies-node): New function.
4120 (Info-select-node): Use it.
4121 (Info-display-images-node): Remove message with image file name.
4122
4123 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4124
4125 * progmodes/compile.el (compilation-warning-face)
4126 (compilation-info-face, compilation-skip-threshold)
4127 (compilation-skip-visited, compilation-context-lines):
4128 Declare :version when added to Emacs.
4129 (compilation-error-regexp-alist-alist): Extend caml and irix.
4130 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4131 (compilation-mode-font-lock-keywords): Temporarily undo line as
4132 function patch, which wasn't ready.
4133
4134 2004-04-07 Kenichi Handa <handa@m17n.org>
4135
4136 * international/latin1-disp.el (latin1-display-setup): Check each
4137 character is displayable or not instead of calling
4138 latin1-display-check-font.
4139
4140 2004-04-06 Kenichi Handa <handa@m17n.org>
4141
4142 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4143 New variable.
4144 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4145 instead of sera-being-called-by-w3.
4146 (ethio-fidel-to-sera-buffer): Likewise.
4147 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4148 instead of sera-being-called-by-w3.
4149 (ethio-write-file): Likewise.
4150
4151 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4152
4153 * printing.el: Doc fix.
4154
4155 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4156
4157 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4158 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4159 (gdb-setup-windows): Only use separate IO buffer if required.
4160
4161 2004-04-06 Kim F. Storm <storm@cua.dk>
4162
4163 * term.el (term-is-xemacs): Remove.
4164 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4165 (term-window-width): New function.
4166 (term-mode, term-check-size): Use it.
4167 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4168
4169 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4170
4171 * cus-edit.el (custom-add-parent-links): Change unbound variable
4172 `symbol' to `name'.
4173
4174 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4175 * info.el (info-apropos): New function.
4176 (Info-mode-menu): Add it.
4177 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4178
4179 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4180 inherited docstring.
4181
4182 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4183
4184 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4187
4188 * progmodes/compile.el (font-lock): Don't require any more.
4189 (compilation-error-properties, compilation-start, compilation-sentinel)
4190 (compilation-filter, next-error): Use with-current-buffer.
4191 (compilation-skip-to-next-location, compilation-skip-threshold)
4192 (compilation-skip-visited): Move to silence the byte-compiler.
4193 (compilation-setup): Simplify.
4194 (compilation-next-error): Use line-(beginning|end)-position.
4195 Make sure `pt' is non-nil before using compilation-loop.
4196 (compile-goto-error): Add optional event arg. Use it.
4197 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4198 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4199 Update the binding for mouse-2.
4200 (first-error): Set compilation-current-error to nil rather than bob.
4201 (compilation-parsing-end, compilation-parse-errors-function)
4202 (compilation-error-list, compilation-old-error-list):
4203 "New" compatibility variables.
4204 (compile-buffer-substring, compilation-compat-error-properties)
4205 (compilation-compat-parse-errors, compilation-forget-errors):
4206 New compatibility functions.
4207 (compilation-mode-font-lock-keywords): Use them.
4208
4209 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4210
4211 * autorevert.el (auto-revert-handler): If point (or a window
4212 point) is at the end of the buffer, keep it there after
4213 reverting. This allows to tail a file.
4214 Mention this in the `Commentary'.
4215
4216 * format.el (format-write-file): Add optional argument CONFIRM
4217 and make it behave like the analogous argument to `write-file'.
4218
4219 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4220
4221 * progmodes/ebnf2ps.el: Doc fix.
4222 (ebnf-version): New version number (4.2).
4223 (ebnf-syntax): Customization and docstring fix.
4224 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4225 Put autoloaded funs before first use.
4226 (ebnf-style-database): Add dtd entry.
4227 (ebnf-syntax-alist): Add dtd initialization.
4228 (ebnf-token-sequence): New fun.
4229 (ebnf-comment-table): Add new comment action character.
4230 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4231
4232 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4233 Type Definition for XML).
4234
4235 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4236 * progmodes/ebnf-bnf.el (ebnf-sequence):
4237 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4238 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4239 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4240 Code simplification: call ebnf-token-sequence.
4241
4242 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4243
4244 * calendar/timeclock.el (timeclock-relative)
4245 (timeclock-get-project-function, timeclock-get-workday-function)
4246 (timeclock-query-out, timeclock-when-to-leave)
4247 (timeclock-when-to-leave-string, timeclock-log-data)
4248 (timeclock-generate-report, timeclock-in): Doc fixes.
4249
4250 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * url/: New dir. Import the URL package from its repository.
4253
4254 2004-04-03 Andreas Schwab <schwab@suse.de>
4255
4256 * diff-mode.el (diff-mode): Fix missing quote.
4257
4258 2004-04-03 Juri Linkov <juri@jurta.org>
4259
4260 * descr-text.el (describe-property-list): Add `font-lock-face'.
4261
4262 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4263
4264 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4265
4266 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4267 Use utf-16le on little endian machines and utf-16be otherwise.
4268
4269 2004-04-02 David Kastrup <dak@gnu.org>
4270
4271 * net/browse-url.el (browse-url-generic): Use call-process
4272 instead of start-process to allow browsers that fork and detach.
4273
4274 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4275
4276 * compile.el (compilation-current-error): New var.
4277 (compilation-setup, compile-mouse-goto-error)
4278 (compile-goto-error, next-error): Use it.
4279 (compilation-skip-to-next-location): Default to t, which gives
4280 contiguous skipping like old compile (where this was redundant).
4281 (compilation-next-error): Prevent previous-* commands from moving
4282 back to message at or just before point.
4283
4284 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4285
4286 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4287 (gdb-source-info): Don't display source at startup, if required.
4288 (gdb-show-main): New option.
4289 (gdba): Update documentation.
4290 (gdb-source): Cover case of auto-display output.
4291
4292 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4293
4294 * autorevert.el: Delete obsolete autoload's and defvar's.
4295 (auto-revert-check-vc-info): New user option.
4296 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4297 (auto-revert-handler-vc): Delete.
4298 (auto-revert-handler): Treat return value `fast' of
4299 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4300
4301 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4302 return `fast'.
4303
4304 * files.el (buffer-stale-function): Doc change.
4305
4306 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4307
4308 * printing.el: New tip on Tips section.
4309 (pr-version): New version number (6.7.4).
4310 (pr-shell-file-name): Initialization fix.
4311
4312 2004-03-31 Juri Linkov <juri@jurta.org>
4313
4314 * dired.el: Add autoload for `dired-do-touch'.
4315 (dired-touch-program): New var.
4316 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4317 (dired-no-confirm): Add `touch' to docstring.
4318
4319 * dired-aux.el (dired-do-touch): New fun.
4320 (dired-do-chxxx): Add argument -t for touch operation.
4321
4322 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4323 `dired-move-to-filename-regexp'.
4324
4325 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4326
4327 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4328
4329 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4330
4331 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4332 and only if the buffer was modified.
4333
4334 2004-03-30 Kenichi Handa <handa@m17n.org>
4335
4336 * international/characters.el: Delete pairs for U+2308..U+230B.
4337
4338 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4339
4340 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4341 to detect the beginning of a level 2 or 3 annotation.
4342
4343 2004-03-29 Kenichi Handa <handa@m17n.org>
4344
4345 * international/ucs-tables.el (ucs-insert): Fix the error message.
4346
4347 2004-03-29 Kenichi Handa <handa@m17n.org>
4348
4349 * international/mule-util.el (char-displayable-p): Fix generation
4350 of XLFD file name.
4351
4352 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4353 before finding directories by `find'.
4354
4355 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * subr.el (interactive-form): Delete. Now implemented in C.
4358
4359 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4360
4361 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4362 (vc-diff-label): New fun.
4363 (vc-diff-internal): Use it.
4364
4365 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4366
4367 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4368
4369 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4370
4371 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4372 specify XML (EBNFX).
4373
4374 * progmodes/ebnf2ps.el: Doc fix.
4375 (ebnf-version): New version number (4.1).
4376 (ebnf-syntax): Adjust customization.
4377 (ebnf-style-database): Add ebnfx entry.
4378 (ebnf-syntax-alist): Add ebnfx initialization.
4379 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4380
4381 * printing.el: Doc fix.
4382 (pr-version): New version number (6.7.3).
4383 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4384 returns nil for mouse position. Reported by Drew Adams
4385 <drew.adams@oracle.com>.
4386 (pr-update-menus): Modify interactive declaration. Reported by Drew
4387 Adams <drew.adams@oracle.com>.
4388
4389 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4390
4391 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4392 (gud-gdba-marker-filter): Log the process input and output, if
4393 required. From Stefan Monnier.
4394 (gdb-debug-log, gdb-enable-debug-log): New variables.
4395 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4396
4397 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4400 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4401
4402 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4403
4404 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4405 Call vc-find-file-hook here instead of in auto-revert-buffers.
4406 (auto-revert-buffers): Delete call to vc-find-file-hook.
4407 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4408 (global-auto-revert-mode, auto-revert-set-timer)
4409 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4410
4411 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4412
4413 * woman.el (woman-change-fonts): Rename local variable
4414 woman-font-alist to font-alist to avoid a compiler warning.
4415
4416 2004-03-27 Dave Love <fx@gnu.org>
4417
4418 * emacs-lisp/rx.el (rx): Doc fix.
4419 Fix copyright years.
4420
4421 * strokes.el (strokes-global-set-stroke-string): New function.
4422 (strokes-list-strokes): Cope with strings, not just commands.
4423 Set foreground colour of image.
4424 (strokes-global-set-stroke): Doc fix.
4425
4426 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4427
4428 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4429 Auto Revert mode.
4430 (Buffer-menu-files-only): New variable.
4431 (Buffer-menu-toggle-files-only): New function.
4432 (Buffer-menu-mode-map): Bind it to `T'.
4433 (Buffer-menu-mode): Mention `T' in docstring.
4434 Set buffer-stale-function.
4435 (list-buffers-noselect): Mark buffer non-modified and set
4436 Buffer-menu-files-only.
4437
4438 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4439
4440 * autorevert.el (auto-revert-handler): Print revert message
4441 before, rather than after, reverting.
4442 (buffer-stale-function): Move to files.el.
4443
4444 * files.el (buffer-stale-function): Move here from autorevert.el.
4445
4446 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4449
4450 * calc/calc.el (calc-mode-map): Use mapc.
4451
4452 * apropos.el (apropos-mode): Don't autoload.
4453 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4454 (apropos): Use it.
4455 (apropos-print): Add optional `text' argument.
4456 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4457 Don't assume point-min == 1.
4458
4459 * bs.el (bs-buffer-list): Use buffer-local-value.
4460 (bs--set-toggle-to-show): Use with-current-buffer.
4461
4462 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4463 New funs.
4464 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4465
4466 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4467
4468 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4469 (dabbrev--find-expansion): Use pop.
4470 (dabbrev--search): Use match-string-no-properties.
4471
4472 * dired.el (dired-mode): Use run-mode-hooks.
4473 (dired-move-to-end-of-filename): Use match-string.
4474
4475 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4476 is bound before using it.
4477 (ediff-verbose-p): Make it into a var since it's not constant.
4478
4479 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4480
4481 * faces.el (read-face-font): Don't cons up unnecessarily.
4482 (header-line, tool-bar): Share common parts.
4483
4484 * files.el (file-relative-name): Use compare-strings.
4485
4486 * finder.el (finder-mode): Follow coding convention.
4487
4488 * subr.el (read-number): New function.
4489
4490 * ses.el (ses-read-number): Move to subr.el.
4491 (ses-set-header-row): Use read-number.
4492
4493 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4494
4495 * vc-hooks.el (vc-arg-list): New function, which handles both
4496 compiled and uncompiled code.
4497 (vc-default-workfile-unchanged-p): Use it.
4498
4499 * vc.el (vc-print-log): Undo prev change, use new function
4500 vc-arg-list from vc-hooks.el.
4501
4502 2004-03-26 Masatake YAMATO <jet@gyve.org>
4503
4504 * simple.el (completion-setup-function): Emphasize the
4505 first uncommon characters in the completions; and de-emphasize
4506 the common prefix substrings.
4507 (completion-emphasis): New face.
4508 (completion-de-emphasis): New face.
4509
4510 2004-03-25 Juanma Barranquero <lektu@terra.es>
4511
4512 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4513 Comment out (it's unused and unfinished code).
4514
4515 2004-03-25 Sam Steingold <sds@gnu.org>
4516
4517 * vc.el (vc-print-log): Fix a bug in the last patch:
4518 backend-function may be a byte-compiled object, not a lambda.
4519
4520 2004-03-25 Juri Linkov <juri@jurta.org>
4521
4522 * descr-text.el (describe-property-list): Add a button
4523 for `face' property that calls `describe-face'.
4524 Suggested by luis fernandes <elf@ee.ryerson.ca>
4525
4526 * international/mule.el (keyboard-coding-system):
4527 * kmacro.el (kmacro-call-macro): Fix docstring.
4528
4529 * dired.el: Fix comments.
4530
4531 * textmodes/fill.el (fill): Fix Info link.
4532
4533 * font-lock.el (fast-lock, lazy-lock):
4534 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4535 Info node.
4536
4537 * eshell/eshell.el (eshell): Fix broken info-link.
4538
4539 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4540 * eshell/em-banner.el (eshell-banner):
4541 * eshell/em-smart.el (eshell-smart):
4542 * eshell/esh-cmd.el (eshell-cmd):
4543 Comment out broken info-links to incomplete Info manual.
4544
4545 * info-xref.el: Fix commentary.
4546
4547 2004-03-25 Kevin Ryde <user42@zip.com.au>
4548
4549 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4550 Remove spurious node duplicate suppression, doesn't work, not wanted.
4551 (info-xref-output): Take format style args, add "sit-for 0" to let
4552 user see the results as they progress.
4553 (info-xref-check-all-custom): New function.
4554
4555 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4556
4557 * gdb-ui.el: Moved to progmodes.
4558
4559 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4562
4563 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4564
4565 * calendar/appt.el (appt-check): Remove superfluous progn.
4566 When finished with diary buffer: if it was not being displayed
4567 before, kill it; otherwise restore its original state.
4568 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4569
4570 * calendar/calendar.el (calendar-set-mode-line): Use total
4571 available mode-line width, rather than frame-width.
4572
4573 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4574 after mode change so effect not lost.
4575
4576 2004-03-23 Dave Love <fx@gnu.org>
4577
4578 * dired.el (dired) <defgroup>: Add link to manual.
4579 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4580 (dired-revert): Use dolist.
4581 (dired-mode-map): Add U binding.
4582 (dired-mode): Add font-lock-beginning-of-syntax-function.
4583 (dired-garbage-files-regexp): Make it a defcustom.
4584
4585 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4588 is equivalent to nil.
4589 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4590 (vc-arch-mode-line-string): Accept `added' state.
4591 (vc-arch-state): Use inode-sigs if available.
4592 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4593 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4594 (vc-arch-tagline-re): New var.
4595 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4596 New functions.
4597 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4598 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4599
4600 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4601 (vc-file-not-found-hook): Use it.
4602
4603 * diff-mode.el (diff-default-read-only): Change default.
4604 (diff-mode-hook): Make it a defcustom. Add some options.
4605 (diff-mode-map): Bind diff-refine-hook.
4606 (diff-yank-handler): New var.
4607 (diff-yank-function): New fun.
4608 (diff-font-lock-keywords): Use them.
4609 (diff-end-of-file): Handle case where file-header looks like diff text.
4610 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4611 (diff-file-kill): Delete a subsequent empty line, if applicable.
4612 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4613 (diff-find-file-name): Use it.
4614 (diff-tell-file-name): New command.
4615 (diff-mode): Be careful with view-mode.
4616 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4617 New functions, for use in diff-mode-hook.
4618 (diff-find-source-location): Catch "regex too large" errors.
4619 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4620 (diff-refine-hunk): New command.
4621
4622 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4623 (smerge-context-menu-map): Remove unused var.
4624 (smerge-keep-all): Preserve markers.
4625 (smerge-keep-n): New fun.
4626 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4627 (smerge-keep-current, smerge-ediff): Use it.
4628 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4629 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4630 (smerge-resolve): Resolve trivial 3-part conflicts.
4631
4632 2004-03-23 Juri Linkov <juri@jurta.org>
4633
4634 * man.el (Man-width): New var.
4635 (Man-getpage-in-background): Use it.
4636 (Man-support-local-filenames): New var and fun.
4637 (Man-build-man-command): Don't add a second %s.
4638 (Man-fontify-manpage): Clean up message.
4639 (Man-mode): Set outline-regexp, outline-level,
4640 imenu-generic-expression.
4641
4642 * woman.el (woman-fill-frame): Doc fix.
4643 (woman-decode-region): Use window-width instead of frame-width.
4644
4645 * abbrevlist.el (list-one-abbrev-table):
4646 * descr-text.el (describe-char):
4647 * international/mule-diag.el (describe-current-coding-system):
4648 * international/quail.el (quail-insert-decode-map):
4649 Use window-width instead of frame-width.
4650
4651 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4652 (jka-compr-mode-alist-additions): Add tbz.
4653 (jka-compr-write-region, jka-compr-insert-file-contents):
4654 Add message for undefined compress-program.
4655 (jka-compr-write-region): Remove redundant var bindings.
4656
4657 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4658 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4659 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4660 (dired-man): Use dired-guess-shell-command.
4661 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4662 Change default nil to t.
4663
4664 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4665 (dired-compare-directories): Add default value for empty input.
4666
4667 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4668
4669 * time.el (display-time-string-forms): Fix help-echo date format.
4670
4671 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4672
4673 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4674 (buffer-stale-function): New variable.
4675 (auto-revert-list-diff, auto-revert-dired-file-list)
4676 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4677 (auto-revert-handler): Take over some functionality of deleted
4678 functions.
4679 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4680
4681 * dired.el (dired-directory-changed-p): New fun, extracted from
4682 dired-internal-noselect.
4683 (dired-buffer-stale-p): New fun.
4684 (dired-internal-noselect): Use dired-directory-changed-p.
4685 Eliminate revert messages.
4686 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4687
4688 2004-03-23 Kenichi Handa <handa@m17n.org>
4689
4690 * international/characters.el: Setup syntaxes for more parentheses
4691 Unicode characters.
4692
4693 * international/mule-cmds.el (select-safe-coding-system):
4694 Merge coding-system and auto-cs before comparing them.
4695
4696 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4699
4700 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4701 normal-auto-fill-function and comment-indent-function.
4702 The default values now work just as well.
4703 Don't set font-lock-beginning-of-syntax-function since we already set
4704 syntax-begin-function.
4705 (lisp-outline-level): Put ;;;###autoload at same level as (.
4706 (prin1-char): Quote special chars.
4707
4708 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4709 than with-no-warnings.
4710
4711 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4712 if the source location can't be found.
4713 (edebug-compute-previous-result): Use prin1-char.
4714
4715 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4716 (debug-ignored-errors): Add an entry.
4717
4718 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4719 (byte-compile-file): Output warning when deleting a file.
4720
4721 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4722 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4723
4724 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4725 (byte-compile-inline-expand): Use backquote.
4726 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4727 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4728
4729 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4730
4731 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4732
4733 2004-03-22 Juri Linkov <juri@jurta.org>
4734
4735 * finder.el (finder-known-keywords): Fix data, tex, unix.
4736
4737 * play/landmark.el: Fix keywords.
4738
4739 * language/ethio-util.el (ethio-find-file): Doc fix.
4740
4741 * emacs-lisp/warnings.el: Doc fix.
4742
4743 * textmodes/ispell.el (ispell-help): Doc fix.
4744
4745 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4746
4747 * format.el (format-insert-file): Always return a list of two
4748 elements, like insert-file-contents does.
4749
4750 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4751
4752 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4753 and vc-BACKEND-diff.
4754 (vc-print-log): If the print-log implementation supports it, use
4755 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4756 (vc-version-diff, vc-diff-internal): Doc fixes.
4757
4758 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4759 implementation supports it, let diff output go to *vc*,
4760 not *vc-diff*, since this is an internal call.
4761
4762 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4763
4764 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4765
4766 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4767
4768 2004-03-21 Dave Love <fx@gnu.org>
4769
4770 * progmodes/cfengine.el (cfengine-mode):
4771 Set parse-sexp-ignore-comments.
4772
4773 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4774
4775 2004-03-21 Juanma Barranquero <lektu@terra.es>
4776
4777 * allout.el (allout-mode): Fix docstring.
4778
4779 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4780
4781 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4782
4783 * autorevert.el (auto-revert-interval): Make new value take
4784 effect immediately when set through Custom.
4785 (auto-revert-set-timer): Add interactive declaration.
4786
4787 2004-03-19 David Ponce <david@dponce.com>
4788
4789 * ruler-mode.el (ruler-mode-header-line-format-old):
4790 Don't `make-variable-buffer-local'.
4791 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4792 (ruler-mode-header-line-format): Simply funcall the above.
4793 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4794 to save/restore a previous header line format.
4795 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4796 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4797 fringes and margins width.
4798 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4799
4800 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * log-edit.el (log-edit-font-lock-keywords): Typo.
4803
4804 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4805 (tex-send-tex-command): Rather than here.
4806 (tex-compilation-parse-errors): Simplify.
4807
4808 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4809
4810 * time.el (display-time-string-forms): Add help-echo with date on time.
4811
4812 * composite.el (compose-region): Use restore-buffer-modified-p.
4813
4814 * disp-table.el (standard-display-8bit): Simplify.
4815
4816 * server.el (server-process-filter): Delete temp frame.
4817
4818 * add-log.el (add-change-log-entry): Simplify.
4819
4820 2004-03-19 Kim F. Storm <storm@cua.dk>
4821
4822 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4823 (hexl-follow-line): Don't require 'fringe.
4824
4825 * progmodes/compile.el (compilation-start): Always set
4826 compilation-last-buffer and return it.
4827
4828 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4829
4830 * simple.el (clone-buffer): Doc fix.
4831
4832 2004-03-18 Juanma Barranquero <lektu@terra.es>
4833
4834 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4835
4836 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * log-edit.el (log-edit-font-lock-keywords): New var.
4839 (log-edit-mode): Use it.
4840
4841 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4842
4843 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4844 properly for watching in speedbar.
4845
4846 2004-03-17 Masatake YAMATO <jet@gyve.org>
4847
4848 * smerge-mode.el (smerge-popup-context-menu):
4849 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4850
4851 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4854 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4855 Take sealed revisions into account.
4856 (vc-arch-checkin): Extract a summary line from the message.
4857
4858 2004-03-16 Masatake YAMATO <jet@gyve.org>
4859
4860 * register.el (register): Provide `register' feature.
4861
4862 2004-03-15 Masatake YAMATO <jet@gyve.org>
4863
4864 Added context menu support in smerge mode.
4865 Most of the part is written by Stefan Monnier.
4866
4867 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4868 New keymap and menu.
4869 (smerge-text-properties): New function.
4870 (smerge-remove-props): New function.
4871 (smerge-popup-context-menu): New function.
4872 (smerge-resolve): Call `smerge-remove-props'.
4873 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4874 (smerge-keep-current): Ditto.
4875 (smerge-kill-current): New function.
4876 (smerge-match-conflict): Put text properties.
4877 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4878
4879 2004-03-15 David Ponce <david@dponce.com>
4880
4881 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4882 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4883 (ruler-mode-right-scroll-bar-cols): Remove.
4884 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4885 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4886 Use fringe-columns and scroll-bar-columns.
4887
4888 2004-03-15 Masatake YAMATO <jet@gyve.org>
4889
4890 * hl-line.el (hl-line-range-function): New variable.
4891 (hl-line-move): New function.
4892 (global-hl-line-highlight): Use `hl-line-move'.
4893 (hl-line-highlight): Ditto.
4894
4895 * scroll-bar.el (scroll-bar-columns):
4896 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4897
4898 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4899 (ruler-mode-left-fringe-cols)
4900 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4901 (ruler-mode-right-scroll-bar-cols)
4902 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4903 (ruler-mode-ruler-function): New variable.
4904 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4905 if the value for `ruler-mode-ruler-function'is given.
4906
4907 * hexl.el (hexl-mode-hook): Make the hook customizable.
4908 (hexl-address-area, hexl-ascii-area): New customize variables.
4909 (hexlify-buffer): Put font-lock-faces on the address area and
4910 the ascii area.
4911 (hexl-activate-ruler): New function.
4912 (hexl-follow-line): New function.
4913 (hexl-highlight-line-range): New function.
4914 (hexl-mode-ruler): New function.
4915
4916 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4919 (vc-default-find-file-hook): New fun.
4920 (vc-find-file-hook): Call new find-file-hook operation.
4921
4922 * vc-arch.el: New file.
4923
4924 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4925
4926 * info-look.el (info-lookup): Reuse an existing Info window.
4927
4928 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4929
4930 * woman.el (woman-preserve-ascii): Default value changed to t and
4931 doc string revised.
4932
4933 2004-03-12 Richard M. Stallman <rms@gnu.org>
4934
4935 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4936 Fix minor bug.
4937
4938 * replace.el (occur-engine): Change message for count of matches.
4939
4940 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4941 For strings, do compare text properties.
4942
4943 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4944
4945 * progmodes/compile.el (compile-auto-highlight)
4946 (compilation-error-list, compilation-old-error-list)
4947 (compilation-parse-errors-function, compilation-parsing-end)
4948 (compilation-error-message, compilation-directory-stack)
4949 (compilation-enter-directory-regexp-alist)
4950 (compilation-leave-directory-regexp-alist)
4951 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4952 (compilation-current-file, compilation-regexps): Remove vars.
4953
4954 (compile-error-at-point, compilation-error-filedata)
4955 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4956 (compilation-next-error-locus, compilation-forget-errors)
4957 (count-regexp-groupings, compilation-parse-errors)
4958 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4959
4960 (compile-internal): Make obsolete.
4961
4962 (compilation-first-column, compilation-error)
4963 (compilation-directory-matcher, compilation-page-delimiter)
4964 (compilation-mode-font-lock-keywords, compilation-debug)
4965 (compilation-error-face, compilation-warning-face)
4966 (compilation-info-face, compilation-line-face)
4967 (compilation-column-face, compilation-enter-directory-face)
4968 (compilation-leave-directory-face, compilation-skip-threshold)
4969 (compilation-skip-visited, compilation-context-lines): New vars.
4970
4971 (compilation-warning-face, compilation-info-face)
4972 (compilation-message-face): New faces.
4973
4974 (compilation-error-regexp-alist-alist): New constant.
4975
4976 (compilation-face, compilation-directory-properties)
4977 (compilation-assq, compilation-error-properties, compilation-start)
4978 (define-compilation-mode, compilation-loop)
4979 (compilation-set-window): New functions.
4980
4981 (compile): Additional argument for interactive compiles like TeX.
4982
4983 * progmodes/grep.el (kill-grep): Move here from compile.el
4984 (grep-error, grep-hit-face, grep-error-face)
4985 (grep-mode-font-lock-keywords): New variables.
4986 (grep-regexp-alist): Simplify regexp and add `binary' case.
4987 (grep-mode): New mode.
4988 (grep-process-setup): Simplify.
4989
4990 2004-03-11 Jason Rumney <jasonr@gnu.org>
4991
4992 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4993 letters on DOS/Windows.
4994
4995 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * server.el (server-name): New var.
4998 (server-socket-dir): New var to replace server-socket-name.
4999 (server-start): Use them.
5000
5001 2004-03-11 Simon Josefsson <jas@extundo.com>
5002
5003 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5004 died to avoid infloop. Reported by Jonathan Glauner
5005 <jglauner@sbum.org>.
5006
5007 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5010 (smerge-mode-menu): Use it to deactivate menu entries.
5011 (smerge-keep-current): New fun.
5012 (smerge-keep-current): Use it.
5013
5014 2004-03-10 John Paul Wallington <jpw@gnu.org>
5015
5016 * foldout.el (foldout-fold-list, foldout-modeline-string):
5017 Declare them as variables, not constants.
5018
5019 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5020
5021 * ps-print.el: Modification to print *Messages* buffer.
5022 (ps-print-version): New version 6.6.4.
5023 (ps-message-log-max): New fun.
5024 (ps-spool-without-faces, ps-spool-with-faces)
5025 (ps-count-lines-preprint): Code fix.
5026
5027 * printing.el: New tips in Tips section.
5028
5029 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5030
5031 * delim-col.el: Doc fix.
5032
5033 * printing.el: Doc fix. New doc section (Tips).
5034
5035 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * type-break.el (type-break-emacs-variant): Remove.
5038 (type-break-run-at-time, type-break-cancel-function-timers):
5039 Use fboundp rather than version name and number.
5040
5041 2004-03-09 Masatake YAMATO <jet@gyve.org>
5042
5043 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5044 `make-variable-buffer-local'.
5045
5046 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5047
5048 * find-dired.el (find-dired): Call `shell-command' instead of
5049 `start-process-shell-command'. By this, Tramp takes over
5050 handling of remote directories.
5051
5052 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * newcomment.el (comment-use-global-state): New var.
5055 (comment-search-forward): Use it.
5056
5057 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5058
5059 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5060
5061 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5062 (enable-kinsoku): Make it a defcustom.
5063 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5064 paragraph to same-comment-start-marker.
5065
5066 2004-03-07 Dave Love <fx@gnu.org>
5067
5068 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5069 (browse-url-mail): Use it.
5070
5071 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5072 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5073
5074 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5075
5076 * woman.el (woman-man.conf-path): Doc fix.
5077 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5078
5079 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5080
5081 * sort.el (sort-columns): Remove ms-dos from the list of systems
5082 where the external `sort' command is not used.
5083
5084 2004-03-07 Kim F. Storm <storm@cua.dk>
5085
5086 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5087 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5088 from overlay-arrow-variable-list.
5089 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5090
5091 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5092
5093 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5094 overlay arrow string properly for the assembler buffer.
5095
5096 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * mail/sendmail.el (mail-mode): Fix last change.
5099
5100 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5101
5102 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5103 for the assembler buffer.
5104 (gdb-assembler-custom): Position the overlay arrow.
5105 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5106
5107 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5110
5111 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5112 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5113
5114 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5115
5116 * newcomment.el (uncomment-region): Allow non-terminated comment.
5117 (comment-normalize-vars): Check the user-specified comstart marker.
5118
5119 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5120
5121 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5122 Otherwise, do use it if the region only contains font-lock text
5123 properties.
5124
5125 2004-03-04 Masatake YAMATO <jet@gyve.org>
5126
5127 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5128 as the callback function for eldoc.
5129 (hexl-print-current-point-info): New function.
5130 (hexl-current-address): Print the address in both decimal
5131 and hexadecimal format.
5132
5133 2004-03-04 Richard M. Stallman <rms@gnu.org>
5134
5135 * mail/rmail.el (rmail-convert-to-babyl-format):
5136 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5137
5138 * mail/mail-utils.el (mail-unquote-printable-region):
5139 New arg UNIBYTE.
5140
5141 * startup.el (command-switch-alist): Doc fix.
5142
5143 * simple.el (undo): Temporarily set this-command to `undo-start',
5144 then set it to `undo' once undo-start returns without error.
5145
5146 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5147
5148 * simple.el (kill-line): Don't disregard trailing whitespace
5149 in eol condition, if show-trailing-whitespace is set.
5150
5151 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5152 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5153 When disabling, restore old values only if mouse-sel-has-been-enabled.
5154
5155 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5156 (isearch-{-char): New function.
5157 (isearch-mode-map): Bind { to isearch-{-char.
5158
5159 * font-lock.el (lisp-font-lock-keywords-2):
5160 Turn off the CL with-... and do-... general patterns.
5161 Instead, recognize several specific with... and do... constructs.
5162
5163 * files.el (switch-to-buffer-other-window):
5164 Bind same-window-buffer-names and same-window-regexps to nil.
5165 (switch-to-buffer-other-frame): Likewise.
5166
5167 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5170 recognizing leading comment on code line.
5171
5172 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5175 hidden files/directories.
5176
5177 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5180 only comment-start (in case the mode hasn't set it).
5181
5182 * Makefile.in (AUTOGENEL): New var.
5183 (bootstrap-prepare): Rename from bootstrap-clean.
5184 Don't remove elc files.
5185 (maintainer-clean): New target.
5186
5187 * xml.el (xml-get-attribute-or-nil): Simplify.
5188
5189 2004-03-02 Juri Linkov <juri@jurta.org>
5190
5191 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5192 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5193 URL to prevent their substitution with the environment variable
5194 values by browsers.
5195
5196 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5197
5198 * ps-print.el: Doc fix.
5199 (ps-print-version): New version number (6.6.3).
5200 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5201 Docstring fix.
5202 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5203 before printing.
5204 (ps-time-stamp-yyyy-mm-dd): New fun.
5205 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5206
5207 2004-03-02 Kim F. Storm <storm@cua.dk>
5208
5209 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5210
5211 2004-03-01 Juanma Barranquero <lektu@terra.es>
5212
5213 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5214
5215 * desktop.el (desktop-file-version)
5216 (desktop-after-read-hook): Fix typos.
5217 (desktop-clear-preserve-buffers): Remove redundant info in
5218 docstring already shown by the obsolescence message.
5219 (desktop-truncate, desktop-internal-v2s)
5220 (desktop-value-to-string): Change argument name to match docstring.
5221
5222 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5223
5224 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5225 docstring.
5226
5227 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5228
5229 * printing.el: Replace "As Is..." in PostScript file print/preview by
5230 "No Preprocessing...". Suggested by Colin Marquardt
5231 <_marquardt_@zmd.de>.
5232 (pr-insert-section-4): Adjust buffer interface.
5233
5234 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5235
5236 Version 2.0.39 of Tramp released.
5237
5238 * net/tramp.el (tramp-handle-file-local-copy)
5239 (tramp-handle-write-region, tramp-open-connection-rsh):
5240 Variable name typo. Small change. From Patrick Tullmann
5241 <tullmann@flux.utah.edu>.
5242 (tramp-process-connection-type): New variable.
5243 (tramp-maybe-open-connection): Use it.
5244 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5245 (tramp-touch): Set last-modified time of a remote file.
5246 (tramp-handle-write-region): Say which function is used when encoding.
5247
5248 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5249
5250 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5251 case of non-existing filename, too. Reported by Christoph Bauer
5252 <c_bauer@informatik.uni-kl.de>.
5253 (tramp-smb-get-file-entries): The directory in question should
5254 have permissions "drwxrwxrwx". Just virtual, because we don't
5255 know the real permissions. Don't we know?
5256 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5257 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5258 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5259 output. If it was received chunkwise, there have been problems.
5260 Remove the "prompt not found" error message; it is obvious.
5261 Simplify algorithm.
5262 (tramp-smb-process-running): Remove. Since we acknowledge the
5263 virtual prompt for shares, there's no need for distinction of
5264 reading shares (process ends afterwards) and interactive mode of
5265 smblient.
5266 (tramp-smb-open-connection): Setting process sentinel removed.
5267 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5268 "NT_STATUS_NETWORK_ACCESS_DENIED".
5269 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5270 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5271 (top-level): Setting default value in `tramp-default-method-alist'
5272 corrected. Order of USER and HOST have been wrong.
5273 Nobody complained for months ...
5274 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5275 (tramp-smb-open-connection): Clear password cache if login has failed.
5276
5277 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5278 `tramp-unified-filenames'.
5279 (tramp-completion-mode): Make test for XEmacs explicitely.
5280 `event-to-character' can exists in Emacs packages too.
5281 Reported by Matt Swift <swift@alum.mit.edu>.
5282 (tramp-buffer-name): Buffer name must contain the user if exists.
5283 Reported by Adrian Phillips <a.phillips@met.no>.
5284 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5285 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5286 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5287 `tramp-do-copy-or-rename-file-one-local', because it handles also
5288 the case both files use the same out-of-band method.
5289 Implementation added.
5290 (tramp-handle-file-local-copy, tramp-handle-write-region):
5291 Out-of-band handling removed. `copy-file' called instead, which
5292 calls `tramp-do-copy-or-rename-file-out-of-band'.
5293 (tramp-action-password): Check for out-of-band method removed.
5294 This function is used for 'login-program.
5295 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5296 appropriate.
5297 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5298 and `tramp-parse-sknownhosts'.
5299 (tramp-completion-function-alist): It's a defvar now, because we
5300 want to apply the optimized `tramp-set-completion-function'
5301 instead of a static list.
5302 (tramp-set-completion-function): Implementation tuned.
5303 Avoid double entries, and entries where the function or the
5304 file/directory doesn't exist.
5305 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5306 for SSH2.
5307 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5308 (tramp-handle-dired-compress-file): New function.
5309 (tramp-async-proc): New variable.
5310 (tramp-handle-shell-command): Adding asynchronous processes.
5311 They are far from being perfect, but it works at least for
5312 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5313 (top-level): Require password.el if visible. Should be mandatory
5314 once No Gnus has found its way into (X)Emacs.
5315 (tramp-read-passwd): Invoke `password-read' if available,
5316 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5317 fallback any longer.
5318 (tramp-clear-passwd): New function.
5319 (tramp-process-actions, tramp-process-multi-actions):
5320 Clear password cache if login has failed.
5321
5322 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5323 its own module.
5324 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5325 `ange-ftp-ftp-name-res'. There could be incorrect values from
5326 previous calls in case the "ftp" method is used in the Tramp file
5327 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5328
5329 2004-02-28 Richard M. Stallman <rms@gnu.org>
5330
5331 * term.el (term-mouse-paste): Call mouse-set-point.
5332
5333 * thumbs.el: New file.
5334
5335 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5336
5337 * progmodes/ebnf-abn.el: Doc fix.
5338
5339 * progmodes/ebnf-bnf.el: Doc fix.
5340 (ebnf-repeat): Code fix.
5341
5342 * progmodes/ebnf2ps.el: Doc fix.
5343 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5344
5345 2004-02-28 Juri Linkov <juri@jurta.org>
5346
5347 * ffap.el (dired-at-point): Additional writability test for
5348 relative directory names.
5349 (dired-at-point-prompter): Treat directories as a directory, get
5350 the directory component from files.
5351 (ffap-string-at-point): Return string from region if region is active.
5352 (ffap-file-at-point): Remove redundant code.
5353
5354 2004-02-28 Kim F. Storm <storm@cua.dk>
5355
5356 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5357 Initialize margin area images to nil.
5358 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5359 (breakpoint-enabled-bitmap-face)
5360 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5361 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5362 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5363 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5364 (gdb-reset): Use gdb-remove-breakpoint-icons.
5365 (gdb-put-string): Add dprop arg to specify alternative display
5366 property (for setting fringe bitmap).
5367 (gdb-remove-strings): Doc fix.
5368 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5369 icon in fringe (if available), or else as icon or text in display
5370 margin. Creates necessary icons in breakpoint-bitmap,
5371 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5372 Also make left window margin if required.
5373 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5374 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5375 no longer needed.
5376 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5377 gdb-put-breakpoint-icon.
5378 (gdb-assembler-mode): Don't set left-margin-width here.
5379
5380 2004-02-27 Kevin Ryde <user42@zip.com.au>
5381
5382 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5383 comma, so that it DTRT in macros.
5384
5385 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5386
5387 * progmodes/sh-script.el (sh-shell-arg)
5388 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5389 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5390
5391 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5392
5393 * faces.el (face-spec-set-match-display): Add a new attribute,
5394 `min-colors'.
5395 (region, highlight, secondary-selection): Use `min-colors'.
5396
5397 * custom.el (defface): Add documentation for `min-colors'.
5398
5399 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5400 (font-lock-keyword-face, font-lock-function-name-face)
5401 (font-lock-variable-name-face, font-lock-constant-face):
5402 Use `min-colors'.
5403
5404 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5405
5406 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5407
5408 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5409 define assq-delete-all if it's not defined.
5410 (ebnf-generate-region): Code fix.
5411
5412 * printing.el: Doc fix.
5413 (pr-version): New version number (6.7.2).
5414 (pr-command): Return empty string if command is an empty string.
5415
5416 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5417
5418 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5419
5420 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5421 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5422 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5423 "tt" ["test"] ). Reported by Markus Dreyer
5424 <mdreyer@ix.urz.uni-heidelberg.de>.
5425 (ebnf-version): New version number (4.0).
5426 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5427 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5428 (ebnf-delete-style): New commands.
5429 (ebnf-directory, ebnf-file): New funs.
5430 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5431 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5432 (ebnf-syntax-alist): New var.
5433 (ebnf-element-width): New fun replacing ebnf-list-width.
5434 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5435 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5436 (ebnf-prologue): Adjust vars.
5437 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5438 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5439 (ebnf-check-style-values, ebnf-generate-production)
5440 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5441 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5442 (ebnf-token-repeat): Code fix.
5443
5444 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5445 %right, %left and %prec. Suggested by Matthew K. Junker
5446 <junker@alum.mit.edu>.
5447 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5448
5449 * progmodes/ebnf-iso.el: Doc fix.
5450 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5451 (ebnf-iso-lex): Code fix.
5452
5453 * progmodes/ebnf-bnf.el: Doc fix.
5454 (ebnf-bnf-lex): Code fix.
5455
5456 * progmodes/ebnf-otz.el: Doc fix.
5457
5458 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5459
5460 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5461 (abbrev-prefix-mark): Doc fix.
5462
5463 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5464
5465 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5466 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5467 (gdb-var-delete): Make interactive (really).
5468 (gdb-edit-value): Make non-interactive.
5469
5470 * progmodes/gud.el (gud-speedbar-menu-items):
5471 Add gdb-var-delete and, indirectly, gdb-edit-value.
5472 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5473 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5474 (gud-gdb-marker-filter): Add comment for annotations.
5475
5476 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5477
5478 * calendar/calendar.el (generate-calendar)
5479 (calendar-read-date): Prevent display of BC calendars once more -
5480 reverts 2003-10-01 change.
5481 (generate-calendar-month): Doc fix.
5482
5483 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5484
5485 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5486 return value of increment-calendar-month.
5487
5488 2004-02-21 Stephen Compall <s11@member.fsf.org>
5489
5490 * saveplace.el (save-place-forget-unreadable-files)
5491 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5492 (save-place-forget-unreadable-files): New function.
5493 (save-place-alist-to-file): Use it to filter out files that are
5494 no longer readable.
5495
5496 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5497 current Texinfo environment, using the same method as in
5498 `texinfo-insert-@end', and insert a space rather than a newline if
5499 point in a @table environment.
5500
5501 2004-02-21 Juri Linkov <juri@jurta.org>
5502
5503 * ffap.el (ffap-file-at-point): Try parent directories.
5504
5505 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5506
5507 * vcursor.el (vcursor-modifiers): New defcustom.
5508 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5509 hard-coded list.
5510
5511 2004-02-21 Masatake YAMATO <jet@gyve.org>
5512
5513 * play/animate.el (animate-birthday-present): Accept names other
5514 than `Sarah', too.
5515
5516 2004-02-21 Juri Linkov <juri@jurta.org>
5517
5518 * startup.el: Remove table of command line arguments from the
5519 Commentary section.
5520
5521 2004-02-20 John Wiegley <johnw@newartisans.com>
5522
5523 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5524 again" modifier from 'e' to 'E', since 'e' is also used by the
5525 "file extension" modifier.
5526
5527 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5528
5529 * help-fns.el (describe-categories): Doc fix.
5530
5531 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5532
5533 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5534 temporary file for buffer already visiting one. This change makes
5535 output likely to be directly usable by patch program.
5536 Suggested by Adrian Aichner <adrian@xemacs.org>
5537
5538 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5539
5540 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5541 case of variables defined in compound statements.
5542 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5543 Simplify constructions using switch-to-buffer.
5544
5545 2004-02-19 Simon Josefsson <jas@extundo.com>
5546
5547 * play/morse.el: Fix typo.
5548 (morse-code): Add @.
5549
5550 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5551
5552 * calendar/appt.el (appt-display-format): Change default to
5553 'ignore, for backwards compatibility.
5554 (appt-display-message): If appt-display-format is 'ignore,
5555 respect old vars appt-msg-window and appt-visible.
5556 (appt-activate): Don't depend on return value of cancel-timer.
5557
5558 * calendar/calendar.el (calendar-holidays): Doc fix.
5559
5560 * calendar/cal-coptic.el (coptic-prompt-for-date):
5561 Use assoc-string instead of assoc-ignore-case.
5562 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5563 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5564 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5565 * calendar/cal-islam.el (calendar-goto-islamic-date)
5566 (mark-islamic-diary-entries): Ditto.
5567 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5568 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5569 (calendar-read-mayan-tzolkin-date): Ditto.
5570 * calendar/calendar.el (calendar-read-date): Ditto.
5571 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5572
5573 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5574
5575 * progmodes/executable.el (executable-command-find-posix-p):
5576 Fix choice of the directory.
5577
5578 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5579
5580 * simple.el (interprogram-cut-function)
5581 (interprogram-paste-function, kill-new, kill-append):
5582 Doc fixes.
5583 (kill-region): Make it return nil. Doc fix.
5584 (yank-pop): Make its argument optional.
5585 (yank): Make ARG `-' equivalent to `-1'.
5586
5587 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5588
5589 * mail/rmail.el (rmail-get-new-mail): Don't reference
5590 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5591
5592 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5595 if one of global-auto-revert-non-file-buffers or autorevert-mode
5596 is non-nil.
5597
5598 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5599
5600 * subr.el (delete-dups): A better implementation from Karl Heuer
5601 <kwzh@gnu.org>.
5602
5603 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5604
5605 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5606 correct place.
5607 * progmodes/icon.el (icon-indent-command): Ditto.
5608 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5609
5610 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5611
5612 * progmodes/grep.el (grep-compute-defaults): Undo change from
5613 2004-01-29: don't use executable-command-find-posix-p.
5614
5615 2004-02-16 Richard Sharman <rsharman@pobox.com>
5616
5617 * hilit-chg.el: Use require instead of eval-and-compile.
5618 (highlight-compare-buffers): New function.
5619
5620 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5621
5622 * man.el (Man-fontify-manpage): Render section headings in
5623 `Man-overstrike-face' even when overstrike was not used by man
5624 formatter for section headings.
5625
5626 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5627
5628 * rmail-spam-filter.el: (vm-use-spam-filter)
5629 (rsf-min-region-length-added-to-spam-list): New variables.
5630 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5631 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5632 spam testing. Don't delete spam message if automatic deletion
5633 after output via variable rmail-delete-after-output is turned on.
5634 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5635 rsf-bbdb-dont-create-entries-for-spam.
5636 (check-field): New function, extracted from code in
5637 rmail-spam-filter to ease addition of header fields like content-type.
5638 (message-content-type): New variable to check the content-type:
5639 field added, also in defcustom of rsf-definitions-alist.
5640 (rmail-spam-filter): Replace repeated test code for header fields
5641 by calls to check-field; change the call to
5642 rmail-output-to-rmail-file such that rmail-current-message stays
5643 the same to avoid wrong deletion of unseen flags.
5644 (rsf-add-contents-type): New function to convert old format
5645 of rmail-spam-definitions-alist into new one.
5646 Change prefixes of all variables and functions from
5647 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5648
5649 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5650
5651 * loadhist.el (unload-hook-features-list): New defvar.
5652
5653 2004-02-16 Dave Love <fx@gnu.org>
5654
5655 * loadhist.el (unload-feature): Doc fix. Rename flist to
5656 unload-hook-features-list.
5657
5658 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5659
5660 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5661 cookie. Don't check if we are looking-at open-formula.
5662
5663 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5664
5665 * subr.el (match-string-no-properties): Use substring-no-properties.
5666
5667 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5668
5669 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5670 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5671 Use lower-case "rx" in all error message.
5672
5673 2004-02-16 Dave Love <fx@gnu.org>
5674
5675 * emacs-lisp/rx.el (rx-or): Put group around result.
5676 (rx-constituents): Add backref.
5677 (rx-syntax): Add string-delimiter, comment-delimiter.
5678 (rx-categories): Add combining-diacritic.
5679 (rx-check-not, rx-greedy, rx): Doc fix.
5680 (rx-backref, rx-check-backref): New.
5681
5682 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5683
5684 * newcomment.el (uncomment-region): Allow eob as comment end.
5685
5686 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5687
5688 * filecache.el: All message and error commands now use prefix
5689 "Filecache:" to make it easy to read *Messages* buffer.
5690
5691 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5692
5693 * autorevert.el: Add support to detect changed dired and VC buffers.
5694 (auto-revert-active-p, auto-revert-list-diff)
5695 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5696 (auto-revert-handler, auto-revert-active-p): New functions.
5697 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5698 and `auto-revert-active-p'.
5699 (eval-when-compile): Defvar dired-directory and vc-mode.
5700 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5701 (auto-revert-handler-vc): New functions.
5702
5703 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5704
5705 * progmodes/compile.el (compilation-directory): New defvar.
5706 (compile): Save current directory in compilation-directory.
5707 (recompile): Bind default-directory to compilation-directory if
5708 that is non-nil.
5709
5710 2004-02-16 Dave Love <fx@gnu.org>
5711
5712 * newcomment.el (comment-insert-comment-function)
5713 (comment-region-function, uncomment-region-function): New.
5714 (comment-indent): Use comment-insert-comment-function.
5715 (uncomment-region): Use uncomment-region-function.
5716 (comment-region): Use comment-region-function.
5717
5718 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5719
5720 2004-02-16 Richard Stallman <rms@gnu.org>
5721
5722 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5723 loaddefs* and ldefs-boot*.
5724
5725 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5726
5727 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5728 and email address at the beginning and end of the address.
5729
5730 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5731 anchored at the beginning of the email address.
5732
5733 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5734
5735 * international/ccl.el (ccl-compile-write): Pass `left' to
5736 ccl-embed-code to generate correct code of write-expr-register.
5737
5738 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5739
5740 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5741
5742 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5743
5744 * x-dnd.el: Mention support for Motif in commentary.
5745 (x-dnd-handle-drag-n-drop-event): Ditto.
5746
5747 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5748
5749 * ses.el: Use "ses--" prefixes for buffer-local variables.
5750 Use (point-min) instead of 1, even when we know the buffer
5751 is unnarrowed.
5752 (ses-build-load-map): Delete. Distribute its content to defconst's for
5753 the three maps.
5754 (ses-menu, ses-header-line-menu): New menus.
5755 (ses-mode-map): Use them.
5756 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5757
5758 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5759
5760 * Makefile.in: Fix the CC Mode recompile kludge so it works
5761 when building in a different directory.
5762
5763 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5764
5765 * simple.el (kill-new): Put yank-handler property on the entire string.
5766
5767 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * diff.el: Don't use compile any more, use diff-mode instead.
5770 (diff-regexp-alist, diff-old-file, diff-new-file)
5771 (diff-parse-differences, diff-process-setup): Remove.
5772 (diff-sentinel): New fun.
5773 (diff): Use it. Run the process ourselves.
5774 Use diff-mode for the rest of the processing.
5775
5776 * diff.el (diff): Simplify code handling `switch'.
5777
5778 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * pcvs-defs.el (cvs-menu): Add `tag'.
5781
5782 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5783
5784 * simple.el (kill-append): Doc fix.
5785
5786 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5787 Adapt outline-regexp to the new conventions for commenting out code.
5788
5789 2004-02-11 John Paul Wallington <jpw@gnu.org>
5790
5791 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5792
5793 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * diff.el (diff-switches): New fun.
5796 (diff, diff-backup): Use it.
5797 (diff): Clean up the args construction. Use backquote.
5798 Use listp instead of consp to avoid putting a nil arg.
5799 (diff): Add a revert-buffer function.
5800
5801 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5802
5803 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5804 handled by x-dnd-handle-file-name.
5805 (x-dnd-known-types): Add COMPOUND_TEXT.
5806 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5807 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5808 x-dnd-empty-state.
5809 (x-dnd-forget-drop): Ditto.
5810 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5811 (x-dnd-handle-one-url): Return private when inserting text.
5812 (x-dnd-insert-ctext): New function.
5813 (x-dnd-handle-file-name): New function for FILE_NAME.
5814 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5815 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5816 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5817
5818 2004-02-10 Kenichi Handa <handa@m17n.org>
5819
5820 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5821 instead of while loop.
5822
5823 2004-02-10 Miles Bader <miles@gnu.org>
5824
5825 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5826
5827 2004-02-09 Kenichi Handa <handa@m17n.org>
5828
5829 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5830 have end-of-line.
5831
5832 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5833
5834 * Makefile.in: Added extra dependencies in the recompile target
5835 needed to cope with the compile time macro expansions in CC Mode.
5836
5837 2004-02-09 Kim F. Storm <storm@cua.dk>
5838
5839 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5840 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5841 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5842 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5843 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5844 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5845 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5846 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5847 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5848 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5849 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5850
5851 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5854 Don't allow shrink if there's a window on our right.
5855
5856 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5857 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5858 Bring together declaration and initialization.
5859 (prolog-mode-variables): Don't set the syntax table.
5860 Don't set paragraph-start and comment-indent-function.
5861 Add /*..*/ to the comment regexps.
5862 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5863 (prolog-mode-map): Don't bind TAB.
5864 (prolog-mode): Set the syntax table.
5865 (prolog-comment-indent): Remove.
5866 (inferior-prolog-mode-map): Initialize in the declaration.
5867 (inferior-prolog-mode-syntax-table)
5868 (inferior-prolog-mode-abbrev-table): New vars.
5869 (inferior-prolog-mode): Derive from comint-mode.
5870 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5871 minibuffer windows.
5872
5873 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5874 in file names, as long as it is unabmiguous.
5875
5876 2004-02-08 Andreas Schwab <schwab@suse.de>
5877
5878 * textmodes/reftex-toc.el
5879 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5880 format. Doc fix.
5881
5882 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5883 format string arguments.
5884
5885 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5886 string argument.
5887
5888 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5889
5890 * play/zone.el (zone-call): Fix format string.
5891
5892 * net/webjump.el (webjump-builtin): Add missing format string argument.
5893
5894 * midnight.el (midnight-delay-set): Remove extra format string argument.
5895
5896 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5897
5898 * hexl.el (hexl-insert-char): Add missing format string argument.
5899
5900 * format.el (format-decode): Fix format string.
5901
5902 * emulation/vi.el (vi-mode): Remove extra format string argument.
5903 (vi-repeat-last-search): Likewise.
5904 (vi-reverse-last-search): Likewise.
5905 (vi-goto-mark): Likewise.
5906 (vi-reverse-last-find-char): Likewise.
5907 (vi-repeat-last-find-char): Likewise.
5908 (vi-locate-def): Likewise.
5909
5910 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5911
5912 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5913 string argument.
5914 (ediff-toggle-regexp-match): Likewise.
5915
5916 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5917 format string argument.
5918
5919 * calc/calc-map.el (calc-get-operator): Remove extra format
5920 string argument.
5921
5922 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5923
5924 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5925 string argument.
5926
5927 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5928
5929 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5930
5931 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5932
5933 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5934 (cl-struct-setf-expander): Likewise.
5935
5936 * vc.el (with-vc-file): Fix unsafe uses of error.
5937 (vc-cancel-version): Likewise.
5938
5939 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5940
5941 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5942 thousands separator; fixes <class>:<line-number> regexp for
5943 non-english locales.
5944
5945 2004-02-08 Andreas Schwab <schwab@suse.de>
5946
5947 * view.el (view-mode-enable): Revert previous change.
5948
5949 2004-02-07 Kim F. Storm <storm@cua.dk>
5950
5951 * simple.el (line-number-at-pos): Rename from line-at-pos.
5952 Uses changed (what-line and vc-annotate-warp-version).
5953
5954 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5957 (diff-mode): Remove aborted attempt at support for compile.el.
5958 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5959
5960 2004-02-06 Andreas Schwab <schwab@suse.de>
5961
5962 * view.el (view-mode-enable): Add view-mode-map to
5963 minor-mode-overriding-map-alist.
5964
5965 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5966
5967 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5968
5969 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5972 with point inside rather than after the paragraph.
5973
5974 2004-02-04 Sam Steingold <sds@gnu.org>
5975
5976 * mail/smtpmail.el (smtpmail-try-auth-methods):
5977 Do not try authentication when no mechanism is available.
5978 Pass port-name as defaultport to `netrc-machine'.
5979
5980 2004-02-04 Stephen Eglen <stephen@gnu.org>
5981
5982 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5983 to show how minibuffer height can be constrained.
5984
5985 2004-02-04 John Paul Wallington <jpw@gnu.org>
5986
5987 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5988
5989 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5990
5991 * x-dnd.el: New file for drag and drop.
5992
5993 * term/x-win.el: require x-dnd, set after-make-frame-functions
5994 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5995 drag-n-drop event.
5996
5997 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5998 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5999 (dired-dnd-handle-file): New functions for drag and drop support.
6000 (dired-mode): Initialize drag and drop if x-dnd present.
6001
6002 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6005 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6006 (cperl-mode): Set fill-paragraph-function.
6007 (cperl-fill-paragraph): Make it non-interactive.
6008
6009 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6010
6011 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6012
6013 2004-02-02 David Kastrup <dak@gnu.org>
6014
6015 * replace.el (perform-replace): Allow 'literal argument in
6016 regexp-flag to indicate literal replacement.
6017 (query-replace-regexp-eval): Use it.
6018
6019 2004-02-01 Andreas Schwab <schwab@suse.de>
6020
6021 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6022
6023 2004-02-01 Stephen Eglen <stephen@gnu.org>
6024
6025 * info-look.el: Add support for maxima-mode. Update commentary
6026 because info-lookup-symbol is now bound to C-h S.
6027
6028 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6029
6030 * simple.el (edit-and-eval-command): Bind print-level and
6031 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6032 Correct initial position in command-history.
6033
6034 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6035
6036 * files.el (read-directory-name): Adapt the docstring to recent
6037 change in Fread_file_name.
6038
6039 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6040
6041 * ses.el (ses-print-cell): If print format too wide for column
6042 width, truncate decimal places if that helps to avoid "#####" fill.
6043 * ses.el (ses-initial-column-width): Revert previous change.
6044
6045 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6048 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6049 Add edebug info.
6050 (jit-lock-mode): Setup/cancel the new timer.
6051 (jit-lock-context-fontify): New fun. Extracted from
6052 context fontification code of jit-lock-stealth-fontify.
6053 (jit-lock-stealth-fontify): Don't do context fontification any more.
6054
6055 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6056 (jit-lock-fontify-now): Handle the `quit' case.
6057 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6058
6059 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6060
6061 * progmodes/executable.el (executable-command-find-posix-p):
6062 New. Check if find handles arguments Posix-style.
6063
6064 * progmodes/grep.el (grep-compute-defaults):
6065 Use executable-command-find-posix-p.
6066 (grep-find): Check `grep-find-command'.
6067
6068 * filecache.el (file-cache-find-posix-p): Delete.
6069 (file-cache-add-directory-using-find):
6070 Use `executable-command-find-posix-p'.
6071
6072 2004-01-29 Dave Love <fx@gnu.org>
6073
6074 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6075 Iterate the hook function if arg is given.
6076 (mark-defun, narrow-to-defun): Change order of finding the limits.
6077
6078 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6079 (byte-compile-format-warn): New.
6080 (byte-compile-callargs-warn): Use it.
6081 (Format, message, error): Add byte-compile-format-like property.
6082 (byte-compile-maybe-guarded): New.
6083 (byte-compile-if, byte-compile-cond): Use it.
6084 (byte-compile-lambda): Compile interactive forms,
6085 just to make warnings about them.
6086
6087 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6088
6089 * ses.el (ses-initial-column-width): Increase to 14, so it will
6090 work well with the default printer of "%.7g" for extreme values
6091 like "-1.234567e+07".
6092
6093 2004-01-29 Kenichi Handa <handa@m17n.org>
6094
6095 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6096
6097 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6098
6099 * dos-w32.el: Added support for the `default-printer-name' function.
6100
6101 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * server.el (server-socket-name): Don't use the hostname in the
6104 socket name since /tmp is local to the host anyway.
6105
6106 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6107 robust check of widening and fix var-naming.
6108
6109 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6110
6111 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6112 or rmail-spam- to rsf- in all function and variable names.
6113 (rsf-min-region-to-spam-list): New variable.
6114 (rsf-bbdb-auto-delete-spam-entries): Rename from
6115 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6116 scanned together with the recipients field for spam testing; Don't
6117 delete spam message if rmail-delete-after-output is non-nil;
6118 (rsf-check-field): New function, extracted from code in
6119 rmail-spam-filter to ease addition of header fields like
6120 content-type:;
6121 (message-content-type): New variable. The content-type: field was
6122 added also in defcustom of rsf-definitions-alist;
6123 (rmail-spam-filter): Replace repeated test code for header fields
6124 by calls to check-field; change the call to
6125 rmail-output-to-rmail-file such that rmail-current-message stays
6126 the same to avoid wrong deletion of unseen flags.
6127 (rmail-use-spam-filter): Add autoload cookie.
6128
6129 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6130
6131 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6132 (file-cache-add-directory-using-find): Add Cygwin support.
6133 (file-cache-find-command-posix-flag): New user variable.
6134
6135 * filecache.el (file-cache-add-directory): Check for
6136 directories an remove them from dir-files.
6137
6138 2004-01-27 Richard M. Stallman <rms@gnu.org>
6139
6140 * man.el (Man-fontify-manpage): Clean up message.
6141
6142 2004-01-27 Kenichi Handa <handa@m17n.org>
6143
6144 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6145 (sentence-end): Define using sentence-end-without-space.
6146
6147 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6148 a sentence ends with one of a character in sentence-end-without-space.
6149
6150 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6153 (jit-lock): Group declaration moved to jit-lock.el.
6154 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6155 when necessary.
6156
6157 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6158 (jit-lock-context-unfontify-pos): Rename from
6159 jit-lock-first-unfontify-pos.
6160 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6161
6162 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6163
6164 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6165 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6166 (fortran-fill): When filling a string, adjust re-search-backward
6167 argument for special case of string just on fill-column.
6168 When filling non-string, allow one extra char if
6169 fortran-break-before-delimiters is non-nil.
6170 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6171 Use fortran-break-delimiters-re and fortran-no-break-re to
6172 correctly handle cases such as "**".
6173
6174 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6175 (f90-no-break-re): Add some extra tokens. Doc fix.
6176
6177 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6178
6179 * mail/rmail-spam-filter.el:
6180 Use two semicolons as Commentary line prefix.
6181 Add ";;; Code:" stylized comment.
6182 Delete end-of-line whitespace.
6183 Wrap (require 'cl) with `eval-when-compile'.
6184
6185 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6186
6187 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6188 at the top level of vc.el.
6189
6190 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6191
6192 * vc.el (vc-current-line): Function removed. This is now done by
6193 the new function line-at-pos in simple.el.
6194 (vc-annotate-warp-version): Use line-at-pos instead of
6195 vc-current-line.
6196
6197 2004-01-22 Kim F. Storm <storm@cua.dk>
6198
6199 * simple.el (line-at-pos): New defun.
6200 (what-line): Use it. Optimize by only counting lines in narrowed
6201 region once.
6202
6203 2004-01-22 Kenichi Handa <handa@m17n.org>
6204
6205 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6206 point (register r1) only for charset mule-unicode-0100-24ff.
6207
6208 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6209
6210 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6211 trailing white space and ensure a final newline.
6212
6213 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6214 Add autoload cookie.
6215
6216 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6217
6218 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6219 activate view-mode explicitly.
6220
6221 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6222
6223 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6224 use clipboard first.
6225
6226 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6229 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6230 (vc-mcvs-cvs): Remove.
6231 (vc-mcvs-command): Remove use of assert.
6232
6233 * outline.el (outline-insert-heading): Tighten up match.
6234 (outline-demote, outline-move-subtree-down): Don't assume anything
6235 about outline-regexp.
6236
6237 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6238 (texinfo-show-structure): Explicitly add ^, and simplify.
6239
6240 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6241
6242 * calendar/appt.el (appt-check): Restore usage of
6243 appt-issue-message deleted in previous change.
6244 (top-level): Activate package when loaded (needed for backwards
6245 compatibility).
6246
6247 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6248
6249 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6250 following previous change to smtpmail-send-data.
6251
6252 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6253
6254 * vc.el (vc-default-previous-version): Doc enhancement.
6255 (vc-default-next-version): New function.
6256 (vc-print-log): New arg FOCUS-REV.
6257 (vc-annotate-mode): Derive from view-mode.
6258 (vc-annotate): New args REVISION, DISPLAY-MODE.
6259 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6260 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6261 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6262 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6263 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6264
6265 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6266
6267 2004-01-19 Karl Berry <karl@gnu.org>
6268
6269 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6270 or "TexInfo".
6271
6272 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6273
6274 * subr.el (delete-dups): New function.
6275
6276 2004-01-19 Karl Berry <karl@gnu.org>
6277
6278 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6279 with ^, since that's what texinfo-show-structure
6280 documentation says (plus it works much better in texinfo.txi).
6281
6282 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6283
6284 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6285
6286 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6287
6288 * progmodes/which-func.el (which-function-mode): Don't cancel
6289 which-func-update-timer if not set.
6290
6291 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6292
6293 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6294 Remove spurious left square bracket in XX:XXam regexp.
6295
6296 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6297
6298 * progmodes/cc-defs.el: Do not require cl at run time.
6299
6300 2004-01-16 Richard M. Stallman <rms@gnu.org>
6301
6302 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6303 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6304
6305 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6306 Call rmail-spam-filter. Delete and expunge spam.
6307 Print number of spam messages deleted.
6308 Save and restore the deletion status of old messages when reading
6309 new mail with spam filter, so that expunging spam does not expunge
6310 msgs deleted by the user.
6311 (rmail-only-expunge): Add an optional argument dont-show to
6312 prevent showing message after expunge.
6313
6314 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6315
6316 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6317 * subr.el (declare): New macro.
6318
6319 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6320
6321 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6322
6323 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6326 Test window-system rather than system-type (for X11/Mac).
6327
6328 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6329
6330 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6331
6332 2004-01-12 Richard M. Stallman <rms@gnu.org>
6333
6334 * mail/rmail.el (rmail-convert-to-babyl-format):
6335 Use mail-unquote-printable-region.
6336 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6337 (rmail-hex-char-to-integer): Functions deleted.
6338
6339 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6340 (mail-unquote-printable-region): New arg NOERROR.
6341 For invalid encoding, either signal an error to just return nil.
6342
6343 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6344
6345 * calendar/appt.el: Update copyright and commentary.
6346 (appt-issue-message): Make obsolete.
6347 (appt-visible, appt-msg-window): Make obsolete, in favour of
6348 appt-display-format.
6349 (appt-display-mode-line, appt-display-duration)
6350 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6351 (appt-prev-comp-time, appt-display-count, appt-timer)
6352 (appt-convert-time): Doc change.
6353 (appt-disp-window-function, appt-delete-window-function):
6354 Use defcustom rather than defvar.
6355 (appt-display-format): New variable.
6356 (appt-display-message): New function with display code from appt-check.
6357 (appt-check): Add optional FORCE argument. Doc change.
6358 Add appt-make-list to diary-hook if displaying diary.
6359 Remove checking of view-diary-entries-initially.
6360 Message display section removed to new function appt-display-message.
6361 (appt-display-window): Doc change. Remove unused internal var
6362 this-buffer. Do not beep, since appt-display-message does that.
6363 (appt-make-list): Doc change. Use caar.
6364 (appt-sort-list): Simplify by using builtin sort function.
6365 (appt-update-list): New function for updating appts when diary is
6366 saved.
6367 (appt-activate): New autoloaded function to toggle package
6368 functionality.
6369
6370 * calendar/cal-x.el: (calendar-one-frame-setup)
6371 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6372
6373 * calendar/calendar.el: Update copyright.
6374 (view-diary-entries-initially, european-calendar-style): Doc change.
6375 (calendar-setup): Make defcustom rather than defvar.
6376 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6377 in let binding so local to function.
6378
6379 * calendar/diary-lib.el: Update copyright.
6380 (diary, diary-entry-time): Doc change.
6381 (list-diary-entries): Doc change. Trivial logic change.
6382 (fancy-diary-display): Restore make-face command mistakenly
6383 deleted 2003-05-08.
6384 (show-all-diary-entries): Allow to pop-up frame if needed.
6385
6386 2004-01-09 John Paul Wallington <jpw@gnu.org>
6387
6388 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6389 Temporarily select EVENT's window for changing eol type.
6390
6391 2004-01-09 Deepak Goel <deego@gnufans.org>
6392
6393 * calendar/diary-lib.el (diary-entry-time):
6394 Also accept time in the form XX[.XX][am/pm/AM/PM].
6395 (fancy-diary-font-lock-keywords): Likewise.
6396 (diary-font-lock-keywords): Likewise.
6397 * calendar/appt.el (appt-add): Likewise.
6398 (appt-make-list): Likewise.
6399 (appt-convert-time): Likewise.
6400
6401 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6402
6403 * gdb-ui.el (gdb-ann3): Revert previous change.
6404 (gdb-source-info): Allow for case of where compilation directory
6405 is not recorded.
6406
6407 2004-01-08 John Paul Wallington <jpw@gnu.org>
6408
6409 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6410
6411 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6412
6413 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6414
6415 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6416 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6417 problems.
6418 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6419
6420 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6421
6422 * files.el (write-file-functions, write-contents-functions):
6423 Clarify docstrings.
6424
6425 2004-01-07 Kenichi Handa <handa@m17n.org>
6426
6427 * international/mule.el (set-auto-coding): Fix for the case that
6428 end-of-line is only CR.
6429
6430 2004-01-07 Kim F. Storm <storm@cua.dk>
6431
6432 * subr.el (event-start, event-end): Doc fix.
6433 (posn-string, posn-image): New defuns.
6434 (posn-object): Return either image or string object.
6435 (posn-object-x-y): Return 8th element of position.
6436 (posn-object-width-height): New defun.
6437
6438 2004-01-06 Andreas Schwab <schwab@suse.de>
6439
6440 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6441 output.
6442
6443 2004-01-05 Karl Berry <karl@gnu.org>
6444
6445 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6446 / and *, too.
6447
6448 2003-12-31 Simon Josefsson <jas@extundo.com>
6449
6450 * files.el (before-save-hook): Add.
6451 (basic-save-buffer): Use before-save-hook.
6452
6453 * emacs-lisp/copyright.el: Fix comment to recommend
6454 before-save-hook instead of write-file-functions.
6455
6456 2004-01-05 Richard M. Stallman <rms@gnu.org>
6457
6458 * finder.el (finder-commentary): Call delete-other-windows.
6459
6460 * net/ange-ftp.el (ange-ftp-file-attributes):
6461 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6462
6463 2004-01-04 Karl Berry <karl@gnu.org>
6464
6465 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6466 comment characters % and # in the copyright year notice,
6467 as well as ;.
6468
6469 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6470
6471 * wid-edit.el (default): Define dummy :value-delete.
6472 Reported by Jesper Harder <harder@ifa.au.dk>.
6473
6474 2004-01-03 Richard M. Stallman <rms@gnu.org>
6475
6476 * progmodes/compile.el (compile-internal): Use point, not point-min,
6477 for set-window-point.
6478
6479 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6480
6481 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6482
6483 * progmodes/grep.el (grep-mode-map):
6484 Don't remap next-line, previous-line.
6485
6486 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6487
6488 * speedbar.el (speedbar-edit-line): Change regexp to position
6489 the cursor on the first character of this line's button.
6490
6491 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6492
6493 * subr.el (functionp): Doc fix.
6494
6495 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6496
6497 * progmodes/idlwave.el (idlwave-make-tags):
6498 * textmodes/flyspell.el (flyspell-large-region):.
6499 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6500 * emulation/viper-util.el (viper-glob-unix-files):
6501 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6502 * man.el (Man-init-defvars):
6503 * jka-compr.el (jka-compr-call-process):
6504 * files.el (get-free-disk-space,insert-directory):
6505 * ediff-ptch.el (ediff-test-patch-utility):
6506 * ediff-diff.el (ediff-test-utility):
6507 * dired-aux.el (dired-check-process):
6508 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6509 test the return value of call-process, because it can be a string.
6510
6511 2003-12-31 John Paul Wallington <jpw@gnu.org>
6512
6513 * bindings.el (completion-ignored-extensions): Add .pfsl.
6514
6515 2003-12-31 Kim F. Storm <storm@cua.dk>
6516
6517 * ido.el (ido-nonreadable-directory-p): New defun to check for
6518 nonreadable directory without activating tramp (to avoid problems
6519 with checking incomplete tramp paths).
6520 (ido-set-current-directory, ido-file-internal)
6521 (ido-file-name-all-completions1): Use it.
6522
6523 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6524
6525 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6526 documentation if the anchor (or node) name is preceded by `info
6527 anchor' or `Info anchor' in addition to earlier `info node' and
6528 `Info node'.
6529 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6530
6531 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6532
6533 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6534 error in arguments to base64-decode-region. Remove ^M characters
6535 after decoding base64.
6536
6537 2003-12-30 Simon Josefsson <jas@extundo.com>
6538
6539 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6540 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6541 have only been distributed with Emacs for some years.
6542 (texinfo-mode-hook): Customize.
6543
6544 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6545
6546 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6547 cleaner (suggested by Richard Stallman).
6548
6549 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6550 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6551 file-name clashes on 8+3 DOS filesystems.
6552
6553 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6554 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6555 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6556 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6557 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6558 file-name clashes on 8+3 filesystems.
6559
6560 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6561 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6562 file-name clashes on 8+3 DOS filesystems.
6563
6564 2003-12-29 Richard M. Stallman <rms@gnu.org>
6565
6566 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6567 Upcase the character.
6568
6569 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6570 Search for header separator alone on a line, literally,
6571 and search for it backward, not forward.
6572 (flyspell-abbrev-table): Always use global-abbrev-table
6573 if there is no local one.
6574
6575 * progmodes/sh-script.el (sh-get-indent-info):
6576 Don't move point back if at bob.
6577
6578 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6579
6580 * play/handwrite.el (handwrite): Make the handwrite credit message
6581 a comment rather than an output command.
6582
6583 * obsolete/sc.el: Display message that this file is obsolete.
6584
6585 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6586
6587 * mail/rfc822.el (rfc822-address-start): Declare variable.
6588 Renamed from address-start. All uses changed.
6589
6590 * term.el (term-exec): Set up sentinel.
6591 (term-sentinel): New function.
6592 (term-handle-exit): New function.
6593
6594 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6595 Use assoc-string, and mark them obsolete.
6596 (delay-mode-hooks): Mark as permanent local.
6597
6598 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6599
6600 * register.el (copy-rectangle-to-register): Doc fix.
6601
6602 * info.el (Info-insert-dir): Use assoc-string.
6603
6604 * info-look.el (info-lookup): Use assoc-string.
6605
6606 * frame.el (pop-up-frame-function): Use quote, not `function'.
6607 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6608 copying with lists as coordinate values.
6609
6610 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6611
6612 * find-dired.el (kill-find): New command.
6613 (find-dired): Make buffer read-only.
6614 Set up a keymap with C-c C-k running kill-find.
6615 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6616
6617 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6618
6619 * filecache.el (file-cache-ignore-case): New variable.
6620 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6621
6622 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6623 (comint-dynamic-complete-as-filename): Rename local vars.
6624 (comint-dynamic-list-filename-completions): Likewise.
6625
6626 * comint.el (comint-dynamic-list-completions-config): New var.
6627 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6628
6629 * comint.el (comint-file-name-chars): Add [].
6630 (comint-word): Use skip-chars-backward, not search.
6631
6632 * shell.el (shell-file-name-chars): Add [].
6633
6634 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6635
6636 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6637
6638 * generic.el (define-generic-mode): Doc fix.
6639
6640 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6641
6642 * files.el (kill-some-buffers): Doc fix.
6643
6644 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6645
6646 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6647 arg to send-invisible
6648 (send-invisible): Doc fix. The argument is now a prompt, not the
6649 string to send.
6650 (comint-read-noecho): Doc fix.
6651
6652 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6653
6654 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6655 "@", as required by some ISP hosting service. Fix defcustom
6656 argument syntax errors that prevented use of customization.
6657
6658 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6659
6660 * xml.el (xml-get-attribute-or-nil): Doc fix.
6661
6662 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6663
6664 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6665 write-file-hooks.
6666
6667 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6668
6669 * autorevert.el (auto-revert-interval): Doc fix.
6670
6671 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6672
6673 * xml.el (xml-get-attribute-or-nil): New function, like
6674 xml-get-attribute, but returns nil if the attribute was not found.
6675 (xml-get-attribute): Convert to defsubst, uses
6676 xml-get-attribute-or-nil.
6677
6678 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6679
6680 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6681
6682 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6683
6684 * custom.el (custom-declare-theme): Use `value' when putting
6685 properties on `theme'.
6686
6687 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6688
6689 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6690 for each yank-handler segment.
6691 (insert-for-yank-1): New function, with the body of the previous
6692 insert-for-yank.
6693
6694 * textmodes/table.el (table-yank-handler): New defcustom.
6695 (table--put-cell-indicator-property): Put yank-handler property
6696 that indicates the yank handler for the table cell.
6697
6698 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6699
6700 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6701 set of keywords.
6702
6703 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6704
6705 * international/mule-cmds.el (reset-language-environment)
6706 (set-language-environment): Don't invoke fontset-related functions
6707 if fontset-list is not fboundp.
6708
6709 2003-12-29 Kenichi Handa <handa@m17n.org>
6710
6711 * international/mule-cmds.el (reset-language-environment):
6712 Call set-overriding-fontspec-internal with nil.
6713 (set-language-environment): Call set-overriding-fontspec-internal
6714 if the language environment specify `overriding-fontspec'.
6715 (language-info-alist): Doc added.
6716
6717 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6718 characters of mule-unicode-0100-24ff.
6719 (ccl-encode-windows-1251-font): New CCL program.
6720 ("Bulgarian"): Specify overriding-fontspec.
6721 ("Belarusian"): Likewise.
6722
6723 2003-12-28 Sam Steingold <sds@gnu.org>
6724
6725 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6726 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6727
6728 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6729
6730 * progmodes/gud.el (gud-gdb-command-name): Set default to
6731 "gdb --annotate=3".
6732 (gud-gdb-marker-filter): Look out for annotations.
6733 (gdb-first-pre-prompt): New variable.
6734 Remove trailing white space.
6735
6736 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6737 if necessary.
6738 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6739 annotations are detected.
6740 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6741 instead of a local one to allow transition from
6742 gud-gdb-marker-filter.
6743 Remove trailing white space.
6744
6745 2003-12-27 Kim F. Storm <storm@cua.dk>
6746
6747 * ido.el: Handle non-readable directories.
6748 (ido-decorations): Add 9th element for non-readable directory.
6749 (ido-directory-nonreadable): New dynamic var.
6750 (ido-set-current-directory): Set it.
6751 (ido-read-buffer, ido-file-internal):
6752 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6753 (ido-file-name-all-completions1): Return empty list for
6754 non-readable directory.
6755 (ido-exhibit): Print [Not readable] if directory is not readable.
6756 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6757 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6758 Use it.
6759
6760 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6761
6762 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6763 calls to directory-files-and-attributes and file-attributes.
6764 (ls-lisp-format): Remove system dependent handling of user and
6765 group id's.
6766
6767 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6768
6769 * ffap.el (ffap-read-file-or-url): Revert previous change.
6770
6771 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6772
6773 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6774 new list of included files called `files-with-node-lines', that
6775 only have node lines. This way @include commands can include any
6776 file, such as version and update files without node lines, not
6777 just files that are chapters.
6778
6779 2003-12-25 Andreas Schwab <schwab@suse.de>
6780
6781 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6782 file not found.
6783
6784 2003-12-08 Miles Bader <miles@gnu.org>
6785
6786 * dired.el (dired-between-files): Always use dired-move-to-filename,
6787 which is more robust in non-english locales.
6788
6789 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6790
6791 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6792
6793 2003-12-24 Andreas Schwab <schwab@suse.de>
6794
6795 * shell.el (shell-file-name-quote-list): Add backslash.
6796
6797 * comint.el (comint-quote-filename): Correctly handle backslash
6798 in comint-file-name-quote-list.
6799
6800 2003-12-24 Kenichi Handa <handa@m17n.org>
6801
6802 * international/mule-cmds.el (set-default-coding-systems):
6803 Call ucs-set-table-for-input for all buffers that don't have local
6804 value of buffer-file-coding-system.
6805
6806 * international/ucs-tables.el (ucs-set-table-for-input):
6807 If translation-table-for-encode is a symbol, get its
6808 translation-table property.
6809
6810 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6811
6812 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6813 to `completing-read' on a recently fixed bug.
6814
6815 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6816 instead of SPACE, to get the list of possible fringe modes.
6817 SPACE only works if both `partial-completion-mode' and
6818 `completion-auto-help' are nil.
6819
6820 * complete.el (PC-is-complete-p): Delete.
6821 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6822 calls to `test-completion'.
6823
6824 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6825
6826 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6827 to edit values when there are no children.
6828
6829 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6830 a mode called "Assembler" already exists.
6831 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6832 (gud-watch): Use format option. Remove font properties from string.
6833 (gdb-var-create-handler, gdb-var-list-children-handler):
6834 Don't bother about properties as there are none.
6835 (gdb-var-create-handler, gdb-var-list-children-handler)
6836 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6837 with two arguments.
6838 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6839 Let speedbar show value changes with a different font.
6840 (gdb-edit-value): New defun.
6841 (gdb-clear-partial-output, gdb-clear-inferior-io)
6842 (def-gdb-auto-update-handler): Use erase-buffer.
6843 (gdb-frame-handler): Display watch expressions in
6844 FUNCTION::VARIABLE format if required.
6845
6846 2003-12-23 John Paul Wallington <jpw@gnu.org>
6847
6848 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6849 (Info-goto-emacs-command-node): Doc fixes.
6850
6851 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6852
6853 * cus-edit.el (custom-add-parent-links): Define "many".
6854
6855 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6856
6857 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6858 (widget-child-validate, widget-type-value-create)
6859 (widget-type-default-get, widget-type-match): New functions.
6860 (lazy): New widget.
6861 (menu-choice, checklist, radio-button-choice, editable-list)
6862 (group, documentation-string): Remove redundant (per 2003-10-25
6863 change) calls to `widget-children-value-delete'.
6864 (widget-choice-value-get, widget-choice-value-inline): Remove.
6865 (menu-choice): Update widget.
6866
6867 2003-12-03 Kenichi Handa <handa@m17n.org>
6868
6869 * language/cyrillic.el: Register "microsoft-cp1251" in
6870 ctext-non-standard-encodings-alist.
6871 ("Bulgarian"): Add ctext-non-standard-encodings.
6872 ("Belarusian"): Likewise.
6873
6874 * international/mule-conf.el (compound-text-with-extensions):
6875 Change the type to 2 (iso-2022 base).
6876
6877 * international/mule.el (ctext-non-standard-encodings-alist):
6878 Change the format.
6879 (ctext-non-standard-encodings): New variable.
6880 (ctext-post-read-conversion): Fully re-written.
6881 (ctext-non-standard-designations-alist): Delete it.
6882 (ctext-non-standard-encodings-table): New function.
6883 (ctext-pre-write-conversion): Fully re-written.
6884
6885 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6886
6887 * cus-edit.el (custom-add-parent-links): Add documentation links
6888 for parent, if the item has none of its own.
6889
6890 2003-11-30 Richard M. Stallman <rms@gnu.org>
6891
6892 * dired-aux.el (dired-do-query-replace-regexp):
6893 Report files visited read-only.
6894
6895 2003-11-30 Juri Linkov <juri@jurta.org>
6896
6897 * dired-aux.el (dired-compare-directories): New command.
6898 (dired-file-set-difference, dired-files-attributes): New functions.
6899
6900 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6901 Version 2.0.38 of Tramp released.
6902
6903 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6904 Charles Curley <charlescurley@charlescurley.com>.
6905 (tramp-multi-connection-function-alist): Add ssht entry which adds
6906 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6907 Aichner.
6908 (tramp-get-method-parameter): New function to retrieve a method
6909 parameter. This allows for omission of method parameters.
6910 Callers adjusted.
6911
6912 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6913
6914 * net/tramp.el: Add new optional parameter ID-FORMAT to
6915 `file-attributes'. Calls of `file-attributes' won't use this
6916 parameter for backward compatibility reasons.
6917 (tramp-perl-file-attributes): Add a new parameter to Perl script
6918 in order to handle uid/gid as strings, if desired.
6919 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6920 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6921 order to make the function more general.
6922 (tramp-handle-file-attributes): Replace proprietary optional
6923 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6924 (tramp-handle-file-attributes-with-perl): Handle parameter
6925 NONNUMERIC if set. This wasn't done in the past.
6926 (tramp-post-connection): Apply second parameter "$2" if
6927 `tramp-remote-perl' is called.
6928
6929 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6930 Correct cut'n'waste error (`filename' instead of `directory').
6931 (tramp-smb-handle-directory-files-and-attributes)
6932 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6933 introduced parameter ID-FORMAT.
6934 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6935 error (`directory' instead of `ldir').
6936
6937 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6938 `file-attributes' has a second parameter. If yes, apply it with
6939 value "'integer". Otherwise, don't use that parameter (default is
6940 integer format).
6941
6942 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6943
6944 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6945 (help-for-help): Add `C-h .' to the listed Help options.
6946 Remove trailing whitespace.
6947
6948 * help-at-pt.el: New file.
6949
6950 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6951
6952 * subr.el (noreturn, 1value): New macros for test coverage.
6953 See `testcover.el'.
6954
6955 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6956
6957 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6958 for macro `1value'.
6959 (testcover-1value): New function. Checks that a 1value form
6960 actually returns only one value. Requested by RMS.
6961
6962 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6963
6964 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6965 (gdb-var-list-children, gdb-var-list-children-handler)
6966 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6967 gdb commands that use mi to keep them out of the command history.
6968
6969 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6970
6971 * cus-start.el (all): Add use-file-dialog.
6972
6973 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6976
6977 2003-11-27 Kim F. Storm <storm@cua.dk>
6978
6979 * subr.el (posn-object-x-y): New defun.
6980
6981 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6984 Don't use `space' for \\\n.
6985 Be more selective as to which # are comment-starters.
6986
6987 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6988
6989 * subr.el (number-sequence): Improve handling of floating point
6990 arguments (suggested by Kim Storm). Allow negative arguments.
6991
6992 2003-11-26 Kenichi Handa <handa@m17n.org>
6993
6994 * international/mule-cmds.el (standard-display-european-internal):
6995 Cancel the standard-display-table setting for ` and '.
6996
6997 2003-11-26 Kim F. Storm <storm@cua.dk>
6998
6999 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7000 New defcustoms to add ffap-like functionality to ido.
7001 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7002 (ido-no-final-slash): New defun.
7003 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7004 (ido-read-file-name): ): Toggle VC checking via
7005 vc-handled-backends instead of vc-master-templates.
7006 (ido-file-internal): Handle ido-use-url-at-point and
7007 ido-use-filename-at-point via code borrowed from ffap-guesser.
7008 Handle new ido-exit code ffap.
7009 (ido-sort-list): Ignore final slash when sorting file names.
7010
7011 2003-11-25 Kim F. Storm <storm@cua.dk>
7012
7013 * emulation/cua-base.el (cua--standard-movement-commands):
7014 Add forward-sentence and backward-sentence.
7015
7016 2003-11-25 Stephen Eglen <stephen@gnu.org>
7017
7018 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7019 iswitchb-exit is set to 'usefirst when user selects buffer at head
7020 of list using RET. (Selecting buffers at the head of the list was
7021 broken if the substring was also a complete buffername.)
7022
7023 2003-11-23 Kim F. Storm <storm@cua.dk>
7024
7025 * progmodes/compile.el (grep-command, grep-use-null-device)
7026 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7027 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7028 (grep-regexp-alist, grep-program, find-program)
7029 (grep-find-use-xargs, grep-history, grep-find-history)
7030 (grep-process-setup, grep-compute-defaults)
7031 (grep-default-command, grep, grep-tag-default, grep-find)
7032 (grep-expand-command-macros, grep-tree-last-regexp)
7033 (grep-tree-last-files, grep-tree): Move grep variables, functions
7034 and commands to new file grep.el.
7035 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7036 (compilation-process-setup-function): Doc fix.
7037 (compilation-highlight-regexp, compilation-highlight-overlay): New
7038 defvars used for highlighting current compile error in source buffer.
7039 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7040 LOCAL-MAP which overrides compilation-highlight-regexp and
7041 compilation-mode-map for this compilation.
7042 Delay calling compilation-set-window-height until after running
7043 compilation-process-setup-function so it can buffer-local override
7044 compilation-window-height.
7045 Check buffer-local value of compilation-scroll-output.
7046 (compilation-set-window-height): Use buffer-local value of
7047 compilation-window-height.
7048 (compilation-revert-buffer): Don't pass (undefined)
7049 preserve-modes arg to revert-buffer.
7050 (next-error-no-select, previous-error-no-select): New commands.
7051 (compilation-goto-locus): Temporarily highlight current match in
7052 source buffer using compilation-highlight-regexp.
7053
7054 * progmodes/grep.el: New file with grep code from compile.el.
7055 (grep): New defcustom group.
7056 (grep-window-height): New defcustom, like compilation-window-height.
7057 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7058 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7059 (grep-command, grep-use-null-device, grep-find-command)
7060 (grep-tree-files-aliases, grep-tree-ignore-case)
7061 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7062 (grep-setup-hook): New hook variable.
7063 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7064 (grep-last-buffer): New defvar, override compilation-last-buffer.
7065 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7066 Call compile-internal with args highlight-regexp and grep-mode-map.
7067
7068 2003-11-23 Kim F. Storm <storm@cua.dk>
7069
7070 * subr.el (event-start, event-end): Doc fix.
7071 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7072 (posn-area, posn-actual-col-row, posn-object): New defuns.
7073 (posn-col-row): Simplify doc. Rewrite to use cond.
7074 (posn-point): Also return buffer position for events outside text
7075 area (that info is now present in the event position).
7076
7077 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7078 mouse-set-point so that hscroll still works now that clicks on
7079 fringes generate specific mouse events.
7080 (mouse-set-point): Note that it now works in fringes and margins
7081 too due to new semantics of posn-point in fringes and margins.
7082
7083 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7084 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7085
7086 2003-11-20 Kim F. Storm <storm@cua.dk>
7087
7088 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7089 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7090 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7091 to 100 for icons to avoid increasing line height when shown.
7092
7093 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7094
7095 * newcomment.el (comment-normalize-vars): Initialize properly if
7096 comment-start was nil.
7097
7098 2003-11-19 Andreas Schwab <schwab@suse.de>
7099
7100 * simple.el (set-variable): Fix indentation.
7101
7102 2003-11-17 Kenichi Handa <handa@m17n.org>
7103
7104 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7105 Fix docstring.
7106
7107 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7108
7109 * international/latin1-disp.el (latin1-display): Fix docstring.
7110
7111 2003-11-16 John Wiegley <johnw@newartisans.com>
7112
7113 * eshell/em-ls.el (eshell-ls-file): There are times with
7114 size-width is nil and uncomputed (when directories are created in
7115 dired, for example); in this case, 4 is reasonable default value,
7116 although it may caused skewed new entries (which could be avoided
7117 by returning the original value of 8 in all cases, but 99% of the
7118 time this is a waste of whitespace).
7119
7120 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7121
7122 * cc-engine.el (c-guess-continued-construct)
7123 (c-guess-basic-syntax): Check a little more carefully if it's a
7124 function declaration when an unknown construct followed by a block
7125 is found inside a statement context. This avoids macros followed
7126 by blocks to be taken as function declarations.
7127
7128 (c-guess-continued-construct): Change the analysis of a statement
7129 continuation with a brace open to `substatement-block', for
7130 consistency with recognized statements.
7131
7132 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7133 start is in a position so that `c-beginning-of-statement-1' jumped
7134 to the beginning of the same statement.
7135
7136 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7137 Don't accept binary operators in the arglist if we're in a function
7138 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7139 template recognition in cases like "if (a < b || c > d)".
7140
7141 (c-restricted-<>-arglists): New more appropriate name for
7142 `c-disallow-comma-in-<>-arglists'.
7143
7144 Accessing functions updated for the variable name change.
7145
7146 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7147 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7148
7149 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7150 labels.
7151
7152 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7153 instead of duplicating parts of it. This fixes bogus label
7154 recognition.
7155
7156 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7157 of checking the context in which to apply the minimum indentation,
7158 so that it isn't enforced in e.g. namespace blocks.
7159
7160 * cc-vars.el (c-inside-block-syms): New constant used by
7161 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7162 to somewhat reduce the risk of becoming stale.
7163
7164 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7165 cc-cmds to cc-engine to allow use from cc-align.
7166
7167 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7168 qualified identifiers containing "::".
7169
7170 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7171 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7172
7173 * cc-vars.el (c-emacs-features): Use a space in front of the name
7174 of the temporary buffer. That also avoids dumping problems in
7175 XEmacs due to undo info being left around after the buffer is killed.
7176
7177 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7178 arglist to see if it's a K&R style declaration.
7179
7180 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7181 before returning `knr-argdecl-intro'.
7182
7183 2003-11-16 John Wiegley <johnw@newartisans.com>
7184
7185 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7186 field in a long-listing always 8 characters, use `size-width',
7187 which has already been computed.
7188
7189 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7190
7191 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7192
7193 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7194
7195 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7196 Support operation while narrowed, with `diff-restrict-view'.
7197
7198 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7199
7200 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7201 Take additional optional arg NARROWFUN. For the generated functions:
7202 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7203 include frags that arrange to check for and save narrowing state before
7204 the move and then conditionally call NARROWFUN after the move.
7205
7206 2003-11-14 John Wiegley <johnw@newartisans.com>
7207
7208 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7209 that was optional, but obviously missing based on surrounding code.
7210
7211 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7212 string arguments to numbers unless the whole argument was seen as
7213 a number.
7214
7215 2003-11-14 Kenichi Handa <handa@m17n.org>
7216
7217 * international/mule.el (ctext-non-standard-encodings-alist):
7218 Fix coding systems.
7219
7220 2003-11-10 Kenichi Handa <handa@m17n.org>
7221
7222 * language/kannada.el ("Kannada"): Add sample-text.
7223
7224 * language/knd-util.el (kannada-compose-region)
7225 (kannada-compose-string, kannada-post-read-conversion):
7226 Add autoload cookie.
7227
7228 * international/quail.el (quail-completion): Change the message
7229 "corresponding translations" to "corresponding characters".
7230
7231 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7232
7233 * descr-text.el (describe-char): Fix typo.
7234
7235 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7236
7237 These changes are to support Kannada language/script.
7238
7239 * Makefile.in (DONTCOMPILE): Add kannada.el.
7240
7241 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7242
7243 * loadup.el: Preload kannada.el.
7244
7245 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7246 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7247 New variables.
7248
7249 * language/kannada.el: New file.
7250
7251 * language/knd-util.el: New file.
7252
7253 2003-11-07 Andreas Schwab <schwab@suse.de>
7254
7255 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7256 Also highlight AH_*.
7257
7258 * xml.el (xml-parse-dtd): Fix misplaced paren.
7259
7260 2003-11-07 Kenichi Handa <handa@m17n.org>
7261
7262 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7263
7264 2003-11-05 Juri Linkov <juri@jurta.org>
7265
7266 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7267 (desktop-buffer-file): Use saved buffer-file-coding-system
7268 for file reading. Set auto-insert to nil to prevent automatic
7269 insertion into restored empty files.
7270
7271 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7272
7273 * files.el (risky-local-variable-p): Make second argument optional.
7274
7275 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * subr.el (add-hook): Fix last change.
7278
7279 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7280
7281 * mail/rmail.el (rmail-convert-to-babyl-format):
7282 If base64-decode-region signals an error, catch it and silently
7283 ignore it.
7284
7285 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7286
7287 * xml.el (xml-parse-region): Allow comments to appear after the
7288 topmost element has closed.
7289 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7290 (xml-ns-expand-attr): New functions to do namespace handling.
7291 (xml-intern-attrlist): Back-compatible handling of attribute names.
7292 (xml-parse-tag): Move namespace handling to separate functions.
7293 Now produces elements in the form ((:ns . "element") (attr-list)
7294 children) instead of ('ns:element (attr-list) children).
7295 (xml-parse-attlist): Fix attribute parsing.
7296 (xml-parse-dtd): Change parsing so that it produces strings
7297 instead of interned symbols.
7298
7299 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7300
7301 * dired.el (dired-ls-sorting-switches): Doc fix.
7302
7303 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7304
7305 * emacs-lisp/rx.el (rx-or): Fix the case of
7306 "(rx (and ?a (or ?b ?c) ?d))".
7307
7308 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7309
7310 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7311 (texinfo-format-region): Use it.
7312 (texinfo-format-buffer-1): Ditto.
7313
7314 2003-11-01 Alan Mackenzie <acm@muc.de>
7315
7316 Changes to allow scrolling whilst in isearch mode:
7317 * isearch.el (isearch-unread-key-sequence): New function,
7318 extracted from isearch-other-meta-char.
7319 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7320 "scrollable" standard functions.
7321 (isearch-allow-scroll): New customizable variable.
7322 (isearch-string-out-of-window, isearch-back-into-window)
7323 (isearch-reread-key-sequence-naturally)
7324 (isearch-lookup-scroll-key): New functions.
7325 (isearch-other-meta-char): Doc string and functionality enhanced.
7326 Now accepts a prefix argument.
7327 (isearch-lazy-highlight-window-end): New variable.
7328 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7329 end (thru isearch-lazy-highlight-window-end), not only its start.
7330
7331 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7332 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7333 (universal-argument, universal-argument-more, negative-argument)
7334 (digit-argument, universal-argument-other-key): Minor changes.
7335
7336 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7337
7338 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7339 recursively if the last message is deleted, thus avoiding an
7340 infinite loop.
7341
7342 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7345 (tex-main-file): Don't add .tex if the extension is already present.
7346 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7347
7348 2003-10-29 Lute Kamstra <lute@gnu.org>
7349
7350 * progmodes/octave-inf.el (inferior-octave-prompt):
7351 Recognize version number in prompt.
7352
7353 2003-10-28 Dave Love <fx@gnu.org>
7354
7355 * international/characters.el: Fix some Unicode ranges.
7356
7357 2003-10-28 Kenichi Handa <handa@m17n.org>
7358
7359 * disp-table.el (standard-display-8bit)
7360 (standard-display-default, standard-display-ascii)
7361 (standard-display-g1, standard-display-graphic)
7362 (standard-display-underline): Assure that standard-display-table
7363 is a display table.
7364
7365 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7368 reindenting the first line.
7369
7370 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7371
7372 * wid-edit.el (widget-default-delete): Always delete child widgets.
7373
7374 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7377 if the line has code.
7378 Don't try to line up with something that's too far left.
7379
7380 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7381 (octave-mode-syntax-table): Add % as a comment starter.
7382 (octave-point): Remove.
7383 (octave-in-comment-p, octave-in-string-p)
7384 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7385 (octave-blink-matching-block-open, octave-auto-fill):
7386 Use line-(beginning|end)-position instead.
7387
7388 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7389
7390 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7391 for Francesco Potort\e,Al\e(B.
7392
7393 2003-10-23 Dave Love <fx@gnu.org>
7394
7395 * international/mule-cmds.el (locale-charset-to-coding-system):
7396 Don't rely on nil being a coding system.
7397
7398 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7399 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7400 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7401
7402 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7403
7404 * gdb-ui.el (gdb-current-language): New variable.
7405 (gdb-update-flag): Remove variable.
7406 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7407 (gdb-take-last-elt): Remove function.
7408 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7409 (gdb-post-prompt): Check for variable object changes here.
7410
7411 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7412 object changes in gdb-ui.el.
7413
7414 2003-10-21 Richard M. Stallman <rms@gnu.org>
7415
7416 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7417
7418 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7419 Don't check for foo*/ wildcard form here.
7420 (insert-directory): Recognize foo*/ as a wildcard.
7421 Separate wildcard-regexp variable from the arg, wildcard.
7422
7423 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7424 (remove-hook): Correctly handle strange cases about local hooks.
7425
7426 2003-10-21 David Ponce <david@dponce.com>
7427
7428 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7429 argument REAL, to return a real number instead of a rounded
7430 integer value. Define as inline function.
7431 (ruler-mode-right-fringe-cols): Likewise.
7432 (ruler-mode-scroll-bar-cols): New function.
7433 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7434 (ruler-mode-right-scroll-bar-cols): Likewise.
7435 (ruler-mode-space): New function.
7436 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7437 scroll bar mode and margins in a more robust way.
7438
7439 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7440
7441 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7442 (antlr-c-init-language-vars): New function.
7443 (antlr-mode): Use it with cc-mode before v5.29.
7444 (antlr-c-common-init): Don't set some local vars here.
7445 (antlr-mode): Set them here.
7446 (antlr-c-forward-sws): New function alias.
7447 (antlr-mode): Redefine with cc-mode before v5.30.
7448 (antlr-skip-sexps): Use it.
7449 (antlr-skip-exception-part): Ditto.
7450 (antlr-skip-file-prelude): Ditto.
7451 (antlr-outside-rule-p): Ditto.
7452 (antlr-end-of-body): Ditto.
7453 (antlr-option-kind): Ditto.
7454 (antlr-insert-option-area): Ditto.
7455 (antlr-file-dependencies): Ditto.
7456
7457 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7458
7459 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7460 Move backward only if point was not inside an entry.
7461
7462 2003-10-21 Richard M. Stallman <rms@gnu.org>
7463
7464 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7465
7466 2003-10-21 Juri Linkov <juri@jurta.org>
7467
7468 * compare-w.el: Automatically skip non-matching text to resync.
7469 (compare-windows-whitespace): Doc fix.
7470 (compare-windows-sync, compare-windows-sync-string-size)
7471 (compare-windows-recenter, compare-ignore-whitespace)
7472 (compare-windows-highlight, compare-windows-face): New variables.
7473 (compare-windows): Use compare-windows-sync.
7474 (compare-windows-highlight, compare-windows-dehighlight)
7475 (compare-windows-sync-regexp)
7476 (compare-windows-sync-default-function): New functions.
7477
7478 2003-10-21 Juri Linkov <juri@jurta.org>
7479
7480 * diff.el (diff-parse-differences): Don't visit the files now;
7481 instead, just record the error locus.
7482
7483 2003-10-21 Dave Love <fx@gnu.org>
7484
7485 * progmodes/cfengine.el: New file.
7486
7487 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7490 default-directory when completing file names.
7491
7492 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7493
7494 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7495 followed by the word `face', it gets treated as a face, even if
7496 it is also defined as a variable or a function.
7497
7498 2003-10-20 Dave Love <fx@gnu.org>
7499
7500 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7501 Avoid incf in macro expansion.
7502
7503 2003-10-20 John Paul Wallington <jpw@gnu.org>
7504
7505 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7506 `evenp' so we don't implicitly require cl library at runtime.
7507
7508 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7509
7510 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7511 (help-make-xrefs): Only make cross-references for faces if
7512 preceded or followed by the word `face'. Do not make a
7513 cross-reference for variables without variable documentation,
7514 unless preceded by the word `variable' or `option'. Update doc
7515 string accordingly.
7516
7517 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7518
7519 * progmodes/hideshow.el: Rewrite one-armed `if'
7520 constructs using either `when' or `unless'.
7521 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7522
7523 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7524
7525 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7526 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7527 instead of 12x12.
7528
7529 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7530
7531 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7532 message while converting to Babyl.
7533
7534 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7535
7536 * allout.el (allout-mode): Doc fix.
7537
7538 2003-10-16 Lute Kamstra <lute@gnu.org>
7539
7540 * subr.el (force-mode-line-update): Fix docstring.
7541
7542 2003-10-14 Dave Love <fx@gnu.org>
7543
7544 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7545 (default-input-method): Add :link, improve :type.
7546 (locale-charset-language-names): Fix utf-8 pattern.
7547 (locale-charset-match-p, locale-charset-alist)
7548 (locale-charset-to-coding-system): New.
7549 (set-locale-environment): Deal with codeset part of locale specs.
7550
7551 2003-10-14 Lute Kamstra <lute@gnu.org>
7552
7553 * fringe.el (fringe-mode): Use active voice in docstring.
7554 (set-fringe-style): Ditto.
7555
7556 2003-10-13 Lute Kamstra <lute@gnu.org>
7557
7558 * fringe.el (fringe-mode): Fix docstring.
7559 (set-fringe-style): Ditto.
7560
7561 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7562
7563 * ediff-mult.el (ediff-filegroup-action):
7564 Use ediff-default-filtering-regexp.
7565
7566 * ediff-util.el (ediff-recenter): Don't call
7567 ediff-restore-highlighting twice.
7568 (ediff-select-difference): Set current difference.
7569 (ediff-unselect-and-select-difference): Add comment.
7570
7571 * ediff.el (ediff-directories,ediff-directory-revisions)
7572 (ediff-directories3,ediff-merge-directories)
7573 (ediff-merge-directories-with-ancestor)
7574 (ediff-merge-directory-revisions)
7575 (ediff-merge-directory-revisions-with-ancestor):
7576 Use ediff-default-filtering-regexp.
7577
7578 2003-10-12 Andreas Schwab <schwab@suse.de>
7579
7580 * international/mule-cmds.el (locale-charset-language-names):
7581 Simplify regex by removing unused grouping.
7582
7583 2003-10-10 Dave Love <fx@gnu.org>
7584
7585 * bindings.el: Don't bind stop.
7586
7587 2003-10-08 Miles Bader <miles@gnu.org>
7588
7589 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7590 face instead of attempting to emulate it.
7591
7592 2003-10-07 Kenichi Handa <handa@m17n.org>
7593
7594 * international/mule-diag.el (list-coding-systems-1): List coding
7595 systems that are loaded automatically.
7596
7597 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7598
7599 * international/mule.el (autoload-coding-system): New function.
7600
7601 2003-10-07 Andreas Schwab <schwab@suse.de>
7602
7603 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7604 change-log-default-name in the buffer visiting the file.
7605
7606 2003-10-06 Dave Love <fx@gnu.org>
7607
7608 * files.el (find-file-hook): Customize.
7609 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7610
7611 * bindings.el (completion-ignored-extensions): Remove .log.
7612 (global-map): Add again, open, stop keys.
7613
7614 2003-10-05 Richard M. Stallman <rms@gnu.org>
7615
7616 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7617 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7618 Use sh-modify directly.
7619 (sh-select): Use sh-append, not eval.
7620
7621 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7622
7623 * info.el (Info-following-node-name): New function.
7624
7625 * loadhist.el (unload-feature-special-hooks):
7626 Rename from loadhist-hook-functions.
7627 (loadhist-hook-functions): Now an alias.
7628
7629 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7630
7631 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7632 file-name clashes on 8+3 filesystems.
7633
7634 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7635 Rename loaddefs-boot.el to ldefs-boot.el
7636
7637 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7638 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7639
7640 2003-10-03 Lute Kamstra <lute@gnu.org>
7641
7642 * info.el (Info-mode): Revert previous change.
7643 (Info-escape-percent): New function.
7644 (Info-fontify-node): Use it.
7645
7646 2003-10-02 Andreas Schwab <schwab@suse.de>
7647
7648 * loaddefs-boot.el: Regenerated.
7649
7650 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7651
7652 * ffap.el: Remove defadvice related code from CVS since `complete'
7653 provides a `PC-completion-as-file-name-predicate' variable that
7654 ffap can override.
7655
7656 2003-10-02 Kenichi Handa <handa@m17n.org>
7657
7658 * international/utf-8.el (ccl-decode-mule-utf-8):
7659 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7660
7661 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7662 * international/subst-big5.el: Likewise.
7663 * international/subst-gb2312.el: Likewise.
7664 * international/subst-ksc.el: Likewise.
7665
7666 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7667
7668 * calendar/calendar.el (increment-calendar-month)
7669 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7670 (generate-calendar, calendar-read-date, calendar-interval)
7671 (calendar-day-of-week): Handle years BC.
7672 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7673
7674 2003-10-01 Dave Love <fx@gnu.org>
7675
7676 * language/cyrillic.el (cp1251): Alias for windows-1251.
7677
7678 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7679 bootstrap.
7680
7681 2003-10-01 Lute Kamstra <lute@gnu.org>
7682
7683 * files.el: Fix typo.
7684 * imenu.el (imenu--generic-function): Docstring fix.
7685
7686 2003-09-30 Richard M. Stallman <rms@gnu.org>
7687
7688 * dired.el (dired-mode): Handle dired-directory as a list.
7689
7690 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7691
7692 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7693
7694 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7695
7696 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7697 Replace gud-display with gud-watch.
7698 (gud-speedbar-buttons): Add stuff for watching expressions
7699 in the speedbar when using M-x gdba. Use dolist on old part
7700 of this function.
7701
7702 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7703 (gdb-update-flag): New variables.
7704 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7705 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7706 (gud-watch, gdb-var-create-handler) : New functions.
7707 (gdb-var-list-children, gdb-var-list-children-handler)
7708 (gdb-var-create-regexp, gdb-var-update-regexp)
7709 (gdb-var-list-children-regexp): New constants.
7710 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7711 (gdb-annotation-rules): Reduce annotation set (level 3).
7712 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7713 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7714 updates.
7715 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7716 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7717 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7718 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7719 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7720 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7721 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7722 (gud-display, gud-display1)
7723 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7724 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7725 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7726 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7727 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7728 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7729 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7730 (gdb-display-display-buffer, gdb-toggle-display)
7731 (gdb-delete-display, gdb-expressions-popup-menu)
7732 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7733 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7734 to display buffer.
7735
7736 2003-09-30 Richard M. Stallman <rms@gnu.org>
7737
7738 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7739 Instead, set which-func-functions.
7740
7741 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7742 (which-func-functions): New variable.
7743 (which-function): Use that.
7744
7745 * info.el (Info-mode): Double each `%' in header line.
7746
7747 * emacs-lisp/lisp-mnt.el (lm-with-file):
7748 When FILE is nil, run BODY in current buffer.
7749
7750 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7751
7752 * help.el (describe-mode): Start with a brief list of minor modes.
7753 Find them thru minor-mode-list so as to find them all.
7754 Show them in alphabetical order.
7755
7756 * mail/sendmail.el (mail-aliases): Doc fix.
7757
7758 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7759
7760 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7761
7762 * mail/rmailsum.el (rmail-make-summary-line-1):
7763 Change comma after last label to a space.
7764 (rmail-summary-font-lock-keywords): Adapt to that change.
7765
7766 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7767
7768 * progmodes/scheme.el (scheme-mode-variables): When setting
7769 `font-lock-defaults', also specify that "#" should
7770 be interpreted with `word' syntax.
7771 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7772
7773 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7774
7775 * desktop.el: A lot of comments updated.
7776 (desktop-save-mode): Minor mode introduced.
7777 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7778 (desktop-load-default): Function made obsolete.
7779 (desktop-locals-to-save): Variable made customizable.
7780 (desktop-read): Optional parameter `dirname' added.
7781 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7782 `desktop-read' used.
7783 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7784
7785 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7786
7787 * whitespace.el (whitespace-clean-msg): Add user customizable message
7788 for displaying ``clean'' output.
7789 (whitespace-buffer): Use `whitespace-clean-msg'.
7790 (whitespace-global-mode): Fix typo.
7791
7792 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7793
7794 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7795
7796 2003-09-29 Lute Kamstra <lute@gnu.org>
7797
7798 * bindings.el (mode-line-modes): Remove superfluous :propertize
7799 construct in initialization.
7800 (mode-line-position): Change cons cell into proper list in
7801 initialization.
7802
7803 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7804
7805 * international/mule.el (decode-coding-inserted-region): Use car
7806 of the return value of find-operation-coding-system.
7807
7808 2003-09-29 Kenichi Handa <handa@m17n.org>
7809
7810 * descr-text.el (describe-char): Fix previous change.
7811
7812 2003-09-28 Kenichi Handa <handa@m17n.org>
7813
7814 * descr-text.el (describe-char-display): New function.
7815 (describe-char): Pay attention to display table on describing how
7816 a character is displayed.
7817
7818 * international/mule-cmds.el (encoded-string-description):
7819 Prepend "0x" to each encoded byte.
7820
7821 2003-09-28 Andreas Schwab <schwab@suse.de>
7822
7823 * find-file.el (ff-special-constructs): Add autoload cookie.
7824
7825 2003-09-28 Kevin Ryde <user42@zip.com.au>
7826
7827 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7828 makeinfo appends to duplicate index entries.
7829
7830 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7831
7832 * dired-x.el (dired-clean-tex): Doc fix.
7833
7834 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7835 using a Chinese tutorial.
7836
7837 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7838
7839 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7840 between "MAIL FROM:" and "RCPT TO:" and the following address.
7841
7842 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7843
7844 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7845
7846 2003-09-28 David Ponce <david@dponce.com>
7847
7848 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7849 (recentf-load-list): When `recentf-initialize-file-name-history'
7850 is non-nil, initialize an empty `file-name-history' with the
7851 recent list.
7852
7853 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7854
7855 * man.el (Man-default-man-entry): Remove the leading `*' from the
7856 word at point.
7857
7858 2003-09-26 Lute Kamstra <lute@gnu.org>
7859
7860 * bindings.el (mode-line-position): Mention size indication in
7861 docstring.
7862
7863 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7864
7865 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7866
7867 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7868 because it's autoloaded now.
7869
7870 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7871
7872 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7873 (sh-font-lock-keywords, sh-feature): Fix previous change of
7874 sh-feature to avoid infloop with sh-font-lock-keywords.
7875
7876 2003-09-25 Kim F. Storm <storm@cua.dk>
7877
7878 * frame.el (frame-current-scroll-bars): New defun.
7879
7880 * window.el (window-current-scroll-bars): New defun.
7881
7882 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7883
7884 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7885 cause errors when the state cache contains info on parts that have
7886 been narrowed out.
7887
7888 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7889
7890 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7891 `c-setup-paragraph-variables' has to be used when this variable is
7892 changed; it doesn't work to reinitialize the mode since that
7893 typically clobbers the variable.
7894
7895 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7896 Make it interactive.
7897
7898 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7899
7900 * progmodes/cc-fonts.el (c-font-lock-declarations):
7901 Fix recognition of constructors and destructors for classes whose
7902 names are matched by `*-font-lock-extra-types'.
7903
7904 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7905 followed by an identifier in C++ then it's a type.
7906
7907 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7908
7909 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7910 problem that primarily affected XEmacs. Don't use faces to find
7911 unterminated strings since Emacs and XEmacs fontify strings
7912 differently - this function should now work better in XEmacs.
7913
7914 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7915
7916 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7917 `expand-abbrev' workaround which caused braces to misbehave inside
7918 macros.
7919
7920 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7921 handling. This bug could cause interactive font locking to bail out.
7922
7923 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7924
7925 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7926 Handle paren-style types in Pike. Also fixed some cases of
7927 insufficient handling of unbalanced parens.
7928
7929 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7930
7931 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7932 common shell prompts that are not common filename or URL characters.
7933 (ffap-file-at-point): Use the new regexp to strip the prompts from
7934 the file names. This is an issue mostly for user prompts that
7935 don't have a trailing space and find-file-at-point is invoked from
7936 within a shell inside Emacs.
7937
7938 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7939
7940 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7941 stamps numerically, rather than textually.
7942
7943 2003-09-24 Kenichi Handa <handa@m17n.org>
7944
7945 * language/devan-util.el (devanagari-post-read-conversion):
7946 * language/mlm-util.el (malayalam-post-read-conversion):
7947 * language/tml-util.el (tamil-post-read-conversion):
7948 Add autoload cookie.
7949
7950 * international/utf-8.el (utf-8-post-read-conversion):
7951 Call post-read-conversion functions for Devanagari, Malayalam,
7952 and Tamil.
7953
7954 2003-09-23 Dave Love <fx@gnu.org>
7955
7956 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7957
7958 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7959
7960 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7961 Update gud-remove.
7962
7963 2003-09-22 Richard M. Stallman <rms@gnu.org>
7964
7965 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7966 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7967 (sh-mode-syntax-table-input): New variable.
7968 (sh-require-final-newline): Don't use eval.
7969 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7970 (sh-variables, sh-font-lock-keywords): Don't use eval.
7971 (sh-set-shell): When setting require-final-newline,
7972 treat value = `require-final-newline' as don't change it.
7973 Set sh-mode-syntax-table locally based on
7974 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7975
7976 * progmodes/compile.el (compile-internal):
7977 Call compilation-set-window-height before setting window start.
7978
7979 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7980
7981 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7982 Clear out byte-compile-last-warned-form.
7983
7984 2003-09-22 Richard M. Stallman <rms@gnu.org>
7985
7986 * woman.el (woman-file-name, woman-follow-word):
7987 If current-word returns nil, use "".
7988
7989 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7990
7991 2003-09-22 Richard M. Stallman <rms@gnu.org>
7992
7993 * emacs-lisp/lisp-mnt.el (lm-with-file):
7994 Don't visit the file, just use insert-file-contents in temp buffer.
7995
7996 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7997
7998 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7999 Add surrounding \\( and \\) around the header, as in
8000 for lm-history-header 'Change Log\\|History'.
8001
8002 2003-09-22 John Paul Wallington <jpw@gnu.org>
8003
8004 * progmodes/ld-script.el: Add Commentary section,
8005 minor cleanup of file header.
8006 (ld-script-font-lock-keywords): Doc fix.
8007 (toplevel): Provide `ld-script' feature.
8008
8009 2003-09-21 Kim F. Storm <storm@cua.dk>
8010
8011 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8012 new built-in variable default-frame-scroll-bars.
8013 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8014 scroll-bar-mode; notably, use it instead of t when we toggle
8015 scroll-bars on.
8016 (toggle-scroll-bar): Use default-frame-scroll-bars.
8017
8018 2003-09-19 Masatake YAMATO <jet@gyve.org>
8019
8020 * pcvs.el (cvs-do-removal): Change the prompt depending on
8021 `filter' value.
8022
8023 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8024
8025 * startup.el (command-line-1): Stop startup-echo-area-message
8026 being hidden by "Loading image..." message.
8027 (use-fancy-splash-screens-p, display-splash-screen):
8028 Move display-graphic-p test from latter to former.
8029
8030 * progmodes/sh-script.el (sh-font-lock-keywords):
8031 Highlight escaped EOLs differently from other backslash constructs.
8032
8033 2003-09-19 Richard M. Stallman <rms@gnu.org>
8034
8035 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8036 New functions.
8037 (edebug-enter, edebug-outside-excursion): Use them.
8038
8039 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8040 Fix the condition for whether to print "In WHERE".
8041
8042 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8043
8044 * finder.el (finder-mode-hook): New variable.
8045 (finder-mode): Run hook finder-mode-hook
8046
8047 2003-09-18 Masatake YAMATO <jet@gyve.org>
8048
8049 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8050
8051 2003-09-17 Mario Lang <mlang@delysid.org>
8052
8053 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8054 "p %e" to actually print the value in the GUD buffer.
8055
8056 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8057
8058 From David Ponce <david.ponce@wanadoo.fr>:
8059 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8060 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8061 from loaddefs-boot.el if necessary.
8062
8063 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8064
8065 * progmodes/gud.el (gud-find-class): Make jdb work again since
8066 cc-mode changed the syntactic information.
8067
8068 2003-09-15 David Ponce <david@dponce.com>
8069
8070 * recentf.el: (recentf-exclude): Accept predicates too.
8071 (recentf-file-readable-p): New function.
8072 (recentf-include-p): Handle predicates in recentf-exclude.
8073 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8074 (recentf-cleanup): Likewise.
8075 (recentf-save-list): Use write-file to handle backup of
8076 recentf-save-file.
8077
8078 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8079
8080 * loaddefs-boot.el: Renamed from `loaddefs.el'
8081 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8082 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8083 necessary.
8084
8085 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8086
8087 * electric.el (Electric-pop-up-window): For the `one-window' case,
8088 no longer disconcertingly move point in the original buffer.
8089
8090 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8093
8094 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8095
8096 * dired.el (dired-mode-map): Fix typo.
8097
8098 2003-09-11 Richard M. Stallman <rms@gnu.org>
8099
8100 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8101
8102 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8103
8104 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8105 the function is less noisy. Now only `kill-buffer' can ask questions.
8106
8107 2003-09-10 Mario Lang <mlang@delysid.org>
8108
8109 * battery.el: Update Commentary and Copyright.
8110 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8111 appear due to wrong ordering of the expressions in `or'.
8112
8113 2003-09-09 Lute Kamstra <lute@gnu.org>
8114
8115 * misc.el (upcase-char): Fix docstring.
8116 (zap-up-to-char): New command.
8117
8118 2003-09-08 David Ponce <david@dponce.com>
8119
8120 Ensure that recentf correctly updates the menu bar.
8121 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8122 (recentf-menu-bar): New function.
8123 (recentf-clear-data): Use it
8124 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8125 of easy-menu-change.
8126
8127 2003-09-08 Lute Kamstra <lute@gnu.org>
8128
8129 * simple.el (size-indication-mode): New.
8130 * bindings.el (mode-line-position): Add buffer size indicator.
8131
8132 2003-09-04 Mario Lang <mlang@delysid.org>
8133
8134 * battery.el (battery-linux-proc-acpi): New function.
8135 (battery-status-function): Modify default value calculation to also
8136 check for availability of ACPI.
8137 (battery-echo-area-format): Ditto.
8138 (battery-mode-line-format): Ditto.
8139
8140 2003-09-06 Dave Love <fx@gnu.org>
8141
8142 * ielm.el (ielm-mode-hook): Add :options.
8143
8144 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8145 (eldoc-print-current-symbol-info): Use it.
8146
8147 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8148
8149 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8150 being displayed in GUD buffer.
8151 (gdb-idle-input-queue): Remove var. Use just one queue.
8152 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8153 Remove functions. Use just one queue.
8154 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8155 (gdb-invalidate-assembler, gdb-get-current-frame):
8156 Modify functions. Use just one queue.
8157
8158 2003-09-04 Dave Love <fx@gnu.org>
8159
8160 * cus-start.el: Add blink-cursor-alist.
8161
8162 * ruler-mode.el (ruler-mode-fill-column-char)
8163 (ruler-mode-current-column-char): Use char-displayable-p,
8164 not window-system.
8165
8166 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8167
8168 * language/european.el (windows-1252): Move from code-pages.
8169
8170 * language/cyrillic.el ("Windows-1251"): Delete.
8171 ("Bulgarian", "Belarusian"): Remove `features'.
8172 (windows-1251): Move from code-pages.
8173
8174 * international/mule-diag.el (non-iso-charset-alist):
8175 Remove `codepage' stuff.
8176 (print-designation, list-coding-systems-1): Output fixes.
8177
8178 * international/code-pages.el (cp-make-translation-table)
8179 (cp-valid-codes): Made defsubsts.
8180 (cp-fix-safe-chars): Delete.
8181 (mule-diag): Don't require.
8182 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8183 (top-level): Check for defined coding system when defining
8184 cp... aliases. Change w32-add-charset-info test to avoid warning.
8185 (non-iso-charset-alist): Defvar when compiling.
8186 (cp-make-coding-system): Doc fix.
8187
8188 2003-09-02 Jason Rumney <jasonr@gnu.org>
8189
8190 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8191 line-ends from CVS before doing conversion.
8192
8193 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8194
8195 * calendar/diary-lib.el (diary-header-line-flag)
8196 (diary-header-line-format): New variables.
8197 (list-diary-entries): Use them to set header line in simple diary.
8198
8199 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8200 other than font-lock-string-face to highlight backslashes.
8201
8202 2003-09-01 Jason Rumney <jasonr@gnu.org>
8203
8204 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8205 regexp.
8206
8207 2003-09-01 Dave Love <fx@gnu.org>
8208
8209 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8210
8211 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8212 and :help; also line and column numbers labels.
8213
8214 * international/mule-util.el (char-displayable-p): Move from
8215 latin1-disp, rename and autoload.
8216
8217 * international/latin1-disp.el (latin1-char-displayable-p):
8218 Now obsolete alias. Replace uses with char-displayable-p.
8219 (latin1-display-ucs-per-lynx): Fix last change.
8220
8221 * international/mule-cmds.el (standard-display-european-internal):
8222 Don't use char code for Latin-1 NBSP.
8223 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8224 U+2018, U+2019 for `'.
8225 (select-safe-coding-system): Message fix.
8226
8227 2003-09-01 Kenichi Handa <handa@m17n.org>
8228
8229 * international/fontset.el (setup-default-fontset): For Thai
8230 font, specify "*" family.
8231
8232 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8233
8234 * progmodes/compile.el (previous-error): Accept a prefix
8235 argument, similarly to next-error.
8236
8237 2003-08-31 Masatake YAMATO <jet@gyve.org>
8238
8239 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8240 the number of files. Bind the number of files to a local
8241 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8242
8243 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8244
8245 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8246 2003-07-26: msdos-long-file-names is a function, not a variable.
8247
8248 2003-08-29 Richard M. Stallman <rms@gnu.org>
8249
8250 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8251 Do nothing with mail-personal-alias-file if it is nil.
8252
8253 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8254 Do nothing if mail-personal-alias-file is nil.
8255
8256 * term.el (term-exec-1): Bind coding-system-for-read.
8257
8258 * dired.el (dired-mouse-find-file-other-window):
8259 Use dired-view-command-alist here, as in dired-view-file.
8260 (dired-view-command-alist): Use %s to substitute file name.
8261 Handle .ps_pages, .eps, .jpg, .gif, .png.
8262
8263 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8264
8265 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8266 `Info-prev-reference', instead of M-tab.
8267
8268 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8269
8270 * simple.el (blink-matching-open): Work correctly on chars that
8271 are designated as parens through the syntax-table text property.
8272
8273 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8274
8275 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8276 line break position in the middle of a non-kinsoku (e.g. latin)
8277 word, making it skip until either a space or a character with
8278 category "|".
8279 (kinsoku-longer): Test for end of buffer.
8280
8281 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8282
8283 * mail/rmail.el (rmail-convert-to-babyl-format):
8284 Detect quoted-printable- and base64-encoded messages and decode them
8285 automatically. Set the message's encoding from the charset=
8286 header, if any. Decode base64-encoded messages in Mail format as well.
8287
8288 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8289
8290 * mail/smtpmail.el: Fix previous change.
8291 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8292 calling smtpmail-via-smtp.
8293 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8294
8295 2003-08-26 John Paul Wallington <jpw@gnu.org>
8296
8297 * image.el (image-jpeg-p): Don't search beyond length of data.
8298
8299 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8300
8301 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8302 misfeature in `expand-abbrev' which caused electric keywords like
8303 "else" to disappear if an open brace was typed directly afterwards.
8304
8305 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8306
8307 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8308 mandatory in `define-widget'.
8309
8310 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8311 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8312
8313 (c-assignment-operators): New language constant that only contains
8314 the assignment operators.
8315
8316 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8317
8318 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8319
8320 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8321 Safeguard against unbalanced sexps.
8322
8323 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8324
8325 * version.el (emacs-version): Check for gtk. Include gtk version info.
8326
8327 2003-08-25 John Paul Wallington <jpw@gnu.org>
8328
8329 * man.el (Man-default-man-entry): Don't whizz past the section
8330 number before looking for it.
8331
8332 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8333
8334 * progmodes/gud.el (gud-display-line): Don't set window-point if
8335 source buffer is not visible. (Only happens with M-x gdba.)
8336
8337 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8338 documentation.
8339 (gdb-source, gdb-source-info): Update to assembler unnecessary
8340 as its done after each GDB command anyway.
8341 (gdb-pre-prompt): Use with-current-buffer.
8342 (gdb-insert-field): Add help-echo text.
8343 (gdb-invalidate-assembler): Re-display of assembler now done in
8344 gdb-info-breakpoints-custom.
8345 (gdb-info-breakpoints-custom): Force re-display of assembler to
8346 happen *after* update of breakpoints buffer.
8347 (gdb-display-source-buffer): Don't choke if gdb-source-window
8348 isn't visible.
8349 (gdb-put-string, gdb-put-arrow): Remove free variables.
8350
8351 2003-08-24 John Paul Wallington <jpw@gnu.org>
8352
8353 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8354
8355 * man.el (Man-default-man-entry): Strip text properties when
8356 snarfing parts of entry because `format' preserves properties.
8357
8358 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8359
8360 * files.el (file-newest-backup): Use `expand-file-name'.
8361
8362 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8363 Allow the diary to pop up a new frame, if needed.
8364
8365 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8366 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8367 (smtpmail-send-it): Make treatment of envelope-from consistent with
8368 sendmail.el.
8369
8370 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8371 (sh-leading-keywords): Add the bash `time' reserved word.
8372 (sh-variables): Add some bash variables.
8373 (sh-add-completer): Fix nil branch of case statement.
8374
8375 2003-08-24 Masatake YAMATO <jet@gyve.org>
8376
8377 * progmodes/ld-script.el: New file.
8378
8379 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8380
8381 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8382
8383 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8384
8385 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8386 Better explain obsolescence, and what to use instead.
8387
8388 2003-08-23 Masatake YAMATO <jet@gyve.org>
8389
8390 * pcvs.el (cvs-do-removal): Show the deleted file name
8391 on the prompt.
8392
8393 2003-08-20 Dave Love <fx@gnu.org>
8394
8395 * international/mule.el (make-coding-system)
8396 (set-buffer-file-coding-system): Doc fix.
8397
8398 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8399
8400 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8401
8402 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8403
8404 * international/utf-16.el: Add mime-text-unsuitable coding system
8405 properties.
8406
8407 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8408
8409 * cus-edit.el: Add some :links.
8410 (bib): Remove.
8411
8412 * textmodes/bib-mode.el (bib): Add :group external.
8413
8414 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8415
8416 * wid-edit.el (widget-echo-help): Make it handle expressions that
8417 evaluate to strings.
8418
8419 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8420
8421 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8422
8423 Simplify selection of SQL products to define highlighting and
8424 interactive mode. Includes detailed instructions on adding
8425 support for new products.
8426
8427 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8428 product for use in highlighting and interactive mode.
8429 (sql-interactive-product): New variable. SQL product for
8430 sql-interactive-mode.
8431 (sql-product-support): New variable. Specifies product-specific
8432 parameters to drive highlighting and interactive mode.
8433 (sql-imenu-generic-expression): Add more object types.
8434 (sql-sqlite-options): Correct comment.
8435 (sql-ms-program): Use "osql" rather than "isql".
8436 (sql-prompt-regexp, sql-prompt-length): Update comment.
8437 (sql-mode-menu): Add "Start SQLi session" entry.
8438 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8439 (sql-mode-abbrev-table): Add abbreviations. Support of
8440 SYSTEM-FLAG on define-abbrev. Support was removed with last
8441 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8442 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8443 names.
8444 (sql-mode-ansi-font-lock-keywords): Set as default value.
8445 (sql-mode-oracle-font-lock-keywords): Set as default value.
8446 Support Oracle 9i keywords.
8447 (sql-mode-postgres-font-lock-keywords): Set as default value.
8448 (sql-mode-linter-font-lock-keywords): Set as default value.
8449 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8450 SQLServer 2000.
8451 (sql-mode-sybase-font-lock-keywords)
8452 (sql-mode-interbase-font-lock-keywords)
8453 (sql-mode-sqlite-font-lock-keywords)
8454 (sql-mode-strong-font-lock-keywords)
8455 (sql-mode-mysql-font-lock-keywords)
8456 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8457 keywords.
8458 (sql-mode-font-lock-defaults): Update comment.
8459 (sql-product-feature): New function. Returns feature associated
8460 with a product from `sql-product-support' alist.
8461 (sql-product-font-lock): New function. Set font-lock support
8462 based on `sql-product'.
8463 (sql-add-product-keywords): New function. Add font-lock rules to
8464 product-specific keyword variables.
8465 (sql-set-product): New function. Set `sql-product' and apply
8466 appropriate font-lock highlighting.
8467 (sql-highlight-product): New function. Set font-lock support
8468 based on a product. Also set mode name to include product name.
8469 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8470 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8471 Use `sql-set-product'.
8472 (sql-highlight-ms-keywords)
8473 (sql-highlight-sybase-keywords)
8474 (sql-highlight-interbase-keywords)
8475 (sql-highlight-strong-keywords)
8476 (sql-highlight-mysql-keywords)
8477 (sql-highlight-sqlite-keywords)
8478 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8479 (sql-get-login): Prompt in the same order as the tokens.
8480 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8481 (sql-product-interactive): New function. Common portions of
8482 product-specific interactive mode wrappers.
8483 (sql-interactive-mode): Rewritten to use product features.
8484 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8485 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8486 (sql-db2, sql-linter): Use `sql-product-interactive'.
8487 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8488 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8489 (sql-connect-ingres, sql-connect-postgres)
8490 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8491 New functions. Format command line parameters and invoke comint on
8492 the appropriate interpreter. Code was in the corresponding
8493 `sql-xyz' function before.
8494 (sql-connect-ms): New function. Support -E argument to use
8495 operating system credentials for authentication.
8496
8497 2003-08-18 Kenichi Handa <handa@m17n.org>
8498
8499 * international/mule.el (encode-char): Fix for the ASCII case.
8500
8501 2003-08-15 Kenichi Handa <handa@m17n.org>
8502
8503 * international/fontset.el (setup-default-fontset): Change "*" to
8504 nil in the specifications of font family.
8505
8506 2003-08-18 Kim F. Storm <storm@cua.dk>
8507
8508 * kmacro.el (kmacro-keymap): Group related bindings in
8509 initialization for clarity. Bind C-s to start macro.
8510 Remove C-r binding.
8511 (kmacro-initial-counter-value): New defvar to hold initial counter
8512 value in case we set the value before defining a macro.
8513 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8514 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8515 not defining or executing macro. Doc fix.
8516 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8517 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8518 temporarily view older elements on the macro ring without cycling
8519 the ring.
8520 (kmacro-display): Doc fix.
8521 (kmacro-exec-ring-item): New helper function.
8522 (kmacro-call-ring-2nd): Use it.
8523 (kmacro-call-ring-2nd-repeat): Doc fix.
8524 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8525 (kmacro-end-or-call-macro): Execute last viewed macro (using
8526 kmacro-exec-ring-item) from ring if this follows
8527 kmacro-view-macro. This allows us to find a macro on the ring
8528 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8529 the ring to bring it to the head of the ring.
8530 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8531 Allow binding to reserved keys without specifying C-x C-k prefix.
8532 Ask for confirmation if entered key sequence is already bound to
8533 a non-macro command.
8534 (kmacro-view-macro): Repeating command will show older elements
8535 on the macro ring; C-k will execute the last viewed macro.
8536 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8537 property from 'ring to 'head.
8538
8539 2003-08-17 Alan Shutko <ats@acm.org>
8540
8541 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8542 keeping December out of the alist.
8543
8544 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8545
8546 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8547 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8548 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8549 (calendar-flatten): New function.
8550 (calendar-mouse-view-other-diary-entries)
8551 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8552 in the menu title and to show multi-line diary entries correctly
8553 in the menu.
8554
8555 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8556
8557 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8558 defcustom, because the default was recently changed.
8559
8560 2003-08-16 Richard M. Stallman <rms@gnu.org>
8561
8562 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8563
8564 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8565 New subroutine, broken out of eval-last-sexp-1.
8566 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8567
8568 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8569
8570 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8571
8572 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8573
8574 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8575
8576 * progmodes/compile.el (compilation-error-regexp-alist):
8577 Add Java ANt error detection as described in document
8578 http://ant.apache.org/faq.html
8579
8580 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8581
8582 * simple.el (backward-word, forward-to-indentation)
8583 (backward-to-indentation): Argument changed to optional.
8584 (next-line, previous-line): Use `or' instead of `unless'.
8585
8586 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8587
8588 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8589 instead of a constant.
8590
8591 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8592
8593 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8594
8595 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8596
8597 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8598 (vc-sccs-workfile-version): Search the entire delta table, rather
8599 than just the first entry, because that might be a deleted version.
8600
8601 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8602
8603 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8604 [save-place] binding in the Options menu. Have it require
8605 'saveplace' and then toggle the variable manually, to avoid an an
8606 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8607 for the bug report.
8608
8609 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8610
8611 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8612 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8613 (gdb-info-threads-custom): Add help-echo text.
8614 (gdb-display-back): Don't use purecopy.
8615 (gdb-info-breakpoints-custom, gdb-reset)
8616 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8617 icons can be displayed.
8618
8619 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8620
8621 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8622
8623 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8624
8625 * bookmark.el (bookmark-completing-read):
8626 Return a string, instead of a list of one string.
8627 Use a popup menu if activated from the mouse.
8628 (bookmark-edit-annotation): Remove unused vars.
8629 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8630 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8631 to bookmark-completing-read.
8632 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8633 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8634 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8635 and erase-buffer.
8636 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8637 (bookmark-menu-jump, bookmark-menu-insert)
8638 (bookmark-popup-menu-and-apply-function)
8639 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8640 (bookmark-menu-build-paned-menu): Remove by folding it into
8641 bookmark-menu-popup-paned-menu.
8642 (menu-bar-bookmark-map): Move the define-key statements here.
8643 Use the "non-menu" commands since they now pop up a menu if needed.
8644 (bookmark-exit-hook-internal): Simplify.
8645
8646 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8647
8648 * reftex-toc.el (reftex-toc-rename-label): New function.
8649 (reftex-toc-check-docstruct): New function.
8650
8651 * reftex.el (reftex-region-active-p): New function.
8652
8653 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8654 regexp to find the \bibliography macro.
8655
8656 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8657 which does not exist in LaTeX.
8658 (reftex-cite-format-builtin): Added amsrefs support.
8659 (reftex-toc-confirm-promotion): New option
8660
8661 * reftex-toc.el
8662 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8663 (reftex-toc-demote, reftex-toc-promote)
8664 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8665 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8666 (reftex-toc-newhead-from-alist)
8667 (reftex-toc-load-all-files-for-promotion): New functions.
8668 (reftex-toc-help): Added description of new keys.
8669 (reftex-toc-split-windows-fraction): New option.
8670 (reftex-recenter-toc-when-idle): Search *toc* window on all
8671 visible frames.
8672 (reftex-toc): Additional parameter REUSE
8673 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8674 with REUSE argument.
8675 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8676 the call of `reftex-toc'.
8677 (reftex-make-separate-toc-frame): New function .
8678 (reftex-toc-recenter): When called with triple prefix arg, call
8679 `reftex-make-separate-toc-frame' first.
8680 (reftex-toc-toggle-dedicated-frame): New command.
8681 (reftex-toc-quit): Adapted to delete frame when called in
8682 dedicated frame.
8683
8684 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8685 all enclosing macros.
8686
8687
8688 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8689
8690 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8691 first use.
8692
8693 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8694
8695 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8696
8697 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8698
8699 * calendar/calendar.el (list-diary-entries-hook)
8700 (diary-display-hook, nongregorian-diary-listing-hook)
8701 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8702 Add some customize options for these hooks.
8703 (calendar-abbrev-construct): Don't try to take a substring longer
8704 than the original string.
8705
8706 2003-08-05 Richard M. Stallman <rms@gnu.org>
8707
8708 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8709 (testcover-reinstrument-clauses): Doc fix.
8710
8711 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8712 (warning-type-format): Rename from warning-group-format.
8713
8714 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8715 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8716 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8717 to prevent warnings about defvar for an obsolete variable.
8718
8719 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8720 warning-group-format renamed to warning-type-format.
8721
8722 * subr.el (read-passwd): Use clear-string instead of fillarray.
8723
8724 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8725 Use vconcat instead of concat.
8726 (edmacro-sanitize-for-string): New function.
8727
8728 2003-08-05 Dave Love <fx@gnu.org>
8729
8730 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8731 line-number-display-limit-width.
8732
8733 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8734
8735 2003-08-05 Kenichi Handa <handa@m17n.org>
8736
8737 * international/code-pages.el: Don't require mule-diag.
8738
8739 * international/mule-diag.el (non-iso-charset-alist):
8740 Add autoload cookie.
8741
8742 * language/devan-util.el (dev-glyph-order): Add an entry for the
8743 glyph code #xC4.
8744
8745 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8746
8747 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8748 (european-calendar-style, diary-date-forms)
8749 (calendar-day-name-array, calendar-month-name-array): Doc change.
8750 (generate-calendar-month): Adapt for new behaviour of
8751 `calendar-day-name' function.
8752 (calendar-abbrev-length, calendar-day-abbrev-array)
8753 (calendar-month-abbrev-array): New variables.
8754 (calendar-abbrev-construct): New function.
8755 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8756 rather than fixing abbrevs at some width. Calling syntax change.
8757 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8758 (calendar-date-string): Adapt for new behaviours of
8759 `calendar-day-name' and `calendar-month-name' functions.
8760
8761 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8762 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8763 (diary-name-pattern): Use abbrev arrays, rather than fixing
8764 abbrevs at three chars. Calling syntax change.
8765 (mark-diary-entries): Adapt for new behaviours of
8766 `diary-name-pattern' and `calendar-make-alist' functions.
8767 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8768 `diary-name-pattern' function.
8769 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8770 fixing abbrevs at three chars. Calling syntax change.
8771 (cal-hebrew, cal-islam): Require when compiling.
8772 (diary-font-lock-keywords): Adapt for new behaviour of
8773 `font-lock-diary-date-forms' function.
8774
8775 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8776 (calendar-hebrew-month-name-array-common-year)
8777 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8778 (list-hebrew-diary-entries): Adapt for new behaviours of
8779 `calendar-day-name' and `add-to-diary-list' functions.
8780 (mark-hebrew-diary-entries): Adapt for new behaviours of
8781 `diary-name-pattern' and `calendar-make-alist' functions.
8782
8783 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8784 Add doc string.
8785 (list-islamic-diary-entries): Adapt for new behaviours of
8786 `calendar-day-name' and `add-to-diary-list' functions.
8787 (mark-islamic-diary-entries): Adapt for new behaviours of
8788 `diary-name-pattern' and `calendar-make-alist' functions.
8789
8790 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8791 `calendar-month-name' function.
8792
8793 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8794
8795 * calendar/solar.el (solar-seasons-data): Move definition before use.
8796
8797 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8798 (cal-tex-LaTeX-hourbox): Move definition before use.
8799
8800 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8801 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8802 lunar.el, solar.el
8803 (displayed-month, displayed-year): Define for compiler.
8804
8805 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8806
8807 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8808 MODE. Renamed from c-init-c-language-vars'.
8809 (c-initialize-cc-mode): Change accordingly.
8810 (c-common-init): Ditto.
8811 (c-mode): Ditto.
8812 (c++-mode): Use `c-init-language-vars-for'.
8813 (objc-mode): Ditto.
8814 (java-mode): Ditto.
8815 (idl-mode): Ditto.
8816 (pike-mode): Ditto.
8817 (awk-mode): Ditto.
8818
8819 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8820
8821 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8822 or not the point moved.
8823
8824 (c-search-decl-header-end): Don't trip up on operator identifiers
8825 in C++ and operators like == in all languages.
8826
8827 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8828 Detect leading labels correctly.
8829
8830 2003-08-02 Andreas Schwab <schwab@suse.de>
8831
8832 * textmodes/ispell.el: Don't redo key bindings on loading, put
8833 them only in loaddefs.el.
8834 * bookmark.el: Likewise.
8835 * dabbrev.el: Likewise.
8836 * emerge.el: Likewise.
8837
8838 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8839 has more than one member.
8840
8841 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8842
8843 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8844
8845 * lpr.el (printify-region): It was ending conversion before the
8846 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8847
8848 2003-07-31 John Paul Wallington <jpw@gnu.org>
8849
8850 * net/browse-url.el (browse-url-epiphany): Doc fix.
8851
8852 2003-07-30 Kenichi Handa <handa@m17n.org>
8853
8854 * international/fontset.el (setup-default-fontset):
8855 Change registry names of Akurti fonts.
8856
8857 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8858
8859 * comint.el (comint-read-noecho): Use `clear-string' instead of
8860 `fillarray'.
8861
8862 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8863
8864 * outline.el (outline-mode-hook): Add defvar.
8865
8866 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8867
8868 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8869 Restore assembler in source window if that is what has been selected.
8870 (menu): Add gdb-restore-windows to menu. Make gdba
8871 specific menus only visible from gdba.
8872
8873 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8874
8875 * progmodes/compile.el (compilation-environment): New user variable.
8876 (compile-internal): Respect it.
8877
8878 2003-07-23 Masatake YAMATO <jet@gyve.org>
8879
8880 * progmodes/gud.el (gdb-script-font-lock-keywords):
8881 Put `font-lock-function-name-face' on a symbol which includes
8882 `-' like `hook-run'. Put font-lock-variable-name-face
8883 on a symbol starting with $.
8884
8885 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8886
8887 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8888
8889 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8890
8891 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8892
8893 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8894
8895 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8896 Use with-no-warnings.
8897 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8898 rather than to find-file-not-found-hook, which doesn't exist.
8899
8900 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8901
8902 * international/quail.el (quail-translate-key): Fix previous change.
8903
8904 2003-07-25 John Paul Wallington <jpw@gnu.org>
8905
8906 * server.el (server-start): Check `server-process' is non-nil
8907 before killing it to avoid killing current buffer's process.
8908
8909 * simple.el (choose-completion-string): Use `minibufferp';
8910 test `completion-reference-buffer' if `buffer' arg is nil.
8911 (push-mark): Use `when' and `unless'.
8912 (pop-mark): Use `when'.
8913
8914 * mouse-sel.el (mouse-sel-get-selection-function):
8915 Check `x-last-selected-text-primary'. Don't barf if it or
8916 `x-last-selected-text' aren't bound.
8917
8918 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8919
8920 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8921
8922 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8923
8924 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8925
8926 2003-07-23 John Paul Wallington <jpw@gnu.org>
8927
8928 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8929
8930 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8931
8932 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8933 string. Defvar the derived hook.
8934
8935 * macros.el (insert-kbd-macro): Escape double quote character.
8936 From Thomas W Murphy <twm@andrew.cmu.edu>.
8937
8938 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8939
8940 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8941 to match the specific mark rather than reusing comment-start-skip.
8942
8943 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8944
8945 * progmodes/hideshow.el (hs-special-modes-alist):
8946 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8947
8948 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8949
8950 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8951 value using ?\s.
8952
8953 2003-07-21 John Paul Wallington <jpw@gnu.org>
8954
8955 * subr.el (with-selected-window): Add closing paren.
8956
8957 2003-07-21 Richard M. Stallman <rms@gnu.org>
8958
8959 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8960 (lisp-mode): Likewise.
8961
8962 * subr.el (with-selected-window): Copy code form save-selected-window
8963 so as to call select-window with norecord arg.
8964 (dynamic-completion-table): Doc fix.
8965 (lazy-completion-table): Doc fix.
8966
8967 * international/mule-cmds.el (set-locale-environment):
8968 langinfo renamed to locale-info.
8969
8970 * international/mule.el (auto-coding-functions): Doc fix.
8971
8972 2003-07-21 Kenichi Handa <handa@m17n.org>
8973
8974 * international/quail.el (quail-translate-key):
8975 Update quail-current-str correctly.
8976
8977 2003-07-21 Andreas Schwab <schwab@suse.de>
8978
8979 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8980 ?, to "_".
8981
8982 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8983 Version 2.0.36 of Tramp released.
8984
8985 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8986 tramp-password-end-of-line.
8987 (tramp-password-end-of-line): New method parameter.
8988 (tramp-get-password-end-of-line): Function to access method
8989 parameter `tramp-password-end-of-line', or variable
8990 `tramp-default-password-end-of-line' (default value).
8991 (tramp-methods): Add entries for new parameter
8992 tramp-password-end-of-line.
8993 (tramp-enter-password): Use new function
8994 `tramp-get-password-end-of-line'.
8995 (tramp-handle-insert-file-contents): Do not
8996 unconditionally inhibit the file operation file-local-copy, only
8997 do that when the inhibit-file-name-operation is currently
8998 insert-file-contents. This fixes finding remote CVS-controlled
8999 files. (It would barf on inserting the CVS/Entries file
9000 literally, because the file-local-copy handler wasn't called.)
9001 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9002 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9003 (tramp-initial-commands): New variable.
9004 (tramp-process-initial-commands): New function, using the variable.
9005 (tramp-open-connection-setup-interactive-shell): Call the new function.
9006 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9007 method into the buffer name, never use nil. Reported by Hanak
9008 David <dhanak@inf.bme.hu>.
9009 (tramp-open-connection-setup-interactive-shell): Erase buffer
9010 before sending "stty -onlcr".
9011
9012 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9013
9014 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9015
9016 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9017
9018 2003-07-19 John Paul Wallington <jpw@gnu.org>
9019
9020 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9021 (artist-draw-rect, artist-draw-square): Doc fixes.
9022
9023 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9024
9025 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9026
9027 2003-07-19 Kenichi Handa <handa@m17n.org>
9028
9029 * international/kkc.el (kkc-show-conversion-list-update):
9030 Highlight the correct candidate in the message.
9031
9032 2003-07-18 John Paul Wallington <jpw@gnu.org>
9033
9034 * simple.el (current-word): Don't include punctuation char when
9035 `really-word' arg is non-nil.
9036
9037 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9038
9039 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9040 moved to the directory obsolete.
9041
9042 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9043
9044 * info.el (Info-menu-entry-name-re): Allow newlines in
9045 menu entry names.
9046
9047 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9048 syntax-ppss-after-change-function.
9049 (syntax-ppss-after-change-function): New alias. Update uses.
9050 (syntax-ppss): Catch the case where the buffer is narrowed.
9051
9052 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9053
9054 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9055 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9056
9057 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9058
9059 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9060 since it might be modified.
9061
9062 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9063 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9064 names to these language constants.
9065
9066 2003-07-15 Kim F. Storm <storm@cua.dk>
9067
9068 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9069 All uses changed.
9070
9071 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9072
9073 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9074 Namespace support.
9075
9076 2003-07-13 Juanma Barranquero <lektu@terra.es>
9077
9078 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9079 papers received).
9080
9081 2003-07-13 Karl Eichwalder <ke@suse.de>
9082
9083 * textmodes/po.el (po-find-charset): White space at the start of the
9084 Content-Type field body is non-mandatory.
9085
9086 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9087
9088 * textmodes/texinfo.el (texinfo-section-list):
9089 Append appendixsection; a synonym for appendixsec.
9090
9091 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9092
9093 * man.el (Man-translate-cleanup): New.
9094 (Man-translate-references): Call `Man-translate-cleanup' to clean
9095 leading, trailing and middle spaces.
9096
9097 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9098
9099 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9100 Handle `dired-directory' being a list.
9101
9102 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9103
9104 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9105 it doesn't exist.
9106
9107 2003-07-12 Richard M. Stallman <rms@gnu.org>
9108
9109 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9110
9111 * progmodes/cc-defs.el (c-make-keywords-re):
9112 Don't use delete-duplicates.
9113 (c-lang-const): Don't use mapcan.
9114
9115 * apropos.el (apropos-show-scores): Make it customizable.
9116 Document new meaning.
9117 (apropos): Compute scores from symbols.
9118 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9119
9120 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9121
9122 * ps-bdf.el: Fix copyright line.
9123 (bdf-directory-list): Fix initialization code.
9124
9125 2003-07-11 John Paul Wallington <jpw@gnu.org>
9126
9127 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9128 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9129 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9130
9131 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9132
9133 * emacs-lisp/ring.el (ring-elements): Doc fix.
9134
9135 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9136
9137 * calendar/timeclock.el (timeclock-relative)
9138 (timeclock-ask-before-exiting, timeclock-use-display-time):
9139 Doc changes.
9140 (timeclock-modeline-display): Give a message if
9141 `timeclock-use-display-time' is non-nil but `display-time-mode'
9142 is not active.
9143
9144 2003-07-11 Kenichi Handa <handa@m17n.org>
9145
9146 * international/mule-cmds.el (set-language-environment):
9147 Set current-language-environment to the correct string.
9148
9149 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9150
9151 * ps-print.el: Print line number correctly in a region. Reported by
9152 Tim Allen <timallen@ls83.fsnet.co.uk>.
9153 (ps-print-version): New version number (6.6.2).
9154 (ps-printing-region): Code fix.
9155
9156 2003-07-10 John Paul Wallington <jpw@gnu.org>
9157
9158 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9159 this function can be called from `add-completions-from-tags-table'.
9160
9161 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9162
9163 * calendar/timeclock.el (timeclock-use-display-time)
9164 (timeclock-day-over-hook, timeclock-workday-remaining)
9165 (timeclock-status-string, timeclock-when-to-leave)
9166 (timeclock-when-to-leave-string, timeclock-log-data)
9167 (timeclock-find-discrep, timeclock-day-base)
9168 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9169 (timeclock-modeline-display): Set the variable
9170 `timeclock-modeline-display'.
9171 (timeclock-update-modeline): Doc fix. Respect value of
9172 `timeclock-relative'.
9173
9174 2003-07-09 Richard M. Stallman <rms@gnu.org>
9175
9176 * textmodes/reftex-parse.el (reftex-all-document-files):
9177 Add autoload cookie.
9178
9179 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9180 (reftex-scanning-info-available-p): Add autoload cookie.
9181
9182 * international/mule-cmds.el
9183 (set-display-table-and-terminal-coding-system): Delete duplicate
9184 aset on standard-display-table.
9185
9186 * view.el (view-file): If existing buffer's major mode is special,
9187 don't go into view mode.
9188
9189 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9190
9191 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9192
9193 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9194 buffer changes; there's third party code that calls this function
9195 directly.
9196
9197 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9198
9199 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9200 (autodoc-font-lock-keywords): Don't byte compile on font lock
9201 initialization when running from byte compiled files.
9202
9203 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9204
9205 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9206 statement ends with auto-increment "++".
9207
9208 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9209
9210 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9211 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9212 these are changed, so declare them as variables and not constants.
9213
9214 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9215
9216 * subr.el (dolist, dotimes): Doc fix.
9217
9218 2003-07-08 Kim F. Storm <storm@cua.dk>
9219
9220 * international/mule-cmds.el
9221 (set-display-table-and-terminal-coding-system): Don't break
9222 bootstrap if standard-display-table isn't setup yet.
9223
9224 2003-07-07 Richard M. Stallman <rms@gnu.org>
9225
9226 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9227 Give it a doc string, and autoload it.
9228
9229 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9230 Use with-no-warnings.
9231
9232 * info.el (Info-search): If find invisible text, search again.
9233
9234 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9235
9236 * man.el (Man-name-regexp): Match + as part of name.
9237
9238 * simple.el (visible-mode): Rename from vis-mode.
9239 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9240
9241 * simple.el (current-word): New arg REALLY-WORD specifies
9242 don't include punctuation chars.
9243
9244 * emacs-lisp/debug.el (debug, debugger-env-macro):
9245 Use with-no-warnings while accessing and binding unread-command-char.
9246
9247 * international/mule-cmds.el
9248 (set-display-table-and-terminal-coding-system): Use explicit loop
9249 instead of calling standard-display-default.
9250
9251 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9252 Use condition-case to catch error in ange-ftp-get-files.
9253
9254 * net/browse-url.el (browse-url-browser-function):
9255 Add alternative for Epiphany.
9256 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9257 (browse-url-epiphany-startup-arguments)
9258 (browse-url-epiphany-new-window-is-tab): New variables.
9259 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9260
9261 * progmodes/compile.el (compile-auto-highlight): Default now t.
9262 (compile): Doc fix.
9263 (compilation-next-error): Fix previous change.
9264
9265 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9266
9267 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9268
9269 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9270
9271 * gdb-ui.el (gdb-source-info): Display current frame when
9272 attaching to an existing process.
9273 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9274 while laying out windows when attaching to an existing process.
9275
9276 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9277
9278 * info.el (Info-menu): Use Info-menu-entry-name-re.
9279
9280 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9283 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9284
9285 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9286 to match the same text.
9287
9288 2003-07-06 John Paul Wallington <jpw@gnu.org>
9289
9290 * vc.el (vc-annotate-offset): Move defvar up.
9291
9292 2003-07-06 Kim F. Storm <storm@cua.dk>
9293
9294 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9295 This should fix the infinite loop when extracting menu names.
9296
9297 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9298
9299 * files.el (auto-mode-alist, interpreter-mode-alist):
9300 Remove entries to CC Mode modes to avoid duplicates; they are now added
9301 with autoload directives in cc-mode.el.
9302
9303 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9304
9305 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9306 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9307 these are changed, so declare them as variables and not constants.
9308
9309 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9310 ensure that the entry for ".c" extension comes before the one for
9311 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9312 Fix incorrect entries that were added to `interpreter-mode-alist'.
9313 Move the autoload directives for AWK to the top level since they
9314 aren't recognized anywhere else. Do not use the new AWK mode doc
9315 in the autoload form for the old AWK mode.
9316
9317 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9318
9319 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9320 (bibtex-sort-ignore-string-entries): Default value t.
9321 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9322 erroneously in previous version.
9323 (bibtex-string-files): Docstring reflects new parsing scheme.
9324 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9325 docstring, add # as one of the chars to crush
9326 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9327 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9328 (bibtex-autokey-name-change-strings)
9329 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9330 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9331 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9332 (bibtex-autokey-title-terminators)
9333 (bibtex-autokey-titlewords-stretch)
9334 (bibtex-autokey-titleword-ignore)
9335 (bibtex-autokey-titleword-case-convert)
9336 (bibtex-autokey-titleword-abbrevs)
9337 (bibtex-autokey-titleword-abbrevs)
9338 (bibtex-autokey-titleword-change-strings)
9339 (bibtex-autokey-titleword-length)
9340 (bibtex-autokey-titleword-separator)
9341 (bibtex-autokey-name-year-separator)
9342 (bibtex-autokey-year-title-separator)
9343 (bibtex-autokey-before-presentation-function)
9344 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9345 Fix docstring.
9346 (bibtex-strings, bibtex-reference-keys):
9347 Use lazy-completion-table and make-variable-buffer-local.
9348 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9349 (bibtex-braced-string-syntax-table)
9350 (bibtex-quoted-string-syntax-table): New variables.
9351 (bibtex-parse-nested-braces): Remove.
9352 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9353 (bibtex-parse-association): Simplify.
9354 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9355 (bibtex-parse-field-text): Simplify.
9356 (bibtex-search-forward-field, bibtex-search-backward-field):
9357 argument BOUND can take value t.
9358 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9359 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9360 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9361 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9362 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9363 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9364 and ending of entry. Update for changes of bibtex-search-entry.
9365 Simplify.
9366 (bibtex-map-entries): FUN is called with three arguments.
9367 (bibtex-search-entry): Return a cons pair with buffer positions of
9368 beginning and end of entry.
9369 (bibtex-enclosing-field): Simplify.
9370 (bibtex-format-entry): Use booktitle to set a missing title.
9371 (bibtex-autokey-get-names): Fiddle with regexps.
9372 (bibtex-generate-autokey): Use identity.
9373 (bibtex-parse-keys): Use simplified parsing algorithm if
9374 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9375 arguments. Return alist of keys.
9376 (bibtex-parse-strings): Simplify. Return alist of strings.
9377 (bibtex-complete-string-cleanup): Fix docstring.
9378 (bibtex-read-key): New function.
9379 (bibtex-mode): Fix docstring. Do not parse for keys and
9380 strings when the mode is entered. Set fill-paragraph-function to
9381 bibtex-fill-field. Setup font-lock-mark-block-function the way
9382 font-lock intended.
9383 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9384 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9385 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9386 (bibtex-Preamble): Avoid hard coded constants.
9387 (bibtex-make-field): Fix docstring. Simplify.
9388 (bibtex-beginning-of-entry): Always return new position of point.
9389 (bibtex-end-of-entry): Rearrange cond clauses.
9390 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9391 Update for changes of bibtex-map-entries.
9392 (bibtex-ispell-abstract): Do not move point.
9393 (bibtex-entry-index): Use downcase. Simplify.
9394 (bibtex-lessp): Handle catch-all.
9395 (bibtex-find-crossref): Turn into a command.
9396 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9397 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9398 preamble entries.
9399 (bibtex-fill-field-bounds): New function.
9400 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9401 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9402 (bibtex-String): Use bibtex-strings. Always obey
9403 bibtex-sort-ignore-string-entries.
9404
9405 2003-07-05 John Paul Wallington <jpw@gnu.org>
9406
9407 * cus-theme.el (customize-create-theme):
9408 Call `customize-create-theme' in Reset widget's notify function.
9409
9410 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9411 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9412 (define-ibuffer-column name): Add summarizer.
9413 (define-ibuffer-column size): Likewise.
9414 (define-ibuffer-column filename): Likewise.
9415 (define-ibuffer-column process): Likewise. Change BODY's output too.
9416 (define-ibuffer-column filename-and-process): Likewise, likewise.
9417 (ibuffer): Remove local vars `already-in' and `need-update'.
9418
9419 * ibuf-ext.el: Don't require `derived' at compile-time.
9420
9421 2003-07-05 Kim F. Storm <storm@cua.dk>
9422
9423 * info.el: Disable paragraph refilling.
9424 (Info-refill-paragraphs): New defcustom.
9425 (Info-fontify-node): Use it.
9426
9427 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9428
9429 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9430 thingies from constructors created by defstruct.
9431
9432 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9433 the default value of the variable.
9434 (byte-code-meter): Move declaration to top level.
9435
9436 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9437
9438 * info.el (Info-following-node-name-re): New fun.
9439 (Info-following-node-name): Remove.
9440 (Info-insert-dir): Use the new fun.
9441 (Info-extract-pointer): Don't save restriction; use new fun.
9442 (Info-menu-entry-name-re): New const.
9443 (Info-menu-entry-name-re): Use it along with new fun.
9444 (Info-node-spec-re): Use new fun.
9445 (Info-complete-menu-item, Info-fontify-node): Use new const.
9446 (Info-goto-node, Info-follow-reference, Info-menu-update):
9447 Use match-string.
9448 (Info-follow-reference): Use assoc-string.
9449 Use a list of strings for the completion table.
9450 (Info-fontify-node): Use match-string, line-end-position.
9451 Limit the search for `node:' to the first line.
9452
9453 * newcomment.el (uncomment-region): Remove padding coming from
9454 comment-start rather than just from comment-padding.
9455
9456 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9457 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9458 (vc-cvs-rename-file): Remove (use the default).
9459 (vc-cvs-register): Register parent dir if needed.
9460 (vc-cvs-could-register): Return non-nil if parent can be registered.
9461 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9462 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9463
9464 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9465 (vc-svn-update): Fix the arguments to `svn'.
9466 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9467 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9468 Simple implementations, assuming `name' is a URL.
9469
9470 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9471 set of chars allowed unquoted in a case pattern.
9472
9473 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9474
9475 * font-lock.el (font-lock-extra-types-widget)
9476 (c-font-lock-extra-types, c++-font-lock-extra-types)
9477 (objc-font-lock-extra-types, java-font-lock-extra-types)
9478 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9479 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9480 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9481 (font-lock-match-c++-structor-declaration)
9482 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9483 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9484 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9485 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9486 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9487 (java-font-lock-keywords-3, java-font-lock-keywords)
9488 (java-font-lock-syntactic-face-function): Remove obsolete code
9489 and constants. It's all in cc-fonts.el now.
9490
9491 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9492
9493 * mail/sendmail.el (mail-specify-envelope-from)
9494 (mail-envelope-from): Doc fix.
9495
9496 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9497
9498 * generic-x.el: Do away with the dependency on `c-emacs-features'
9499 when populating `rul-generic-mode-syntax-table'; we already know
9500 this isn't XEmacs.
9501
9502 See ChangeLog.10 for earlier changes.
9503
9504 ;; Local Variables:
9505 ;; coding: iso-2022-7bit
9506 ;; End:
9507
9508 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9509 Copying and distribution of this file, with or without modification,
9510 are permitted provided the copyright notice and this notice are preserved.
9511
9512 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1