* x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
[emacs.git] / lisp / ChangeLog
blobe5a5c004148664a591f25d409c4ec9f0f357b659
1 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
4         isn't a cons (i.e. the version is 0).
6 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8         * help.el (help-for-help): Doc fix.
10 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
12         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
13         GDB-Windows on the menu-bar as this works better.
15 2005-02-04  Jay Belanger  <belanger@truman.edu>
17         * calc/calc-embed.el (calc-embedded-update): Don't put in
18         unnecessary newlines. Adjust the end of formula marker.
20         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21         (math-latex-parse-two-args): New function.
23 2005-02-03  Lute Kamstra  <lute@gnu.org>
25         * help-fns.el (help-with-tutorial): Make sure that users cannot
26         remove the entire text of the tutorial by means of `undo'.
28 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31         in recent changes, where the ispell process was repeatedly
32         killed & restarted.
34         * international/mule-cmds.el (set-locale-environment): Set file-name
35         coding system to utf-8 on Darwin systems.
36         (set-default-coding-systems): Don't set default-file-name-coding-system
37         on Darwin systems.
39 2005-02-03  Richard M. Stallman  <rms@gnu.org>
41         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
43 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
45         * faces.el (list-faces-display): Add optional argument.
47 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * font-core.el (font-lock-default-function): Handle the rare case where
50         only font-lock-keywords is set.
52 2005-02-02  Kenichi Handa  <handa@m17n.org>
54         * international/characters.el: Cancel previous change for
55         I-WITH-DOT-ABOVE and DOTLESS-i.
57         * international/latin-5.el: Cancel previous change.
59 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
61         * progmodes/gud.el: Correction to syntax in gud-menu-map.
63 2005-02-02  Kenichi Handa  <handa@m17n.org>
65         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
66         DOTLESS-i.
68         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
69         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
71         * case-table.el (get-upcase-table): New function.
72         (copy-case-table): Copy upcaes table too if non-nil.
73         (set-case-syntax-delims): Maintain upcase table too.
74         (set-case-syntax-pair): Likewise.
75         (set-upcase-syntax, set-downcase-syntax): New functions.
76         (set-case-syntax): Maintain upcase table too.
78 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
80         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
82         * progmodes/gud.el (gud-goto-info): New function.
83         (gud-tool-bar-map): Use correct icon.
85 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
87         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
88         When delegating, order args in the funcall correctly.
90 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
92         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
94 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
96         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
97         buffer not visiting a file.
99 2005-01-31  Jay Belanger  <belanger@truman.edu>
101         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
102         bound on the line with the formula.
104 2005-01-31  Kim F. Storm  <storm@cua.dk>
106         * ses.el (ses-create-cell-variable-range)
107         (ses-destroy-cell-variable-range, ses-reset-header-string)
108         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
109         (ses-insert-row): Fix format of apply undo entries.
111 2005-01-31  Jay Belanger  <belanger@truman.edu>
113         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
114         parts.
116         * calc/calc-embed.el (calc-embedded-open-formula)
117         (calc-embedded-close-formula): Ignore matrix environments.
119         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
120         TeX mode.
122         * calc/calc-lang.el (math-function-table, math-oper-table)
123         (math-variable-table): Adjust the LaTeX portions.
125         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
126         (math-latex-ignore-words): New constant.
128 2005-01-31  Richard M. Stallman  <rms@gnu.org>
130         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
131         (ispell-local-dictionary): Doc fix.
132         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
133         Don't reinitialize at run time.  Don't defcustom.
134         All uses changed to append ispell-local-dictionary-alist,
135         or check it first.
136         (ispell-current-dictionary): New variable for dictionary in use.
137         (ispell-dictionary): Now used only for global default.
138         (ispell-start-process): Set ispell-current-dictionary,
139         not ispell-dictionary.
140         (ispell-change-dictionary): Use this only for setting
141         user preferences.
142         (ispell-internal-change-dictionary): New function
143         to change the current dictionary in use.
144         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
145         Use ispell-current-dictionary.
146         Handle ispell-local-dictionary-overridden.
147         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
149 2005-01-31  Jay Belanger  <belanger@truman.edu>
151         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
153         * calc/calc-ext.el: Add calc-latex-language to autoloads.
154         (calc-mode-map): Add calc-latex-language.
156         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
157         (math-latex-print-frac): New functions.
158         (math-oper-table, math-function-table, math-variable-table)
159         (math-complex-format, math-input-filter): Add latex properties.
160         (calc-set-language): Set math-expr-special-function-mapping.
162         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
163         (calc-write-parse-table-part):  Add LaTeX support.
165         * calc/calc.el (calc-language): Adjust docstring.
166         (calc-set-mode-line): Add LaTeX support.
167         (math-expr-special-function-mapping): New variable.
168         (math-tex-ignore-words): Add to list.
170         * calc/calccomp.el (math-compose-expr, math-compose-rows):
171         Add LaTeX support.
172         (math-compose-expr): Add support for special functions.
174         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
176 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
178         * progmodes/gdb-ui.el (gdb-memory-address)
179         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
180         (gdb-memory-mode-map, gdb-memory-format-keymap)
181         (gdb-memory-format-menu, gdb-memory-unit-keymap)
182         (gdb-memory-unit-menu): New variables for a buffer
183         that lets the user examine program memory.
184         (gdb-memory-set-address, gdb-memory-set-repeat-count)
185         (gdb-memory-format-binary, gdb-memory-format-octal)
186         (gdb-memory-format-unsigned, gdb-memory-format-signed)
187         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
188         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
189         (gdb-memory-unit-word, gdb-memory-unit-halfword)
190         (gdb-memory-unit-byte, gdb-memory-unit-menu)
191         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
192         (gdb-memory-mode, gdb-memory-buffer-name)
193         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
194         New functions for above buffer.
196 2005-01-30  Richard M. Stallman  <rms@gnu.org>
198         * cus-edit.el (custom-bury-buffer): Function deleted.
199         (custom-buffer-done-function): Option deleted.
200         (custom-buffer-done-kill): New (replacement option.
201         (Custom-buffer-done): Call quit-window.
202         (custom-buffer-create-internal): Update for above changes.
204 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
206         * simple.el (undo-ask-before-discard): New var.
207         (undo-outer-limit-truncate): Implement it.
208         (undo-extra-outer-limit): Doc update.
210 2005-01-29  Richard M. Stallman  <rms@gnu.org>
212         * ses.el (undo-more): Delete defadvice.
213         (ses-begin-change): Doc fix.
215         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
216         instead of rebinding C-x u and C-_.
218         * files.el (normal-backup-enable-predicate): Return nil for files
219         in /tmp, regardless of temporary-file-directory.
221         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
223         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
224         (open-rectangle, delete-whitespace-rectangle-line)
225         (clear-rectangle-line): If FILL, pass t instead of FILL
226         for move-to-column's 2nd arg.
228         * simple.el (undo): Fix the test for continuing a series of undos.
229         (undo-more): Set pending-undo-list to t when we reach end.
230         (pending-undo-list): Move up defvar.
232         * wid-edit.el (widget-button-click):
233         Shorten the range of the track-mouse binding.
235         * comint.el (comint-insert-input): Undo previous changes;
236         use last-input-event in interactive spec.
238 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
240         * progmodes/compile.el (compilation-start): Bind buffer-read-only
241         to nil before invoking call-process.  Reset buffer's modified flag
242         after fontifying it in the no-async branch.
244         * wid-edit.el (widget-specify-button): If mouse pointer shape
245         cannot be changed, use mouse face instead.
247 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
249         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
250         (gdb-goto-breakpoint): Make breakpoint handling work on template
251         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
252         (gdb-assembler-custom): Update to recognise breakpoint information
253         added on 2005-01-19.
255 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
257         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
258         (dsssl-mode): Use define-derived-mode.
259         (scheme-mode-initialize): Remove.
260         (scheme-mode): Use run-mode-hooks.
262         * cus-edit.el (customize-group-other-window)
263         (custom-buffer-create-other-window): Don't override special-display-*.
264         (custom-mode-map): Make it dense.
266         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
267         sets the default value.
269 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
271         * descr-text.el: Add more keywords.
273 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * speedbar.el: Avoid unnecessary use of locate-library.
277         * international/mule-cmds.el (standard-display-european-internal):
278         Don't fiddle with latin-1 non-break space any more since it's now
279         special cased in the C code.
280         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
282 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
284         * cus-start.el (all): Add `undo-outer-limit'.
286 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
288         * textmodes/bibtex.el (bibtex-format-entry):
289         Use `bibtex-empty-field-re' only on the text of fields, not on entire
290         field lines.
291         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
292         not on part of a buffer.
294 2005-01-25  Lute Kamstra  <lute@gnu.org>
296         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
297         nonempty field text strings like "{letters\\macro{}more letters}".
298         Clarify docstring.
299         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
300         (bibtex-entry-offset, bibtex-parse-association)
301         (bibtex-parse-field-name): Fix typos in docstrings.
302         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
304 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
306         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
307         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
308         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
309         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
311         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
312         isearch minor mode.
314 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
316         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
318 2005-01-24  Lute Kamstra  <lute@gnu.org>
320         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
321         CASECHARS and NOT-CASECHARS regular expressions of the
322         "nederlands" and "nederlands8" dictionaries to prevent a "Range
323         striding over charsets" error.
325 2005-01-24  Jay Belanger  <belanger@truman.edu>
327         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
328         display variable name.
330 2005-01-24  Kenichi Handa  <handa@m17n.org>
332         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
333         Fix setting of the element of encoded-kbd-iso2022-invocations.
335 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
337         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
338         (gdb-threads-select): Change to also accept mouse events.
339         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
340         (gdb-threads-mouse-select): Delete.
342 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
344         * files.el (insert-directory): Take care of empty directory,
345         listed without -a switch.
347 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * textmodes/refill.el (refill-post-command-function):
350         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
351         to the list of functions that we should be careful not to undo.
352         (refill-late-fill-paragraph-function): Remove.
353         (refill-saved-state): New var.
354         (refill-mode): Use it to save fill-paragraph-function.
355         Save also the value of auto-fill-function.
357         * term/w32-win.el: Simplify code.
359 2005-01-23  Kim F. Storm  <storm@cua.dk>
361         * simple.el (line-move): Adapt to new return value from
362         pos-visible-in-window-p.
364         * simple.el (line-move): Fix last change.  Check partial
365         visibility at point rather than at window-start.
367 2005-01-22  Jason Rumney  <jasonr@gnu.org>
369         * term/w32-win.el (xw-defined-colors): Remove debug-message.
371 2005-01-22  David Kastrup  <dak@gnu.org>
373         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
375 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
377         * type-break.el (type-break-mode): Add a test for
378         type-break-file-name being non-nil.
380 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
382         * net/eudc.el (top level): Call (message "") via progn, so that
383         eudc-options-file is loaded.
385 2005-01-22  Kim F. Storm  <storm@cua.dk>
387         * simple.el (line-move-1): Rename from line-move.
388         (line-move): New function that adjusts vscroll for partially
389         visible rows, and calls line-move-1 otherwise.
391 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
393         * pcomplete.el: define pcomplete-read-event instead of read-event,
394         since it's not a complete read-event implementation
396 2005-01-20  Jay Belanger  <belanger@truman.edu>
398         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
399         for called function.
401 2005-01-20  Steven Tamm  <steventamm@mac.com>
403         * term/mac-win.el (process-connection-type): Remove.
404         Controlled now by s/darwin.h:PTY_ITERATION.
406 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * window.el (handle-select-window): Don't switch window when we're
409         in the minibuffer.
411 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
413         * subr.el (dotimes-with-progress-reporter): New macro.
415         * ses.el (ses-dotimes-msg): Remove macro.
416         Use `dotimes-with-progress-reporter' instead.
418 2005-01-19  Steven Tamm  <steventamm@mac.com>
420         * term/mac-win.el (process-connection-type): Use new
421         operating-system-release variable to use ptys on Darwin 7 (OSX
422         10.3) when using carbon build.
424 2005-01-19  Jay Belanger  <belanger@truman.edu>
426         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
427         flags if the last command was a tab or M-tab.
429         * calc/calc-prog.el (calc-user-define-edit): Put original formula
430         in formula editing buffer.
432 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
434         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
435         breakpoint image symbol in margin.
437 2005-01-19  Jay Belanger  <belanger@truman.edu>
439         * calc/calc-prog.el (calc-execute-kbd-macro):
440         Ignore calc-keep-arg-flag.
442 2005-01-19  Kenichi Handa  <handa@m17n.org>
444         * textmodes/ispell.el (ispell-looking-at): New function.
445         (ispell-process-line): Use ispell-looking-at to compare the ispell
446         output and the buffer contents.
448 2005-01-18  Jay Belanger  <belanger@truman.edu>
450         * calc/calc.el (calc-display-raw): Fix docstring.
452 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * simple.el (blink-matching-open): Strip extra info from syntax.
456         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
457         funny chars in the end-of-here-doc marker.
459 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
461         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
462         that enable/disabled state of breakpoints is shown correctly in
463         fringe and on ttys.
464         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
465         Add breakpoint information as text properties.
466         (gdb-mouse-toggle-breakpoint):
467         Rename to gdb-mouse-set-clear-breakpoint.
468         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
469         breakpoints in the margin.
470         (gdb-remove-strings): Simplify.
472 2005-01-17  Jay Belanger  <belanger@truman.edu>
474         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
475         erasing buffer.
477 2005-01-17  Richard M. Stallman  <rms@gnu.org>
479         * progmodes/grep.el (grep-find): Copy from `grep' the condition
480         for calling grep-compute-defaults.
482         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
483         if buffer is empty.
485         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
487 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
489         * hilit-chg.el (highlight-changes-mode): Don't autoload.
491         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
492         non-preloaded variables.
494 2005-01-17  Steven Tamm  <steventamm@mac.com>
496         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
497         tex-shell cause to force interactivity when using pipes.
499 2005-01-17  Kim F. Storm  <storm@cua.dk>
501         * simple.el (just-one-space): Make arg optional.
503 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
505         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
506         posn-at-x-y to t to access left-margin.
508 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
510         Sync with Tramp 2.0.47.
512         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
513         catching keep-date problems in cp/scp operations.
514         (tramp-handle-copy-file): Don't call `set-file-modes'
515         unconditionally.  Specialized functions should know better what is
516         necessary.  This improves performance a little bit, and the
517         functions could catch errors with `cp -p' and `scp -p'.
518         (tramp-do-copy-or-rename-file-via-buffer)
519         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
520         when appropriate.
521         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
522         Call `set-file-modes' when appropriate.
523         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
524         Johnsson <isak@hypergene.com>
525         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
526         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
527         <joakim@verona.se>
528         (tramp-file-name-for-operation): Mark `shell-command' as magic for
529         Emacs only.
531         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
532         `find-file-hooks' and `dired-mode-hook'.
533         (tramp-minor-mode-map): Respective map.  Add remapping for
534         `compile' and `recompile'.
535         (tramp-remap-command, tramp-recompile): New defuns.
536         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
537         in buffer "*Compilation*".  Call the commands asynchronously.
539         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
540         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
541         `shell-command', because it isn't magic in XEmacs.  Reported by
542         Adrian Aichner <adrian@xemacs.org>.
544         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
545         `substitute-in-file-name.
546         (tramp-smb-handle-substitute-in-file-name): New defun.
547         (tramp-smb-advice-PC-do-completion): Delete advice.
549 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
551         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
552         Fix error in deleting region.
554 2005-01-15  Richard M. Stallman  <rms@gnu.org>
556         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
557         In non-temp buffer, switch syntax table temporarily.
559         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
561         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
563         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
565         * imenu.el (imenu--split-menu): Copy menulist before sorting.
566         (imenu--generic-function): Use START, not BEG, as pos of definition.
568         * simple.el (just-one-space): Argument specifies number of spaces.
570         * simple.el (eval-expression-print-format): Avoid warning
571         about edebug-active.
573 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
575         * progmodes/sh-script.el: Code copied from make-mode.el
576         with small changes,
577         (sh-mode-map): Bind C-c C-\.
578         (sh-backslash-column, sh-backslash-align): New variables.
579         (sh-backslash-region, sh-append-backslash): New functions.
581 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
583         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
584         (rmail-pop-password, rmail-pop-password-required): Move to
585         rmail-obsolete group.
586         (rmail-set-pop-password): Rename to rmail-set-remote-password.
587         All callers updated.
588         (rmail-get-pop-password): Rename to rmail-get-remote-password.
589         Take an argument specifying whether it is POP or IMAP mailbox we
590         are using.  All callers updated.
591         (rmail-pop-password-error): Rename to
592         rmail-remote-password-error.  Added mailutils-specific error message.
593         (rmail-movemail-search-path)
594         (rmail-movemail-variant-in-use): New variables.
595         (rmail-remote-password, rmail-remote-password-required):
596         New customization variables.
597         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
598         (rmail-parse-url): New function.
599         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
600         with GNU mailutils movemail.
602 2005-01-15  Kevin Ryde  <user42@zip.com.au>
604         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
605         suffix to space, $ or '$, to correctly position point when going
606         to @table style constants like DBL_MAX.
608 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
610         * type-break.el (type-break-mode, type-break-file-time)
611         (type-break-file-keystroke-count, type-break-choose-file):
612         Don't store data in or load data from the file if type-break-file-name
613         is nil.
614         (type-break-file-name): Doc update as per the above.
616 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
618         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
619         lookup-key might return nil; handle that.
621 2005-01-15  Alan Mackenzie  <acm@muc.de>
623         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
624         rather than the element found, thus enabling the tree to be setcar'd.
626 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
628         * textmodes/org.el (org-show-following-heading): New option.
629         (org-show-hierarchy-above): Use `org-show-following-heading'.
630         (org-cycle): Documentation fix.
632         * textmodes/org.el (orgtbl-optimized): New option
633         (orgtbl-mode): New command, a minor mode.
634         (orgtbl-mode-map): New variable.
635         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
636         (orgtbl-error, orgtbl-self-insert-command)
637         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
639         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
640         a local variable in each org-mode buffer.
642         * textmodes/org.el (org-set-regexps-and-options): Rename from
643         `org-set-regexps'.  Added checking for STARTUP keyword.
644         (org-get-current-options): Add STARTUP options.
645         (org-table-insert-row): Mode mode intelligent about when
646         realignment is needed.
647         (org-self-insert-command, org-delete-backward-char, org-delete-char):
648         New commands.
649         (org-enable-table-editor): New default value `optimized'.
650         (org-table-blank-field): Support blanking regions if active.
652 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
654         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
655         if the year is not given.
657         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
658         Add new escapes %m and %M, fixed bug with %F by adding
659         save-match-data.
660         (reftex-reference): Remove ?. from list of spaces.
661         (reftex-label-info): Add automatic label prefix recognition.
663         * textmodes/reftex-index.el (reftex-index-next-phrase):
664         Add slave parameter to call of `reftex-index-this-phrase'.
665         (reftex-index-this-phrase): New optional argument.
666         (reftex-index-region-phrases): Add slave parameter to call of
667         `reftex-index-this-phrase'.
668         (reftex-display-index): New argument redo.
669         (reftex-index-rescan): Add 'redo to arguments of
670         `reftex-display-index'.
671         (reftex-index-Rescan, reftex-index-revert)
672         (reftex-index-switch-index-tag): Add 'redo to arguments of
673         `reftex-display-index'.
674         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
675         indexing.  Fix bug with matching is there is a quote before or
676         after the word.
678         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
679         Fix bug when collecting citation keys in lines with comments.
680         (reftex-citation): Prefix argument no longer rescans the document,
681         but forces prompting for optional arguments of cite macros.
682         (reftex-do-citation): Prompting for optional arguments implemented.
684         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
685         Add optional arguments to most cite commands.
686         (reftex-cite-cleanup-optional-args): New option
687         (reftex-cite-prompt-optional-args): New option.
688         (reftex-trust-label-prefix): New option.
690         * textmodes/reftex-toc.el (reftex-toc-find-section):
691         Add push-mark before changing the position in the buffer.
693         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
694         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
696 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
698         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
699         more carefully.
701 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
703         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
704         (sgml-mode): Use it.
705         (sgml-get-context): Better keep track of implicitly closed tags.
707 2005-01-13  Kenichi Handa  <handa@m17n.org>
709         * textmodes/ispell.el: These changes are to fix misalignment error
710         caused by equivalent characters of different Emacs charsets.
711         (ispell-unified-chars-table): New variable.
712         (ispell-get-decoded-string): New function.
713         (ispell-get-casechars, ispell-get-not-casechars)
714         (ispell-get-otherchars): Call ispell-get-decoded-string.
716 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
718         * custom.el (custom-declare-variable): Just put symbol instead
719         of (defvar . symbol) in `current-load-list'.
721 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
723         * emacs-lisp/elint.el: Fixed typo in Commentary section.
725 2005-01-12  Jay Belanger  <belanger@truman.edu>
727         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
728         to create a Calc summary.
730 2005-01-12  Kim F. Storm  <storm@cua.dk>
732         * mouse.el (mouse-on-link-p): Change functionality and doc
733         string to comply with latest description in lisp ref.
735 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
737         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
738         Enable mouse clicks on mode-line, header-line and margin.
739         (event-type): Give mouse event symbols an 'event-kind property
740         with value 'mouse-click.
742 2005-01-12  Juri Linkov  <juri@jurta.org>
744         * facemenu.el (list-colors-display): Add new arg buffer-name.
745         Use it.  Fix docstring.  Replace code for identifying duplicate
746         colors by the name with call to `list-colors-duplicates' which
747         identifies duplicate colors by the value unless the color
748         is one of special Windows colors.  Set truncate-lines to t.
749         Print sorted duplicate color names on each line.  Indent to 22
750         \(the longest color name in rgb.txt) instead of 20.  Optimize.
751         (list-colors-duplicates): New function.
752         (facemenu-color-name-equal): Delete function.
754         * facemenu.el (list-colors-print): New function created from code
755         in list-colors-display.  Print #RRGGBB at the window right edge.
756         (list-colors-display): When temp-buffer-show-function is not
757         defined, call list-colors-print from temp-buffer-show-hook
758         to get the right value of window-width in list-colors-print
759         after the buffer is displayed.
761         * simple.el (pop-mark): Move deactivate-mark out of conditional
762         part to deactivate the active mark regardless of the state of the
763         mark ring.
765         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
766         variables line in desktop files.
768 2005-01-12  Juri Linkov  <juri@jurta.org>
770         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
771         Bring together isearch highlight related options.
772         (lazy-highlight): Replace group `replace' by `matching'.
773         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
774         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
775         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
776         and declare them obsolete.
777         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
778         (isearch-faces): Remove defgroup.
779         (isearch-overlay, isearch-highlight, isearch-dehighlight):
780         Move isearch highlighting code closer to lazy highlighting code.
782         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
783         (query-replace-highlight, query-replace-lazy-highlight)
784         (query-replace): Move definitions to the beginning of the file.
786 2005-01-11  Juri Linkov  <juri@jurta.org>
788         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
789         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
790         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
792         * info.el (Info-history-forward): New variable.
793         (Info-select-node): Reset Info-history-forward to nil.
794         (Info-last): Turn into defalias.
795         (Info-history-back): Rename from Info-last.
796         Add current node to Info-history-forward.
797         (Info-history-forward): New fun.
798         (Info-mode-map): Replace Info-last by Info-history-back.
799         Bind Info-history-forward to "r".
800         (Info-mode-menu): Replace Info-last by Info-history-back.
801         Fix menu item text.  Add menu item for Info-history-forward.
802         (info-tool-bar-map): Replace Info-last by Info-history-back.
803         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
804         for Info-history-forward.
805         (Info-mode): Replace Info-last by Info-history-back in docstring.
806         Add local variable Info-history-forward.
807         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
809 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
812         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
813         Ignore select-window events rather than fiddle with
814         mouse-autoselect-window.
816 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
818         * type-break.el (type-break-mode): Fix previous change.
820 2005-01-10  Jay Belanger  <belanger@truman.edu>
822         * calc/calc-ext.el (calc-reset): Reset when inside embedded
823         calculator; only reset when point is inside a calculator.
824         Don't adjust the window height if the window takes up the whole height
825         of the frame.
827 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
829         * ebuff-menu.el (Electric-buffer-menu-mode):
830         Preserve value of buffer-local var header-line-format.
832 2005-01-09  Jay Belanger  <belanger@truman.edu>
834         * calc/calc.el (calc-mode-var-list-restore-saved-values):
835         Make sure settings file exists before accessing it.
837         * calc/calc-embed.el (calc-embedded-subst):
838         Replace math-multi-subst-rec, which is only supposed to be called
839         by math-multi-subst, by math-multi-subst.
841 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
843         * vc.el (vc-allow-async-revert): New user option.
844         (vc-disable-async-diff): New internal variable.
845         (vc-revert-buffer): Use them to disable asynchronous diff.
847         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
848         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
849         asynchronously if vc-disable-async-diff is t.
851 2005-01-09  Jay Belanger  <belanger@truman.edu>
853         * calc/calc.el (defcalcmodevar): New macro.
854         (calc-mode-var-list-restore-default-values)
855         (calc-mode-var-list-restore-saved-values): New functions.
856         (calc-mode-var-list): Use defcalcmodevar to define it.
857         (calc-always-load-extensions, calc-line-numbering)
858         (calc-line-breaking, calc-display-just, calc-display-origin)
859         (calc-number-radix, calc-leading-zeros, calc-group-digits)
860         (calc-group-char, calc-point-char, calc-frac-format)
861         (calc-prefer-frac, calc-hms-format, calc-date-format)
862         (calc-float-format, calc-full-float-format, calc-complex-format)
863         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
864         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
865         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
866         (calc-matrix-brackets, calc-language, calc-language-option)
867         (calc-left-label, calc-right-label, calc-word-size)
868         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
869         (calc-display-raw, calc-internal-prec, calc-angle-mode)
870         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
871         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
872         (calc-window-height, calc-display-trail, calc-show-selections)
873         (calc-use-selections, calc-assoc-selections)
874         (calc-display-working-message, calc-auto-why, calc-timing)
875         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
876         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
877         (calc-gnuplot-default-device, calc-gnuplot-default-output)
878         (calc-gnuplot-print-device, calc-gnuplot-print-output)
879         (calc-gnuplot-geometry, calc-graph-default-resolution)
880         (calc-graph-default-resolution-3d, calc-invocation-macro)
881         (calc-show-banner): Use defcalcmodevar to declare them and set
882         their default values.
884         * calc/calc-ext.el (calc-reset): Restore saved values of variables
885         instead of default values (but restore default values if there is
886         an argument of 0).
888 2005-01-09  David Kastrup  <dak@gnu.org>
890         * desktop.el (desktop-restore-eager): Fix typo in type.
892 2005-01-08  Richard M. Stallman  <rms@gnu.org>
894         * cus-edit.el (customize): Delete :link.
896 2005-01-08  Jay Belanger  <belanger@truman.edu>
898         * calc/calc.el (calc-mode): Remove the extension from the
899         `calc-settings-file' file name when loading it.
901 2005-01-08  Kim F. Storm  <storm@cua.dk>
903         * info.el (Info-mode-map, Info-next-link-keymap)
904         (Info-prev-link-keymap, Info-up-link-keymap):
905         Map follow-link to mouse-face.
906         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
908 2005-01-08  Jay Belanger  <belanger@truman.edu>
910         * calc/calc.el (calc-settings-file): Change default value.
911         Suggested by cgw in a comment in calc-mode.el.
913         * calc/calc-mode.el (calc-settings-file-name):
914         Compare calc-settings-file to user-init-file instead of ~/.emacs.
915         Replace ~/.emacs in a prompt by calc-settings-file.
917 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
919         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
920         (desktop-lazy-idle-delay): New customizable variables.
921         (desktop-buffer-args-list): New variable.
922         (desktop-append-buffer-args): New function.
923         (desktop-save): Call desktop-append-buffer-args for some buffers.
924         (desktop-lazy-create-buffer): New function.
925         (desktop-idle-create-buffers): New function.
926         (desktop-read): Add message about buffers to restore lazily.
927         (desktop-lazy-abort): New command.
928         (desktop-clear): Call desktop-lazy-abort.
929         (desktop-lazy-complete): New command.
931 2005-01-06  Richard M. Stallman  <rms@gnu.org>
933         * emacs-lisp/find-func.el (find-face-definition):
934         Rename from find-face.
936 2005-01-06  Kim F. Storm  <storm@cua.dk>
938         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
940         * man.el (Man-xref-man-page, Man-xref-header-file)
941         (Man-xref-normal-file): Add follow-link property.
943 2005-01-06  Jay Belanger  <belanger@truman.edu>
945         * calc/calc-units.el: Make sure the proper macro definitions are
946         available when compiling.
948 2005-01-06  Juri Linkov  <juri@jurta.org>
950         * isearch.el (isearch-lazy-highlight-update):
951         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
953 2005-01-06  Miles Bader  <miles@gnu.org>
955         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
956         (isearch-lazy-highlight-face): Use new name.
958 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
960         * uniquify.el (uniquify-rationalize-file-buffer-names):
961         Re-add an interactive spec.
962         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
963         to the same name.
965         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
966         (isearch-update, isearch-done): Adjust calls accordingly.
968 2005-01-05  Richard M. Stallman  <rms@gnu.org>
970         * custom.el (custom-set-variables, custom-theme-set-variables):
971         Clarify documentation.
973         * emacs-lisp/find-func.el (find-variable)
974         (find-variable-other-window, find-variable-other-frame):
975         Fix the TYPE args to find-function-read and find-function-do-it.
976         (find-function): Doc fix.
977         (find-function-at-point): Replace function-at-point alias.
979 2005-01-04  Richard M. Stallman  <rms@gnu.org>
981         * cus-face.el (custom-declare-face):
982         Record defface in current-load-list.
984         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
986         * emacs-lisp/find-func.el: Doc fixes.
987         (find-face-regexp): New variable.
988         (find-function-regexp-alist): New variable.
989         (find-function-C-source): Third arg is now TYPE.
990         (find-function-search-for-symbol): Handle general TYPE.
991         (find-function-read, find-function-do-it): Handle general TYPE.
992         (find-definition-noselect, find-face): New functions.
993         (function-at-point): Alias deleted.
995 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
997         * battery.el (display-battery-mode): Rename from display-battery.
998         Handle the case where it gets turned off.
1000 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1002         * cus-edit.el (customize): Make :link point to user doc.
1004         * man.el (Man-fontify-manpage): Turn off undo generation.
1006         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1008 2005-01-04  Andreas Schwab  <schwab@suse.de>
1010         * files.el (insert-directory): Only look for error lines in
1011         inserted text.  Don't move too far after processing --dired markers.
1013 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1015         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1016         Don't expand if the character is @, period, dash, etc.
1017         (define-mail-abbrev): Quote names that contain problem characters.
1019 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
1021         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1023 2005-01-03  Richard M. Stallman  <rms@gnu.org>
1025         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1026         (query-replace-highlight, query-replace-lazy-highlight)
1027         (query-replace): Definitions moved up.  Doc fix.
1029 2005-01-03  Richard M. Stallman  <rms@gnu.org>
1031         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1032         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1033         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1034         (lazy-highlight-face): Rename from isearch-lazy-...
1035         Change all references to them.
1037 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1039         * cus-edit.el (custom-file): Doc fix for defcustom.
1040         (custom-file): The function no longer sets the variable
1041         `custom-file' to its return value.
1043         * startup.el (command-line): No longer load `custom-file'.
1045 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1049         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1050         Don't confuse module-prefixed identifiers for labels.
1051         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1053 2005-01-02  Richard M. Stallman  <rms@gnu.org>
1055         * files.el (basic-save-buffer-1): Fix previous change.
1057         * loadhist.el (file-loadhist-lookup): New function.
1058         (file-provides, file-requires): Use it.
1060         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1061         instead of calculating the right size.
1063 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
1065         * vc-svn.el (vc-svn-diff): Stay local if possible.
1067 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
1069         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1071         * files.el (hack-local-variables): Fix last change.
1073 2005-01-02  Jay Belanger  <belanger@truman.edu>
1075         * calc/calc-yank.el (calc-edit-top): New variable.
1076         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1077         object.  Change header properties.
1078         (calc-edit-finish, calc-edit-finish-stack-object)
1079         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1080         edited object.
1081         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1082         for the beginning of the edited object.
1083         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1084         for the beginning of the edited object.
1085         * calc/calc-prog.el (calc-edit-macro-finish-edit)
1086         (calc-finish-formula-edit, calc-macro-repeats)
1087         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1088         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1089         beginning of the edited object.
1090         (calc-user-define-edit): Change the header for editing macros.
1091         Remove unnecessary variable.
1093 2005-01-01  Jay Belanger  <belanger@truman.edu>
1095         * calc/calc-yank.el (calc-edit-mode): Change default header.
1096         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1097         * calc/calc-store.el (calc-edit-variable): Change title to match new
1098         header.
1099         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1100         mode to match new header.
1101         (calc-user-define-edit): Change titles to include names of commands.
1102         (calc-finish-formula-edit): Adjust to handle new header.
1103         (calc-finish-macro-edit): Remove.
1104         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1105         (calc-edit-macro-command, calc-edit-macro-command-type)
1106         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1107         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1108         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1109         (calc-edit-macro-finish-edit): New functions.
1110         (calc-user-define-edit): Use new functions to edit named calc macros.
1112 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
1114         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1116         * ses.el (copy-region-as-kill): Deactivate mark.
1118 2005-01-01  Richard M. Stallman  <rms@gnu.org>
1120         * replace.el (occur-1): If the output buffer is also an input,
1121         don't kill it, rename it.
1123         * faces.el (set-face-background, set-face-foreground): Doc fix.
1125         * cus-face.el (custom-face-attributes): Fix :help-echo strings
1126         for :foreground and :background.
1128         * dired.el (dired-view-command-alist): Variable deleted.
1129         (dired-view-file, dired-mouse-find-file-other-window):
1130         Delete the code to use it.
1132 2005-01-01  Kim F. Storm  <storm@cua.dk>
1134         * image.el (insert-sliced-image): Use t for line-height property.
1136 2004-12-31  Jay Belanger  <belanger@truman.edu>
1138         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
1139         for "var-" at the beginning of the minibuffer.
1141 2004-12-31  Richard M. Stallman  <rms@gnu.org>
1143         * faces.el (read-face-name):
1144         Don't treat an attribute spec as a list of faces.
1146         * simple.el (undo): Use undo-equiv-table to detect
1147         unexpected changes since previous undo.
1148         (undo-list-saved): Variable deleted.
1149         (buffer-disable-undo): Don't alter undo-list-saved.
1151         * files.el (require-final-newline): Allow `visit' and `visit-save'.
1152         (mode-require-final-newline): New option.
1153         (after-find-file): Handle require-final-newline with new values.
1154         (basic-save-buffer): Handle new values of require-final-newline.
1156         * progmodes/sh-script.el (sh-require-final-newline):
1157         Alist value now controls whether to use mode-require-final-newline.
1158         (sh-set-shell): Implement that new meaning.
1160         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1161         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1162         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1163         Delete old-Emacs compatibility code.
1164         (antlr-c-common-init): Function deleted.
1166         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1167         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1168         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1169         * progmodes/python.el (python-mode): Use mode-require-final-newline.
1170         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1171         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1172         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1173         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1174         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1175         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1176         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1177         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1178         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1179         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1180         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1181         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1183 2004-12-31  Jay Belanger  <belanger@truman.edu>
1185         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1186         way to return to Calc.
1188         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1189         finish, C-xk as the way to cancel the edit.  Add cancel routine to
1190         kill-buffer-hook.
1192         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1193         MacEdit code.
1195         * calc/calc-prog.el: Remove obsolete MacEdit code.
1196         (calc-macro-edit-algebraic, calc-macro-edit-variable)
1197         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1199 2004-12-31  Kenichi Handa  <handa@m17n.org>
1201         * international/mule.el (buffer-file-coding-system-explicit):
1202         Rename for explicit-buffer-file-coding-system.
1203         (after-insert-file-set-coding): Adjust for the above change.
1205         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1206         to buffer-file-coding-system-explicit.
1207         (basic-save-buffer-1): Likewise.
1209 2004-12-30  Richard M. Stallman  <rms@gnu.org>
1211         * textmodes/artist.el (artist-butlast-fn): Var deleted.
1212         (artist-butlast, artist-last): Functions deleted.
1213         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1214         (artist-compute-key-compl-table): Call remq directly.
1215         (artist-remove-nulls): Function deleted.
1216         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1217         (artist-push, artist-pop): Macro deleted.
1219 2004-12-30  Andreas Leue  <al@sphenon.de>
1221         * textmodes/artist.el (artist-version): 1.2.6
1222         (artist-prev-next-op-alist): New variable.
1223         (artist-select-next-op-in-list): New function.
1224         (artist-select-prev-op-in-list): New function.
1225         (artist-make-prev-next-op-alist): New function.
1226         (artist-is-in-op-list-p): New function.
1227         (artist-get-first-non-nil-op): New function.
1228         (artist-get-last-non-nil-op): New function.
1229         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1230         artist-prev-next-op-alist.
1231         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1232         change drawing operation.
1234 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1236         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1238 2004-12-31  Masatake YAMATO  <jet@gyve.org>
1240         * server.el (server-process-filter): Suppress `error', too.
1242 2004-12-30  Jay Belanger  <belanger@truman.edu>
1244         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1245         Change the way a variable is displayed in a message.
1247         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1248         (calc-user-define-permanent, calc-execute-kbd-macro):
1249         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1251 2004-12-30  Kenichi Handa  <handa@m17n.org>
1253         * files.el (basic-save-buffer-1):
1254         Set explicit-buffer-file-coding-system to last-coding-system-used.
1255         (revert-buffer): Pay attention to
1256         explicit-buffer-file-coding-system (not buffer-file-coding-system)
1257         on bind coding-system-for-read.
1259         * international/mule.el (explicit-buffer-file-coding-system):
1260         New buffer local variable.
1261         (after-insert-file-set-coding): Set it to coding-system-for-read.
1263 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1265         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1267 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
1269         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1270         that include line numbers.
1272 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
1274         * files.el (hack-local-variables): If no PREFIX, set it to "^".
1275         Redundant variable PREFIXLEN removed.
1277 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
1279         * eshell/em-hist.el (eshell-previous-matching-input):
1280         Start the deletion from the end of the output.
1282 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1284         * term/mac-win.el: Require x-dnd.
1285         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
1287 2004-12-29  David Kastrup  <dak@gnu.org>
1289         * international/mule.el (decode-coding-inserted-region):
1290         Don't barf if `buffer-undo-list' is already set to `t'.
1292 2004-12-29  Jay Belanger  <belanger@truman.edu>
1294         * calc/calc-prog.el (calc-user-define-formula): Put default values
1295         for function names in prompts.
1296         (calc-user-define-permanent, calc-user-define-composition)
1297         (calc-user-define-formula): Remove the need for "calcFunc-" in the
1298         default input for algebraic functions.
1300 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
1302         * vc-rcs.el (vc-rcs-annotate-command):
1303         Fix omission bug: Call `vc-setup-buffer'.
1305 2004-12-29  Kenichi Handa  <handa@m17n.org>
1307         * international/mule.el (recode-region): New function.
1309 2004-12-28  Richard M. Stallman  <rms@gnu.org>
1311         * simple.el (undo-extra-outer-limit): New variable.
1312         (undo-outer-limit-truncate): Test and set it.
1314         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
1315         enables the feature to extend the existing region.
1317         * simple.el (mark-word): New arg ALLOW-EXTEND
1318         enables the feature to extend the existing region.
1320         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
1321         enables the feature to extend the existing region.
1323         * startup.el (site-run-file): Don't allow setting it with Custom.
1325         * simple.el (buffer-disable-undo): Fix previous change.
1327 2004-12-27  Masatake YAMATO  <jet@gyve.org>
1329         * hexl.el (hexlify-buffer): Remove fontification here.
1330         Use font lock mechanism instead.
1331         (hexl-font-lock-keywords): New font lock kewords.
1332         (hexl-mode-old-font-lock-keywords): New variable.
1333         (hexl-mode): Store the old font lock keywords.
1334         (hexl-mode-exit): Restore the old font lock keywords.
1336 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1338         * simple.el (undo): Fix previous change.
1340 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1342         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
1343         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
1344         Call x-open-connection on Mac OS X.
1346 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1348         * files.el (buffer-save-without-query): New var (buffer-local).
1349         (save-some-buffers): Save those buffers first, w/o asking.
1351         * files.el (insert-directory-ls-version): New variable.
1352         (insert-directory): When ls returns an error, test the version
1353         number to decide what the return code means.
1354         With --dired output format, detect and distinguish lines
1355         that are really error messages.
1356         (insert-directory-adj-pos): New function.
1358         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
1360         * battery.el (battery-mode-line-format): Remove initial spaces.
1362         * uniquify.el (uniquify-rationalize-file-buffer-names):
1363         Delete interactive spec.
1365         * type-break.el (type-break-mode): Set buffer-save-without-query.
1366         Remove code that tried to set save-some-buffers-always.
1367         (type-break-file-keystroke-count): Bind deactivate-mark.
1369         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
1371         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
1372         Test that the buffer is live, and maybe reject current buffer too.
1373         Clarify.
1374         (next-error-find-buffer): Rewrite for clarity.
1376         * loadup.el: Don't use buffer-disable-undo; do it directly.
1378         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
1379         (describe-variable): Call symbol-file with `defvar'.
1381         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
1382         (symbol-file): Rewritten to handle new load-history format.
1383         Now takes an arg TYPE to specify looking for a particular
1384         type of definition only.
1386         * emacs-lisp/debug.el (debugger-make-xrefs):
1387         Call symbol-file with `defun'.
1389         * emacs-lisp/find-func.el (find-function-noselect):
1390         Call symbol-file with `defun'.
1391         (find-variable-noselect): Call symbol-file with `defvar'.
1393         * eshell/esh-cmd.el (eshell-find-alias-function):
1394         Call symbol-file with `defun'.
1396         * eshell/esh-test.el (eshell-test-goto-func):
1397         Call symbol-file with `defun'.
1399         * mail/rmail.el (rmail-resend):
1400         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
1402         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
1404         * progmodes/compile.el (compilation-find-buffer): Rename arg.
1406         * textmodes/texinfmt.el (texinfo-format-buffer-1):
1407         Call buffer-disable-undo.
1409         * simple.el (undo-list-saved): New variable (buffer-local).
1410         (undo): Set and test it.
1411         (buffer-disable-undo): Move here from buffer.c.
1412         Clear out undo-list-saved.
1414         * international/mule.el (decode-coding-inserted-region):
1415         Set buffer-undo-list in a correct and optimal way.
1417         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
1418         (cperl-font-lock-unfontify-region-function): No need to save and
1419         restore info, since font-lock.el does it for us.
1421         * ansi-color.el (save-buffer-state): Definition deleted.
1422         (ansi-color-unfontify-region): Don't use save-buffer-state.
1424 2004-12-27  Dave Love  <fx@gnu.org>
1426         * wid-edit.el (function): Use restricted-sexp as parent.
1428 2004-12-27  Kevin Ryde  <user42@zip.com.au>
1430         * simple.el (next-matching-history-element): Use same
1431         `interactive' form as previous-matching-history-element.
1433         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
1434         it can appear unencoded and has been seen from yahoo.
1436 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
1438         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1439         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
1441 2004-12-27  Kenichi Handa  <handa@m17n.org>
1443         * international/utf-8.el (utf-translate-cjk-load-tables):
1444         Bind coding-system-for-read to nil while loading subst-*.
1446 2004-12-26  Jay Belanger  <belanger@truman.edu>
1448         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
1449         default input.
1451 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
1453         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
1454         before reverting and disable undo recording while reverting.
1456 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
1458         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
1459         (hs-make-overlay): New function.
1460         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
1461         (hs-flag-region): Delete function.
1462         (hs-hide-comment-region): No longer use `hs-flag-region'.
1463         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
1464         (hs-hide-block-at-point): Likewise.
1465         (hs-hide-level-recursive): Use `hs-discard-overlays'.
1466         (hs-hide-all, hs-show-all): Likewise.
1467         (hs-show-block): Likewise.
1468         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
1470 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
1472         * progmodes/hideshow.el: Require `cl' when compiling.
1473         Remove XEmacs and Emacs 19 compatibility.
1474         Use `dolist' and `add-to-list' for load-time actions.
1475         (hs-discard-overlays): Use `dolist'.
1476         (hs-show-block): Likewise.
1478 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
1480         * faces.el (mode-line, mode-line-inactive): Use min-colors.
1482 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
1484         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
1485         When extending backwards, move outside the current comment first.
1487 2004-12-22  Kenichi Handa  <handa@m17n.org>
1489         * international/quail.el (quail-start-translation): Fix prompt
1490         string for the case if input-method-use-echo-area being non-nil.
1491         (quail-start-conversion): Likewise.
1492         (quail-show-guidance): Don't show guidance if
1493         input-method-use-echo-area is non-nil.
1495 2004-12-21  Richard M. Stallman  <rms@gnu.org>
1497         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
1499 2004-12-21  Markus Rost  <rost@ias.edu>
1501         * calendar/diary-lib.el (mark-diary-entries):
1502         Set mark-diary-entries-in-calendar only after checking for diary-file.
1504 2004-12-21  Richard M. Stallman  <rms@gnu.org>
1506         * faces.el (escape-glyph): Use blue against light foreground.
1508         * simple.el (undo-outer-limit-truncate): New function.
1509         (undo-outer-limit-function): Use undo-outer-limit-truncate.
1511 2004-12-21  Eli Barzilay  <eli@barzilay.org>
1513         * calculator.el: (calculator-radix-grouping-mode)
1514         (calculator-radix-grouping-digits)
1515         (calculator-radix-grouping-separator):
1516         New defcustoms for the new radix grouping mode functionality.
1517         (calculator-mode-hook): Now used in electric mode too,
1518         (calculator): Call it.
1519         (calculator-mode-map): Some new keys.
1520         (calculator-message): New function.  Some new calls.
1521         (calculator-op, calculator-set-register): Use it.
1522         (calculator-string-to-number): New function, mostly moved and
1523         updated code from calculator-curnum-value.
1524         (calculator-curnum-value): Use it.
1525         (calculator-paste): Use it, and update grabbing the current-kill.
1526         (calculator-rotate-displayer)
1527         (calculator-rotate-displayer-back): Toggle digit grouping when
1528         in radix mode, use calculator-message.
1529         (calculator-displayer-prev, calculator-displayer-next):
1530         Change digit group size when in radix mode.
1531         (calculator-number-to-string): Rename from
1532         calculator-num-to-string.  Now deals with digit grouping in
1533         radix mode.
1534         (calculator-update-display, calculator-put-value): Use the new name.
1535         (calculator-fact): Return a floating point number.
1536         (calculator-mode): Doc fix.
1538 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
1540         * calendar/calendar.el (view-other-diary-entries): Add autoload.
1541         * calendar/diary-lib.el (view-other-diary-entries):
1542         Use current-prefix-arg in interactive spec.
1544 2004-12-19  Jay Belanger  <belanger@truman.edu>
1546         * calc/calc-aent.el (calcAlg-blank-matching-open):
1547         Temporarily adjust the syntax of both delimiters of half-open intervals.
1549 2004-12-19  Kim F. Storm  <storm@cua.dk>
1551         * mouse.el (mouse-1-click-follows-link): Doc fix.
1553 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1555         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
1556         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
1557         instead of centraleuropean as the name
1559 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
1561         Sync with Tramp 2.0.46.
1563         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
1564         parameters wrt Tramp convention.
1565         (tramp-handle-file-attributes-with-perl)
1566         (tramp-handle-directory-files-and-attributes): Apply it.
1567         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
1568         `copy-program'.  Reported by Zack Weinberg
1569         <zack@codesourcery.com>.
1570         (top): Set `edebug-form-spec' property directly rather than
1571         calling `def-edebug-spec'.
1573         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
1574         advice less fragile.  Surround temporary redefinition of
1575         `substitute-in-file-name' with `unwind-protect'.  Suggested by
1576         Matt Hodges <MPHodges@member.fsf.org>.
1578 2004-12-17  Juri Linkov  <juri@jurta.org>
1580         * replace.el (occur-accumulate-lines, occur-engine):
1581         Make forcing deferred font-lock fontification jit-specific.
1583 2004-12-17  Kim F. Storm  <storm@cua.dk>
1585         * mouse.el (mouse-1-click-follows-link): New defcustom.
1586         (mouse-on-link-p): New function.
1587         (mouse-drag-region-1): Implement mouse-1-click-follows-link
1588         functionality.  Map a mouse-1 click event into a mouse-2 (or
1589         other) event when position is inside a link.
1591         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
1592         prefix in tooltip text with "mouse-1" when this is a link
1593         recognized by mouse-1-click-follows-link functionality.
1595         * help.el (describe-key): Report effective and original binding
1596         for mouse-1 when clicked on a link.
1597         (describe-mode): Add follow-link property to "minor-mode" button.
1599         * help-fns.el (describe-variable): Add follow-link property to
1600         "below" button.
1602         * help-mode.el (help-xref): Add follow-link property.
1604         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
1605         (apropos-command, apropos-variable, apropos-face, apropos-group)
1606         (apropos-widget, apropos-plist): Add follow-link property.
1608         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
1609         checks if position is in a filename, rather than some other
1610         clickable item.  Function looks for cvs-filename-face at position.
1612         * wid-edit.el (widget-specify-field, widget-specify-button):
1613         Map a :follow-link keyword into a follow-link property.
1614         (link): Add :follow-link keyword, map to RET binding.
1616         * dired.el (dired-mode-map): Map follow-link to mouse-face.
1618         * progmodes/compile.el (compilation-minor-mode-map)
1619         (compilation-button-map, compilation-mode-map): Likewise.
1621 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
1623         * play/zone.el (zone): Init `line-spacing' from orig buffer.
1624         (zone-replace-char): Take `count' and `del-count'
1625         instead of `direction'.  Update callers.  When `del-count' is
1626         non-nil, delete that many characters, otherwise `count' characters
1627         backwards.  Insert the newly-replaced string `count' times.
1628         (zone-fret): Handle chars w/ width greater than one.
1629         (zone-fall-through-ws): No longer take window width `ww'.
1630         Update callers.  Add handling for `char-width' greater than one.
1631         (zone-pgm-drip): Update var holding window-end position every cycle.
1633 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
1635         * vc.el (vc-default-update-changelog): Use insert-file-contents,
1636         rather than insert-file.
1638 2004-12-16  Jay Belanger  <belanger@truman.edu>
1640         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
1641         (math-init-random-base, math-random-digit): Check to see if
1642         var-RandSeed is bound.
1643         (math-random-last): Declare it.
1644         (math-random-digit): Don't make math-random-last local.
1646 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
1648         * play/zone.el (zone): Fix omission bug: Use a self-disabling
1649         one-shot thunk for uniform (error, quit, normal) recovery.
1650         Reported by John Paul Wallington.
1651         (zone-pgm-random-life): Fix bug:
1652         Recognize empty initial field by lack of "@" chars.
1654 2004-12-16  Juri Linkov  <juri@jurta.org>
1656         * help.el (function-called-at-point):
1657         * help-fns.el (variable-at-point): As a last resort try stripping
1658         non-word prefixes and suffixes.
1660         * descr-text.el (describe-property-list): Don't treat syntax-table
1661         specially.  Use describe-text-sexp which inserts [show] button
1662         for large objects and handles printing errors.  Sort properties
1663         by names in alphabetical order instead of by value sizes.
1664         Add `mouse-face' to list of properties for `describe-face' widget.
1665         (describe-char): Mask out face-id from 19 bits of character.
1666         Print face-id separately.
1668         * replace.el (occur-accumulate-lines, occur-engine):
1669         Fontify unfontified matching lines in the source buffer
1670         before copying them.
1671         (occur-engine): Don't put mouse-face on context lines.
1672         (occur-next-error): Set point to line beginning/end
1673         before searching for prev/next property to skip multiple
1674         matches on a line (not supported by occur engine).
1675         Remove redundant prefix-numeric-value.
1677 2004-12-15  Juri Linkov  <juri@jurta.org>
1679         * replace.el (match): New face.
1680         (list-matching-lines-face): Change default from `bold' to `match'.
1682         * progmodes/grep.el (grep-match-face): New defvar.
1683         (grep-mode-font-lock-keywords): Use grep-match-face instead of
1684         compilation-column-face to highlight grep matches.
1686         * apropos.el (apropos-match-face): Change default from
1687         `secondary-selection' to `match'.
1689         * info-look.el (info-lookup-highlight-face): Change default from
1690         `highlight' to `match'.
1692 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
1694         * progmodes/executable.el (executable-interpret): Eliminate
1695         obsolete compile-internal, and switch to comint for interaction.
1697 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
1699         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
1700         `&&' when skipping multiple statements on a line.
1702 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
1704         * play/zone.el (zone): Set `truncate-lines'.
1705         Also, init `tab-width' with value from original buffer.
1706         (zone-shift-up): Rewrite for speed.
1707         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
1708         (zone-pgm-jitter): Remove redundant entries from ops vector.
1709         (zone-exploding-remove): Reduce iteration count.
1710         (zone-cpos): Convert to defsubst.
1711         (zone-replace-char): New defsubst.
1712         (zone-park/sit-for): Likewise.
1713         (zone-fret): Take window-start arg.
1714         Update callers. Use `zone-park/sit-for'.
1715         (zone-fill-out-screen): Rewrite.
1716         (zone-fall-through-ws): Likewise. Update callers.
1717         (zone-pgm-drip): Use `zone-replace-char'.
1718         Move var inits before while-loop. Use `zone-park/sit-for'.
1719         (zone-pgm-random-life): Handle empty initial field.
1720         Use `zone-replace-char' and `zone-park/sit-for'.
1722 2004-12-15  Juri Linkov  <juri@jurta.org>
1724         * isearch.el (isearch-update): Test isearch-lazy-highlight
1725         before calling isearch-lazy-highlight-new-loop.
1726         (isearch-lazy-highlight-new-loop):
1727         Don't test isearch-lazy-highlight.
1729         * replace.el (perform-replace): Add isearch-case-fold-search.
1730         Use delimited-flag for isearch-regexp.
1731         Reset isearch-lazy-highlight-last-string to force lazy
1732         highlighting when called from isearch mode.
1733         (query-replace-highlight): Revert defcustom type to boolean.
1734         (query-replace-lazy-highlight): New defcustom.
1735         (query-replace): New face.
1736         (perform-replace, replace-highlight, replace-dehighlight):
1737         Test query-replace-lazy-highlight instead of special value
1738         `isearch' of query-replace-highlight.
1739         (replace-dehighlight): Don't call isearch-dehighlight.
1740         (replace-highlight): Don't call isearch-highlight.
1741         Use face `query-replace' unconditionally.
1743 2004-12-14  Kim F. Storm  <storm@cua.dk>
1745         * simple.el (inhibit-mark-movement): Remove defvar.
1746         (beginning-of-buffer, end-of-buffer): Don't use it.
1748         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1749         Don't use inhibit-mark-movement.
1751         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1752         (cua--undo-push-mark): Remove.
1753         (cua--pre-command-handler, cua--post-command-handler):
1754         Don't fiddle with inhibit-mark-movement.
1756 2004-12-14  Juri Linkov  <juri@jurta.org>
1758         * buff-menu.el (list-buffers-noselect): Collect internal info
1759         for every buffer in BUFFER-LIST arg too.
1760         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1761         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1762         Bind same-window-buffer-names and same-window-regexps to nil.
1764 2004-12-13  Juri Linkov  <juri@jurta.org>
1766         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1768         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1769         (sc-cite-region, sc-uncite-region, sc-recite-region):
1770         Fix previous change to handle not alist as a symbol, but
1771         a citation frame as a symbol that represents a variable name.
1773 2004-12-13  Richard M. Stallman  <rms@gnu.org>
1775         * filecache.el (file-cache-add-directory-using-find):
1776         Only set up file-cache-find-command-posix-flag if we will use it.
1778         * bindings.el (mode-line-buffer-identification-keymap):
1779         Don't cancel the mode-line's usual down-mouse-1 binding.
1781         * cus-edit.el (custom-face-selected): Handle `default' specs.
1782         (custom-face-edit): Increase extra-offset.
1783         (custom-display): Handle `default' specs.
1785         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1787         * emacs-lisp/elint.el (elint-standard-variables)
1788         (elint-unknown-builtin-args): Move definitions up.
1790         * net/browse-url.el (browse-url-url-at-point): Add autoload.
1792         * info.el (info-xref-visited): Use `default' instead of t.
1793         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1795         * faces.el (header-line, mode-line-inactive, tool-bar):
1796         Use `default' instead of t for setting the defaults.
1797         (face-spec-choose): Separate `t' from `default'.
1799         * subr.el (while-no-input): New macro.
1801 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
1803         * filecache.el (file-cache-add-directory-using-find):
1804         Only test file-cache-find-command-posix-flag on some systems.
1806 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1808         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1809         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1810         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1811         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1812         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1814 2004-12-12  Juri Linkov  <juri@jurta.org>
1816         * files.el (find-file-other-window, find-file-other-frame):
1817         Add the first buffer to the returned value to return the complete
1818         list of all visited buffers.
1819         (find-file-read-only, find-file-read-only-other-window)
1820         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1821         `find-file-read-args'.  Signal an error about non-existent file
1822         only if file name doesn't contain wildcards.  Toggle read-only in
1823         all visited buffers.
1824         (find-alternate-file, find-alternate-file-other-window):
1825         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
1826         called interactively.  Pass arg `wildcards' to other functions.
1827         (find-file-noselect): Doc fix.
1829         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1830         Doc fix.
1831         (ffap-directory-finder): New variable.
1832         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1833         (ffap-file-at-point): Add /* to immediately rejected names.
1834         Return absolute file names matching ffap-dired-wildcards.
1835         (ffap-read-file-or-url): Set default value for `completing-read'
1836         to `buffer-file-name'.
1837         (find-file-at-point): When filename matches ffap-dired-wildcards,
1838         call ffap-file-finder with t arg `wildcards', instead of dired.
1839         (ffap-other-window, ffap-other-frame): Return visited buffers.
1840         (ffap-read-only, ffap-read-only-other-window)
1841         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1842         (dired-at-point): Call ffap-directory-finder instead of dired.
1843         (ffap-dired-other-window, ffap-dired-other-frame)
1844         (ffap-list-directory): New commands.
1845         (ffap-bindings): New keybindings for new commands.
1847 2004-12-12  Juri Linkov  <juri@jurta.org>
1849         * simple.el (beginning-of-buffer, end-of-buffer):
1850         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1851         Do not push mark when mark is active in transient-mark-mode.
1853         * simple.el (mark-word):
1854         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1855         * textmodes/paragraphs.el (mark-paragraph):
1856         Extend the region when mark is active in transient-mark-mode,
1857         regardless of the last command.  Doc fix.
1859         * simple.el (mark-word): Preserve direction when repeating.
1860         Make arg optional.  Interactive "p" -> "P".
1861         (transient-mark-mode, inhibit-mark-movement): Doc fix.
1863         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
1864         preserving direction, to mark forward instead of backward when mark
1865         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
1867 2004-12-12  Juri Linkov  <juri@jurta.org>
1869         * isearch.el (isearch-edit-string): Set 7th arg of
1870         `read-from-minibuffer' to `t' to inherit the current input
1871         method (whose name is indicated by [IM] in the minibuffer prompt)
1872         from the current buffer to the minibuffer.
1873         (isearch-lazy-highlight-update): Put body to `with-local-quit'
1874         to allow C-g quitting for lazy highlighting looping inside the
1875         search with nested repetition operators.  Add overlay to the list
1876         before setting its face and other properties to avoid the case of
1877         code quitting after placing the new overlay but before it's
1878         recorded on the list.  Select the window where isearch was
1879         activated, to highlight matches in the right window when isearch
1880         switches the current window to the minibuffer.
1882         * international/isearch-x.el
1883         (isearch-process-search-multibyte-characters):
1884         Use `isearch-message' as initial input for `read-string' instead
1885         of adding it to the minibuffer prompt.  After reading a string
1886         remove the initial value of `isearch-message' from the string.
1888         * replace.el (replace-match-maybe-edit): Doc fix.
1889         (perform-replace): Don't call `replace-highlight' when automatic
1890         replacement is requested in literal mode, since it is intended
1891         only to highlight words during entering a new replacement string
1892         for \? in non-literal mode.
1894         * replace.el (query-replace-highlight): Add new value `isearch'
1895         that allows query replacement to use isearch highlighting.
1896         Change type from `boolean' to `choice'.  Doc fix.
1897         (replace-highlight, replace-dehighlight, perform-replace):
1898         Use isearch highlighting if query-replace-highlight eq `isearch'.
1900 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1903         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1905         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1906         case of \end{verbatim}.
1908 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1910         * term.el (term-termcap-format): Synchronyze with terminfo.
1911         (term-emulate-terminal): Handle reset.
1912         (term-reset-terminal): New function.
1914 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
1916         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1917         (zone-fill-out-screen): New func.
1918         (zone-pgm-drip): Use `zone-fill-out-screen'.
1919         Also, no longer go to point-min on every cycle.
1920         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1921         (zone-pgm-random-life-wait): New user var.
1922         (zone-pgm-random-life): New func.
1924 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
1926         * files.el (auto-mode-alist): Map .com to DCL mode.
1928 2004-12-09  Richard M. Stallman  <rms@gnu.org>
1930         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1932 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
1934         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1935         buffer with a display margin.
1937 2004-12-08  Jay Belanger  <belanger@truman.edu>
1939         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1940         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1942 2004-12-08  Richard M. Stallman  <rms@gnu.org>
1944         * faces.el: Delete code to set display table.
1945         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
1947 2004-12-08  Jay Belanger  <belanger@truman.edu>
1949         * calc/calc.el: Add math-read-preprocess-string to autoloads.
1951         * calc/calc-ext.el (math-read-replacement-list)
1952         (math-read-superscripts, math-read-preprocess-string): Move to
1953         calc-aent.el.
1955         * calc/calc-aent.el (math-read-replacement-list)
1956         (math-read-superscripts, math-read-preprocess-string): Move from
1957         calc-ext.el.
1959 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1961         * isearch.el (isearch-quote-char): Fix up typo in last change.
1963 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
1965         * mouse.el (mouse-set-font): Handle the case where the command was
1966         not invoked using the mouse.
1968         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1969         (edmacro-finish-edit): Further update for keyboard macros that are
1970         lambda forms.
1971         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1973 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1975         * font-lock.el (font-lock-unfontify-region): Save buffer state.
1976         (font-lock-default-unfontify-region): Don't save buffer state any more.
1978 2004-12-07  Jay Belanger  <belanger@truman.edu>
1980         * calc/calc-help.el (calc-describe-key):
1981         Set calc-summary-indentation even when Calc Summary buffer exists.
1983 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
1985         * calendar/holidays.el (holiday-easter-etc): Make arguments
1986         optional for backwards compatibility.  Doc fix.
1987         Remove un-necessary local vars mandatory, output-list.
1988         (holiday-advent):  Make arguments optional for backwards
1989         compatibility.  Doc fix.
1991 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1993         * paren.el (show-paren-function): Fix last change (2004-12-02).
1995         * international/mule-util.el (char-displayable-p): Return nil for
1996         unibyte mode.
1998         * subr.el (subregexp-context-p): New function.
2000         * isearch.el (isearch-quote-char): Use it.
2002         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2003         (regexp-opt-not-groupie*-re): Remove.
2004         (regexp-opt): Properly handle inputs with duplicate entries.
2006 2004-12-06  Richard M. Stallman  <rms@gnu.org>
2008         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2010         * cus-edit.el (custom-file): Doc fix.
2012         * textmodes/org.el: New file.
2014 2004-12-06  Kenichi Handa  <handa@m17n.org>
2016         * ldefs-boot.el: Update international/mule-util.el section.
2018 2004-12-05  Sam Steingold  <sds@gnu.org>
2020         * net/tramp.el (tramp-handle-file-accessible-directory-p):
2021         Fix `tramp-time-diff' comparison logic.
2023 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
2025         * progmodes/which-func.el (which-function):
2026         Use `run-hook-with-args-until-success' instead of a custom loop.
2027         Fixes bug with local hooks.
2029 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2031         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2032         Use delete-dups when calculating the initial value.
2033         (bibtex-autokey-get-title): Use <=.
2034         (bibtex-goto-line): New function.
2035         (bibtex-reposition-window): Use line numbers instead of point
2036         positions.  Use window-body-height.
2037         (bibtex-find-crossref): Use bibtex-reposition-window.
2038         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
2039         position of entry if key is found or nil if not found.
2041 2004-12-05  Richard M. Stallman  <rms@gnu.org>
2043         * cus-edit.el (custom-file): Doc fix.
2045         * progmodes/sh-script.el (sh-indent-for-then): Change default.
2047 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * simple.el (blink-matching-open):
2050         * textmodes/tex-mode.el (tex-validate-region):
2051         Obey syntax-table text properties.
2053 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2055         * wid-edit.el (widget-specify-field): Add `real-field' property to
2056         boundary.
2057         (widget-field-at): Use it.
2059 2004-12-02  Richard M. Stallman  <rms@gnu.org>
2061         * progmodes/cc-mode.el (awk-mode autoload):
2062         Supply t meaning interactive function.
2064         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
2065         (isearch-mode-map): No special definition for space.
2066         (isearch-whitespace-chars): Command deleted.
2067         (isearch-forward-regexp): Doc fix.
2068         (isearch-quote-char): When a space is not inside brackets,
2069         use `[ ]' instead of just space.
2070         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2072         * imenu.el (imenu--generic-function): Delete code to exclude
2073         matches in comments.
2075         * man.el (Man-reverse-face): Change default to `highlight'.
2077         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2078         (occur-engine): Use `face' prop rather than `font-lock-face'
2079         when specifying use of `match-face'.
2080         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2082         * emacs-lisp/elint.el (elint-standard-variables): Update list.
2084         * add-log.el (add-log-current-defun): Handle the case where point
2085         is in the header part of a DEFUN construct.
2087 2004-12-02  Dave Love  <fx@gnu.org>
2089         * progmodes/python.el (python-font-lock-syntactic-keywords):
2090         Fix previous change.
2092 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
2094         * paren.el (show-paren-function): Check for matching chars
2095         specified by text props.
2097 2004-12-02  Jay Belanger  <belanger@truman.edu>
2099         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2100         when reading a new key sequence.
2102 2004-12-02  Kim F. Storm  <storm@cua.dk>
2104         * faces.el (escape-glyph): Rename from glyph.
2105         (standard-display-table): Set it here.  Add escape-glyph face to
2106         extra slot characters.
2108         * disp-table.el: Undo 2004-12-01 change.  Display table is now
2109         setup in faces.el.
2111 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
2113         * xml.el (xml-parse-dtd): Don't show validity messages when
2114         xml-validating-parser is nil.
2115         (xml-substitute-special): Fix validity error messages to
2116         actually show the unexpandable entity.  Added validity error if &
2117         isn't followed by an entity.
2118         (xml-parse-tag): Concatenate any string following the a
2119         <![CDATA[]]> section to the parsed CDATA.
2120         (xml-parse-dtd): Skip parameter entity declarations and use of
2121         parameter entities.
2123 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2125         * kmacro.el (kmacro-default-counter-format): New var.
2126         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
2127         (kmacro-display): Remove `nil' from `and' form.  Delete call to
2128         `format' inside `message'.
2129         (kmacro-start-macro): Use `kmacro-default-counter-format'.
2131 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * pcvs.el (cvs-header-msg): New function.
2134         (cvs-update-header): Use it.  Change calling convention.
2135         Correctly handle the case of having simultaneous active processes.
2136         (cvs-sentinel): Don't call cvs-update-header any more.
2137         (cvs-mode-run): Update call and add cvs-update-header to postproc.
2139 2004-12-01  Jay Belanger  <belanger@truman.edu>
2141         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2142         Change message.
2144 2004-12-01  Juri Linkov  <juri@jurta.org>
2146         * progmodes/prolog.el (prolog-mode-variables):
2147         Fix imenu-generic-expression.
2149 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
2151         * faces.el (glyph): New face.
2153         * disp-table.el: Add an autoloaded table, that doesn't require
2154         this library, with glyph face.
2156         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2157         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2158         (conf-quote-normal): Allow normalizing only ' or ".
2159         (conf-mode): Regexp-quote constructed comment-start and don't
2160         match section {} where "name" contains braces.
2162         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2163         files.
2165 2004-12-01  Kenichi Handa  <handa@m17n.org>
2167         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2168         (x-select-text): Don't treat eight-bit-control/graphic chars
2169         specially.  Store the encoded text in the X cut buffer.
2170         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2171         with x-last-selected-text-cut-encoded.
2173 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2177 2004-11-30  Markus Rost  <rost@ias.edu>
2179         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2180         AUCTeX.
2182 2004-11-30  Jay Belanger  <belanger@truman.edu>
2184         * calc/calc-arith.el (math-possible-signs): Made stronger checks
2185         on signs of intervals.
2186         (math-pow-of-zero): Strengthen checks for positive and negative
2187         exponents.
2189         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2190         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2191         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2192         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2193         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2194         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2195         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2196         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2197         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2198         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2199         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2200         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2201         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2202         with provide statements.
2204         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2206         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2208         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2209         (calc-load-everything, math-defsimplify): Replace dummy autoloading
2210         functions by require statements.
2211         (math-defsimplify): Move to calc-alg.el, add to autoloads.
2213         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2214         (calc-gnuplot-print): Give them values.
2216         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2217         autoloads.
2218         Add calc-do-embedded-activate to autoloads.
2219         (calc-gnuplot-name, calc-gnuplot-plot-command)
2220         (calc-gnuplot-print-command): Move them to calc-graph.el.
2222 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2224         * term/mac-win.el (ccl-encode-mac-roman-font)
2225         (ccl-encode-mac-cyrillic-font)
2226         (ccl-encode-mac-centraleuropean-font, encoder-list)
2227         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2228         Support Cyrillic, CentralEuropean, and Dingbat font display
2230 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
2232         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2234         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2235         still nil.
2237 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
2239         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2240         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2242 2004-11-29  Jay Belanger  <belanger@truman.edu>
2244         * calc/calc-arith.el (math-pow-of-zero): Take into account different
2245         cases of the base and exponent.
2247 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
2249         * simple.el (next-error-buffer-p): Allow for inclusive and
2250         exclusive tests for finding a buffer.
2251         (next-error-find-buffer): Pass the exclusive and inclusive tests
2252         to next-error-buffer-p.
2254         * replace.el (occur-next-error): Switch to the Occur buffer when
2255         appropriate, use the exclusive filter to next-error-find-buffer to
2256         do it.  Use the absolute value of the motion amount.
2258 2004-11-29  Kenichi Handa  <handa@m17n.org>
2260         * startup.el (command-line): Decode all default-directory by
2261         locale-coding-system.
2263 2004-11-29  Jay Belanger  <belanger@truman.edu>
2265         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2266         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2267         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2268         Replace calls to calc-extensions by appropriate require, replace
2269         calc-extensions-loaded by appropriate featurep.
2271         * calc/calc-ext.el: Move require to end of file.
2272         Remove redundant loading of calc.el.
2273         (calc-extensions-loaded): Remove unnecessary variable.
2274         (calc-extensions): Remove unnecessary function.
2275         (calc-load-everything): Replace calc-need-macros by appropriate require.
2277         * calc/calc-macs.el: Move provide to end of file.
2278         (calc-need-macros): Remove unnecessary function.
2280         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
2281         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
2282         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
2283         Replace calc-extensions by appropriate require.
2284         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
2286         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
2287         Replace calc-need-macros by appropriate require.
2289         * calc/calc.el: Move require to end of file.
2290         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
2291         Remove unnecessary variable.
2292         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
2293         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
2294         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
2295         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
2296         (math-stack-value-offset, math-format-value, math-format-flat-expr)
2297         (math-format-number, math-format-bignum, math-read-number)
2298         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
2299         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
2300         by appropriate require.
2301         (calc-check-defines): Replace calc-need-macros by appropriate require.
2303 2004-11-29  Kim F. Storm  <storm@cua.dk>
2305         * macros.el (insert-kbd-macro): Handle kmacro functions.
2307 2004-11-28  Juri Linkov  <juri@jurta.org>
2309         * compare-w.el (compare-windows-highlight): Attach each overlay
2310         to its window to properly highlight differences while comparing
2311         two windows of the same buffer.  Fix arguments.
2312         (compare-windows-sync-default-function): Fix arguments of
2313         `compare-windows-highlight'.
2315         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
2316         Use `read-expression-history'.  Set initial contents only if
2317         `edebug-global-break-condition' is non-nil.  Set histpos to 1
2318         if initial contents is equal to the last history element.
2319         (edebug-set-conditional-breakpoint): Instead of temporarily
2320         prepending the current condition to the history, set initial
2321         contents to the current condition.  Set histpos to 1 if initial
2322         contents is equal to the last history element.
2324         * info.el (Info-search-whitespace-regexp): Remove shy group.
2325         (Info-search): Forward line if search is on the header line.
2326         Use search-whitespace-regexp in two other places.
2328 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2330         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
2331         warning.  Delay real definition, which uses
2332         `set-fringe-indicators-1' till after the definition of that function.
2334 2004-11-28  Kim F. Storm  <storm@cua.dk>
2336         * fringe.el (fringe): New defgroup.
2337         (fringe-mode): Move to fringe group.
2338         (fringe-indicators): New defcustom.
2339         (set-fringe-indicators-1): New defun.
2341         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
2342         (menu-bar-showhide-fringe-ind-menu): New keymap.
2343         (menu-bar-showhide-fringe-ind-empty)
2344         (menu-bar-showhide-fringe-ind-mixed)
2345         (menu-bar-showhide-fringe-ind-box)
2346         (menu-bar-showhide-fringe-ind-right)
2347         (menu-bar-showhide-fringe-ind-left)
2348         (menu-bar-showhide-fringe-ind-none): New defuns.
2349         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
2351 2004-11-27  Richard M. Stallman  <rms@gnu.org>
2353         * comint.el (comint-read-noecho): Add trivial compatibility definition.
2355         * generic.el (define-generic-mode): Doc fix.
2357         * menu-bar.el (menu-bar-options-save): For the options
2358         that are toggled with menu-bar-make-mm-toggle, don't check
2359         for customized-value prop.
2361 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
2363         * mail/supercite.el (sc-cite-region): Handle the case where
2364         sc-cite-frame-alist is a symbol.
2365         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
2366         a symbol.
2367         (sc-recite-region): Handle the case where sc-recite-frame-alist is
2368         a symbol.
2370 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
2372         * wid-edit.el (widget-narrow-to-field): New function.
2373         (widget-complete): Use it.
2375 2004-11-27  Jay Belanger  <belanger@truman.edu>
2377         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
2378         variable.
2379         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
2380         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
2381         (math-alg-inequalities): Move declaration to earlier in the file.
2383         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
2384         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
2385         Declare them.
2387         * calc/calc-lang.el (math-expr-data, math-expr-token)
2388         (math-exp-old-pos): Declare them.
2390         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
2391         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
2393 2004-11-27  Kim F. Storm  <storm@cua.dk>
2395         * progmodes/flymake.el: Use (featurep 'xemacs).
2396         (flymake-makehash): Change to defsubst.  Use fboundp.
2397         (flymake-time-to-float): Remove.
2398         (flymake-float-time): Merge code from flymake-time-to-float here.
2399         (flymake-replace-regexp-in-string): Change to defsubst.
2400         (flymake-split-string-remove-empty-edges):
2401         Rename to flymake-split-string.
2402         (flymake-split-string): Remove previous defalias.
2403         (flymake-get-temp-dir): Change to defsubst.
2404         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
2405         Define for xemacs only.
2406         (flymake-master-file-count-limit): Change into compiler defvar only.
2407         (flymake-find-possible-master-files): Let-bind it dynamically while
2408         sorting files using flymake-master-file-compare.
2410 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2412         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
2413         of defun-prompt-regexp matches inside a comment/string but the
2414         beginning is correctly outside everything.
2416         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
2417         appears within a string or a comment.
2419         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
2420         rather than make-symbol for symbols which are used in
2421         a symbol-macrolet or equivalent.
2423 2004-11-26  Jay Belanger  <belanger@truman.edu>
2425         * calc-misc.el (calc-last-why-command): Declare it.
2427         * calc-vec.el (math-grade-vec): New variable.
2428         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
2429         Replace variable grade-vec by declared variable.
2430         (math-rb-close): New variable.
2431         (math-read-brackets, math-read-vector): Replace variable close by
2432         declared variable.
2434         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
2435         (calc-one-window, calc-edit-handler, calc-restore-trail)
2436         (calc-allow-ret): Declare them.
2438         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
2439         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
2440         (math-radix-float-cache-tag, math-random-cache)
2441         (math-max-digits-cache, math-integral-cache, math-units-table)
2442         (math-format-date-cache, math-holidays-cache-tag): Declare them.
2443         (math-moc-func): New variable.
2444         (math-map-over-constants, math-map-over-constants-rec):
2445         Replace variable func by declared variable.
2447         * calc/calc-store.el (calc-given-value, calc-store-opers):
2448         Declare them.
2449         (calc-var-name-map): Move declaration to earlier in the file.
2450         (calc-pv-pos): New variable.
2451         (calc-permanent-variable, calc-insert-permanent-variable):
2452         Replace variable pos by declared variable.
2454         * calc/calc-mtx.el (calc-det-lu): New variable.
2455         (math-det-raw, math-det-step): Replace variable lu by declared variable.
2457         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
2458         (math-multi-subst, math-multi-subst-rec): Replace variables temp
2459         and arg by declared variables.
2460         (calcFunc-reducer): Fix incorrect variable.
2461         (math-inner-mul-func, math-inner-add-func): New variables.
2462         (calcFunc-inner, math-inner-mats): Replace variables mul-func
2463         and add-func by declared variables.
2465         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
2466         (calc-digit-value): Declare them.
2468         * calc/calc-help.el (Info-history): Declare it.
2469         (calc-describe-key): Make calc-summary-indentation a local variable.
2470         (calc-help-long-names): Move declaration to earlier in file.
2472         * calc/calc-embed.el (calc-original-buffer): Declare it.
2473         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
2474         (calc-embed-bot): New variables.
2475         (calc-do-embedded, calc-embedded-mark-formula)
2476         (calc-embedded-find-bounds, calc-embedded-duplicate)
2477         (calc-embedded-new-formula, calc-embedded-make-info):
2478         Replace vars outer-top, outer-bot, bot and top by declared variables.
2479         (calc-embed-prev-modes): New variable.
2480         (calc-embedded-set-modes, calc-embedded-update): Replace variable
2481         prev-modes with declared variable.
2482         (calc-embed-vars-used): New variable.
2483         (calc-embedded-make-info, calc-embedded-evaluate-expr)
2484         (calc-embedded-update, calc-embedded-find-vars): Replace variable
2485         vars-used by declared variable.
2487         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
2488         (math-format-radix-float): Remove unnecessary setq.
2489         (math-radix-float-cache): Declare it.
2491         * calc/calcsel2.el (calc-keep-selection): Declare it.
2493         * calc/calc-maint.el: Remove file.
2495 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2497         * textmodes/bibtex.el (bibtex-sort-entry-class)
2498         (bibtex-comment-start): Use defcustom.
2499         (bibtex-entry-field-alist): Use nil if initial content of the
2500         field is undefined.  Fix docstring.
2501         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
2502         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
2503         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
2504         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
2505         Fix docstring.
2506         (bibtex-autokey-title-terminators): Use only one regexp.
2507         (bibtex-string-maybe-empty-head): New variable.
2508         (bibtex-remove-delimiters-string): New function.
2509         (bibtex-text-in-field-bounds, bibtex-text-in-string):
2510         Use bibtex-remove-delimiters-string.
2511         (bibtex-progress-message, bibtex-field-left-delimiter)
2512         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
2513         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
2514         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
2515         Simplify.
2516         (bibtex-format-entry): Use save-excursion for inherited booktitle.
2517         Use eq and bibtex-remove-delimiters-string.  For end markers use
2518         insertion type so that marker stays after inserted text.
2519         (bibtex-autokey-get-names): Return empty string if name is missing.
2520         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
2521         calling bibtex-autokey-name-case-convert.
2522         (bibtex-autokey-demangle-title):
2523         Call bibtex-autokey-titleword-case-convert.  Remove call to
2524         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
2525         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
2526         (bibtex-read-key): New optional arg global.
2527         (bibtex-files-expand): New optional arg force.
2528         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
2529         (bibtex-complete-crossref-cleanup): Rename from
2530         bibtex-complete-key-cleanup.  Simplify code.
2531         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
2532         Operate on current entry.
2533         (bibtex-button): Add docstring.
2534         (bibtex-entry): Simplify.
2535         (bibtex-make-field): Replace optional arg called-by-yank with more
2536         specific args move and interactive.
2537         (bibtex-end-of-entry): Use forward-sexp.
2538         (bibtex-find-entry-globally): Remove.
2539         (bibtex-find-crossref): Allow for crossref key located in other buffer.
2540         Bound to C-c C-x.
2541         (bibtex-find-entry): New optional args global and display.
2542         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
2543         (bibtex-validate): Use arg force of bibtex-files-expand.
2544         (bibtex-clean-entry): Bugfix, clean string entries properly.
2545         Always keep point at beginning of entry.
2546         (bibtex-complete): Bugfix.  Handle string entries properly.
2547         Call cleanup functions only if needed.
2548         (bibtex-String): Use bibtex-read-string-key.
2549         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
2550         case of replacement text.
2552 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
2554         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
2555         (tramp-perl-directory-files-and-attributes): New constant.
2556         (tramp-file-name-handler-alist): Delete file-directory-files, add
2557         directory-files-and-attributes.
2558         (tramp-perl-file-attributes): Surround uid and gid by double
2559         quotes. Change parameter id-format from nonnumeric.
2560         (tramp-convert-file-attributes): New function.
2561         (tramp-handle-file-attributes): Use it.
2562         (tramp-maybe-send-perl-script): New function.
2563         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
2564         file mode. Change parameter id-format from nonnumeric.
2565         (tramp-handle-file-attributes-with-ls): Change parameter id-format
2566         from nonnumeric.
2567         (tramp-post-connection): Don't send tramp-perl-file-attributes
2568         script. Reset connection property "perl-scripts".
2569         (tramp-handle-insert-directory): Run real handler when ls-lisp is
2570         in use.
2572 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
2574         * desktop.el (desktop-read): Replace mapcar with mapc.
2575         (desktop-create-buffer): Replace mapcar with mapc.
2576         Remove redundant piece of code.
2578 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
2580         * progmodes/gud.el (gud-display-line): Use display-buffer
2581         for GDB-UI as for GUD.
2583         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
2584         Delete variables.
2585         (gdb-ann3): Don't make GUD buffer dedicated.
2586         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
2587         (gdb-display-source-buffer): Delete function.
2588         (gdb-view-source-function, gdb-view-assembler): Delete functions.
2589         (menu): Delete menu bindings for viewing source/assembler.
2590         (gdb-setup-windows, gdb-restore-windows):
2591         Don't dedicate GUD. No assembler now.
2592         (gdb-reset): No need to undedicate source buffers now.
2593         (gdb-source-info): No assembler now.
2595 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
2597         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
2598         width to those for special frames.
2599         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
2600         Use display-buffer.
2601         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
2602         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2603         (gdb-frame-assembler-buffer): Rework like
2604         gdb-frame-breakpoints-buffer.
2606 2004-11-25  Richard M. Stallman  <rms@gnu.org>
2608         * progmodes/flymake.el: Reindent.
2609         (flymake-split-string): Turn into defalias.
2610         (flymake-fix-file-name): Rename from flymake-fix-path-name.
2611         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
2612         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
2613         (flymake-build-relative-filename): Rename from ...path.
2614         Fix error message.
2616 2004-11-25  Cheng Gao  <chenggao@gmail.com>
2618         * progmodes/flymake.el: Much whitespace and capitalization change.
2619         Move `provide' to end.  Require `compile' only when compiling.
2621 2004-11-24  Jay Belanger  <belanger@truman.edu>
2623         * calc/calc-alg.el: Added comment.
2624         (math-polynomial-base): Replace variable mpb-top-expr by
2625         math-poly-base-top-expr.
2627         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
2628         (math-polynomial-p1): Replace variable mpb-top-expr by declared
2629         variable.
2630         (math-poly-base-total-base): New variable.
2631         (math-total-polynomial-base, math-polynomial-p1): Replace variable
2632         mpb-total-base by declared variable.
2633         (math-factored-vars, math-to-list): Declare it.
2634         (math-fact-expr): New variable.
2635         (calcFunc-factors, calcFunc-factor, math-factor-expr)
2636         (math-factor-expr-try, math-factor-expr-part): Replace variable
2637         expr by declared variable.
2638         (math-fet-x): New variable.
2639         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
2640         by declared variable.
2641         (math-factor-poly-coefs): Make temp a local variable.
2643         * calc/calc-units.el (calc-convert-units): Make units a local
2644         variable.
2645         (calc-num-units, calc-den-units): New variables.
2646         (calc-explain-units, calc-explain-units-rec): Replace variables
2647         num-units and den-units by declared variables.
2648         (math-cu-unit-list): New variable.
2649         (math-build-units-table, math-compare-unit-names)
2650         (math-convert-units, math-convert-units-rec): Replace variable
2651         unit-list by declared variable.
2652         (math-fbu-base, math-fbu-entry): New variables.
2653         (math-find-base-units, math-find-base-units-rec): Replace variables
2654         base and entry by declared variables.
2655         (math-which-standard): New variable.
2656         (math-to-standard-units, math-to-standard-rec): Replace variable
2657         which-standard by declared variable.
2658         (math-fcu-u): New variable.
2659         (math-find-compatible-unit, math-find-compatible-unit-rec):
2660         Replace variable u by declared variable.
2661         (math-cu-new-units, math-cu-pure): New variables.
2662         (math-convert-units, math-convert-units-rec): Replace variables
2663         new-units and pure by declared variables.
2664         (math-try-cancel-units): New variable.
2665         (math-simplify-units-quotient): Replace variable try-cancel-units by
2666         declared variable.
2668 2004-11-24  Richard M. Stallman  <rms@gnu.org>
2670         * textmodes/ispell.el (ispell-check-version):
2671         If default-directory is nonexistent, use home dir.
2673         * progmodes/grep.el (grep-regexp-alist):
2674         Don't match parens around line numbers.
2676         * progmodes/cperl-mode.el (cperl-indent-region)
2677         (cperl-imenu--create-perl-index, cperl-xsub-scan):
2678         Don't print progress messages.
2680         * progmodes/compile.el (compilation-mode-map):
2681         Don't inherit from compilation-minor-mode-map;
2682         copy its bindings instead.  But the menu bar Compile
2683         entry now does inherit from compilation-menu-map.
2685         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2686         Use with-no-warnings around compiler-macroexpand.
2688         * imenu.el: Don't always require newcomment.
2689         (imenu--generic-function): Call comment-normalize-vars
2690         if we have a comment syntax.
2691         Exit the loop if REGEXP matches the null string.
2692         Test comment-start as well as comment-start-skip
2693         when deciding whether to check for comments.
2695         * tooltip.el (tooltip-mode): Doc fix.
2697         * term.el (term-escape-char, term-mode): Doc fixes.
2699 2004-11-24  Dave Love  <fx@gnu.org>
2701         * progmodes/python.el (python-font-lock-syntactic-keywords):
2702         Check for escapes in the regexp.
2703         (python-quote-syntax): Don't do it here.
2705 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2707         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2708         (gdb-frames-mode-map, gdb-threads-mode-map)
2709         (gdb-registers-mode-map, gdb-locals-mode-map)
2710         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
2711         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
2713         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
2714         (dedicated-switch-to-buffer): Rework.
2715         (gdb-var-evaluate-expression-handler, gdb-put-string):
2716         Remove unused variable bindings.
2717         (gdb-setup-windows, gdb-display-buffer):
2718         Simplify. Use pop-to-buffer.
2719         (gdb-view-source-function): Simplify.
2720         (gdb-frame-breakpoints-buffer):
2721         Use pop-to-buffer, special-display-regexps.
2723 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2725         * progmodes/f90.el (f90-smart-end)
2726         (f90-previous-statement, f90-beginning-of-block): Doc fix.
2727         (f90-calculate-indent): Handle un-named PROGRAM blocks.
2728         (f90-end-of-block): Doc fix.  Make check of outermost block
2729         conditional on value of `f90-smart-end'.
2730         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2731         Handle case where END-BLOCK is nil.
2732         (f90-match-end): Handle un-named PROGRAM blocks.
2733         (f90-backslash-not-special): New function.
2735 2004-11-24  Jay Belanger  <belanger@truman.edu>
2737         * calc/calc.el (calc-embedded-active): Removed unnecessary
2738         declaration.
2739         (calc-show-banner): Removed redundant declaration.
2741         * calc/calc-graph.el (calc-gnuplot-default-device)
2742         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2743         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2744         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2745         Remove redundant initial values.
2747         * calc/calc-arith.el (math-scalar-functions)
2748         (math-nonscalar-functions, math-scalar-if-args-functions)
2749         (math-real-functions, math-positive-functions)
2750         (math-nonnegative-functions, math-real-scalar-functions)
2751         (math-real-if-arg-functions, math-integer-functions)
2752         (math-num-integer-functions, math-rounding-functions)
2753         (math-float-rounding-functions, math-integer-if-args-functions)
2754         (math-super-types): Move declarations to earlier in file.
2755         (math-unit-prefixes): Declared it.
2756         (math-floor-prec, math-trunc-prec): New variables.
2757         (math-trunc-fancy): Replace variable prec by declared variable.
2758         (math-floor-fancy): Replace variable prec by declared variable.
2759         (math-com-bterms): New variable.
2760         (math-commutative-equal, math-commutative-collect):
2761         Replace variable bterms by declared variable.
2763         * calc/calc-misc.el (math-trunc): Replace variable prec by
2764         math-trunc-prec.
2765         (math-floor): Replace variable prec by math-floor-prec.
2767         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2768         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2769         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2770         (math-format-date, math-format-date-part): Replace variables
2771         date, dt, year, month, day, weekday, hour, minute, second and
2772         bc-flag by declared variables.
2773         (math-pd-str): New variable.
2774         (math-parse-date, math-parse-date-word, math-parse-standard-date):
2775         Replace variable str by declared variable.
2776         (math-daylight-savings-hook, math-tzone-names): Move definitions
2777         to earlier in the file.
2778         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2779         (math-sh-year): New variable.
2780         (math-setup-add-holidays, math-setup-holidays)
2781         (math-setup-year-holidays): Replace variable `year' by declared
2782         variable.
2784         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2785         New variables.
2786         (math-nth-root-float, math-nth-root-float-iter): Replace variables
2787         n, nf and nfm1 by declared variables.
2788         (math-nri-n): New variable.
2789         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2790         n by declared variable.
2791         (calcFunc-log): Removed misplaced condition.
2793 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2797 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2799         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2800         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2801         Dedicate gdb-related windows.
2802         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2803         other frames.
2804         (gdb-reset): Remove dedicated property after debugging.
2806 2004-11-24  Jay Belanger <belanger@truman.edu>
2808         * calc/calc-sel.el: Add comment.
2810         * calc/calc.el (math-stack-value-offset): Replace variables c,
2811         wid and off with math-svo-c, math-svo-wid and math-svo-off.
2813         * calc/calccomp.el (math-comp-sel-tag): Declare it.
2814         (math-svo-c, math-svo-wid, math-svo-off): New variables.
2815         (math-stack-value-offset-fancy): Replace variables c, wid and off
2816         by declared variables.
2817         (math-comp-just, math-comp-comma-spc): New variables.
2818         (math-compose-expr, math-compose-matrix): Replace variables `just'
2819         and comma-spc by declared variable.
2820         (math-comp-vector-prec): New variable.
2821         (math-compose-expr, math-compose-matrix, math-compose-rows):
2822         Replace variable vector-prec by declared variable.
2823         (math-comp-left-bracket, math-comp-right-bracket)
2824         (math-comp-comma): New variables.
2825         (math-compose-expr, math-compose-rows): Replace variables
2826         left-bracket, right-bracket and comma by declared variables.
2827         (math-comp-full-width): New variable.
2828         (math-comp-to-string-flat, math-comp-to-string-flat-term):
2829         Replace variable full-width by declared variable.
2830         (math-comp-highlight, math-comp-word, math-comp-level)
2831         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2832         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2833         New variables.
2834         (math-comp-to-string-flat, math-comp-to-string-flat-term)
2835         (math-comp-sel-flat-term): Replace variables comp-highlight,
2836         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2837         declared variables.
2838         (math-comp-simplify, math-comp-simplify-term)
2839         (math-comp-add-string, math-comp-add-string-sel):
2840         Replace variables comp-highlight, comp-buf, comp-base,
2841         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2843 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2845         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2847         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2848         and x-server-version may throw.
2850 2004-11-23  Kim F. Storm  <storm@cua.dk>
2852         * subr.el (substitute-key-definition-key): Optimize.
2853         Don't call indirect-function for nil defn (always signals error).
2855         * ido.el (ido-read-internal): Fix require-match check when
2856         ido-directory-too-big is set.
2858 2004-11-23  Jay Belanger  <belanger@truman.edu>
2860         * calc/calc-ext.el (math-read-replacement-list)
2861         (math-read-superscripts): New variables.
2862         (math-read-preprocess-string): New function.
2863         (math-read-expr): Filter input through math-read-preprocess-string.
2865         * calc/calc-aent.el (math-read-exprs): Filter input through
2866         math-read-preprocess-string.
2868 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
2870         * progmodes/compile.el (compilation-start): In cd command use
2871         substitute-env-vars -- not quite shell compatible but better than
2872         nothing.
2873         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
2874         handle the newer versions messages, which are more parseable.
2876 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2878         * reveal.el (reveal-mode-map): New var.
2879         (reveal-mode): Use it.
2881 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
2883         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
2884         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2886 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2889         header-line when needed.
2890         Use fixed-pitch only in the header-line.
2891         Build the underline automatically.  Use emdash if available.
2893 2004-11-22  Richard M. Stallman  <rms@gnu.org>
2895         * dired.el (dired-recursive-copies): Move from dired-aux.el.
2896         * dired-aux.el (dired-recursive-copies): Move to dired.el.
2898 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
2900         * progmodes/gdb-ui.el (gdb-resync): New function.
2901         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2902         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2903         Use it to fail more gracefully.
2904         (gdb-variables): Delete variable.
2905         Re-order variables to reduce byte-compiler warnings.
2907 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2909         * descr-text.el (describe-char):
2910         * paren.el (show-paren-function):
2911         * subr.el (syntax-after): Undo last change.
2913         * progmodes/python.el (run-python): Don't hard code *Python*.
2914         Don't modify global process-environment.
2915         (python-send-region, python-load-file): Don't assume that
2916         python-buffer == (process-buffer (python-proc)).
2917         (python-switch-to-python): Simplify.
2919         * dired.el (dired-align-file): Don't assume line starts with spaces.
2921 2004-11-21  Jay Belanger  <belanger@truman.edu>
2923         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2924         Replace variable `lines' by math-read-big-lines.
2925         (math-read-big-expr): Replace variables the-baseline, the-h2
2926         and err-msg by math-read-big-baseline, math-read-big-h2 and
2927         math-read-err-msg.
2928         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2930         * calc/calc-lang.el (math-read-big-rec): Fix typo.
2931         (math-read-big-balance): Replace unbound variable by value.
2932         (math-read-big-lines): New variable.
2933         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2934         (math-read-big-error, math-read-big-balance): Replace variable
2935         `lines' by declared variable.
2936         (math-read-big-baseline, math-read-big-h2): New variables.
2937         (math-read-big-rec): Replace variables the-baseline and the-h2
2938         by declared variables.
2939         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2940         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2941         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2942         declared variables.
2943         (math-read-big-err-msg): New variable.
2944         (math-read-big-error): Replace variable err-msg by declared variable.
2946 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * ses.el: Add coding cookie.
2949         Fix up docstrings, follow new commenting conventions.
2950         (ses-header-line-menu): Fix missing variable rename for header-row.
2951         (ses-cell-size): Remove.
2952         (ses-make-cell): New function.
2953         (ses-cell, ses-insert-row, ses-insert-column): Use it.
2954         (ses-calculate-cell): Remove unused var `symbol'.
2955         (ses-narrowed-p): New function.
2956         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2957         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2958         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2959         (ses-setup): Use restore-buffer-modified-p.
2960         (ses-cleanup): Remove unused var `end'.
2961         (ses-header-string-left-offset): Remove.
2962         (ses-create-header-string): Adjust to new behavior of `align-to'.
2963         Truncate excessively large fields to preserve alignment.
2964         (ses-reconstruct-all): Remove unused var `refs'.
2965         (ses-read-cell-printer): Remove unused var `prompt'.
2966         (ses-delete-row): Remove unused var `pos'.
2967         (ses-delete-column): Remove unused var `new'.
2969 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2971         * ps-print.el: Insert :version tag into all defgroup and defcustom.
2972         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2973         Eliminate eval-and-compile usage.
2974         (ps-insert-file): Use insert-file-contents instead of insert-file.
2975         (ps-setup): Code fix.
2977         * printing.el (pr-setup, lpr-setup): Code fix.
2979 2004-11-21  Jay Belanger  <belanger@truman.edu>
2981         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2982         (calc-original-buffer): Declare them.
2983         (calc-user-formula-alist): New variable.
2984         (calc-user-define-formula, calc-fix-user-formula)
2985         (calc-user-define-composition, calc-finish-formula-edit):
2986         Replace variable `alist' by declared variable.
2987         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2988         (var-q7, var-q7, var-q8, var-q9): Declare them.
2989         (calc-kbd-push): Don't check to see if var-q0 through var-q9
2990         are bound.
2991         (calcFunc-typeof): Replace undeclared variable by expression.
2992         (math-exp-env): New variable.
2993         (math-define-body, math-define-exp): Replace exp-env by declared var.
2994         (math-define-exp): Replace misplaced variable by expression.
2996         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2997         (calc-curve-model, calc-curve-coefnames): New variables.
2998         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2999         varnames, model and coefnames by declared variables.
3000         (math-root-widen): New variable.
3001         (math-search-root, math-find-root): Replace variable root-widen by
3002         declared variable.
3003         (var-DUMMY): Declare it.
3004         (math-root-vars, math-min-vars): Move the declarations to earlier in
3005         the file.
3006         (math-brent-min): Make d a local variable.
3007         (math-find-minimum): Replace non-existent variable.
3008         (math-ninteg-romberg): Remove unnecessary variable.
3009         (math-ninteg-temp): New variable.
3010         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3011         integ-temp by declared variable.
3012         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3013         New variables.
3014         (math-general-fit): Replace variables first-var, first-coef and
3015         new-coefs by declared variables.
3016         (calcFunc-fitvar): Replace variable first-var by declared variable.
3017         (calcFunc-fitparam): Replace variable first-coef by declared variable.
3018         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3019         (math-all-vars-vars, math-all-vars-found): New variables.
3020         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3021         found by declared variable math-all-vars-vars.
3023 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
3025         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3026         of `defconst'.
3028 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3030         * isearch.el (isearch-mode-map): Don't bind SPC.
3031         (isearch-whitespace-chars): Function deleted.
3032         (isearch-search): Bind search-spaces-regexp.
3033         (isearch-lazy-highlight-search): Likewise.
3034         (search-whitespace-regexp): Doc fix.
3035         (isearch-forward-regexp): Doc fix.
3037         * emacs-lisp/bytecomp.el (byte-compile-form):
3038         Move the calls to byte-compile-set-symbol-position,
3039         to avoid having two for the same symbol occurrence.
3041         * comint.el (comint-input-ring-size): Increase to 150.
3043         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3044         New variables.
3045         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3046         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3048         * imenu.el (imenu--generic-function):
3049         Ensure we keep moving backward even if BEG isn't further back.
3051         * replace.el (query-replace-read-to, query-replace-read-from):
3052         Specify t for KEEP-ALL in read-from-minibuffer.
3054         * progmodes/python.el (python-switch-to-python):
3055         If Python isn't running, start it.
3056         Don't alter debug-ignored-errors.
3058         * progmodes/cperl-mode.el (cperl-indent-region):
3059         Don't mind imenu-scanning-message.
3061         * bindings.el (global-map): Bind C-e to move-end-of-line.
3063         * simple.el (line-move-finish): New arg FORWARD.
3064         Ignore invisible newlines, not intangible ones.
3065         Conditions for acceptable stopping positions depend on FORWARD.
3066         (line-move): Pass FORWARD arg to line-move-finish.
3068         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3069         of HEADER.  Compensate for this change in the code to add display
3070         properties.  Don't make the first line intangible.
3072         * info.el (Info-search): Fix previous change.
3074 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
3076         * Makefile.in (recompile): Revert 2004-11-19 change.
3077         (compile): Likewise.
3079 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
3081         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3083 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3085         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
3086         defgroup and defcustom.  Eliminate eval-and-compile usage.
3088         * progmodes/ebnf-otz.el: Fix typos.
3090 2004-11-19  Jay Belanger  <belanger@truman.edu>
3092         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3093         (calc-edit-finish, calc-finish-stack-edit): Replace variable
3094         disp-trail by declared variable.
3096         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3097         (calc-finish-selection-edit):  Replace variable disp-trail by
3098         declared variable.
3099         (calc-selection-cache-entry): Move declaration to earlier in the file.
3100         (calc-selection-cache-num, calc-selection-cache-comp)
3101         (calc-selection-cache-offset, calc-selection-true-num)
3102         (calc-final-point-line, calc-final-point-column)
3103         (calc-original-buffer): Declare them.
3104         (calc-fnp-op, calc-fnp-num): New variables.
3105         (calc-find-nth-part, calc-find-nth-part-rec)
3106         (calc-select-previous): Replace op and num by declared variables.
3107         (calc-rsf-old, calc-rsf-new): New variables.
3108         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3109         Replace variables old and new by declared variables.
3110         (calc-sel-reselect): New variable.
3111         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3112         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3113         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
3114         reselect with declared variable.
3116         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3117         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3118         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3119         (math-import-list, math-rewrite-phase): Declare them.
3120         (math-rewrite):  Use let* to declare variables.
3121         (calc-rewrite-selection): Make rules a local variable.
3122         (calc-rewr-sel): New variable.
3123         (calc-rewrite-selection, calc-locate-selection-marker)
3124         (calc-rewrite): Use the declared variable calc-rewr-sel instead
3125         of sel.
3126         (math-rewrite-whole-expr): New variable.
3127         (math-rewrite, math-rewrite-phase): Replace variable expr by
3128         declared variable.
3129         (math-rewrite-heads-heads, math-rewrite-heads-skips)
3130         (math-rewrite-heads-blanks ): New variables.
3131         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3132         heads, skips and blanks by declared variables.
3133         (math-rwcomp-subst-old, math-rwcomp-subst-new)
3134         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3135         New variables.
3136         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3137         old, new, old-func and new-func by declared variables.
3138         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3139         Remove unnecessary variable.
3140         (math-apply-rw-regs): New variable.
3141         (math-apply-rewrites, math-rwapply-replace-regs)
3142         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3143         (math-apply-rw-ruleset): New variable.
3144         (math-apply-rewrites, math-rwapply-remember): Replace variable
3145         ruleset by declared variable.
3147 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3149         * info.el (Info-search): Use search-whitespace-regexp.
3151 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3153         * vc-rcs.el (vc-rcs-parse): New function.
3154         (vc-rcs-annotate-command): Likewise.
3155         (vc-rcs-annotate-current-time): Likewise.
3156         (vc-rcs-annotate-time): Likewise.
3157         (vc-rcs-annotate-extract-revision-at-line): Likewise.
3159 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3161         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3163 2004-11-18  Jay Belanger  <belanger@truman.edu>
3165         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3167 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3169         * printing.el: Eliminate use of interactive-p and eval-and-compile.
3170         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3171         Use make-temp-file to generate PostScript files in any situation.
3172         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3173         (pr-interactive-p): Eliminate var.
3174         (pr-save-interactive): Eliminate macro.
3175         (pr-interface, pr-ps-directory-preview)
3176         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3177         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3178         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3179         (pr-ps-buffer-ps-print, pr-ps-region-preview)
3180         (pr-ps-region-using-ghostscript, pr-ps-region-print)
3181         (pr-ps-region-ps-print, pr-ps-mode-preview)
3182         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3183         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3184         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3185         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3186         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3187         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3188         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3189         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3190         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3191         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3192         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3193         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3194         Eliminate pr-save-interactive usage.
3195         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3196         Eliminate pr-interactive-p usage.
3197         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3198         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3199         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3200         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3201         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3202         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3203         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3204         New funs.
3205         (pr-ps-file): Use make-temp-file to generate a temporary file.
3207 2004-11-17  Jay Belanger  <belanger@truman.edu>
3209         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3210         a local variable.
3211         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3212         (math-top-only): New variable.
3213         (math-simplify, math-simplify-step): Replace variable top-only by
3214         declared variable math-top-only.
3215         (math-simplify-expr): Declare it.
3216         Replace argument expr in all calls of math-defsimplify by
3217         math-simplify-expr.
3218         (math-simplify-plus, math-simplify-times, math-simplify-divide)
3219         (math-simplify-divisor, math-simplify-one-divisor)
3220         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3221         (math-simplify-pow): Replace variable expr by declared variable
3222         math-simplify-expr.
3223         (math-simplify-divisor): Remove local variables temp and op.
3224         (math-simplify-one-divisor): Make temp and op local variables.
3225         (math-simplify-divisor-nover, math-simplify-divisor-dover):
3226         New variables.
3227         (math-simplify-divisor, math-simplify-one-divisor):
3228         Replace variables nover and dover by declared variables.
3229         (math-expr-subst-new, math-expr-subst-old): New variables.
3230         (math-expr-subst, math-expr-subst-rec): Replace variables new
3231         and old by declared variables.
3232         (math-is-poly-degree, math-is-poly-loose): New variables.
3233         (math-is-polynomial, math-is-poly-rec): Replace variables degree
3234         and loose by declared variables.
3235         (math-poly-base-const-ok, math-poly-base-pred): New variables.
3236         (math-polynomial-base, math-polynomial-base-rec):
3237         Replace variables const-ok and mpb-pred by declared variables.
3239         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3241         * calc/calc-ext.el (math-defsimplify): Change the argument in
3242         the created function to math-simplify-expr.
3244         * calc/calc-units.el (math-simplify-expr): Declare it.
3245         Replace argument expr in all calls of math-defsimplify by
3246         math-simplify-expr.
3247         (math-simplify-units-prod): Replace variable expr by declared
3248         variable math-simplify-expr.
3250 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3252         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3253         Replace mapcar->dolist, format->string.
3255 2004-11-17  Miles Bader  <miles@gnu.org>
3257         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3258         * progmodes/idlwave.el: Remove RCS keywords.
3260 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
3262         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3263         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3264         Update to IDLWAVE version 5.5.  Too many changes to list them here.
3265         * progmodes/idlw-help.el: New file.
3267 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3269         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3270         Discard spaces after \i according to TeX rules.
3272         * international/mule.el (set-buffer-file-coding-system):
3273         New arg NOMODIFY.
3274         (after-insert-file-set-coding): Pass that new arg.
3275         Prevent set-buffer-multibyte from trying to lock the file.
3277         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3279         * saveplace.el (save-place): Doc fix.
3281         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
3282         temporarily widen before finding the following word to copy.
3284         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
3285         (cl-map-keymap): Definition deleted.
3287         * subr.el (map-keymap-internal): New function.
3289 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3291         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
3292         when pressing rather than when releasing mouse-2.  Simplify.
3294 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3296         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
3297         (compilation-mode): Set it here instead.
3299         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
3301         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
3302         (loop, cl-parse-loop-clause, defsetf): Use backquote.
3304 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3306         * progmodes/compile.el (compilation-internal-error-properties):
3307         Fix up a transposition-typo.  Check end-col before using it.
3309 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
3311         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3312         Discard whitespace after macro \i when converting it.
3314 2004-11-16  Juri Linkov  <juri@jurta.org>
3316         * emacs-lisp/find-func.el (find-function-regexp):
3317         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
3318         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
3319         Remove invalid `\W' from [^cgv\W].  Doc fix.
3320         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
3322 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3324         * play/life.el: Maintainer is now FSF.
3325         (life-patterns, life-neighbor-deltas, life-window-start)
3326         (life-current-generation, life-generation-string): Use defvar
3327         instead of defconst.
3329 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3331         * progmodes/compile.el (compilation-move-to-column): New fun.
3332         (compilation-internal-error-properties)
3333         (compilation-next-error-function): Use it to make sure we don't go past
3334         the end of line.
3336 2004-11-15  John Paul Wallington  <jpw@gnu.org>
3338         * autoinsert.el (auto-insert-alist): Insert the user's name in
3339         copyright notice, rather than Free Software Foundation, for the
3340         Emacs Lisp header case too.
3342 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3344         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
3345         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3346         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
3347         return the list of string in a string.
3348         (pr-call-process): Message if calling process returns an error, that
3349         is, the exit status is different of zero.
3351 2004-11-15  Jay Belanger  <belanger@truman.edu>
3353         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
3354         variable var-thing.
3355         (math-integ-depth, math-integ-level, math-integral-limit)
3356         (math-enable-subst, math-any-substs, math-integ-msg)
3357         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
3358         (math-int-threshold, math-int-factors, math-double-roots)
3359         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
3360         (var-GenCount):  Declare these variables.
3361         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
3362         (math-integral-cache, math-integral-cache-state):
3363         Move declarations to earlier in the file.
3364         (math-deriv-var, math-deriv-total, math-deriv-symb)
3365         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
3366         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
3367         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
3368         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
3369         (math-solve-res):  New variables
3370         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
3371         (math-integral, math-replace-integral-parts)
3372         (math-integrate-by-parts, calc-dump-integral-cache)
3373         (math-try-integral, math-do-integral, math-do-integral)
3374         (math-do-integral-methods, math-try-solve-for)
3375         (math-try-solve-prod, math-solve-poly-funny-powers)
3376         (math-solve-crunch-poly, math-decompose-poly)
3377         (math-solve-find-root-term, math-find-root-in-prod)
3378         (math-integ-try-linear-substitutions)
3379         (math-integ-try-substitutions, math-expr-rational-in)
3380         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
3381         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
3382         (math-solve-for, math-solve-system, math-solve-system-rec)
3383         (math-solve-get-sign, math-solve-get-int)
3384         (math-solve-system-subst): Replace undeclared variables with newly
3385         declared variables.
3387 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3389         * winner.el (winner-active-region, winner-edges, winner-window-list):
3390         Define at toplevel.
3391         (winner-mode-map): Move init inside declaration.
3393 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3395         * files.el (convert-standard-filename): Doc fix.
3397 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
3399         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
3400         passwd, group, shadow, default/* and pam.d/*.
3402 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3404         * printing.el (pr-menu-spec): Adjust menu specification.
3406 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3408         * printing.el: Doc fix.  Insert :version tag into all defcustom.
3409         Handle interactive-p as is recommended in Emacs Lisp Reference.
3410         Set the file permission bits for newly created files.
3411         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3412         The printing menu specification (in `pr-menu-spec') was merged.
3413         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3414         (pr-version): New version number (6.8.3).
3415         (pr-file-modes): New option.
3416         (pr-interactive-p): New var.
3417         (pr-save-interactive, pr-save-file-modes): New macros.
3418         (pr-setup): Code fix.
3419         (pr-menu-spec): Menu specification merged.
3420         (pr-call-process, pr-text2ps): Set file permission bits.
3421         (pr-despool-print): Set file permission bits.  Handle interactive-p as
3422         is recommended.
3423         (pr-interface, pr-ps-directory-preview)
3424         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3425         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3426         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3427         (pr-ps-buffer-ps-print, pr-ps-region-preview)
3428         (pr-ps-region-using-ghostscript, pr-ps-region-print)
3429         (pr-ps-region-ps-print, pr-ps-mode-preview)
3430         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3431         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3432         (pr-despool-using-ghostscript, pr-despool-ps-print)
3433         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3434         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3435         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3436         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3437         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3438         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3439         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3440         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3441         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
3442         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
3443         Handle interactive-p as is recommended.
3445 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3447         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
3448         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
3450         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
3451         so it doesn't forget to highlight the beginning of the region either.
3453 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
3455         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
3456         (c-font-lock-init): Eliminate obsolete make-local-hook.
3457         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3458         (awk-mode): Use run-mode-hooks.
3460         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
3462 2004-11-13  Kim F. Storm  <storm@cua.dk>
3464         * mouse.el (mouse-drag-copy-region): Add :version.
3465         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
3466         while dragging mode line, so mode line can be dragged downwards.
3467         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
3468         while pressing mouse button so window doesn't scroll until we
3469         release the mouse if clicking on partially visible line.
3471 2004-11-12  Jay Belanger  <belanger@truman.edu>
3473         * calc/calc-graph.el (calc-dumb-map):  Declare it.
3474         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
3475         than unbound.
3476         (calc-graph-name):  Made `end' a local variable.
3477         (calc-graph-lookup):  Made `varname' a local variable.
3478         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
3479         Declare them.
3480         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
3481         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
3482         the unused variable y3vec.
3483         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
3484         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
3485         calc-graph-prev-kill-hook.
3486         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
3487         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
3488         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
3489         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
3490         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
3491         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
3492         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
3493         (calc-graph-y3value, calc-graph-y3name)
3494         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
3495         (calc-graph-stepcount, calc-graph-is-splot)
3496         (calc-graph-surprise-splot, calc-graph-blank)
3497         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
3498         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
3499         (calc-graph-recompute-2d, calc-graph-compute-3d)
3500         (calc-graph-format-data): Replace undeclared variables with the
3501         above newly declared variables.
3503 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
3505         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
3506         `rsf-beep' and `rsf-sleep-after-message'.
3508         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
3509         list if `message-sender' is non-nil.
3511 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3513         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
3514         consing by using mapc instead of mapcar.
3516 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
3518         * tooltip.el (require): Explain why CL is needed.
3520 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3522         * printing.el: Insert :version into defgroup (printing).  All reference
3523         to Files option in menubar were changed to File.
3524         (pr-version): New version number (6.8.2).
3525         (pr-get-symbol): Call easy-menu-intern.
3526         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
3527         compilation gripes.
3529 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3531         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
3532         new byte-compile-function-environment binding to t.
3534         * font-lock.el (font-lock-fontify-syntactically-region):
3535         Don't forget to highlight the last char when we hit `end'.
3537         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
3538         (mwheel-scroll): Adjust accordingly.
3540         * cvs-status.el: Reduce spurious warnings.
3541         (cvs-status-checkout): Remove.
3542         (cvs-status-mode-map): Use cvs-mode-checkout instead.
3544         * pcvs.el (cvs-mode-checkout): New command.
3546         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
3548         * tooltip.el: Require CL.
3550         * emacs-lisp/bytecomp.el: Use push.
3551         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
3552         (defalias): Remove the `byte-compile' property and add
3553         a `byte-hunk-handler'.
3555 2004-11-11  Juri Linkov  <juri@jurta.org>
3557         * info.el (Info-search): Save match data for isearch.
3558         Skip Tag Table node.
3560         * descr-text.el (describe-char): Replace syntax-after with code
3561         from its previous version.
3563         * files.el (magic-mode-alist): Use optimization for SGML mode too.
3564         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
3566         * international/mule.el (sgml-html-meta-auto-coding-function):
3567         Remove > after <html to allow HTML attributes.
3569 2004-11-11  Jay Belanger  <belanger@truman.edu>
3571         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
3572         a variable.
3573         (calcFunc-dfac):  Replace unbound max by n.
3574         (math-stirling-local-cache):  New variable.
3575         (math-stirling-number, math-stirling-1, math-stirling-2):
3576         Replace the variable `cache' by the declared variable
3577         math-stirling-local-cache.
3578         (var-RandSeed):  Declare it as a variable.
3579         (math-init-random-base, math-random-digit):  Don't check to see if
3580         var-RandSeed is bound.
3581         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
3582         Declare them instead of just setting them.
3583         (math-init-random-base):  Made i a local variable.
3584         (math-random-digit):  Made math-random-last a local variable.
3585         (math-prime-test-cache):  Move declaration to before it is used.
3586         (math-prime-test-cache-k, math-prime-test-cache-q)
3587         (math-prime-test-cache-nm1, math-prime-factors-finished):
3588         Declare them as variables.
3590 2004-11-11  Jay Belanger  <belanger@truman.edu>
3592         * calc/calc-ext.el (math-defcache):  Use defvar for the new
3593         variables it creates.
3595 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
3597         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
3598         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
3599         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
3600         (desktop-save): Add :version.
3602 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3604         * printing.el (pr-get-symbol): Don't downcase.
3606 2004-11-10  Jay Belanger  <belanger@truman.edu>
3608         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
3609         string to kill-ring.
3611         * calc/calc-aent.el (calc-alg-exp, math-toks)
3612         (math-exp-pos,math-exp-old-pos, math-exp-token)
3613         (math-exp-keep-spaces, math-exp-str):  New variables.
3614         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
3615         (calcAlg-enter):  Use declared variable calc-alg-exp.
3616         (math-build-parse-table, math-find-user-token):  Use declared
3617         variable math-toks.
3618         (math-read-exprs, math-read-token, calc-check-user-syntax)
3619         (calc-match-user-syntax, match-factor-after, math-read-factor):
3620         Use declared variables math-exp-pos math-exp-old-pos.
3621         (math-read-exprs, math-read-token, math-read-expr-level)
3622         (calc-check-user-syntax, calc-match-user-syntax)
3623         (match-factor-after, math-read-factor):  Use declared variable
3624         math-exp-token.
3625         (math-read-exprs, math-read-expr-list, math-read-token)
3626         (math-read-factor):  Use declared variable math-exp-keep-spaces.
3627         (math-read-exprs, math-read-token):  Use declared variable
3628         math-exp-str.
3629         (calc-match-user-syntax):  Make m a local variable.
3631         * calc/calc-ext.el (math-read-expr):  Use declared variables
3632         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
3633         math-exp-keep-spaces.
3635         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
3636         variables math-exp-pos, math-exp-str.
3638         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
3639         math-exp-old-pos.
3640         (math-parse-fortran-vector, math-parse-fortran-vector-end)
3641         (math-parse-eqn-prime):  Use declared variable math-exp-token.
3643         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3644         Use declared variable math-exp-pos.
3645         (math-check-for-commas):  Use declared variable math-exp-str.
3646         (math-read-brackets):  Use declared variables math-exp-old-pos,
3647         math-exp-keep-spaces.
3648         (math-read-brackets, math-read-vector, math-read-matrix):
3649         Use declared variable math-exp-token.
3651 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3653         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
3654         where the keymap is a symbol.
3655         (easy-menu-add-item): Use keymap-prompt.  Simplify.
3657         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
3659         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
3660         (sgml-parse-tag-backward): Use it to skip spurious < or >.
3662 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
3664         * ebuff-menu.el: Doc fixes throughout.
3665         (electric-buffer-menu-mode-hook): New defvar.
3667 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
3669         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
3670         compilation. The resulting compiler warnings appear to be harmless.
3672 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
3674         * textmodes/conf-mode.el: New file.
3676         * files.el (auto-mode-alist, magic-mode-alist): Use it.
3678 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
3682 2004-11-09  Jay Belanger  <belanger@truman.edu>
3684         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
3686         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
3687         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
3688         (calc-z-prefix-help, calc-user-function-list):  Use declared
3689         variables calc-z-prefix-buf, calc-z-prefix-msgs.
3690         (math-map-tree, math-map-tree-rec):  Use declared variables
3691         math-mt-many, math-mt-func.
3692         (math-read-expression, math-read-string):  Use declared variable
3693         math-expr-data.
3695         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
3696         variable math-normalize-a.
3698         * calc/calc.el (math-normalize-a):  New variable.
3699         (math-normalize):  Use declared variable math-normalize-a.
3701         * calc/calc-poly.el (math-expand-form):  Use declared variable
3702         math-mt-many.
3704         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3705         Use declared variable math-mt-many.
3706         (math-rewrite):  Use declared variable math-mt-func.
3708         * calc/calc-vec.el (math-read-brackets, math-read-vector)
3709         (math-read-matrix):  Use declared variable math-expr-data.
3711         * calc/calc-lang.el (math-parse-fortran-vector)
3712         (math-parse-fortran-vector-end, math-parse-tex-sum)
3713         (math-parse-eqn-matrix, math-parse-eqn-prime)
3714         (math-read-math-subscr):  Use declared variable math-expr-data.
3716         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
3717         (math-read-expr-level, math-read-token, calc-check-user-syntax)
3718         (calc-match-user-syntax, math-read-if, math-factor-after)
3719         (math-read-factor):  Use declared variable math-expr-data.
3721 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
3723         * calendar/diary-lib.el (diary-from-outlook)
3724         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
3725         interactive-p; but rather new optional argument NOCONFIRM.
3727 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3730         (easy-menu-name-match): Revert correspondingly.
3732 2004-11-09  Richard M. Stallman  <rms@gnu.org>
3734         * emacs-lisp/bytecomp.el (byte-compile-defalias):
3735         Turn off warnings for the new function even if definition not constant.
3736         If the definition isn't a quoted symbol, record (FUNCTION . t).
3737         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3738         (byte-compile-callargs-warn): Handle (FUNCTION . t).
3739         (display-call-tree, byte-compile-arglist-warn):
3740         Handle t returned by byte-compile-fdefinition.
3742 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3744         * Makefile.in (maintainer-clean): Depend on distclean.
3746         * help-fns.el (help-C-file-name): File name must be in build-files
3747         to be returned.
3749 2004-11-09  Jay Belanger  <belanger@truman.edu>
3751         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3752         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
3754         * calc/calc.el (calc, calc-trail-display, calc-mode):
3755         Remove obsolete sections.
3757         * calc/calc.el (calc-x-paste-text):  Remove.
3759         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
3760         mouse-2.
3762 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
3764         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3765         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3766         current frame (in case of recursive calls).
3767         (gdb-show-changed-values): Add :version keyword.
3769 2004-11-09  Kenichi Handa  <handa@m17n.org>
3771         * international/mule-cmds.el: Change coding: tag back to
3772         iso-2022-7bit.
3774 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3776         * international/mule-cmds.el: Change coding-system to utf-8.
3777         (select-safe-coding-system-interactively):
3778         New function extracted from select-safe-coding-system.
3779         (select-safe-coding-system): Use it.
3781 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3783         * subr.el (syntax-after): Doc fix.
3785         * paren.el (show-paren-function): Change calls to syntax-after
3786         for new way of returning the value.
3788         * menu-bar.el (menu-bar-file-menu): Make this the real name
3789         and menu-bar-files-menu the alias.  Use the former.
3790         (global-map): Use `file', not `files', as the symbol.
3792         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3794         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3795         Don't use beginning-of-buffer.
3796         (filesets-cmd-show-result): Use with-no-warnings.
3798 2004-11-08  Juri Linkov  <juri@jurta.org>
3800         * progmodes/compile.el (compile): Don't overwrite last command in
3801         minibuffer history with default command if they are not equal.
3803 2004-11-08  Jay Belanger  <belanger@truman.edu>
3805         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
3806         non-linear substitutions.
3808 2004-11-08  Jay Belanger  <belanger@truman.edu>
3810         * calc/calcalg2.el (math-linear-subst-tried): New variable.
3811         (math-do-integral):  Set `math-linear-subst-tried' to nil.
3812         (math-do-integral-methods):  Use `math-linear-subst-tried' to
3813         determine what type of substitution to try.
3814         (math-integ-try-linear-substituion):
3815         Set `math-linear-subst-tried' to t.
3817 2004-11-08  Kim F. Storm  <storm@cua.dk>
3819         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3821 2004-11-07  Juri Linkov  <juri@jurta.org>
3823         * info-look.el (info-lookup): Allow reusing in the current buffer
3824         not only *info* buffer, but all (even renamed) Info buffers
3825         by checking for major-mode instead of *info* buffer name.
3826         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3827         (octave-mode, maxima-mode) <doc-spec>:
3828         Allow long dashes generated by Texinfo 4.7 before definitions.
3829         (texinfo-mode) <doc-spec>: Add space to suffix to find command
3830         definitions with argument separated by space.
3832 2004-11-06  Richard M. Stallman  <rms@gnu.org>
3834         * simple.el (next-error group, face): Move before first use.
3835         (next-error-highlight, next-error-highlight-no-select): Likewise.
3837         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3838         (line-move): New args NOERROR and TO-END.
3839         Return t if if succeed in moving specified number of lines.
3840         (move-end-of-line): New function.
3842         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3843         (end-of-buffer-other-window): Likewise.
3845         * simple.el (line-move-ignore-invisible): Default to t.
3847         * subr.el (syntax-after): Return the syntax letter, not the raw code.
3849         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3851         * international/iso-cvt.el (iso-cvt-define-menu):
3852         Rename menu-bar-files-menu to menu-bar-file-menu.
3854         * net/browse-url.el (browse-url-gnome-moz-program)
3855         (browse-url-gnome-moz-arguments): Move up before first use.
3857         * net/tramp.el (tramp group): Add :version.
3859         * progmodes/ada-xref.el (ada-gdb-application):
3860         Use goto-char instead of beginning-of-buffer.
3862         * progmodes/cperl-mode.el (cperl-info-on-command):
3863         Use goto-char instead of beginning-of-buffer.
3865         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
3866         Move up before first use.
3867         (idlwave-shell-temp-pro-file): Likewise.
3868         (idlwave-shell-temp-rinfo-save-file): Likewise.
3869         (idlwave-shell-temp-file): Minor doc fix.
3871         * textmodes/flyspell.el (flyspell-external-point-words):
3872         Use goto-char instead of beginning-of-buffer.
3874 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
3876         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
3877         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
3878         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
3880 2004-11-06  David Ponce  <david@dponce.com>
3882         * recentf.el (recentf-menu-path): Use menu item name.
3884 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3886         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3887         display doesn't support images.
3889 2004-11-06  Andreas Schwab  <schwab@suse.de>
3891         * tempo.el (tempo-match-finder): Doc fix.
3893         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3895 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3897         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3898         (easy-menu-lookup-name): New fun to replace it.
3899         (easy-menu-get-map): Use it to obey menu item names (rather than just
3900         keys) when looking up `path'.
3901         (easy-menu-always-true-p): Rename from easy-menu-always-true.
3902         (easy-menu-convert-item-1): Adjust to new name.
3904 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
3906         * outline.el (hide-body): Don't hide lines at the top of the file
3907         that precede the first header line.
3909 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
3911         * align.el (align-areas): Delete whitespace before reindenting, so
3912         that tabs are never placed after spaces.
3914 2004-11-06  Alan Shutko  <ats@acm.org>
3916         * macros.el (insert-kbd-macro): Do completions based on macros,
3917         rather than all commands.
3919 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
3921         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3922         to solve a bug whereby tags with 'b' don't match.
3924 2004-11-05  Juri Linkov  <juri@jurta.org>
3926         * info.el (Info-search): Don't search in node header lines
3927         and file headers.
3929         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3930         symbol-constituent characters after dot, not only digits.
3932 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
3934         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3936 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3938         * dired.el (dired-read-dir-and-switches): Call read-directory-name
3939         if a dialog will be used, read-file-name otherwise.
3941 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3943         * textmodes/table.el (table group): Add :version.
3945         * textmodes/ispell.el (ispell-word):
3946         Don't alter args; set them only thru `interactive' spec.
3948         * textmodes/flyspell.el (flyspell-word):
3949         Don't alter FOLLOWING; set it only thru `interactive' spec.
3951         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3953         * net/browse-url.el (browse-url-maybe-new-window):
3954         Use called-interactively-p.
3956         * mail/supercite.el (sc-cite-region):
3957         Don't use interactive-p.  Add arg INTERACTIVE.
3958         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
3960         * international/mule-cmds.el (set-input-method, toggle-input-method):
3961         Don't use interactive-p.  Add arg INTERACTIVE.
3963         * eshell/esh-mode.el (eshell-show-maximum-output):
3964         Don't use interactive-p.
3965         (eshell-truncate-buffer): Just message, no error, if buffer is short.
3967         * mouse.el (mouse-show-mark): Get positions to delete from mark
3968         and point, not from mouse-drag-overlay.
3970         * imenu.el (imenu-eager-completion-buffer): Add :version.
3972         * filesets.el (filesets group): Add :version.
3974 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
3976         * files.el (xml-based-modes): Delete var.
3977         (magic-mode-alist): New more general var.
3978         (set-auto-mode): Use it.
3980         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3981         when clicking from another window.
3983 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
3985         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3986         (vc-cvs-annotate-time): Incorporate value of deleted var.
3987         Remove special-case handling of beginning-of-buffer cruft.
3988         Cache ending position (point) and return value in text property
3989         `vc-cvs-annotate-time', and consult it on subsequent invocations.
3991         * vc-cvs.el (vc-cvs-annotate-command):
3992         Delete extraneous lines from beginning of buffer.
3993         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3995         * progmodes/grep.el (grep-default-command): Take empty string
3996         for tag if all other methods yield nil.  Shell-quote the tag.
3998         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3999         spec in `interactive' form, and mention it in the docstring.
4000         Also, make sure point is at bol after calling `annotate-time'.
4002 2004-11-02  Richard M. Stallman  <rms@gnu.org>
4004         * cus-edit.el (customize-group-other-window):
4005         Select the window that displays the custom buffer.
4006         (custom-buffer-create-other-window): Likewise.
4008         * comint.el (comint-insert-input): Fix previous change.
4010         * emacs-lisp/elp.el (elp-instrument-function):
4011         Use called-interactively-p.
4013         * emacs-lisp/easymenu.el (easy-menu-intern):
4014         Don't downcase; rather, case-flip the first letter of each word.
4016         * emacs-lisp/easy-mmode.el (define-minor-mode):
4017         Use called-interactively-p.
4019         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4020         Add interactive-only.
4021         (byte-compile-warnings): Add interactive-only as option.
4022         (byte-compile-interactive-only-functions): New variable.
4023         (byte-compile-form): Warn about calls to functions
4024         in byte-compile-interactive-only-functions.
4026         * emacs-lisp/autoload.el (update-file-autoloads):
4027         Don't use interactive-p; take new arg SAVE-AFTER.
4029         * emacs-lisp/advice.el (ad-make-advised-definition):
4030         Use called-interactively-p.
4032 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4034         * files.el (find-file-existing): New function.
4036         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4037         find-file-existing.  Add "New File..." that calls find-file.
4039         * diropen.pbm, diropen.xpm: New files.
4041         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4042         icon diropen.  New tool bar item find-file-existing uses icon open.
4044         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4045         instead of read-file-name.
4047 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
4049         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4050         (icalendar--split-value): Change name of work buffer.
4051         (icalendar--get-weekday-abbrev): Return nil on error.
4052         (icalendar--date-to-isodate): New function.
4053         (icalendar-convert-diary-to-ical)
4054         (icalendar-extract-ical-from-buffer): Use only two args for
4055         make-obsolete (XEmacs compatibility).
4056         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4057         (icalendar-export-region): Doc fix.
4058         If error, return non-nil and write errors to a buffer.
4059         Use correct weekday for weekly recurring events.
4060         Check whether date has been parsed for ordinary events.
4061         Make weekly events start in the year 2000.
4062         DTEND is non-inclusive, shift end date by one day if
4063         necessary (not for entries that have date and time).
4064         Rename local let variables: oops -> found-error, datestring ->
4065         startdatestring.
4067 2004-11-02  Kim F. Storm  <storm@cua.dk>
4069         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4070         keep-mode-if-same variable.  Add it as optional arg instead.
4071         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4073         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4074         substitute-command-keys will select lower-case bindings like those
4075         used in the static help texts.
4077         * descr-text.el (describe-text-properties): Don't err if called in
4078         the *Help* buffer; output to *Help-2* buffer instead.
4080         * kmacro.el (group kmacro): Add :version.
4081         (kmacro-keyboard-quit): New function to cleanup on C-g.
4082         (kmacro-start-macro): Set defining-kbd-macro to append when
4083         appending to last macro.
4085         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4087 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
4089         * progmodes/gdb-ui.el (gdb-enable-debug-log)
4090         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4091         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4092         Add :version keyword.
4094 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
4096         * progmodes/flymake.el (flymake-err-line-patterns):
4097         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4098         `compilation-error-regexp-alist-alist' to internal Flymake format.
4100         * progmodes/flymake.el: Eliminate byte-compiler warnings.
4102 2004-11-01  Jay Belanger  <belanger@truman.edu>
4104         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4105         with `interactive "s"'.
4107 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4109         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4110         Revert change from 2004-10-16.  '*' checks the current buffer, but the
4111         mouse click may be in another buffer.
4113 2004-11-01  John Paul Wallington  <jpw@gnu.org>
4115         * files.el (large-file-warning-threshold): Add :version keyword.
4116         (kill-some-buffers): Doc fix.
4118         * thumbs.el (group thumbs): Add :version keyword.
4120         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4122 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4124         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4126         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4128         * allout.el (allout group): Add :version.
4129         (allout-init): Don't use interactive-p.
4130         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4131         (allout-forward-current-level, allout-backward-current-level):
4132         Don't use interactive-p.
4134         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4135         (bibtex-find-text): Likewise.
4137         * progmodes/vhdl-mode.el (vhdl-fill-region)
4138         (vhdl-beginning-of-statement): Don't use interactive-p.
4140         * progmodes/idlwave.el (idlwave-update-routine-info):
4141         Don't use interactive-p.
4143         * progmodes/idlw-shell.el (idlwave-shell-send-char):
4144         Don't use interactive-p.
4146         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4147         Don't use interactive-p.
4149         * progmodes/ada-xref.el (ada-make-body-gnatstub):
4150         Don't use interactive-p.
4152         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4153         (fortune-in-buffer): Doc fix.
4155         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4157         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4158         don't select the temporary buffer.
4159         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4160         (eudc-get-phone): Likewise.
4162 2004-11-01  Kim F. Storm  <storm@cua.dk>
4164         * man.el (Man-xref-normal-file): Fix help-echo.
4166 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4168         * reveal.el (reveal-last-tick): New var.
4169         (reveal-post-command): Use it to avoid closing overlays when we're
4170         appending text to them.
4172 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4174         * textmodes/bibtex.el: Require button.
4175         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4176         (bibtex-reference-keys): Distinguish between header keys and
4177         crossref keys.
4178         (bibtex-beginning-of-field): New function.
4179         (bibtex-url-map): Remove.
4180         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4181         (bibtex-font-lock-url-regexp): Assume that field names begin at
4182         the beginning of a line.
4183         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
4184         Remove field delimiters.  Use bibtex-beginning-of-field.
4185         Bugfix, point can be inside a field with a url.
4186         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4187         New functions.
4188         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4189         (bibtex-key-in-head): Simplify.
4190         (bibtex-current-line): Use bolp.
4191         (bibtex-parse-keys): Remove unused arg `add'.
4192         Use bibtex-type-in-head and bibtex-key-in-head.
4193         (bibtex-parse-entry, bibtex-autofill-entry):
4194         Use bibtex-type-in-head and bibtex-key-in-head.
4195         (bibtex-autokey-get-field): Do not alter case of replacement text.
4196         (bibtex-autokey-get-names): Do all processing of name list.
4197         (bibtex-autokey-get-year): New function.
4198         (bibtex-autokey-get-title): Do all processing of title words.
4199         (bibtex-generate-autokey): Simplify.
4200         (bibtex-string-files-init): Use default-directory.
4201         Allow for absolute file names in bibtex-string-files.
4202         (bibtex-files, bibtex-file-path): New variables.
4203         (bibtex-files-expand): New function.
4204         (bibtex-find-entry-globally): New command.
4205         (bibtex-summary-function): New variable.
4206         (bibtex-summary): Default value of bibtex-summary-function.
4207         (bibtex-find-crossref): New optional args pnt and split.
4208         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4209         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4210         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
4211         Fix handling of required and alternative fields.
4212         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4213         Use cons and display-buffer.
4214         (bibtex-validate-globally): New command.
4215         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
4216         bibtex-parse-keys and bibtex-parse-strings for updating
4217         bibtex-reference-keys and bibtex-strings.
4218         (bibtex-realign): Remove blank lines past the last entry.
4219         (bibtex-reformat): Use bibtex-entry-format as default.
4220         (bibtex-choose-completion-string): Remove.
4221         (bibtex-complete): Do not use bibtex-choose-completion-string.
4222         (bibtex-url): Simplify.
4224 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4226         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4227         (x-dnd-types-alist, x-dnd-open-file-other-window)
4228         (x-dnd-known-types): Add :version.
4230 2004-10-31  John Paul Wallington  <jpw@gnu.org>
4232         * ibuffer.el (group ibuffer): Add :version keyword.
4234 2004-10-31  Kim F. Storm  <storm@cua.dk>
4236         * ido.el (group ido): Add :version keyword.
4237         (ido-mode): Remove :version keyword.
4239         * emulation/cua-base.el (group cua): Add :version keyword.
4240         (cua-mode): Remove :version keyword.
4242 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4244         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4246         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4247         compiler warning.
4248         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
4249         function.
4250         (help-at-pt-display-when-idle): Remove autoload.
4252 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4254         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4256 2004-10-30  Juri Linkov  <juri@jurta.org>
4258         * help.el (function-called-at-point):
4259         * help-fns.el (variable-at-point): Read -> intern.
4261 2004-10-30  Simon Josefsson  <jas@extundo.com>
4263         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4264         Recognize AS_* too.
4266 2004-10-29  Simon Josefsson  <jas@extundo.com>
4268         * subr.el (read-passwd): Move back from password.el.
4270         * password.el: Remove, not ready yet.
4272 2004-10-29  Andreas Schwab  <schwab@suse.de>
4274         * speedbar.el (speedbar-frame-parameters): Improve customize type.
4276 2004-10-29  Sam Steingold  <sds@gnu.org>
4278         * mouse.el (mouse-show-mark): Replace the last occurrence of
4279         x-lost-selection-hooks with x-lost-selection-functions.
4281 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4283         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
4284         x-lost-selection-functions is bound.
4286         * mouse-sel.el (mouse-sel-mode):
4287         * emacs-lisp/lselect.el: Adjust to new names for
4288         x-(lost|sent)-selection-functions.
4290         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
4291         New obsolete aliases of x-lost-selection-functions and
4292         x-sent-selection-functions.
4294 2004-10-28  Kim F. Storm  <storm@cua.dk>
4296         * imenu.el (imenu-scanning-message): Remove.
4297         (imenu-progress-message): Make it a no-op.
4299 2004-10-28  John Paul Wallington  <jpw@gnu.org>
4301         * files.el (set-auto-mode): Call `throw' correctly.
4303 2004-10-28  Juri Linkov  <juri@jurta.org>
4305         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
4306         to search `Info-...' commands in `info' manual.
4307         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4308         Add 'info-file "emacs" property.
4309         (Info-find-emacs-command-nodes): Fix index line number regexp.
4310         Set real line number (instead of fake 0) in first element of the
4311         returned list.
4312         (Info-goto-emacs-command-node): Use line number of first element
4313         to set point in the first found Info node.
4315         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
4316         code to `grep-mode-font-lock-keywords'.
4317         (grep-mode-font-lock-keywords): Delete grep markers instead
4318         of making them invisible.
4320 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4322         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
4323         and x-server-version in bug report.
4325 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
4327         * files.el (set-auto-mode-0): New function.
4328         (set-auto-mode): Use it to handle aliased modes and to
4329         be consistent between C-x C-f and C-x C-w.
4331 2004-10-28  Kenichi Handa  <handa@m17n.org>
4333         * international/utf-8.el (utf-translate-cjk-charsets):
4334         Add katakana-jisx0201.
4336         * international/subst-jis.el: Add data for JISX0201.
4338 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4340         * obsolete/hilit19.el (hilit-mode): New function.
4341         Move all the toplevel side-effecting stuff into it, so that loading
4342         hilit19 doesn't mess everything up any more.
4344 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4346         * add-log.el (add-change-log-entry): Set up mailing address
4347         and full name later, and don't alter add-log-mailing-address
4348         or add-log-full-name.
4350         * elide-head.el (elide-head): Change error to message.
4351         (elide-head-show): Likewise.
4353         * apropos.el (apropos-macrop): Doc fix.
4355         * mouse.el (mouse-show-mark): Do most processing the same
4356         regardless of transient-mark-mode.
4358         * shadowfile.el (shadow-copy-files): Use interactive-p
4359         only to control whether to print a message.
4361         * tar-mode.el (tar-mode): Use write-contents-functions,
4362         not write-contents-hooks.
4364         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
4365         directory-sep-char.
4367 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4369         * strokes.el (strokes-unload-hook): Fix previous change.
4371         * type-break.el (type-break-run-at-time): Always use run-at-time;
4372         forget the alternatives.
4373         (type-break-cancel-function-timers): Always use cancel-function-timers;
4374         forget the alternatives.
4376         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
4378 2004-10-27  Kenichi Handa  <handa@m17n.org>
4380         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
4382         * international/subst-gb2312.el: Likewise.
4384         * international/subst-big5.el: Likewise.
4386         * international/subst-ksc.el: Likewise.
4388         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
4389         New variable.
4390         (utf-translate-cjk-set-unicode-range): New function.
4391         (utf-translate-cjk-unicode-range): Make it customizable.
4392         (utf-8-post-read-conversion):
4393         Use utf-translate-cjk-unicode-range-string.
4394         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
4395         Unicode ranges.
4397 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
4399         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
4400         trivial variants to shorten the list.
4401         (xml-based-modes): New var.
4402         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
4403         declaration higher priority than auto-mode-alist.
4405         * find-file.el (cc-other-file-alist): Bring it in line with
4406         cc-mode's auto-mode-alist entries and use \' instead of $.
4408         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
4409         and add "Id" and "Name" submenus to it.
4411         * imenu.el (imenu--generic-function): Skip matches in comments.
4413 2004-10-26  Jay Belanger  <belanger@truman.edu>
4415         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
4416         (full-calc-keypad, calc-trail-display):  Use an extra argument
4417         instead of `interactive-p'.
4419         * calc/calc-misc.el (calc-other-window): Use an extra argument
4420         instead of `interactive-p'.
4422         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
4423         `interactive-p'.
4425 2004-10-26  Kim F. Storm  <storm@cua.dk>
4427         * help.el (describe-key): Describe both down-event and up-event
4428         for a mouse click.
4430 2004-10-26  Richard M. Stallman  <rms@gnu.org>
4432         * woman.el (woman): Don't call interactive-p.
4434         * pcomplete.el (pcomplete): Instead of interactive-p,
4435         use an arg set non-nil by the interactive spec.
4437         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
4438         use an arg set non-nil by the interactive spec.
4440         * man.el (Man-cleanup-manpage): Instead of interactive-p,
4441         use an arg set non-nil by the interactive spec.
4443 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4445         * progmodes/flymake.el (flymake-split-string):
4446         Use `flymake-split-string-remove-empty-edges' in any case.
4448 2004-10-26  Masatake YAMATO  <jet@gyve.org>
4450         * progmodes/flymake.el (flymake-err-line-patterns):
4451         Use `compilation-error-regexp-alist-alist' instead of
4452         `compilation-error-regexp-alist'.
4454 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4456         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
4457         verbatim face on the \ of \end{verbatim}.
4459 2004-10-25  Jay Belanger  <belanger@truman.edu>
4461         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
4462         erasing minibuffer.
4464 2004-10-25  Simon Josefsson  <jas@extundo.com>
4466         * subr.el (read-passwd): Move to net/password.el.
4468         * net/password.el (read-passwd): Add.  Autoload it.
4470 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
4472         * mouse-sel.el (mouse-sel-mode): Specify custom group.
4474         * simple.el (process-file): Fix logic.
4476 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
4478         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
4479         (increase-right-margin): Remove erroneous call to `interactive-p'.
4481 2004-10-24  Kim F. Storm  <storm@cua.dk>
4483         * help.el (describe-mode): Fix 2004-10-13 change.
4484         Copy pure "Auto Fill" string so it can be propertized later
4485         without causing a read-only error.
4487 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
4489         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
4490         style indexes.
4492 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
4494         * simple.el (process-file): Accept nil for INFILE.  Reported by
4495         Luc Teirlinck.
4497 2004-10-24  Masatake YAMATO  <jet@gyve.org>
4499         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
4500         Handle periods and underscores in a function name.
4501         Remove the address fontification.
4503 2004-10-24 Masatake YAMATO <jet@gyve.org>
4505         * progmodes/asm-mode.el (asm-font-lock-keywords):
4506         Use font-lock-variable-name-face for registers.
4508 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
4510         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
4511         kill-all-local-variables.
4512         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4513         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
4514         Use kill-all-local-variables and provide mode-hooks.
4515         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
4516         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
4517         Suggested by Masatake YAMATO <jet@gyve.org>.
4519 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
4521         * simple.el (process-file): New function, similar to call-process
4522         but supports file handlers.
4523         * vc.el (vc-do-command): Use it, instead of call-process.
4524         * net/tramp-vc.el (vc-do-command): Do not advise it if
4525         process-file is fboundp.
4526         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
4527         process-file.
4528         (tramp-handle-process-file): New function.
4529         (tramp-file-name-for-operation): Support process-file.
4531 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
4533         * calendar/icalendar.el (icalendar--weekday-array): New constant.
4534         (icalendar-weekdayabbrev-table)
4535         (icalendar-monthnumber-table): Delete.
4536         (icalendar--get-month-number): Use calendar-month-name-array.
4537         (icalendar--get-weekday-number): New function.
4538         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
4539         (icalendar-export-region): Handle multi-line entries.
4540         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
4542 2004-10-23  John Paul Wallington  <jpw@gnu.org>
4544         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
4545         `wildcards' set to t in interactive spec.
4547         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
4548         interactive spec rather than use `interactive-p'.
4549         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
4550         rather than use function `interactive-p'.
4552 2004-10-22  Kenichi Handa  <handa@m17n.org>
4554         * international/mule.el (translate-region): Implement it in Lisp
4555         as a front end of translate-region-internal.
4557 2004-10-21  Jay Belanger  <belanger@truman.edu>
4559         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
4560         Declare these variables with defvar.
4562         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
4563         is bound, only check to see if it is bound.
4565 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * textmodes/tex-mode.el (tex-compilation-parse-errors):
4568         Don't output messages.
4570         * calc/calc-help.el (calc-describe-bindings): Fix last change.
4572 2004-10-21  John Paul Wallington  <jpw@gnu.org>
4574         * calc/calc-graph.el (calc-graph-init):
4575         Use `set-process-query-on-exit-flag'.
4577 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
4579         * progmodes/compile.el (compilation-start): Rely on `cd' to get
4580         dir right and also allow argumentless cd.
4582 2004-10-19  Richard M. Stallman  <rms@gnu.org>
4584         * textmodes/flyspell.el (flyspell-mode): Doc fix.
4586         * eshell/em-unix.el (eshell-grep):
4587         Don't bind compilation-process-setup-function.
4589         * comint.el (comint-insert-input): Use @ in `interactive'.
4590         (comint-input-filter-functions): Doc fix.
4591         (comint-kill-whole-line, comint-get-source): Doc fix.
4593         * progmodes/compile.el (compilation-setup):
4594         Don't set buffer-read-only if MINOR is non-nil.
4596 2004-10-19  Jay Belanger  <belanger@truman.edu>
4598         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
4599         (calc-emacs-type-gnu19): Remove.
4600         (calc-digit-map, calc-read-key-sequence, calc-read-key):
4601         Remove check for old emacs versions.
4603         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
4604         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
4605         for current Emacs.
4607         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
4608         the end of the minibuffer.
4609         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
4610         copy `esc-map'.
4612         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
4614         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
4615         call that would be given when the current emacs was used.
4617 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
4619         * calendar/icalendar.el: Set coding to utf-8.
4620         (icalendar-version): Increase to 0.07.
4621         (icalendar-monthnumber-table): Change March pattern.
4622         (icalendar-get-all-event-properties)
4623         (icalendar-set-event-property): Delete.
4624         (icalendar-all-events): No longer interactive.
4625         (icalendar-convert-diary-to-ical)
4626         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
4627         their replacements.
4628         (icalendar-export-file, icalendar-export-region): New functions;
4629         essentially old `icalendar-convert-diary-to-ical' but appending to
4630         target rather than overwriting.
4631         (icalendar-import-file): Append to target file rather than
4632         overwriting.  Fourth arg deleted.
4633         (icalendar-import-buffer): New name for old
4634         `icalendar-extract-ical-from-buffer'.
4635         (icalendar--convert-string-for-import): New name for
4636         old `icalendar-convert-for-import'.
4637         (include-icalendar-files): Delete.
4638         Prefix for all internal functions changed from `icalendar-'
4639         to `icalendar--'.
4641 2004-10-19  Richard M. Stallman  <rms@gnu.org>
4643         * paths.el (news-path): Fix previous change.
4645 2004-10-18 Jay Belanger  <belanger@truman.edu>
4647         * calc/calc-help.el (calc-describe-bindings):
4648         Set `buffer-read-only' to nil while working in the keybindings buffer;
4649         remove some extra information from the keybindings buffer.
4651 2004-10-18  David Ponce  <david@dponce.com>
4653         * mouse.el (mouse-drag-move-window-top): New function.
4654         (mouse-drag-mode-line-1): Use it.
4656 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
4658         * info.el (Info-fontify-node): For multiline refs,
4659         arrange to unfontify newline and surrounding whitespace.
4661 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4663         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
4664         directory is missing.
4666 2004-10-17  John Paul Wallington  <jpw@gnu.org>
4668         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
4669         New customizable variable; whether to display buffers that match
4670         `ibuffer-maybe-show-predicates' by default.
4671         (ibuffer-maybe-show-predicates): Mention it in docstring.
4672         (ibuffer-display-maybe-show-predicates): New variable.
4673         (ibuffer-update): Prefix arg now toggles whether buffers that
4674         match `ibuffer-maybe-show-predicates' should be displayed.
4675         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
4676         locally to heed `ibuffer-default-display-maybe-show-predicates'.
4677         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
4679 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
4681         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
4682         work correctly.
4684 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
4686         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
4687         (Buffer-menu-beginning): New helper function.
4688         (Buffer-menu-execute): Use it.
4689         (Buffer-menu-select): Use it.
4690         (Buffer-menu-sort): Use it and also keep markers.
4692 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4694         * paths.el (news-directory): Rename from news-path.  Old name alias.
4695         (rmail-spool-directory): Use defvar.
4696         (sendmail-program): Use defcustom.
4697         (remote-shell-program): Use defcustom.
4698         (term-file-prefix): Use defvar.
4699         (abbrev-file-name): Use defvar.
4701         * term.el: Add maintainer.
4703         * subr.el (with-local-quit): Return nil if there's a quit.
4704         (read-passwd): Use with-local-quit.  Doc fix.
4706         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
4707         (strokes-unload-hook): Set as a variable with add-hook.
4709         * startup.el (fancy-splash-tail, normal-splash-screen):
4710         Update copyright year.
4712         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
4714         * server.el (server-unload-hook): Set as a variable with add-hook.
4716         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
4718         * frame.el (special-display-popup-frame):
4719         Make the buffer current as its frame is created.
4721         * delsel.el (delsel-unload-hook): Set as a variable.
4723         * comint.el (comint-output-filter-functions):
4724         Add comint-watch-for-password-prompt.
4725         (comint-read-noecho): Function deleted.
4726         (send-invisible): Use read-passwd.
4728         * fringe.el (fringe-mode-initialize): New function.
4729         (fringe-mode): Use fringe-mode-initialize as :initialize.
4731 2004-10-17  Kim F. Storm  <storm@cua.dk>
4733         * language/indian.el (indian-script-language-alist): Swap value and doc.
4734         (indian-font-char-index-table): Doc fix.
4736 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4740 2004-10-16  Juri Linkov  <juri@jurta.org>
4742         * progmodes/compile.el (compilation-start): Move let-binding of
4743         `process-environment' into `with-current-buffer' body.
4744         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4746 2004-10-16  Richard M. Stallman  <rms@gnu.org>
4748         * pcvs-util.el (cvs-bury-buffer):
4749         Don't call get-buffer-window for effect.
4751         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4753         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4755         * msb.el (msb-unload-hook): Set the variable.
4757         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4758         Use * to err if buffer is readonly.
4760         * subr.el (looking-back): Return only t or nil.
4762         * whitespace.el (whitespace-unload-hook): Set the variable.
4764         * view.el (view-mode-enable): Set view-page-size and
4765         view-half-page-size to nil.
4766         (view-set-half-page-size-default): view-half-page-size = nil
4767         means the default.
4768         (View-scroll-page-forward): Use view-page-size-default.
4769         (View-scroll-page-backward): Likewise.
4770         (view-page-size, view-half-page-size): Doc fixes.
4772         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4774         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4776         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4777         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
4778         (byte-compile-log-1): Bind inhibit-read-only.
4779         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4780         (byte-compile-log-warning): Likewise.
4781         (byte-compile-file-form-require): Detect "cl" from the arg value.
4783         * progmodes/compile.el (compilation-start): Assume compilation-mode
4784         will make the buffer read-only.
4785         (compilation-mode): Take arg name-of-mode.
4786         (compilation-setup): Make buffer read-only.
4787         (compilation-handle-exit): Bind inhibit-read-only.
4789         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4790         (ispell-message): Likewise.
4791         (ispell-show-choices): Don't call get-buffer-window uselessly.
4792         (ispell-init-process): Use set-process-query-on-exit-flag.
4794 2004-10-16  Kim F. Storm  <storm@cua.dk>
4796         * fringe.el (fringe-bitmaps): Only initialize when defined.
4798         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4799         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4801         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4803 2004-10-15  Simon Josefsson  <jas@extundo.com>
4805         * net/password.el: Add.
4807 2004-10-14  Masatake YAMATO  <jet@gyve.org>
4809         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4810         (gdb-script-end-of-defun): New function.
4811         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4812         `gdb-script-end-of-defun' as *-of-defun-function.
4814 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
4816         * button.el (button-activate): Allow a marker to display as an action.
4818         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4820         * help.el (describe-mode): Use it to make minor mode list into
4821         hyperlinks.
4823 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4825         * vc.el (vc-annotate-display-select): Fix typo.
4827         * subr.el (substitute-key-definition-key): New function.
4828         (substitute-key-definition): Use it with map-keymap.
4829         (event-modifiers): Use push.
4830         (mouse-movement-p, with-temp-buffer): Simplify.
4832 2004-10-12  Jay Belanger  <belanger@truman.edu>
4834         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4835         New variables.
4836         (calc-help-index-entries): New function.
4837         (calc-describe-function): Use `calc-help-function-list' instead of
4838         obarray for completion.
4839         (calc-describe-variable): Use `calc-help-variable-list' instead
4840         of obarray for completion.
4842 2004-10-12  Richard M. Stallman  <rms@gnu.org>
4844         * info-look.el (info-lookup-file): Add info-file property.
4845         (info-lookup-symbol): Likewise.
4847         * info.el (info-xref): Add underlining.
4848         (info): Add info-file property.
4849         (Info-find-emacs-command-nodes): Specify case-sensitive search.
4851 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
4853         Sync with Tramp 2.0.45.
4855         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4856         defined.  This is not the case for XEmacs without package "edebug".
4857         (tramp-set-auto-save-file-modes): Set permissions of autosaved
4858         remote files to the permissions of the original file.  This is not
4859         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
4860         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
4861         (tramp-perl-decode): Fix an error in Perl implementation.
4862         $pending must be cleared every loop.  Reported by Benjamin Place
4863         <benjaminplace@sprintmail.com>
4865         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
4866         Don't activate advice during definition.  This is done later on,
4867         depending on test result of `substitute-in-file-name'.
4868         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4870 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4872         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
4874         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
4876 2004-10-12  David Ponce  <david@dponce.com>
4878         * recentf.el (recentf-edit-list): Update the menu when the recentf
4879         list has been modified.
4881 2004-10-12  Simon Josefsson  <jas@extundo.com>
4883         * net/tls.el (tls-certtool-program): New variable.
4884         (tls-certificate-information): New function, based on
4885         ssl-certificate-information.
4887 2004-10-12  Kenichi Handa  <handa@m17n.org>
4889         * international/mule.el (coding-system-equal): Move from mule-util.el.
4891         * international/mule-util.el (coding-system-equal): Move to mule.el.
4893 2004-10-12  Kim F. Storm  <storm@cua.dk>
4895         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4896         reset kmacro-initial-counter-value if set.
4897         (kmacro-set-counter): Only set kmacro-counter if defining or executing
4898         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
4899         (kmacro-display): Show macro counter if non-zero.
4901         * subr.el (substitute-key-definition): Mention command remapping
4902         in doc string.
4904 2004-10-11  Jay Belanger  <belanger@truman.edu>
4906         * calc/calc-misc.el (calc-info-goto-node): New function.
4907         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4908         node in one step.
4909         (calc-describe-copying, calc-describe-distribution)
4910         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4911         Go to appropriate info node in one step.
4913 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4917         * font-lock.el (font-lock-apply-highlight): Fix last change.
4919 2004-10-11  Simon Josefsson  <jas@extundo.com>
4921         * mail/smtpmail.el (smtpmail-open-stream): Look for
4922         starttls-gnutls-program instead of starttls-program iff
4923         starttls-use-gnutls is non-nil.
4924         (smtpmail-open-stream): Don't overwrite user settings of
4925         starttls-extra-arguments and starttls-extra-args.
4927 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4929         * comint.el (comint-mouse-insert-input): Remove.
4930         (comint-insert-input): Make it work for mouse bindings.
4931         (comint-mode-map): Move defs into the declaration.
4932         (comint-output-filter): Typo.
4934         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4936 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
4938         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4939         (ange-ftp-call-chmod): Reference remote-shell-program instead of
4940         ange-ftp-remote-shell.
4942 2004-10-10  Andreas Schwab  <schwab@suse.de>
4944         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4945         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4946         Reported by <sri@asu.edu>.
4948 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
4950         * vc.el (vc-annotate-mode): Remove variable.
4951         (vc-annotate-display-select): Only call vc-annotate-mode
4952         if we're not in that mode already.
4954 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4956         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4957         (imenu-choose-buffer-index): Check here for rescan instead.
4959         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4960         where the face expression evals to nil.
4962         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4963         (tex-font-lock-keywords-2): Use it.
4964         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4966         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4968 2004-10-09  Kim F. Storm  <storm@cua.dk>
4970         * subr.el (progress-reporter-update): Define before first usage.
4971         (make-progress-reporter): Doc fix.
4973 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4975         * textmodes/paragraphs.el (sentence-end-double-space)
4976         (sentence-end-without-period, sentence-end-without-space)
4977         (sentence-end): Doc fixes.
4979 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
4981         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4982         Change paragraph-start regexp so we don't fill code starting with #'(.
4984 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
4986         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4987         New defcustom.
4988         (extract-address-components): Use it.
4990 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4992         * subr.el (make-progress-reporter, progress-reporter-update)
4993         (progress-reporter-force-update, progress-reporter-do-update)
4994         (progress-reporter-done): New functions.
4996         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4998         * progmodes/etags.el (etags-tags-completion-table): Use progress
4999         reporter.
5000         (etags-tags-apropos): Likewise.
5002 2004-10-08  Alan Mackenzie  <acm@muc.de>
5004         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5005         of current line.
5007 2004-10-08  Masatake YAMATO  <jet@gyve.org>
5009         * server.el (server-process-filter): Wrap `process-send-region'
5010         by `condition-case' to guard the case when the pipe to PROC is closed.
5012 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
5014         * xml.el (xml-substitute-special): Limit handling of external entities.
5016 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
5018         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5020 2004-10-06  John Paul Wallington  <jpw@gnu.org>
5022         * xml.el (xml-parse-dtd): Fix `error' call.
5024 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
5026         * xml.el (xml-substitute-special): Return a single string instead
5027         of a list of strings if an entity substitution is made.
5029 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
5031         * calendar/icalendar.el: New file.
5033 2004-10-05  Juri Linkov  <juri@jurta.org>
5035         * isearch.el (isearch-done): Set mark after running hook.
5036         Reported by Drew Adams <drew.adams@oracle.com>.
5038         * info.el (Info-history, Info-toc): Fix Info headers.
5039         (Info-toc): Narrow buffer before Info-fontify-node.
5040         (Info-build-toc): Don't check for special Info file names.
5041         Set main-file to nil if Info-find-file returns a symbol.
5043 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
5045         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5046         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5047         * calendar/cal-menu.el (calendar-mode-map): Ditto.
5049 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
5051         * calendar/cal-iso.el (calendar-iso-read-args): New function,
5052         for old interactive spec from calendar-goto-iso-date.
5053         (calendar-goto-iso-date): Use it.
5054         (calendar-goto-iso-week): New function.  Suggested by Emilio
5055         C. Lopes <eclig@gmx.net>.
5057 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
5059         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5060         `set-right-margin' bindings that follow the minor mode conventions.
5062 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5064         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5065         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5066         (latex-block-args-alist): Add minipage and picture.
5067         (latex-block-body-alist): Use reftex-label if enabled.
5068         (latex-insert-block): Don't insert a \n if not necessary.
5069         (tex-compile-commands): Make sure dvips doesn't send to printer.
5070         (tex-compile-default): Handle the case where no executable is found.
5071         (latex-noindent-environments): New var.
5072         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
5073         If tex-indent-allhanging is non-nil, make sure we only align for macros
5074         at beginning of line.
5076 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
5078         * newcomment.el (comment-beginning): Doc fix and don't choke on
5079         unset `comment-end-skip' when at beginning of comment.
5081 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
5083         * term.el (term-adjust-current-row-cache): Don't allow the current
5084         row to become negative.
5085         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5086         the end of the line. Fix scroll down. Add comments.
5087         (term-handle-ansi-escape): Don't exceed terminal width when moving
5088         right.
5089         (term-scroll-region): Move the cursor after setting the scroll region.
5091 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
5093         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5094         to `width' for consistency with docstring.  Doc fix.
5096 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
5098         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5099         This is necessary for derived modes.
5101 2004-09-30  Kim F. Storm  <storm@cua.dk>
5103         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5104         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5106         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5107         kmacro-extract-lambda functions.
5108         (edit-kbd-macro): Handle kmacro lambda forms.
5109         Include counter and counter format in edit buffer.
5110         (edmacro-finish-edit): Get counter and format from edit buffer and
5111         update kmacro bindings when found.
5113 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
5115         * textmodes/paragraphs.el (forward-paragraph):
5116         Avoid args-out-of-range error when point winds up at the beginning of
5117         the buffer and hard newlines are enabled.
5119         * newcomment.el (comment-multi-line): Doc fix.
5121 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5123         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5124         (diff-fixup-modifs): Catch unified-diff file-headers.
5126 2004-09-29  Kim F. Storm  <storm@cua.dk>
5128         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5129         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5130         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5132         * fringe.el (fringe-bitmap-p): New macro.
5133         (fringe-bitmaps): Add standard fringe bitmaps on load.
5135 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5137         * dired.el (dired-view-command-alist): Use more efficient regexps.
5138         Remove dubious arguments.
5139         (dired-align-file): New function.
5140         (dired-insert-directory): Use it.
5141         (dired-move-to-end-of-filename): Make the " -> " search more specific.
5142         (dired-buffers-for-dir): Remove unused var `pattern'.
5144 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
5146         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5147         from diary display excursion.  Store diary buffer's point for
5148         `simple-diary-display'.
5149         (simple-diary-display): Set window point and start when
5150         displaying buffer, to preserve point.
5152 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
5154         * textmodes/enriched.el (enriched-translations): Replace defconst
5155         with defvar.
5157 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5159         * printing.el: Doc fix.
5160         (pr-version): New version number (6.8.1).
5161         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5162         make-temp-name.
5163         (pr-delete-file): Check if file exists before deleting it.
5164         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5166 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5168         * term.el (term-display-table): New variable.
5169         (term-mode): Use it.
5170         (term-exec-1): Set the coding system to binary.
5171         (term-emulate-terminal): Decode the string before inserting it.
5173 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5175         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5176         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5177         (map): Bind S-prior, S-next and S-insert.
5178         (term-mode): Set `indent-tabs-mode' to nil.
5179         (term-paste): New function to be bound to S-insert.
5180         (term-send-del, term-send-backspace): Change the strings sent.
5181         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5182         (term-handle-colors-array): Fix handling of underline and reverse.
5183         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
5184         (term-erase-in-line): Fix comparison.
5185         (term-emulate-terminal): Fix line wrap handling.
5186         (term-start-output-log): Rename from `term-set-output-log'.
5187         (term-stop-output-log): Rename from `term-stop-photo'.
5188         (term-switch-to-alternate-sub-buffer): Comment out, unused.
5190 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5192         * dired.el (dired-move-to-filename): Don't output a message if
5193         raise-error is non-nil.  Fix return position and value.
5195         * files.el (insert-directory): Obey --dired even with symlinks.
5197 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
5199         * ls-lisp.el (ls-lisp-format): Mark file names with property
5200         dired-filename.
5202 2004-09-25  Kim F. Storm  <storm@cua.dk>
5204         * ido.el (ido-max-directory-size): New defcustom.
5205         (ido-decorations): Add "too big" element.
5206         (ido-directory-too-big): New dynamic var.
5207         (ido-may-cache-directory): Don't cache big directories.
5208         (ido-directory-too-big-p): New defun.
5209         (ido-set-current-directory): Update ido-directory-too-big.
5210         (ido-read-internal): Make empty ido-cur-item if too-big.
5211         (ido-buffer-internal): Use ido-read-internal directly instead of
5212         ido-read-buffer.
5213         (ido-file-internal): Init ido-directory-too-big.
5214         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5215         and redo completion with full list.
5216         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5217         it, and show completions.
5218         (ido-all-completions): Let bind ido-directory-too-big to nil.
5219         (ido-exhibit): Handle ido-directory-too-big.
5220         (ido-read-buffer): Handle fallback to read-buffer.
5221         Init ido-directory-too-big.
5222         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5223         Init ido-directory-too-big.
5225 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
5227         * subr.el (delay-mode-hooks): Doc fix.
5229 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
5231         * textmodes/enriched.el
5232         (enriched-default-text-properties-local-flag): New variable.
5233         (enriched-mode): Make sure that enabling and disabling the mode is
5234         a no-op.  Doc fix.
5236 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
5238         * calendar/holidays.el (holiday-advent): Report on a specified day
5239         offset from advent, not just advent.
5240         (holiday-easter-etc): Report on one specified day offset from
5241         easter, not all easter holidays. Various Easter holidays moved to
5242         `christian-holidays' variable in calendar.el.
5243         * calendar/calendar.el (christian-holidays): Adapt for new
5244         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5246 2004-09-23  Kim F. Storm  <storm@cua.dk>
5248         * image.el (insert-sliced-image): Add doc string.
5250         * ido.el (ido-choice-list): New dynamic var for `list' context.
5251         (ido-context-switch-command): New dynamic var.
5252         (ido-define-mode-map): Generalize switch between file/buffer contexts.
5253         (ido-read-internal): Handle new `list' context.
5254         Handle insert-buffer and insert-file ido-exit values.
5255         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
5256         ido-context-switch-command. Handle insert-file ido-exit value.
5257         (ido-read-buffer): Set ido-context-switch-command to 'ignore
5258         unless it is already bound by caller.
5259         (ido-file-internal): New arg switch-cmd.  Use it to setup
5260         ido-context-switch-command.  Handle insert-buffer ido-exit value.
5261         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5262         used for context switching.
5263         (ido-all-completions): Handle new `list' context.
5264         (ido-make-choice-list): Return choices for `list' context.
5265         (ido-find-file-in-dir, ido-display-file, ido-write-file)
5266         (ido-display-buffer, ido-kill-buffer): Disable context switching.
5267         (ido-insert-buffer, ido-insert-file): Setup context switching.
5268         (ido-exhibit): Handle `list' context.
5269         (ido-read-file-name): Disable context switching.  Handle fallback.
5270         (ido-read-directory-name): Disable context switching.
5271         (ido-completing-read): New defun like completing-read.  Setup and
5272         use new `list' context.
5274 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
5276         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5278 2004-09-21  Jay Belanger  <belanger@truman.edu>
5280         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
5281         `calc-graph-set-styles' so the gnuplot buffer will appear in a
5282         separate window.
5284 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
5286         * subr.el (after-change-major-mode-hook): Doc fix.
5288 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5290         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
5291         of ghostscript for monochrome PostScript file in Windows.
5293 2004-09-21  Kenichi Handa  <handa@m17n.org>
5295         * descr-text.el (describe-char): Checking of quail activation
5296         fixed.
5298 2004-09-21  Jay Belanger  <belanger@truman.edu>
5300         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
5302 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
5304         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
5305         after the mode hooks instead of before.  Doc fix.
5307 2004-09-20  Jason Rumney  <jasonr@gnu.org>
5309         * startup.el (command-line) [windows-nt]: Try .emacs first, then
5310         _emacs, but revert to .emacs if neither exists in home directory.
5312 2004-09-20  John Paul Wallington  <jpw@gnu.org>
5314         * bindings.el (completion-ignored-extensions): Add .dfsl.
5316 2004-09-20  Richard M. Stallman  <rms@gnu.org>
5318         * bindings.el (scroll-left): Make it disabled.
5320         * files.el (enable-local-eval): Doc fix.
5322         * indent.el (move-to-left-margin): Special case for minibuffer.
5324         * term.el (term-emulate-terminal): Turn off undo for output.
5325         Use with-current-buffer and save-selected-window.
5327         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
5329         * progmodes/make-mode.el (makefile-fill-paragraph):
5330         Don't insist on spaces when looking for comments.  # is enough.
5332         * files.el (hack-local-variables): Copy the variables list
5333         to another buffer, strip prefixes and suffixes there, then read.
5334         (enable-local-eval): Doc fix.
5335         (ignored-local-variables): Initialize to nil.
5336         (risky-local-variable-p): Don't check ignored-local-variables here.
5337         (hack-one-local-variable): Ignore var if in ignored-local-variables.
5339 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5341         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
5342         of = to "." (punctuation).
5344 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * subr.el (event-basic-type): Fix mask (extend to 22bits).
5348 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
5350         * textmodes/enriched.el (enriched-rerun-flag): New variable.
5351         (enriched-before-change-major-mode): New function.
5352         Add it to `change-major-mode-hook'.
5353         (enriched-after-change-major-mode): New function.
5354         Add it to `after-change-major-mode-hook'.
5355         (enriched-mode): Make it work correctly if called from
5356         `after-change-major-mode-hook'.
5357         No longer set `indent-line-function'.
5359         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
5361         * subr.el (after-change-major-mode-hook): New variable.
5362         (run-mode-hooks): Implement it.
5364 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * battery.el (battery-linux-proc-apm): Use string-to-number.
5367         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
5368         Use dolist (and less indentation).  Use erase-buffer.
5369         Pre-initialize `design-capacity', `warn', and `low'.
5370         (battery-format): Use replace-regexp-in-string.
5372 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5374         * battery.el: Delete superfluous empty lines.
5375         (battery-linux-proc-acpi): Attempt to gather information from all
5376         battery subdirectories regardless of their file name.
5377         (battery-linux-proc-apm): Replace all occurrences of
5378         battery-hex-to-int-2 with string-to-int (base 16).
5379         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
5380         (battery-hex-map): Delete variable.
5382 2004-09-18  John Paul Wallington  <jpw@gnu.org>
5384         * calc/calc-units.el (calc-quick-units): Fix overzealous
5385         s/or/unless/.
5387 2004-09-17  Jay Belanger  <belanger@truman.edu>
5389         * calc/calc.el (calc-mode-var-list): Fix the value of
5390         `calc-matrix-brackets'.
5392 2004-09-17  Romain Francoise  <romain@orebokech.com>
5394         * ibuf-ext.el (define-ibuffer-filter filename):
5395         Expand dired-directory since buffer-file-name is absolute.
5397 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5399         * ediff-init.el (ediff-current-diff-face-A)
5400         (ediff-current-diff-face-B, ediff-current-diff-face-C)
5401         (ediff-current-diff-face-Ancestor)
5402         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5403         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5404         (ediff-even-diff-face-A, ediff-even-diff-face-B)
5405         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5406         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5407         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5408         Use min-colors.
5410         * term.el (term-down): Perform vertical motion if DOWN is negative.
5411         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
5412         (term-termcap-format): Synchronyze with the eterm terminfo entry
5413         in etc/e/eterm.ti.
5414         (term-handle-colors-array): If the current foreground or
5415         background are zero (i.e. unspecified), use the foreground and
5416         background of the default face for reverse video.
5417         (term-ansi-at-eval-string, term-ansi-default-fg)
5418         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
5419         (term-mem): Delete ununsed function.
5420         (term-protocol-version): Increment.
5421         (term-current-face): Set to default.
5423 2004-09-15  Jay Belanger  <belanger@truman.edu>
5425         * calc/calc.el (calc-mode-var-list): Define this variable.
5426         (calc-always-load-extensions, calc-line-numbering)
5427         (calc-line-breaking, calc-display-just, calc-display-origin)
5428         (calc-number-radix, calc-leading-zeros, calc-group-digits)
5429         (calc-group-char, calc-point-char, calc-frac-format)
5430         (calc-prefer-frac, calc-hms-format, calc-date-format)
5431         (calc-float-format, calc-full-float-format, calc-complex-format)
5432         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5433         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5434         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5435         (calc-matrix-brackets, calc-language, calc-language-option)
5436         (calc-left-label, calc-right-label, calc-word-size)
5437         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5438         (calc-display-raw, calc-internal-prec, calc-angle-mode)
5439         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5440         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5441         (calc-window-height, calc-display-trail, calc-show-selections)
5442         (calc-use-selections, calc-assoc-selections)
5443         (calc-display-working-message, calc-auto-why, calc-timing)
5444         (calc-mode-save-mode, calc-standard-date-formats)
5445         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5446         (calc-user-parse-tables, calc-gnuplot-default-device)
5447         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5448         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5449         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5450         (calc-invocation-macro, calc-show-banner): Give these values as
5451         part of `calc-mode-var-list's initialization after the variables
5452         are declared with defvar.
5453         (calc-bug-address):  Change email address to send bug reports to.
5454         Change the maintainer address at the top.
5455         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
5456         than "\\.emacs" to determine if it is the user-init-file.
5458         * calc/calc-embed.el (calc-embedded-set-modes): Use
5459         `calc-mode-var-list' correctly.
5461 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
5463         * vc.el (annotate-time): Document point handling.
5464         (vc-annotate-display-autoscale): Doc fix.
5466 2004-09-15  Miles Bader  <miles@gnu.org>
5468         * generic.el (generic-make-keywords-list): Use symbol rather than
5469         word anchors in regexp.
5471 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5473         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
5474         no file name consider `dired-directory'.
5476 2004-09-14  Kim F. Storm  <storm@cua.dk>
5478         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
5480 2004-09-14  Simon Josefsson  <jas@extundo.com>
5482         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
5484         * textmodes/dns-mode.el: Add.
5486 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
5489         (disabled-command-function): Make the ?\  char more obvious.
5491         * vc-arch.el (vc-arch-root, vc-arch-registered):
5492         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
5494 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
5496         * windmove.el (windmove-frame-edges): Report coordinates of
5497         outside edges of frame, not inside edges.
5498         (windmove-coordinates-of-position): Convert into wrapper to new
5499         function `windmove-coordinates-of-window-position';
5500         `compute-motion' always applies to selected window.
5501         (windmove-coordinates-of-position): Update documentation to refer
5502         to Emacs 21 Lisp Reference Manual.
5503         (windmove-find-other-window): Fix off-by-one errors for max x,y.
5505 2004-09-13  Kim F. Storm  <storm@cua.dk>
5507         * isearch.el (isearch-resume-in-command-history): Rename from
5508         isearch-resume-enabled and change default to nil.
5510 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5512         * vc-hooks.el (vc-ignore-dir-regexp): New var.
5513         (vc-registered): Use it.
5514         (vc-find-root): New fun.
5516         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5517         Don't tell to use \\{...} when it's already done.
5519         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
5520         Provide a sample complex default.
5521         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
5522         (bibtex-entry): Use mapc.
5524 2004-09-12  Kim F. Storm  <storm@cua.dk>
5526         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
5528         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
5529         inhibit-field-text-motion to t so rectangles work in comint buffers.
5531         * simple.el (choose-completion-string): Set buffer before running
5532         choose-completion-string-functions hook so it can be buffer-local.
5534 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
5536         * progmodes/compile.el (compilation-start): Parse command to see
5537         if it starts with a cd, and if so perform it for the *compilation*
5538         buffer.  Change the header to reflect this.
5540 2004-09-11  Kim F. Storm  <storm@cua.dk>
5542         * ido.el (ido-enable-dot-prefix): Doc fix.
5543         (ido-enable-dot-prefix): New defcustom.
5544         (ido-set-matches1): Use it.
5546 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * textmodes/bibtex.el (bibtex-mark-active)
5549         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
5551 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5553         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
5554         used in a case insensitive environment.
5555         (bibtex-mode-map): Rearrange order of menus.
5556         (bibtex-quoted-string-re): Obsolete.
5557         (bibtex-complete-key-cleanup): Variable replaced by new function.
5558         (bibtex-font-lock-keywords): Use backquotes.
5559         (bibtex-font-lock-url-regexp): New internal variable.
5560         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
5561         "OPT" and "ALT".
5562         (bibtex-insert-current-kill, bibtex-make-field)
5563         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
5564         (bibtex-parse-field-text): Simplify.
5565         (bibtex-string=): New helper function.
5566         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
5567         (bibtex-map-entries): Use bibtex-string=.
5568         (bibtex-search-entry): Use not.
5569         (bibtex-enclosing-field): Fix docstring.
5570         (bibtex-assoc-regexp): Obsolete.
5571         (bibtex-format-entry): Use assoc-string and bibtex-string=.
5572         (bibtex-autokey-get-names): Handle empty name field.
5573         (bibtex-parse-strings): Use assoc-string and unless.
5574         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
5575         Use assoc-string.
5576         (bibtex-pop): Simplify.
5577         (bibtex-mode): Set font-lock-extra-managed-props.
5578         (bibtex-entry-update): Use assoc-string.
5579         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
5580         (bibtex-autofill-entry): Use bibtex-string=.
5581         (bibtex-print-help-message): Simplify.
5582         (bibtex-find-entry): New optional arg START.
5583         (bibtex-validate): Use bibtex-string= and assoc-string.
5584         Do not call obsolete function compilation-parse-errors.
5585         (bibtex-remove-delimiters): Only remove delimiters if present.
5586         (bibtex-copy-entry-as-kill): Add docstring.
5587         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
5588         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
5589         (bibtex-complete): Use bibtex-predefined-month-strings,
5590         bibtex-string=, and new function bibtex-complete-key-cleanup.
5591         (bibtex-generate-url-list): New variable.
5592         (bibtex-url): New command bound to C-c C-l and mouse-2.
5593         (bibtex-url-map): New local keymap for bibtex-url-mouse.
5594         (bibtex-font-lock-url): New function.
5596 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5598         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
5600 2004-09-09  Kim F. Storm  <storm@cua.dk>
5602         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
5603         counter and format with binding.
5604         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
5605         the declared macro uses own macro counter and format.  Give symbol
5606         kmacro property.
5607         (kmacro-keymap): Bind kmacro-name-last-macro to n.
5608         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
5609         (kmacro-end-and-call-macro): Doc fix.
5611 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
5613         * desktop.el (desktop-clear-preserve-buffers):
5614         Remove make-obsolete-variable.
5616 2004-09-08  Richard M. Stallman  <rms@gnu.org>
5618         * buff-menu.el (list-buffers-noselect): Call format-mode-line
5619         with the buffer as argument.
5621 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5623         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
5625 2004-09-08  Juri Linkov  <juri@jurta.org>
5627         * replace.el (perform-replace): Use `query-replace-descr'.
5629         * cus-start.el (history-delete-duplicates): Specify customization.
5631         * diff-mode.el (diff-mode-map):
5632         * progmodes/compile.el (compilation-mode-map):
5633         * progmodes/grep.el (grep-mode-map):
5634         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
5635         to `next-error-follow-minor-mode'.
5637 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5639         * isearch.el (isearch-lazy-highlight-update): Take into account
5640         the case of zero-length match at the search bound.
5642 2004-09-08  Kim F. Storm  <storm@cua.dk>
5644         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
5645         change.  Use zero width overlays when necessary.
5647 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5649         * subr.el (split-string): Docfix.
5651 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5653         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
5654         (display-call-tree): Ensure newline after caller/calls blocks.
5656 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5658         * startup.el (command-line-1): Make option
5659         --directory/-L modify `load-path' straight away.
5661 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5663         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
5665 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5667         * emacs-lisp/autoload.el (make-autoload):
5668         Handle `define-compilation-mode'.
5670         * emacs-lisp/lisp-mode.el (define-compilation-mode):
5671         Specify `doc-string-elt' property.
5673 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5675         * bs.el (bs-mode): Doc fix.
5677 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5679         * info.el (Info-insert-dir): Fix temp buffer leak bug.
5681 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5683         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
5685 2004-09-08  Kenichi Handa  <handa@m17n.org>
5687         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
5688         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
5689         ps-mule-next-point -> 1+).
5691         * composite.el (encode-composition-rule): Add autoload cooky.
5693 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
5695         * format.el (buffer-auto-save-file-format): Make it permanent local.
5697 2004-09-07  Kim F. Storm  <storm@cua.dk>
5699         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
5700         (authors-fixed-entries): Fix typo.
5701         (authors-canonical-author-name): Compact multiple spaces.
5702         Ignore trivial names (e.g. only first name).
5704         * term.el (term-window-width): Only use full window width on
5705         window system if overflow-newline-into-fringe is enabled.
5706         (term-mode): Don't disable overflow-newline-into-fringe.
5708 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5710         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
5711         motion as seen on my Mac OS X xterms.
5713         * newcomment.el (uncomment-region-default, comment-region-default):
5714         New functions extracted from uncomment-region and comment-region.
5715         (comment-region, comment-region-function, uncomment-region)
5716         (uncomment-region-function): Use them.
5718         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
5720         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
5721         It's not crucial but can make sense at times.
5723         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
5724         the first commit.
5726         * vc.el (vc-buffer-context, vc-restore-buffer-context):
5727         Disable obsolete code.
5729 2004-09-07  Juri Linkov  <juri@jurta.org>
5731         * progmodes/grep.el (grep-highlight-matches): Change default from
5732         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
5733         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5734         if grep option `--color' is available, or to `nil' otherwise.
5735         (grep-process-setup): Call `grep-compute-defaults' if
5736         `grep-highlight-matches' is not computed.  Set env-vars only
5737         if `grep-highlight-matches' is `t'.
5738         (grep-use-null-device): Remove redundant type `boolean' (`choice'
5739         is already defined).
5741         * progmodes/compile.el (compilation-start): Use copy of
5742         `process-environment' created by `copy-sequence' to not
5743         modify env-vars in the global `process-environment'.
5745 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
5747         * simple.el (next-error-follow-minor-mode): Fix last change.
5749 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
5751         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5752         permanent local.
5754 2004-09-04  Richard M. Stallman  <rms@gnu.org>
5756         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5757         highlighting if the search string is empty.
5759 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
5761         * facemenu.el (facemenu-active-faces): Change condition of inner
5762         `while' loop to also check the first two elements of `face-atts'
5763         and `mask-atts'.
5765 2004-09-04  John Paul Wallington  <jpw@gnu.org>
5767         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5768         (thumbs-view-image-mode): Make buffer read-only.
5770 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
5772         * textmodes/ispell.el (ispell-really-aspell): New defvar.
5773         (ispell-check-version): Set it.
5774         (ispell-send-replacement): New function.
5775         (ispell-process-line): Call ispell-send-replacement.
5777 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5779         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5780         Support choosing seconds with "s".
5782 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
5784         * terminal.el (te-escape): Show `?' in prompt for help key.
5786 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
5788         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5790 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5792         * simple.el (next-error-follow-minor-mode)
5793         (next-error-follow-mode-post-command-hook): New functions.
5794         (next-error-follow-last-line): New defvar.
5796         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5797         * progmodes/compile.el (compilation-mode-map): Likewise.
5798         * progmodes/grep.el (grep-mode-map): Likewise.
5799         * replace.el (occur-mode-map): Likewise.
5801         * newcomment.el (uncomment-region): Bind comment-use-global-state
5802         to nil.
5804 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
5806         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5807         locally around the call to `revert-buffer'.
5809 2004-09-03  Juri Linkov  <juri@jurta.org>
5811         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5812         `isearch-adjusted' to `t'.
5813         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5814         (isearch-message-prefix): Add "pending" for isearch-adjusted.
5815         (isearch-other-meta-char): Restore isearch-point unconditionally.
5816         (isearch-query-replace): Add new arg `regexp-flag' and use it.
5817         Set point to start of match if region is not active in transient
5818         mark mode (to include the current match to region boundaries).
5819         Push the search string to `query-replace-from-history-variable'.
5820         Add prompt "Query replace regexp" for isearch-regexp.
5821         Add region beginning/end as last arguments of `perform-replace.'
5822         (isearch-query-replace-regexp): Replace code by the call to
5823         `isearch-query-replace' with arg `t'.
5825 2004-09-03  Richard M. Stallman  <rms@gnu.org>
5827         * startup.el (normal-top-level): Undo previous TERM change.
5829 2004-09-03  Kim F. Storm  <storm@cua.dk>
5831         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5832         highlight overlays; allow using RET when cursor is over a button.
5833         (cua--highlight-rectangle): Use it.
5834         (cua--rectangle-set-corners): Don't move backwards at eol.
5835         (cua--forward-line): Don't move into void after eob.
5837         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5838         point is set (and displayed) inside rectangle.
5839         (cua--rectangle-operation): Fix for highlight of empty lines.
5840         (cua--highlight-rectangle): Fix highlight for tabs.
5841         Position cursor at left/right edge of rectangle using new `cursor'
5842         property on overlay strings.
5843         (cua--indent-rectangle): Don't tabify.
5844         (cua-rotate-rectangle): Ignore that point has moved.
5846 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5848         * term/mac-win.el: Add ASCII equivalents for some function keys.
5849         (mode-line-frame-identification): Sync with x-win.el.
5851 2004-09-02  Juri Linkov  <juri@jurta.org>
5853         * progmodes/compile.el (compilation-buffer-name): Compare major
5854         mode with second element of compilation-arguments instead of third
5855         to reflect latest changes in compilation-arguments structure.
5856         (recompile): Use global variable `compilation-directory' to get
5857         recent compilation directory only when `recompile' is invoked NOT
5858         in the compilation buffer.  Otherwise, use `default-directory' of
5859         the compilation buffer.
5860         (compilation-error-properties): Allow to funcall col and end-col.
5861         (compilation-mode-font-lock-keywords): Check col and end-col by
5862         `integerp'.
5863         (compilation-goto-locus): If end-mk is non-nil in transient mark
5864         mode don't activate the mark (and don't display message in
5865         push-mark), but highlight overlay between mk and end-mk.
5867         * progmodes/grep.el (grep-highlight-matches): New defcustom.
5868         (grep-regexp-alist): Add rule to highlight grep matches.
5869         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
5871         * info.el (Info-fontify-node): Don't compute other-tag
5872         if Info-hide-note-references=hide.
5874         * help.el (function-called-at-point):
5875         * help-fns.el (variable-at-point):
5876         Try `find-tag-default' when other methods failed.
5878         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5879         Do not push mark if inhibit-mark-movement is non-nil.
5881         * textmodes/ispell.el (ispell-html-skip-alists):
5882         Fix backslashes in docstring.
5884 2004-09-01  Juri Linkov  <juri@jurta.org>
5886         * isearch.el (isearch-wrap-function)
5887         (isearch-push-state-function): New defvars.
5888         (isearch-pop-fun-state): New defsubst.
5889         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5890         (isearch-push-state): Set the result of calling
5891         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5892         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5893         restore the mode-specific starting point of terminated search.
5894         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5895         (isearch-repeat): Call `isearch-wrap-function' if defined.
5896         (isearch-message-prefix): Don't add prefix "over" to the message
5897         for wrapped search if `isearch-wrap-function' is defined.
5898         (isearch-search): Call function saved in `isearch-pop-fun-state' to
5899         restore the mode-specific starting point of failed search.
5901         * info.el (Info-search-whitespace-regexp): Fix backslashes.
5902         (Info-search): Add new optional arguments for the sake of isearch.
5903         Replace whitespace in Info-search-whitespace-regexp literally.
5904         Add backward search.  Don't call `Info-select-node' if regexp is
5905         found in the same Info node.  Don't add node to Info-history for
5906         wrapped isearch.
5907         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5908         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5909         (Info-mode): Set local variables `isearch-search-fun-function',
5910         `isearch-wrap-function', `isearch-push-state-function',
5911         `search-whitespace-regexp'.
5913         * isearch.el: Remove ancient Change Log section.
5914         (isearch-string, isearch-message-string, isearch-point)
5915         (isearch-success, isearch-forward-flag, isearch-other-end)
5916         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5917         (isearch-barrier, isearch-within-brackets)
5918         (isearch-case-fold-search): Add suffix `-state' to state-related
5919         defsubsts to avoid name clashes with other function names.
5921         * simple.el (next-error): New defgroup and defface.
5922         (next-error-highlight, next-error-highlight-no-select):
5923         New defcustoms.
5924         (next-error-no-select): Let-bind next-error-highlight to the value
5925         of next-error-highlight-no-select before calling `next-error'.
5927         * progmodes/compile.el (compilation-goto-locus):
5928         Use `next-error' face instead of `region'.  Set 4-th argument of
5929         `move-overlay' to `current-buffer' to move overlay to different
5930         source buffers.  Use new variable `next-error-highlight'.
5932         * simple.el (next-error-find-buffer): Move the rule
5933         "if current buffer is a next-error capable buffer" after the
5934         rule "if next-error-last-buffer is set to a live buffer".
5935         Simplify to test all rules in one `or'.
5936         (next-error): Doc fix.
5937         (next-error, previous-error, first-error)
5938         (next-error-no-select, previous-error-no-select):
5939         Make arguments optional.
5941 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
5943         * macros.el (apply-macro-to-region-lines): Make it operate on all
5944         lines that begin in the region, rather than on all complete lines
5945         in the region.
5947 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5949         * x-dnd.el (x-dnd-protocol-alist): Document update.
5950         (x-dnd-known-types): Defcustom it.
5951         (x-dnd-handle-motif): Print message-atom in error message.
5953 2004-08-30  John Paul Wallington  <jpw@gnu.org>
5955         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5956         strings rather than programatically constructing message.
5958 2004-08-30  Richard M. Stallman  <rms@gnu.org>
5960         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5961         Don't return a string that would read as the wrong character code.
5963 2004-08-29  Kim F. Storm  <storm@cua.dk>
5965         * emulation/cua-base.el (cua-auto-expand-rectangles):
5966         Remove automatic rectangle padding feature; replace by non-destructive
5967         virtual rectangle edges feature.
5968         (cua-virtual-rectangle-edges): New defcustom.
5969         (cua-auto-tabify-rectangles): New defcustom.
5970         (cua-paste): If paste into a marked rectangle, insert rectangle at
5971         current column, even if virtual; also paste exactly as many lines
5972         as has been marked (ignore additional lines or add empty lines),
5973         but paste whole source if only one line is marked.
5974         (cua--update-indications): No longer use overwrite-cursor to
5975         indicate rectangle padding
5977         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5978         (cua--rectangle-virtual-edges): New defun.
5979         (cua--rectangle-get-corners): Remove optional PAD arg.
5980         (cua--rectangle-set-corners): Never do padding.
5981         (cua--forward-line): Remove optional PAD arg.  Simplify.
5982         (cua-resize-rectangle-right, cua-resize-rectangle-left)
5983         (cua-resize-rectangle-down, cua-resize-rectangle-up):
5984         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5985         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5986         (cua--rectangle-move): Never do padding.  Simplify.
5987         (cua--tabify-start): New defun.
5988         (cua--rectangle-operation): Add tabify arg.  All callers changed.
5989         (cua--pad-rectangle): Remove.
5990         (cua--delete-rectangle): Handle delete with virtual edges.
5991         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5992         (cua--insert-rectangle): Handle insert at virtual column.
5993         Perform auto-tabify if necessary.
5994         (cua--activate-rectangle): Remove optional FORCE arg.
5995         Never do padding.  Simplify.
5996         (cua--highlight-rectangle): Enhance for virtual edges.
5997         (cua-toggle-rectangle-padding): Remove command.
5998         (cua-toggle-rectangle-virtual-edges): New command.
5999         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
6000         (cua--rectangle-post-command): Don't force rectangle padding.
6001         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6003 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
6005         * indent.el (edit-tab-stops-buffer): Doc fix.
6007 2004-08-28  Richard M. Stallman  <rms@gnu.org>
6009         * progmodes/grep.el (grep-default-command): Use find-tag-default.
6010         (grep-tag-default): Function deleted.
6012         * subr.el (find-tag-default): Move from etags.el.
6014         * progmodes/etags.el (find-tag-default): Move to subr.el.
6016         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6017         into the basic character if it has an uppercase form.
6019 2004-08-27  Kenichi Handa  <handa@m17n.org>
6021         * international/utf-8.el (utf-8-post-read-conversion): If the
6022         buffer is unibyte, temporarily make it multibyte.
6024 2004-08-27  Masatake YAMATO  <jet@gyve.org>
6026         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6028 2004-08-25  John Paul Wallington  <jpw@gnu.org>
6030         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6031         0, 1, and many mismatches in message.
6032         (tex-start-shell): Use `set-process-query-on-exit-flag'.
6034         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6035         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6037 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6039         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6040         vc-diff-switches differently.
6042 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
6044         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6045         before and a real defvar after
6046         `speedbar-supported-extension-expressions'.  This is to silence
6047         the compiler without breaking bootstrapping.
6049 2004-08-22  Richard M. Stallman  <rms@gnu.org>
6051         * textmodes/flyspell.el (flyspell-word):
6052         Use set-process-query-on-exit-flag.
6053         (flyspell-highlight-duplicate-region): Take POSS as arg.
6054         (flyspell-word): Pass POSS as arg.
6056         * progmodes/ada-xref.el: Many doc and style fixes.
6057         (ada-find-any-references): Use compilation-start.
6058         (ada-get-ali-file-name): Improve error msg.
6059         (ada-get-ada-file-name): Likewise.
6061         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6062         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6064         * mail/mail-extr.el (mail-extr-all-top-level-domains):
6065         Add forward defvar.
6067         * whitespace.el (global-whitespace-mode): New alias
6068         for whitespace-global-mode.
6070         * speedbar.el (speedbar-file-regexp): Move definition up.
6071         (speedbar-mode, speedbar-set-mode-line-format):
6072         Use with-no-warnings.
6073         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6075         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6076         controls whether to display the error buffer.
6078         * ps-mule.el: Delete compatibility code for old Emacses.
6079         (ps-mule-find-wrappoint): Don't use chars-in-region.
6081         * frame.el (display-mouse-p, display-selections-p):
6082         Use with-no-warnings.
6084         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6086 2004-08-22  David Kastrup  <dak@gnu.org>
6088         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6089         information.
6091         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6093 2004-08-22  Andreas Schwab  <schwab@suse.de>
6095         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6097 2004-08-22  Masatake YAMATO  <jet@gyve.org>
6099         * cvs-status.el (cvs-status-checkout): New function.
6100         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6102 2004-08-21  David Kastrup  <dak@gnu.org>
6104         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6105         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6106         has been converted to use hashtables, the relation `nil=none' is
6107         no longer valid, as `nil' is not a hashtable.  This patch tries to
6108         reduce the number of resulting errors.
6110 2004-08-21  John Paul Wallington  <jpw@gnu.org>
6112         * subr.el (process-kill-without-query): Made obsolete in
6113         version 21.4, not 21.5.
6115         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6116         (vc-previous-comment, vc-next-comment)
6117         (vc-comment-search-reverse, vc-comment-search-forward)
6118         (vc-comment-to-change-log): Likewise.
6120         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6122 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
6124         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6125         Correct indentation of DEFMETHODS with non-standard method
6126         combinations (e.g., PROGN, MIN, MAX).
6128 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6130         * startup.el (normal-top-level-add-subdirs-to-load-path):
6131         Avoid unnecessarily checking system-type.
6132         (normal-top-level): Set TERM to "dumb".  Simplify.
6134         * avoid.el (mouse-avoidance-ignore-p): New fun.
6135         Also ignore switch-frame, select-window, double, and triple clicks.
6136         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6137         (mouse-avoidance-fancy-hook): Use it.
6139 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
6141         * avoid.el (mouse-avoidance-nudge-mouse)
6142         (mouse-avoidance-banish-destination): Stay within the current window
6143         to avoid problems with mouse-autoselect-window.
6145 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6148         the newer format of some messages in cvs-1.12.1.
6150 2004-08-19  Masatake YAMATO  <jet@gyve.org>
6152         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6153         (elp-results-jump-to-definition-by-mouse)
6154         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6155         (elp-output-result): Use elp-output-insert-symname.
6157 2004-08-18  Kenichi Handa  <handa@m17n.org>
6159         * language/cyrillic.el: Register koi8-r in
6160         ctext-non-standard-encodings-alist.
6161         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6163 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
6165         * emacs-lisp/copyright.el (copyright-update-year): Delete code
6166         that replaces 20xy with xy.
6168 2004-08-17  John Paul Wallington  <jpw@gnu.org>
6170         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6171         (reb-force-update): Doc fix.
6173 2004-08-16  Richard M. Stallman  <rms@gnu.org>
6175         * progmodes/which-func.el (which-func-update-1): Doc fix.
6177         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6178         (sh-mode-abbrev-table): New variable.
6180         * progmodes/compile.el (compilation-mode): Doc fix.
6182         * emacs-lisp/lisp-mode.el (eval-last-sexp):
6183         Don't cons a new symbol each time.
6184         (eval-last-sexp-fake-value): New variable.
6186         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6187         (copyright-update-year): Detect continuation of list of years.
6189         * term.el (term-default-fg-color, term-default-bg-color)
6190         (ansi-term-color-vector): Use `unspecified', not nil, as default.
6192         * imenu.el: Several doc fixes: don't say variables are buffer-local.
6194 2004-08-16  Davis Herring <herring@lanl.gov>
6196         * isearch.el (isearch-string, isearch-message-string, isearch-point)
6197         (isearch-success, isearch-forward-flag, isearch-other-end)
6198         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6199         (isearch-barrier, isearch-within-brackets)
6200         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6202 2004-08-16  Kenichi Handa  <handa@m17n.org>
6204         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6206 2004-08-15  Kenichi Handa  <handa@m17n.org>
6208         * term/x-win.el (x-selection-value): If utf8 was successful but
6209         ctext was not, use utf8 string.
6211 2004-08-14  Davis Herring  <herring@lanl.gov>
6213         * isearch.el: Remove accidental changes of March 4.  Fix backing
6214         up when a regexp isearch is made more general.  Use symbolic
6215         accessor functions for isearch stack frames to make usage clearer.
6216         (search-whitespace-regexp): Made groups in documentation shy (as
6217         is the group in the default value).
6218         (isearch-fallback): New function, addresses problems with regexps
6219         liberalized by `\|', adds support for liberalization by `\}' (the
6220         general repetition construct), and incorporates behavior for
6221         `*'/`?'.
6222         (isearch-}-char): New command, calls `isearch-fallback' with
6223         arguments appropriate to a typed `}'.
6224         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6225         appropriately.
6226         (isearch-mode-map): Bind `}' to `isearch-}-char'.
6227         (isearch-string, isearch-message,string, isearch-point)
6228         (isearch-success, isearch-forward-flag, isearch-other-end)
6229         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6230         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6231         New inline functions to read fields of a stack frame.
6233 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
6235         * battery.el (battery-linux-proc-acpi): Look into battery
6236         directories matching the literal string "CMB", too (required for
6237         Linux kernel version 2.6.7).
6239 2004-08-14  John Paul Wallington  <jpw@gnu.org>
6241         * cus-start.el (read-file-name-completion-ignore-case): Add.
6242         (blink-cursor-alist): Change version to "21.4".
6244         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6246 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
6248         * speedbar.el (speedbar-scan-subdirs): New option.
6249         (speedbar-file-lists): Don't ignore file-name case on Unix and use
6250         dolist.
6251         (speedbar-insert-files-at-point): Take an extra argument and use
6252         it to optionally find out if a subdir is empty.  Also unreadable
6253         files don't get expand buttons.
6254         (speedbar-directory): New image (unused pixmap already existed).
6255         (speedbar-expand-image-button-alist): Use it.
6257 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
6259         CC Mode update to 5.30.9:
6261         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6262         Move from cc-vars to cc-defs for dependency reasons.  Fix the
6263         POSIX char class test to check that it works in
6264         `skip-chars-(forward|backward)' too.
6266         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6267         first argument starts with a special brace list.
6269         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6270         when `c-opt-type-concat-key' is used (i.e. in Pike).
6272         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6273         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6274         >)".
6276         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6277         whitespace safe.
6279         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
6280         position for `arglist-intro', `arglist-cont-nonempty' and
6281         `arglist-close' when there are two arglist open parens on the same
6282         line and there's nothing in front of the first.
6284         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
6285         locking of qualified names in Java, which previously could fontify
6286         common indexing expressions in many cases.  The standard Java
6287         naming conventions are used to tell them apart.
6289         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
6290         Fix inconsistency wrt opening parens on the first line inside a paren
6291         block.
6293         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
6294         compile time for the sake of `c-major-mode-is'.
6296         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
6297         `c-major-mode-is' in the event that this is used inside a
6298         `c-lang-defconst'.
6300         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
6301         `c-lang-defconst' so that it works better with fallback languages.
6303         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
6304         it to fail to record the base mode.
6306         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6307         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
6308         is used.  Reorder the syntax checks to get more efficient
6309         skipping in some situations.
6311         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
6312         continuation which might precede the newly inserted '{'.
6314         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6315         Fix cases where it could loop indefinitely.
6317         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
6318         size specs correctly.  Only fontify identifiers in front of '('
6319         with as functions - don't accept any paren char.  Tighten up
6320         initializer skipping to stop before function and class blocks.
6322         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6323         the point could be left directly after an open paren when finding
6324         the beginning of the first decl in the block.
6326         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
6327         table when filtering out legitimate open parens to be recorded.
6328         This could cause cache inconsistencies when e.g.
6329         `c++-template-syntax-table' was temporarily in use.
6331         * progmodes/cc-engine.el (c-on-identifier)
6332         (c-simple-skip-symbol-backward): Small fix for handling "-"
6333         correctly in `skip-chars-backward'.  Affected the operator lfun
6334         syntax in Pike.
6336         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
6337         Fix bug that could cause an error from `after-change-functions' when
6338         the changed region is at bob.
6340 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
6342         CC Mode update to 5.30.9:
6344         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
6345         to say that <TAB> doesn't insert WS into a CPP line.
6346         (c-indent-command, c-tab-always-indent): Amend doc strings.
6348         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
6349         checks for user errors, thus eliminating cryptic and unhelpful
6350         Emacs error messages.  (1) Check the arg to `c-set-style' is a
6351         string.  (2) Check that settings to `c-offsets-alist' are not
6352         spuriously quoted.
6354         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
6355         which precedes the newly inserted `{'.
6357 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
6359         Sync with Tramp 2.0.44.
6361         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
6362         function "tramp_file_attributes".  Otherwise, file names
6363         containing spaces are misinterpreted.  Reported by Magnus Henoch
6364         <mange@freemail.hu>.
6365         (tramp-handle-file-truename): FILENAME must be expanded first.
6366         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
6367         obscure results.  Reported by D. Goel <deego@gnufans.org>.
6368         (tramp-handle-verify-visited-file-modtime): If file does not
6369         exist, say it is not modified if and only if that agrees with the
6370         buffer's record.  Check whether a file is visiting the buffer, or
6371         the buffer has no recorded last modification time.  Return t in
6372         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
6373         <teirllm@auburn.edu>.
6374         (tramp-handle-write-region): Pass modtime explicitely to
6375         `set-visited-file-modtime', because filename can be different
6376         from (buffer-file-name) if `file-precious-flag' is set.
6377         `set-visited-file-modtime' must be called always when `visit' is t
6378         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
6379         (tramp-handle-set-visited-file-modtime): If `time-list' is not
6380         nil, don't apply the whole body.  If the file doesn't exists, set
6381         modtime to '(-1 65535).  Suggested by Luc Teirlinck
6382         <teirllm@auburn.edu>.
6384 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6386         * help.el (describe-bindings): Doc fix.
6388         * subr.el (kbd): Doc fix.
6390 2004-08-08  John Paul Wallington  <jpw@gnu.org>
6392         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
6393         instead of `string-to-int'.
6394         (define-ibuffer-column mode): Fix indentation.
6396 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
6398         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
6400 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
6402         * subr.el (global-unset-key, local-unset-key): Doc fixes.
6404         * novice.el (disabled-command-function): New variable renamed from
6405         `disabled-command-hook'.
6406         (disabled-command-hook): Keep the _variable_ as alias for
6407         `disabled-command-function' and make obsolete.
6408         (disabled-command-function): Function renamed from
6409         `disabled-command-hook'.  Adapt code to name change of the variable.
6411 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
6413         * simple.el (completion-root-regexp): New defvar.
6414         (completion-setup-function): Use it instead of a literal string.
6416 2004-08-07  John Paul Wallington  <jpw@gnu.org>
6418         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
6419         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
6420         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
6421         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
6423 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
6425         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
6426         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
6428 2004-08-04  Kenichi Handa  <handa@m17n.org>
6430         * international/encoded-kb.el (encoded-kbd-setup-keymap):
6431         Fix previous change.
6433 2004-08-03  Kenichi Handa  <handa@m17n.org>
6435         * international/encoded-kb.el: The following changes are to
6436         utilize key-translation-map instead of minor mode map.
6437         (encoded-kbd-iso2022-non-ascii-map): Delete it.
6438         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
6439         (encoded-kbd-last-key): New function.
6440         (encoded-kbd-iso2022-single-shift): New function.
6441         (encoded-kbd-iso2022-designation)
6442         (encoded-kbd-self-insert-iso2022-7bit)
6443         (encoded-kbd-self-insert-iso2022-8bit)
6444         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
6445         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
6446         key-translation-map.
6447         (encoded-kbd-setup-keymap): Setup key-translation-map.
6448         (saved-key-translation-map): New variable.
6449         (encoded-kbd-mode): Save/restore key-translation-map.
6450         Adjust for the change of encoded-kbd-setup-keymap.
6452 2004-08-02  Kim F. Storm  <storm@cua.dk>
6454         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
6455         and call compute-motion with nil for topos and width to get proper
6456         usable width and height for both window and non-window systems.
6458         * windmove.el (windmove-coordinates-of-position): Let compute-motion
6459         calculate usable window width and height.
6461         * window.el (window-buffer-height): Call compute-motion with nil width.
6463 2004-08-01  David Kastrup  <dak@gnu.org>
6465         * replace.el (query-replace-read-from):
6466         Use `query-replace-compile-replacement'.
6467         (query-replace-compile-replacement): New function.
6468         (query-replace-read-to): Use `query-replace-compile-replacement'
6469         for repeating the last command.
6471 2004-08-01  John Paul Wallington  <jpw@gnu.org>
6473         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
6474         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
6475         (pr-switches): Remove period from end of error messages.
6477         * help-mode.el (help-go-back): Likewise.
6479         * abbrev.el (only-global-abbrevs): Doc fix.
6480         (edit-abbrevs-map): Define within defvar.
6481         (quietly-read-abbrev-file): Doc fix.
6483 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
6485         * novice.el (enable-command, disable-command): Doc fixes.
6487         * subr.el (event-modifiers, event-basic-type): Doc fixes.
6489 2004-07-30  Richard M. Stallman  <rms@gnu.org>
6491         * subr.el (with-local-quit): Doc fix.
6493 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
6495         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
6497 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
6499         * custom.el (defcustom): Doc fix.
6501 2004-07-28  Masatake YAMATO  <jet@gyve.org>
6503         * progmodes/etags.el (etags-tags-apropos): Show building progress.
6505 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6507         * imenu.el (imenu-prev-index-position-function)
6508         (imenu-extract-index-name-function, imenu-name-lookup-function)
6509         (imenu--index-alist): Docstring redundancy fix.
6511 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
6513         * wdired.el (wdired-finish-edit): Require dired-aux before locally
6514         binding dired-backup-overwrite.
6516 2004-07-25  John Paul Wallington  <jpw@gnu.org>
6518         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
6520 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
6522         * term/tty-colors.el (tty-color-approximate): Doc fix.
6524         * select.el (x-get-selection, x-set-selection): Doc fixes.
6526         * frame.el (make-frame): Doc fix.
6528 2004-07-24  Richard M. Stallman  <rms@gnu.org>
6530         * mail/rmail.el (rmail-mime-charset-pattern):
6531         Don't include semicolon in the charset value.
6533         * replace.el (occur-next-error): Call set-window-point.
6534         (occur-engine): Handle negative NLINES.
6536 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
6538         * frame.el (modify-all-frames-parameters): Minor doc fix.
6539         (set-frame-configuration): Doc fix.
6541 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6543         * simple.el (completion-setup-function): Compute the common parts
6544         and the first difference place correctly when
6545         partial-completion-mode is on.
6547 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6549         * ps-print.el: Doc fix.
6550         (ps-print-version): New version 6.6.5.
6551         (ps-printing-region): Doc fix.
6552         (ps-generate-string-list): Comment fix.
6553         (ps-message-log-max): Code fix.
6555 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6557         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
6558         generated PostScript.
6560 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
6562         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
6563         with Gnus v5_10 branch.)
6565 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6567         * calendar/time-date.el (time-to-number-of-days): New function.
6568         Imported from from Gnus.
6570 2004-07-22  Kim F. Storm  <storm@cua.dk>
6572         * progmodes/make-mode.el: Fix comments.
6574 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6576         * printing.el: Doc fix.
6578 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
6580         * frame.el (modify-all-frames-parameters): Minor doc fix.
6582 2004-07-20  Richard M. Stallman  <rms@gnu.org>
6584         * textmodes/fill.el (fill-nobreak-p): If this break point is
6585         at the end of the line, don't consider the newline which follows
6586         as a reason to return t.
6588 2004-07-19  John Paul Wallington  <jpw@gnu.org>
6590         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
6592 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
6594         * dired-aux.el (dired-do-kill-lines): Expand docstring.
6595         Delete irrelevant code.
6597 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
6599         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6600         New docstring.  From Luc Teirlinck.
6602 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
6604         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
6605         section.
6606         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
6607         non-file buffers.  We know it is nil.
6609 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
6611         Sync with Tramp 2.0.43.
6613         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6614         Remove outdated comment.
6615         (tramp-locked, tramp-locker): New variables for implementing a
6616         global lock.
6617         (tramp-sh-file-name-handler): Use them to implement the global lock.
6619 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
6621         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
6622         calls to respective `xxx` calls.
6623         (tramp-process-alive-regexp): Precise doc string.
6624         (tramp-multi-action-process-alive): New defun.
6625         (tramp-multi-actions): Use it.
6626         (tramp-handle-find-backup-file-name): `copy-tree' is available
6627         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
6628         in order to avoid this function.
6629         (tramp-handle-write-region): Set current buffer.  If connection
6630         wasn't open, `file-modes' has changed it accidently.  Reported by
6631         David Kastrup <dak@gnu.org>.
6632         (tramp-enter-password, tramp-read-passwd): New arguments USER and
6633         HOST.
6634         (tramp-action-password, tramp-multi-action-password): Apply it.
6635         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
6636         name must still contain the port number.  Otherwise, we have two
6637         Tramp buffers, with all the confusion.  Reported by Myron Selby
6638         <myron@xytech.com> and Rolf Dubitzky
6639         <Dubitzky@physi.uni-heidelberg.de>.
6641         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
6642         HOST to `tramp-enter-passwd'.
6644         * net/tramp-vc.el (all): Code cleanup.  Change all
6645         `tramp-handle-xxx' calls to respective `xxx` calls.
6647 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
6649         * emacs-lisp/testcover.el: New category "potentially-1valued" for
6650         functions that are not erroneous if either 1-valued or
6651         multi-valued.  Detect functions in this class.
6652         (testcover-1value-functions, testcover-compose-functions)
6653         (testcover-progn-functions) Add some additional functions to lists.
6654         (testcover-mark): Bugfix when marking up the definition for an
6655         empty function.
6657 2004-07-17  Richard M. Stallman  <rms@gnu.org>
6659         * replace.el (occur-read-primary-args): Pass default to
6660         read-from-minibuffer.
6662         * mail/footnote.el (footnote-section-tag): Use defcustom.
6664         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
6665         Compile font-lock-keywords, not KEYWORDS.
6666         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
6667         Add warn, check-type.  Handle cerror like error.
6669 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
6671         * progmodes/which-func.el (which-func-keymap): New var.
6672         (which-func-face): New face.
6673         (which-func-format): Use them.
6675 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6677         * buff-menu.el (list-buffers-noselect): Append the buffer's
6678         process status to its mode name.
6680 2004-07-16  Kim F. Storm  <storm@cua.dk>
6682         * simple.el (inhibit-mark-movement): New defvar.
6683         (beginning-of-buffer, end-of-buffer): Do not push mark if
6684         inhibit-mark-movement is non-nil or C-u prefix is given.
6686         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
6687         Init to beginning-of-buffer and end-of-buffer.
6688         (cua--undo-push-mark): New defvar.
6689         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
6690         already active and command is in cua--preserve-mark-commands.
6691         Also fix check for shift modifier on non-window systems.
6692         (cua--post-command-handler): Clear inhibit-mark-movement if set.
6694 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
6696         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
6697         of two integers, instead of a cons.
6699         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6700         `visited-file-modtime' now returns a list of two integers, instead
6701         of a cons.
6703         * dired.el (dired-directory-changed-p): Ditto.
6705         * progmodes/grep.el (grep): Doc fix.
6707 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
6709         * autorevert.el (auto-revert-tail-mode)
6710         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
6711         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
6712         in both at the same time.
6713         (auto-revert-tail-mode): New command.
6714         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
6715         (auto-revert-handler): Revert only either tail or whole file.
6717         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
6718         add auto-revert-tail-mode.
6720 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6722         * printing.el: Doc fix.  Change name of some funs.
6723         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
6724         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
6725         (pr-standard-file-name): New fun.  Replace pr-standard-path.
6726         (pr-call-process): Code fix.
6728 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6730         * subr.el (with-selected-window): Doc fix.
6732 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6734         * subr.el (get-buffer-window-list): Doc fix.
6736 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6738         * files.el (switch-to-buffer-other-window): Doc fix.
6740         * window.el (save-selected-window, one-window-p)
6741         (split-window-keep-point, split-window-vertically)
6742         (split-window-horizontally): Doc fixes.
6744 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6746         * printing.el: Doc fix.  Now it uses call-process instead of
6747         shell-command for low command execution.
6748         (pr-version): New version number (6.8).
6749         (pr-shell-file-name): Option removed.
6750         (pr-shell-command): Fun removed.
6751         (pr-call-process): New fun.  Replace pr-shell-command.
6752         (pr-standard-path, pr-remove-nil-from-list): New funs.
6753         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6754         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6755         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6756         (pr-ps-utility-process, pr-txt-print): Code fix.
6758 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6760         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6761         boolean.
6763 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
6765         * wid-edit.el (widget-field-buffer): Doc fix.
6767 2004-07-09  John Paul Wallington  <jpw@gnu.org>
6769         * emacs-lisp/re-builder.el (reb-update-overlays):
6770         Distinguish between one and several matches in message.
6772 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6774         * mouse.el (mouse-set-region-1): If transient-mark-mode
6775         is `identity', change it to `only'.
6777         * simple.el (current-word): Doc fix.
6779 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
6781         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6782         so that it is more understanding of whitespace.
6784         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6785         (("ns" . "element") (attr-list) children) instead of
6786         ((:ns . "element") (attr-list) children) in order to reduce the
6787         number of symbols used.
6788         (xml-skip-dtd): Change to use xml-parse-dtd but set
6789         xml-validating-parsing to nil.
6790         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6791         (xml-substitute-entity): Remove in favor of new entity substitution.
6792         (xml-substitute-special): Rewrite in to substitute complex
6793         entities from DOCTYPE declarations.
6794         (xml-parse-fragment): Parse fragments from entity deleclarations.
6795         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6796         (xml-parse-dtd, xml-substitute-special): Make validity checks
6797         conditioned on xml-validating-parser.  Add "Not Well Formed" to
6798         error messages about well-formedness.
6800 2004-07-08  Steven Tamm  <steventamm@mac.com>
6802         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6803         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6804         Do not treat double clicks and triple clicks specially in the
6805         scroll bar (preventing strange repositioning problems)
6807 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6809         * replace.el (query-replace-regexp-eval): Fix last change.
6811 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6813         * replace.el (query-replace-descr): New fun.
6814         (query-replace-read-from, query-replace-read-args): Default to the
6815         previous from&to.
6816         (query-replace-read-to): Quote the `from' string when displaying it.
6817         (query-replace-regexp-eval): Immediately check read-only status.
6818         Use query-replace-read-from to get the \n checking.
6819         Quote the `from' string when displaying it.
6820         (map-query-replace-regexp, occur-read-primary-args):
6821         Quote the `from' string when displaying it.
6823         * isearch.el (isearch-query-replace): Pass the regexp-ness and
6824         delimited-ness of the search to query-replace.
6826         * replace.el (query-replace-read-from, query-replace-read-to):
6827         New funs extracted from query-replace-read-args.
6828         (query-replace-read-args): Use them.
6830         * replace.el (query-replace-interactive, query-replace-read-args):
6831         Remove the `initial' special value.
6832         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6833         (occur-engine): Remove unused var `matchend'.
6835         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6836         Use the search string without prompting.
6838 2004-07-05  Kenichi Handa  <handa@m17n.org>
6840         * international/mule.el (decode-coding-inserted-region):
6841         Set last-coding-system-used only when coding is nil.
6843 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
6845         * progmodes/grep.el (grep-compute-defaults, grep-command)
6846         (grep-program, find-program, grep-find-use-xargs, grep-history)
6847         (grep-find-history, grep-tag-default, grep-find-command)
6848         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6849         Add autoload cookies, for unbundled packages that load `compile'
6850         and expect all grep-related symbols to become defined.
6852 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
6854         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6855         (iimage-mode-image-search-path): New user option to search the
6856         image file.
6857         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
6858         have locate-file.
6859         (iimage-mode-buffer): Use it.
6861 2004-07-03  Nick Roberts  <nickrob@gnu.org>
6863         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
6864         carefully.
6865         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
6867 2004-07-03  Juri Linkov  <juri@jurta.org>
6869         * replace.el (query-replace-read-args): Swallow space after 'foo,
6870         not after (quote foo).  Match space only immediately after symbol,
6871         not anywhere in the whole string.
6873 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6875         * replace.el (query-replace-read-args): Swallow space after
6876         symbols, not after closeparens.  But avoid error if string ends there.
6878         * progmodes/python.el (python-beginning-of-statement):
6879         Exit the loop if backward-up-list gets error.
6881         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
6883 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
6885         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6886         only if vc-consult-headers is non-nil.
6888 2004-07-02  Juri Linkov  <juri@jurta.org>
6890         * pcvs.el (cvs-mode-diff-repository): New command.
6892         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6894 2004-07-01  Juri Linkov  <juri@jurta.org>
6896         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6897         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
6898         C-M-% to isearch-query-replace-regexp.
6899         (minibuffer-local-isearch-map): Add arrow key bindings.
6900         Bind C-f to isearch-yank-char-in-minibuffer.
6901         (isearch-forward): Doc fix.
6902         (isearch-edit-string): Doc fix.
6903         (isearch-query-replace, isearch-query-replace-regexp): New funs.
6904         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
6905         (isearch-yank-char): Add optional arg.
6906         (isearch-yank-char-in-minibuffer): New fun.
6908         * replace.el (query-replace-interactive): Change type from boolean
6909         to choice.  Add value `initial'.
6910         (query-replace-read-args): Handle value `initial' of
6911         query-replace-interactive.
6913 2004-06-29  Kim F. Storm  <storm@cua.dk>
6915         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6916         (breakpoint-disabled-bitmap-face): Add :group 'gud.
6918         * progmodes/ada-xref.el (ada-tight-gvd-integration):
6919         Add :group 'ada.
6921         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6923 2004-06-29  Juri Linkov  <juri@jurta.org>
6925         * replace.el (query-replace-read-args): Swallow a space after
6926         everything except )]" which in most cases means after a symbol.
6928         * emacs-lisp/pp.el (pp-buffer): Add autoload.
6930 2004-06-28  Richard M. Stallman  <rms@gnu.org>
6932         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6933         More changes to go with previous change in font-lock.el.
6935 2004-06-26  David Kastrup  <dak@gnu.org>
6937         * replace.el (perform-replace): Highlight the match even in
6938         non-query mode if there is potential replace string editing.
6940 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
6942         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6943         agree with new return value of `file-remote-p'.
6944         This syncs with Tramp 2.0.42.
6946         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6947         according to new documentation of `file-remote-p'.
6949         * files.el (file-remote-p): Fix doc to say that return value is
6950         identification of remote system, if not nil.
6951         (file-relative-name): Use new return value of `file-remote-p'.
6953 2004-06-26  Nick Roberts  <nickrob@gnu.org>
6955         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6956         (gdb-goto-breakpoint): Fix breakage.
6958 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
6960         * man.el (Man-getpage-in-background): Add windows-nt to the list
6961         of systems where shell-file-name should be used instead of
6962         literal "sh".
6964 2004-06-25  Sam Steingold  <sds@gnu.org>
6966         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6967         function names `(setf symbol)'.
6969 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6971         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6973         * font-lock.el (font-lock-keywords): Change format of compiled values.
6974         Document it.
6975         (font-lock-add-keywords): If font-lock-keywords is compiled,
6976         extract the uncompiled version, modify, then recompile.
6977         (font-lock-remove-keywords): Likewise.
6978         (font-lock-fontify-keywords-region): Handle changed format.
6979         (font-lock-compile-keywords): Handle changed format.
6980         (font-lock-set-defaults): Compile the keywords explicitly here.
6982 2004-06-24  David Kastrup  <dak@gnu.org>
6984         * replace.el (query-replace-read-args): Implement `\,' and `\#'
6985         replacements here.
6986         (query-replace-regexp): Doc string explaining this and the new
6987         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
6988         is better placed in `query-replace-read-args'.
6989         (replace-regexp): Explain `\,', `\#' and `\?'.
6990         (replace-match-data): New function for thorough reuse/destruction
6991         of old match-data.
6992         (replace-match-maybe-edit): Function for implementing `\?' editing.
6993         (perform-replace): Fix maintaining of the match stack including
6994         already matched regions, implement `\?', fix various problems
6995         with regions while editing and other stuff.
6996         (replace-highlight): Simplify.
6998 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
7000         * progmodes/grep.el (grep-error-screen-columns): New variable.
7001         (grep-regexp-alist): Give it the full functionality of gnu style
7002         compilation messages with line and column ranges.  Ask me for the
7003         perl script I'm working on, that uses these.
7005 2004-06-23  Nick Roberts  <nickrob@gnu.org>
7007         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7008         Remove.
7009         (comint-insert-input, comint-mouse-insert-input): New functions
7010         based on comint-insert-clicked-input for two bindings but just
7011         one functionality.
7013 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7015         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7017 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7019         * files.el (write-contents-functions): Doc fix.
7021 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7023         * image.el (image-library-alist): Rewrite docstring in active voice.
7025 2004-06-20  Richard M. Stallman  <rms@gnu.org>
7027         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7029         * isearch.el (isearch-repeat): Avoid testing old match data.
7030         (isearch-message): Display trailing space in special font
7031         when search is failing.
7032         (isearch-search-fun-function): Doc fix.
7034         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7036 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7038         * frame.el (show-trailing-whitespace): Doc fix.
7040         * cus-edit.el (custom-variable-documentation): New function.
7041         (custom-variable): Use it.
7043 2004-06-19  Nick Roberts  <nickrob@gnu.org>
7045         * man.el (Man-getpage-in-background): Revert previous change but
7046         make cygwin a special case.
7048 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
7050         * autorevert.el (global-auto-revert-non-file-buffers):
7051         Update docstring.
7053 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
7055         * progmodes/compile.el (compilation-error-properties): Store one
7056         more than end-col, if present, so that transient-mark-mode will
7057         highlight last char too.
7058         * progmodes/grep.el (grep-regexp-alist): Match columns and column
7059         ranges, if present.
7061 2004-06-18  Jason Rumney  <jasonr@gnu.org>
7063         * makefile.w32-in: Double percent signs in for loops.
7065 2004-06-17  David Kastrup  <dak@gnu.org>
7067         * replace.el (query-replace-read-args): Only warn about use of \n
7068         and \t when we are doing a regexp replacement and the actual
7069         escaped character is n or t.
7070         (query-replace-regexp): Add \, and \# interpretation to
7071         interactive call and document it.
7072         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7073         as shortkey for replace-count.
7074         (replace-quote): New function for doubling backslashes.
7076 2004-06-17  Juanma Barranquero  <lektu@terra.es>
7078         * files.el (parse-colon-path, cd): Mention in docstring that the
7079         path separator is colon in GNU-like systems.
7081         * newcomment.el (comment-region-internal): Fix docstring.
7083         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7084         (ewoc-invalidate, ewoc-collect): Doc fixes.
7085         (ewoc--create-node, ewoc--delete-node-internal):
7086         Fix typos in docstring.
7088 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
7090         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7091         manual to docstring.
7093 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7095         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7097 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
7099         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7100         Add hyperlink to emacs-xtra manual to docstring.
7102         * autorevert.el (global-auto-revert-non-file-buffers):
7103         Add hyperlink to emacs-xtra manual to docstring, as well as an
7104         info-link.
7106 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7108         * image.el (image-library-alist): New variable to map image types
7109         to external libraries.  Initialized to nil, unless system-specific
7110         configs change it.
7111         (image-type-available-p): Determine whether an image type is
7112         available by calling `init-image-library'.
7114         * term/w32-win.el (image-library-alist): Initialize to a known set
7115         of probable library names.
7117 2004-06-14  Kenichi Handa  <handa@m17n.org>
7119         * international/code-pages.el (windows-1256, cp1125): Fix tables
7120         for several characters.
7122         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7124 2004-06-13  Richard M. Stallman  <rms@gnu.org>
7126         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7128         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7129         not "`pc-selection-mode'".
7131         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7133         * simple.el (previous-matching-history-element): Specify a default.
7135         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7137         * cus-face.el (custom-declare-face): Simplify code.
7139         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7141 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7143         * files.el (before-save-hook): Add `time-stamp' to the options.
7145         * time-stamp.el (time-stamp): Recommend adding it to
7146         `before-save-hook', rather than `write-file-functions'.
7147         Make a similar change in `Commentary' section.
7149 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7151         * diff-mode.el (diff-current-defun): If at start of hunk, use
7152         position of first change.
7154 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
7156         * dired-x.el (dired-mark-omitted): Bind to "*O".
7158 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
7160         * bookmark.el (bookmark-bmenu-relocate): New function, as
7161         suggested by David J. Biesack <David.Biesack@sas.com>.
7162         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7163         (bookmark-bmenu-mode): Describe binding in doc string.
7164         (bookmark-set-filename): Save the bookmark list if it's time.
7166 2004-06-13  Kenichi Handa  <handa@m17n.org>
7168         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7169         (ccl-untranslated-to-ucs): Fix typo.
7171 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7173         * progmodes/python.el (python-open-block-statement-p):
7174         Fix indentation after a block opening that contains a comment.
7176 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
7178         * bindings.el (completion-ignored-extensions): Add file extensions
7179         of Python byte-compiled files.
7181 2004-06-12  Juri Linkov  <juri@jurta.org>
7183         * info.el (Info-goto-node): Add autoload.
7184         (Info-toc): Add substring-no-properties on Info file name.
7185         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7186         (Info-mode-map): Bind L to Info-history, T to Info-toc.
7188 2004-06-12  Kenichi Handa  <handa@m17n.org>
7190         * international/mule-cmds.el (set-language-environment):
7191         Load subst tables if necessary.
7193         * international/mule.el (decode-char): Load subst tables if necessary.
7194         (encode-char): Likewise.
7196         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7197         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
7198         (utf-16le-decode-loop): Set r5 to -1 before loop.
7199         (utf-16be-decode-loop): Likewise.
7200         (ccl-decode-mule-utf-16le): Add EOF processing block.
7201         (ccl-decode-mule-utf-16be): Likewise.
7202         (ccl-decode-mule-utf-16le-with-signature): Likewise.
7203         (ccl-decode-mule-utf-16be-with-signature): Likewise.
7204         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
7205         (ccl-mule-utf-16-encode-untrans): New CCL.
7206         (utf-16-decode-to-ucs): Handle pre-read character.
7207         (utf-16le-encode-loop): Handle surrogate pair.
7208         (utf-16be-encode-loop): Likewise.
7209         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7210         of utf-16le-encode-loop.
7211         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7212         of utf-16be-encode-loop.
7213         (mule-utf-16-post-read-conversion):
7214         Call utf-8-post-read-conversion at first.
7215         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7216         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7217         Add post-read-conversion and pre-write-conversion.
7219         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7220         (utf-translate-cjk-unicode-range): New variable.
7221         (utf-translate-cjk-load-tables): New function.
7222         (utf-lookup-subst-table-for-decode): New function.
7223         (utf-lookup-subst-table-for-encode): New function.
7224         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
7225         tables here.  Update safe-charsets of utf-* coding systems.
7226         (ccl-mule-utf-untrans): New CCL.
7227         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
7228         at end of each branch.
7229         (ccl-mule-utf-8-encode-untrans): New CCL.
7230         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7231         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
7232         length of encoding.  Don't return r0.
7233         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
7234         (utf-8-post-read-conversion): Narrow to region properly.
7235         If utf-translate-cjk-mode is on, load tables if necessary.
7236         Call utf-8-compose with hash-table arg if necessary.
7237         Call XXX-compose-region instead of XXX-post-read-convesion.
7238         (utf-8-pre-write-conversion): New function.
7239         (mule-utf-8): Include CJK charsets in safe-charsets if
7240         utf-translate-cjk-mode is on.  Add pre-write-conversion.
7242         * international/characters.el: Temporarily set
7243         utf-translate-cjk-mode to nil.
7245         * language/devan-util.el (devanagari-compose-region):
7246         Add autoload cookie.
7248         * international/ccl.el (ccl-dump-call): Fix printing the
7249         subroutine name.
7251 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7253         * dired.el (dired-revert): If buffer is marked unmodified before
7254         reverting, keep it marked unmodified.
7255         Adapt to new conventions for commenting out code.
7256         (dired-make-relative): Adapt to new conventions for commenting out code.
7258 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
7260         * eshell/esh-module.el (eshell-load-defgroups):
7261         Bind `vc-handled-backends' to nil when opening files.
7263 2004-06-11  Juanma Barranquero  <lektu@terra.es>
7265         * files.el (parse-colon-path, cd): Doc fixes (refer to
7266         `path-separator', not colon).
7268 2004-06-10  Juanma Barranquero  <lektu@terra.es>
7270         * newcomment.el (comment-search-forward)
7271         (comment-search-backward): Fix typos in docstring.
7272         (comment-region): Doc fix.
7274 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7276         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7277         switch is no longer stored in `dired-switches-alist'.
7279         * dired-aux.el (dired-insert-subdir): Do not store R switch in
7280         `dired-switches-alist'.
7282 2004-06-10  Kim F. Storm  <storm@cua.dk>
7284         * pcvs.el (cvs-mode-diff-yesterday): New command.
7286         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
7288 2004-06-10  Juri Linkov  <juri@jurta.org>
7290         * emacs-lisp/edebug.el (edebug-eval-defun):
7291         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
7292         Fix docstring.
7294         * simple.el (eval-expression-print-format): Don't print additional
7295         information on the first call to `eval-print-last-sexp'.
7296         (next-error-find-buffer): Fix punctuation.
7297         (killing) <defgroup>: Fix punctuation.
7298         (yank-excluded-properties): Change group from editing to killing.
7300         * replace.el (perform-replace): Use `limit' to terminate the
7301         while-loop explicitly.
7303 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7305         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
7306         Use lc-*.xpm as prefix instead of *-locol.xpm.
7308         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
7309         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
7310         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
7311         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
7312         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
7313         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
7314         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
7315         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
7316         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
7317         * toolbar/lc-up_arrow.xpm:
7318         Rename from *-locol.xpm.
7320 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
7322         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
7323         include forms like &<str>; as valid url patterns.
7325 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
7327         * dired.el (dired-diff, dired-backup-diff)
7328         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
7329         (dired-do-chown, dired-do-touch, dired-do-print)
7330         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
7331         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
7332         (dired-create-directory, dired-do-copy, dired-do-symlink)
7333         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
7334         (dired-do-copy-regexp, dired-do-hardlink-regexp)
7335         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7336         (dired-maybe-insert-subdir, dired-next-subdir)
7337         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
7338         (dired-kill-subdir, dired-tree-up, dired-tree-down)
7339         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
7340         (dired-run-shell-command, dired-query): Remove redundant,
7341         or incorrect, autoloads.
7343         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
7344         does not end in a slash.  Add optional argument KILL-ROOT.
7345         Update docstring.
7346         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
7347         (dired-query): Add autoloads.
7349 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
7351         * progmodes/compile.el (compilation-set-window-height):
7352         Rearrange the save-* functions because a buffer can have several current
7353         point in different windows.
7354         (compilation-error-regexp-alist-alist): Recognize {standard input}
7355         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
7357 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7359         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
7360         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
7361         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
7362         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
7363         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
7364         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
7365         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
7366         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
7367         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
7368         * toolbar/up_arrow-locol.xpm:
7369         New versions of icons that uses fewer colors.
7371         * toolbar/tool-bar.el (tool-bar-local-item)
7372         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
7373         if display-color-cells is 256 or less.
7375 2004-06-08  Kim F. Storm  <storm@cua.dk>
7377         * wid-edit.el (widget-specify-button): Use hand pointer rather
7378         than mouse-face as visible mouse-over effect.
7380 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
7382         * saveplace.el (save-place-alist-to-file): Bind `print-length'
7383         and `print-level' to nil when writing out `save-place-alist'.
7384         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
7386 2004-06-07  Juanma Barranquero  <lektu@terra.es>
7388         * completion.el (completion-kill-region): Doc fix.
7390         * format.el (format-insert-annotations)
7391         (format-annotate-location): Doc fixes.
7392         (format-subtract-regions): Make arguments match their use in docstring.
7394         * simple.el (kill-region): Doc fix.
7396         * subr.el (insert-buffer-substring-no-properties)
7397         (insert-buffer-substring-as-yank): Doc fixes.
7399 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
7401         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7402         Update docstring.
7403         (dired-reset-subdir-switches): New function.
7405         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
7406         Limit scope of `buffer-read-only' binding.
7408 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
7410         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
7411         eshell-explicit-command-char.
7413 2004-06-06  Juanma Barranquero  <lektu@terra.es>
7415         * help-fns.el (help-argument-name): Inherit from italic face only
7416         if the frame supports it.
7418 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7420         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
7421         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
7422         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
7423         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
7424         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
7425         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
7426         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
7427         New conversions from xpm files.
7429         * toolbar/README: New file.
7431 2004-06-06  Richard M. Stallman  <rms@gnu.org>
7433         * isearch.el (isearch-mode-map): Undo previous change.
7435 2004-06-05  Juri Linkov  <juri@jurta.org>
7437         * bindings.el (debug-ignored-errors): Add regexps for history
7438         related messages.  Remove $ from "No further undo information".
7439         Move Ediff's messages to ediff.el.
7441         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
7443         * cus-edit.el (custom-display): Add `min-colors'.
7445         * custom.el (defface): Add `supports' to docstring.
7447         * help-fns.el (help-argument-name): Add :group 'help.
7449 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
7451         * find-dired.el (find-ls-subdir-switches): New user option.
7452         (find-dired): No longer call `abbreviate-file-name' on DIR.
7453         Set `dired-subdir-switches' buffer-locally.
7455         * locate.el: Merge the two `Commentary' sections.
7456         (locate-ls-subdir-switches): New user option.
7457         (locate): Update for other changes.
7458         (locate-mode-map): Restore Dired binding for mouse-2.
7459         Bind `locate-mouse-view-file' to M-mouse-2.
7460         Bind `l' to `locate-do-redisplay'.
7461         (locate-main-listing-line-p, locate-do-redisplay): New functions.
7462         (locate-mouse-view-file, locate-tags, locate-find-directory):
7463         Print message if used outside main listing.
7464         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
7465         Various changes to support inserted subdirectories.
7466         (locate-insert-header): Change header of *Locate* buffer.
7468         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7469         Change interactive default switches.
7470         (dired-rename-subdir-2): Update `dired-switches-alist'.
7471         (dired-insert-subdir, dired-kill-subdir):
7472         Handle `dired-switches-alist'.  Do not mark buffer modified.
7473         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
7474         (dired-insert-subdir-doinsert): Omit messages.
7475         Handle `dired-subdir-switches'.
7476         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
7478         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
7479         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
7480         subdirs if -R switch is used for a subdir.
7481         (dired-mode): Set `dired-switches-alist'.
7482         (dired-build-subdir-alist): Only print number of directories in
7483         echo area when invoked interactively.
7485 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
7487         * dired-x.el (dired-omit-mode): Rename from
7488         dired-omit-files-p.  Use define-minor-mode to define it.
7489         (dired-omit-files-p): Add as alias for dired-omit-mode.
7490         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
7491         dired-mark-omitted.
7492         (dired-mark-omitted): Add.  Bind to M-O.
7494 2004-06-05  Kenichi Handa  <handa@m17n.org>
7496         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
7498 2004-06-05  Juanma Barranquero  <lektu@terra.es>
7500         * help-fns.el (help-argument-name): Reintroduce face.
7501         (help-default-arg-highlight): Use it, now that
7502         `face-differs-from-default-p' can be trusted.
7504 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7506         * textmodes/table.el: Sentence commands added to Point Motion
7507         group; kill and backward-kill commands added to Extraction group.
7509 2004-06-04  Mario Lang  <mlang@delysid.org>
7511         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
7512         systems appear to use mW, make the code handle this.  Fix a
7513         division-by-zero bug while at it, and handle kernels with
7514         a slightly different layout in /proc/acpi.
7516 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
7518         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
7519         because the latter is a CL-ism.  This fixes the bug reported by
7520         Shawn Boyette <mdxi@collapsar.net> in
7521         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
7523 2004-06-04  Miles Bader  <miles@gnu.org>
7525         * faces.el (display-supports-face-attributes-p): Function moved to
7526         C code.  Previously only the tty-related portion of this function
7527         was done in C; however the previous attempt to do a halfway-proper
7528         job for non-tty displays in lisp didn't work properly because of
7529         funny conditions during Emacs startup.
7530         (face-differs-from-default-p): Simplify, now that
7531         display-supports-face-attributes-p works properly on all display
7532         types.  Remove :stipple from comparison; it doesn't really work
7533         in emacs anyway.
7535 2004-06-04  Miles Bader  <miles@gnu.org>
7537         * faces.el (face-differs-from-default-p): Use a different
7538         implementation, so we can really check whether FACE displays
7539         differently or not.
7541 2004-06-04  Miles Bader  <miles@gnu.org>
7543         * faces.el (display-supports-face-attributes-p): Implement a
7544         `different from default' check for non-tty displays.
7546 2004-06-03  David Kastrup  <dak@gnu.org>
7548         * woman.el (woman-mapcan): More concise code.
7549         (woman-topic-all-completions, woman-topic-all-completions-1)
7550         (woman-topic-all-completions-merge): Replace by a simpler and
7551         much faster implementation based on O(n log n) sort/merge instead
7552         of the old O(n^2) behavior.
7554 2004-06-03  Miles Bader  <miles@gnu.org>
7556         * subr.el (read-number): Use canonical format for default in prompt.
7558         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
7559         Add regexp for " [...]" style defaults.
7561 2004-06-02  Romain Francoise  <romain@orebokech.com>
7563         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
7564         groups: if the user asks for a hidden buffer, open the
7565         corresponding filter group to expose it.
7567         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
7568         `ibuffer-jump-to-buffer'.
7569         (ibuffer-jump-offer-only-visible-buffers): New user option.
7571 2004-06-02  Juanma Barranquero  <lektu@terra.es>
7573         * faces.el (frame-update-faces): Add empty docstring so the one
7574         for `ignore' doesn't show through.
7576         * subr.el (process-kill-without-query): Remove spurious "\n" on
7577         obsolescence string.
7578         (focus-frame, unfocus-frame): Add obsolescence declaration and
7579         empty docstring.
7581         * international/mule.el (register-char-codings): Make alias for
7582         `ignore'.  Move docstring to obsolescence info and remove redundancy.
7584 2004-06-02  Kim F. Storm  <storm@cua.dk>
7586         * frame.el (blink-cursor-start): Turn cursor off initially so blink
7587         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
7589 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7591         * comint.el (comint-replace-by-expanded-history-before-point):
7592         Obey `start' as the docstring says.
7593         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
7594         (comint-update-fence): Prevent font-lock from running unnecessarily.
7595         (comint-dynamic-list-completions): Use with-current-buffer.
7597 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7599         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
7600         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
7601         (bibtex-entry-update): Handle alternatives and optional fields.
7602         (bibtex-parse-entry): Bugfix, handle empty key.
7604 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7606         * vc-arch.el (vc-arch-state): Don't assume the file exists.
7608 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
7610         * desktop.el (desktop-save): Don't save minor modes without a
7611         known mode initialization function.
7613 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
7615         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
7617         * autorevert.el: Update `Commentary' section.
7619 2004-05-30  Juanma Barranquero  <lektu@terra.es>
7621         * dos-fns.el (convert-standard-filename):
7622         * files.el (convert-standard-filename):
7623         * w32-fns.el (convert-standard-filename):
7624         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
7626 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
7628         Sync with Tramp.
7630         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
7631         (tramp-let-maybe): Move to an earlier spot in the file.
7632         Patch by Andreas Schwab.
7634 2004-05-30  Andreas Schwab  <schwab@suse.de>
7636         * dired.el (dired-get-filename): Don't use dired-re-dot.
7638 2004-05-30  Richard M. Stallman  <rms@gnu.org>
7640         * files.el (find-file): Doc fix.
7642         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
7644 2004-05-30  Nick Roberts  <nickrob@gnu.org>
7646         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
7647         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
7648         modeline of the locals buffer.
7649         (gdb-goto-breakpoint): Handle gdbmi.
7650         (gdb-get-frame-number): Change for gdbmi.
7652 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
7654         * files.el (file-remote-p): Apply file name handler for operation
7655         `file-remote-p'.  It isn' a property any longer.
7656         (file-relative-name): `fh' and `fd' get the required value via
7657         `find-file-name-handler' already.
7659         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
7660         (top): Remove setting of `file-remote-p' property for
7661         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
7663 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
7665         Version 2.0.41 of Tramp released.
7667         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
7668         Throw away if process has died.
7669         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
7670         (tramp-out-of-band-prompt-regexp): Rename to
7671         `tramp-process-alive-regexp', because its usage is widen.
7672         (tramp-actions-copy-out-of-band): Apply it.
7673         (tramp-actions-before-shell, tramp-multi-actions):
7674         Add `tramp-action-process-alive' action.
7675         (tramp-action-process-alive): New defun.
7676         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7677         Add entry for `file-remote-p'.
7678         (tramp-handle-file-remote-p): New defun.
7679         (top): Remove setting of `file-remote-p'.  Don't set
7680         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
7682         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7683         `file-remote-p'.
7685         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
7686         counted for (last) line.  [They should or they shouldn't?  --Stef]
7687         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
7689 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
7691         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
7692         not really necessary but seems to keep the shell history smaller
7693         in some cases.  It is no substitute for setting HISTFILE and
7694         HISTSIZE from tramp-open-connection-setup-interactive-shell,
7695         though.  Suggested by Luc Teirlinck.
7696         (tramp-open-connection-setup-interactive-shell): Export variables
7697         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
7698         (tramp-set-process-query-on-exit-flag): New compat function.
7699         (tramp-open-connection-multi, tramp-open-connection-su)
7700         (tramp-open-connection-rsh, tramp-open-connection-telnet)
7701         (tramp-do-copy-or-rename-file-out-of-band): Use it.
7702         (tramp-let-maybe): New macro, let-binds a variable only if it
7703         isn't obsolete.
7704         (tramp-check-ls-commands, tramp-handle-expand-file-name)
7705         (tramp-handle-file-truename): Use it.
7706         (tramp-completion-file-name-regexp-unified): Avoid matching
7707         filenames starting with "/:" -- those are reserved for
7708         file-name-non-special.
7710         * tramp-smb.el (tramp-smb-open-connection):
7711         Use tramp-set-process-query-on-exit-flag compat function.
7713 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7715         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
7717         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
7718         (eval-last-sexp-print-value): Print char equivalent regardless
7719         of standard-output value.
7721         * thumbs.el (thumbs-subst-char-in-string): Delete.
7722         (thumbs-thumbname): Use subst-char-in-string.
7723         (thumbs-resize-image): Use condition-case, not ignore-errors.
7724         (thumbs-kill-buffer): Likewise.
7726         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
7727         (thumbs-mode): Make buffer read-only.
7728         (thumbs-make-thumb): Unconditionally accept an existing file.
7729         (thumbs-insert-thumb): Add thumb-image-file property to the image.
7730         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7731         (thumbs-show-thumbs-list): Error if images not supported.
7732         (thumbs-save-current-image): Improve prompt string.
7733         (thumbs-mode-map): Define u, R, x.
7734         (thumbs-unmark): New command.
7735         (thumbs-emboss-image): Minor cleanup.
7736         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7737         (thumbs-rename-images): New command.
7738         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
7740         * thumbs.el (thumbs-current-image): New function.
7741         (thumbs-file-list, thumbs-file-alist): New functions.
7742         (thumbs-find-image): Delete arg L.
7743         Don't set up thumbs-fileL as buffer-local global var.
7744         (thumbs-find-image-at-point): Use thumbs-current-image.
7745         (thumbs-set-image-at-point-to-root-window): Likewise.
7746         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7747         Record and warn about errors.  Update thumbs-markedL for deletions.
7748         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7749         (thumbs-redraw-buffer): Use thumbs-file-list.
7750         (thumbs-mark): Use thumbs-current-image.
7751         (thumbs-show-name): Use thumbs-current-image.
7753         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7754         and imenu--last-menubar-index-alist.
7756         * subr.el (with-selected-window): Undo previous change.
7758 2004-05-29  John Paul Wallington  <jpw@gnu.org>
7760         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7761         (thumbs-mouse-find-image): New command.
7762         (thumbs-mode-map): Bind it to mouse-2.
7763         (thumbs-mode): Make mode-class special.
7764         (thumbs-view-image-mode): Likewise.
7766 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
7768         * flymake.el: New file.
7770 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
7772         * files.el (find-file-noselect-1): Do not bind
7773         `inhibit-read-only' to t during execution of
7774         `find-file-not-found-functions'.
7776 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7778         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7779         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7781 2004-05-28  Juri Linkov  <juri@jurta.org>
7783         * simple.el (eval-expression-print-format): New fun.
7785         * simple.el (eval-expression):
7786         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7787         * emacs-lisp/edebug.el (edebug-compute-previous-result)
7788         (edebug-eval-expression): Print additionally the value returned by
7789         `eval-expression-print-format'.
7791         * emacs-lisp/lisp.el (insert-pair-alist): New var.
7792         (insert-pair): Make arguments optional.  Find character pair
7793         from `insert-pair-alist' according to the last input event.
7794         (insert-parentheses): Make arguments optional.
7795         (raise-sexp, delete-pair): New funs.
7797         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7798         (emacs-lisp-mode-map, lisp-interaction-mode-map):
7799         Bind C-M-q to `indent-pp-sexp'.
7801         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7802         `pp-to-string' modified to be able to format text with newlines.
7803         (pp-to-string): Move the buffer-formatting part of the code to
7804         `pp-buffer'.  Call `pp-buffer'.
7806         * info.el (Info-desktop-buffer-misc-data): Don't save information
7807         about virtual files.
7808         (Info-restore-desktop-buffer): Restore Info buffers in prepared
7809         buffers with names obtained from the desktop file instead of the
7810         default *info* buffer.
7812 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * subr.el (with-selected-window): Only save/restore the selected window.
7816         * progmodes/compile.el (compilation-error-regexp-alist):
7817         Use expand-file-name and data-directory.
7819         * progmodes/grep.el (grep-tree): Rework previous fix.
7821         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7822         after the user marked text with the mouse.
7824         * startup.el (command-line): Keep the first regexp of
7825         auto-save-file-name-transforms intact.
7827 2004-05-28  Juanma Barranquero  <lektu@terra.es>
7829         * cus-edit.el (customize-face, customize-face-other-window)
7830         (custom-face-edit-delete): Make arguments match their use in
7831         docstring.
7832         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7833         docstring.
7835         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7836         not `cvs-butlast'.
7838         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7839         `nbutlast' are in subr.el).
7841         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7842         (set-w32-system-coding-system): Doc fixes.
7844         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7845         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7846         Make arguments match their use in docstring.
7847         (artist-draw-region-trim-line-endings)
7848         (artist-mouse-choose-operation): Fix typo in docstring.
7849         (artist-key-set-point-common): Doc fix.
7851 2004-05-28  Simon Josefsson  <jas@extundo.com>
7853         * mail/smtpmail.el (smtpmail-open-stream):
7854         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7856 2004-05-26  Simon Josefsson  <jas@extundo.com>
7858         * starttls.el: Merge with my GNUTLS based starttls.el.
7859         (starttls-gnutls-program, starttls-use-gnutls)
7860         (starttls-extra-arguments, starttls-process-connection-type)
7861         (starttls-connect, starttls-failure, starttls-success): New variables.
7862         (starttls-program, starttls-extra-args): Doc fix.
7863         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
7864         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
7865         and pass on to corresponding *-gnutls function if it is set.
7867 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
7869         * autorevert.el (auto-revert-handler): Disable auto-reverting of
7870         remote files.
7872 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
7874         * files.el (file-name-non-special): There are more operations
7875         which need handling: `find-backup-file-name',
7876         `insert-file-contents', `verify-visited-file-modtime',
7877         `write-region'.  Rename t value of method to `add'.  Add new
7878         methods `quote' and `unquote-then-quote' to file-arg-indices.
7880 2004-05-25  Juri Linkov  <juri@jurta.org>
7882         * info.el (Info-toc): Call Info-mode on intermediate buffer.
7883         (Info-index-nodes): Enclose code in condition-case to catch errors.
7884         (Info-index-node): Don't search all index nodes if request is only
7885         for the current node and file is not in the cache of index nodes.
7886         (Info-mode-map): Bind Info-copy-current-node-name to `w'
7887         for consistency with dired-copy-filename-as-kill.
7888         Bind `S' to Info-search-case-sensitively.
7889         (Info-copy-current-node-name): New arg.  With zero prefix arg put
7890         the name inside a function call to `info'.  Display copied text in
7891         the echo area.
7893 2004-05-25  Sam Steingold  <sds@gnu.org>
7895         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7896         strip the package prefix from the symbol name, if any.
7897         Make it the `find-tag-default-function' for `lisp-mode'.
7899 2004-05-25  John Paul Wallington  <jpw@gnu.org>
7901         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7902         instead of obsolete `process-kill-without-query'.
7904         * textmodes/texinfmt.el (texinfo-indexvar-alist):
7905         Declare as variable, not constant.
7907 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
7909         * files.el (find-file-noselect-1): Fix bug introduced by
7910         Revision 1.694.  As a side effect, `inhibit-read-only'
7911         is again, by default, t during execution of
7912         `find-file-not-found-functions'.
7913         (insert-directory): Check that lines were really inserted by
7914         the --dired switch, before erasing them.
7916 2004-05-24  Nick Roberts  <nickrob@gnu.org>
7918         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7919         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7920         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7921         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7922         gud-minor-mode (gdbmi).
7924 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7926         * net/browse-url.el (browse-url-interactive-arg): Enable user to
7927         explicitly select the text to be taken as URL.
7929 2004-05-23  Juri Linkov  <juri@jurta.org>
7931         * info.el (Info-index-nodes): New var and fun.
7932         (Info-goto-index, Info-index, info-apropos)
7933         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7934         (Info-index): Fix docstring.  Store and restore Info-history-list.
7935         (Info-complete-nodes): New var.
7936         (Info-complete-menu-item): Use it.
7937         (Info-index-node): New fun.
7938         (Info-final-node, Info-forward-node, Info-backward-node)
7939         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7940         Use Info-index-node.
7941         (Info-extract-menu-item, Info-extract-menu-counting): Set second
7942         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7943         (Info-find-node-2): If a node with period in its name not found,
7944         try to find a node without the name part after period.
7945         (Info-select-node): Call Info-fontify-node only if
7946         Info-fontify-maximum-menu-size is not nil.
7947         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7948         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7949         Preserve Info-history-list.
7950         (Info-toc): Set Info-current-file.
7951         (Info-build-toc): Move point to the beginning of the buffer.
7952         Add main-file variable.
7953         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7954         Use backslashed representation of the control character ^_.
7956         * textmodes/texinfmt.el (texinfo-print-index): Print index line
7957         numbers in the new Texinfo 4.7 format.
7959         * add-log.el (change-log-font-lock-keywords): Remove `:' from
7960         regexps for function and variable names.
7962         * descr-text.el (describe-property-list): Add [show] button for
7963         `syntax-table' property with action to pp to a separate buffer.
7964         (describe-char): Replace search-forward by re-search-forward with
7965         whitespace regexp after "character:" to not fail in too narrow windows.
7967         * simple.el (next-error-find-buffer): Add a rule to return
7968         next-error capable buffer if one window on the selected frame
7969         displays such buffer.
7971 2004-05-23  Nick Roberts  <nickrob@gnu.org>
7973         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7974         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7975         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7976         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7977         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7978         Handle new value for gud-minor-mode (gdbmi).
7979         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7980         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7981         Change from local to global gdb variable set.
7982         (gdb-ann3): Initialise above gdb variable set.
7983         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7984         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7985         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7986         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7987         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7988         (gdb-info-locals-handler, gdb-invalidate-assembler)
7989         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7990         set as global variables.
7991         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7992         Handle gdbmi.
7993         (gdb-info-breakpoints-custom): Fix regexp.
7994         (def-gdb-var): Delete.
7996         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7997         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7998         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7999         a new mode.  The file (gdb-mi.el) for this mode will be included
8000         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8001         primary interface.
8003 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
8005         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8006         interpreted as a directory.
8008 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8010         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8011         as a close quote.
8013         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8015         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8016         Use assoc-string, not assoc-ignore-case.
8018         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8020         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8021         If moving back then fwd gets a defun that ends before point,
8022         try again moving fwd then back.
8024         * files.el (file-name-non-special): Allow t in file-arg-indices
8025         to mean requote the return value.  Use `identity' as an element
8026         rather than as the whole value.
8028         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
8030 2004-05-22  Juanma Barranquero  <lektu@terra.es>
8032         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8033         `help-make-usage'.
8034         (help-highlight-arguments): Skip function name before searching
8035         for arguments.
8037 2004-05-21  Juanma Barranquero  <lektu@terra.es>
8039         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8040         Don't mention in the docstring these arguments meant for
8041         internal (recursive) use only.
8042         (allout-char-spec): Comment out (it's not implemented).
8043         (allout-old-expose-topic, allout-exposure): Fix docstring and add
8044         obsolescence declaration.
8045         (allout-flatten-exposed-to-buffer)
8046         (allout-indented-exposed-to-buffer): Fix typos in docstring.
8047         (my-mark-marker): Doc fix.
8048         (produce-allout-mode-map, allout-sibling-index)
8049         (allout-isearch-expose, allout-distinctive-bullet)
8050         (allout-open-topic, allout-reindent-body)
8051         (allout-rebullet-heading, allout-process-exposed)
8052         (allout-insert-listified, allout-latex-verb-quote)
8053         (allout-insert-latex-header, allout-insert-latex-trailer):
8054         Make arguments match their use in docstring.
8055         (allout-primary-bullet, allout-old-style-prefixes)
8056         (allout-inhibit-protection, allout-init, allout-mode)
8057         (allout-before-change-protect, allout-flag-region):
8058         Use "Emacs" instead of "emacs" in docstrings.
8060 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
8062         * international/characters.el: Modify syntax of more characters.
8064 2004-05-21  Masatake YAMATO  <jet@gyve.org>
8066         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8067         (etags-tags-completion-table): Show parsing progress.
8069 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
8071         * locate.el (locate-prompt-for-command): Shorten first line of
8072         docstring.
8073         (locate-mode): Expand docstring and include keymap summary.
8075         * files.el (find-file-noselect-1): Limit the scope of the
8076         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
8077         is, by default, nil during the execution of
8078         `find-file-not-found-functions' and `find-file-hook'.
8080 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
8082         * facemenu.el (facemenu-color-name-equal): New function.
8083         (list-colors-display): Use it to compare colors instead of
8084         facemenu-color-equal.
8086 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
8088         * compare-w.el (compare-windows-face): Use min-colors instead of
8089         checking for tty or pc types.
8091 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8093         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8094         (completion-setup-function): Use with-current-buffer.
8095         Properly save excursion.  Simplify.
8096         Don't assume there is necessarily a `mouse-face' property somewhere.
8098         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8100         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
8102         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8103         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8104         Use with-current-buffer.
8105         (byte-goto-log-buffer): Delete.
8106         (byte-compile-log-file): Call compilation-forget-errors.
8108 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8110         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8111         output messages into the search result.
8113 2004-05-19  Masatake YAMATO  <jet@gyve.org>
8115         * wid-edit.el (widget-radio-button-notify): Revert my last
8116         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8118 2004-05-19  Kenichi Handa  <handa@m17n.org>
8120         * international/characters.el: Fix syntax (open/close) of CJK chars.
8122 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8124         * help-mode.el (help-go-back): Don't depend on position of back button.
8126 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8129         files files don't contain an accidental additional /.
8131         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8132         in source buffer.
8134 2004-05-18  Masatake YAMATO  <jet@gyve.org>
8136         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8137         to widget-apply.  :action method assumes 2 arguments, not 3.
8139 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
8141         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8142         New constants.
8143         (hs-special-modes-alist): Add an f90-mode entry.
8145 2004-05-17  Sam Steingold  <sds@gnu.org>
8147         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8148         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
8150 2004-05-16  Kim F. Storm  <storm@cua.dk>
8152         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8154 2004-05-15  John Wiegley  <johnw@newartisans.com>
8156         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8157         (eshell-output-object-to-target): Improve output speed 20% by not
8158         calling `eshell-stringify' if something is already known to be a string.
8160 2004-05-15  Alex Ott  <ott@jet.msk.su>
8162         * textmodes/ispell.el (ispell-local-dictionary-alist):
8163         Add windows-1251 to the choice of coding systems.
8164         (ispell-dictionary-alist-6): Add support for "russianw.aff",
8165         encoded in cp1251.
8167 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
8169         * progmodes/compile.el (compilation-warning-face)
8170         (compilation-info-face): Use min-colors.
8172 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8174         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8175         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8176         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8177         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8178         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8179         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8180         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8181         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8182         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8183         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8184         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8185         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8186         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8187         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8189 2004-05-15  Kim F. Storm  <storm@cua.dk>
8191         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8192         Use it to set triggered-p element of timer.
8193         (timer-event-handler): Set triggered-p element non-nil while running
8194         the timer function.
8196 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8198         * descr-text.el (describe-char-unicode-data)
8199         (describe-char-unicodedata-file): Re-enable the unicode code now that
8200         the licensing issues have been cleared in the unicode-4 license.
8201         (describe-text-properties-1): Remove unused `overlay' var.
8202         (describe-char): Remove unused var `buffer'.
8204 2004-05-14  David Ponce  <david@dponce.com>
8206         * tree-widget.el: New file.
8208 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
8210         * language/european.el ("Brazilian Portuguese"): Add support for
8211         Brazilian Portuguese.
8213 2004-05-13  John Wiegley  <johnw@newartisans.com>
8215         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8216         `recentf-mode' if this variable has been customized to t.
8218         * eshell/esh-test.el (eshell-test): Call the function
8219         `emacs-version' rather than trying to build a custom version string.
8221 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * net/telnet.el (telnet-mode): Use define-derived-mode.
8224         Don't modify the global value of comint-prompt-regexp.
8226 2004-05-13  John Paul Wallington  <jpw@gnu.org>
8228         * version.el (emacs-version): Check for `gtk' feature before
8229         `x-toolkit' feature.
8231 2004-05-13  Juanma Barranquero  <lektu@terra.es>
8233         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8234         arguments in the docstring, they're used only in recursive calls.
8236         * help-fns.el (help-arg-highlighting-function)
8237         (help-argument-name): Delete.
8238         (help-default-arg-highlight): New function.
8239         (help-do-arg-highlighting): Use it.
8241 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8243         * calendar/appt.el (appt-disp-window):
8244         Use `calendar-set-mode-line' for a centered mode-line.
8246 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8248         * calendar/appt.el (appt-disp-window): Do not split window
8249         excessively when `split-height-threshold' is low.
8251 2004-05-12  Nick Roberts  <nickrob@gnu.org>
8253         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8254         kill-buffer-hook here and make it local.
8255         (gud-kill-buffer-hook): Use kill-process for a sure kill.
8257 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
8259         * progmodes/compile.el (compilation-set-window-height):
8260         Use save-excursion to protect against misplaced marker.
8262 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8264         * custom.el (defface): Document that type can have value gtk.
8266         * faces.el (face-spec-set-match-display): Handle type gtk in display.
8268 2004-05-12  Kenichi Handa  <handa@m17n.org>
8270         * descr-text.el: Require quail at comile time.
8271         (describe-char): If an input method is on and it supports the
8272         character, show how to input it.
8274         * international/quail.el (quail-install-decode-map): Accept a
8275         char-table whose subtype is `quail-decode-map'.
8276         (quail-store-decode-map-key, quail-gen-decode-map1)
8277         (quail-gen-decode-map, quail-find-key1, quail-find-key)
8278         (quail-show-key): New functions.
8280 2004-05-12  Juanma Barranquero  <lektu@terra.es>
8282         * generic.el (define-generic-mode): Remove redundant arglist info.
8284         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
8285         Make arguments match their use in docstring.
8286         (help-arg-highlighting-function): New variable.
8287         (help-argument-name): Mention it in the docstring.
8288         (help-do-arg-highlight): Use it.  Expand regexp to accept also
8289         ARG-xxx and xxx-ARG references.
8291 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8293         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
8294         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
8295         and "mailto:addr1?to=addr2" equal.
8297 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
8299         * man.el (Man-getpage-in-background): Use shell-file-name
8300         and shell-command-switch variables instead of hard-coded values.
8302 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
8304         * iimage.el: New file.
8306 2004-05-11  Juanma Barranquero  <lektu@terra.es>
8308         * custom.el (custom-initialize-default, defcustom):
8309         Fix typo in docstring.
8311         * files.el (set-visited-file-name, file-expand-wildcards):
8312         Fix docstring.
8314 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8316         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
8318         * subr.el (eventp): Be more discriminating with integers.
8320 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
8322         * progmodes/compile.el (compile): Add universal prefix arg.
8323         (compilation-error-regexp-alist-alist): Add edg patterns.
8325 2004-05-10  Sam Steingold  <sds@gnu.org>
8327         * textmodes/ispell.el (ispell-message):
8328         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
8330 2004-05-10  Dave Love  <fx@gnu.org>
8332         * progmodes/python.el (help-buffer): Autoload when compiling.
8333         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
8334         (run-python): Prepend to any existing PYTHONPATH.
8336 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
8338         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
8339         for pending breakpoints.
8341 2004-05-10  Richard M. Stallman  <rms@gnu.org>
8343         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
8344         directly without calling any functions in Rmail.
8345         (unrmail-unprune): Function deleted.
8347 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8349         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
8350         C-c C-z binding.
8352 2004-05-10  Kenichi Handa  <handa@m17n.org>
8354         * descr-text.el (describe-char): Fix previous change.  Don't make
8355         a unibyte character to multibyte in the *Help* buffer.
8357 2004-05-10  Miles Bader  <miles@gnu.org>
8359         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
8360         buffer an error if the debugger process is actually running.
8362 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8364         * help-fns.el (help-argument-name): Default to italic.
8365         (help-highlight-arguments): Return always (usage . doc), even when
8366         usage is nil.
8368         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
8369         (define-ibuffer-filter): Add usage info.
8370         (define-ibuffer-op): Add usage info (but CL-style defaults for
8371         keyword args are not shown).
8373         * subr.el (remove-overlays, read-passwd): Fix docstring.
8374         (start-process-shell-command): Fix docstring.  Put usage info in a
8375         format usable by `describe-function'.
8376         (open-network-stream, open-network-stream-nowait)
8377         (open-network-stream-server): Fix docstring.
8379 2004-05-09  Jason Rumney  <jasonr@gnu.org>
8381         * international/code-pages (cp932, cp936, cp949, c950): Remove.
8382         Only define cp125* if windows-125* is already defined.
8384         * language/korean.el (cp949): Add alias.
8386         * language/chinese.el (cp936, cp950): Add aliases.
8388         * language/japanese.el (cp932): Add alias.
8390         * term/w32-win.el: Require code-pages.
8392         * international/mule-cmds.el (set-locale-environment):
8393         On MS-Windows use ansi code-page for default coding-systems.
8394         Set up paper sizes for Windows 3 letter languages.
8396         * international/code-pages.el (cp932, cp936, cp949, cp950):
8397         Add aliases.  Also add cp125* if not already defined.
8399 2004-05-09  Juanma Barranquero  <lektu@terra.es>
8401         * help-fns.el (help-highlight-arguments): Don't try to highlight
8402         missing or autoloaded arglists.  Accept structured arguments, like
8403         the first ones of `do' and `flet'.
8405         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
8406         (cvs-get-marked): Remove redundant arglist info.
8408         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
8409         Don't use CL-style default args.
8411 2004-05-08  Andreas Schwab  <schwab@suse.de>
8413         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
8415         * international/subst-ksc.el: Fix references to utf-translate-cjk
8416         into utf-translate-cjk-mode.
8417         * international/subst-big5.el: Likewise.
8418         * international/subst-gb2312.el: Likewise.
8419         * international/subst-jis.el: Likewise.
8420         * international/utf-16.el: Likewise.
8421         * international/utf-8.el: Likewise.
8423 2004-05-08  John Wiegley  <johnw@newartisans.com>
8425         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
8426         "virtual buffers" (off by default), which makes it possible to
8427         switch to the "virtual" buffers of recently visited files.  When a
8428         buffer name search fails, and this option is on, iswitchb will
8429         look at the list of recently visited files, and permit matching
8430         against those names.  When the user hits RET on a match, it will
8431         revisit that file.
8432         (iswitchb-read-buffer): Add two optional arguments, which makes
8433         isearchb.el possible.
8434         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
8435         (iswitchb-next-match): Add support for virtual buffers.
8437         * isearchb.el: This module extends iswitchb to provide "as you
8438         type" buffer selection.
8440         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
8441         Ignore the read-only property when flyspell highlighting is on.
8442         Not ignoring it leads to a series of confusing errors.
8443         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
8444         but also make sure to call flyspell-incorrect-hook.
8445         (flyspell-maybe-correct-transposition): Perform transposition test
8446         by bit twiddling a string, rather than using a temp buffer.
8447         (flyspell-maybe-correct-doubling): Use a string rather than a temp
8448         buffer.  This is also the original version of the code, which
8449         could not be checked in before due to a previous lack of
8450         assignment papers.  This version has seen heavy usage on my system
8451         for several years now.
8453         * calendar/cal-bahai.el: New file, which adds support for the
8454         Baha'i calendar to Emacs.  This calendar is based on a solar year
8455         of 19 months of 19 days, with 4 intercalary days.  Each year
8456         begins on March 21, with the calendar starting in 1844.
8458         * calendar/cal-menu.el, calendar/calendar.el,
8459         calendar/diary-lib.el, calendar/holidays.el: Added support for
8460         using cal-bahai.el.
8462         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
8463         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
8464         function can be used outside of eshell buffers.
8465         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
8467 2004-05-08  Juanma Barranquero  <lektu@terra.es>
8469         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
8470         word constituent so FOO-ARG is not recognized as an arg.
8471         (help-highlight-arguments): Don't skip lists in mandatory arguments.
8473         * simple.el (next-error): Fix typo in docstring.
8474         (open-line): Make argument names match their use in docstring.
8475         (split-line): Fix docstring.
8477         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
8478         usable by `describe-function'.
8479         (gensym, gentemp, typep, ignore-errors): Make argument names match
8480         their use in docstring.
8482         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
8483         argument to `help-setup-xref'.
8485 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
8487         Version 2.0.40 of Tramp released.
8489         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
8490         Use symbol-function to invoke functions only known on some Emacs
8491         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
8492         Scaldeferri <kevin@scaldeferri.com>.
8493         (tramp-do-copy-or-rename-file-via-buffer): Rename from
8494         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
8495         consistent with the other tramp-do-* functions.
8496         (tramp-do-copy-or-rename-file): Calls adjusted.
8497         (tramp-process-initial-commands): Avoid liveness check on shell --
8498         we know that it must be alive since we're opening a connection at
8499         this moment.
8500         (tramp-last-cmd): New internal variable.
8501         (tramp-process-echoes): New tunable.
8502         (tramp-send-command): Set tramp-last-cmd.
8503         (tramp-wait-for-output): Delete echo, if applicable.
8504         (tramp-read-passwd): Construct the key for the password cache in a
8505         way that works for multi methods, too.
8506         (tramp-bug): Add backup-directory-alist and
8507         bkup-backup-directory-info to bug reports, with Tramp counterparts.
8509 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
8511         * net/tramp*.el: Suppress byte-compiler warnings where possible.
8513         * net/tramp.el (tramp-out-of-band-prompt-regexp)
8514         (tramp-actions-copy-out-of-band): New defcustoms.
8515         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
8516         used instead of a synchronous one.  Allows password entering.
8517         (tramp-action-out-of-band): New defun.
8518         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
8519         Remove restriction with password from doc string.
8520         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
8521         `tramp-out-of-band-prompt-regexp',
8522         `tramp-actions-copy-out-of-band', `password-cache' and
8523         `password-cache-expiry'.
8524         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
8525         password caching.
8526         (tramp-touch): FILE can be a local file, too.
8527         (TODO): Remove items done.
8528         (tramp-handle-insert-directory): Properly quote file name also if
8529         not full-directory-p.  Handle wildcard case.  Reported by Andreas
8530         Schwab <schwab@suse.de>.
8531         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
8532         new file.
8533         (tramp-handle-file-local-copy, tramp-handle-write-region):
8534         The permissions of the temporary file are set if filename exists.
8535         Reported by Ted Stern <stern@cray.com>.
8536         (tramp-backup-directory-alist)
8537         (tramp-bkup-backup-directory-info): New defcustoms.
8538         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
8539         (tramp-handle-find-backup-file-name): New function.
8540         Implements Tramp's find-backup-file-name.
8542         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
8543         for `find-backup-file-name'.
8545         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
8546         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
8548 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8550         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
8552 2004-05-07  Juanma Barranquero  <lektu@terra.es>
8554         * subr.el (lambda): Add arglist description to docstring.
8555         (declare): Fix typo in docstring.
8556         (open-network-stream): Fix docstring.
8557         (process-kill-without-query): Fix docstring and add obsolescence info.
8558         (last, butlast, nbutlast): Make arguments match their use in docstring.
8559         (insert-buffer-substring-no-properties): Likewise.
8560         (insert-buffer-substring-as-yank): Likewise.
8561         (split-string): Fix docstring.
8563         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8564         Make argument names match their use in docstring.
8566         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
8568 2004-05-06  Nick Roberts  <nickrob@gnu.org>
8570         * progmodes/gdb-ui.el: Improve/extend documentation strings.
8571         Fit first sentence on one line for apropos-command.
8573 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8575         Changes largely merged in from Dave Love's code.
8576         * progmodes/python.el: Doc fixes.
8577         (python-mode-map): Add python-complete-symbol.
8578         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
8579         (python-comment-indent, python-complete-symbol)
8580         (python-symbol-completions, python-partial-symbol)
8581         (python-try-complete): New.
8582         (python-indent-line): Remove optional arg.  Use python-block-end-p.
8583         (python-check): Bind compilation-error-regexp-alist.
8584         (inferior-python-mode): Use rx.  Move keybindings to top level.
8585         Set comint-input-filter.
8586         (python-preoutput-filter): Use rx.
8587         (python-input-filter): Re-introduce.
8588         (python-proc): Start new process if necessary.
8589         Check python-buffer non-nil.
8590         (view-return-to-alist): Defvar.
8591         (python-send-receive): New.
8592         (python-eldoc-function): Use it.
8593         (python-mode-running): Don't defvar.
8594         (python-mode): Set comment-indent-function.
8595         Maybe update hippie-expand-try-functions-list.
8596         (python-indentation-levels): Initialize differently.
8597         (python-block-end-p): New.
8598         (python-indent-line): Use it.
8599         (python-compilation-regexp-alist): Augment.
8600         (run-python): Import `emacs' module to Python rather than loading
8601         code directly.  Set python-buffer differently.
8602         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
8603         Use python-proc.
8604         (python-send-command): Go to end of comint buffer.
8605         (python-load-file): Use python-proc, emacs.eimport.
8606         (python-describe-symbol): Simplify interactive form.
8607         Use emacs.help.  Do use temp-buffer-show-hook.
8608         Call print-help-return-message.
8609         (hippie-exp): Require when compiling.
8610         (python-preoutput-continuation): Use rx.
8612         * diff-mode.el (diff-make-unified): Fix regexp.
8614 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
8616         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
8617         filter groups from the buffer when rebuilding the Ibuffer buffer
8618         and `ibuffer-show-empty-filter-groups' is nil.
8620 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8622         * ps-print.el (ps-print-quote): Call ps-value-string.
8623         (ps-setup): Call ps-comment-string.
8624         (ps-value-string, ps-comment-string): New funs.
8626 2004-05-06  Juanma Barranquero  <lektu@terra.es>
8628         * ehelp.el (electric-help-command-loop): Check whether the last
8629         character is visible, not (point-max).
8631         * help-fns.el (help-argument-name): Default to bold; don't inherit
8632         from font-lock-variable-name-face.
8633         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
8635 2004-05-05  Kenichi Handa  <handa@m17n.org>
8637         * descr-text.el (describe-char): Copy the character with text
8638         properties and overlays into the first line, and call
8639         describe-text-properties on it.
8641 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
8643         * iswitchb.el (iswitchb-global-map): Fix typo.
8644         Remove unwanted ###autoloads from source file.
8646 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
8648         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
8649         in run-hooks.  Use substitute-command-keys in message.
8650         (wdired-abort-changes): Add message.
8652 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
8654         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
8655         (sql-emacs20-p): Remove.
8656         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
8657         (sql-builtin-face, sql-doc-face): Remove.
8658         (sql-mode-ansi-font-lock-keywords)
8659         (sql-mode-oracle-font-lock-keywords)
8660         (sql-mode-postgres-font-lock-keywords)
8661         (sql-mode-linter-font-lock-keywords)
8662         (sql-mode-ms-font-lock-keywords)
8663         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
8664         (sql-product-font-lock): Fix font-lock reset when font rules change.
8665         (sql-highlight-product): Remove incorrect font-lock reset logic.
8667 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
8669         * ses.el (ses-set-parameter): Fix typo.
8671 2004-05-04  Kim F. Storm  <storm@cua.dk>
8673         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
8674         Must expand directory for completion to work; and don't mess with
8675         process-environment.
8676         (ido-read-file-name): If command has ido property, don't use ido
8677         if value is ignore, or read as directory if value is dir.
8678         Set ido ignore property for dired-do-rename command.
8680 2004-05-04  Juanma Barranquero  <lektu@terra.es>
8682         * ehelp.el (electric-help-command-loop, electric-help-undefined)
8683         (electric-help-help): Check against unmapped commands.
8685         * help-fns.el (help-argument-name): New face, inheriting from
8686         font-lock-variable-name-face, to highlight function arguments in
8687         `describe-function' and `describe-key'.
8688         (help-do-arg-highlight): Auxiliary function to highlight a given
8689         list of arguments in a string.
8690         (help-highlight-arguments): Highlight the function arguments and
8691         all uses of them in the docstring.
8692         (describe-function-1): Use it.  Do docstring output via `insert',
8693         not 'princ', so text attributes are preserved.
8695         * winner.el (winner-mode-map): Move `winner-undo' and
8696         `winner-redo' to C-c <left> and C-c <right>, respectively (the
8697         previous bindings conflict with `prev-buffer', `next-buffer').
8699 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8701         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
8702         (bibtex-entry-update): New command bound to C-c C-u.
8703         (bibtex-text-in-string): Fix regexp.
8704         (bibtex-assoc-of-regexp): Remove.
8705         (bibtex-progress-message): Fix docstring.
8706         (bibtex-inside-field): Use if.
8707         (bibtex-assoc-regexp): New function.
8708         (bibtex-format-entry): Make code more robust so that it formats
8709         also old entries.
8710         (bibtex-autokey-demangle-title): Merge with obsolete function
8711         bibtex-assoc-of-regexp.
8712         (bibtex-field-list): New function.
8713         (bibtex-entry): Use bibtex-field-list.
8714         (bibtex-parse-entry): Fix docstring.
8715         (bibtex-print-help-message): Use bibtex-field-list.
8716         (bibtex-make-field): Use bibtex-field-list.
8717         (bibtex-entry-index): Bugfix.  Return crossref key if required.
8718         (bibtex-lessp): Fix docstring.
8720 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
8722         * select.el (xselect-convert-to-string): Move comment to intended line.
8724 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8726         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
8727         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8729 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8731         * term/x-win.el (x-clipboard-yank): Don't exit on error from
8732         x-get-selection.
8734 2004-05-03  Jason Rumney  <jasonr@gnu.org>
8736         * makefile.nt: Remove.
8738 2004-05-03  Kim F. Storm  <storm@cua.dk>
8740         * emulation/cua-base.el (cua--update-indications): Fix last change.
8741         (cua-mode): Deactivate mark when cua-mode is enabled.
8743 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
8745         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8747 2004-05-03  Nick Roberts  <nickrob@gnu.org>
8749         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8750         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8751         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8752         window over visible frames.
8753         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8755 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8757         * progmodes/compile.el (compilation-gcpro): New var.
8758         (compilation-fake-loc): Use it.
8759         (compilation-forget-errors): Reset it.
8761 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8763         * diff-mode.el (diff-header-face, diff-file-header-face):
8764         Use min-colors.
8766 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8768         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8769         (bibtex-clean-entry): Disentangle code.
8770         (bibtex-realign): New function.
8771         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
8772         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8773         Remove undocumented optional arg called-by-convert-alien.
8774         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
8775         for sorting instead of bibtex-sort-buffer.
8777 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
8779         * progmodes/compile.el (compilation-start): In the
8780         no-async-subprocesses branch, call sit-for to give redisplay a
8781         chance to show the updated process status in the mode line, and
8782         fontify the buffer explicitly after the process exits.
8784 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * progmodes/python.el (python-compilation-line-number): Remove.
8787         (python-compilation-regexp-alist): Don't use it any more.
8788         (python-orig-start, python-input-filter): Remove.
8789         (inferior-python-mode): Don't set up comint-input-filter-functions.
8790         (python-send-region): Use compilation-fake-loc.
8792         * progmodes/compile.el (compilation-messages-start): New var.
8793         (compilation-mode): Don't setup next-error-function here.
8794         (compilation-setup): Set it up here instead (for minor modes as well).
8795         Make compilation-messages-start buffer local.
8796         (compilation-next-error-function): Use it.
8797         (compilation-forget-errors): Set compilation-messages-start.
8799 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8801         * ielm.el (ielm-prompt-read-only): Update docstring.
8803         * comint.el (comint-prompt-read-only): Update docstring.
8804         (comint-update-fence, comint-kill-whole-line)
8805         (comint-kill-region): New functions.
8807         * simple.el (kill-whole-line): Use "p" instead of "P" in
8808         interactive form.
8810 2004-05-01  Juanma Barranquero  <lektu@terra.es>
8812         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8813         format arglist so default values in CL-style argument lists are
8814         correctly shown.
8816 2004-05-01  Jason Rumney  <jasonr@gnu.org>
8818         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8820 2004-05-01  Kenichi Handa  <handa@m17n.org>
8822         * international/titdic-cnv.el (miscdic-convert): Don't generate a
8823         quail file if it is up to date.
8825 2004-04-30  Juri Linkov  <juri@jurta.org>
8827         * cus-edit.el (custom-mode-map):
8828         Add key binding `C-x C-s' to `Custom-save'.
8830         * outline.el (outline-blank-line): New var.
8831         (outline-next-preface, outline-show-heading)
8832         (outline-end-of-subtree): Use it.
8834         * dired-aux.el (dired-touch-initial): New fun.
8835         (dired-do-chxxx): Call it for op-symbol `touch'.
8836         (dired-diff): Use `dired-dwim-target-directory'
8837         if current dired buffer has no buffer mark.
8839         * bindings.el (propertized-buffer-identification):
8840         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8841         Add C-M-arrow keys for consistency.
8843         * files.el (confirm-kill-emacs):
8844         Change group from top-level `emacs' to `convenience'.
8846         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8847         Push mark on the first call of successive command calls.
8848         (insert-pair): New fun created from `insert-parentheses' with
8849         `open' and `close' arguments added.  Enclose active regions
8850         in paired characters.  Compare adjacent characters syntax with
8851         inserted characters syntax before inserting a space.
8852         (insert-parentheses): Call `insert-pair' with ?\( ?\).
8854         * delsel.el: Don't put `delete-selection' property
8855         on `insert-parentheses' symbol to take advantage of
8856         region handling in `insert-pair' function.
8857         Suggested by Stephan Stahl <stahl@eos.franken.de>.
8859 2004-04-30  Kim F. Storm  <storm@cua.dk>
8861         * emulation/cua-base.el: Add support for changing cursor types;
8862         based on patch from Michael Mauger.
8863         (cua-normal-cursor-color, cua-read-only-cursor-color)
8864         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
8865         Customization cursor type and/or cursor color.
8866         (cua--update-indications): Handle cursor type changes.
8867         (cua-mode): Update cursor indications if enabled.
8869         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
8871         * mouse.el (mouse-drag-copy-region): New defcustom.
8872         (mouse-set-region, mouse-drag-region-1): Use it.
8874         * simple.el (kill-ring-save): If region face background color is
8875         unspecified (if no highlighting), show extent of fully visible
8876         region even if transient-mark-mode is enabled.
8878         * emulation/cua-base.el (cua--standard-movement-commands):
8879         Add cua-scroll-up and cua-scroll-down.
8880         (cua-scroll-up, cua-scroll-down): New commands.
8881         (cua--init-keymaps): Remap scroll-up and scroll-down.
8883         * emulation/cua-rect.el (cua--convert-rectangle-as):
8884         New defmacro.
8885         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8886         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8887         New commands (suggested by Jordan Breeding).
8889 2004-04-30  Juanma Barranquero  <lektu@terra.es>
8891         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8893 2004-04-30  Mario Lang  <mlang@delysid.org>
8895         * diff.el (diff-switches): Fix typo in docstring.
8897 2004-04-30  Alex Schroeder  <alex@gnu.org>
8899         * xml.el (xml-debug-print-internal): Don't add newline and
8900         indentation to text nodes and write empty elements as empty tags
8901         instead of opening and closing tags.
8902         (xml-debug-print): Take optional indent-string argument.
8903         (xml-print): Alias for xml-debug-print.
8905 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8907         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8908         than duplicate call to `line-beginning-position'.
8910         * progmodes/f90.el (f90-get-present-comment-type):
8911         Return whitespace, as well as comment chars, for consistent filling
8912         of comment blocks.  Use `match-string-no-properties'.
8913         (f90-break-line): Trim trailing whitespace when filling comments.
8915 2004-04-30  Dave Love  <fx@gnu.org>
8917         * calendar/diary-lib.el (diary-outlook-formats): New variable.
8918         (diary-from-outlook-internal, diary-from-outlook)
8919         (diary-from-outlook-gnus, diary-from-outlook-rmail):
8920         New functions to import diary entries from Outlook-format
8921         appointments in mail messages.
8923 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * progmodes/python.el (python-send-command): New fun.
8926         (python-send-region, python-load-file): Use it.
8928         * progmodes/compile.el (compilation-last-buffer): Add var alias.
8930         * help-fns.el (help-C-file-name): Use new subr-name.
8931         Prepend `src/' to the file name.
8932         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8933         (describe-function-1, describe-variable): Only find a C source file
8934         name if DOC is already loaded.
8936         * help-mode.el (help-function-def, help-variable-def):
8937         Use the new find-function-search-for-symbol functionality.
8938         Allow FILE to be `C-source'.
8940         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8941         (find-function-C-source): New fun.
8942         (find-function-search-for-symbol): Use it.
8944 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
8946         * progmodes/sql.el (sql-product-alist): Rename variable
8947         `sql-product-support'.  Add Postgres login parameters.
8948         (sql-set-product, sql-product-feature): Update with renamed variable.
8949         (sql-connect-postgres): Add username prompt.
8950         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8951         Make patterns less product specific.
8952         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8953         (sql-mode-abbrev-table): Modify initialization.
8954         (sql-builtin-face): Add variable.
8955         (sql-keywords-re): Add macro.
8956         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8957         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8958         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8959         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8960         (sql-mode-linter-font-lock-keywords)
8961         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8962         (sql-mode-sybase-font-lock-keywords)
8963         (sql-mode-informix-font-lock-keywords)
8964         (sql-mode-interbase-font-lock-keywords)
8965         (sql-mode-ingres-font-lock-keywords)
8966         (sql-mode-solid-font-lock-keywords)
8967         (sql-mode-sqlite-font-lock-keywords)
8968         (sql-mode-db2-font-lock-keywords): Default to nil.
8969         (sql-product-font-lock): Always highlight ANSI keywords.
8970         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8971         (sql-send-string): Add function.
8973 2004-04-29  Dave Love  <fx@gnu.org>
8975         * progmodes/cfengine.el (cfengine-beginning-of-defun)
8976         (cfengine-end-of-defun): Ensure progress through buffer.
8978         * info-look.el (cfengine-mode): Accept a terminal ().
8980 2004-04-29  Juri Linkov  <juri@jurta.org>
8982         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8983         instead of isearch-yank-word-or-char.  Add new key bindings for
8984         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8985         (isearch-del-char): New fun.
8986         (isearch-forward, isearch-edit-string): Update docstring.
8987         (isearch-yank-char): Doc fix.
8988         (isearch-other-meta-char): Restore point after scrolling.
8990         * progmodes/compile.el (compilation-context-lines): Add nil option
8991         to disable compilation output window scrolling.
8992         (compilation-set-window): Use it.
8994         * outline.el (outline-next-preface, outline-show-heading):
8995         Don't leave unhidden blank line before heading.
8996         (outline-end-of-subtree): Include last newline into subtree.
8997         (hide-entry): Leave point at beginning of heading instead of end.
8998         (outline-up-heading): Push mark for the first call of successive
8999         command calls.
9001 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
9003         * comint.el (comint-prompt-read-only): New variable.
9004         (comint-output-filter): Implement it.
9006         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9007         (ielm-prompt-internal): New variable.
9008         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9009         (ielm-send-input): Delete unused variable `buf'.
9010         (ielm-eval-input): Use `ielm-prompt-internal'.
9011         (inferior-emacs-lisp-mode): Use new variables
9012         `comint-prompt-read-only' and `ielm-prompt-internal'.
9013         Get rid of obsolete variable `directory-sep-char'.
9014         (ielm): Use `zerop'.
9016 2004-04-29  John Paul Wallington  <jpw@gnu.org>
9018         * thumbs.el (toplevel): Require cl at compile time.
9019         Remove conditional definitions of `ignore-errors' and `caddar'
9020         because they occur at run time.
9022 2004-04-28  Nick Roberts  <nickrob@gnu.org>
9024         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9025         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9026         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9027         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9029         * progmodes/gud.el (gud-common-init): Throw an error if program is
9030         already running under gdb.
9032 2004-04-28  John Paul Wallington  <jpw@gnu.org>
9034         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9035         (thumbs-show-image-num): Move assignment of
9036         `thumbs-current-image-filename' within scope of `i'.
9037         (thumbs-emboss-image): Don't use `evenp'.
9039 2004-04-28  Richard M. Stallman  <rms@gnu.org>
9041         * progmodes/compile.el (compilation-context-lines): Default now 0.
9043 2004-04-28  Juanma Barranquero  <lektu@terra.es>
9045         Use `time-less-p' from calendar/time-date.el instead of defining
9046         custom versions of it.
9048         * pcomplete.el (pcomplete-time-less-p): Remove.
9050         * thumbs.el (time-less-p): Remove.
9052         * calendar/timeclock.el (timeclock-time-less-p): Remove.
9053         (timeclock-generate-report): Use `time-less-p'.
9055         * emacs-lisp/autoload.el (autoload-before-p): Remove.
9056         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9058 2004-04-28  Masatake YAMATO  <jet@gyve.org>
9060         * subr.el (remove-overlays): Make arguments optional.
9062         * wid-edit.el (widget-specify-button): Put evaporate to the
9063         overlay for sample.
9064         (widget-specify-sample): Put evaporate to the overlay for sample.
9065         (widget-specify-doc): Put evaporate to the overlay for documentation.
9067 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
9069         * info.el (info-apropos): Make it an index node.  Align node names
9070         like makeinfo.
9072 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
9074         * net/browse-url.el (browse-url-netscape-sentinel)
9075         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9076         (browse-url-epiphany-sentinel, browse-url-mosaic):
9077         Use browse-url-*-program instead of a literal program name.
9079 2004-04-27  Kevin Ryde  <user42@zip.com.au>
9081         * eshell/em-alias.el:
9082         * eshell/em-dirs.el:
9083         * eshell/em-hist.el:
9084         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9085         features when M-x customize-group loads modules before the main
9086         eshell.el.
9088 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
9090         * subr.el (momentary-string-display): Support EXIT-CHAR that is
9091         either a character representation of an event or an event
9092         description list.
9094         * type-break.el: Capitalise Emacs and Lisp.
9095         (type-break-good-break-interval, type-break-demo-boring-stats)
9096         (type-break-terse-messages, type-break-file-name): New defcustoms.
9097         (type-break-post-command-hook)
9098         (type-break-warning-countdown-string): Quote variable names in doc.
9099         (type-break-interval-start, type-break-auto-save-file-name): New vars.
9100         (type-break-mode): Document type-break-good-break-interval and the
9101         "session" file.  Schedule break according to the session file.
9102         Kill session file buffer on exit.  Organise for save-some-buffers
9103         to always save the session file.
9104         (type-break-mode-line-message-mode, type-break-query-mode):
9105         Uppercase arguments.
9106         (type-break-file-time, type-break-file-keystroke-count, timep)
9107         (type-break-choose-file, type-break-get-previous-time)
9108         (type-break-get-previous-count): New defuns.
9109         (type-break): Avoid break querying after a completed break in the
9110         case where the query was initiated during user invocation of the
9111         break.  Optional terse messages.
9112         Use type-break-good-break-interval if type-break-good-rest-interval is
9113         nil.  File the break time.
9114         (type-break-schedule): New optional args for overriding the use of
9115         the current time.
9116         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9117         after a break.
9118         (type-break-check): File the keystroke count.
9119         (type-break-do-query): Prevent a second query when the break is
9120         interrupted.  Optional terse message.
9121         (type-break-keystroke-reset): Record the start of a typing interval.
9122         (type-break-demo-boring): Optional terse messages.  Display word
9123         per minute and keystroke counts according to
9124         type-break-demo-boring-stats.
9126 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
9128         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9129         directories, make sure they exist under archive-tmpdir.
9131 2004-04-27  Juri Linkov  <juri@jurta.org>
9133         * help.el (view-emacs-news): With argument, display info for the
9134         selected version by finding it among different NEWS files, and
9135         narrowing the buffer to the selected version.
9137         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9138         same-window-buffer-names.
9139         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
9140         non-numeric prefix argument, append the number to the buffer name
9141         for numeric prefix argument.
9142         (info-other-window): Bind same-window-regexps to nil.
9143         (Info-reference-name): Rename to Info-point-loc.
9144         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9145         and Info-find-index-name for stringy Info-point-loc.
9146         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
9147         without middle `.', but with final `.' and optional line number
9148         for it.  Set Info-point-loc for index nodes.
9149         (Info-index): Remove middle `.' from index entry regexp.
9150         Modify line number regexp.
9151         (Info-index-next): Decrement line number.
9152         (info-apropos): Remove middle `.' from index entry regexp.
9153         Add optional line number regexp at the end.  Add matched value
9154         for line number to the result list and insert it to the buffer.
9155         Replace match-string by match-string-no-properties.
9156         Reorder result list.
9157         (Info-fontify-node): Hide index line numbers.
9158         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9159         empty matches.
9160         (Info-follow-reference): Use `str' instead of
9161         Info-following-node-name-re.
9162         (Info-toc): Use full file names.  Set Info-current-node to "Top".
9163         (Info-fontify-node): Compare file names without directory name.
9164         (Info-try-follow-nearest-node): Don't set Info-reference-name.
9165         Set second arg of Info-extract-menu-node-name for index nodes.
9166         (info-xref-visited): Use magenta3 instead of magenta4.
9167         (Info-mode): Add info-apropos to docstring.
9169         * log-view.el (log-view-diff): Replace interactive code "r"
9170         by a list to allow to call it even if region is not active.
9172         * paren.el (show-paren-highlight-openparen): New var.
9173         (show-paren-function): Turn on openparen highlighting when
9174         matching forward if show-paren-highlight-openparen is non-nil.
9176         * simple.el (kill-ring-save): Use blink-matching-delay instead of
9177         the constant value 1.
9178         (completions-common-part): Expand docstring.
9180         * textmodes/picture.el (picture-mode-map): Add arrow keys.
9182 2004-04-27  Kim F. Storm  <storm@cua.dk>
9184         * image.el (insert-sliced-image): Use line-height instead of
9185         line-spacing property on newline.
9187 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
9189         * desktop.el (desktop-buffer-misc-data-function): Rename to
9190         desktop-save-buffer and change docstring.
9191         (desktop-buffer-modes-to-save): Delete.
9192         (desktop-save-buffer-p): Use desktop-save-buffer instead of
9193         desktop-buffer-modes-to-save.
9194         (desktop-save): Rename desktop-buffer-misc-data-function to
9195         desktop-save-buffer and allow non-function value.
9196         (desktop-missing-file-warning): Correct docstring.
9198         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9199         to desktop-save-buffer.
9201         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9202         desktop-save-buffer.
9204         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9206         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9208 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
9210         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9212 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
9214         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9215         (ielm): Only go to the end of the buffer when starting a new process.
9217 2004-04-25  Juanma Barranquero  <lektu@terra.es>
9219         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9220         mode line.  Bind `inhibit-read-only' to t before modifying
9221         properties of text in the buffer.
9222         (ielm): Force point to the end of buffer, even when running ielm
9223         from inside itself.
9225 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9227         * info.el (info-apropos): Reset Info-complete-cache.
9229 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
9231         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9232         Also recognize severe Irix et al. messages.
9233         (compilation-normalize-filename, compile-abbreviate-directory):
9234         Delete functions.
9235         (compilation-get-file-structure): New function inherits
9236         functionality of the two preceding ones.
9237         (compilation-internal-error-properties, compilation-fake-loc):
9238         Use it so that different paths to the same file share the same
9239         markers.  Also optimize finding adjacent marker slightly.
9241 2004-04-25  Kim F. Storm  <storm@cua.dk>
9243         * image.el (insert-sliced-image): Add line-spacing t property
9244         to newlines separating image lines.
9246 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
9248         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9250         * ielm.el (ielm-prompt-read-only): New user option.
9251         (ielm-prompt): Expand docstring to describe new behavior.
9252         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9253         mention it in the docstring.
9255 2004-04-24  Andreas Schwab  <schwab@suse.de>
9257         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9259         * diff.el (diff): Set default-directory in diff buffer.
9261 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
9263         * mail/sendmail.el (mail-bury): Don't delete the frame where the
9264         mail was being composed if the terminal cannot display more than
9265         one frame; instead, switch to previous frame.
9267         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9268         (rmail-start-mail): Support rmail-mail-new-frame even on
9269         terminals that can display only one frame at a time.
9271 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9273         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9274         (checkdoc-output-font-lock-keywords): Remove error regexp.
9275         (checkdoc-output-mode-map): Remove.
9276         (checkdoc-output-mode): Derive from compilation-mode.
9277         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9279         * dired.el (dired-mode-map): Add a menu entry for wdired.
9281         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
9282         (rx-bracket, rx-check-any, rx-any): Clean up name space.
9284         * wdired.el: (wdired-mode-map): Move init into declaration.
9285         Fix `return' binding.
9286         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9287         Use force-mode-line-update.
9288         (wdired-get-filename): Use `unless'.
9289         (wdired-preprocess-files): Don't assume names have no \n and use / for
9290         dir separator.
9291         (wdired-normalize-filename): Use replace-regexp-in-string.
9292         (wdired-load-hooks): Remove.
9293         (wdired-mode-hooks): Rename to wdired-mode-hook.
9295         * info-look.el: Add support for cfengine-mode.
9296         (info-lookup-setup-mode): Use dolist.
9298 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
9300         * wdired.el: New file.
9302 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9304         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
9306         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
9307         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
9308         (pcomplete--help, pcomplete--here): Doc fixes.
9310 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
9312         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
9313         handles wrong-number-of-arguments in backend call.
9315         * vc.el (vc-print-log): Likewise.
9317 2004-04-20  Dave Love  <fx@gnu.org>
9319         * emacs-lisp/rx.el: Doc fixes.
9320         (rx-constituents): Add/extend many forms.
9321         (rx-check): Check form is a list.
9322         (bracket): Defvar.
9323         (rx-check-any, rx-any, rx-check-not): Modify.
9324         (rx-not): Simplify.
9325         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
9326         (rx-kleene): Use rx-trans-forms.
9327         (rx-quote-for-set): Delete.
9328         (rx): Allow multiple args.
9330 2004-04-23  Kenichi Handa  <handa@m17n.org>
9332         * international/mule-util.el (char-displayable-p): Simplify by
9333         using internal-char-font.
9335 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9337         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9339 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9341         * diff-mode.el (diff-next-error): New fun.
9342         (diff-mode): Use it.
9344         * simple.el (next-error): Change arg name.
9345         Add support for the documented C-u C-x ` usage.
9347         * frame.el (special-display-popup-frame, next-multiframe-window)
9348         (previous-multiframe-window): Only consider frames on same display.
9350 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
9352         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
9353         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
9355 2004-04-22  Kim F. Storm  <storm@cua.dk>
9357         * net/telnet.el (telnet): Add optional port arg.
9359 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9361         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9362         Minor sanity check on the `hyperlink' slot.
9364         * Makefile.in (recompile): Compile new files.
9366         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
9367         Add byte-recompile-directory's optional `arg'.
9369         * cvs-status.el (cvs-tree-use-charset): New var.
9370         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
9371         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
9372         (cvs-status-cvstrees): Use it.
9374         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
9375         Make it a normal major mode.
9376         (checkdoc-buffer-label): Make sure the file name is meaningful.
9377         (checkdoc-output-to-error-buffer): Remove.
9378         (checkdoc-error, checkdoc-start-section): Rewrite.
9380         * info.el (info-node, info-menu-5, info-xref, info-header-node)
9381         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9382         (Info-title-4-face): Use new syntax.
9383         (info-xref-visited): Inherit from info-xref.
9385         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
9387 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9389         * simple.el (next-error-last-buffer, next-error-function):
9390         New variables for the next-error framework.
9391         (next-error-buffer-p): New function.
9392         (next-error-find-buffer): Generalize compilation-find-buffer.
9393         (next-error, previous-error, first-error, next-error-no-select)
9394         (previous-error-no-select): Move from compile.el.
9396         * replace.el (occur-next-error, occur-1): Hook into the next-error
9397         framework.
9399         * progmodes/compile.el (compilation-start):
9400         Set next-error-last-buffer so next-error knows where to jump.
9401         (compilation-setup): Set the buffer-local variable
9402         next-error-function to 'compilation-next-error-function.
9403         (compilation-buffer-p, compilation-buffer-internal-p): Use an
9404         alternate way to find if a buffer is a compilation buffer, for
9405         next-error convenience.
9406         (next-error-no-select, previous-error-no-select, next-error)
9407         (previous-error, first-error): Move to simple.el.
9408         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
9409         (compilation-last-buffer): Remove.
9410         (compilation-start, compilation-next-error, compilation-setup)
9411         (compilation-next-error-function, compilation-find-buffer):
9412         Remove compilation-last-buffer use.
9414 2004-04-21  Juanma Barranquero  <lektu@terra.es>
9416         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
9417         (font-lock-warning-face): Fix spacing.
9419         * makefile.w32-in (WINS): Add url/ directory.
9421 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
9423         * desktop.el (desktop-buffer-mode-handlers): New variable.
9424         Alist of major mode specific functions to restore a desktop buffer.
9425         (desktop-buffer-handlers): Make variable obsolete.
9426         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
9427         Catch errors signaled in handlers.  Update buffer count.
9428         Evaluate desktop-buffer-point.
9429         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
9430         move to dired.el.
9431         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
9432         move to info.el.
9433         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
9434         move to mail/rmail.el.
9435         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
9436         to mh-e/mh-e.el.
9437         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
9438         On fail, print message (to message buffer) even if
9439         desktop-missing-file-warning is nil.
9440         (desktop-buffer-misc-data-function): New buffer local variable.
9441         Function returning major mode specific data.
9442         (desktop-buffer-misc-functions): Make variable obsolete.
9443         (desktop-save): Use desktop-buffer-misc-data-function.
9444         (desktop-buffer-dired-misc-data): Rename to
9445         dired-desktop-buffer-misc-data and move to dired.el.
9446         (desktop-buffer-info-misc-data): Rename to
9447         Info-desktop-buffer-misc-data and move to info.el.
9448         (desktop-read): Add message about number of buffers restored/failed.
9450         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
9451         Add parameters.  Pause to display error only when
9452         desktop-missing-file-warning is non-nil.
9453         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
9454         (dired-mode): Bind desktop-buffer-misc-data-function.
9456         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
9457         Add Parameters.
9458         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
9459         (Info-mode): Bind desktop-buffer-misc-data-function.
9461         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
9462         Add Parameters.
9464         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
9465         Add Parameters.
9467 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
9469         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
9470         the case of letters in case-insensitive expansions when the
9471         abbrev is preceded by characters with letter syntax.
9473 2004-04-21  Richard M. Stallman  <rms@gnu.org>
9475         * progmodes/cperl-mode.el (cperl-putback-char):
9476         Delete Emacs 18 definition.
9478         * international/mule.el (ctext-post-read-conversion):
9479         Use assoc-string, not assoc-ignore-case.
9481         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
9483         * emacs-lisp/easymenu.el (easy-menu-add):
9484         Do call x-popup-menu, but only if it's defined.
9486         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
9488         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
9489         Handle multiple args: compile like progn.
9491         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
9492         take all args as &rest arg.
9494         * autoinsert.el (auto-insert-alist): Insert the user's name in
9495         copyright notice, rather than Free Software Foundation.
9497 2004-04-21  Kenichi Handa  <handa@m17n.org>
9499         * descr-text.el (describe-char): Make it work on *Help* buffer.
9501 2004-04-21  Kim F. Storm  <storm@cua.dk>
9503         * image.el (insert-image): Add optional SLICE arg.
9504         (insert-sliced-image): New defun.
9506 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
9508         * subr.el (read-number): Check whether `default' is nil.
9510 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9512         * progmodes/compile.el (compilation-error-properties):
9513         Split into two.
9514         (compilation-internal-error-properties): New one.
9515         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
9517 2004-04-20  Richard M. Stallman  <rms@gnu.org>
9519         * window.el (split-window-save-restore-data):
9520         Don't update the data if OLD-INFO is nil.
9522         * view.el (view-return-to-alist): Mark it permanent local.
9524         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
9526         * recentf.el (recentf-save-list): Catch and warn about errors.
9528         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
9529         so "Buffers" won't be pure.
9531         * help-mode.el (help-mode-finish): Set help-return-alist first
9532         thing, setting only the entry for the selected window.
9534         * help-fns.el (describe-function-1): If many non-control non-meta
9535         keys run the command, don't list all of them.
9537 2004-04-20  Juanma Barranquero  <lektu@terra.es>
9539         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
9540         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
9542         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
9544 2004-04-20  Kenichi Handa  <handa@m17n.org>
9546         * international/quail.el (quail-lookup-key): New optional arg
9547         NOT-RESET-INDICES.
9548         (quail-get-translations): Call quail-lookup-key with
9549         NOT-RESET-INDICES t.
9550         (quail-completion): Likewise.
9551         (quail-lookup-map-and-concat): Likewise.
9553 2004-04-20  Kenichi Handa  <handa@m17n.org>
9555         * international/quail.el (quail-update-translation): Don't insert
9556         such an unsupported multibyte char in a unibyte buffer.
9558 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
9560         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
9561         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
9562         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
9563         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
9564         (gdb-frame-assembler-buffer): Improve behaviour with
9565         multiple frames.
9566         (gdb-display-buffer): Extend search to all visible frames.
9568 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
9570         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
9571         characters left after base64 decoding.
9572         (rmail-decode-region): Use -dos variety of `coding', to remove any
9573         ^M characters left after qp or base64 decoding.
9575 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9577         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
9578         messages.
9580 2004-04-19  Stephen Eglen  <stephen@gnu.org>
9582         * add-log.el (add-change-log-entry): Update doc string to mention
9583         add-log-full-name and add-log-mailing-address.
9585 2004-04-18  Juri Linkov  <juri@jurta.org>
9587         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
9588         (Info-find-node-2): Simplify error message.
9589         (Info-insert-dir): Use Info-following-node-name.
9590         (Info-goto-node): Remove *info-history* and *info-toc*.
9591         (Info-history): Create a node of the virtual history file.
9592         (Info-toc): Create a node of the virtual toc file.
9593         (Info-insert-toc): New arg `curr-file' for reference file names.
9594         (info-apropos): Remove redundant var binding for temp-file.
9595         (Info-index, Info-index-next, Info-mode): Doc fix.
9596         (Info-goto-emacs-command-node): Don't jump to *info* from
9597         non-*info* Info buffers.
9598         (Info-fontify-node): Don't show the file name of external
9599         references if `Info-hide-note-references' is `hide'.  Don't hide
9600         newlines at the end of paragraphs.
9602         * international/mule-diag.el (list-input-methods):
9603         Fix args to help-xref-button.
9605         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
9606         to put into effect local variables from TUTORIAL files.
9608         * textmodes/paragraphs.el (sentence-end) <function>: New fun
9609         with default value taken from the variable `sentence-end'.
9610         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
9611         Add nil const to :type.
9612         (sentence-end-without-period, sentence-end-double-space)
9613         (sentence-end-without-space): Doc fix.
9615         * textmodes/paragraphs.el (forward-sentence):
9616         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
9617         (fill-delete-newlines):
9618         * progmodes/cc-cmds.el (c-beginning-of-statement):
9619         Use function `sentence-end' instead of variable `sentence-end'.
9621 2004-04-18  Andreas Schwab  <schwab@suse.de>
9623         * progmodes/compile.el (compilation-start): Set window start to
9624         point-min if compilation-scroll-output is nil.
9626 2004-04-18  John Wiegley  <johnw@newartisans.com>
9628         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
9630 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
9632         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
9633         (gdb-info-breakpoints-custom): Revert previous change.
9634         (gdb-view-assembler): Update assembler if necessary.
9635         (gdb-frame-handler): Parse correctly for gdb-current-frame.
9636         (gdb-display-source-buffer): Update properly when both source and
9637         assembler are visible.
9639 2004-04-17  John Wiegley  <johnw@newartisans.com>
9641         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
9642         which limits the number of names shown in the minibuffer.  Off by
9643         default.
9644         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
9645         up iswitchb for users with a multitude of open buffers by showing
9646         only the first and last N/2 buffers in the completion list (which
9647         is enough to aid C-s/C-r, and to know that more characters are
9648         needed to refine the completion list).
9650 2004-04-17  Richard M. Stallman  <rms@gnu.org>
9652         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
9653         (file-truename): Expand all ~ constructs directly.
9654         (insert-directory): Delete any error msg output by the
9655         `insert-directory-program'.
9657         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
9658         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
9659         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
9660         (allout-init): Use find-file-hook, not find-file-hooks.
9661         (allout-mode): Eliminate Emacs 18 support.
9662         Use write-contents-functions, not local-write-file-hooks.
9664 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
9666         * progmodes/compile.el (compilation-error-properties): Fix for
9667         adding messages when there are already markers for their file.
9668         (compilation-fake-loc): New function.
9670 2004-04-16  Dave Love  <fx@gnu.org>
9672         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
9673         (python-load-file): Fix python-orig-start setting.
9675         * progmodes/compile.el: Doc fixes.
9676         (compilation-error-regexp-alist-alist)
9677         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
9678         (compilation-assq): Wrap in eval-when-compile.
9679         (compilation-mode-font-lock-keywords): Don't use list*.
9680         (compilation-start): Avoid warning.
9681         (compilation-compat-error-properties)
9682         (compilation-directory-properties): Add keymap property.
9683         (compilation-parsing-end): Make it a marker for better compatibility.
9685         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
9687 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
9689         * xml.el: Doc fixes.
9690         (xml-get-children): Only looks at sub-tags and ignore strings.
9692         * xml.el (xml-parse-tag): Avoid overwriting node-name.
9694 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9696         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
9698 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
9700         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
9702         * vc.el (vc-print-log): Likewise.
9704 2004-04-16  Masatake YAMATO  <jet@gyve.org>
9706         * simple.el (completion-setup-function): Set an initial value
9707         to `element-common-end' before entering loop.  Set a value
9708         to `element-common-end' at the end of loop.
9709         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
9710         (completions-common-part): Rename from completion-de-emphasis.
9711         (completions-first-difference): Rename from completion-emphasis.
9712         Suggested by RMS.
9714 2004-04-16  Juanma Barranquero  <lektu@terra.es>
9716         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
9717         (bookmark-edit-annotation-mode): Add mode name.
9719 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9721         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
9722         for nested conflict markers.
9723         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
9725 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
9727         * progmodes/gdb-ui.el (gdb-goto-info): New function.
9729         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9731 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9734         Give a backtrace if requested.
9736         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9738         * progmodes/python.el (python-mouse-2-command, python-RET-command):
9739         Remove unused functions.
9740         (python-orig-start-line, python-orig-file): Remove.
9741         (python-orig-start): New var.
9742         (python-input-filter, python-compilation-line-number)
9743         (python-send-region, python-load-file): Use it.
9745         * info.el (info): Always jump to *info*.
9747         * subr.el (posn-set-point): New function.
9749         * mouse.el (mouse-set-point): Use it.
9751         * progmodes/compile.el (compile-goto-error): Use it.
9752         (compilation-button-map): New keymap.
9753         (compilation-error-properties): Use it.
9754         (compilation-shell-minor-mode-map): Don't bind mouse-2.
9756         * smerge-mode.el (smerge-popup-context-menu): Use it.
9758         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9759         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9760         mouse and non-mouse case.
9762         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9763         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9765         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9766         Make it work for non-mouse events.
9768         * pcvs-info.el (cvs-status-map): Update binding name.
9770 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
9772         * xml.el (xml-maybe-do-ns): New function to handle namespace
9773         parsing of both attribute and element names.
9774         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9775         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9776         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
9777         (xml-parse-attlist): Make it do its own namespace parsing.
9779 2004-04-14  Dave Love  <fx@gnu.org>
9781         * progmodes/python.el (run-python): Fix use of \n.
9782         (python-load-file): Remove `try' from Python fragment.
9783         (python-describe-symbol): Fix message.
9785         * comint.el: Doc fixes.
9786         (comint-last-input-start, comint-last-input-end)
9787         (comint-last-output-start): Give them values.
9788         (comint-arguments): Avoid warning.
9789         (comint-skip-prompt): Use line-end-position.
9790         (comint-backward-matching-input): Rename arg to agree with doc.
9791         (comint-extract-string): Use syntax-ppss.
9792         (comint-dynamic-simple-complete): Delete useless list construction.
9793         (comint-redirect-subvert-readonly): New.
9794         (comint-redirect-preoutput-filter): Use it.
9796         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9797         Correctly handle negative arguments when calling hook functions.
9799 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
9801         * info.el (info-apropos): Don't clobber Info-history-list.
9803 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
9805         * progmodes/compile.el (compilation-setup):
9806         Localize overlay-arrow-position.
9807         (compilation-sentinel): Restructure code equivalently.
9808         (compilation-next-error): Find message on same line after point if
9809         not found before point.
9810         (compile-mouse-goto-error): Restore function so that compilation
9811         buffer need not be current and use compile-goto-error.
9812         (compile-goto-error): Restore function.
9813         (next-error): Set overlay-arrow-position.
9814         (compilation-forget-errors): Don't localize already local
9815         compilation-locs and remove FIXME about refontifying.
9817 2004-04-14  Kim F. Storm  <storm@cua.dk>
9819         * startup.el (emacs-quick-startup): New defvar (set by -Q).
9820         (command-line): New option -Q.  Like -q --no-site-file, but
9821         in addition it also disables menu-bar, tool-bar, scroll-bars,
9822         tool-tips, and the blinking cursor.
9823         (command-line-1): Skip startup screen if -Q.
9824         (fancy-splash-head): Use ":align-to center" prop to center splash image.
9826         * emulation/cua-base.el (cua-read-only-cursor-color)
9827         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9829 2004-04-13  Dave Love  <fx@gnu.org>
9831         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
9832         (syntax): Don't require.
9833         (python) <defgroup>: Add :version.
9834         (python-quote-syntax): Re-written.
9835         (inferior-python-mode): Move stuff here from run-python and add
9836         some more.
9837         (python-preoutput-continuation, python-preoutput-result)
9838         (python-dotty-syntax-table): New.
9839         (python-describe-symbol): Use them.
9840         (run-python): Move stuff to inferior-python-mode.  Modify code
9841         loaded into Python.
9842         (python-send-region): Use python-proc, python-send-string.
9843         (python-send-string): Send newlines too.  Callers changed.
9844         (python-load-file): Re-written.
9845         (python-eldoc-function): New.
9846         (info-look): Don't require.
9847         (python-after-info-look): New.  A modified version of former
9848         top-level code for use with eval-after-load.
9849         (python-maybe-jython, python-guess-indent): Use widened buffer.
9850         (python-fill-paragraph): Re-written.
9851         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
9852         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
9854 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9856         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
9857         Set compilation-error-regexp-alist earlier.
9859         * progmodes/compile.el (compilation-minor-mode-map)
9860         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
9861         (compile-goto-error): Re-merge the mouse and non-mouse commands.
9863 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9865         * progmodes/compile.el (compile-goto-error): Select the buffer/window
9866         corresponding to the event.
9868 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
9870         * loadup.el: Add cygwin to system-type list, for unexec() support.
9872 2004-04-12  John Paul Wallington  <jpw@gnu.org>
9874         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
9875         (ibuffer-restore-window-config-on-quit): New variable to replace
9876         `ibuffer-delete-window-on-quit'.  Update all references.
9877         (ibuffer-prev-window-config): New variable.
9878         (ibuffer-quit): Restore previous window configuration instead of
9879         deleting window.
9880         (ibuffer): Save window configuration before showing Ibuffer buffer.
9882         * help.el (describe-mode): Doc fix.
9884 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9886         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9887         not to treat nil as a function.
9889         * vc-arch.el (vc-arch-root): Be a bit more careful.
9890         (vc-arch-register): Save the buffer if we modified it.
9891         (vc-arch-delete-rej-if-obsolete): Save excursion.
9892         (vc-arch-find-file-hook): Use the simpler after-save-hook.
9893         (vc-arch-responsible-p, vc-arch-init-version): New functions.
9895         * net/ldap.el (ldap-search): Use list*.
9897 2004-04-12  Juri Linkov  <juri@jurta.org>
9899         * info.el (Info-follow-reference): Allow multiline reference name.
9901 2004-04-11  Dave Love  <fx@gnu.org>
9903         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9905         * progmodes/python.el: New file.
9907 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
9909         * vc-hooks.el (vc-arg-list): Function removed.
9910         (vc-default-workfile-unchanged-p): Use condition-case to check for
9911         backward compatibility.
9913         * vc.el (vc-print-log): Use condition-case to check for backward
9914         compatibility.
9916 2004-04-11  Juri Linkov  <juri@jurta.org>
9918         * dired.el (dired-faces): New defgroup.
9919         (dired-header, dired-mark, dired-marked, dired-flagged)
9920         (dired-warning, dired-directory, dired-symlink, dired-ignored):
9921         New faces.
9922         (dired-header-face, dired-mark-face, dired-marked-face)
9923         (dired-flagged-face, dired-warning-face, dired-directory-face)
9924         (dired-symlink-face, dired-ignored-face): New face variables.
9925         (dired-font-lock-keywords): Use them instead of font-lock faces.
9926         Split the rule for dired marks into 3 separate rules: for marks,
9927         marked file names and flagged file names.
9929         * help-mode.el (help-make-xrefs): Add a final newline to the
9930         *Help* buffer.
9932 2004-04-11  John Paul Wallington  <jpw@gnu.org>
9934         * replace.el (occur-engine): Distinguish between one and several
9935         matches in the matches per buffer heading.
9937 2004-04-11  Kim F. Storm  <storm@cua.dk>
9939         * ido.el (ido-confirm-unique-completion): New defcustom.
9940         (ido-complete): Use it.
9941         (ido-write-file): Set it to t unconditionally.
9943 2004-04-10  Miles Bader  <miles@gnu.org>
9945         RCS keyword removal (only non-comment changes are enumerated here):
9947         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9948         (byte-compile-insert-header): Don't use `byte-compile-version'.
9949         * forms.el (forms-version): Variable removed.
9950         (forms-mode): Don't use `forms-version'.
9951         * recentf.el (recentf-version): Variable removed.
9952         * progmodes/delphi.el (delphi-version): Variable removed.
9953         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9955 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9957         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9959 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
9961         * info.el (info-apropos): Improve menu item regexp.
9963 2004-04-09  Simon Josefsson  <jas@extundo.com>
9965         * mail/smtpmail.el: Add comment, based on report by
9966         kdc@rcn.com (Kevin D. Clark).
9968 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9970         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9971         Redo one more thing that I didn't notice Daniel had undone.
9973 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
9975         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9976         (gdb-goto-breakpoint, gdb-display-buffer)
9977         (gdb-display-source-buffer, gdb-view-source-function)
9978         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9979         (gdb-source-info, gdb-frame-handler): Don't specify a window
9980         for display.
9981         (gdb-info-breakpoints-custom): Remove superfluous update of
9982         assembler buffer.
9983         (gdb-many-windows): Make settable outside gdb.
9985 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
9987         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9988         Derive from fundamental-mode rather than text-mode.
9990 2004-04-08  Juri Linkov  <juri@jurta.org>
9992         * info.el (Info-history): Doc fix.
9993         (Info-history-list): New var.
9994         (info-xref): Change magenta4 to blue, remove bold for dark and
9995         light backgrounds, change bold to underline for non-color classes.
9996         (info-xref-visited): New face.
9997         (Info-fontify-visited-nodes): New custom.
9998         (Info-hide-note-references): Add new value `hide'.  Doc fix.
9999         (Info-reference-name): New var.
10000         (Info-selection-hook): New custom.
10001         (Info-edit-mode-hook): New var.
10002         (Info-find-file): New fun.
10003         (Info-find-node): Move part of code to Info-find-file.
10004         (Info-find-node-2): Add anchors to Info-history-list.  Move point
10005         to the place with the reference name if name is defined.
10006         (Info-select-node): Add current node to Info-history-list.
10007         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10008         (Info-search-whitespace-regexp): New custom.
10009         (Info-search-case-fold): New var.
10010         (Info-search): Add "case-sensitively" to the prompt.
10011         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
10012         (Info-search-case-sensitively, Info-search-next): New fun.
10013         (Info-up): Move point to the menu item of the current node.
10014         (Info-history): New fun.  Add *info-history* to
10015         same-window-buffer-names.
10016         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
10017         (Info-insert-toc): New fun.
10018         (Info-build-toc): New fun.
10019         (Info-follow-reference): Add new arg `fork'.  Doc fix.
10020         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
10021         with the same name prefer the reference closest to point.
10022         (Info-next-reference): Replace * by + in the *Note regexp.
10023         Add regexp for http:// and ftp://.  Skip the *Note prefix.
10024         (Info-prev-reference): Replace * by + in the *Note regexp.
10025         Add regexp for http:// and ftp://.  Skip the *Note prefix.
10026         (Info-follow-nearest-node): Add new arg `fork'.
10027         (Info-try-follow-nearest-node): Add new arg `fork'.
10028         Call browse-url for http:// and ftp:// references.
10029         Set Info-reference-name for index entries.
10030         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10031         Info-search-next, Info-history, Info-toc, clone-buffer.
10032         (Info-menu-update): Replace * by + in the *Note regexp.
10033         (Info-mode): Add documentation for Info-history, Info-toc,
10034         Info-search-case-sensitively, Info-search-next, clone-buffer.
10035         (Info-fontify-menu-headers): Remove fun.  Move code to
10036         Info-fontify-node.
10037         (Info-fontify-node): Add docstring.  Add local vars
10038         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
10039         then fontify header line, titles, menu headers, http and ftp
10040         references, refill paragraphs.  If not-fontified-p is t or
10041         fontify-visited-p is t then fontify cross references, menu items.
10042         Fontify menu headers.  Fontify http and ftp references.
10043         Change regexp for cross references to require whitespace after *Note,
10044         add matching groups for file and node names.  Remove hack for quote.
10045         Use display property for Info-hide-note-references=t.  Use fifth
10046         or fourth match for help-echo.  Display visited nodes in a
10047         different face.  Unhide file names of external references.
10048         Unhide newlines.  Display visited menu items in a different face.
10050 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10052         * progmodes/compile.el: Require CL.
10053         (compilation-mode-font-lock-keywords): Re-install the "line as
10054         function" patch.
10056         * help-fns.el (help-C-source-directory): New var.
10057         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10058         (describe-function-1, describe-variable): Use them.
10060         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10061         to C source files specially.
10063 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10065         * info.el (Info-hide-cookies-node): New function.
10066         (Info-select-node): Use it.
10067         (Info-display-images-node): Remove message with image file name.
10069 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
10071         * progmodes/compile.el (compilation-warning-face)
10072         (compilation-info-face, compilation-skip-threshold)
10073         (compilation-skip-visited, compilation-context-lines):
10074         Declare :version when added to Emacs.
10075         (compilation-error-regexp-alist-alist): Extend caml and irix.
10076         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10077         (compilation-mode-font-lock-keywords): Temporarily undo line as
10078         function patch, which wasn't ready.
10080 2004-04-07  Kenichi Handa  <handa@m17n.org>
10082         * international/latin1-disp.el (latin1-display-setup): Check each
10083         character is displayable or not instead of calling
10084         latin1-display-check-font.
10086 2004-04-06  Kenichi Handa  <handa@m17n.org>
10088         * language/ethio-util.el (ethio-sera-being-called-by-w3):
10089         New variable.
10090         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10091         instead of sera-being-called-by-w3.
10092         (ethio-fidel-to-sera-buffer): Likewise.
10093         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10094         instead of sera-being-called-by-w3.
10095         (ethio-write-file): Likewise.
10097 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10099         * printing.el: Doc fix.
10101 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
10103         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10104         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10105         (gdb-setup-windows): Only use separate IO buffer if required.
10107 2004-04-06  Kim F. Storm  <storm@cua.dk>
10109         * term.el (term-is-xemacs): Remove.
10110         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10111         (term-window-width): New function.
10112         (term-mode, term-check-size): Use it.
10113         (term-mode): Disable overflow-newline-into-fringe in term buffer.
10115 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10117         * cus-edit.el (custom-add-parent-links): Change unbound variable
10118         `symbol' to `name'.
10120 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10121         * info.el (info-apropos): New function.
10122         (Info-mode-menu): Add it.
10123         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10125         * help-mode.el (help-make-xrefs): Recognize aliased variable with
10126         inherited docstring.
10128         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10130 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10132         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10134         * progmodes/compile.el (font-lock): Don't require any more.
10135         (compilation-error-properties, compilation-start, compilation-sentinel)
10136         (compilation-filter, next-error): Use with-current-buffer.
10137         (compilation-skip-to-next-location, compilation-skip-threshold)
10138         (compilation-skip-visited): Move to silence the byte-compiler.
10139         (compilation-setup): Simplify.
10140         (compilation-next-error): Use line-(beginning|end)-position.
10141         Make sure `pt' is non-nil before using compilation-loop.
10142         (compile-goto-error): Add optional event arg.  Use it.
10143         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10144         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10145         Update the binding for mouse-2.
10146         (first-error): Set compilation-current-error to nil rather than bob.
10147         (compilation-parsing-end, compilation-parse-errors-function)
10148         (compilation-error-list, compilation-old-error-list):
10149         "New" compatibility variables.
10150         (compile-buffer-substring, compilation-compat-error-properties)
10151         (compilation-compat-parse-errors, compilation-forget-errors):
10152         New compatibility functions.
10153         (compilation-mode-font-lock-keywords): Use them.
10155 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10157         * autorevert.el (auto-revert-handler): If point (or a window
10158         point) is at the end of the buffer, keep it there after
10159         reverting.  This allows to tail a file.
10160         Mention this in the `Commentary'.
10162         * format.el (format-write-file): Add optional argument CONFIRM
10163         and make it behave like the analogous argument to `write-file'.
10165 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10167         * progmodes/ebnf2ps.el: Doc fix.
10168         (ebnf-version): New version number (4.2).
10169         (ebnf-syntax): Customization and docstring fix.
10170         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10171         Put autoloaded funs before first use.
10172         (ebnf-style-database): Add dtd entry.
10173         (ebnf-syntax-alist): Add dtd initialization.
10174         (ebnf-token-sequence): New fun.
10175         (ebnf-comment-table): Add new comment action character.
10176         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10178         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10179         Type Definition for XML).
10181         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10182         * progmodes/ebnf-bnf.el (ebnf-sequence):
10183         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10184         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10185         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10186         Code simplification: call ebnf-token-sequence.
10188 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
10190         * calendar/timeclock.el (timeclock-relative)
10191         (timeclock-get-project-function, timeclock-get-workday-function)
10192         (timeclock-query-out, timeclock-when-to-leave)
10193         (timeclock-when-to-leave-string, timeclock-log-data)
10194         (timeclock-generate-report, timeclock-in): Doc fixes.
10196 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10198         * url/: New dir.  Import the URL package from its repository.
10200 2004-04-03  Andreas Schwab  <schwab@suse.de>
10202         * diff-mode.el (diff-mode): Fix missing quote.
10204 2004-04-03  Juri Linkov  <juri@jurta.org>
10206         * descr-text.el (describe-property-list): Add `font-lock-face'.
10208         * dired.el (dired-font-lock-keywords): Fix permission regexps.
10210 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10212         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10213         Use utf-16le on little endian machines and utf-16be otherwise.
10215 2004-04-02  David Kastrup  <dak@gnu.org>
10217         * net/browse-url.el (browse-url-generic): Use call-process
10218         instead of start-process to allow browsers that fork and detach.
10220 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
10222         * compile.el (compilation-current-error): New var.
10223         (compilation-setup, compile-mouse-goto-error)
10224         (compile-goto-error, next-error): Use it.
10225         (compilation-skip-to-next-location): Default to t, which gives
10226         contiguous skipping like old compile (where this was redundant).
10227         (compilation-next-error): Prevent previous-* commands from moving
10228         back to message at or just before point.
10230 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
10232         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10233         (gdb-source-info): Don't display source at startup, if required.
10234         (gdb-show-main): New option.
10235         (gdba): Update documentation.
10236         (gdb-source): Cover case of auto-display output.
10238 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
10240         * autorevert.el: Delete obsolete autoload's and defvar's.
10241         (auto-revert-check-vc-info): New user option.
10242         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10243         (auto-revert-handler-vc): Delete.
10244         (auto-revert-handler): Treat return value `fast' of
10245         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
10247         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10248         return `fast'.
10250         * files.el (buffer-stale-function): Doc change.
10252 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10254         * printing.el: New tip on Tips section.
10255         (pr-version): New version number (6.7.4).
10256         (pr-shell-file-name): Initialization fix.
10258 2004-03-31  Juri Linkov  <juri@jurta.org>
10260         * dired.el: Add autoload for `dired-do-touch'.
10261         (dired-touch-program): New var.
10262         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10263         (dired-no-confirm): Add `touch' to docstring.
10265         * dired-aux.el (dired-do-touch): New fun.
10266         (dired-do-chxxx): Add argument -t for touch operation.
10268         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10269         `dired-move-to-filename-regexp'.
10271 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
10273         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10275 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10277         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10278         and only if the buffer was modified.
10280 2004-03-30  Kenichi Handa  <handa@m17n.org>
10282         * international/characters.el: Delete pairs for U+2308..U+230B.
10284 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
10286         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
10287         to detect the beginning of a level 2 or 3 annotation.
10289 2004-03-29  Kenichi Handa  <handa@m17n.org>
10291         * international/ucs-tables.el (ucs-insert): Fix the error message.
10293 2004-03-29  Kenichi Handa  <handa@m17n.org>
10295         * international/mule-util.el (char-displayable-p): Fix generation
10296         of XLFD file name.
10298         * Makefile.in (setwins, setwins_almost): Change directory to $wd
10299         before finding directories by `find'.
10301 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10303         * subr.el (interactive-form): Delete.  Now implemented in C.
10305         * pcvs.el (cvs-parse-process): Workaround for Darwin.
10307         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
10308         (vc-diff-label): New fun.
10309         (vc-diff-internal): Use it.
10311         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
10313 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10315         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
10317         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
10318         specify XML (EBNFX).
10320         * progmodes/ebnf2ps.el: Doc fix.
10321         (ebnf-version): New version number (4.1).
10322         (ebnf-syntax): Adjust customization.
10323         (ebnf-style-database): Add ebnfx entry.
10324         (ebnf-syntax-alist): Add ebnfx initialization.
10325         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
10327         * printing.el: Doc fix.
10328         (pr-version): New version number (6.7.3).
10329         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
10330         returns nil for mouse position.  Reported by Drew Adams
10331         <drew.adams@oracle.com>.
10332         (pr-update-menus): Modify interactive declaration.  Reported by Drew
10333         Adams <drew.adams@oracle.com>.
10335 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
10337         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
10338         (gud-gdba-marker-filter): Log the process input and output, if
10339         required.  From Stefan Monnier.
10340         (gdb-debug-log, gdb-enable-debug-log): New variables.
10341         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
10343 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10345         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
10346         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
10348 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
10350         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
10351         Call vc-find-file-hook here instead of in auto-revert-buffers.
10352         (auto-revert-buffers): Delete call to vc-find-file-hook.
10353         (auto-revert-verbose, global-auto-revert-non-file-buffers)
10354         (global-auto-revert-mode, auto-revert-set-timer)
10355         (auto-revert-handler, auto-revert-buffers): Doc fixes.
10357 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10359         * woman.el (woman-change-fonts): Rename local variable
10360         woman-font-alist to font-alist to avoid a compiler warning.
10362 2004-03-27  Dave Love  <fx@gnu.org>
10364         * emacs-lisp/rx.el (rx): Doc fix.
10365         Fix copyright years.
10367         * strokes.el (strokes-global-set-stroke-string): New function.
10368         (strokes-list-strokes): Cope with strings, not just commands.
10369         Set foreground colour of image.
10370         (strokes-global-set-stroke): Doc fix.
10372 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
10374         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
10375         Auto Revert mode.
10376         (Buffer-menu-files-only): New variable.
10377         (Buffer-menu-toggle-files-only): New function.
10378         (Buffer-menu-mode-map): Bind it to `T'.
10379         (Buffer-menu-mode): Mention `T' in docstring.
10380         Set buffer-stale-function.
10381         (list-buffers-noselect): Mark buffer non-modified and set
10382         Buffer-menu-files-only.
10384         * dired.el (buffer-stale-function): Remove no longer needed defvar.
10386         * autorevert.el (auto-revert-handler): Print revert message
10387         before, rather than after, reverting.
10388         (buffer-stale-function): Move to files.el.
10390         * files.el (buffer-stale-function): Move here from autorevert.el.
10392 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10394         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
10396         * calc/calc.el (calc-mode-map): Use mapc.
10398         * apropos.el (apropos-mode): Don't autoload.
10399         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
10400         (apropos): Use it.
10401         (apropos-print): Add optional `text' argument.
10402         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
10403         Don't assume point-min == 1.
10405         * bs.el (bs-buffer-list): Use buffer-local-value.
10406         (bs--set-toggle-to-show): Use with-current-buffer.
10408         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
10409         New funs.
10410         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
10412         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
10414         * dabbrev.el (dabbrev-expand): Fix regexp construction.
10415         (dabbrev--find-expansion): Use pop.
10416         (dabbrev--search): Use match-string-no-properties.
10418         * dired.el (dired-mode): Use run-mode-hooks.
10419         (dired-move-to-end-of-filename): Use match-string.
10421         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
10422         is bound before using it.
10423         (ediff-verbose-p): Make it into a var since it's not constant.
10425         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
10427         * faces.el (read-face-font): Don't cons up unnecessarily.
10428         (header-line, tool-bar): Share common parts.
10430         * files.el (file-relative-name): Use compare-strings.
10432         * finder.el (finder-mode): Follow coding convention.
10434         * subr.el (read-number): New function.
10436         * ses.el (ses-read-number): Move to subr.el.
10437         (ses-set-header-row): Use read-number.
10439 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
10441         * vc-hooks.el (vc-arg-list): New function, which handles both
10442         compiled and uncompiled code.
10443         (vc-default-workfile-unchanged-p): Use it.
10445         * vc.el (vc-print-log): Undo prev change, use new function
10446         vc-arg-list from vc-hooks.el.
10448 2004-03-26  Masatake YAMATO  <jet@gyve.org>
10450         * simple.el (completion-setup-function): Emphasize the
10451         first uncommon characters in the completions; and de-emphasize
10452         the common prefix substrings.
10453         (completion-emphasis): New face.
10454         (completion-de-emphasis): New face.
10456 2004-03-25  Juanma Barranquero  <lektu@terra.es>
10458         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
10459         Comment out (it's unused and unfinished code).
10461 2004-03-25  Sam Steingold  <sds@gnu.org>
10463         * vc.el (vc-print-log): Fix a bug in the last patch:
10464         backend-function may be a byte-compiled object, not a lambda.
10466 2004-03-25  Juri Linkov  <juri@jurta.org>
10468         * descr-text.el (describe-property-list): Add a button
10469         for `face' property that calls `describe-face'.
10470         Suggested by luis fernandes <elf@ee.ryerson.ca>
10472         * international/mule.el (keyboard-coding-system):
10473         * kmacro.el (kmacro-call-macro): Fix docstring.
10475         * dired.el: Fix comments.
10477         * textmodes/fill.el (fill): Fix Info link.
10479         * font-lock.el (fast-lock, lazy-lock):
10480         * jit-lock.el (jit-lock): Remove links to removed Support Modes
10481         Info node.
10483         * eshell/eshell.el (eshell): Fix broken info-link.
10485         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
10486         * eshell/em-banner.el (eshell-banner):
10487         * eshell/em-smart.el (eshell-smart):
10488         * eshell/esh-cmd.el (eshell-cmd):
10489         Comment out broken info-links to incomplete Info manual.
10491         * info-xref.el: Fix commentary.
10493 2004-03-25  Kevin Ryde  <user42@zip.com.au>
10495         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
10496         Remove spurious node duplicate suppression, doesn't work, not wanted.
10497         (info-xref-output): Take format style args, add "sit-for 0" to let
10498         user see the results as they progress.
10499         (info-xref-check-all-custom): New function.
10501 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
10503         * gdb-ui.el: Moved to progmodes.
10505 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10507         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
10509 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10511         * calendar/appt.el (appt-check): Remove superfluous progn.
10512         When finished with diary buffer: if it was not being displayed
10513         before, kill it; otherwise restore its original state.
10514         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
10516         * calendar/calendar.el (calendar-set-mode-line): Use total
10517         available mode-line width, rather than frame-width.
10519         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
10520         after mode change so effect not lost.
10522 2004-03-23  Dave Love  <fx@gnu.org>
10524         * dired.el (dired) <defgroup>: Add link to manual.
10525         (dired-font-lock-keywords): Add highlighting on unusual permissions.
10526         (dired-revert): Use dolist.
10527         (dired-mode-map): Add U binding.
10528         (dired-mode): Add font-lock-beginning-of-syntax-function.
10529         (dired-garbage-files-regexp): Make it a defcustom.
10531 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10533         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
10534         is equivalent to nil.
10535         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
10536         (vc-arch-mode-line-string): Accept `added' state.
10537         (vc-arch-state): Use inode-sigs if available.
10538         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
10539         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
10540         (vc-arch-tagline-re): New var.
10541         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
10542         New functions.
10543         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
10544         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
10546         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
10547         (vc-file-not-found-hook): Use it.
10549         * diff-mode.el (diff-default-read-only): Change default.
10550         (diff-mode-hook): Make it a defcustom.  Add some options.
10551         (diff-mode-map): Bind diff-refine-hook.
10552         (diff-yank-handler): New var.
10553         (diff-yank-function): New fun.
10554         (diff-font-lock-keywords): Use them.
10555         (diff-end-of-file): Handle case where file-header looks like diff text.
10556         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
10557         (diff-file-kill): Delete a subsequent empty line, if applicable.
10558         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
10559         (diff-find-file-name): Use it.
10560         (diff-tell-file-name): New command.
10561         (diff-mode): Be careful with view-mode.
10562         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
10563         New functions, for use in diff-mode-hook.
10564         (diff-find-source-location): Catch "regex too large" errors.
10565         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
10566         (diff-refine-hunk): New command.
10568         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
10569         (smerge-context-menu-map): Remove unused var.
10570         (smerge-keep-all): Preserve markers.
10571         (smerge-keep-n): New fun.
10572         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10573         (smerge-keep-current, smerge-ediff): Use it.
10574         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
10575         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
10576         (smerge-resolve): Resolve trivial 3-part conflicts.
10578 2004-03-23  Juri Linkov  <juri@jurta.org>
10580         * man.el (Man-width): New var.
10581         (Man-getpage-in-background): Use it.
10582         (Man-support-local-filenames): New var and fun.
10583         (Man-build-man-command): Don't add a second %s.
10584         (Man-fontify-manpage): Clean up message.
10585         (Man-mode): Set outline-regexp, outline-level,
10586         imenu-generic-expression.
10588         * woman.el (woman-fill-frame): Doc fix.
10589         (woman-decode-region): Use window-width instead of frame-width.
10591         * abbrevlist.el (list-one-abbrev-table):
10592         * descr-text.el (describe-char):
10593         * international/mule-diag.el (describe-current-coding-system):
10594         * international/quail.el (quail-insert-decode-map):
10595         Use window-width instead of frame-width.
10597         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
10598         (jka-compr-mode-alist-additions): Add tbz.
10599         (jka-compr-write-region, jka-compr-insert-file-contents):
10600         Add message for undefined compress-program.
10601         (jka-compr-write-region): Remove redundant var bindings.
10603         * dired-x.el (dired-guess-shell-alist-default): Add choices for
10604         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
10605         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
10606         (dired-man): Use dired-guess-shell-command.
10607         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
10608         Change default nil to t.
10610         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
10611         (dired-compare-directories): Add default value for empty input.
10613         * help-at-pt.el: Move suggestions for key bindings to Commentary.
10615         * time.el (display-time-string-forms): Fix help-echo date format.
10617 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
10619         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
10620         (buffer-stale-function): New variable.
10621         (auto-revert-list-diff, auto-revert-dired-file-list)
10622         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
10623         (auto-revert-handler): Take over some functionality of deleted
10624         functions.
10625         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
10627         * dired.el (dired-directory-changed-p): New fun, extracted from
10628         dired-internal-noselect.
10629         (dired-buffer-stale-p): New fun.
10630         (dired-internal-noselect): Use dired-directory-changed-p.
10631         Eliminate revert messages.
10632         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
10634 2004-03-23  Kenichi Handa  <handa@m17n.org>
10636         * international/characters.el: Setup syntaxes for more parentheses
10637         Unicode characters.
10639         * international/mule-cmds.el (select-safe-coding-system):
10640         Merge coding-system and auto-cs before comparing them.
10642 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10644         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
10646         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10647         normal-auto-fill-function and comment-indent-function.
10648         The default values now work just as well.
10649         Don't set font-lock-beginning-of-syntax-function since we already set
10650         syntax-begin-function.
10651         (lisp-outline-level): Put ;;;###autoload at same level as (.
10652         (prin1-char): Quote special chars.
10654         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
10655         than with-no-warnings.
10657         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
10658         if the source location can't be found.
10659         (edebug-compute-previous-result): Use prin1-char.
10661         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
10662         (debug-ignored-errors): Add an entry.
10664         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
10665         (byte-compile-file): Output warning when deleting a file.
10667         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
10668         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
10670         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
10671         (byte-compile-inline-expand): Use backquote.
10672         (byte-optimize-pure-func): Rename from byte-optimize-concat.
10673         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
10675         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
10677         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
10679 2004-03-22  Juri Linkov  <juri@jurta.org>
10681         * finder.el (finder-known-keywords): Fix data, tex, unix.
10683         * play/landmark.el: Fix keywords.
10685         * language/ethio-util.el (ethio-find-file): Doc fix.
10687         * emacs-lisp/warnings.el: Doc fix.
10689         * textmodes/ispell.el (ispell-help): Doc fix.
10691 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
10693         * format.el (format-insert-file): Always return a list of two
10694         elements, like insert-file-contents does.
10696 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
10698         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
10699         and vc-BACKEND-diff.
10700         (vc-print-log): If the print-log implementation supports it, use
10701         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
10702         (vc-version-diff, vc-diff-internal): Doc fixes.
10704         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
10705         implementation supports it, let diff output go to *vc*,
10706         not *vc-diff*, since this is an internal call.
10708         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
10710         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
10712         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
10714 2004-03-21  Dave Love  <fx@gnu.org>
10716         * progmodes/cfengine.el (cfengine-mode):
10717         Set parse-sexp-ignore-comments.
10719         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
10721 2004-03-21  Juanma Barranquero  <lektu@terra.es>
10723         * allout.el (allout-mode): Fix docstring.
10725 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
10727         * files.el (insert-directory): Fix bug if SWITCHES is a list.
10729         * autorevert.el (auto-revert-interval): Make new value take
10730         effect immediately when set through Custom.
10731         (auto-revert-set-timer): Add interactive declaration.
10733 2004-03-19  David Ponce  <david@dponce.com>
10735         * ruler-mode.el (ruler-mode-header-line-format-old):
10736         Don't `make-variable-buffer-local'.
10737         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10738         (ruler-mode-header-line-format): Simply funcall the above.
10739         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10740         to save/restore a previous header line format.
10741         (ruler-mode-space): Don't depend on a numeric WIDTH value.
10742         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10743         fringes and margins width.
10744         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10746 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10748         * log-edit.el (log-edit-font-lock-keywords): Typo.
10750         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10751         (tex-send-tex-command): Rather than here.
10752         (tex-compilation-parse-errors): Simplify.
10754         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10756         * time.el (display-time-string-forms): Add help-echo with date on time.
10758         * composite.el (compose-region): Use restore-buffer-modified-p.
10760         * disp-table.el (standard-display-8bit): Simplify.
10762         * server.el (server-process-filter): Delete temp frame.
10764         * add-log.el (add-change-log-entry): Simplify.
10766 2004-03-19  Kim F. Storm  <storm@cua.dk>
10768         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10769         (hexl-follow-line): Don't require 'fringe.
10771         * progmodes/compile.el (compilation-start): Always set
10772         compilation-last-buffer and return it.
10774 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10776         * simple.el (clone-buffer): Doc fix.
10778 2004-03-18  Juanma Barranquero  <lektu@terra.es>
10780         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10782 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10784         * log-edit.el (log-edit-font-lock-keywords): New var.
10785         (log-edit-mode): Use it.
10787 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
10789         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10790         properly for watching in speedbar.
10792 2004-03-17  Masatake YAMATO  <jet@gyve.org>
10794         * smerge-mode.el (smerge-popup-context-menu):
10795         Put `unwind-protect' around `overlay-put' and `popup-menu'.
10797 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10799         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10800         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10801         Take sealed revisions into account.
10802         (vc-arch-checkin): Extract a summary line from the message.
10804 2004-03-16  Masatake YAMATO  <jet@gyve.org>
10806         * register.el (register): Provide `register' feature.
10808 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10810         Added context menu support in smerge mode.
10811         Most of the part is written by Stefan Monnier.
10813         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10814         New keymap and menu.
10815         (smerge-text-properties): New function.
10816         (smerge-remove-props): New function.
10817         (smerge-popup-context-menu): New function.
10818         (smerge-resolve): Call `smerge-remove-props'.
10819         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10820         (smerge-keep-current): Ditto.
10821         (smerge-kill-current): New function.
10822         (smerge-match-conflict): Put text properties.
10823         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10825 2004-03-15  David Ponce  <david@dponce.com>
10827         * ruler-mode.el: (ruler-mode-left-fringe-cols)
10828         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10829         (ruler-mode-right-scroll-bar-cols): Remove.
10830         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10831         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10832         Use fringe-columns and scroll-bar-columns.
10834 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10836         * hl-line.el (hl-line-range-function): New variable.
10837         (hl-line-move): New function.
10838         (global-hl-line-highlight): Use `hl-line-move'.
10839         (hl-line-highlight): Ditto.
10841         * scroll-bar.el (scroll-bar-columns):
10842         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10844         * ruler-mode.el (top-level): Require scroll-bar and fringe.
10845         (ruler-mode-left-fringe-cols)
10846         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10847         (ruler-mode-right-scroll-bar-cols)
10848         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10849         (ruler-mode-ruler-function): New variable.
10850         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10851         if the value for `ruler-mode-ruler-function'is given.
10853         * hexl.el (hexl-mode-hook): Make the hook customizable.
10854         (hexl-address-area, hexl-ascii-area): New customize variables.
10855         (hexlify-buffer): Put font-lock-faces on the address area and
10856         the ascii area.
10857         (hexl-activate-ruler): New function.
10858         (hexl-follow-line): New function.
10859         (hexl-highlight-line-range): New function.
10860         (hexl-mode-ruler): New function.
10862 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10864         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
10865         (vc-default-find-file-hook): New fun.
10866         (vc-find-file-hook): Call new find-file-hook operation.
10868         * vc-arch.el: New file.
10870 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
10872         * info-look.el (info-lookup): Reuse an existing Info window.
10874 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10876         * woman.el (woman-preserve-ascii): Default value changed to t and
10877         doc string revised.
10879 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10881         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10882         Fix minor bug.
10884         * replace.el (occur-engine): Change message for count of matches.
10886         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10887         For strings, do compare text properties.
10889 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
10891         * progmodes/compile.el (compile-auto-highlight)
10892         (compilation-error-list, compilation-old-error-list)
10893         (compilation-parse-errors-function, compilation-parsing-end)
10894         (compilation-error-message, compilation-directory-stack)
10895         (compilation-enter-directory-regexp-alist)
10896         (compilation-leave-directory-regexp-alist)
10897         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10898         (compilation-current-file, compilation-regexps): Remove vars.
10900         (compile-error-at-point, compilation-error-filedata)
10901         (compilation-error-filedata-file-name, compile-reinitialize-errors)
10902         (compilation-next-error-locus, compilation-forget-errors)
10903         (count-regexp-groupings, compilation-parse-errors)
10904         (compile-collect-regexps, compile-buffer-substring): Remove funs.
10906         (compile-internal): Make obsolete.
10908         (compilation-first-column, compilation-error)
10909         (compilation-directory-matcher, compilation-page-delimiter)
10910         (compilation-mode-font-lock-keywords, compilation-debug)
10911         (compilation-error-face, compilation-warning-face)
10912         (compilation-info-face, compilation-line-face)
10913         (compilation-column-face, compilation-enter-directory-face)
10914         (compilation-leave-directory-face, compilation-skip-threshold)
10915         (compilation-skip-visited, compilation-context-lines): New vars.
10917         (compilation-warning-face, compilation-info-face)
10918         (compilation-message-face): New faces.
10920         (compilation-error-regexp-alist-alist): New constant.
10922         (compilation-face, compilation-directory-properties)
10923         (compilation-assq, compilation-error-properties, compilation-start)
10924         (define-compilation-mode, compilation-loop)
10925         (compilation-set-window): New functions.
10927         (compile): Additional argument for interactive compiles like TeX.
10929         * progmodes/grep.el (kill-grep): Move here from compile.el
10930         (grep-error, grep-hit-face, grep-error-face)
10931         (grep-mode-font-lock-keywords): New variables.
10932         (grep-regexp-alist): Simplify regexp and add `binary' case.
10933         (grep-mode): New mode.
10934         (grep-process-setup): Simplify.
10936 2004-03-11  Jason Rumney  <jasonr@gnu.org>
10938         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10939         letters on DOS/Windows.
10941 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10943         * server.el (server-name): New var.
10944         (server-socket-dir): New var to replace server-socket-name.
10945         (server-start): Use them.
10947 2004-03-11  Simon Josefsson  <jas@extundo.com>
10949         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10950         died to avoid infloop.  Reported by Jonathan Glauner
10951         <jglauner@sbum.org>.
10953 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10955         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10956         (smerge-mode-menu): Use it to deactivate menu entries.
10957         (smerge-keep-current): New fun.
10958         (smerge-keep-current): Use it.
10960 2004-03-10  John Paul Wallington  <jpw@gnu.org>
10962         * foldout.el (foldout-fold-list, foldout-modeline-string):
10963         Declare them as variables, not constants.
10965 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10967         * ps-print.el: Modification to print *Messages* buffer.
10968         (ps-print-version): New version 6.6.4.
10969         (ps-message-log-max): New fun.
10970         (ps-spool-without-faces, ps-spool-with-faces)
10971         (ps-count-lines-preprint): Code fix.
10973         * printing.el: New tips in Tips section.
10975 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10977         * delim-col.el: Doc fix.
10979         * printing.el: Doc fix.  New doc section (Tips).
10981 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         * type-break.el (type-break-emacs-variant): Remove.
10984         (type-break-run-at-time, type-break-cancel-function-timers):
10985         Use fboundp rather than version name and number.
10987 2004-03-09  Masatake YAMATO  <jet@gyve.org>
10989         * hexl.el (hexl-mode): Use `make-local-variable' instead of
10990         `make-variable-buffer-local'.
10992 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
10994         * find-dired.el (find-dired): Call `shell-command' instead of
10995         `start-process-shell-command'.  By this, Tramp takes over
10996         handling of remote directories.
10998 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11000         * newcomment.el (comment-use-global-state): New var.
11001         (comment-search-forward): Use it.
11003         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11005         * cus-edit.el (fill) <defgroup>: Move to fill.el.
11007         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11008         (enable-kinsoku): Make it a defcustom.
11009         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11010         paragraph to same-comment-start-marker.
11012 2004-03-07  Dave Love  <fx@gnu.org>
11014         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11015         (browse-url-mail): Use it.
11017         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11018         (rfc2368-unhexify-string): Use replace-regexp-in-string.
11020 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11022         * woman.el (woman-man.conf-path): Doc fix.
11023         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11025 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
11027         * sort.el (sort-columns): Remove ms-dos from the list of systems
11028         where the external `sort' command is not used.
11030 2004-03-07  Kim F. Storm  <storm@cua.dk>
11032         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11033         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11034         from overlay-arrow-variable-list.
11035         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11037 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
11039         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11040         overlay arrow string properly for the assembler buffer.
11042 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * mail/sendmail.el (mail-mode): Fix last change.
11046 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
11048         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11049         for the assembler buffer.
11050         (gdb-assembler-custom): Position the overlay arrow.
11051         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11053 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11055         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11057         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11058         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11060         * mail/sendmail.el (mail-mode): Set comment-start-skip.
11062         * newcomment.el (uncomment-region): Allow non-terminated comment.
11063         (comment-normalize-vars): Check the user-specified comstart marker.
11065 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11067         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11068         Otherwise, do use it if the region only contains font-lock text
11069         properties.
11071 2004-03-04  Masatake YAMATO  <jet@gyve.org>
11073         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11074         as the callback function for eldoc.
11075         (hexl-print-current-point-info): New function.
11076         (hexl-current-address): Print the address in both decimal
11077         and hexadecimal format.
11079 2004-03-04  Richard M. Stallman  <rms@gnu.org>
11081         * mail/rmail.el (rmail-convert-to-babyl-format):
11082         Specify t for UNIBYTE when calling mail-unquote-printable-region.
11084         * mail/mail-utils.el (mail-unquote-printable-region):
11085         New arg UNIBYTE.
11087         * startup.el (command-switch-alist): Doc fix.
11089         * simple.el (undo): Temporarily set this-command to `undo-start',
11090         then set it to `undo' once undo-start returns without error.
11092         * simple.el (minibuffer-history-sexp-flag): Doc fix.
11094         * simple.el (kill-line): Don't disregard trailing whitespace
11095         in eol condition, if show-trailing-whitespace is set.
11097         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11098         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11099         When disabling, restore old values only if mouse-sel-has-been-enabled.
11101         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11102         (isearch-{-char): New function.
11103         (isearch-mode-map): Bind { to isearch-{-char.
11105         * font-lock.el (lisp-font-lock-keywords-2):
11106         Turn off the CL with-... and do-... general patterns.
11107         Instead, recognize several specific with... and do... constructs.
11109         * files.el (switch-to-buffer-other-window):
11110         Bind same-window-buffer-names and same-window-regexps to nil.
11111         (switch-to-buffer-other-frame): Likewise.
11113 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11115         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11116         recognizing leading comment on code line.
11118 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11120         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11121         hidden files/directories.
11123 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11125         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11126         only comment-start (in case the mode hasn't set it).
11128         * Makefile.in (AUTOGENEL): New var.
11129         (bootstrap-prepare): Rename from bootstrap-clean.
11130         Don't remove elc files.
11131         (maintainer-clean): New target.
11133         * xml.el (xml-get-attribute-or-nil): Simplify.
11135 2004-03-02  Juri Linkov  <juri@jurta.org>
11137         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11138         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11139         URL to prevent their substitution with the environment variable
11140         values by browsers.
11142 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11144         * ps-print.el: Doc fix.
11145         (ps-print-version): New version number (6.6.3).
11146         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11147         Docstring fix.
11148         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11149         before printing.
11150         (ps-time-stamp-yyyy-mm-dd): New fun.
11151         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11153 2004-03-02  Kim F. Storm  <storm@cua.dk>
11155         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11157 2004-03-01  Juanma Barranquero  <lektu@terra.es>
11159         * allout.el (allout-rebullet-heading): Fix typo in docstring.
11161         * desktop.el (desktop-file-version)
11162         (desktop-after-read-hook): Fix typos.
11163         (desktop-clear-preserve-buffers): Remove redundant info in
11164         docstring already shown by the obsolescence message.
11165         (desktop-truncate, desktop-internal-v2s)
11166         (desktop-value-to-string): Change argument name to match docstring.
11168         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11170         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11171         docstring.
11173 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11175         * printing.el: Replace "As Is..." in PostScript file print/preview by
11176         "No Preprocessing...".  Suggested by Colin Marquardt
11177         <_marquardt_@zmd.de>.
11178         (pr-insert-section-4): Adjust buffer interface.
11180 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
11182         Version 2.0.39 of Tramp released.
11184         * net/tramp.el (tramp-handle-file-local-copy)
11185         (tramp-handle-write-region, tramp-open-connection-rsh):
11186         Variable name typo.  Small change.  From Patrick Tullmann
11187         <tullmann@flux.utah.edu>.
11188         (tramp-process-connection-type): New variable.
11189         (tramp-maybe-open-connection): Use it.
11190         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11191         (tramp-touch): Set last-modified time of a remote file.
11192         (tramp-handle-write-region): Say which function is used when encoding.
11194 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
11196         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11197         case of non-existing filename, too.  Reported by Christoph Bauer
11198         <c_bauer@informatik.uni-kl.de>.
11199         (tramp-smb-get-file-entries): The directory in question should
11200         have permissions "drwxrwxrwx".  Just virtual, because we don't
11201         know the real permissions.  Don't we know?
11202         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11203         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11204         (tramp-smb-wait-for-output): Optimize algorithm getting pending
11205         output.  If it was received chunkwise, there have been problems.
11206         Remove the "prompt not found" error message; it is obvious.
11207         Simplify algorithm.
11208         (tramp-smb-process-running): Remove.  Since we acknowledge the
11209         virtual prompt for shares, there's no need for distinction of
11210         reading shares (process ends afterwards) and interactive mode of
11211         smblient.
11212         (tramp-smb-open-connection): Setting process sentinel removed.
11213         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11214         "NT_STATUS_NETWORK_ACCESS_DENIED".
11215         (tramp-smb-maybe-open-connection): Set `process-connection-type'
11216         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11217         (top-level): Setting default value in `tramp-default-method-alist'
11218         corrected.  Order of USER and HOST have been wrong.
11219         Nobody complained for months ...
11220         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11221         (tramp-smb-open-connection): Clear password cache if login has failed.
11223         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11224         `tramp-unified-filenames'.
11225         (tramp-completion-mode): Make test for XEmacs explicitely.
11226         `event-to-character' can exists in Emacs packages too.
11227         Reported by Matt Swift <swift@alum.mit.edu>.
11228         (tramp-buffer-name): Buffer name must contain the user if exists.
11229         Reported by Adrian Phillips <a.phillips@met.no>.
11230         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11231         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11232         (tramp-do-copy-or-rename-file-out-of-band): Rename from
11233         `tramp-do-copy-or-rename-file-one-local', because it handles also
11234         the case both files use the same out-of-band method.
11235         Implementation added.
11236         (tramp-handle-file-local-copy, tramp-handle-write-region):
11237         Out-of-band handling removed.  `copy-file' called instead, which
11238         calls `tramp-do-copy-or-rename-file-out-of-band'.
11239         (tramp-action-password): Check for out-of-band method removed.
11240         This function is used for 'login-program.
11241         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11242         appropriate.
11243         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11244         and `tramp-parse-sknownhosts'.
11245         (tramp-completion-function-alist): It's a defvar now, because we
11246         want to apply the optimized `tramp-set-completion-function'
11247         instead of a static list.
11248         (tramp-set-completion-function): Implementation tuned.
11249         Avoid double entries, and entries where the function or the
11250         file/directory doesn't exist.
11251         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11252         for SSH2.
11253         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11254         (tramp-handle-dired-compress-file): New function.
11255         (tramp-async-proc): New variable.
11256         (tramp-handle-shell-command): Adding asynchronous processes.
11257         They are far from being perfect, but it works at least for
11258         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
11259         (top-level): Require password.el if visible.  Should be mandatory
11260         once No Gnus has found its way into (X)Emacs.
11261         (tramp-read-passwd): Invoke `password-read' if available,
11262         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
11263         fallback any longer.
11264         (tramp-clear-passwd): New function.
11265         (tramp-process-actions, tramp-process-multi-actions):
11266         Clear password cache if login has failed.
11268         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
11269         its own module.
11270         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11271         `ange-ftp-ftp-name-res'.  There could be incorrect values from
11272         previous calls in case the "ftp" method is used in the Tramp file
11273         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11275 2004-02-28  Richard M. Stallman  <rms@gnu.org>
11277         * term.el (term-mouse-paste): Call mouse-set-point.
11279         * thumbs.el: New file.
11281 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11283         * progmodes/ebnf-abn.el: Doc fix.
11285         * progmodes/ebnf-bnf.el: Doc fix.
11286         (ebnf-repeat): Code fix.
11288         * progmodes/ebnf2ps.el: Doc fix.
11289         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
11291 2004-02-28  Juri Linkov  <juri@jurta.org>
11293         * ffap.el (dired-at-point): Additional writability test for
11294         relative directory names.
11295         (dired-at-point-prompter): Treat directories as a directory, get
11296         the directory component from files.
11297         (ffap-string-at-point): Return string from region if region is active.
11298         (ffap-file-at-point): Remove redundant code.
11300 2004-02-28  Kim F. Storm  <storm@cua.dk>
11302         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
11303         Initialize margin area images to nil.
11304         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
11305         (breakpoint-enabled-bitmap-face)
11306         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
11307         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
11308         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
11309         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
11310         (gdb-reset): Use gdb-remove-breakpoint-icons.
11311         (gdb-put-string): Add dprop arg to specify alternative display
11312         property (for setting fringe bitmap).
11313         (gdb-remove-strings): Doc fix.
11314         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
11315         icon in fringe (if available), or else as icon or text in display
11316         margin.  Creates necessary icons in breakpoint-bitmap,
11317         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
11318         Also make left window margin if required.
11319         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
11320         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
11321         no longer needed.
11322         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
11323         gdb-put-breakpoint-icon.
11324         (gdb-assembler-mode): Don't set left-margin-width here.
11326 2004-02-27  Kevin Ryde  <user42@zip.com.au>
11328         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
11329         comma, so that it DTRT in macros.
11331 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11333         * progmodes/sh-script.el (sh-shell-arg)
11334         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
11335         (sh-leading-keywords, sh-other-keywords): Fix custom type.
11337 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
11339         * faces.el (face-spec-set-match-display): Add a new attribute,
11340         `min-colors'.
11341         (region, highlight, secondary-selection): Use `min-colors'.
11343         * custom.el (defface): Add documentation for `min-colors'.
11345         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11346         (font-lock-keyword-face, font-lock-function-name-face)
11347         (font-lock-variable-name-face, font-lock-constant-face):
11348         Use `min-colors'.
11350         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
11352 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11354         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
11355         define assq-delete-all if it's not defined.
11356         (ebnf-generate-region): Code fix.
11358         * printing.el: Doc fix.
11359         (pr-version): New version number (6.7.2).
11360         (pr-command): Return empty string if command is an empty string.
11362 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11364         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
11366         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
11367         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
11368         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
11369         "tt" ["test"] ).  Reported by Markus Dreyer
11370         <mdreyer@ix.urz.uni-heidelberg.de>.
11371         (ebnf-version): New version number (4.0).
11372         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
11373         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
11374         (ebnf-delete-style): New commands.
11375         (ebnf-directory, ebnf-file): New funs.
11376         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
11377         (ebnf-production-name-p, ebnf-stop-on-error): New options.
11378         (ebnf-syntax-alist): New var.
11379         (ebnf-element-width): New fun replacing ebnf-list-width.
11380         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
11381         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
11382         (ebnf-prologue): Adjust vars.
11383         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
11384         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
11385         (ebnf-check-style-values, ebnf-generate-production)
11386         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
11387         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
11388         (ebnf-token-repeat): Code fix.
11390         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
11391         %right, %left and %prec.  Suggested by Matthew K. Junker
11392         <junker@alum.mit.edu>.
11393         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
11395         * progmodes/ebnf-iso.el: Doc fix.
11396         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
11397         (ebnf-iso-lex): Code fix.
11399         * progmodes/ebnf-bnf.el: Doc fix.
11400         (ebnf-bnf-lex): Code fix.
11402         * progmodes/ebnf-otz.el: Doc fix.
11404 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
11406         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
11407         (abbrev-prefix-mark): Doc fix.
11409 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
11411         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
11412         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
11413         (gdb-var-delete): Make interactive (really).
11414         (gdb-edit-value): Make non-interactive.
11416         * progmodes/gud.el (gud-speedbar-menu-items):
11417         Add gdb-var-delete and, indirectly, gdb-edit-value.
11418         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
11419         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
11420         (gud-gdb-marker-filter): Add comment for annotations.
11422 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11424         * calendar/calendar.el (generate-calendar)
11425         (calendar-read-date): Prevent display of BC calendars once more -
11426         reverts 2003-10-01 change.
11427         (generate-calendar-month): Doc fix.
11429 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
11431         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
11432         return value of increment-calendar-month.
11434 2004-02-21  Stephen Compall  <s11@member.fsf.org>
11436         * saveplace.el (save-place-forget-unreadable-files)
11437         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
11438         (save-place-forget-unreadable-files): New function.
11439         (save-place-alist-to-file): Use it to filter out files that are
11440         no longer readable.
11442         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
11443         current Texinfo environment, using the same method as in
11444         `texinfo-insert-@end', and insert a space rather than a newline if
11445         point in a @table environment.
11447 2004-02-21  Juri Linkov  <juri@jurta.org>
11449         * ffap.el (ffap-file-at-point): Try parent directories.
11451 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
11453         * vcursor.el (vcursor-modifiers): New defcustom.
11454         (vcursor-cs-binding): Use vcursor-modifiers instead of a
11455         hard-coded list.
11457 2004-02-21  Masatake YAMATO  <jet@gyve.org>
11459         * play/animate.el (animate-birthday-present): Accept names other
11460         than `Sarah', too.
11462 2004-02-21  Juri Linkov  <juri@jurta.org>
11464         * startup.el: Remove table of command line arguments from the
11465         Commentary section.
11467 2004-02-20  John Wiegley  <johnw@newartisans.com>
11469         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
11470         again" modifier from 'e' to 'E', since 'e' is also used by the
11471         "file extension" modifier.
11473 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
11475         * help-fns.el (describe-categories): Doc fix.
11477 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11479         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
11480         temporary file for buffer already visiting one.  This change makes
11481         output likely to be directly usable by patch program.
11482         Suggested by Adrian Aichner  <adrian@xemacs.org>
11484 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
11486         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
11487         case of variables defined in compound statements.
11488         (gdb-setup-windows, gdb-source-info, gdb-source-info):
11489         Simplify constructions using switch-to-buffer.
11491 2004-02-19  Simon Josefsson  <jas@extundo.com>
11493         * play/morse.el: Fix typo.
11494         (morse-code): Add @.
11496 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11498         * calendar/appt.el (appt-display-format): Change default to
11499         'ignore, for backwards compatibility.
11500         (appt-display-message): If appt-display-format is 'ignore,
11501         respect old vars appt-msg-window and appt-visible.
11502         (appt-activate): Don't depend on return value of cancel-timer.
11504         * calendar/calendar.el (calendar-holidays): Doc fix.
11506         * calendar/cal-coptic.el (coptic-prompt-for-date):
11507         Use assoc-string instead of assoc-ignore-case.
11508         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11509         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11510         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11511         * calendar/cal-islam.el (calendar-goto-islamic-date)
11512         (mark-islamic-diary-entries): Ditto.
11513         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11514         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11515         (calendar-read-mayan-tzolkin-date): Ditto.
11516         * calendar/calendar.el (calendar-read-date): Ditto.
11517         * calendar/diary-lib.el (mark-diary-entries): Ditto.
11519 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11521         * progmodes/executable.el (executable-command-find-posix-p):
11522         Fix choice of the directory.
11524 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
11526         * simple.el (interprogram-cut-function)
11527         (interprogram-paste-function, kill-new, kill-append):
11528         Doc fixes.
11529         (kill-region): Make it return nil.  Doc fix.
11530         (yank-pop): Make its argument optional.
11531         (yank): Make ARG `-' equivalent to `-1'.
11533 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
11535         * mail/rmail.el (rmail-get-new-mail): Don't reference
11536         rmail-use-spam-filter if rmail-spam-filter is not loaded.
11538 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
11540         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
11541         if one of global-auto-revert-non-file-buffers or autorevert-mode
11542         is non-nil.
11544 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11546         * subr.el (delete-dups): A better implementation from Karl Heuer
11547         <kwzh@gnu.org>.
11549 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11551         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
11552         correct place.
11553         * progmodes/icon.el (icon-indent-command): Ditto.
11554         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
11556 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11558         * progmodes/grep.el (grep-compute-defaults): Undo change from
11559         2004-01-29: don't use executable-command-find-posix-p.
11561 2004-02-16  Richard Sharman  <rsharman@pobox.com>
11563         * hilit-chg.el: Use require instead of eval-and-compile.
11564         (highlight-compare-buffers): New function.
11566 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
11568         * man.el (Man-fontify-manpage): Render section headings in
11569         `Man-overstrike-face' even when overstrike was not used by man
11570         formatter for section headings.
11572 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
11574         * rmail-spam-filter.el: (vm-use-spam-filter)
11575         (rsf-min-region-length-added-to-spam-list): New variables.
11576         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
11577         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
11578         spam testing.  Don't delete spam message if automatic deletion
11579         after output via variable rmail-delete-after-output is turned on.
11580         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
11581         rsf-bbdb-dont-create-entries-for-spam.
11582         (check-field): New function, extracted from code in
11583         rmail-spam-filter to ease addition of header fields like content-type.
11584         (message-content-type): New variable to check the content-type:
11585         field added, also in defcustom of rsf-definitions-alist.
11586         (rmail-spam-filter): Replace repeated test code for header fields
11587         by calls to check-field; change the call to
11588         rmail-output-to-rmail-file such that rmail-current-message stays
11589         the same to avoid wrong deletion of unseen flags.
11590         (rsf-add-contents-type): New function to convert old format
11591         of rmail-spam-definitions-alist into new one.
11592         Change prefixes of all variables and functions from
11593         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
11595 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11597         * loadhist.el (unload-hook-features-list): New defvar.
11599 2004-02-16  Dave Love  <fx@gnu.org>
11601         * loadhist.el (unload-feature): Doc fix.  Rename flist to
11602         unload-hook-features-list.
11604 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
11606         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
11607         cookie.  Don't check if we are looking-at open-formula.
11609 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11611         * subr.el (match-string-no-properties): Use substring-no-properties.
11613 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11615         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
11616         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
11617         Use lower-case "rx" in all error message.
11619 2004-02-16  Dave Love  <fx@gnu.org>
11621         * emacs-lisp/rx.el (rx-or): Put group around result.
11622         (rx-constituents): Add backref.
11623         (rx-syntax): Add string-delimiter, comment-delimiter.
11624         (rx-categories): Add combining-diacritic.
11625         (rx-check-not, rx-greedy, rx): Doc fix.
11626         (rx-backref, rx-check-backref): New.
11628 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
11630         * newcomment.el (uncomment-region): Allow eob as comment end.
11632 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
11634         * filecache.el: All message and error commands now use prefix
11635         "Filecache:" to make it easy to read *Messages* buffer.
11637 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
11639         * autorevert.el: Add support to detect changed dired and VC buffers.
11640         (auto-revert-active-p, auto-revert-list-diff)
11641         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
11642         (auto-revert-handler, auto-revert-active-p): New functions.
11643         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
11644         and `auto-revert-active-p'.
11645         (eval-when-compile): Defvar dired-directory and vc-mode.
11646         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11647         (auto-revert-handler-vc): New functions.
11649 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11651         * progmodes/compile.el (compilation-directory): New defvar.
11652         (compile): Save current directory in compilation-directory.
11653         (recompile): Bind default-directory to compilation-directory if
11654         that is non-nil.
11656 2004-02-16  Dave Love  <fx@gnu.org>
11658         * newcomment.el (comment-insert-comment-function)
11659         (comment-region-function, uncomment-region-function): New.
11660         (comment-indent): Use comment-insert-comment-function.
11661         (uncomment-region): Use uncomment-region-function.
11662         (comment-region): Use comment-region-function.
11664         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
11666 2004-02-16  Richard Stallman  <rms@gnu.org>
11668         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
11669         loaddefs* and ldefs-boot*.
11671 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11673         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
11674         and email address at the beginning and end of the address.
11676         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
11677         anchored at the beginning of the email address.
11679 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
11681         * international/ccl.el (ccl-compile-write): Pass `left' to
11682         ccl-embed-code to generate correct code of write-expr-register.
11684 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
11686         * progmodes/grep.el (grep-compute-defaults): Fix typos.
11688 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11690         * x-dnd.el: Mention support for Motif in commentary.
11691         (x-dnd-handle-drag-n-drop-event): Ditto.
11693 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
11695         * ses.el: Use "ses--" prefixes for buffer-local variables.
11696         Use (point-min) instead of 1, even when we know the buffer
11697         is unnarrowed.
11698         (ses-build-load-map): Delete.  Distribute its content to defconst's for
11699         the three maps.
11700         (ses-menu, ses-header-line-menu): New menus.
11701         (ses-mode-map): Use them.
11702         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
11704 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
11706         * Makefile.in: Fix the CC Mode recompile kludge so it works
11707         when building in a different directory.
11709 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
11711         * simple.el (kill-new): Put yank-handler property on the entire string.
11713 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11715         * diff.el: Don't use compile any more, use diff-mode instead.
11716         (diff-regexp-alist, diff-old-file, diff-new-file)
11717         (diff-parse-differences, diff-process-setup): Remove.
11718         (diff-sentinel): New fun.
11719         (diff): Use it.  Run the process ourselves.
11720         Use diff-mode for the rest of the processing.
11722         * diff.el (diff): Simplify code handling `switch'.
11724 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11726         * pcvs-defs.el (cvs-menu): Add `tag'.
11728 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
11730         * simple.el (kill-append): Doc fix.
11732         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11733         Adapt outline-regexp to the new conventions for commenting out code.
11735 2004-02-11  John Paul Wallington  <jpw@gnu.org>
11737         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11739 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11741         * diff.el (diff-switches): New fun.
11742         (diff, diff-backup): Use it.
11743         (diff): Clean up the args construction.  Use backquote.
11744         Use listp instead of consp to avoid putting a nil arg.
11745         (diff): Add a revert-buffer function.
11747 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11749         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
11750         handled by x-dnd-handle-file-name.
11751         (x-dnd-known-types): Add COMPOUND_TEXT.
11752         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11753         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11754         x-dnd-empty-state.
11755         (x-dnd-forget-drop): Ditto.
11756         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11757         (x-dnd-handle-one-url): Return private when inserting text.
11758         (x-dnd-insert-ctext): New function.
11759         (x-dnd-handle-file-name): New function for FILE_NAME.
11760         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11761         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11762         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11764 2004-02-10  Kenichi Handa  <handa@m17n.org>
11766         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11767         instead of while loop.
11769 2004-02-10  Miles Bader  <miles@gnu.org>
11771         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11773 2004-02-09  Kenichi Handa  <handa@m17n.org>
11775         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11776         have end-of-line.
11778 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
11780         * Makefile.in: Added extra dependencies in the recompile target
11781         needed to cope with the compile time macro expansions in CC Mode.
11783 2004-02-09  Kim F. Storm  <storm@cua.dk>
11785         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11786         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11787         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11788         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11789         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11790         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11791         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11792         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11793         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11794         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11795         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11797 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11799         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11800         Don't allow shrink if there's a window on our right.
11802         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11803         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11804         Bring together declaration and initialization.
11805         (prolog-mode-variables): Don't set the syntax table.
11806         Don't set paragraph-start and comment-indent-function.
11807         Add /*..*/ to the comment regexps.
11808         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
11809         (prolog-mode-map): Don't bind TAB.
11810         (prolog-mode): Set the syntax table.
11811         (prolog-comment-indent): Remove.
11812         (inferior-prolog-mode-map): Initialize in the declaration.
11813         (inferior-prolog-mode-syntax-table)
11814         (inferior-prolog-mode-abbrev-table): New vars.
11815         (inferior-prolog-mode): Derive from comint-mode.
11816         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11817         minibuffer windows.
11819         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11820         in file names, as long as it is unabmiguous.
11822 2004-02-08  Andreas Schwab  <schwab@suse.de>
11824         * textmodes/reftex-toc.el
11825         (reftex-toc-load-all-files-for-promotion): Remove useless use of
11826         format.  Doc fix.
11828         * textmodes/refer.el (refer-find-entry-internal): Remove extra
11829         format string arguments.
11831         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11832         string argument.
11834         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11836         * play/zone.el (zone-call): Fix format string.
11838         * net/webjump.el (webjump-builtin): Add missing format string argument.
11840         * midnight.el (midnight-delay-set): Remove extra format string argument.
11842         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11844         * hexl.el (hexl-insert-char): Add missing format string argument.
11846         * format.el (format-decode): Fix format string.
11848         * emulation/vi.el (vi-mode): Remove extra format string argument.
11849         (vi-repeat-last-search): Likewise.
11850         (vi-reverse-last-search): Likewise.
11851         (vi-goto-mark): Likewise.
11852         (vi-reverse-last-find-char): Likewise.
11853         (vi-repeat-last-find-char): Likewise.
11854         (vi-locate-def): Likewise.
11856         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
11858         * ediff-util.el (ediff-toggle-read-only): Remove extra format
11859         string argument.
11860         (ediff-toggle-regexp-match): Likewise.
11862         * dired-aux.el (dired-do-query-replace-regexp): Add missing
11863         format string argument.
11865         * calc/calc-map.el (calc-get-operator): Remove extra format
11866         string argument.
11868         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
11870         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
11871         string argument.
11873         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
11875         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
11877         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
11879         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
11880         (cl-struct-setf-expander): Likewise.
11882         * vc.el (with-vc-file): Fix unsafe uses of error.
11883         (vc-cancel-version): Likewise.
11885 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
11887         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11888         thousands separator; fixes <class>:<line-number> regexp for
11889         non-english locales.
11891 2004-02-08  Andreas Schwab  <schwab@suse.de>
11893         * view.el (view-mode-enable): Revert previous change.
11895 2004-02-07  Kim F. Storm  <storm@cua.dk>
11897         * simple.el (line-number-at-pos): Rename from line-at-pos.
11898         Uses changed (what-line and vc-annotate-warp-version).
11900 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11902         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11903         (diff-mode): Remove aborted attempt at support for compile.el.
11904         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11906 2004-02-06  Andreas Schwab  <schwab@suse.de>
11908         * view.el (view-mode-enable): Add view-mode-map to
11909         minor-mode-overriding-map-alist.
11911 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11913         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11915 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11918         with point inside rather than after the paragraph.
11920 2004-02-04  Sam Steingold  <sds@gnu.org>
11922         * mail/smtpmail.el (smtpmail-try-auth-methods):
11923         Do not try authentication when no mechanism is available.
11924         Pass port-name as defaultport to `netrc-machine'.
11926 2004-02-04  Stephen Eglen  <stephen@gnu.org>
11928         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11929         to show how minibuffer height can be constrained.
11931 2004-02-04  John Paul Wallington  <jpw@gnu.org>
11933         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11935 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11937         * x-dnd.el: New file for drag and drop.
11939         * term/x-win.el: require x-dnd, set after-make-frame-functions
11940         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11941         drag-n-drop event.
11943         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11944         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11945         (dired-dnd-handle-file): New functions for drag and drop support.
11946         (dired-mode): Initialize drag and drop if x-dnd present.
11948 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11951         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11952         (cperl-mode): Set fill-paragraph-function.
11953         (cperl-fill-paragraph): Make it non-interactive.
11955 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
11957         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11959 2004-02-02  David Kastrup  <dak@gnu.org>
11961         * replace.el (perform-replace): Allow 'literal argument in
11962         regexp-flag to indicate literal replacement.
11963         (query-replace-regexp-eval): Use it.
11965 2004-02-01  Andreas Schwab  <schwab@suse.de>
11967         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11969 2004-02-01  Stephen Eglen  <stephen@gnu.org>
11971         * info-look.el: Add support for maxima-mode.  Update commentary
11972         because info-lookup-symbol is now bound to C-h S.
11974 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
11976         * simple.el (edit-and-eval-command): Bind print-level and
11977         minibuffer-history-sexp-flag around call to read-from-minibuffer.
11978         Correct initial position in command-history.
11980 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
11982         * files.el (read-directory-name): Adapt the docstring to recent
11983         change in Fread_file_name.
11985 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
11987         * ses.el (ses-print-cell): If print format too wide for column
11988         width, truncate decimal places if that helps to avoid "#####" fill.
11989         * ses.el (ses-initial-column-width): Revert previous change.
11991 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11993         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11994         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11995         Add edebug info.
11996         (jit-lock-mode): Setup/cancel the new timer.
11997         (jit-lock-context-fontify): New fun.  Extracted from
11998         context fontification code of jit-lock-stealth-fontify.
11999         (jit-lock-stealth-fontify): Don't do context fontification any more.
12001         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12002         (jit-lock-fontify-now): Handle the `quit' case.
12003         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12005 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
12007         * progmodes/executable.el (executable-command-find-posix-p):
12008         New.  Check if find handles arguments Posix-style.
12010         * progmodes/grep.el (grep-compute-defaults):
12011         Use executable-command-find-posix-p.
12012         (grep-find): Check `grep-find-command'.
12014         * filecache.el (file-cache-find-posix-p): Delete.
12015         (file-cache-add-directory-using-find):
12016         Use `executable-command-find-posix-p'.
12018 2004-01-29  Dave Love  <fx@gnu.org>
12020         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12021         Iterate the hook function if arg is given.
12022         (mark-defun, narrow-to-defun): Change order of finding the limits.
12024         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12025         (byte-compile-format-warn): New.
12026         (byte-compile-callargs-warn): Use it.
12027         (Format, message, error): Add byte-compile-format-like property.
12028         (byte-compile-maybe-guarded): New.
12029         (byte-compile-if, byte-compile-cond): Use it.
12030         (byte-compile-lambda): Compile interactive forms,
12031         just to make warnings about them.
12033 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
12035         * ses.el (ses-initial-column-width): Increase to 14, so it will
12036         work well with the default printer of "%.7g" for extreme values
12037         like "-1.234567e+07".
12039 2004-01-29  Kenichi Handa  <handa@m17n.org>
12041         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12043 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
12045         * dos-w32.el: Added support for the `default-printer-name' function.
12047 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12049         * server.el (server-socket-name): Don't use the hostname in the
12050         socket name since /tmp is local to the host anyway.
12052         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12053         robust check of widening and fix var-naming.
12055 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
12057         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12058         or rmail-spam- to rsf- in all function and variable names.
12059         (rsf-min-region-to-spam-list): New variable.
12060         (rsf-bbdb-auto-delete-spam-entries): Rename from
12061         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
12062         scanned together with the recipients field for spam testing; Don't
12063         delete spam message if rmail-delete-after-output is non-nil;
12064         (rsf-check-field): New function, extracted from code in
12065         rmail-spam-filter to ease addition of header fields like
12066         content-type:;
12067         (message-content-type): New variable.  The content-type: field was
12068         added also in defcustom of rsf-definitions-alist;
12069         (rmail-spam-filter): Replace repeated test code for header fields
12070         by calls to check-field; change the call to
12071         rmail-output-to-rmail-file such that rmail-current-message stays
12072         the same to avoid wrong deletion of unseen flags.
12073         (rmail-use-spam-filter): Add autoload cookie.
12075 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
12077         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
12078         (file-cache-add-directory-using-find): Add Cygwin support.
12079         (file-cache-find-command-posix-flag): New user variable.
12081         * filecache.el (file-cache-add-directory): Check for
12082         directories an remove them from dir-files.
12084 2004-01-27  Richard M. Stallman  <rms@gnu.org>
12086         * man.el (Man-fontify-manpage): Clean up message.
12088 2004-01-27  Kenichi Handa  <handa@m17n.org>
12090         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12091         (sentence-end): Define using sentence-end-without-space.
12093         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12094         a sentence ends with one of a character in sentence-end-without-space.
12096 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12098         * font-lock.el (font-lock): Add jit-lock as explicit group member.
12099         (jit-lock): Group declaration moved to jit-lock.el.
12100         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12101         when necessary.
12103         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12104         (jit-lock-context-unfontify-pos): Rename from
12105         jit-lock-first-unfontify-pos.
12106         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12108 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12110         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12111         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12112         (fortran-fill): When filling a string, adjust re-search-backward
12113         argument for special case of string just on fill-column.
12114         When filling non-string, allow one extra char if
12115         fortran-break-before-delimiters is non-nil.
12116         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12117         Use fortran-break-delimiters-re and fortran-no-break-re to
12118         correctly handle cases such as "**".
12120         * progmodes/f90.el (f90-break-delimiters): Doc fix.
12121         (f90-no-break-re): Add some extra tokens.  Doc fix.
12123 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
12125         * mail/rmail-spam-filter.el:
12126         Use two semicolons as Commentary line prefix.
12127         Add ";;; Code:" stylized comment.
12128         Delete end-of-line whitespace.
12129         Wrap (require 'cl) with `eval-when-compile'.
12131 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
12133         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12134         at the top level of vc.el.
12136 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
12138         * vc.el (vc-current-line): Function removed.  This is now done by
12139         the new function line-at-pos in simple.el.
12140         (vc-annotate-warp-version): Use line-at-pos instead of
12141         vc-current-line.
12143 2004-01-22  Kim F. Storm  <storm@cua.dk>
12145         * simple.el (line-at-pos): New defun.
12146         (what-line): Use it.  Optimize by only counting lines in narrowed
12147         region once.
12149 2004-01-22  Kenichi Handa  <handa@m17n.org>
12151         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12152         point (register r1) only for charset mule-unicode-0100-24ff.
12154 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12156         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12157         trailing white space and ensure a final newline.
12159         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12160         Add autoload cookie.
12162 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
12164         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12165         activate view-mode explicitly.
12167 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12169         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12170         use clipboard first.
12172 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12174         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
12175         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12176         (vc-mcvs-cvs): Remove.
12177         (vc-mcvs-command): Remove use of assert.
12179         * outline.el (outline-insert-heading): Tighten up match.
12180         (outline-demote, outline-move-subtree-down): Don't assume anything
12181         about outline-regexp.
12183         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12184         (texinfo-show-structure): Explicitly add ^, and simplify.
12186 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12188         * calendar/appt.el (appt-check): Restore usage of
12189         appt-issue-message deleted in previous change.
12190         (top-level): Activate package when loaded (needed for backwards
12191         compatibility).
12193 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12195         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12196         following previous change to smtpmail-send-data.
12198 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
12200         * vc.el (vc-default-previous-version): Doc enhancement.
12201         (vc-default-next-version): New function.
12202         (vc-print-log): New arg FOCUS-REV.
12203         (vc-annotate-mode): Derive from view-mode.
12204         (vc-annotate): New args REVISION, DISPLAY-MODE.
12205         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12206         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12207         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12208         (vc-annotate-show-diff-revision-at-line, vc-current-line)
12209         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12211         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12213 2004-01-19  Karl Berry  <karl@gnu.org>
12215         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12216         or "TexInfo".
12218 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12220         * subr.el (delete-dups): New function.
12222 2004-01-19  Karl Berry  <karl@gnu.org>
12224         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12225         with ^, since that's what texinfo-show-structure
12226         documentation says (plus it works much better in texinfo.txi).
12228 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
12230         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12232 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
12234         * progmodes/which-func.el (which-function-mode): Don't cancel
12235         which-func-update-timer if not set.
12237 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
12239         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12240         Remove spurious left square bracket in XX:XXam regexp.
12242 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12244         * progmodes/cc-defs.el: Do not require cl at run time.
12246 2004-01-16  Richard M. Stallman  <rms@gnu.org>
12248         * emacs-lisp/cl.el (cl-cannot-unload): New function.
12249         (cl-unload-hook): Defvar this to run cl-cannot-unload.
12251         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12252         Call rmail-spam-filter.  Delete and expunge spam.
12253         Print number of spam messages deleted.
12254         Save and restore the deletion status of old messages when reading
12255         new mail with spam filter, so that expunging spam does not expunge
12256         msgs deleted by the user.
12257         (rmail-only-expunge): Add an optional argument dont-show to
12258         prevent showing message after expunge.
12260 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
12262         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12263         * subr.el (declare): New macro.
12265 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
12267         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12269 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12271         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12272         Test window-system rather than system-type (for X11/Mac).
12274 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
12276         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12278 2004-01-12  Richard M. Stallman  <rms@gnu.org>
12280         * mail/rmail.el (rmail-convert-to-babyl-format):
12281         Use mail-unquote-printable-region.
12282         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
12283         (rmail-hex-char-to-integer): Functions deleted.
12285         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
12286         (mail-unquote-printable-region): New arg NOERROR.
12287         For invalid encoding, either signal an error to just return nil.
12289 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12291         * calendar/appt.el: Update copyright and commentary.
12292         (appt-issue-message): Make obsolete.
12293         (appt-visible, appt-msg-window): Make obsolete, in favour of
12294         appt-display-format.
12295         (appt-display-mode-line, appt-display-duration)
12296         (appt-display-diary, appt-time-msg-list, appt-mode-string)
12297         (appt-prev-comp-time, appt-display-count, appt-timer)
12298         (appt-convert-time): Doc change.
12299         (appt-disp-window-function, appt-delete-window-function):
12300         Use defcustom rather than defvar.
12301         (appt-display-format): New variable.
12302         (appt-display-message): New function with display code from appt-check.
12303         (appt-check): Add optional FORCE argument.  Doc change.
12304         Add appt-make-list to diary-hook if displaying diary.
12305         Remove checking of view-diary-entries-initially.
12306         Message display section removed to new function appt-display-message.
12307         (appt-display-window): Doc change.  Remove unused internal var
12308         this-buffer.  Do not beep, since appt-display-message does that.
12309         (appt-make-list): Doc change.  Use caar.
12310         (appt-sort-list): Simplify by using builtin sort function.
12311         (appt-update-list): New function for updating appts when diary is
12312         saved.
12313         (appt-activate): New autoloaded function to toggle package
12314         functionality.
12316         * calendar/cal-x.el: (calendar-one-frame-setup)
12317         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
12319         * calendar/calendar.el: Update copyright.
12320         (view-diary-entries-initially, european-calendar-style): Doc change.
12321         (calendar-setup): Make defcustom rather than defvar.
12322         (mark-visible-calendar-date): Initialize temp-face and faceinfo
12323         in let binding so local to function.
12325         * calendar/diary-lib.el: Update copyright.
12326         (diary, diary-entry-time): Doc change.
12327         (list-diary-entries): Doc change.  Trivial logic change.
12328         (fancy-diary-display): Restore make-face command mistakenly
12329         deleted 2003-05-08.
12330         (show-all-diary-entries): Allow to pop-up frame if needed.
12332 2004-01-09  John Paul Wallington  <jpw@gnu.org>
12334         * bindings.el (mode-line-change-eol): Add EVENT parameter.
12335         Temporarily select EVENT's window for changing eol type.
12337 2004-01-09  Deepak Goel  <deego@gnufans.org>
12339         * calendar/diary-lib.el (diary-entry-time):
12340         Also accept time in the form XX[.XX][am/pm/AM/PM].
12341         (fancy-diary-font-lock-keywords): Likewise.
12342         (diary-font-lock-keywords): Likewise.
12343         * calendar/appt.el (appt-add): Likewise.
12344         (appt-make-list): Likewise.
12345         (appt-convert-time): Likewise.
12347 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
12349         * gdb-ui.el (gdb-ann3): Revert previous change.
12350         (gdb-source-info): Allow for case of where compilation directory
12351         is not recorded.
12353 2004-01-08  John Paul Wallington  <jpw@gnu.org>
12355         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
12357 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
12359         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
12361         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
12362         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
12363         problems.
12364         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
12366 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
12368         * files.el (write-file-functions, write-contents-functions):
12369         Clarify docstrings.
12371 2004-01-07  Kenichi Handa  <handa@m17n.org>
12373         * international/mule.el (set-auto-coding): Fix for the case that
12374         end-of-line is only CR.
12376 2004-01-07  Kim F. Storm  <storm@cua.dk>
12378         * subr.el (event-start, event-end): Doc fix.
12379         (posn-string, posn-image): New defuns.
12380         (posn-object): Return either image or string object.
12381         (posn-object-x-y): Return 8th element of position.
12382         (posn-object-width-height): New defun.
12384 2004-01-06  Andreas Schwab  <schwab@suse.de>
12386         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
12387         output.
12389 2004-01-05  Karl Berry  <karl@gnu.org>
12391         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
12392         / and *, too.
12394 2003-12-31  Simon Josefsson  <jas@extundo.com>
12396         * files.el (before-save-hook): Add.
12397         (basic-save-buffer): Use before-save-hook.
12399         * emacs-lisp/copyright.el: Fix comment to recommend
12400         before-save-hook instead of write-file-functions.
12402 2004-01-05  Richard M. Stallman  <rms@gnu.org>
12404         * finder.el (finder-commentary): Call delete-other-windows.
12406         * net/ange-ftp.el (ange-ftp-file-attributes):
12407         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
12409 2004-01-04  Karl Berry  <karl@gnu.org>
12411         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
12412         comment characters % and # in the copyright year notice,
12413         as well as ;.
12415 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
12417         * wid-edit.el (default): Define dummy :value-delete.
12418         Reported by Jesper Harder <harder@ifa.au.dk>.
12420 2004-01-03  Richard M. Stallman  <rms@gnu.org>
12422         * progmodes/compile.el (compile-internal): Use point, not point-min,
12423         for set-window-point.
12425         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
12427         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
12429         * progmodes/grep.el (grep-mode-map):
12430         Don't remap next-line, previous-line.
12432 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
12434         * speedbar.el (speedbar-edit-line): Change regexp to position
12435         the cursor on the first character of this line's button.
12437 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12439         * subr.el (functionp): Doc fix.
12441 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12443         * progmodes/idlwave.el (idlwave-make-tags):
12444         * textmodes/flyspell.el (flyspell-large-region):.
12445         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
12446         * emulation/viper-util.el (viper-glob-unix-files):
12447         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
12448         * man.el (Man-init-defvars):
12449         * jka-compr.el (jka-compr-call-process):
12450         * files.el (get-free-disk-space,insert-directory):
12451         * ediff-ptch.el (ediff-test-patch-utility):
12452         * ediff-diff.el (ediff-test-utility):
12453         * dired-aux.el (dired-check-process):
12454         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
12455         test the return value of call-process, because it can be a string.
12457 2003-12-31  John Paul Wallington  <jpw@gnu.org>
12459         * bindings.el (completion-ignored-extensions): Add .pfsl.
12461 2003-12-31  Kim F. Storm  <storm@cua.dk>
12463         * ido.el (ido-nonreadable-directory-p): New defun to check for
12464         nonreadable directory without activating tramp (to avoid problems
12465         with checking incomplete tramp paths).
12466         (ido-set-current-directory, ido-file-internal)
12467         (ido-file-name-all-completions1): Use it.
12469 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
12471         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
12472         documentation if the anchor (or node) name is preceded by `info
12473         anchor' or `Info anchor' in addition to earlier `info node' and
12474         `Info node'.
12475         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
12477 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
12479         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
12480         error in arguments to base64-decode-region.  Remove ^M characters
12481         after decoding base64.
12483 2003-12-30  Simon Josefsson  <jas@extundo.com>
12485         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
12486         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
12487         have only been distributed with Emacs for some years.
12488         (texinfo-mode-hook): Customize.
12490 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
12492         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
12493         cleaner (suggested by Richard Stallman).
12495         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
12496         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
12497         file-name clashes on 8+3 DOS filesystems.
12499         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
12500         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
12501         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
12502         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
12503         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
12504         file-name clashes on 8+3 filesystems.
12506         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
12507         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
12508         file-name clashes on 8+3 DOS filesystems.
12510 2003-12-29  Richard M. Stallman  <rms@gnu.org>
12512         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
12513         Upcase the character.
12515         * textmodes/flyspell.el (mail-mode-flyspell-verify):
12516         Search for header separator alone on a line, literally,
12517         and search for it backward, not forward.
12518         (flyspell-abbrev-table): Always use global-abbrev-table
12519         if there is no local one.
12521         * progmodes/sh-script.el (sh-get-indent-info):
12522         Don't move point back if at bob.
12524         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
12526         * play/handwrite.el (handwrite): Make the handwrite credit message
12527         a comment rather than an output command.
12529         * obsolete/sc.el: Display message that this file is obsolete.
12531         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
12533         * mail/rfc822.el (rfc822-address-start): Declare variable.
12534         Renamed from address-start.  All uses changed.
12536         * term.el (term-exec): Set up sentinel.
12537         (term-sentinel): New function.
12538         (term-handle-exit): New function.
12540         * subr.el (assoc-ignore-case, assoc-ignore-representation):
12541         Use assoc-string, and mark them obsolete.
12542         (delay-mode-hooks): Mark as permanent local.
12544         * simple.el (sendmail-user-agent-compose): Use assoc-string.
12546         * register.el (copy-rectangle-to-register): Doc fix.
12548         * info.el (Info-insert-dir): Use assoc-string.
12550         * info-look.el (info-lookup): Use assoc-string.
12552         * frame.el (pop-up-frame-function): Use quote, not `function'.
12553         (frame-notice-user-settings): Calculate ADJUSTED-TOP
12554         copying with lists as coordinate values.
12556         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
12558         * find-dired.el (kill-find): New command.
12559         (find-dired): Make buffer read-only.
12560         Set up a keymap with C-c C-k running kill-find.
12561         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
12563         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
12565         * filecache.el (file-cache-ignore-case): New variable.
12566         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
12568         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
12569         (comint-dynamic-complete-as-filename): Rename local vars.
12570         (comint-dynamic-list-filename-completions): Likewise.
12572         * comint.el (comint-dynamic-list-completions-config): New var.
12573         (comint-dynamic-list-completions): Handle both SPC and TAB right.
12575         * comint.el (comint-file-name-chars): Add [].
12576         (comint-word): Use skip-chars-backward, not search.
12578         * shell.el (shell-file-name-chars): Add [].
12580         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
12582         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
12584         * generic.el (define-generic-mode): Doc fix.
12586 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12588         * files.el (kill-some-buffers): Doc fix.
12590 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
12592         * comint.el (comint-watch-for-password-prompt): Pass `string' as
12593         arg to send-invisible
12594         (send-invisible): Doc fix.  The argument is now a prompt, not the
12595         string to send.
12596         (comint-read-noecho): Doc fix.
12598 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
12600         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
12601         "@", as required by some ISP hosting service.  Fix defcustom
12602         argument syntax errors that prevented use of customization.
12604 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12606         * xml.el (xml-get-attribute-or-nil): Doc fix.
12608 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
12610         * net/zone-mode.el (zone-mode): Use write-file-functions, not
12611         write-file-hooks.
12613 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12615         * autorevert.el (auto-revert-interval): Doc fix.
12617 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
12619         * xml.el (xml-get-attribute-or-nil): New function, like
12620         xml-get-attribute, but returns nil if the attribute was not found.
12621         (xml-get-attribute): Convert to defsubst, uses
12622         xml-get-attribute-or-nil.
12624 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12626         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12628 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
12630         * custom.el (custom-declare-theme): Use `value' when putting
12631         properties on `theme'.
12633 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
12635         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
12636         for each yank-handler segment.
12637         (insert-for-yank-1): New function, with the body of the previous
12638         insert-for-yank.
12640         * textmodes/table.el (table-yank-handler): New defcustom.
12641         (table--put-cell-indicator-property): Put yank-handler property
12642         that indicates the yank handler for the table cell.
12644 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12646         * generic-x.el (etc-modules-conf-generic-mode): A more complete
12647         set of keywords.
12649 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12651         * international/mule-cmds.el (reset-language-environment)
12652         (set-language-environment): Don't invoke fontset-related functions
12653         if fontset-list is not fboundp.
12655 2003-12-29  Kenichi Handa  <handa@m17n.org>
12657         * international/mule-cmds.el (reset-language-environment):
12658         Call set-overriding-fontspec-internal with nil.
12659         (set-language-environment): Call set-overriding-fontspec-internal
12660         if the language environment specify `overriding-fontspec'.
12661         (language-info-alist): Doc added.
12663         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
12664         characters of mule-unicode-0100-24ff.
12665         (ccl-encode-windows-1251-font): New CCL program.
12666         ("Bulgarian"): Specify overriding-fontspec.
12667         ("Belarusian"): Likewise.
12669 2003-12-28  Sam Steingold  <sds@gnu.org>
12671         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
12672         parameter ID-FORMAT to conform with the 2003-11-30 patch.
12674 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
12676         * progmodes/gud.el (gud-gdb-command-name): Set default to
12677         "gdb --annotate=3".
12678         (gud-gdb-marker-filter): Look out for annotations.
12679         (gdb-first-pre-prompt): New variable.
12680         Remove trailing white space.
12682         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
12683         if necessary.
12684         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
12685         annotations are detected.
12686         (gud-gdba-marker-filter): Use global variable gud-marker-acc
12687         instead of a local one to allow transition from
12688         gud-gdb-marker-filter.
12689         Remove trailing white space.
12691 2003-12-27  Kim F. Storm  <storm@cua.dk>
12693         * ido.el: Handle non-readable directories.
12694         (ido-decorations): Add 9th element for non-readable directory.
12695         (ido-directory-nonreadable): New dynamic var.
12696         (ido-set-current-directory): Set it.
12697         (ido-read-buffer, ido-file-internal):
12698         (ido-read-file-name, ido-read-directory-name): Let-bind it.
12699         (ido-file-name-all-completions1): Return empty list for
12700         non-readable directory.
12701         (ido-exhibit): Print [Not readable] if directory is not readable.
12702         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
12703         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
12704         Use it.
12706 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
12708         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
12709         calls to directory-files-and-attributes and file-attributes.
12710         (ls-lisp-format): Remove system dependent handling of user and
12711         group id's.
12713 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
12715         * ffap.el (ffap-read-file-or-url): Revert previous change.
12717 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
12719         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
12720         new list of included files called `files-with-node-lines', that
12721         only have node lines.  This way @include commands can include any
12722         file, such as version and update files without node lines, not
12723         just files that are chapters.
12725 2003-12-25  Andreas Schwab  <schwab@suse.de>
12727         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12728         file not found.
12730 2003-12-08  Miles Bader  <miles@gnu.org>
12732         * dired.el (dired-between-files): Always use dired-move-to-filename,
12733         which is more robust in non-english locales.
12735 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12737         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12739 2003-12-24  Andreas Schwab  <schwab@suse.de>
12741         * shell.el (shell-file-name-quote-list): Add backslash.
12743         * comint.el (comint-quote-filename): Correctly handle backslash
12744         in comint-file-name-quote-list.
12746 2003-12-24  Kenichi Handa  <handa@m17n.org>
12748         * international/mule-cmds.el (set-default-coding-systems):
12749         Call ucs-set-table-for-input for all buffers that don't have local
12750         value of buffer-file-coding-system.
12752         * international/ucs-tables.el (ucs-set-table-for-input):
12753         If translation-table-for-encode is a symbol, get its
12754         translation-table property.
12756 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
12758         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12759         to `completing-read' on a recently fixed bug.
12761         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12762         instead of SPACE, to get the list of possible fringe modes.
12763         SPACE only works if both `partial-completion-mode' and
12764         `completion-auto-help' are nil.
12766         * complete.el (PC-is-complete-p): Delete.
12767         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12768         calls to `test-completion'.
12770 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
12772         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12773         to edit values when there are no children.
12775         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12776         a mode called "Assembler" already exists.
12777         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12778         (gud-watch): Use format option.  Remove font properties from string.
12779         (gdb-var-create-handler, gdb-var-list-children-handler):
12780         Don't bother about properties as there are none.
12781         (gdb-var-create-handler, gdb-var-list-children-handler)
12782         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12783         with two arguments.
12784         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12785         Let speedbar show value changes with a different font.
12786         (gdb-edit-value): New defun.
12787         (gdb-clear-partial-output, gdb-clear-inferior-io)
12788         (def-gdb-auto-update-handler): Use erase-buffer.
12789         (gdb-frame-handler): Display watch expressions in
12790         FUNCTION::VARIABLE format if required.
12792 2003-12-23  John Paul Wallington  <jpw@gnu.org>
12794         * info.el (Info-unescape-quotes, Info-split-parameter-string)
12795         (Info-goto-emacs-command-node): Doc fixes.
12797 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
12799         * cus-edit.el (custom-add-parent-links): Define "many".
12801 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
12803         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12804         (widget-child-validate, widget-type-value-create)
12805         (widget-type-default-get, widget-type-match): New functions.
12806         (lazy): New widget.
12807         (menu-choice, checklist, radio-button-choice, editable-list)
12808         (group, documentation-string): Remove redundant (per 2003-10-25
12809         change) calls to `widget-children-value-delete'.
12810         (widget-choice-value-get, widget-choice-value-inline): Remove.
12811         (menu-choice): Update widget.
12813 2003-12-03  Kenichi Handa  <handa@m17n.org>
12815         * language/cyrillic.el: Register "microsoft-cp1251" in
12816         ctext-non-standard-encodings-alist.
12817         ("Bulgarian"): Add ctext-non-standard-encodings.
12818         ("Belarusian"): Likewise.
12820         * international/mule-conf.el (compound-text-with-extensions):
12821         Change the type to 2 (iso-2022 base).
12823         * international/mule.el (ctext-non-standard-encodings-alist):
12824         Change the format.
12825         (ctext-non-standard-encodings): New variable.
12826         (ctext-post-read-conversion): Fully re-written.
12827         (ctext-non-standard-designations-alist): Delete it.
12828         (ctext-non-standard-encodings-table): New function.
12829         (ctext-pre-write-conversion): Fully re-written.
12831 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12833         * cus-edit.el (custom-add-parent-links): Add documentation links
12834         for parent, if the item has none of its own.
12836 2003-11-30  Richard M. Stallman  <rms@gnu.org>
12838         * dired-aux.el (dired-do-query-replace-regexp):
12839         Report files visited read-only.
12841 2003-11-30  Juri Linkov  <juri@jurta.org>
12843         * dired-aux.el (dired-compare-directories): New command.
12844         (dired-file-set-difference, dired-files-attributes): New functions.
12846 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12847         Version 2.0.38 of Tramp released.
12849         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
12850         Charles Curley <charlescurley@charlescurley.com>.
12851         (tramp-multi-connection-function-alist): Add ssht entry which adds
12852         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
12853         Aichner.
12854         (tramp-get-method-parameter): New function to retrieve a method
12855         parameter.  This allows for omission of method parameters.
12856         Callers adjusted.
12858 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
12860         * net/tramp.el: Add new optional parameter ID-FORMAT to
12861         `file-attributes'.  Calls of `file-attributes' won't use this
12862         parameter for backward compatibility reasons.
12863         (tramp-perl-file-attributes): Add a new parameter to Perl script
12864         in order to handle uid/gid as strings, if desired.
12865         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
12866         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
12867         order to make the function more general.
12868         (tramp-handle-file-attributes): Replace proprietary optional
12869         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
12870         (tramp-handle-file-attributes-with-perl): Handle parameter
12871         NONNUMERIC if set.  This wasn't done in the past.
12872         (tramp-post-connection): Apply second parameter "$2" if
12873         `tramp-remote-perl' is called.
12875         * net/tramp-smb.el (tramp-smb-handle-delete-file):
12876         Correct cut'n'waste error (`filename' instead of `directory').
12877         (tramp-smb-handle-directory-files-and-attributes)
12878         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
12879         introduced parameter ID-FORMAT.
12880         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
12881         error (`directory' instead of `ldir').
12883         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
12884         `file-attributes' has a second parameter.  If yes, apply it with
12885         value "'integer".  Otherwise, don't use that parameter (default is
12886         integer format).
12888 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12890         * help.el (help-map): Bind `display-local-help' to `C-h .'.
12891         (help-for-help): Add `C-h .' to the listed Help options.
12892         Remove trailing whitespace.
12894         * help-at-pt.el: New file.
12896 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
12898         * subr.el (noreturn, 1value): New macros for test coverage.
12899         See `testcover.el'.
12901         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12903         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12904         for macro `1value'.
12905         (testcover-1value): New function.  Checks that a 1value form
12906         actually returns only one value.  Requested by RMS.
12908 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
12910         * gdb-ui.el (gud-watch, gdb-var-create-handler)
12911         (gdb-var-list-children, gdb-var-list-children-handler)
12912         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12913         gdb commands that use mi to keep them out of the command history.
12915 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12917         * cus-start.el (all): Add use-file-dialog.
12919 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12921         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12923 2003-11-27  Kim F. Storm  <storm@cua.dk>
12925         * subr.el (posn-object-x-y): New defun.
12927 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12929         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12930         Don't use `space' for \\\n.
12931         Be more selective as to which # are comment-starters.
12933 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
12935         * subr.el (number-sequence): Improve handling of floating point
12936         arguments (suggested by Kim Storm).  Allow negative arguments.
12938 2003-11-26  Kenichi Handa  <handa@m17n.org>
12940         * international/mule-cmds.el (standard-display-european-internal):
12941         Cancel the standard-display-table setting for ` and '.
12943 2003-11-26  Kim F. Storm  <storm@cua.dk>
12945         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12946         New defcustoms to add ffap-like functionality to ido.
12947         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
12948         (ido-no-final-slash): New defun.
12949         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12950         (ido-read-file-name): ): Toggle VC checking via
12951         vc-handled-backends instead of vc-master-templates.
12952         (ido-file-internal): Handle ido-use-url-at-point and
12953         ido-use-filename-at-point via code borrowed from ffap-guesser.
12954         Handle new ido-exit code ffap.
12955         (ido-sort-list): Ignore final slash when sorting file names.
12957 2003-11-25  Kim F. Storm  <storm@cua.dk>
12959         * emulation/cua-base.el (cua--standard-movement-commands):
12960         Add forward-sentence and backward-sentence.
12962 2003-11-25  Stephen Eglen  <stephen@gnu.org>
12964         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12965         iswitchb-exit is set to 'usefirst when user selects buffer at head
12966         of list using RET.  (Selecting buffers at the head of the list was
12967         broken if the substring was also a complete buffername.)
12969 2003-11-23  Kim F. Storm  <storm@cua.dk>
12971         * progmodes/compile.el (grep-command, grep-use-null-device)
12972         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12973         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12974         (grep-regexp-alist, grep-program, find-program)
12975         (grep-find-use-xargs, grep-history, grep-find-history)
12976         (grep-process-setup, grep-compute-defaults)
12977         (grep-default-command, grep, grep-tag-default, grep-find)
12978         (grep-expand-command-macros, grep-tree-last-regexp)
12979         (grep-tree-last-files, grep-tree): Move grep variables, functions
12980         and commands to new file grep.el.
12981         (compilation-mode-map): Remove grep commands from Compile sub-menu.
12982         (compilation-process-setup-function): Doc fix.
12983         (compilation-highlight-regexp, compilation-highlight-overlay): New
12984         defvars used for highlighting current compile error in source buffer.
12985         (compile-internal): New optional args HIGHLIGHT-REGEXP and
12986         LOCAL-MAP which overrides compilation-highlight-regexp and
12987         compilation-mode-map for this compilation.
12988         Delay calling compilation-set-window-height until after running
12989         compilation-process-setup-function so it can buffer-local override
12990         compilation-window-height.
12991         Check buffer-local value of compilation-scroll-output.
12992         (compilation-set-window-height): Use buffer-local value of
12993         compilation-window-height.
12994         (compilation-revert-buffer): Don't pass (undefined)
12995         preserve-modes arg to revert-buffer.
12996         (next-error-no-select, previous-error-no-select): New commands.
12997         (compilation-goto-locus): Temporarily highlight current match in
12998         source buffer using compilation-highlight-regexp.
13000         * progmodes/grep.el: New file with grep code from compile.el.
13001         (grep): New defcustom group.
13002         (grep-window-height): New defcustom, like compilation-window-height.
13003         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13004         (grep-scroll-output): New defcustom, like compilation-scroll-output.
13005         (grep-command, grep-use-null-device, grep-find-command)
13006         (grep-tree-files-aliases, grep-tree-ignore-case)
13007         (grep-tree-ignore-CVS-directories): Move to grep custom group.
13008         (grep-setup-hook): New hook variable.
13009         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
13010         (grep-last-buffer): New defvar, override compilation-last-buffer.
13011         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
13012         Call compile-internal with args highlight-regexp and grep-mode-map.
13014 2003-11-23  Kim F. Storm  <storm@cua.dk>
13016         * subr.el (event-start, event-end): Doc fix.
13017         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13018         (posn-area, posn-actual-col-row, posn-object): New defuns.
13019         (posn-col-row): Simplify doc.  Rewrite to use cond.
13020         (posn-point): Also return buffer position for events outside text
13021         area (that info is now present in the event position).
13023         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13024         mouse-set-point so that hscroll still works now that clicks on
13025         fringes generate specific mouse events.
13026         (mouse-set-point): Note that it now works in fringes and margins
13027         too due to new semantics of posn-point in fringes and margins.
13029         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13030         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13032 2003-11-20  Kim F. Storm  <storm@cua.dk>
13034         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13035         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13036         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13037         to 100 for icons to avoid increasing line height when shown.
13039 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13041         * newcomment.el (comment-normalize-vars): Initialize properly if
13042         comment-start was nil.
13044 2003-11-19  Andreas Schwab  <schwab@suse.de>
13046         * simple.el (set-variable): Fix indentation.
13048 2003-11-17  Kenichi Handa  <handa@m17n.org>
13050         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13051         Fix docstring.
13053 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13055         * international/latin1-disp.el (latin1-display): Fix docstring.
13057 2003-11-16  John Wiegley  <johnw@newartisans.com>
13059         * eshell/em-ls.el (eshell-ls-file): There are times with
13060         size-width is nil and uncomputed (when directories are created in
13061         dired, for example); in this case, 4 is reasonable default value,
13062         although it may caused skewed new entries (which could be avoided
13063         by returning the original value of 8 in all cases, but 99% of the
13064         time this is a waste of whitespace).
13066 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
13068         * cc-engine.el (c-guess-continued-construct)
13069         (c-guess-basic-syntax): Check a little more carefully if it's a
13070         function declaration when an unknown construct followed by a block
13071         is found inside a statement context.  This avoids macros followed
13072         by blocks to be taken as function declarations.
13074         (c-guess-continued-construct): Change the analysis of a statement
13075         continuation with a brace open to `substatement-block', for
13076         consistency with recognized statements.
13078         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13079         start is in a position so that `c-beginning-of-statement-1' jumped
13080         to the beginning of the same statement.
13082         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13083         Don't accept binary operators in the arglist if we're in a function
13084         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
13085         template recognition in cases like "if (a < b || c > d)".
13087         (c-restricted-<>-arglists): New more appropriate name for
13088         `c-disallow-comma-in-<>-arglists'.
13090         Accessing functions updated for the variable name change.
13092         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13093         match data could get clobbered if NOT-INSIDE-TOKEN is used.
13095         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13096         labels.
13098         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13099         instead of duplicating parts of it.  This fixes bogus label
13100         recognition.
13102         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13103         of checking the context in which to apply the minimum indentation,
13104         so that it isn't enforced in e.g. namespace blocks.
13106         * cc-vars.el (c-inside-block-syms): New constant used by
13107         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
13108         to somewhat reduce the risk of becoming stale.
13110         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13111         cc-cmds to cc-engine to allow use from cc-align.
13113         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13114         qualified identifiers containing "::".
13116         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13117         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13119         * cc-vars.el (c-emacs-features): Use a space in front of the name
13120         of the temporary buffer.  That also avoids dumping problems in
13121         XEmacs due to undo info being left around after the buffer is killed.
13123         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13124         arglist to see if it's a K&R style declaration.
13126         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13127         before returning `knr-argdecl-intro'.
13129 2003-11-16  John Wiegley  <johnw@newartisans.com>
13131         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13132         field in a long-listing always 8 characters, use `size-width',
13133         which has already been computed.
13135 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
13137         * subr.el (minor-mode-list): Add `hs-minor-mode'.
13139 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13141         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13142         Support operation while narrowed, with `diff-restrict-view'.
13144 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13146         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13147         Take additional optional arg NARROWFUN.  For the generated functions:
13148         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
13149         include frags that arrange to check for and save narrowing state before
13150         the move and then conditionally call NARROWFUN after the move.
13152 2003-11-14  John Wiegley  <johnw@newartisans.com>
13154         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13155         that was optional, but obviously missing based on surrounding code.
13157         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13158         string arguments to numbers unless the whole argument was seen as
13159         a number.
13161 2003-11-14  Kenichi Handa  <handa@m17n.org>
13163         * international/mule.el (ctext-non-standard-encodings-alist):
13164         Fix coding systems.
13166 2003-11-10  Kenichi Handa  <handa@m17n.org>
13168         * language/kannada.el ("Kannada"): Add sample-text.
13170         * language/knd-util.el (kannada-compose-region)
13171         (kannada-compose-string, kannada-post-read-conversion):
13172         Add autoload cookie.
13174         * international/quail.el (quail-completion): Change the message
13175         "corresponding translations" to "corresponding characters".
13177 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13179         * descr-text.el (describe-char): Fix typo.
13181 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
13183         These changes are to support Kannada language/script.
13185         * Makefile.in (DONTCOMPILE): Add kannada.el.
13187         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13189         * loadup.el: Preload kannada.el.
13191         * language/ind-util.el (ucs-kannada-to-is13194-alist)
13192         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13193         New variables.
13195         * language/kannada.el: New file.
13197         * language/knd-util.el: New file.
13199 2003-11-07  Andreas Schwab  <schwab@suse.de>
13201         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13202         Also highlight AH_*.
13204         * xml.el (xml-parse-dtd): Fix misplaced paren.
13206 2003-11-07  Kenichi Handa  <handa@m17n.org>
13208         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13210 2003-11-05  Juri Linkov  <juri@jurta.org>
13212         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13213         (desktop-buffer-file): Use saved buffer-file-coding-system
13214         for file reading.  Set auto-insert to nil to prevent automatic
13215         insertion into restored empty files.
13217 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
13219         * files.el (risky-local-variable-p): Make second argument optional.
13221 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13223         * subr.el (add-hook): Fix last change.
13225 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
13227         * mail/rmail.el (rmail-convert-to-babyl-format):
13228         If base64-decode-region signals an error, catch it and silently
13229         ignore it.
13231 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
13233         * xml.el (xml-parse-region): Allow comments to appear after the
13234         topmost element has closed.
13235         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13236         (xml-ns-expand-attr): New functions to do namespace handling.
13237         (xml-intern-attrlist): Back-compatible handling of attribute names.
13238         (xml-parse-tag): Move namespace handling to separate functions.
13239         Now produces elements in the form ((:ns . "element") (attr-list)
13240         children) instead of ('ns:element (attr-list) children).
13241         (xml-parse-attlist): Fix attribute parsing.
13242         (xml-parse-dtd): Change parsing so that it produces strings
13243         instead of interned symbols.
13245 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
13247         * dired.el (dired-ls-sorting-switches): Doc fix.
13249 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
13251         * emacs-lisp/rx.el (rx-or): Fix the case of
13252         "(rx (and ?a (or ?b ?c) ?d))".
13254 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
13256         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13257         (texinfo-format-region): Use it.
13258         (texinfo-format-buffer-1): Ditto.
13260 2003-11-01  Alan Mackenzie  <acm@muc.de>
13262         Changes to allow scrolling whilst in isearch mode:
13263         * isearch.el (isearch-unread-key-sequence): New function,
13264         extracted from isearch-other-meta-char.
13265         (top level): (put 'foo 'isearch-scroll) on all Emacs's
13266         "scrollable" standard functions.
13267         (isearch-allow-scroll): New customizable variable.
13268         (isearch-string-out-of-window, isearch-back-into-window)
13269         (isearch-reread-key-sequence-naturally)
13270         (isearch-lookup-scroll-key): New functions.
13271         (isearch-other-meta-char): Doc string and functionality enhanced.
13272         Now accepts a prefix argument.
13273         (isearch-lazy-highlight-window-end): New variable.
13274         (isearch-lazy-highlight-new-loop): Pay attention to the window's
13275         end (thru isearch-lazy-highlight-window-end), not only its start.
13277         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13278         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
13279         (universal-argument, universal-argument-more, negative-argument)
13280         (digit-argument, universal-argument-other-key): Minor changes.
13282 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13284         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
13285         recursively if the last message is deleted, thus avoiding an
13286         infinite loop.
13288 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13290         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
13291         (tex-main-file): Don't add .tex if the extension is already present.
13292         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
13294 2003-10-29  Lute Kamstra  <lute@gnu.org>
13296         * progmodes/octave-inf.el (inferior-octave-prompt):
13297         Recognize version number in prompt.
13299 2003-10-28  Dave Love  <fx@gnu.org>
13301         * international/characters.el: Fix some Unicode ranges.
13303 2003-10-28  Kenichi Handa  <handa@m17n.org>
13305         * disp-table.el (standard-display-8bit)
13306         (standard-display-default, standard-display-ascii)
13307         (standard-display-g1, standard-display-graphic)
13308         (standard-display-underline): Assure that standard-display-table
13309         is a display table.
13311 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13313         * simple.el (reindent-then-newline-and-indent): Delete space *after*
13314         reindenting the first line.
13316 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13318         * wid-edit.el (widget-default-delete): Always delete child widgets.
13320 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         * newcomment.el (comment-indent): Don't call indent-according-to-mode
13323         if the line has code.
13324         Don't try to line up with something that's too far left.
13326         * progmodes/octave-mod.el (octave-comment-start): Simplify.
13327         (octave-mode-syntax-table): Add % as a comment starter.
13328         (octave-point): Remove.
13329         (octave-in-comment-p, octave-in-string-p)
13330         (octave-not-in-string-or-comment-p, calculate-octave-indent)
13331         (octave-blink-matching-block-open, octave-auto-fill):
13332         Use line-(beginning|end)-position instead.
13334 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13336         * emacs-lisp/authors.el (authors-aliases): Add correct realname
13337         for Francesco Potort\e,Al\e(B.
13339 2003-10-23  Dave Love  <fx@gnu.org>
13341         * international/mule-cmds.el (locale-charset-to-coding-system):
13342         Don't rely on nil being a coding system.
13344         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
13345         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
13346         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
13348 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
13350         * gdb-ui.el (gdb-current-language): New variable.
13351         (gdb-update-flag): Remove variable.
13352         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
13353         (gdb-take-last-elt): Remove function.
13354         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
13355         (gdb-post-prompt): Check for variable object changes here.
13357         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
13358         object changes in gdb-ui.el.
13360 2003-10-21  Richard M. Stallman  <rms@gnu.org>
13362         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
13364         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
13365         Don't check for foo*/ wildcard form here.
13366         (insert-directory): Recognize foo*/ as a wildcard.
13367         Separate wildcard-regexp variable from the arg, wildcard.
13369         * subr.el (add-hook): Correctly detect when make-local-hook was used.
13370         (remove-hook): Correctly handle strange cases about local hooks.
13372 2003-10-21  David Ponce  <david@dponce.com>
13374         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
13375         argument REAL, to return a real number instead of a rounded
13376         integer value.  Define as inline function.
13377         (ruler-mode-right-fringe-cols): Likewise.
13378         (ruler-mode-scroll-bar-cols): New function.
13379         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
13380         (ruler-mode-right-scroll-bar-cols): Likewise.
13381         (ruler-mode-space): New function.
13382         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
13383         scroll bar mode and margins in a more robust way.
13385 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
13387         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
13388         (antlr-c-init-language-vars): New function.
13389         (antlr-mode): Use it with cc-mode before v5.29.
13390         (antlr-c-common-init): Don't set some local vars here.
13391         (antlr-mode): Set them here.
13392         (antlr-c-forward-sws): New function alias.
13393         (antlr-mode): Redefine with cc-mode before v5.30.
13394         (antlr-skip-sexps): Use it.
13395         (antlr-skip-exception-part): Ditto.
13396         (antlr-skip-file-prelude): Ditto.
13397         (antlr-outside-rule-p): Ditto.
13398         (antlr-end-of-body): Ditto.
13399         (antlr-option-kind): Ditto.
13400         (antlr-insert-option-area): Ditto.
13401         (antlr-file-dependencies): Ditto.
13403 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13405         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
13406         Move backward only if point was not inside an entry.
13408 2003-10-21  Richard M. Stallman  <rms@gnu.org>
13410         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
13412 2003-10-21  Juri Linkov  <juri@jurta.org>
13414         * compare-w.el: Automatically skip non-matching text to resync.
13415         (compare-windows-whitespace): Doc fix.
13416         (compare-windows-sync, compare-windows-sync-string-size)
13417         (compare-windows-recenter, compare-ignore-whitespace)
13418         (compare-windows-highlight, compare-windows-face): New variables.
13419         (compare-windows): Use compare-windows-sync.
13420         (compare-windows-highlight, compare-windows-dehighlight)
13421         (compare-windows-sync-regexp)
13422         (compare-windows-sync-default-function): New functions.
13424 2003-10-21  Juri Linkov  <juri@jurta.org>
13426         * diff.el (diff-parse-differences): Don't visit the files now;
13427         instead, just record the error locus.
13429 2003-10-21  Dave Love  <fx@gnu.org>
13431         * progmodes/cfengine.el: New file.
13433 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13435         * complete.el (PC-do-completion): Do not forget to use `pred' as the
13436         default-directory when completing file names.
13438 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
13440         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
13441         followed by the word `face', it gets treated as a face, even if
13442         it is also defined as a variable or a function.
13444 2003-10-20  Dave Love  <fx@gnu.org>
13446         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13447         Avoid incf in macro expansion.
13449 2003-10-20  John Paul Wallington  <jpw@gnu.org>
13451         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
13452         `evenp' so we don't implicitly require cl library at runtime.
13454 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
13456         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
13457         (help-make-xrefs): Only make cross-references for faces if
13458         preceded or followed by the word `face'.  Do not make a
13459         cross-reference for variables without variable documentation,
13460         unless preceded by the word `variable' or `option'.  Update doc
13461         string accordingly.
13463 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
13465         * progmodes/hideshow.el: Rewrite one-armed `if'
13466         constructs using either `when' or `unless'.
13467         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
13469 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
13471         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
13472         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
13473         instead of 12x12.
13475 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
13477         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
13478         message while converting to Babyl.
13480 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
13482         * allout.el (allout-mode): Doc fix.
13484 2003-10-16  Lute Kamstra  <lute@gnu.org>
13486         * subr.el (force-mode-line-update): Fix docstring.
13488 2003-10-14  Dave Love  <fx@gnu.org>
13490         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
13491         (default-input-method): Add :link, improve :type.
13492         (locale-charset-language-names): Fix utf-8 pattern.
13493         (locale-charset-match-p, locale-charset-alist)
13494         (locale-charset-to-coding-system): New.
13495         (set-locale-environment): Deal with codeset part of locale specs.
13497 2003-10-14  Lute Kamstra  <lute@gnu.org>
13499         * fringe.el (fringe-mode): Use active voice in docstring.
13500         (set-fringe-style): Ditto.
13502 2003-10-13  Lute Kamstra  <lute@gnu.org>
13504         * fringe.el (fringe-mode): Fix docstring.
13505         (set-fringe-style): Ditto.
13507 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
13509         * ediff-mult.el (ediff-filegroup-action):
13510         Use ediff-default-filtering-regexp.
13512         * ediff-util.el (ediff-recenter): Don't call
13513         ediff-restore-highlighting twice.
13514         (ediff-select-difference): Set current difference.
13515         (ediff-unselect-and-select-difference): Add comment.
13517         * ediff.el (ediff-directories,ediff-directory-revisions)
13518         (ediff-directories3,ediff-merge-directories)
13519         (ediff-merge-directories-with-ancestor)
13520         (ediff-merge-directory-revisions)
13521         (ediff-merge-directory-revisions-with-ancestor):
13522         Use ediff-default-filtering-regexp.
13524 2003-10-12  Andreas Schwab  <schwab@suse.de>
13526         * international/mule-cmds.el (locale-charset-language-names):
13527         Simplify regex by removing unused grouping.
13529 2003-10-10  Dave Love  <fx@gnu.org>
13531         * bindings.el: Don't bind stop.
13533 2003-10-08  Miles Bader  <miles@gnu.org>
13535         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
13536         face instead of attempting to emulate it.
13538 2003-10-07  Kenichi Handa  <handa@m17n.org>
13540         * international/mule-diag.el (list-coding-systems-1): List coding
13541         systems that are loaded automatically.
13543         * international/code-pages.el (iso-8859-11): Add autoload cookie.
13545         * international/mule.el (autoload-coding-system): New function.
13547 2003-10-07  Andreas Schwab  <schwab@suse.de>
13549         * log-edit.el (log-edit-changelog-entries): Prefer local value of
13550         change-log-default-name in the buffer visiting the file.
13552 2003-10-06  Dave Love  <fx@gnu.org>
13554         * files.el (find-file-hook): Customize.
13555         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
13557         * bindings.el (completion-ignored-extensions): Remove .log.
13558         (global-map): Add again, open, stop keys.
13560 2003-10-05  Richard M. Stallman  <rms@gnu.org>
13562         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
13563         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
13564         Use sh-modify directly.
13565         (sh-select): Use sh-append, not eval.
13567         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
13569         * info.el (Info-following-node-name): New function.
13571         * loadhist.el (unload-feature-special-hooks):
13572         Rename from loadhist-hook-functions.
13573         (loadhist-hook-functions): Now an alias.
13575 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
13577         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
13578         file-name clashes on 8+3 filesystems.
13580         * Makefile.in (DONTCOMPILE, bootstrap-clean):
13581         Rename loaddefs-boot.el to ldefs-boot.el
13583         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
13584         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
13586 2003-10-03  Lute Kamstra  <lute@gnu.org>
13588         * info.el (Info-mode): Revert previous change.
13589         (Info-escape-percent): New function.
13590         (Info-fontify-node): Use it.
13592 2003-10-02  Andreas Schwab  <schwab@suse.de>
13594         * loaddefs-boot.el: Regenerated.
13596 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
13598         * ffap.el: Remove defadvice related code from CVS since `complete'
13599         provides a `PC-completion-as-file-name-predicate' variable that
13600         ffap can override.
13602 2003-10-02  Kenichi Handa  <handa@m17n.org>
13604         * international/utf-8.el (ccl-decode-mule-utf-8):
13605         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
13607         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
13608         * international/subst-big5.el: Likewise.
13609         * international/subst-gb2312.el: Likewise.
13610         * international/subst-ksc.el: Likewise.
13612 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13614         * calendar/calendar.el (increment-calendar-month)
13615         (calendar-leap-year-p, calendar-absolute-from-gregorian)
13616         (generate-calendar, calendar-read-date, calendar-interval)
13617         (calendar-day-of-week): Handle years BC.
13618         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
13620 2003-10-01  Dave Love  <fx@gnu.org>
13622         * language/cyrillic.el (cp1251): Alias for windows-1251.
13624         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
13625         bootstrap.
13627 2003-10-01  Lute Kamstra  <lute@gnu.org>
13629         * files.el: Fix typo.
13630         * imenu.el (imenu--generic-function): Docstring fix.
13632 2003-09-30  Richard M. Stallman  <rms@gnu.org>
13634         * dired.el (dired-mode): Handle dired-directory as a list.
13636 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
13638         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
13640         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
13642         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
13643         Replace gud-display with gud-watch.
13644         (gud-speedbar-buttons): Add stuff for watching expressions
13645         in the speedbar when using M-x gdba.  Use dolist on old part
13646         of this function.
13648         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
13649         (gdb-update-flag): New variables.
13650         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
13651         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
13652         (gud-watch, gdb-var-create-handler) : New functions.
13653         (gdb-var-list-children, gdb-var-list-children-handler)
13654         (gdb-var-create-regexp, gdb-var-update-regexp)
13655         (gdb-var-list-children-regexp): New constants.
13656         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
13657         (gdb-annotation-rules): Reduce annotation set (level 3).
13658         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
13659         (gdb-post-prompt): Don't update GDB buffers every time speedbar
13660         updates.
13661         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
13662         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
13663         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
13664         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
13665         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
13666         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
13667         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
13668         (gud-display, gud-display1)
13669         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
13670         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
13671         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
13672         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
13673         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
13674         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
13675         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
13676         (gdb-display-display-buffer, gdb-toggle-display)
13677         (gdb-delete-display, gdb-expressions-popup-menu)
13678         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
13679         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
13680         to display buffer.
13682 2003-09-30  Richard M. Stallman  <rms@gnu.org>
13684         * progmodes/ada-mode.el (ada-mode): Don't use advice.
13685         Instead, set which-func-functions.
13687         * progmodes/which-func.el (which-func-modes): Add ada-mode.
13688         (which-func-functions): New variable.
13689         (which-function): Use that.
13691         * info.el (Info-mode): Double each `%' in header line.
13693         * emacs-lisp/lisp-mnt.el (lm-with-file):
13694         When FILE is nil, run BODY in current buffer.
13696         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
13698         * help.el (describe-mode): Start with a brief list of minor modes.
13699         Find them thru minor-mode-list so as to find them all.
13700         Show them in alphabetical order.
13702         * mail/sendmail.el (mail-aliases): Doc fix.
13704         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
13706 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13708         * mail/rmailsum.el (rmail-make-summary-line-1):
13709         Change comma after last label to a space.
13710         (rmail-summary-font-lock-keywords): Adapt to that change.
13712 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
13714         * progmodes/scheme.el (scheme-mode-variables): When setting
13715         `font-lock-defaults', also specify that "#" should
13716         be interpreted with `word' syntax.
13717         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
13719 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
13721         * desktop.el: A lot of comments updated.
13722         (desktop-save-mode): Minor mode introduced.
13723         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
13724         (desktop-load-default): Function made obsolete.
13725         (desktop-locals-to-save): Variable made customizable.
13726         (desktop-read): Optional parameter `dirname' added.
13727         (desktop-change-dir, desktop-revert): Parameter `dirname' in
13728         `desktop-read' used.
13729         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13731 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
13733         * whitespace.el (whitespace-clean-msg): Add user customizable message
13734         for displaying ``clean'' output.
13735         (whitespace-buffer): Use `whitespace-clean-msg'.
13736         (whitespace-global-mode): Fix typo.
13738 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
13740         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13742 2003-09-29  Lute Kamstra  <lute@gnu.org>
13744         * bindings.el (mode-line-modes): Remove superfluous :propertize
13745         construct in initialization.
13746         (mode-line-position): Change cons cell into proper list in
13747         initialization.
13749 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
13751         * international/mule.el (decode-coding-inserted-region): Use car
13752         of the return value of find-operation-coding-system.
13754 2003-09-29  Kenichi Handa  <handa@m17n.org>
13756         * descr-text.el (describe-char): Fix previous change.
13758 2003-09-28  Kenichi Handa  <handa@m17n.org>
13760         * descr-text.el (describe-char-display): New function.
13761         (describe-char): Pay attention to display table on describing how
13762         a character is displayed.
13764         * international/mule-cmds.el (encoded-string-description):
13765         Prepend "0x" to each encoded byte.
13767 2003-09-28  Andreas Schwab  <schwab@suse.de>
13769         * find-file.el (ff-special-constructs): Add autoload cookie.
13771 2003-09-28  Kevin Ryde  <user42@zip.com.au>
13773         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13774         makeinfo appends to duplicate index entries.
13776 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
13778         * dired-x.el (dired-clean-tex): Doc fix.
13780         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13781         using a Chinese tutorial.
13783 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13785         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13786         between "MAIL FROM:" and "RCPT TO:" and the following address.
13788 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13790         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13792 2003-09-28  David Ponce  <david@dponce.com>
13794         * recentf.el (recentf-initialize-file-name-history): New defcustom.
13795         (recentf-load-list): When `recentf-initialize-file-name-history'
13796         is non-nil, initialize an empty `file-name-history' with the
13797         recent list.
13799 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
13801         * man.el (Man-default-man-entry): Remove the leading `*' from the
13802         word at point.
13804 2003-09-26  Lute Kamstra  <lute@gnu.org>
13806         * bindings.el (mode-line-position): Mention size indication in
13807         docstring.
13809 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
13811         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13813         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13814         because it's autoloaded now.
13816 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13818         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13819         (sh-font-lock-keywords, sh-feature): Fix previous change of
13820         sh-feature to avoid infloop with sh-font-lock-keywords.
13822 2003-09-25  Kim F. Storm  <storm@cua.dk>
13824         * frame.el (frame-current-scroll-bars): New defun.
13826         * window.el (window-current-scroll-bars): New defun.
13828 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13830         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13831         cause errors when the state cache contains info on parts that have
13832         been narrowed out.
13834 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13836         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13837         `c-setup-paragraph-variables' has to be used when this variable is
13838         changed; it doesn't work to reinitialize the mode since that
13839         typically clobbers the variable.
13841         * progmodes/cc-styles.el (c-setup-paragraph-variables):
13842         Make it interactive.
13844 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13846         * progmodes/cc-fonts.el (c-font-lock-declarations):
13847         Fix recognition of constructors and destructors for classes whose
13848         names are matched by `*-font-lock-extra-types'.
13850         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13851         followed by an identifier in C++ then it's a type.
13853 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13855         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13856         problem that primarily affected XEmacs.  Don't use faces to find
13857         unterminated strings since Emacs and XEmacs fontify strings
13858         differently - this function should now work better in XEmacs.
13860 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13862         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
13863         `expand-abbrev' workaround which caused braces to misbehave inside
13864         macros.
13866         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
13867         handling.  This bug could cause interactive font locking to bail out.
13869 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13871         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13872         Handle paren-style types in Pike.  Also fixed some cases of
13873         insufficient handling of unbalanced parens.
13875 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
13877         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
13878         common shell prompts that are not common filename or URL characters.
13879         (ffap-file-at-point): Use the new regexp to strip the prompts from
13880         the file names.  This is an issue mostly for user prompts that
13881         don't have a trailing space and find-file-at-point is invoked from
13882         within a shell inside Emacs.
13884 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
13886         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13887         stamps numerically, rather than textually.
13889 2003-09-24  Kenichi Handa  <handa@m17n.org>
13891         * language/devan-util.el (devanagari-post-read-conversion):
13892         * language/mlm-util.el (malayalam-post-read-conversion):
13893         * language/tml-util.el (tamil-post-read-conversion):
13894         Add autoload cookie.
13896         * international/utf-8.el (utf-8-post-read-conversion):
13897         Call post-read-conversion functions for Devanagari, Malayalam,
13898         and Tamil.
13900 2003-09-23  Dave Love  <fx@gnu.org>
13902         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13904 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
13906         * progmodes/gud.el (perldb): Add gud-until to list of commands.
13907         Update gud-remove.
13909 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13911         * progmodes/sh-script.el (sh-mode-default-syntax-table):
13912         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
13913         (sh-mode-syntax-table-input): New variable.
13914         (sh-require-final-newline): Don't use eval.
13915         (sh-builtins, sh-leading-keywords, sh-other-keywords)
13916         (sh-variables, sh-font-lock-keywords): Don't use eval.
13917         (sh-set-shell): When setting require-final-newline,
13918         treat value = `require-final-newline' as don't change it.
13919         Set sh-mode-syntax-table locally based on
13920         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13922         * progmodes/compile.el (compile-internal):
13923         Call compilation-set-window-height before setting window start.
13925 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
13927         * emacs-lisp/bytecomp.el (byte-compile-log-file):
13928         Clear out byte-compile-last-warned-form.
13930 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13932         * woman.el (woman-file-name, woman-follow-word):
13933         If current-word returns nil, use "".
13935         * simple.el (eval-expression): Bind standard-output in to-buffer case.
13937 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13939         * emacs-lisp/lisp-mnt.el (lm-with-file):
13940         Don't visit the file, just use insert-file-contents in temp buffer.
13942 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
13944         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13945         Add surrounding \\( and \\) around the header, as in
13946         for lm-history-header 'Change Log\\|History'.
13948 2003-09-22  John Paul Wallington  <jpw@gnu.org>
13950         * progmodes/ld-script.el: Add Commentary section,
13951         minor cleanup of file header.
13952         (ld-script-font-lock-keywords): Doc fix.
13953         (toplevel): Provide `ld-script' feature.
13955 2003-09-21  Kim F. Storm  <storm@cua.dk>
13957         * scroll-bar.el (set-scroll-bar-mode): Initialize to
13958         new built-in variable default-frame-scroll-bars.
13959         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13960         scroll-bar-mode; notably, use it instead of t when we toggle
13961         scroll-bars on.
13962         (toggle-scroll-bar): Use default-frame-scroll-bars.
13964 2003-09-19  Masatake YAMATO  <jet@gyve.org>
13966         * pcvs.el (cvs-do-removal): Change the prompt depending on
13967         `filter' value.
13969 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13971         * startup.el (command-line-1): Stop startup-echo-area-message
13972         being hidden by "Loading image..." message.
13973         (use-fancy-splash-screens-p, display-splash-screen):
13974         Move display-graphic-p test from latter to former.
13976         * progmodes/sh-script.el (sh-font-lock-keywords):
13977         Highlight escaped EOLs differently from other backslash constructs.
13979 2003-09-19  Richard M. Stallman  <rms@gnu.org>
13981         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13982         New functions.
13983         (edebug-enter, edebug-outside-excursion): Use them.
13985         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13986         Fix the condition for whether to print "In WHERE".
13988 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
13990         * finder.el (finder-mode-hook): New variable.
13991         (finder-mode): Run hook finder-mode-hook
13993 2003-09-18  Masatake YAMATO  <jet@gyve.org>
13995         * progmodes/ebrowse.el: Fix broken magic autoload comments.
13997 2003-09-17  Mario Lang  <mlang@delysid.org>
13999         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14000         "p %e" to actually print the value in the GUD buffer.
14002 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
14004         From David Ponce <david.ponce@wanadoo.fr>:
14005         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14006         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14007         from loaddefs-boot.el if necessary.
14009 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
14011         * progmodes/gud.el (gud-find-class): Make jdb work again since
14012         cc-mode changed the syntactic information.
14014 2003-09-15  David Ponce  <david@dponce.com>
14016         * recentf.el: (recentf-exclude): Accept predicates too.
14017         (recentf-file-readable-p): New function.
14018         (recentf-include-p): Handle predicates in recentf-exclude.
14019         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
14020         (recentf-cleanup): Likewise.
14021         (recentf-save-list): Use write-file to handle backup of
14022         recentf-save-file.
14024 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
14026         * loaddefs-boot.el: Renamed from `loaddefs.el'
14027         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14028         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14029         necessary.
14031 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
14033         * electric.el (Electric-pop-up-window): For the `one-window' case,
14034         no longer disconcertingly move point in the original buffer.
14036 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14038         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14040 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14042         * dired.el (dired-mode-map): Fix typo.
14044 2003-09-11  Richard M. Stallman  <rms@gnu.org>
14046         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14048 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14050         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14051         the function is less noisy.  Now only `kill-buffer' can ask questions.
14053 2003-09-10  Mario Lang  <mlang@delysid.org>
14055         * battery.el: Update Commentary and Copyright.
14056         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14057         appear due to wrong ordering of the expressions in `or'.
14059 2003-09-09  Lute Kamstra  <lute@gnu.org>
14061         * misc.el (upcase-char): Fix docstring.
14062         (zap-up-to-char): New command.
14064 2003-09-08  David Ponce  <david@dponce.com>
14066         Ensure that recentf correctly updates the menu bar.
14067         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14068         (recentf-menu-bar): New function.
14069         (recentf-clear-data): Use it
14070         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
14071         of easy-menu-change.
14073 2003-09-08  Lute Kamstra  <lute@gnu.org>
14075         * simple.el (size-indication-mode): New.
14076         * bindings.el (mode-line-position): Add buffer size indicator.
14078 2003-09-04  Mario Lang  <mlang@delysid.org>
14080         * battery.el (battery-linux-proc-acpi): New function.
14081         (battery-status-function): Modify default value calculation to also
14082         check for availability of ACPI.
14083         (battery-echo-area-format): Ditto.
14084         (battery-mode-line-format): Ditto.
14086 2003-09-06  Dave Love  <fx@gnu.org>
14088         * ielm.el (ielm-mode-hook): Add :options.
14090         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14091         (eldoc-print-current-symbol-info): Use it.
14093 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
14095         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14096         being displayed in GUD buffer.
14097         (gdb-idle-input-queue): Remove var.  Use just one queue.
14098         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14099         Remove functions.  Use just one queue.
14100         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14101         (gdb-invalidate-assembler, gdb-get-current-frame):
14102         Modify functions.  Use just one queue.
14104 2003-09-04  Dave Love  <fx@gnu.org>
14106         * cus-start.el: Add blink-cursor-alist.
14108         * ruler-mode.el (ruler-mode-fill-column-char)
14109         (ruler-mode-current-column-char): Use char-displayable-p,
14110         not window-system.
14112         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14114         * language/european.el (windows-1252): Move from code-pages.
14116         * language/cyrillic.el ("Windows-1251"): Delete.
14117         ("Bulgarian", "Belarusian"): Remove `features'.
14118         (windows-1251): Move from code-pages.
14120         * international/mule-diag.el (non-iso-charset-alist):
14121         Remove `codepage' stuff.
14122         (print-designation, list-coding-systems-1): Output fixes.
14124         * international/code-pages.el (cp-make-translation-table)
14125         (cp-valid-codes): Made defsubsts.
14126         (cp-fix-safe-chars): Delete.
14127         (mule-diag): Don't require.
14128         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14129         (top-level): Check for defined coding system when defining
14130         cp... aliases.  Change w32-add-charset-info test to avoid warning.
14131         (non-iso-charset-alist): Defvar when compiling.
14132         (cp-make-coding-system): Doc fix.
14134 2003-09-02  Jason Rumney  <jasonr@gnu.org>
14136         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14137         line-ends from CVS before doing conversion.
14139 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
14141         * calendar/diary-lib.el (diary-header-line-flag)
14142         (diary-header-line-format): New variables.
14143         (list-diary-entries): Use them to set header line in simple diary.
14145         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14146         other than font-lock-string-face to highlight backslashes.
14148 2003-09-01  Jason Rumney  <jasonr@gnu.org>
14150         * international/titdic-cnv.el (tit-read-key-value): Include \r in
14151         regexp.
14153 2003-09-01  Dave Love  <fx@gnu.org>
14155         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14157         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14158         and :help; also line and column numbers labels.
14160         * international/mule-util.el (char-displayable-p): Move from
14161         latin1-disp, rename and autoload.
14163         * international/latin1-disp.el (latin1-char-displayable-p):
14164         Now obsolete alias.  Replace uses with char-displayable-p.
14165         (latin1-display-ucs-per-lynx): Fix last change.
14167         * international/mule-cmds.el (standard-display-european-internal):
14168         Don't use char code for Latin-1 NBSP.
14169         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
14170         U+2018, U+2019 for `'.
14171         (select-safe-coding-system): Message fix.
14173 2003-09-01  Kenichi Handa  <handa@m17n.org>
14175         * international/fontset.el (setup-default-fontset): For Thai
14176         font, specify "*" family.
14178 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14180         * progmodes/compile.el (previous-error): Accept a prefix
14181         argument, similarly to next-error.
14183 2003-08-31  Masatake YAMATO  <jet@gyve.org>
14185         * pcvs.el (cvs-do-removal): Use = instead of eq to check
14186         the number of files.  Bind the number of files to a local
14187         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14189 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
14191         * vc-hooks.el (vc-make-version-backup): Fix the change made on
14192         2003-07-26: msdos-long-file-names is a function, not a variable.
14194 2003-08-29  Richard M. Stallman  <rms@gnu.org>
14196         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14197         Do nothing with mail-personal-alias-file if it is nil.
14199         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14200         Do nothing if mail-personal-alias-file is nil.
14202         * term.el (term-exec-1): Bind coding-system-for-read.
14204         * dired.el (dired-mouse-find-file-other-window):
14205         Use dired-view-command-alist here, as in dired-view-file.
14206         (dired-view-command-alist): Use %s to substitute file name.
14207         Handle .ps_pages, .eps, .jpg, .gif, .png.
14209 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14211         * info.el (Info-mode-map): Bind S-tab and <backtab> to
14212         `Info-prev-reference', instead of M-tab.
14214 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
14216         * simple.el (blink-matching-open): Work correctly on chars that
14217         are designated as parens through the syntax-table text property.
14219 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
14221         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14222         line break position in the middle of a non-kinsoku (e.g. latin)
14223         word, making it skip until either a space or a character with
14224         category "|".
14225         (kinsoku-longer): Test for end of buffer.
14227 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
14229         * mail/rmail.el (rmail-convert-to-babyl-format):
14230         Detect quoted-printable- and base64-encoded messages and decode them
14231         automatically.  Set the message's encoding from the charset=
14232         header, if any.  Decode base64-encoded messages in Mail format as well.
14234 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
14236         * mail/smtpmail.el: Fix previous change.
14237         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14238         calling smtpmail-via-smtp.
14239         (smtpmail-via-smtp): Add fall-back values for envelope-from.
14241 2003-08-26  John Paul Wallington  <jpw@gnu.org>
14243         * image.el (image-jpeg-p): Don't search beyond length of data.
14245 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14247         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14248         misfeature in `expand-abbrev' which caused electric keywords like
14249         "else" to disappear if an open brace was typed directly afterwards.
14251 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14253         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14254         mandatory in `define-widget'.
14256         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14257         Don't align the operators "!=", "<=" and ">=" as assignment operators.
14259         (c-assignment-operators): New language constant that only contains
14260         the assignment operators.
14262         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14264 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14266         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14267         Safeguard against unbalanced sexps.
14269 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
14271         * version.el (emacs-version): Check for gtk.  Include gtk version info.
14273 2003-08-25  John Paul Wallington  <jpw@gnu.org>
14275         * man.el (Man-default-man-entry): Don't whizz past the section
14276         number before looking for it.
14278 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
14280         * progmodes/gud.el (gud-display-line): Don't set window-point if
14281         source buffer is not visible.  (Only happens with M-x gdba.)
14283         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
14284         documentation.
14285         (gdb-source, gdb-source-info): Update to assembler unnecessary
14286         as its done after each GDB command anyway.
14287         (gdb-pre-prompt): Use with-current-buffer.
14288         (gdb-insert-field): Add help-echo text.
14289         (gdb-invalidate-assembler): Re-display of assembler now done in
14290         gdb-info-breakpoints-custom.
14291         (gdb-info-breakpoints-custom): Force re-display of assembler to
14292         happen *after* update of breakpoints buffer.
14293         (gdb-display-source-buffer): Don't choke if gdb-source-window
14294         isn't visible.
14295         (gdb-put-string, gdb-put-arrow): Remove free variables.
14297 2003-08-24  John Paul Wallington  <jpw@gnu.org>
14299         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
14301         * man.el (Man-default-man-entry): Strip text properties when
14302         snarfing parts of entry because `format' preserves properties.
14304 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14306         * files.el (file-newest-backup): Use `expand-file-name'.
14308         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
14309         Allow the diary to pop up a new frame, if needed.
14311         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
14312         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
14313         (smtpmail-send-it): Make treatment of envelope-from consistent with
14314         sendmail.el.
14316         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
14317         (sh-leading-keywords): Add the bash `time' reserved word.
14318         (sh-variables): Add some bash variables.
14319         (sh-add-completer): Fix nil branch of case statement.
14321 2003-08-24  Masatake YAMATO  <jet@gyve.org>
14323         * progmodes/ld-script.el: New file.
14325 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
14327         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
14329 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
14331         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
14332         Better explain obsolescence, and what to use instead.
14334 2003-08-23  Masatake YAMATO  <jet@gyve.org>
14336         * pcvs.el (cvs-do-removal): Show the deleted file name
14337         on the prompt.
14339 2003-08-20  Dave Love  <fx@gnu.org>
14341         * international/mule.el (make-coding-system)
14342         (set-buffer-file-coding-system): Doc fix.
14344         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
14346         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
14348         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
14350         * international/utf-16.el: Add mime-text-unsuitable coding system
14351         properties.
14353         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
14355         * cus-edit.el: Add some :links.
14356         (bib): Remove.
14358         * textmodes/bib-mode.el (bib): Add :group external.
14360 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
14362         * wid-edit.el (widget-echo-help): Make it handle expressions that
14363         evaluate to strings.
14365 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
14367         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
14369         Simplify selection of SQL products to define highlighting and
14370         interactive mode.  Includes detailed instructions on adding
14371         support for new products.
14373         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
14374         product for use in highlighting and interactive mode.
14375         (sql-interactive-product): New variable.  SQL product for
14376         sql-interactive-mode.
14377         (sql-product-support): New variable.  Specifies product-specific
14378         parameters to drive highlighting and interactive mode.
14379         (sql-imenu-generic-expression): Add more object types.
14380         (sql-sqlite-options): Correct comment.
14381         (sql-ms-program): Use "osql" rather than "isql".
14382         (sql-prompt-regexp, sql-prompt-length): Update comment.
14383         (sql-mode-menu): Add "Start SQLi session" entry.
14384         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
14385         (sql-mode-abbrev-table): Add abbreviations.  Support of
14386         SYSTEM-FLAG on define-abbrev.  Support was removed with last
14387         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
14388         (sql-mode-font-lock-object-name): Add font-lock pattern for object
14389         names.
14390         (sql-mode-ansi-font-lock-keywords): Set as default value.
14391         (sql-mode-oracle-font-lock-keywords): Set as default value.
14392         Support Oracle 9i keywords.
14393         (sql-mode-postgres-font-lock-keywords): Set as default value.
14394         (sql-mode-linter-font-lock-keywords): Set as default value.
14395         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
14396         SQLServer 2000.
14397         (sql-mode-sybase-font-lock-keywords)
14398         (sql-mode-interbase-font-lock-keywords)
14399         (sql-mode-sqlite-font-lock-keywords)
14400         (sql-mode-strong-font-lock-keywords)
14401         (sql-mode-mysql-font-lock-keywords)
14402         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
14403         keywords.
14404         (sql-mode-font-lock-defaults): Update comment.
14405         (sql-product-feature): New function.  Returns feature associated
14406         with a product from `sql-product-support' alist.
14407         (sql-product-font-lock): New function.  Set font-lock support
14408         based on `sql-product'.
14409         (sql-add-product-keywords): New function.  Add font-lock rules to
14410         product-specific keyword variables.
14411         (sql-set-product): New function.  Set `sql-product' and apply
14412         appropriate font-lock highlighting.
14413         (sql-highlight-product): New function.  Set font-lock support
14414         based on a product.  Also set mode name to include product name.
14415         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
14416         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
14417         Use `sql-set-product'.
14418         (sql-highlight-ms-keywords)
14419         (sql-highlight-sybase-keywords)
14420         (sql-highlight-interbase-keywords)
14421         (sql-highlight-strong-keywords)
14422         (sql-highlight-mysql-keywords)
14423         (sql-highlight-sqlite-keywords)
14424         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
14425         (sql-get-login): Prompt in the same order as the tokens.
14426         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
14427         (sql-product-interactive): New function.  Common portions of
14428         product-specific interactive mode wrappers.
14429         (sql-interactive-mode): Rewritten to use product features.
14430         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
14431         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
14432         (sql-db2, sql-linter): Use `sql-product-interactive'.
14433         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
14434         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
14435         (sql-connect-ingres, sql-connect-postgres)
14436         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
14437         New functions.  Format command line parameters and invoke comint on
14438         the appropriate interpreter.  Code was in the corresponding
14439         `sql-xyz' function before.
14440         (sql-connect-ms): New function.  Support -E argument to use
14441         operating system credentials for authentication.
14443 2003-08-18  Kenichi Handa  <handa@m17n.org>
14445         * international/mule.el (encode-char): Fix for the ASCII case.
14447 2003-08-15  Kenichi Handa  <handa@m17n.org>
14449         * international/fontset.el (setup-default-fontset): Change "*" to
14450         nil in the specifications of font family.
14452 2003-08-18  Kim F. Storm  <storm@cua.dk>
14454         * kmacro.el (kmacro-keymap): Group related bindings in
14455         initialization for clarity.  Bind C-s to start macro.
14456         Remove C-r binding.
14457         (kmacro-initial-counter-value): New defvar to hold initial counter
14458         value in case we set the value before defining a macro.
14459         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
14460         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
14461         not defining or executing macro.  Doc fix.
14462         (kmacro-add-counter): Clear kmacro-initial-counter-value.
14463         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
14464         temporarily view older elements on the macro ring without cycling
14465         the ring.
14466         (kmacro-display): Doc fix.
14467         (kmacro-exec-ring-item): New helper function.
14468         (kmacro-call-ring-2nd): Use it.
14469         (kmacro-call-ring-2nd-repeat): Doc fix.
14470         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
14471         (kmacro-end-or-call-macro): Execute last viewed macro (using
14472         kmacro-exec-ring-item) from ring if this follows
14473         kmacro-view-macro.  This allows us to find a macro on the ring
14474         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
14475         the ring to bring it to the head of the ring.
14476         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
14477         Allow binding to reserved keys without specifying C-x C-k prefix.
14478         Ask for confirmation if entered key sequence is already bound to
14479         a non-macro command.
14480         (kmacro-view-macro): Repeating command will show older elements
14481         on the macro ring; C-k will execute the last viewed macro.
14482         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
14483         property from 'ring to 'head.
14485 2003-08-17  Alan Shutko  <ats@acm.org>
14487         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
14488         keeping December out of the alist.
14490 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
14492         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
14493         * calendar/calendar.el (calendar-mode-map): Bind it to key.
14494         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
14495         (calendar-flatten): New function.
14496         (calendar-mouse-view-other-diary-entries)
14497         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
14498         in the menu title and to show multi-line diary entries correctly
14499         in the menu.
14501 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
14503         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
14504         defcustom, because the default was recently changed.
14506 2003-08-16  Richard M. Stallman  <rms@gnu.org>
14508         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
14510         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14511         New subroutine, broken out of eval-last-sexp-1.
14512         (eval-last-sexp-1): Use eval-last-sexp-print-value.
14514         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
14516         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
14518         * simple.el (eval-expression): Use eval-last-sexp-print-value.
14520 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
14522         * progmodes/compile.el (compilation-error-regexp-alist):
14523         Add Java ANt error detection as described in document
14524         http://ant.apache.org/faq.html
14526 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
14528         * simple.el (backward-word, forward-to-indentation)
14529         (backward-to-indentation): Argument changed to optional.
14530         (next-line, previous-line): Use `or' instead of `unless'.
14532 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14534         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
14535         instead of a constant.
14537 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
14539         * shell.el (shell): With prefix-arg, suggest a new buffer name.
14541 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
14543         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
14544         (vc-sccs-workfile-version): Search the entire delta table, rather
14545         than just the first entry, because that might be a deleted version.
14547 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
14549         * menu-bar.el (menu-bar-options-menu): Supply a body for the
14550         [save-place] binding in the Options menu.  Have it require
14551         'saveplace' and then toggle the variable manually, to avoid an an
14552         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
14553         for the bug report.
14555 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
14557         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
14558         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
14559         (gdb-info-threads-custom): Add help-echo text.
14560         (gdb-display-back): Don't use purecopy.
14561         (gdb-info-breakpoints-custom, gdb-reset)
14562         (gdb-assembler-custom): Use display-images-p to test if breakpoint
14563         icons can be displayed.
14565 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
14567         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
14569 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
14571         * bookmark.el (bookmark-completing-read):
14572         Return a string, instead of a list of one string.
14573         Use a popup menu if activated from the mouse.
14574         (bookmark-edit-annotation): Remove unused vars.
14575         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
14576         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
14577         to bookmark-completing-read.
14578         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14579         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
14580         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
14581         and erase-buffer.
14582         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
14583         (bookmark-menu-jump, bookmark-menu-insert)
14584         (bookmark-popup-menu-and-apply-function)
14585         (bookmark-menu-popup-paned-bookmark-menu): Remove.
14586         (bookmark-menu-build-paned-menu): Remove by folding it into
14587         bookmark-menu-popup-paned-menu.
14588         (menu-bar-bookmark-map): Move the define-key statements here.
14589         Use the "non-menu" commands since they now pop up a menu if needed.
14590         (bookmark-exit-hook-internal): Simplify.
14592 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
14594         * reftex-toc.el (reftex-toc-rename-label): New function.
14595         (reftex-toc-check-docstruct): New function.
14597         * reftex.el (reftex-region-active-p): New function.
14599         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
14600         regexp to find the \bibliography macro.
14602         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
14603         which does not exist in LaTeX.
14604         (reftex-cite-format-builtin): Added amsrefs support.
14605         (reftex-toc-confirm-promotion): New option
14607         * reftex-toc.el
14608         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
14609         (reftex-toc-demote, reftex-toc-promote)
14610         (reftex-toc-do-promote, reftex-toc-promote-prepare)
14611         (reftex-toc-promote-action, reftex-toc-extract-section-number)
14612         (reftex-toc-newhead-from-alist)
14613         (reftex-toc-load-all-files-for-promotion): New functions.
14614         (reftex-toc-help): Added description of new keys.
14615         (reftex-toc-split-windows-fraction): New option.
14616         (reftex-recenter-toc-when-idle): Search *toc* window on all
14617         visible frames.
14618         (reftex-toc): Additional parameter REUSE
14619         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
14620         with REUSE argument.
14621         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
14622         the call of `reftex-toc'.
14623         (reftex-make-separate-toc-frame): New function .
14624         (reftex-toc-recenter): When called with triple prefix arg, call
14625         `reftex-make-separate-toc-frame' first.
14626         (reftex-toc-toggle-dedicated-frame): New command.
14627         (reftex-toc-quit): Adapted to delete frame when called in
14628         dedicated frame.
14630         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
14631         all enclosing macros.
14634 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14636         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
14637         first use.
14639 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14641         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
14643 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14645         * calendar/calendar.el (list-diary-entries-hook)
14646         (diary-display-hook, nongregorian-diary-listing-hook)
14647         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
14648         Add some customize options for these hooks.
14649         (calendar-abbrev-construct): Don't try to take a substring longer
14650         than the original string.
14652 2003-08-05  Richard M. Stallman  <rms@gnu.org>
14654         * emacs-lisp/testcover.el (noreturn): Report error if does return.
14655         (testcover-reinstrument-clauses): Doc fix.
14657         * emacs-lisp/warnings.el: Doc fixes, args renamed.
14658         (warning-type-format): Rename from warning-group-format.
14660         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
14661         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
14662         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
14663         to prevent warnings about defvar for an obsolete variable.
14665         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
14666         warning-group-format renamed to warning-type-format.
14668         * subr.el (read-passwd): Use clear-string instead of fillarray.
14670         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
14671         Use vconcat instead of concat.
14672         (edmacro-sanitize-for-string): New function.
14674 2003-08-05  Dave Love  <fx@gnu.org>
14676         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
14677         line-number-display-limit-width.
14679         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
14681 2003-08-05  Kenichi Handa  <handa@m17n.org>
14683         * international/code-pages.el: Don't require mule-diag.
14685         * international/mule-diag.el (non-iso-charset-alist):
14686         Add autoload cookie.
14688         * language/devan-util.el (dev-glyph-order): Add an entry for the
14689         glyph code #xC4.
14691 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
14693         * calendar/calendar.el (diary-file, diary-file-name-prefix)
14694         (european-calendar-style, diary-date-forms)
14695         (calendar-day-name-array, calendar-month-name-array): Doc change.
14696         (generate-calendar-month): Adapt for new behaviour of
14697         `calendar-day-name' function.
14698         (calendar-abbrev-length, calendar-day-abbrev-array)
14699         (calendar-month-abbrev-array): New variables.
14700         (calendar-abbrev-construct): New function.
14701         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
14702         rather than fixing abbrevs at some width.  Calling syntax change.
14703         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
14704         (calendar-date-string): Adapt for new behaviours of
14705         `calendar-day-name' and `calendar-month-name' functions.
14707         * calendar/diary-lib.el (list-diary-entries): Adapt for new
14708         behaviour of `calendar-day-name' and `calendar-month-name' functions.
14709         (diary-name-pattern): Use abbrev arrays, rather than fixing
14710         abbrevs at three chars.  Calling syntax change.
14711         (mark-diary-entries): Adapt for new behaviours of
14712         `diary-name-pattern' and `calendar-make-alist' functions.
14713         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
14714         `diary-name-pattern' function.
14715         (font-lock-diary-date-forms): Use abbrev arrays, rather than
14716         fixing abbrevs at three chars.  Calling syntax change.
14717         (cal-hebrew, cal-islam): Require when compiling.
14718         (diary-font-lock-keywords): Adapt for new behaviour of
14719         `font-lock-diary-date-forms' function.
14721         * calendar/cal-hebrew.el: Reposition some code so defined before used.
14722         (calendar-hebrew-month-name-array-common-year)
14723         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
14724         (list-hebrew-diary-entries): Adapt for new behaviours of
14725         `calendar-day-name' and `add-to-diary-list' functions.
14726         (mark-hebrew-diary-entries): Adapt for new behaviours of
14727         `diary-name-pattern' and `calendar-make-alist' functions.
14729         * calendar/cal-islam.el (calendar-islamic-month-name-array):
14730         Add doc string.
14731         (list-islamic-diary-entries): Adapt for new behaviours of
14732         `calendar-day-name' and `add-to-diary-list' functions.
14733         (mark-islamic-diary-entries): Adapt for new behaviours of
14734         `diary-name-pattern' and `calendar-make-alist' functions.
14736         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14737         `calendar-month-name' function.
14739         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14741         * calendar/solar.el (solar-seasons-data): Move definition before use.
14743         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14744         (cal-tex-LaTeX-hourbox): Move definition before use.
14746         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14747         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14748         lunar.el, solar.el
14749         (displayed-month, displayed-year): Define for compiler.
14751 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14753         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14754         MODE.  Renamed from c-init-c-language-vars'.
14755         (c-initialize-cc-mode): Change accordingly.
14756         (c-common-init): Ditto.
14757         (c-mode): Ditto.
14758         (c++-mode): Use `c-init-language-vars-for'.
14759         (objc-mode): Ditto.
14760         (java-mode): Ditto.
14761         (idl-mode): Ditto.
14762         (pike-mode): Ditto.
14763         (awk-mode): Ditto.
14765 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14767         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14768         or not the point moved.
14770         (c-search-decl-header-end): Don't trip up on operator identifiers
14771         in C++ and operators like == in all languages.
14773         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14774         Detect leading labels correctly.
14776 2003-08-02  Andreas Schwab  <schwab@suse.de>
14778         * textmodes/ispell.el: Don't redo key bindings on loading, put
14779         them only in loaddefs.el.
14780         * bookmark.el: Likewise.
14781         * dabbrev.el: Likewise.
14782         * emerge.el: Likewise.
14784         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14785         has more than one member.
14787         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14789 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14791         * lpr.el (printify-region): It was ending conversion before the
14792         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
14794 2003-07-31  John Paul Wallington  <jpw@gnu.org>
14796         * net/browse-url.el (browse-url-epiphany): Doc fix.
14798 2003-07-30  Kenichi Handa  <handa@m17n.org>
14800         * international/fontset.el (setup-default-fontset):
14801         Change registry names of Akurti fonts.
14803 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14805         * comint.el (comint-read-noecho): Use `clear-string' instead of
14806         `fillarray'.
14808 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
14810         * outline.el (outline-mode-hook): Add defvar.
14812 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
14814         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14815         Restore assembler in source window if that is what has been selected.
14816         (menu): Add gdb-restore-windows to menu.  Make gdba
14817         specific menus only visible from gdba.
14819 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14821         * progmodes/compile.el (compilation-environment): New user variable.
14822         (compile-internal): Respect it.
14824 2003-07-23  Masatake YAMATO  <jet@gyve.org>
14826         * progmodes/gud.el (gdb-script-font-lock-keywords):
14827         Put `font-lock-function-name-face' on a symbol which includes
14828         `-' like `hook-run'.  Put font-lock-variable-name-face
14829         on a symbol starting with $.
14831 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
14833         * files.el (set-visited-file-name): Use truename for buffer-file-name.
14835 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14837         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14839 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
14841         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14842         Use with-no-warnings.
14843         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14844         rather than to find-file-not-found-hook, which doesn't exist.
14846 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14848         * international/quail.el (quail-translate-key): Fix previous change.
14850 2003-07-25  John Paul Wallington  <jpw@gnu.org>
14852         * server.el (server-start): Check `server-process' is non-nil
14853         before killing it to avoid killing current buffer's process.
14855         * simple.el (choose-completion-string): Use `minibufferp';
14856         test `completion-reference-buffer' if `buffer' arg is nil.
14857         (push-mark): Use `when' and `unless'.
14858         (pop-mark): Use `when'.
14860         * mouse-sel.el (mouse-sel-get-selection-function):
14861         Check `x-last-selected-text-primary'.  Don't barf if it or
14862         `x-last-selected-text' aren't bound.
14864 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14866         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
14868 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
14870         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
14872 2003-07-23  John Paul Wallington  <jpw@gnu.org>
14874         * tooltip.el (defface tooltip): Inherit from variable-pitch.
14876 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14878         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
14879         string.  Defvar the derived hook.
14881         * macros.el (insert-kbd-macro): Escape double quote character.
14882         From Thomas W Murphy <twm@andrew.cmu.edu>.
14884 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
14886         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14887         to match the specific mark rather than reusing comment-start-skip.
14889 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
14891         * progmodes/hideshow.el (hs-special-modes-alist):
14892         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
14894 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
14896         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14897         value using ?\s.
14899 2003-07-21  John Paul Wallington  <jpw@gnu.org>
14901         * subr.el (with-selected-window): Add closing paren.
14903 2003-07-21  Richard M. Stallman  <rms@gnu.org>
14905         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14906         (lisp-mode): Likewise.
14908         * subr.el (with-selected-window): Copy code form save-selected-window
14909         so as to call select-window with norecord arg.
14910         (dynamic-completion-table): Doc fix.
14911         (lazy-completion-table): Doc fix.
14913         * international/mule-cmds.el (set-locale-environment):
14914         langinfo renamed to locale-info.
14916         * international/mule.el (auto-coding-functions): Doc fix.
14918 2003-07-21  Kenichi Handa  <handa@m17n.org>
14920         * international/quail.el (quail-translate-key):
14921         Update quail-current-str correctly.
14923 2003-07-21  Andreas Schwab  <schwab@suse.de>
14925         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14926         ?, to "_".
14928 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14929         Version 2.0.36 of Tramp released.
14931         * net/tramp.el (tramp-default-password-end-of-line): Rename from
14932         tramp-password-end-of-line.
14933         (tramp-password-end-of-line): New method parameter.
14934         (tramp-get-password-end-of-line): Function to access method
14935         parameter `tramp-password-end-of-line', or variable
14936         `tramp-default-password-end-of-line' (default value).
14937         (tramp-methods): Add entries for new parameter
14938         tramp-password-end-of-line.
14939         (tramp-enter-password): Use new function
14940         `tramp-get-password-end-of-line'.
14941         (tramp-handle-insert-file-contents): Do not
14942         unconditionally inhibit the file operation file-local-copy, only
14943         do that when the inhibit-file-name-operation is currently
14944         insert-file-contents.  This fixes finding remote CVS-controlled
14945         files.  (It would barf on inserting the CVS/Entries file
14946         literally, because the file-local-copy handler wasn't called.)
14947         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14948         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14949         (tramp-initial-commands): New variable.
14950         (tramp-process-initial-commands): New function, using the variable.
14951         (tramp-open-connection-setup-interactive-shell): Call the new function.
14952         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14953         method into the buffer name, never use nil.  Reported by Hanak
14954         David <dhanak@inf.bme.hu>.
14955         (tramp-open-connection-setup-interactive-shell): Erase buffer
14956         before sending "stty -onlcr".
14958         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14960 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
14962         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14964 2003-07-19  John Paul Wallington  <jpw@gnu.org>
14966         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14967         (artist-draw-rect, artist-draw-square): Doc fixes.
14969         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14971         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14973 2003-07-19  Kenichi Handa  <handa@m17n.org>
14975         * international/kkc.el (kkc-show-conversion-list-update):
14976         Highlight the correct candidate in the message.
14978 2003-07-18  John Paul Wallington  <jpw@gnu.org>
14980         * simple.el (current-word): Don't include punctuation char when
14981         `really-word' arg is non-nil.
14983 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
14985         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14986         moved to the directory obsolete.
14988 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14990         * info.el (Info-menu-entry-name-re): Allow newlines in
14991         menu entry names.
14993         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14994         syntax-ppss-after-change-function.
14995         (syntax-ppss-after-change-function): New alias.  Update uses.
14996         (syntax-ppss): Catch the case where the buffer is narrowed.
14998 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15000         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15001         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15003 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15005         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15006         since it might be modified.
15008         * progmodes/cc-langs.el (c++-make-template-syntax-table)
15009         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15010         names to these language constants.
15012 2003-07-15  Kim F. Storm  <storm@cua.dk>
15014         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15015         All uses changed.
15017 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
15019         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15020         Namespace support.
15022 2003-07-13  Juanma Barranquero  <lektu@terra.es>
15024         * frame.el (modify-all-frames-parameters): Reinstall (copyright
15025         papers received).
15027 2003-07-13  Karl Eichwalder  <ke@suse.de>
15029         * textmodes/po.el (po-find-charset): White space at the start of the
15030         Content-Type field body is non-mandatory.
15032 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
15034         * textmodes/texinfo.el (texinfo-section-list):
15035         Append appendixsection; a synonym for appendixsec.
15037 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
15039         * man.el (Man-translate-cleanup): New.
15040         (Man-translate-references): Call `Man-translate-cleanup' to clean
15041         leading, trailing and middle spaces.
15043 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
15045         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15046         Handle `dired-directory' being a list.
15048 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15050         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15051         it doesn't exist.
15053 2003-07-12  Richard M. Stallman  <rms@gnu.org>
15055         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15057         * progmodes/cc-defs.el (c-make-keywords-re):
15058         Don't use delete-duplicates.
15059         (c-lang-const): Don't use mapcan.
15061         * apropos.el (apropos-show-scores): Make it customizable.
15062         Document new meaning.
15063         (apropos): Compute scores from symbols.
15064         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15066 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15068         * ps-bdf.el: Fix copyright line.
15069         (bdf-directory-list): Fix initialization code.
15071 2003-07-11  John Paul Wallington  <jpw@gnu.org>
15073         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15074         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15075         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15077 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
15079         * emacs-lisp/ring.el (ring-elements): Doc fix.
15081 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15083         * calendar/timeclock.el (timeclock-relative)
15084         (timeclock-ask-before-exiting, timeclock-use-display-time):
15085         Doc changes.
15086         (timeclock-modeline-display): Give a message if
15087         `timeclock-use-display-time' is non-nil but `display-time-mode'
15088         is not active.
15090 2003-07-11  Kenichi Handa  <handa@m17n.org>
15092         * international/mule-cmds.el (set-language-environment):
15093         Set current-language-environment to the correct string.
15095 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15097         * ps-print.el: Print line number correctly in a region.  Reported by
15098         Tim Allen <timallen@ls83.fsnet.co.uk>.
15099         (ps-print-version): New version number (6.6.2).
15100         (ps-printing-region): Code fix.
15102 2003-07-10  John Paul Wallington  <jpw@gnu.org>
15104         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15105         this function can be called from `add-completions-from-tags-table'.
15107 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
15109         * calendar/timeclock.el (timeclock-use-display-time)
15110         (timeclock-day-over-hook, timeclock-workday-remaining)
15111         (timeclock-status-string, timeclock-when-to-leave)
15112         (timeclock-when-to-leave-string, timeclock-log-data)
15113         (timeclock-find-discrep, timeclock-day-base)
15114         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15115         (timeclock-modeline-display): Set the variable
15116         `timeclock-modeline-display'.
15117         (timeclock-update-modeline): Doc fix.  Respect value of
15118         `timeclock-relative'.
15120 2003-07-09  Richard M. Stallman  <rms@gnu.org>
15122         * textmodes/reftex-parse.el (reftex-all-document-files):
15123         Add autoload cookie.
15125         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15126         (reftex-scanning-info-available-p): Add autoload cookie.
15128         * international/mule-cmds.el
15129         (set-display-table-and-terminal-coding-system): Delete duplicate
15130         aset on standard-display-table.
15132         * view.el (view-file): If existing buffer's major mode is special,
15133         don't go into view mode.
15135         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15137 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15139         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15140         buffer changes; there's third party code that calls this function
15141         directly.
15143 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15145         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15146         (autodoc-font-lock-keywords): Don't byte compile on font lock
15147         initialization when running from byte compiled files.
15149 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15151         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15152         statement ends with auto-increment "++".
15154 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15156         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15157         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15158         these are changed, so declare them as variables and not constants.
15160 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
15162         * subr.el (dolist, dotimes): Doc fix.
15164 2003-07-08  Kim F. Storm  <storm@cua.dk>
15166         * international/mule-cmds.el
15167         (set-display-table-and-terminal-coding-system): Don't break
15168         bootstrap if standard-display-table isn't setup yet.
15170 2003-07-07  Richard M. Stallman  <rms@gnu.org>
15172         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15173         Give it a doc string, and autoload it.
15175         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15176         Use with-no-warnings.
15178         * info.el (Info-search): If find invisible text, search again.
15180         * isearch.el (search-whitespace-regexp): Add a shy group around it.
15182         * man.el (Man-name-regexp): Match + as part of name.
15184         * simple.el (visible-mode): Rename from vis-mode.
15185         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15187         * simple.el (current-word): New arg REALLY-WORD specifies
15188         don't include punctuation chars.
15190         * emacs-lisp/debug.el (debug, debugger-env-macro):
15191         Use with-no-warnings while accessing and binding unread-command-char.
15193         * international/mule-cmds.el
15194         (set-display-table-and-terminal-coding-system): Use explicit loop
15195         instead of calling standard-display-default.
15197         * net/ange-ftp.el (ange-ftp-file-symlink-p):
15198         Use condition-case to catch error in ange-ftp-get-files.
15200         * net/browse-url.el (browse-url-browser-function):
15201         Add alternative for Epiphany.
15202         (browse-url-epiphany-program, browse-url-epiphany-arguments)
15203         (browse-url-epiphany-startup-arguments)
15204         (browse-url-epiphany-new-window-is-tab): New variables.
15205         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15207         * progmodes/compile.el (compile-auto-highlight): Default now t.
15208         (compile): Doc fix.
15209         (compilation-next-error): Fix previous change.
15211         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15213         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15215 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
15217         * gdb-ui.el (gdb-source-info): Display current frame when
15218         attaching to an existing process.
15219         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15220         while laying out windows when attaching to an existing process.
15222 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
15224         * info.el (Info-menu): Use Info-menu-entry-name-re.
15226 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
15228         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15229         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15231         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15232         to match the same text.
15234 2003-07-06  John Paul Wallington  <jpw@gnu.org>
15236         * vc.el (vc-annotate-offset): Move defvar up.
15238 2003-07-06  Kim F. Storm  <storm@cua.dk>
15240         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15241         This should fix the infinite loop when extracting menu names.
15243 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15245         * files.el (auto-mode-alist, interpreter-mode-alist):
15246         Remove entries to CC Mode modes to avoid duplicates; they are now added
15247         with autoload directives in cc-mode.el.
15249 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15251         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15252         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15253         these are changed, so declare them as variables and not constants.
15255         * progmodes/cc-mode.el: Fix some autoload problems: Try to
15256         ensure that the entry for ".c" extension comes before the one for
15257         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15258         Fix incorrect entries that were added to `interpreter-mode-alist'.
15259         Move the autoload directives for AWK to the top level since they
15260         aren't recognized anywhere else.  Do not use the new AWK mode doc
15261         in the autoload form for the old AWK mode.
15263 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15265         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15266         (bibtex-sort-ignore-string-entries): Default value t.
15267         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15268         erroneously in previous version.
15269         (bibtex-string-files): Docstring reflects new parsing scheme.
15270         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15271         docstring, add # as one of the chars to crush
15272         (bibtex-autokey-prefix-string, bibtex-autokey-names)
15273         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15274         (bibtex-autokey-name-change-strings)
15275         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15276         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15277         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15278         (bibtex-autokey-title-terminators)
15279         (bibtex-autokey-titlewords-stretch)
15280         (bibtex-autokey-titleword-ignore)
15281         (bibtex-autokey-titleword-case-convert)
15282         (bibtex-autokey-titleword-abbrevs)
15283         (bibtex-autokey-titleword-abbrevs)
15284         (bibtex-autokey-titleword-change-strings)
15285         (bibtex-autokey-titleword-length)
15286         (bibtex-autokey-titleword-separator)
15287         (bibtex-autokey-name-year-separator)
15288         (bibtex-autokey-year-title-separator)
15289         (bibtex-autokey-before-presentation-function)
15290         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
15291         Fix docstring.
15292         (bibtex-strings, bibtex-reference-keys):
15293         Use lazy-completion-table and make-variable-buffer-local.
15294         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
15295         (bibtex-braced-string-syntax-table)
15296         (bibtex-quoted-string-syntax-table): New variables.
15297         (bibtex-parse-nested-braces): Remove.
15298         (bibtex-parse-field-string): Use syntax table and forward-sexp.
15299         (bibtex-parse-association): Simplify.
15300         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
15301         (bibtex-parse-field-text): Simplify.
15302         (bibtex-search-forward-field, bibtex-search-backward-field):
15303         argument BOUND can take value t.
15304         (bibtex-start-of-field, bibtex-start-of-name-in-field)
15305         (bibtex-end-of-name-in-field, bibtex-end-of-field)
15306         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
15307         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
15308         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
15309         (bibtex-skip-to-valid-entry): Return buffer position of beginning
15310         and ending of entry.  Update for changes of bibtex-search-entry.
15311         Simplify.
15312         (bibtex-map-entries): FUN is called with three arguments.
15313         (bibtex-search-entry): Return a cons pair with buffer positions of
15314         beginning and end of entry.
15315         (bibtex-enclosing-field): Simplify.
15316         (bibtex-format-entry): Use booktitle to set a missing title.
15317         (bibtex-autokey-get-names): Fiddle with regexps.
15318         (bibtex-generate-autokey): Use identity.
15319         (bibtex-parse-keys): Use simplified parsing algorithm if
15320         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
15321         arguments.  Return alist of keys.
15322         (bibtex-parse-strings): Simplify.  Return alist of strings.
15323         (bibtex-complete-string-cleanup): Fix docstring.
15324         (bibtex-read-key): New function.
15325         (bibtex-mode): Fix docstring.  Do not parse for keys and
15326         strings when the mode is entered.  Set fill-paragraph-function to
15327         bibtex-fill-field.  Setup font-lock-mark-block-function the way
15328         font-lock intended.
15329         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
15330         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
15331         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
15332         (bibtex-Preamble): Avoid hard coded constants.
15333         (bibtex-make-field): Fix docstring.  Simplify.
15334         (bibtex-beginning-of-entry): Always return new position of point.
15335         (bibtex-end-of-entry): Rearrange cond clauses.
15336         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
15337         Update for changes of bibtex-map-entries.
15338         (bibtex-ispell-abstract): Do not move point.
15339         (bibtex-entry-index): Use downcase.  Simplify.
15340         (bibtex-lessp): Handle catch-all.
15341         (bibtex-find-crossref): Turn into a command.
15342         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
15343         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
15344         preamble entries.
15345         (bibtex-fill-field-bounds): New function.
15346         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
15347         (bibtex-fill-entry): Use bibtex-fill-field-bounds
15348         (bibtex-String): Use bibtex-strings.  Always obey
15349         bibtex-sort-ignore-string-entries.
15351 2003-07-05  John Paul Wallington  <jpw@gnu.org>
15353         * cus-theme.el (customize-create-theme):
15354         Call `customize-create-theme' in Reset widget's notify function.
15356         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
15357         (ibuffer-mark-interactive): Use `or' instead of `unless'.
15358         (define-ibuffer-column name): Add summarizer.
15359         (define-ibuffer-column size): Likewise.
15360         (define-ibuffer-column filename): Likewise.
15361         (define-ibuffer-column process): Likewise.  Change BODY's output too.
15362         (define-ibuffer-column filename-and-process): Likewise, likewise.
15363         (ibuffer): Remove local vars `already-in' and `need-update'.
15365         * ibuf-ext.el: Don't require `derived' at compile-time.
15367 2003-07-05  Kim F. Storm  <storm@cua.dk>
15369         * info.el: Disable paragraph refilling.
15370         (Info-refill-paragraphs): New defcustom.
15371         (Info-fontify-node): Use it.
15373 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
15375         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
15376         thingies from constructors created by defstruct.
15378         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
15379         the default value of the variable.
15380         (byte-code-meter): Move declaration to top level.
15382         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
15384         * info.el (Info-following-node-name-re): New fun.
15385         (Info-following-node-name): Remove.
15386         (Info-insert-dir): Use the new fun.
15387         (Info-extract-pointer): Don't save restriction; use new fun.
15388         (Info-menu-entry-name-re): New const.
15389         (Info-menu-entry-name-re): Use it along with new fun.
15390         (Info-node-spec-re): Use new fun.
15391         (Info-complete-menu-item, Info-fontify-node): Use new const.
15392         (Info-goto-node, Info-follow-reference, Info-menu-update):
15393         Use match-string.
15394         (Info-follow-reference): Use assoc-string.
15395         Use a list of strings for the completion table.
15396         (Info-fontify-node): Use match-string, line-end-position.
15397         Limit the search for `node:' to the first line.
15399         * newcomment.el (uncomment-region): Remove padding coming from
15400         comment-start rather than just from comment-padding.
15402         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
15403         (vc-cvs-stay-local-p): Use vc-stay-local-p.
15404         (vc-cvs-rename-file): Remove (use the default).
15405         (vc-cvs-register): Register parent dir if needed.
15406         (vc-cvs-could-register): Return non-nil if parent can be registered.
15407         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
15408         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
15410         * vc-svn.el (vc-svn-use-edit): Make it into a const.
15411         (vc-svn-update): Fix the arguments to `svn'.
15412         (vc-svn-diff-tree): Just use `vc-svn-diff'.
15413         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
15414         Simple implementations, assuming `name' is a URL.
15416         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
15417         set of chars allowed unquoted in a case pattern.
15419         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
15421         * font-lock.el (font-lock-extra-types-widget)
15422         (c-font-lock-extra-types, c++-font-lock-extra-types)
15423         (objc-font-lock-extra-types, java-font-lock-extra-types)
15424         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
15425         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
15426         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
15427         (font-lock-match-c++-structor-declaration)
15428         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
15429         (c++-font-lock-keywords-3, c++-font-lock-keywords)
15430         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
15431         (objc-font-lock-keywords-3, objc-font-lock-keywords)
15432         (java-font-lock-keywords-1, java-font-lock-keywords-2)
15433         (java-font-lock-keywords-3, java-font-lock-keywords)
15434         (java-font-lock-syntactic-face-function): Remove obsolete code
15435         and constants.  It's all in cc-fonts.el now.
15437 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
15439         * mail/sendmail.el (mail-specify-envelope-from)
15440         (mail-envelope-from): Doc fix.
15442 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
15444         * generic-x.el: Do away with the dependency on `c-emacs-features'
15445         when populating `rul-generic-mode-syntax-table'; we already know
15446         this isn't XEmacs.
15448 See ChangeLog.10 for earlier changes.
15450 ;; Local Variables:
15451 ;; coding: iso-2022-7bit
15452 ;; End:
15454     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
15455   Copying and distribution of this file, with or without modification,
15456   are permitted provided the copyright notice and this notice are preserved.
15458 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1