*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobb3b9034620db5a49c3c18657b00a85d158dc5af7
1 2005-01-31  Kim F. Storm  <storm@cua.dk>
3         * ses.el (ses-create-cell-variable-range)
4         (ses-destroy-cell-variable-range, ses-reset-header-string)
5         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6         (ses-insert-row): Fix format of apply undo entries.
8 2005-01-31  Jay Belanger  <belanger@truman.edu>
10         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11         parts.
13         * calc/calc-embed.el (calc-embedded-open-formula)
14         (calc-embedded-close-formula): Ignore matrix environments.
16         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17         TeX mode.
19         * calc/calc-lang.el (math-function-table, math-oper-table)
20         (math-variable-table): Adjust the LaTeX portions.
22         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23         (math-latex-ignore-words): New constant.
25 2005-01-31  Richard M. Stallman  <rms@gnu.org>
27         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
28         (ispell-local-dictionary): Doc fix.
29         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
30         Don't reinitialize at run time.  Don't defcustom.
31         All uses changed to append ispell-local-dictionary-alist,
32         or check it first.
33         (ispell-current-dictionary): New variable for dictionary in use.
34         (ispell-dictionary): Now used only for global default.
35         (ispell-start-process): Set ispell-current-dictionary,
36         not ispell-dictionary.
37         (ispell-change-dictionary): Use this only for setting
38         user preferences.
39         (ispell-internal-change-dictionary): New function
40         to change the current dictionary in use.
41         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
42         Use ispell-current-dictionary.
43         Handle ispell-local-dictionary-overridden.
44         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
46 2005-01-31  Jay Belanger  <belanger@truman.edu>
48         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
50         * calc/calc-ext.el: Add calc-latex-language to autoloads.
51         (calc-mode-map): Add calc-latex-language.
53         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
54         (math-latex-print-frac): New functions.
55         (math-oper-table, math-function-table, math-variable-table)
56         (math-complex-format, math-input-filter): Add latex properties.
57         (calc-set-language): Set math-expr-special-function-mapping.
59         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
60         (calc-write-parse-table-part):  Add LaTeX support.
62         * calc/calc.el (calc-language): Adjust docstring.
63         (calc-set-mode-line): Add LaTeX support.
64         (math-expr-special-function-mapping): New variable.
65         (math-tex-ignore-words): Add to list.
67         * calc/calccomp.el (math-compose-expr, math-compose-rows):
68         Add LaTeX support.
69         (math-compose-expr): Add support for special functions.
71         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
73 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
75         * progmodes/gdb-ui.el (gdb-memory-address)
76         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
77         (gdb-memory-mode-map, gdb-memory-format-keymap)
78         (gdb-memory-format-menu, gdb-memory-unit-keymap)
79         (gdb-memory-unit-menu): New variables for a buffer
80         that lets the user examine program memory.
81         (gdb-memory-set-address, gdb-memory-set-repeat-count)
82         (gdb-memory-format-binary, gdb-memory-format-octal)
83         (gdb-memory-format-unsigned, gdb-memory-format-signed)
84         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
85         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
86         (gdb-memory-unit-word, gdb-memory-unit-halfword)
87         (gdb-memory-unit-byte, gdb-memory-unit-menu)
88         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
89         (gdb-memory-mode, gdb-memory-buffer-name)
90         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
91         New functions for above buffer.
93 2005-01-30  Richard M. Stallman  <rms@gnu.org>
95         * cus-edit.el (custom-bury-buffer): Function deleted.
96         (custom-buffer-done-function): Option deleted.
97         (custom-buffer-done-kill): New (replacement option.
98         (Custom-buffer-done): Call quit-window.
99         (custom-buffer-create-internal): Update for above changes.
101 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
103         * simple.el (undo-ask-before-discard): New var.
104         (undo-outer-limit-truncate): Implement it.
105         (undo-extra-outer-limit): Doc update.
107 2005-01-29  Richard M. Stallman  <rms@gnu.org>
109         * ses.el (undo-more): defadvice deleted.
110         (ses-begin-change): Doc fix.
112         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
113         instead of rebinding C-x u and C-_.
115         * files.el (normal-backup-enable-predicate): Return nil for files
116         in /tmp, regardless of temporary-file-directory.
118         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
120         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
121         (open-rectangle, delete-whitespace-rectangle-line)
122         (clear-rectangle-line): If FILL, pass t instead of FILL
123         for move-to-column's 2nd arg.
125         * simple.el (undo): Fix the test for continuing a series of undos.
126         (undo-more): Set pending-undo-list to t when we reach end.
127         (pending-undo-list): defvar moved up.
129         * wid-edit.el (widget-button-click):
130         Shorten the range of the track-mouse binding.
132         * comint.el (comint-insert-input): Undo previous changes;
133         use last-input-event in interactive spec.
135 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
137         * progmodes/compile.el (compilation-start): Bind buffer-read-only
138         to nil before invoking call-process.  Reset buffer's modified flag
139         after fontifying it in the no-async branch.
141         * wid-edit.el (widget-specify-button): If mouse pointer shape
142         cannot be changed, use mouse face instead.
144 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
146         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
147         (gdb-goto-breakpoint): Make breakpoint handling work on template
148         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
149         (gdb-assembler-custom): Update to recognise breakpoint information
150         added on 2005-01-19.
152 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
154         * descr-text.el: Add more keywords.
156 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * speedbar.el: Avoid unnecessary use of locate-library.
160         * international/mule-cmds.el (standard-display-european-internal):
161         Don't fiddle with latin-1 non-break space any more since it's now
162         special cased in the C code.
163         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
165 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
167         * cus-start.el (all): Add `undo-outer-limit'.
169 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
171         * textmodes/bibtex.el (bibtex-format-entry):
172         Use `bibtex-empty-field-re' only on the text of fields, not on entire
173         field lines.
174         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
175         not on part of a buffer.
177 2005-01-25  Lute Kamstra  <lute@gnu.org>
179         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
180         nonempty field text strings like "{letters\\macro{}more letters}".
181         Clarify docstring.
182         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
183         (bibtex-entry-offset, bibtex-parse-association)
184         (bibtex-parse-field-name): Fix typos in docstrings.
185         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
187 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
189         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
190         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
191         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
192         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
194         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
195         isearch minor mode.
197 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
199         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
201 2005-01-24  Lute Kamstra  <lute@gnu.org>
203         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
204         CASECHARS and NOT-CASECHARS regular expressions of the
205         "nederlands" and "nederlands8" dictionaries to prevent a "Range
206         striding over charsets" error.
208 2005-01-24  Jay Belanger  <belanger@truman.edu>
210         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
211         display variable name.
213 2005-01-24  Kenichi Handa  <handa@m17n.org>
215         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
216         Fix setting of the element of encoded-kbd-iso2022-invocations.
218 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
220         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
221         (gdb-threads-select): Change to also accept mouse events.
222         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
223         (gdb-threads-mouse-select): Delete.
225 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
227         * files.el (insert-directory): Take care of empty directory,
228         listed without -a switch.
230 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * textmodes/refill.el (refill-post-command-function):
233         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
234         to the list of functions that we should be careful not to undo.
235         (refill-late-fill-paragraph-function): Remove.
236         (refill-saved-state): New var.
237         (refill-mode): Use it to save fill-paragraph-function.
238         Save also the value of auto-fill-function.
240         * term/w32-win.el: Simplify code.
242 2005-01-23  Kim F. Storm  <storm@cua.dk>
244         * simple.el (line-move): Adapt to new return value from
245         pos-visible-in-window-p.
247         * simple.el (line-move): Fix last change.  Check partial
248         visibility at point rather than at window-start.
250 2005-01-22  Jason Rumney  <jasonr@gnu.org>
252         * term/w32-win.el (xw-defined-colors): Remove debug-message.
254 2005-01-22  David Kastrup  <dak@gnu.org>
256         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
258 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
260         * type-break.el (type-break-mode): Add a test for
261         type-break-file-name being non-nil.
263 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
265         * net/eudc.el (top level): Call (message "") via progn, so that
266         eudc-options-file is loaded.
268 2005-01-22  Kim F. Storm  <storm@cua.dk>
270         * simple.el (line-move-1): Rename from line-move.
271         (line-move): New function that adjusts vscroll for partially
272         visible rows, and calls line-move-1 otherwise.
274 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
276         * pcomplete.el: define pcomplete-read-event instead of read-event,
277         since it's not a complete read-event implementation
279 2005-01-20  Jay Belanger  <belanger@truman.edu>
281         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
282         for called function.
284 2005-01-20  Steven Tamm  <steventamm@mac.com>
286         * term/mac-win.el (process-connection-type): Remove.
287         Controlled now by s/darwin.h:PTY_ITERATION.
289 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * window.el (handle-select-window): Don't switch window when we're
292         in the minibuffer.
294 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
296         * subr.el (dotimes-with-progress-reporter): New macro.
298         * ses.el (ses-dotimes-msg): Remove macro.
299         Use `dotimes-with-progress-reporter' instead.
301 2005-01-19  Steven Tamm  <steventamm@mac.com>
303         * term/mac-win.el (process-connection-type): Use new
304         operating-system-release variable to use ptys on Darwin 7 (OSX
305         10.3) when using carbon build.
307 2005-01-19  Jay Belanger  <belanger@truman.edu>
309         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
310         flags if the last command was a tab or M-tab.
312         * calc/calc-prog.el (calc-user-define-edit): Put original formula
313         in formula editing buffer.
315 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
317         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
318         breakpoint image symbol in margin.
320 2005-01-19  Jay Belanger  <belanger@truman.edu>
322         * calc/calc-prog.el (calc-execute-kbd-macro):
323         Ignore calc-keep-arg-flag.
325 2005-01-19  Kenichi Handa  <handa@m17n.org>
327         * textmodes/ispell.el (ispell-looking-at): New function.
328         (ispell-process-line): Use ispell-looking-at to compare the ispell
329         output and the buffer contents.
331 2005-01-18  Jay Belanger  <belanger@truman.edu>
333         * calc/calc.el (calc-display-raw): Fix docstring.
335 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
337         * simple.el (blink-matching-open): Strip extra info from syntax.
339         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
340         funny chars in the end-of-here-doc marker.
342 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
344         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
345         that enable/disabled state of breakpoints is shown correctly in
346         fringe and on ttys.
347         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
348         Add breakpoint information as text properties.
349         (gdb-mouse-toggle-breakpoint):
350         Rename to gdb-mouse-set-clear-breakpoint.
351         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
352         breakpoints in the margin.
353         (gdb-remove-strings): Simplify.
355 2005-01-17  Jay Belanger  <belanger@truman.edu>
357         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
358         erasing buffer.
360 2005-01-17  Richard M. Stallman  <rms@gnu.org>
362         * progmodes/grep.el (grep-find): Copy from `grep' the condition
363         for calling grep-compute-defaults.
365         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
366         if buffer is empty.
368         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
370 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
372         * hilit-chg.el (highlight-changes-mode): Don't autoload.
374         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
375         non-preloaded variables.
377 2005-01-17  Steven Tamm  <steventamm@mac.com>
379         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
380         tex-shell cause to force interactivity when using pipes.
382 2005-01-17  Kim F. Storm  <storm@cua.dk>
384         * simple.el (just-one-space): Make arg optional.
386 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
388         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
389         posn-at-x-y to t to access left-margin.
391 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
393         Sync with Tramp 2.0.47.
395         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
396         catching keep-date problems in cp/scp operations.
397         (tramp-handle-copy-file): Don't call `set-file-modes'
398         unconditionally.  Specialized functions should know better what is
399         necessary.  This improves performance a little bit, and the
400         functions could catch errors with `cp -p' and `scp -p'.
401         (tramp-do-copy-or-rename-file-via-buffer)
402         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
403         when appropriate.
404         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
405         Call `set-file-modes' when appropriate.
406         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
407         Johnsson <isak@hypergene.com>
408         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
409         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
410         <joakim@verona.se>
411         (tramp-file-name-for-operation): Mark `shell-command' as magic for
412         Emacs only.
414         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
415         `find-file-hooks' and `dired-mode-hook'.
416         (tramp-minor-mode-map): Respective map.  Add remapping for
417         `compile' and `recompile'.
418         (tramp-remap-command, tramp-recompile): New defuns.
419         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
420         in buffer "*Compilation*".  Call the commands asynchronously.
422         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
423         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
424         `shell-command', because it isn't magic in XEmacs.  Reported by
425         Adrian Aichner <adrian@xemacs.org>.
427         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
428         `substitute-in-file-name.
429         (tramp-smb-handle-substitute-in-file-name): New defun.
430         (tramp-smb-advice-PC-do-completion): Delete advice.
432 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
434         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
435         Fix error in deleting region.
437 2005-01-15  Richard M. Stallman  <rms@gnu.org>
439         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
440         In non-temp buffer, switch syntax table temporarily.
442         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
444         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
446         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
448         * imenu.el (imenu--split-menu): Copy menulist before sorting.
449         (imenu--generic-function): Use START, not BEG, as pos of definition.
451         * simple.el (just-one-space): Argument specifies number of spaces.
453         * simple.el (eval-expression-print-format): Avoid warning
454         about edebug-active.
456 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
458         * progmodes/sh-script.el: Code copied from make-mode.el
459         with small changes,
460         (sh-mode-map): Bind C-c C-\.
461         (sh-backslash-column, sh-backslash-align): New variables.
462         (sh-backslash-region, sh-append-backslash): New functions.
464 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
466         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
467         (rmail-pop-password, rmail-pop-password-required): Move to
468         rmail-obsolete group.
469         (rmail-set-pop-password): Rename to rmail-set-remote-password.
470         All callers updated.
471         (rmail-get-pop-password): Rename to rmail-get-remote-password.
472         Take an argument specifying whether it is POP or IMAP mailbox we
473         are using.  All callers updated.
474         (rmail-pop-password-error): Rename to
475         rmail-remote-password-error.  Added mailutils-specific error message.
476         (rmail-movemail-search-path)
477         (rmail-movemail-variant-in-use): New variables.
478         (rmail-remote-password, rmail-remote-password-required):
479         New customization variables.
480         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
481         (rmail-parse-url): New function.
482         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
483         with GNU mailutils movemail.
485 2005-01-15  Kevin Ryde  <user42@zip.com.au>
487         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
488         suffix to space, $ or '$, to correctly position point when going
489         to @table style constants like DBL_MAX.
491 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
493         * type-break.el (type-break-mode, type-break-file-time)
494         (type-break-file-keystroke-count, type-break-choose-file):
495         Don't store data in or load data from the file if type-break-file-name
496         is nil.
497         (type-break-file-name): Doc update as per the above.
499 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
501         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
502         lookup-key might return nil; handle that.
504 2005-01-15  Alan Mackenzie  <acm@muc.de>
506         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
507         rather than the element found, thus enabling the tree to be setcar'd.
509 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
511         * textmodes/org.el (org-show-following-heading): New option.
512         (org-show-hierarchy-above): Use `org-show-following-heading'.
513         (org-cycle): Documentation fix.
515         * textmodes/org.el (orgtbl-optimized): New option
516         (orgtbl-mode): New command, a minor mode.
517         (orgtbl-mode-map): New variable.
518         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
519         (orgtbl-error, orgtbl-self-insert-command)
520         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
522         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
523         a local variable in each org-mode buffer.
525         * textmodes/org.el (org-set-regexps-and-options): Rename from
526         `org-set-regexps'.  Added checking for STARTUP keyword.
527         (org-get-current-options): Add STARTUP options.
528         (org-table-insert-row): Mode mode intelligent about when
529         realignment is needed.
530         (org-self-insert-command, org-delete-backward-char, org-delete-char):
531         New commands.
532         (org-enable-table-editor): New default value `optimized'.
533         (org-table-blank-field): Support blanking regions if active.
535 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
537         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
538         if the year is not given.
540         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
541         Add new escapes %m and %M, fixed bug with %F by adding
542         save-match-data.
543         (reftex-reference): Remove ?. from list of spaces.
544         (reftex-label-info): Add automatic label prefix recognition.
546         * textmodes/reftex-index.el (reftex-index-next-phrase):
547         Add slave parameter to call of `reftex-index-this-phrase'.
548         (reftex-index-this-phrase): New optional argument.
549         (reftex-index-region-phrases): Add slave parameter to call of
550         `reftex-index-this-phrase'.
551         (reftex-display-index): New argument redo.
552         (reftex-index-rescan): Add 'redo to arguments of
553         `reftex-display-index'.
554         (reftex-index-Rescan, reftex-index-revert)
555         (reftex-index-switch-index-tag): Add 'redo to arguments of
556         `reftex-display-index'.
557         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
558         indexing.  Fix bug with matching is there is a quote before or
559         after the word.
561         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
562         Fix bug when collecting citation keys in lines with comments.
563         (reftex-citation): Prefix argument no longer rescans the document,
564         but forces prompting for optional arguments of cite macros.
565         (reftex-do-citation): Prompting for optional arguments implemented.
567         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
568         Add optional arguments to most cite commands.
569         (reftex-cite-cleanup-optional-args): New option
570         (reftex-cite-prompt-optional-args): New option.
571         (reftex-trust-label-prefix): New option.
573         * textmodes/reftex-toc.el (reftex-toc-find-section):
574         Add push-mark before changing the position in the buffer.
576         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
577         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
579 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
581         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
582         more carefully.
584 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
587         (sgml-mode): Use it.
588         (sgml-get-context): Better keep track of implicitly closed tags.
590 2005-01-13  Kenichi Handa  <handa@m17n.org>
592         * textmodes/ispell.el: These changes are to fix misalignment error
593         caused by equivalent characters of different Emacs charsets.
594         (ispell-unified-chars-table): New variable.
595         (ispell-get-decoded-string): New function.
596         (ispell-get-casechars, ispell-get-not-casechars)
597         (ispell-get-otherchars): Call ispell-get-decoded-string.
599 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
601         * custom.el (custom-declare-variable): Just put symbol instead
602         of (defvar . symbol) in `current-load-list'.
604 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
606         * emacs-lisp/elint.el: Fixed typo in Commentary section.
608 2005-01-12  Jay Belanger  <belanger@truman.edu>
610         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
611         to create a Calc summary.
613 2005-01-12  Kim F. Storm  <storm@cua.dk>
615         * mouse.el (mouse-on-link-p): Change functionality and doc
616         string to comply with latest description in lisp ref.
618 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
620         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
621         Enable mouse clicks on mode-line, header-line and margin.
622         (event-type): Give mouse event symbols an 'event-kind property
623         with value 'mouse-click.
625 2005-01-12  Juri Linkov  <juri@jurta.org>
627         * facemenu.el (list-colors-display): Add new arg buffer-name.
628         Use it.  Fix docstring.  Replace code for identifying duplicate
629         colors by the name with call to `list-colors-duplicates' which
630         identifies duplicate colors by the value unless the color
631         is one of special Windows colors.  Set truncate-lines to t.
632         Print sorted duplicate color names on each line.  Indent to 22
633         \(the longest color name in rgb.txt) instead of 20.  Optimize.
634         (list-colors-duplicates): New function.
635         (facemenu-color-name-equal): Delete function.
637         * facemenu.el (list-colors-print): New function created from code
638         in list-colors-display.  Print #RRGGBB at the window right edge.
639         (list-colors-display): When temp-buffer-show-function is not
640         defined, call list-colors-print from temp-buffer-show-hook
641         to get the right value of window-width in list-colors-print
642         after the buffer is displayed.
644         * simple.el (pop-mark): Move deactivate-mark out of conditional
645         part to deactivate the active mark regardless of the state of the
646         mark ring.
648         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
649         variables line in desktop files.
651 2005-01-12  Juri Linkov  <juri@jurta.org>
653         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
654         Bring together isearch highlight related options.
655         (lazy-highlight): Replace group `replace' by `matching'.
656         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
657         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
658         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
659         and declare them obsolete.
660         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
661         (isearch-faces): Remove defgroup.
662         (isearch-overlay, isearch-highlight, isearch-dehighlight):
663         Move isearch highlighting code closer to lazy highlighting code.
665         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
666         (query-replace-highlight, query-replace-lazy-highlight)
667         (query-replace): Move definitions to the beginning of the file.
669 2005-01-11  Juri Linkov  <juri@jurta.org>
671         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
672         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
673         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
675         * info.el (Info-history-forward): New variable.
676         (Info-select-node): Reset Info-history-forward to nil.
677         (Info-last): Turn into defalias.
678         (Info-history-back): Rename from Info-last.
679         Add current node to Info-history-forward.
680         (Info-history-forward): New fun.
681         (Info-mode-map): Replace Info-last by Info-history-back.
682         Bind Info-history-forward to "r".
683         (Info-mode-menu): Replace Info-last by Info-history-back.
684         Fix menu item text.  Add menu item for Info-history-forward.
685         (info-tool-bar-map): Replace Info-last by Info-history-back.
686         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
687         for Info-history-forward.
688         (Info-mode): Replace Info-last by Info-history-back in docstring.
689         Add local variable Info-history-forward.
690         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
692 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
695         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
696         Ignore select-window events rather than fiddle with
697         mouse-autoselect-window.
699 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
701         * type-break.el (type-break-mode): Fix previous change.
703 2005-01-10  Jay Belanger  <belanger@truman.edu>
705         * calc/calc-ext.el (calc-reset): Reset when inside embedded
706         calculator; only reset when point is inside a calculator.
707         Don't adjust the window height if the window takes up the whole height
708         of the frame.
710 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
712         * ebuff-menu.el (Electric-buffer-menu-mode):
713         Preserve value of buffer-local var header-line-format.
715 2005-01-09  Jay Belanger  <belanger@truman.edu>
717         * calc/calc.el (calc-mode-var-list-restore-saved-values):
718         Make sure settings file exists before accessing it.
720         * calc/calc-embed.el (calc-embedded-subst):
721         Replace math-multi-subst-rec, which is only supposed to be called
722         by math-multi-subst, by math-multi-subst.
724 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
726         * vc.el (vc-allow-async-revert): New user option.
727         (vc-disable-async-diff): New internal variable.
728         (vc-revert-buffer): Use them to disable asynchronous diff.
730         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
731         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
732         asynchronously if vc-disable-async-diff is t.
734 2005-01-09  Jay Belanger  <belanger@truman.edu>
736         * calc/calc.el (defcalcmodevar): New macro.
737         (calc-mode-var-list-restore-default-values)
738         (calc-mode-var-list-restore-saved-values): New functions.
739         (calc-mode-var-list): Use defcalcmodevar to define it.
740         (calc-always-load-extensions, calc-line-numbering)
741         (calc-line-breaking, calc-display-just, calc-display-origin)
742         (calc-number-radix, calc-leading-zeros, calc-group-digits)
743         (calc-group-char, calc-point-char, calc-frac-format)
744         (calc-prefer-frac, calc-hms-format, calc-date-format)
745         (calc-float-format, calc-full-float-format, calc-complex-format)
746         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
747         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
748         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
749         (calc-matrix-brackets, calc-language, calc-language-option)
750         (calc-left-label, calc-right-label, calc-word-size)
751         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
752         (calc-display-raw, calc-internal-prec, calc-angle-mode)
753         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
754         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
755         (calc-window-height, calc-display-trail, calc-show-selections)
756         (calc-use-selections, calc-assoc-selections)
757         (calc-display-working-message, calc-auto-why, calc-timing)
758         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
759         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
760         (calc-gnuplot-default-device, calc-gnuplot-default-output)
761         (calc-gnuplot-print-device, calc-gnuplot-print-output)
762         (calc-gnuplot-geometry, calc-graph-default-resolution)
763         (calc-graph-default-resolution-3d, calc-invocation-macro)
764         (calc-show-banner): Use defcalcmodevar to declare them and set
765         their default values.
767         * calc/calc-ext.el (calc-reset): Restore saved values of variables
768         instead of default values (but restore default values if there is
769         an argument of 0).
771 2005-01-09  David Kastrup  <dak@gnu.org>
773         * desktop.el (desktop-restore-eager): Fix typo in type.
775 2005-01-08  Richard M. Stallman  <rms@gnu.org>
777         * cus-edit.el (customize): Delete :link.
779 2005-01-08  Jay Belanger  <belanger@truman.edu>
781         * calc/calc.el (calc-mode): Remove the extension from the
782         `calc-settings-file' file name when loading it.
784 2005-01-08  Kim F. Storm  <storm@cua.dk>
786         * info.el (Info-mode-map, Info-next-link-keymap)
787         (Info-prev-link-keymap, Info-up-link-keymap):
788         Map follow-link to mouse-face.
789         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
791 2005-01-08  Jay Belanger  <belanger@truman.edu>
793         * calc/calc.el (calc-settings-file): Change default value.
794         Suggested by cgw in a comment in calc-mode.el.
796         * calc/calc-mode.el (calc-settings-file-name):
797         Compare calc-settings-file to user-init-file instead of ~/.emacs.
798         Replace ~/.emacs in a prompt by calc-settings-file.
800 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
802         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
803         (desktop-lazy-idle-delay): New customizable variables.
804         (desktop-buffer-args-list): New variable.
805         (desktop-append-buffer-args): New function.
806         (desktop-save): Call desktop-append-buffer-args for some buffers.
807         (desktop-lazy-create-buffer): New function.
808         (desktop-idle-create-buffers): New function.
809         (desktop-read): Add message about buffers to restore lazily.
810         (desktop-lazy-abort): New command.
811         (desktop-clear): Call desktop-lazy-abort.
812         (desktop-lazy-complete): New command.
814 2005-01-06  Richard M. Stallman  <rms@gnu.org>
816         * emacs-lisp/find-func.el (find-face-definition):
817         Rename from find-face.
819 2005-01-06  Kim F. Storm  <storm@cua.dk>
821         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
823         * man.el (Man-xref-man-page, Man-xref-header-file)
824         (Man-xref-normal-file): Add follow-link property.
826 2005-01-06  Jay Belanger  <belanger@truman.edu>
828         * calc/calc-units.el: Make sure the proper macro definitions are
829         available when compiling.
831 2005-01-06  Juri Linkov  <juri@jurta.org>
833         * isearch.el (isearch-lazy-highlight-update):
834         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
836 2005-01-06  Miles Bader  <miles@gnu.org>
838         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
839         (isearch-lazy-highlight-face): Use new name.
841 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * uniquify.el (uniquify-rationalize-file-buffer-names):
844         Re-add an interactive spec.
845         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
846         to the same name.
848         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
849         (isearch-update, isearch-done): Adjust calls accordingly.
851 2005-01-05  Richard M. Stallman  <rms@gnu.org>
853         * custom.el (custom-set-variables, custom-theme-set-variables):
854         Clarify documentation.
856         * emacs-lisp/find-func.el (find-variable)
857         (find-variable-other-window, find-variable-other-frame):
858         Fix the TYPE args to find-function-read and find-function-do-it.
859         (find-function): Doc fix.
860         (find-function-at-point): Replace function-at-point alias.
862 2005-01-04  Richard M. Stallman  <rms@gnu.org>
864         * cus-face.el (custom-declare-face):
865         Record defface in current-load-list.
867         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
869         * emacs-lisp/find-func.el: Doc fixes.
870         (find-face-regexp): New variable.
871         (find-function-regexp-alist): New variable.
872         (find-function-C-source): Third arg is now TYPE.
873         (find-function-search-for-symbol): Handle general TYPE.
874         (find-function-read, find-function-do-it): Handle general TYPE.
875         (find-definition-noselect, find-face): New functions.
876         (function-at-point): Alias deleted.
878 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
880         * battery.el (display-battery-mode): Rename from display-battery.
881         Handle the case where it gets turned off.
883 2005-01-04  Richard M. Stallman  <rms@gnu.org>
885         * cus-edit.el (customize): Make :link point to user doc.
887         * man.el (Man-fontify-manpage): Turn off undo generation.
889         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
891 2005-01-04  Andreas Schwab  <schwab@suse.de>
893         * files.el (insert-directory): Only look for error lines in
894         inserted text.  Don't move too far after processing --dired markers.
896 2005-01-04  Richard M. Stallman  <rms@gnu.org>
898         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
899         Don't expand if the character is @, period, dash, etc.
900         (define-mail-abbrev): Quote names that contain problem characters.
902 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
904         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
906 2005-01-03  Richard M. Stallman  <rms@gnu.org>
908         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
909         (query-replace-highlight, query-replace-lazy-highlight)
910         (query-replace): Definitions moved up.  Doc fix.
912 2005-01-03  Richard M. Stallman  <rms@gnu.org>
914         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
915         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
916         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
917         (lazy-highlight-face): Rename from isearch-lazy-...
918         Change all references to them.
920 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
922         * cus-edit.el (custom-file): Doc fix for defcustom.
923         (custom-file): The function no longer sets the variable
924         `custom-file' to its return value.
926         * startup.el (command-line): No longer load `custom-file'.
928 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
932         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
933         Don't confuse module-prefixed identifiers for labels.
934         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
936 2005-01-02  Richard M. Stallman  <rms@gnu.org>
938         * files.el (basic-save-buffer-1): Fix previous change.
940         * loadhist.el (file-loadhist-lookup): New function.
941         (file-provides, file-requires): Use it.
943         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
944         instead of calculating the right size.
946 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
948         * vc-svn.el (vc-svn-diff): Stay local if possible.
950 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
952         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
954         * files.el (hack-local-variables): Fix last change.
956 2005-01-02  Jay Belanger  <belanger@truman.edu>
958         * calc/calc-yank.el (calc-edit-top): New variable.
959         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
960         object.  Change header properties.
961         (calc-edit-finish, calc-edit-finish-stack-object)
962         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
963         edited object.
964         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
965         for the beginning of the edited object.
966         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
967         for the beginning of the edited object.
968         * calc/calc-prog.el (calc-edit-macro-finish-edit)
969         (calc-finish-formula-edit, calc-macro-repeats)
970         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
971         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
972         beginning of the edited object.
973         (calc-user-define-edit): Change the header for editing macros.
974         Remove unnecessary variable.
976 2005-01-01  Jay Belanger  <belanger@truman.edu>
978         * calc/calc-yank.el (calc-edit-mode): Change default header.
979         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
980         * calc/calc-store.el (calc-edit-variable): Change title to match new
981         header.
982         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
983         mode to match new header.
984         (calc-user-define-edit): Change titles to include names of commands.
985         (calc-finish-formula-edit): Adjust to handle new header.
986         (calc-finish-macro-edit): Remove.
987         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
988         (calc-edit-macro-command, calc-edit-macro-command-type)
989         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
990         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
991         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
992         (calc-edit-macro-finish-edit): New functions.
993         (calc-user-define-edit): Use new functions to edit named calc macros.
995 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
997         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
999         * ses.el (copy-region-as-kill): Deactivate mark.
1001 2005-01-01  Richard M. Stallman  <rms@gnu.org>
1003         * replace.el (occur-1): If the output buffer is also an input,
1004         don't kill it, rename it.
1006         * faces.el (set-face-background, set-face-foreground): Doc fix.
1008         * cus-face.el (custom-face-attributes): Fix :help-echo strings
1009         for :foreground and :background.
1011         * dired.el (dired-view-command-alist): Variable deleted.
1012         (dired-view-file, dired-mouse-find-file-other-window):
1013         Delete the code to use it.
1015 2005-01-01  Kim F. Storm  <storm@cua.dk>
1017         * image.el (insert-sliced-image): Use t for line-height property.
1019 2004-12-31  Jay Belanger  <belanger@truman.edu>
1021         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
1022         for "var-" at the beginning of the minibuffer.
1024 2004-12-31  Richard M. Stallman  <rms@gnu.org>
1026         * faces.el (read-face-name):
1027         Don't treat an attribute spec as a list of faces.
1029         * simple.el (undo): Use undo-equiv-table to detect
1030         unexpected changes since previous undo.
1031         (undo-list-saved): Variable deleted.
1032         (buffer-disable-undo): Don't alter undo-list-saved.
1034         * files.el (require-final-newline): Allow `visit' and `visit-save'.
1035         (mode-require-final-newline): New option.
1036         (after-find-file): Handle require-final-newline with new values.
1037         (basic-save-buffer): Handle new values of require-final-newline.
1039         * progmodes/sh-script.el (sh-require-final-newline):
1040         Alist value now controls whether to use mode-require-final-newline.
1041         (sh-set-shell): Implement that new meaning.
1043         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1044         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1045         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1046         Delete old-Emacs compatibility code.
1047         (antlr-c-common-init): Function deleted.
1049         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1050         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1051         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1052         * progmodes/python.el (python-mode): Use mode-require-final-newline.
1053         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1054         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1055         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1056         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1057         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1058         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1059         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1060         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1061         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1062         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1063         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1064         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1066 2004-12-31  Jay Belanger  <belanger@truman.edu>
1068         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1069         way to return to Calc.
1071         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1072         finish, C-xk as the way to cancel the edit.  Add cancel routine to
1073         kill-buffer-hook.
1075         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1076         MacEdit code.
1078         * calc/calc-prog.el: Remove obsolete MacEdit code.
1079         (calc-macro-edit-algebraic, calc-macro-edit-variable)
1080         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1082 2004-12-31  Kenichi Handa  <handa@m17n.org>
1084         * international/mule.el (buffer-file-coding-system-explicit):
1085         Rename for explicit-buffer-file-coding-system.
1086         (after-insert-file-set-coding): Adjust for the above change.
1088         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1089         to buffer-file-coding-system-explicit.
1090         (basic-save-buffer-1): Likewise.
1092 2004-12-30  Richard M. Stallman  <rms@gnu.org>
1094         * textmodes/artist.el (artist-butlast-fn): Var deleted.
1095         (artist-butlast, artist-last): Functions deleted.
1096         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1097         (artist-compute-key-compl-table): Call remq directly.
1098         (artist-remove-nulls): Function deleted.
1099         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1100         (artist-push, artist-pop): Macro deleted.
1102 2004-12-30  Andreas Leue  <al@sphenon.de>
1104         * textmodes/artist.el (artist-version): 1.2.6
1105         (artist-prev-next-op-alist): New variable.
1106         (artist-select-next-op-in-list): New function.
1107         (artist-select-prev-op-in-list): New function.
1108         (artist-make-prev-next-op-alist): New function.
1109         (artist-is-in-op-list-p): New function.
1110         (artist-get-first-non-nil-op): New function.
1111         (artist-get-last-non-nil-op): New function.
1112         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1113         artist-prev-next-op-alist.
1114         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1115         change drawing operation.
1117 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1119         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1121 2004-12-31  Masatake YAMATO  <jet@gyve.org>
1123         * server.el (server-process-filter): Suppress `error', too.
1125 2004-12-30  Jay Belanger  <belanger@truman.edu>
1127         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1128         Change the way a variable is displayed in a message.
1130         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1131         (calc-user-define-permanent, calc-execute-kbd-macro):
1132         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1134 2004-12-30  Kenichi Handa  <handa@m17n.org>
1136         * files.el (basic-save-buffer-1):
1137         Set explicit-buffer-file-coding-system to last-coding-system-used.
1138         (revert-buffer): Pay attention to
1139         explicit-buffer-file-coding-system (not buffer-file-coding-system)
1140         on bind coding-system-for-read.
1142         * international/mule.el (explicit-buffer-file-coding-system):
1143         New buffer local variable.
1144         (after-insert-file-set-coding): Set it to coding-system-for-read.
1146 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1148         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1150 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
1152         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1153         that include line numbers.
1155 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
1157         * files.el (hack-local-variables): If no PREFIX, set it to "^".
1158         Redundant variable PREFIXLEN removed.
1160 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
1162         * eshell/em-hist.el (eshell-previous-matching-input):
1163         Start the deletion from the end of the output.
1165 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1167         * term/mac-win.el: Require x-dnd.
1168         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
1170 2004-12-29  David Kastrup  <dak@gnu.org>
1172         * international/mule.el (decode-coding-inserted-region):
1173         Don't barf if `buffer-undo-list' is already set to `t'.
1175 2004-12-29  Jay Belanger  <belanger@truman.edu>
1177         * calc/calc-prog.el (calc-user-define-formula): Put default values
1178         for function names in prompts.
1179         (calc-user-define-permanent, calc-user-define-composition)
1180         (calc-user-define-formula): Remove the need for "calcFunc-" in the
1181         default input for algebraic functions.
1183 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
1185         * vc-rcs.el (vc-rcs-annotate-command):
1186         Fix omission bug: Call `vc-setup-buffer'.
1188 2004-12-29  Kenichi Handa  <handa@m17n.org>
1190         * international/mule.el (recode-region): New function.
1192 2004-12-28  Richard M. Stallman  <rms@gnu.org>
1194         * simple.el (undo-extra-outer-limit): New variable.
1195         (undo-outer-limit-truncate): Test and set it.
1197         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
1198         enables the feature to extend the existing region.
1200         * simple.el (mark-word): New arg ALLOW-EXTEND
1201         enables the feature to extend the existing region.
1203         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
1204         enables the feature to extend the existing region.
1206         * startup.el (site-run-file): Don't allow setting it with Custom.
1208         * simple.el (buffer-disable-undo): Fix previous change.
1210 2004-12-27  Masatake YAMATO  <jet@gyve.org>
1212         * hexl.el (hexlify-buffer): Remove fontification here.
1213         Use font lock mechanism instead.
1214         (hexl-font-lock-keywords): New font lock kewords.
1215         (hexl-mode-old-font-lock-keywords): New variable.
1216         (hexl-mode): Store the old font lock keywords.
1217         (hexl-mode-exit): Restore the old font lock keywords.
1219 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1221         * simple.el (undo): Fix previous change.
1223 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1225         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
1226         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
1227         Call x-open-connection on Mac OS X.
1229 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1231         * files.el (buffer-save-without-query): New var (buffer-local).
1232         (save-some-buffers): Save those buffers first, w/o asking.
1234         * files.el (insert-directory-ls-version): New variable.
1235         (insert-directory): When ls returns an error, test the version
1236         number to decide what the return code means.
1237         With --dired output format, detect and distinguish lines
1238         that are really error messages.
1239         (insert-directory-adj-pos): New function.
1241         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
1243         * battery.el (battery-mode-line-format): Remove initial spaces.
1245         * uniquify.el (uniquify-rationalize-file-buffer-names):
1246         Delete interactive spec.
1248         * type-break.el (type-break-mode): Set buffer-save-without-query.
1249         Remove code that tried to set save-some-buffers-always.
1250         (type-break-file-keystroke-count): Bind deactivate-mark.
1252         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
1254         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
1255         Test that the buffer is live, and maybe reject current buffer too.
1256         Clarify.
1257         (next-error-find-buffer): Rewrite for clarity.
1259         * loadup.el: Don't use buffer-disable-undo; do it directly.
1261         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
1262         (describe-variable): Call symbol-file with `defvar'.
1264         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
1265         (symbol-file): Rewritten to handle new load-history format.
1266         Now takes an arg TYPE to specify looking for a particular
1267         type of definition only.
1269         * emacs-lisp/debug.el (debugger-make-xrefs):
1270         Call symbol-file with `defun'.
1272         * emacs-lisp/find-func.el (find-function-noselect):
1273         Call symbol-file with `defun'.
1274         (find-variable-noselect): Call symbol-file with `defvar'.
1276         * eshell/esh-cmd.el (eshell-find-alias-function):
1277         Call symbol-file with `defun'.
1279         * eshell/esh-test.el (eshell-test-goto-func):
1280         Call symbol-file with `defun'.
1282         * mail/rmail.el (rmail-resend):
1283         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
1285         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
1287         * progmodes/compile.el (compilation-find-buffer): Rename arg.
1289         * textmodes/texinfmt.el (texinfo-format-buffer-1):
1290         Call buffer-disable-undo.
1292         * simple.el (undo-list-saved): New variable (buffer-local).
1293         (undo): Set and test it.
1294         (buffer-disable-undo): Move here from buffer.c.
1295         Clear out undo-list-saved.
1297         * international/mule.el (decode-coding-inserted-region):
1298         Set buffer-undo-list in a correct and optimal way.
1300         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
1301         (cperl-font-lock-unfontify-region-function): No need to save and
1302         restore info, since font-lock.el does it for us.
1304         * ansi-color.el (save-buffer-state): Definition deleted.
1305         (ansi-color-unfontify-region): Don't use save-buffer-state.
1307 2004-12-27  Dave Love  <fx@gnu.org>
1309         * wid-edit.el (function): Use restricted-sexp as parent.
1311 2004-12-27  Kevin Ryde  <user42@zip.com.au>
1313         * simple.el (next-matching-history-element): Use same
1314         `interactive' form as previous-matching-history-element.
1316         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
1317         it can appear unencoded and has been seen from yahoo.
1319 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
1321         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1322         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
1324 2004-12-27  Kenichi Handa  <handa@m17n.org>
1326         * international/utf-8.el (utf-translate-cjk-load-tables):
1327         Bind coding-system-for-read to nil while loading subst-*.
1329 2004-12-26  Jay Belanger  <belanger@truman.edu>
1331         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
1332         default input.
1334 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
1336         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
1337         before reverting and disable undo recording while reverting.
1339 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
1341         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
1342         (hs-make-overlay): New function.
1343         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
1344         (hs-flag-region): Delete function.
1345         (hs-hide-comment-region): No longer use `hs-flag-region'.
1346         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
1347         (hs-hide-block-at-point): Likewise.
1348         (hs-hide-level-recursive): Use `hs-discard-overlays'.
1349         (hs-hide-all, hs-show-all): Likewise.
1350         (hs-show-block): Likewise.
1351         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
1353 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
1355         * progmodes/hideshow.el: Require `cl' when compiling.
1356         Remove XEmacs and Emacs 19 compatibility.
1357         Use `dolist' and `add-to-list' for load-time actions.
1358         (hs-discard-overlays): Use `dolist'.
1359         (hs-show-block): Likewise.
1361 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
1363         * faces.el (mode-line, mode-line-inactive): Use min-colors.
1365 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
1367         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
1368         When extending backwards, move outside the current comment first.
1370 2004-12-22  Kenichi Handa  <handa@m17n.org>
1372         * international/quail.el (quail-start-translation): Fix prompt
1373         string for the case if input-method-use-echo-area being non-nil.
1374         (quail-start-conversion): Likewise.
1375         (quail-show-guidance): Don't show guidance if
1376         input-method-use-echo-area is non-nil.
1378 2004-12-21  Richard M. Stallman  <rms@gnu.org>
1380         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
1382 2004-12-21  Markus Rost  <rost@ias.edu>
1384         * calendar/diary-lib.el (mark-diary-entries):
1385         Set mark-diary-entries-in-calendar only after checking for diary-file.
1387 2004-12-21  Richard M. Stallman  <rms@gnu.org>
1389         * faces.el (escape-glyph): Use blue against light foreground.
1391         * simple.el (undo-outer-limit-truncate): New function.
1392         (undo-outer-limit-function): Use undo-outer-limit-truncate.
1394 2004-12-21  Eli Barzilay  <eli@barzilay.org>
1396         * calculator.el: (calculator-radix-grouping-mode)
1397         (calculator-radix-grouping-digits)
1398         (calculator-radix-grouping-separator):
1399         New defcustoms for the new radix grouping mode functionality.
1400         (calculator-mode-hook): Now used in electric mode too,
1401         (calculator): Call it.
1402         (calculator-mode-map): Some new keys.
1403         (calculator-message): New function.  Some new calls.
1404         (calculator-op, calculator-set-register): Use it.
1405         (calculator-string-to-number): New function, mostly moved and
1406         updated code from calculator-curnum-value.
1407         (calculator-curnum-value): Use it.
1408         (calculator-paste): Use it, and update grabbing the current-kill.
1409         (calculator-rotate-displayer)
1410         (calculator-rotate-displayer-back): Toggle digit grouping when
1411         in radix mode, use calculator-message.
1412         (calculator-displayer-prev, calculator-displayer-next):
1413         Change digit group size when in radix mode.
1414         (calculator-number-to-string): Rename from
1415         calculator-num-to-string.  Now deals with digit grouping in
1416         radix mode.
1417         (calculator-update-display, calculator-put-value): Use the new name.
1418         (calculator-fact): Return a floating point number.
1419         (calculator-mode): Doc fix.
1421 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
1423         * calendar/calendar.el (view-other-diary-entries): Add autoload.
1424         * calendar/diary-lib.el (view-other-diary-entries):
1425         Use current-prefix-arg in interactive spec.
1427 2004-12-19  Jay Belanger  <belanger@truman.edu>
1429         * calc/calc-aent.el (calcAlg-blank-matching-open):
1430         Temporarily adjust the syntax of both delimiters of half-open intervals.
1432 2004-12-19  Kim F. Storm  <storm@cua.dk>
1434         * mouse.el (mouse-1-click-follows-link): Doc fix.
1436 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1438         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
1439         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
1440         instead of centraleuropean as the name
1442 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
1444         Sync with Tramp 2.0.46.
1446         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
1447         parameters wrt Tramp convention.
1448         (tramp-handle-file-attributes-with-perl)
1449         (tramp-handle-directory-files-and-attributes): Apply it.
1450         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
1451         `copy-program'.  Reported by Zack Weinberg
1452         <zack@codesourcery.com>.
1453         (top): Set `edebug-form-spec' property directly rather than
1454         calling `def-edebug-spec'.
1456         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
1457         advice less fragile.  Surround temporary redefinition of
1458         `substitute-in-file-name' with `unwind-protect'.  Suggested by
1459         Matt Hodges <MPHodges@member.fsf.org>.
1461 2004-12-17  Juri Linkov  <juri@jurta.org>
1463         * replace.el (occur-accumulate-lines, occur-engine):
1464         Make forcing deferred font-lock fontification jit-specific.
1466 2004-12-17  Kim F. Storm  <storm@cua.dk>
1468         * mouse.el (mouse-1-click-follows-link): New defcustom.
1469         (mouse-on-link-p): New function.
1470         (mouse-drag-region-1): Implement mouse-1-click-follows-link
1471         functionality.  Map a mouse-1 click event into a mouse-2 (or
1472         other) event when position is inside a link.
1474         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
1475         prefix in tooltip text with "mouse-1" when this is a link
1476         recognized by mouse-1-click-follows-link functionality.
1478         * help.el (describe-key): Report effective and original binding
1479         for mouse-1 when clicked on a link.
1480         (describe-mode): Add follow-link property to "minor-mode" button.
1482         * help-fns.el (describe-variable): Add follow-link property to
1483         "below" button.
1485         * help-mode.el (help-xref): Add follow-link property.
1487         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
1488         (apropos-command, apropos-variable, apropos-face, apropos-group)
1489         (apropos-widget, apropos-plist): Add follow-link property.
1491         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
1492         checks if position is in a filename, rather than some other
1493         clickable item.  Function looks for cvs-filename-face at position.
1495         * wid-edit.el (widget-specify-field, widget-specify-button):
1496         Map a :follow-link keyword into a follow-link property.
1497         (link): Add :follow-link keyword, map to RET binding.
1499         * dired.el (dired-mode-map): Map follow-link to mouse-face.
1501         * progmodes/compile.el (compilation-minor-mode-map)
1502         (compilation-button-map, compilation-mode-map): Likewise.
1504 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
1506         * play/zone.el (zone): Init `line-spacing' from orig buffer.
1507         (zone-replace-char): Take `count' and `del-count'
1508         instead of `direction'.  Update callers.  When `del-count' is
1509         non-nil, delete that many characters, otherwise `count' characters
1510         backwards.  Insert the newly-replaced string `count' times.
1511         (zone-fret): Handle chars w/ width greater than one.
1512         (zone-fall-through-ws): No longer take window width `ww'.
1513         Update callers.  Add handling for `char-width' greater than one.
1514         (zone-pgm-drip): Update var holding window-end position every cycle.
1516 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
1518         * vc.el (vc-default-update-changelog): Use insert-file-contents,
1519         rather than insert-file.
1521 2004-12-16  Jay Belanger  <belanger@truman.edu>
1523         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
1524         (math-init-random-base, math-random-digit): Check to see if
1525         var-RandSeed is bound.
1526         (math-random-last): Declare it.
1527         (math-random-digit): Don't make math-random-last local.
1529 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
1531         * play/zone.el (zone): Fix omission bug: Use a self-disabling
1532         one-shot thunk for uniform (error, quit, normal) recovery.
1533         Reported by John Paul Wallington.
1534         (zone-pgm-random-life): Fix bug:
1535         Recognize empty initial field by lack of "@" chars.
1537 2004-12-16  Juri Linkov  <juri@jurta.org>
1539         * help.el (function-called-at-point):
1540         * help-fns.el (variable-at-point): As a last resort try stripping
1541         non-word prefixes and suffixes.
1543         * descr-text.el (describe-property-list): Don't treat syntax-table
1544         specially.  Use describe-text-sexp which inserts [show] button
1545         for large objects and handles printing errors.  Sort properties
1546         by names in alphabetical order instead of by value sizes.
1547         Add `mouse-face' to list of properties for `describe-face' widget.
1548         (describe-char): Mask out face-id from 19 bits of character.
1549         Print face-id separately.
1551         * replace.el (occur-accumulate-lines, occur-engine):
1552         Fontify unfontified matching lines in the source buffer
1553         before copying them.
1554         (occur-engine): Don't put mouse-face on context lines.
1555         (occur-next-error): Set point to line beginning/end
1556         before searching for prev/next property to skip multiple
1557         matches on a line (not supported by occur engine).
1558         Remove redundant prefix-numeric-value.
1560 2004-12-15  Juri Linkov  <juri@jurta.org>
1562         * replace.el (match): New face.
1563         (list-matching-lines-face): Change default from `bold' to `match'.
1565         * progmodes/grep.el (grep-match-face): New defvar.
1566         (grep-mode-font-lock-keywords): Use grep-match-face instead of
1567         compilation-column-face to highlight grep matches.
1569         * apropos.el (apropos-match-face): Change default from
1570         `secondary-selection' to `match'.
1572         * info-look.el (info-lookup-highlight-face): Change default from
1573         `highlight' to `match'.
1575 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
1577         * progmodes/executable.el (executable-interpret): Eliminate
1578         obsolete compile-internal, and switch to comint for interaction.
1580 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
1582         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
1583         `&&' when skipping multiple statements on a line.
1585 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
1587         * play/zone.el (zone): Set `truncate-lines'.
1588         Also, init `tab-width' with value from original buffer.
1589         (zone-shift-up): Rewrite for speed.
1590         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
1591         (zone-pgm-jitter): Remove redundant entries from ops vector.
1592         (zone-exploding-remove): Reduce iteration count.
1593         (zone-cpos): Convert to defsubst.
1594         (zone-replace-char): New defsubst.
1595         (zone-park/sit-for): Likewise.
1596         (zone-fret): Take window-start arg.
1597         Update callers. Use `zone-park/sit-for'.
1598         (zone-fill-out-screen): Rewrite.
1599         (zone-fall-through-ws): Likewise. Update callers.
1600         (zone-pgm-drip): Use `zone-replace-char'.
1601         Move var inits before while-loop. Use `zone-park/sit-for'.
1602         (zone-pgm-random-life): Handle empty initial field.
1603         Use `zone-replace-char' and `zone-park/sit-for'.
1605 2004-12-15  Juri Linkov  <juri@jurta.org>
1607         * isearch.el (isearch-update): Test isearch-lazy-highlight
1608         before calling isearch-lazy-highlight-new-loop.
1609         (isearch-lazy-highlight-new-loop):
1610         Don't test isearch-lazy-highlight.
1612         * replace.el (perform-replace): Add isearch-case-fold-search.
1613         Use delimited-flag for isearch-regexp.
1614         Reset isearch-lazy-highlight-last-string to force lazy
1615         highlighting when called from isearch mode.
1616         (query-replace-highlight): Revert defcustom type to boolean.
1617         (query-replace-lazy-highlight): New defcustom.
1618         (query-replace): New face.
1619         (perform-replace, replace-highlight, replace-dehighlight):
1620         Test query-replace-lazy-highlight instead of special value
1621         `isearch' of query-replace-highlight.
1622         (replace-dehighlight): Don't call isearch-dehighlight.
1623         (replace-highlight): Don't call isearch-highlight.
1624         Use face `query-replace' unconditionally.
1626 2004-12-14  Kim F. Storm  <storm@cua.dk>
1628         * simple.el (inhibit-mark-movement): Remove defvar.
1629         (beginning-of-buffer, end-of-buffer): Don't use it.
1631         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1632         Don't use inhibit-mark-movement.
1634         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1635         (cua--undo-push-mark): Remove.
1636         (cua--pre-command-handler, cua--post-command-handler):
1637         Don't fiddle with inhibit-mark-movement.
1639 2004-12-14  Juri Linkov  <juri@jurta.org>
1641         * buff-menu.el (list-buffers-noselect): Collect internal info
1642         for every buffer in BUFFER-LIST arg too.
1643         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1644         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1645         Bind same-window-buffer-names and same-window-regexps to nil.
1647 2004-12-13  Juri Linkov  <juri@jurta.org>
1649         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1651         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1652         (sc-cite-region, sc-uncite-region, sc-recite-region):
1653         Fix previous change to handle not alist as a symbol, but
1654         a citation frame as a symbol that represents a variable name.
1656 2004-12-13  Richard M. Stallman  <rms@gnu.org>
1658         * filecache.el (file-cache-add-directory-using-find):
1659         Only set up file-cache-find-command-posix-flag if we will use it.
1661         * bindings.el (mode-line-buffer-identification-keymap):
1662         Don't cancel the mode-line's usual down-mouse-1 binding.
1664         * cus-edit.el (custom-face-selected): Handle `default' specs.
1665         (custom-face-edit): Increase extra-offset.
1666         (custom-display): Handle `default' specs.
1668         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1670         * emacs-lisp/elint.el (elint-standard-variables)
1671         (elint-unknown-builtin-args): Move definitions up.
1673         * net/browse-url.el (browse-url-url-at-point): Add autoload.
1675         * info.el (info-xref-visited): Use `default' instead of t.
1676         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1678         * faces.el (header-line, mode-line-inactive, tool-bar):
1679         Use `default' instead of t for setting the defaults.
1680         (face-spec-choose): Separate `t' from `default'.
1682         * subr.el (while-no-input): New macro.
1684 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
1686         * filecache.el (file-cache-add-directory-using-find):
1687         Only test file-cache-find-command-posix-flag on some systems.
1689 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1691         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1692         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1693         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1694         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1695         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1697 2004-12-12  Juri Linkov  <juri@jurta.org>
1699         * files.el (find-file-other-window, find-file-other-frame):
1700         Add the first buffer to the returned value to return the complete
1701         list of all visited buffers.
1702         (find-file-read-only, find-file-read-only-other-window)
1703         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1704         `find-file-read-args'.  Signal an error about non-existent file
1705         only if file name doesn't contain wildcards.  Toggle read-only in
1706         all visited buffers.
1707         (find-alternate-file, find-alternate-file-other-window):
1708         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
1709         called interactively.  Pass arg `wildcards' to other functions.
1710         (find-file-noselect): Doc fix.
1712         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1713         Doc fix.
1714         (ffap-directory-finder): New variable.
1715         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1716         (ffap-file-at-point): Add /* to immediately rejected names.
1717         Return absolute file names matching ffap-dired-wildcards.
1718         (ffap-read-file-or-url): Set default value for `completing-read'
1719         to `buffer-file-name'.
1720         (find-file-at-point): When filename matches ffap-dired-wildcards,
1721         call ffap-file-finder with t arg `wildcards', instead of dired.
1722         (ffap-other-window, ffap-other-frame): Return visited buffers.
1723         (ffap-read-only, ffap-read-only-other-window)
1724         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1725         (dired-at-point): Call ffap-directory-finder instead of dired.
1726         (ffap-dired-other-window, ffap-dired-other-frame)
1727         (ffap-list-directory): New commands.
1728         (ffap-bindings): New keybindings for new commands.
1730 2004-12-12  Juri Linkov  <juri@jurta.org>
1732         * simple.el (beginning-of-buffer, end-of-buffer):
1733         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1734         Do not push mark when mark is active in transient-mark-mode.
1736         * simple.el (mark-word):
1737         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1738         * textmodes/paragraphs.el (mark-paragraph):
1739         Extend the region when mark is active in transient-mark-mode,
1740         regardless of the last command.  Doc fix.
1742         * simple.el (mark-word): Preserve direction when repeating.
1743         Make arg optional.  Interactive "p" -> "P".
1744         (transient-mark-mode, inhibit-mark-movement): Doc fix.
1746         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
1747         preserving direction, to mark forward instead of backward when mark
1748         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
1750 2004-12-12  Juri Linkov  <juri@jurta.org>
1752         * isearch.el (isearch-edit-string): Set 7th arg of
1753         `read-from-minibuffer' to `t' to inherit the current input
1754         method (whose name is indicated by [IM] in the minibuffer prompt)
1755         from the current buffer to the minibuffer.
1756         (isearch-lazy-highlight-update): Put body to `with-local-quit'
1757         to allow C-g quitting for lazy highlighting looping inside the
1758         search with nested repetition operators.  Add overlay to the list
1759         before setting its face and other properties to avoid the case of
1760         code quitting after placing the new overlay but before it's
1761         recorded on the list.  Select the window where isearch was
1762         activated, to highlight matches in the right window when isearch
1763         switches the current window to the minibuffer.
1765         * international/isearch-x.el
1766         (isearch-process-search-multibyte-characters):
1767         Use `isearch-message' as initial input for `read-string' instead
1768         of adding it to the minibuffer prompt.  After reading a string
1769         remove the initial value of `isearch-message' from the string.
1771         * replace.el (replace-match-maybe-edit): Doc fix.
1772         (perform-replace): Don't call `replace-highlight' when automatic
1773         replacement is requested in literal mode, since it is intended
1774         only to highlight words during entering a new replacement string
1775         for \? in non-literal mode.
1777         * replace.el (query-replace-highlight): Add new value `isearch'
1778         that allows query replacement to use isearch highlighting.
1779         Change type from `boolean' to `choice'.  Doc fix.
1780         (replace-highlight, replace-dehighlight, perform-replace):
1781         Use isearch highlighting if query-replace-highlight eq `isearch'.
1783 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1785         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1786         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1788         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1789         case of \end{verbatim}.
1791 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1793         * term.el (term-termcap-format): Synchronyze with terminfo.
1794         (term-emulate-terminal): Handle reset.
1795         (term-reset-terminal): New function.
1797 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
1799         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1800         (zone-fill-out-screen): New func.
1801         (zone-pgm-drip): Use `zone-fill-out-screen'.
1802         Also, no longer go to point-min on every cycle.
1803         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1804         (zone-pgm-random-life-wait): New user var.
1805         (zone-pgm-random-life): New func.
1807 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
1809         * files.el (auto-mode-alist): Map .com to DCL mode.
1811 2004-12-09  Richard M. Stallman  <rms@gnu.org>
1813         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1815 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
1817         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1818         buffer with a display margin.
1820 2004-12-08  Jay Belanger  <belanger@truman.edu>
1822         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1823         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1825 2004-12-08  Richard M. Stallman  <rms@gnu.org>
1827         * faces.el: Delete code to set display table.
1828         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
1830 2004-12-08  Jay Belanger  <belanger@truman.edu>
1832         * calc/calc.el: Add math-read-preprocess-string to autoloads.
1834         * calc/calc-ext.el (math-read-replacement-list)
1835         (math-read-superscripts, math-read-preprocess-string): Move to
1836         calc-aent.el.
1838         * calc/calc-aent.el (math-read-replacement-list)
1839         (math-read-superscripts, math-read-preprocess-string): Move from
1840         calc-ext.el.
1842 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * isearch.el (isearch-quote-char): Fix up typo in last change.
1846 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
1848         * mouse.el (mouse-set-font): Handle the case where the command was
1849         not invoked using the mouse.
1851         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1852         (edmacro-finish-edit): Further update for keyboard macros that are
1853         lambda forms.
1854         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1856 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1858         * font-lock.el (font-lock-unfontify-region): Save buffer state.
1859         (font-lock-default-unfontify-region): Don't save buffer state any more.
1861 2004-12-07  Jay Belanger  <belanger@truman.edu>
1863         * calc/calc-help.el (calc-describe-key):
1864         Set calc-summary-indentation even when Calc Summary buffer exists.
1866 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
1868         * calendar/holidays.el (holiday-easter-etc): Make arguments
1869         optional for backwards compatibility.  Doc fix.
1870         Remove un-necessary local vars mandatory, output-list.
1871         (holiday-advent):  Make arguments optional for backwards
1872         compatibility.  Doc fix.
1874 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1876         * paren.el (show-paren-function): Fix last change (2004-12-02).
1878         * international/mule-util.el (char-displayable-p): Return nil for
1879         unibyte mode.
1881         * subr.el (subregexp-context-p): New function.
1883         * isearch.el (isearch-quote-char): Use it.
1885         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1886         (regexp-opt-not-groupie*-re): Remove.
1887         (regexp-opt): Properly handle inputs with duplicate entries.
1889 2004-12-06  Richard M. Stallman  <rms@gnu.org>
1891         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1893         * cus-edit.el (custom-file): Doc fix.
1895         * textmodes/org.el: New file.
1897 2004-12-06  Kenichi Handa  <handa@m17n.org>
1899         * ldefs-boot.el: Update international/mule-util.el section.
1901 2004-12-05  Sam Steingold  <sds@gnu.org>
1903         * net/tramp.el (tramp-handle-file-accessible-directory-p):
1904         Fix `tramp-time-diff' comparison logic.
1906 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
1908         * progmodes/which-func.el (which-function):
1909         Use `run-hook-with-args-until-success' instead of a custom loop.
1910         Fixes bug with local hooks.
1912 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1914         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1915         Use delete-dups when calculating the initial value.
1916         (bibtex-autokey-get-title): Use <=.
1917         (bibtex-goto-line): New function.
1918         (bibtex-reposition-window): Use line numbers instead of point
1919         positions.  Use window-body-height.
1920         (bibtex-find-crossref): Use bibtex-reposition-window.
1921         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
1922         position of entry if key is found or nil if not found.
1924 2004-12-05  Richard M. Stallman  <rms@gnu.org>
1926         * cus-edit.el (custom-file): Doc fix.
1928         * progmodes/sh-script.el (sh-indent-for-then): Change default.
1930 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1932         * simple.el (blink-matching-open):
1933         * textmodes/tex-mode.el (tex-validate-region):
1934         Obey syntax-table text properties.
1936 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1938         * wid-edit.el (widget-specify-field): Add `real-field' property to
1939         boundary.
1940         (widget-field-at): Use it.
1942 2004-12-02  Richard M. Stallman  <rms@gnu.org>
1944         * progmodes/cc-mode.el (awk-mode autoload):
1945         Supply t meaning interactive function.
1947         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
1948         (isearch-mode-map): No special definition for space.
1949         (isearch-whitespace-chars): Command deleted.
1950         (isearch-forward-regexp): Doc fix.
1951         (isearch-quote-char): When a space is not inside brackets,
1952         use `[ ]' instead of just space.
1953         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1955         * imenu.el (imenu--generic-function): Delete code to exclude
1956         matches in comments.
1958         * man.el (Man-reverse-face): Change default to `highlight'.
1960         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1961         (occur-engine): Use `face' prop rather than `font-lock-face'
1962         when specifying use of `match-face'.
1963         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1965         * emacs-lisp/elint.el (elint-standard-variables): Update list.
1967         * add-log.el (add-log-current-defun): Handle the case where point
1968         is in the header part of a DEFUN construct.
1970 2004-12-02  Dave Love  <fx@gnu.org>
1972         * progmodes/python.el (python-font-lock-syntactic-keywords):
1973         Fix previous change.
1975 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
1977         * paren.el (show-paren-function): Check for matching chars
1978         specified by text props.
1980 2004-12-02  Jay Belanger  <belanger@truman.edu>
1982         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1983         when reading a new key sequence.
1985 2004-12-02  Kim F. Storm  <storm@cua.dk>
1987         * faces.el (escape-glyph): Rename from glyph.
1988         (standard-display-table): Set it here.  Add escape-glyph face to
1989         extra slot characters.
1991         * disp-table.el: Undo 2004-12-01 change.  Display table is now
1992         setup in faces.el.
1994 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
1996         * xml.el (xml-parse-dtd): Don't show validity messages when
1997         xml-validating-parser is nil.
1998         (xml-substitute-special): Fix validity error messages to
1999         actually show the unexpandable entity.  Added validity error if &
2000         isn't followed by an entity.
2001         (xml-parse-tag): Concatenate any string following the a
2002         <![CDATA[]]> section to the parsed CDATA.
2003         (xml-parse-dtd): Skip parameter entity declarations and use of
2004         parameter entities.
2006 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2008         * kmacro.el (kmacro-default-counter-format): New var.
2009         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
2010         (kmacro-display): Remove `nil' from `and' form.  Delete call to
2011         `format' inside `message'.
2012         (kmacro-start-macro): Use `kmacro-default-counter-format'.
2014 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * pcvs.el (cvs-header-msg): New function.
2017         (cvs-update-header): Use it.  Change calling convention.
2018         Correctly handle the case of having simultaneous active processes.
2019         (cvs-sentinel): Don't call cvs-update-header any more.
2020         (cvs-mode-run): Update call and add cvs-update-header to postproc.
2022 2004-12-01  Jay Belanger  <belanger@truman.edu>
2024         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2025         Change message.
2027 2004-12-01  Juri Linkov  <juri@jurta.org>
2029         * progmodes/prolog.el (prolog-mode-variables):
2030         Fix imenu-generic-expression.
2032 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
2034         * faces.el (glyph): New face.
2036         * disp-table.el: Add an autoloaded table, that doesn't require
2037         this library, with glyph face.
2039         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2040         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2041         (conf-quote-normal): Allow normalizing only ' or ".
2042         (conf-mode): Regexp-quote constructed comment-start and don't
2043         match section {} where "name" contains braces.
2045         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2046         files.
2048 2004-12-01  Kenichi Handa  <handa@m17n.org>
2050         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2051         (x-select-text): Don't treat eight-bit-control/graphic chars
2052         specially.  Store the encoded text in the X cut buffer.
2053         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2054         with x-last-selected-text-cut-encoded.
2056 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2060 2004-11-30  Markus Rost  <rost@ias.edu>
2062         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2063         AUCTeX.
2065 2004-11-30  Jay Belanger  <belanger@truman.edu>
2067         * calc/calc-arith.el (math-possible-signs): Made stronger checks
2068         on signs of intervals.
2069         (math-pow-of-zero): Strengthen checks for positive and negative
2070         exponents.
2072         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2073         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2074         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2075         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2076         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2077         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2078         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2079         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2080         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2081         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2082         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2083         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2084         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2085         with provide statements.
2087         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2089         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2091         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2092         (calc-load-everything, math-defsimplify): Replace dummy autoloading
2093         functions by require statements.
2094         (math-defsimplify): Move to calc-alg.el, add to autoloads.
2096         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2097         (calc-gnuplot-print): Give them values.
2099         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2100         autoloads.
2101         Add calc-do-embedded-activate to autoloads.
2102         (calc-gnuplot-name, calc-gnuplot-plot-command)
2103         (calc-gnuplot-print-command): Move them to calc-graph.el.
2105 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2107         * term/mac-win.el (ccl-encode-mac-roman-font)
2108         (ccl-encode-mac-cyrillic-font)
2109         (ccl-encode-mac-centraleuropean-font, encoder-list)
2110         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2111         Support Cyrillic, CentralEuropean, and Dingbat font display
2113 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
2115         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2117         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2118         still nil.
2120 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
2122         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2123         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2125 2004-11-29  Jay Belanger  <belanger@truman.edu>
2127         * calc/calc-arith.el (math-pow-of-zero): Take into account different
2128         cases of the base and exponent.
2130 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
2132         * simple.el (next-error-buffer-p): Allow for inclusive and
2133         exclusive tests for finding a buffer.
2134         (next-error-find-buffer): Pass the exclusive and inclusive tests
2135         to next-error-buffer-p.
2137         * replace.el (occur-next-error): Switch to the Occur buffer when
2138         appropriate, use the exclusive filter to next-error-find-buffer to
2139         do it.  Use the absolute value of the motion amount.
2141 2004-11-29  Kenichi Handa  <handa@m17n.org>
2143         * startup.el (command-line): Decode all default-directory by
2144         locale-coding-system.
2146 2004-11-29  Jay Belanger  <belanger@truman.edu>
2148         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2149         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2150         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2151         Replace calls to calc-extensions by appropriate require, replace
2152         calc-extensions-loaded by appropriate featurep.
2154         * calc/calc-ext.el: Move require to end of file.
2155         Remove redundant loading of calc.el.
2156         (calc-extensions-loaded): Remove unnecessary variable.
2157         (calc-extensions): Remove unnecessary function.
2158         (calc-load-everything): Replace calc-need-macros by appropriate require.
2160         * calc/calc-macs.el: Move provide to end of file.
2161         (calc-need-macros): Remove unnecessary function.
2163         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
2164         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
2165         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
2166         Replace calc-extensions by appropriate require.
2167         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
2169         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
2170         Replace calc-need-macros by appropriate require.
2172         * calc/calc.el: Move require to end of file.
2173         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
2174         Remove unnecessary variable.
2175         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
2176         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
2177         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
2178         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
2179         (math-stack-value-offset, math-format-value, math-format-flat-expr)
2180         (math-format-number, math-format-bignum, math-read-number)
2181         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
2182         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
2183         by appropriate require.
2184         (calc-check-defines): Replace calc-need-macros by appropriate require.
2186 2004-11-29  Kim F. Storm  <storm@cua.dk>
2188         * macros.el (insert-kbd-macro): Handle kmacro functions.
2190 2004-11-28  Juri Linkov  <juri@jurta.org>
2192         * compare-w.el (compare-windows-highlight): Attach each overlay
2193         to its window to properly highlight differences while comparing
2194         two windows of the same buffer.  Fix arguments.
2195         (compare-windows-sync-default-function): Fix arguments of
2196         `compare-windows-highlight'.
2198         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
2199         Use `read-expression-history'.  Set initial contents only if
2200         `edebug-global-break-condition' is non-nil.  Set histpos to 1
2201         if initial contents is equal to the last history element.
2202         (edebug-set-conditional-breakpoint): Instead of temporarily
2203         prepending the current condition to the history, set initial
2204         contents to the current condition.  Set histpos to 1 if initial
2205         contents is equal to the last history element.
2207         * info.el (Info-search-whitespace-regexp): Remove shy group.
2208         (Info-search): Forward line if search is on the header line.
2209         Use search-whitespace-regexp in two other places.
2211 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2213         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
2214         warning.  Delay real definition, which uses
2215         `set-fringe-indicators-1' till after the definition of that function.
2217 2004-11-28  Kim F. Storm  <storm@cua.dk>
2219         * fringe.el (fringe): New defgroup.
2220         (fringe-mode): Move to fringe group.
2221         (fringe-indicators): New defcustom.
2222         (set-fringe-indicators-1): New defun.
2224         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
2225         (menu-bar-showhide-fringe-ind-menu): New keymap.
2226         (menu-bar-showhide-fringe-ind-empty)
2227         (menu-bar-showhide-fringe-ind-mixed)
2228         (menu-bar-showhide-fringe-ind-box)
2229         (menu-bar-showhide-fringe-ind-right)
2230         (menu-bar-showhide-fringe-ind-left)
2231         (menu-bar-showhide-fringe-ind-none): New defuns.
2232         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
2234 2004-11-27  Richard M. Stallman  <rms@gnu.org>
2236         * comint.el (comint-read-noecho): Add trivial compatibility definition.
2238         * generic.el (define-generic-mode): Doc fix.
2240         * menu-bar.el (menu-bar-options-save): For the options
2241         that are toggled with menu-bar-make-mm-toggle, don't check
2242         for customized-value prop.
2244 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
2246         * mail/supercite.el (sc-cite-region): Handle the case where
2247         sc-cite-frame-alist is a symbol.
2248         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
2249         a symbol.
2250         (sc-recite-region): Handle the case where sc-recite-frame-alist is
2251         a symbol.
2253 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
2255         * wid-edit.el (widget-narrow-to-field): New function.
2256         (widget-complete): Use it.
2258 2004-11-27  Jay Belanger  <belanger@truman.edu>
2260         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
2261         variable.
2262         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
2263         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
2264         (math-alg-inequalities): Move declaration to earlier in the file.
2266         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
2267         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
2268         Declare them.
2270         * calc/calc-lang.el (math-expr-data, math-expr-token)
2271         (math-exp-old-pos): Declare them.
2273         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
2274         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
2276 2004-11-27  Kim F. Storm  <storm@cua.dk>
2278         * progmodes/flymake.el: Use (featurep 'xemacs).
2279         (flymake-makehash): Change to defsubst.  Use fboundp.
2280         (flymake-time-to-float): Remove.
2281         (flymake-float-time): Merge code from flymake-time-to-float here.
2282         (flymake-replace-regexp-in-string): Change to defsubst.
2283         (flymake-split-string-remove-empty-edges):
2284         Rename to flymake-split-string.
2285         (flymake-split-string): Remove previous defalias.
2286         (flymake-get-temp-dir): Change to defsubst.
2287         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
2288         Define for xemacs only.
2289         (flymake-master-file-count-limit): Change into compiler defvar only.
2290         (flymake-find-possible-master-files): Let-bind it dynamically while
2291         sorting files using flymake-master-file-compare.
2293 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2295         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
2296         of defun-prompt-regexp matches inside a comment/string but the
2297         beginning is correctly outside everything.
2299         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
2300         appears within a string or a comment.
2302         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
2303         rather than make-symbol for symbols which are used in
2304         a symbol-macrolet or equivalent.
2306 2004-11-26  Jay Belanger  <belanger@truman.edu>
2308         * calc-misc.el (calc-last-why-command): Declare it.
2310         * calc-vec.el (math-grade-vec): New variable.
2311         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
2312         Replace variable grade-vec by declared variable.
2313         (math-rb-close): New variable.
2314         (math-read-brackets, math-read-vector): Replace variable close by
2315         declared variable.
2317         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
2318         (calc-one-window, calc-edit-handler, calc-restore-trail)
2319         (calc-allow-ret): Declare them.
2321         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
2322         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
2323         (math-radix-float-cache-tag, math-random-cache)
2324         (math-max-digits-cache, math-integral-cache, math-units-table)
2325         (math-format-date-cache, math-holidays-cache-tag): Declare them.
2326         (math-moc-func): New variable.
2327         (math-map-over-constants, math-map-over-constants-rec):
2328         Replace variable func by declared variable.
2330         * calc/calc-store.el (calc-given-value, calc-store-opers):
2331         Declare them.
2332         (calc-var-name-map): Move declaration to earlier in the file.
2333         (calc-pv-pos): New variable.
2334         (calc-permanent-variable, calc-insert-permanent-variable):
2335         Replace variable pos by declared variable.
2337         * calc/calc-mtx.el (calc-det-lu): New variable.
2338         (math-det-raw, math-det-step): Replace variable lu by declared variable.
2340         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
2341         (math-multi-subst, math-multi-subst-rec): Replace variables temp
2342         and arg by declared variables.
2343         (calcFunc-reducer): Fix incorrect variable.
2344         (math-inner-mul-func, math-inner-add-func): New variables.
2345         (calcFunc-inner, math-inner-mats): Replace variables mul-func
2346         and add-func by declared variables.
2348         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
2349         (calc-digit-value): Declare them.
2351         * calc/calc-help.el (Info-history): Declare it.
2352         (calc-describe-key): Make calc-summary-indentation a local variable.
2353         (calc-help-long-names): Move declaration to earlier in file.
2355         * calc/calc-embed.el (calc-original-buffer): Declare it.
2356         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
2357         (calc-embed-bot): New variables.
2358         (calc-do-embedded, calc-embedded-mark-formula)
2359         (calc-embedded-find-bounds, calc-embedded-duplicate)
2360         (calc-embedded-new-formula, calc-embedded-make-info):
2361         Replace vars outer-top, outer-bot, bot and top by declared variables.
2362         (calc-embed-prev-modes): New variable.
2363         (calc-embedded-set-modes, calc-embedded-update): Replace variable
2364         prev-modes with declared variable.
2365         (calc-embed-vars-used): New variable.
2366         (calc-embedded-make-info, calc-embedded-evaluate-expr)
2367         (calc-embedded-update, calc-embedded-find-vars): Replace variable
2368         vars-used by declared variable.
2370         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
2371         (math-format-radix-float): Remove unnecessary setq.
2372         (math-radix-float-cache): Declare it.
2374         * calc/calcsel2.el (calc-keep-selection): Declare it.
2376         * calc/calc-maint.el: Remove file.
2378 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2380         * textmodes/bibtex.el (bibtex-sort-entry-class)
2381         (bibtex-comment-start): Use defcustom.
2382         (bibtex-entry-field-alist): Use nil if initial content of the
2383         field is undefined.  Fix docstring.
2384         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
2385         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
2386         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
2387         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
2388         Fix docstring.
2389         (bibtex-autokey-title-terminators): Use only one regexp.
2390         (bibtex-string-maybe-empty-head): New variable.
2391         (bibtex-remove-delimiters-string): New function.
2392         (bibtex-text-in-field-bounds, bibtex-text-in-string):
2393         Use bibtex-remove-delimiters-string.
2394         (bibtex-progress-message, bibtex-field-left-delimiter)
2395         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
2396         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
2397         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
2398         Simplify.
2399         (bibtex-format-entry): Use save-excursion for inherited booktitle.
2400         Use eq and bibtex-remove-delimiters-string.  For end markers use
2401         insertion type so that marker stays after inserted text.
2402         (bibtex-autokey-get-names): Return empty string if name is missing.
2403         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
2404         calling bibtex-autokey-name-case-convert.
2405         (bibtex-autokey-demangle-title):
2406         Call bibtex-autokey-titleword-case-convert.  Remove call to
2407         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
2408         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
2409         (bibtex-read-key): New optional arg global.
2410         (bibtex-files-expand): New optional arg force.
2411         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
2412         (bibtex-complete-crossref-cleanup): Rename from
2413         bibtex-complete-key-cleanup.  Simplify code.
2414         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
2415         Operate on current entry.
2416         (bibtex-button): Add docstring.
2417         (bibtex-entry): Simplify.
2418         (bibtex-make-field): Replace optional arg called-by-yank with more
2419         specific args move and interactive.
2420         (bibtex-end-of-entry): Use forward-sexp.
2421         (bibtex-find-entry-globally): Remove.
2422         (bibtex-find-crossref): Allow for crossref key located in other buffer.
2423         Bound to C-c C-x.
2424         (bibtex-find-entry): New optional args global and display.
2425         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
2426         (bibtex-validate): Use arg force of bibtex-files-expand.
2427         (bibtex-clean-entry): Bugfix, clean string entries properly.
2428         Always keep point at beginning of entry.
2429         (bibtex-complete): Bugfix.  Handle string entries properly.
2430         Call cleanup functions only if needed.
2431         (bibtex-String): Use bibtex-read-string-key.
2432         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
2433         case of replacement text.
2435 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
2437         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
2438         (tramp-perl-directory-files-and-attributes): New constant.
2439         (tramp-file-name-handler-alist): Delete file-directory-files, add
2440         directory-files-and-attributes.
2441         (tramp-perl-file-attributes): Surround uid and gid by double
2442         quotes. Change parameter id-format from nonnumeric.
2443         (tramp-convert-file-attributes): New function.
2444         (tramp-handle-file-attributes): Use it.
2445         (tramp-maybe-send-perl-script): New function.
2446         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
2447         file mode. Change parameter id-format from nonnumeric.
2448         (tramp-handle-file-attributes-with-ls): Change parameter id-format
2449         from nonnumeric.
2450         (tramp-post-connection): Don't send tramp-perl-file-attributes
2451         script. Reset connection property "perl-scripts".
2452         (tramp-handle-insert-directory): Run real handler when ls-lisp is
2453         in use.
2455 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
2457         * desktop.el (desktop-read): Replace mapcar with mapc.
2458         (desktop-create-buffer): Replace mapcar with mapc.
2459         Remove redundant piece of code.
2461 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
2463         * progmodes/gud.el (gud-display-line): Use display-buffer
2464         for GDB-UI as for GUD.
2466         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
2467         Delete variables.
2468         (gdb-ann3): Don't make GUD buffer dedicated.
2469         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
2470         (gdb-display-source-buffer): Delete function.
2471         (gdb-view-source-function, gdb-view-assembler): Delete functions.
2472         (menu): Delete menu bindings for viewing source/assembler.
2473         (gdb-setup-windows, gdb-restore-windows):
2474         Don't dedicate GUD. No assembler now.
2475         (gdb-reset): No need to undedicate source buffers now.
2476         (gdb-source-info): No assembler now.
2478 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
2480         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
2481         width to those for special frames.
2482         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
2483         Use display-buffer.
2484         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
2485         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2486         (gdb-frame-assembler-buffer): Rework like
2487         gdb-frame-breakpoints-buffer.
2489 2004-11-25  Richard M. Stallman  <rms@gnu.org>
2491         * progmodes/flymake.el: Reindent.
2492         (flymake-split-string): Turn into defalias.
2493         (flymake-fix-file-name): Rename from flymake-fix-path-name.
2494         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
2495         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
2496         (flymake-build-relative-filename): Rename from ...path.
2497         Fix error message.
2499 2004-11-25  Cheng Gao  <chenggao@gmail.com>
2501         * progmodes/flymake.el: Much whitespace and capitalization change.
2502         Move `provide' to end.  Require `compile' only when compiling.
2504 2004-11-24  Jay Belanger  <belanger@truman.edu>
2506         * calc/calc-alg.el: Added comment.
2507         (math-polynomial-base): Replace variable mpb-top-expr by
2508         math-poly-base-top-expr.
2510         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
2511         (math-polynomial-p1): Replace variable mpb-top-expr by declared
2512         variable.
2513         (math-poly-base-total-base): New variable.
2514         (math-total-polynomial-base, math-polynomial-p1): Replace variable
2515         mpb-total-base by declared variable.
2516         (math-factored-vars, math-to-list): Declare it.
2517         (math-fact-expr): New variable.
2518         (calcFunc-factors, calcFunc-factor, math-factor-expr)
2519         (math-factor-expr-try, math-factor-expr-part): Replace variable
2520         expr by declared variable.
2521         (math-fet-x): New variable.
2522         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
2523         by declared variable.
2524         (math-factor-poly-coefs): Make temp a local variable.
2526         * calc/calc-units.el (calc-convert-units): Make units a local
2527         variable.
2528         (calc-num-units, calc-den-units): New variables.
2529         (calc-explain-units, calc-explain-units-rec): Replace variables
2530         num-units and den-units by declared variables.
2531         (math-cu-unit-list): New variable.
2532         (math-build-units-table, math-compare-unit-names)
2533         (math-convert-units, math-convert-units-rec): Replace variable
2534         unit-list by declared variable.
2535         (math-fbu-base, math-fbu-entry): New variables.
2536         (math-find-base-units, math-find-base-units-rec): Replace variables
2537         base and entry by declared variables.
2538         (math-which-standard): New variable.
2539         (math-to-standard-units, math-to-standard-rec): Replace variable
2540         which-standard by declared variable.
2541         (math-fcu-u): New variable.
2542         (math-find-compatible-unit, math-find-compatible-unit-rec):
2543         Replace variable u by declared variable.
2544         (math-cu-new-units, math-cu-pure): New variables.
2545         (math-convert-units, math-convert-units-rec): Replace variables
2546         new-units and pure by declared variables.
2547         (math-try-cancel-units): New variable.
2548         (math-simplify-units-quotient): Replace variable try-cancel-units by
2549         declared variable.
2551 2004-11-24  Richard M. Stallman  <rms@gnu.org>
2553         * textmodes/ispell.el (ispell-check-version):
2554         If default-directory is nonexistent, use home dir.
2556         * progmodes/grep.el (grep-regexp-alist):
2557         Don't match parens around line numbers.
2559         * progmodes/cperl-mode.el (cperl-indent-region)
2560         (cperl-imenu--create-perl-index, cperl-xsub-scan):
2561         Don't print progress messages.
2563         * progmodes/compile.el (compilation-mode-map):
2564         Don't inherit from compilation-minor-mode-map;
2565         copy its bindings instead.  But the menu bar Compile
2566         entry now does inherit from compilation-menu-map.
2568         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2569         Use with-no-warnings around compiler-macroexpand.
2571         * imenu.el: Don't always require newcomment.
2572         (imenu--generic-function): Call comment-normalize-vars
2573         if we have a comment syntax.
2574         Exit the loop if REGEXP matches the null string.
2575         Test comment-start as well as comment-start-skip
2576         when deciding whether to check for comments.
2578         * tooltip.el (tooltip-mode): Doc fix.
2580         * term.el (term-escape-char, term-mode): Doc fixes.
2582 2004-11-24  Dave Love  <fx@gnu.org>
2584         * progmodes/python.el (python-font-lock-syntactic-keywords):
2585         Check for escapes in the regexp.
2586         (python-quote-syntax): Don't do it here.
2588 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2590         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2591         (gdb-frames-mode-map, gdb-threads-mode-map)
2592         (gdb-registers-mode-map, gdb-locals-mode-map)
2593         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
2594         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
2596         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
2597         (dedicated-switch-to-buffer): Rework.
2598         (gdb-var-evaluate-expression-handler, gdb-put-string):
2599         Remove unused variable bindings.
2600         (gdb-setup-windows, gdb-display-buffer):
2601         Simplify. Use pop-to-buffer.
2602         (gdb-view-source-function): Simplify.
2603         (gdb-frame-breakpoints-buffer):
2604         Use pop-to-buffer, special-display-regexps.
2606 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2608         * progmodes/f90.el (f90-smart-end)
2609         (f90-previous-statement, f90-beginning-of-block): Doc fix.
2610         (f90-calculate-indent): Handle un-named PROGRAM blocks.
2611         (f90-end-of-block): Doc fix.  Make check of outermost block
2612         conditional on value of `f90-smart-end'.
2613         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2614         Handle case where END-BLOCK is nil.
2615         (f90-match-end): Handle un-named PROGRAM blocks.
2616         (f90-backslash-not-special): New function.
2618 2004-11-24  Jay Belanger  <belanger@truman.edu>
2620         * calc/calc.el (calc-embedded-active): Removed unnecessary
2621         declaration.
2622         (calc-show-banner): Removed redundant declaration.
2624         * calc/calc-graph.el (calc-gnuplot-default-device)
2625         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2626         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2627         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2628         Remove redundant initial values.
2630         * calc/calc-arith.el (math-scalar-functions)
2631         (math-nonscalar-functions, math-scalar-if-args-functions)
2632         (math-real-functions, math-positive-functions)
2633         (math-nonnegative-functions, math-real-scalar-functions)
2634         (math-real-if-arg-functions, math-integer-functions)
2635         (math-num-integer-functions, math-rounding-functions)
2636         (math-float-rounding-functions, math-integer-if-args-functions)
2637         (math-super-types): Move declarations to earlier in file.
2638         (math-unit-prefixes): Declared it.
2639         (math-floor-prec, math-trunc-prec): New variables.
2640         (math-trunc-fancy): Replace variable prec by declared variable.
2641         (math-floor-fancy): Replace variable prec by declared variable.
2642         (math-com-bterms): New variable.
2643         (math-commutative-equal, math-commutative-collect):
2644         Replace variable bterms by declared variable.
2646         * calc/calc-misc.el (math-trunc): Replace variable prec by
2647         math-trunc-prec.
2648         (math-floor): Replace variable prec by math-floor-prec.
2650         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2651         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2652         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2653         (math-format-date, math-format-date-part): Replace variables
2654         date, dt, year, month, day, weekday, hour, minute, second and
2655         bc-flag by declared variables.
2656         (math-pd-str): New variable.
2657         (math-parse-date, math-parse-date-word, math-parse-standard-date):
2658         Replace variable str by declared variable.
2659         (math-daylight-savings-hook, math-tzone-names): Move definitions
2660         to earlier in the file.
2661         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2662         (math-sh-year): New variable.
2663         (math-setup-add-holidays, math-setup-holidays)
2664         (math-setup-year-holidays): Replace variable `year' by declared
2665         variable.
2667         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2668         New variables.
2669         (math-nth-root-float, math-nth-root-float-iter): Replace variables
2670         n, nf and nfm1 by declared variables.
2671         (math-nri-n): New variable.
2672         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2673         n by declared variable.
2674         (calcFunc-log): Removed misplaced condition.
2676 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2680 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2682         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2683         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2684         Dedicate gdb-related windows.
2685         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2686         other frames.
2687         (gdb-reset): Remove dedicated property after debugging.
2689 2004-11-24  Jay Belanger <belanger@truman.edu>
2691         * calc/calc-sel.el: Add comment.
2693         * calc/calc.el (math-stack-value-offset): Replace variables c,
2694         wid and off with math-svo-c, math-svo-wid and math-svo-off.
2696         * calc/calccomp.el (math-comp-sel-tag): Declare it.
2697         (math-svo-c, math-svo-wid, math-svo-off): New variables.
2698         (math-stack-value-offset-fancy): Replace variables c, wid and off
2699         by declared variables.
2700         (math-comp-just, math-comp-comma-spc): New variables.
2701         (math-compose-expr, math-compose-matrix): Replace variables `just'
2702         and comma-spc by declared variable.
2703         (math-comp-vector-prec): New variable.
2704         (math-compose-expr, math-compose-matrix, math-compose-rows):
2705         Replace variable vector-prec by declared variable.
2706         (math-comp-left-bracket, math-comp-right-bracket)
2707         (math-comp-comma): New variables.
2708         (math-compose-expr, math-compose-rows): Replace variables
2709         left-bracket, right-bracket and comma by declared variables.
2710         (math-comp-full-width): New variable.
2711         (math-comp-to-string-flat, math-comp-to-string-flat-term):
2712         Replace variable full-width by declared variable.
2713         (math-comp-highlight, math-comp-word, math-comp-level)
2714         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2715         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2716         New variables.
2717         (math-comp-to-string-flat, math-comp-to-string-flat-term)
2718         (math-comp-sel-flat-term): Replace variables comp-highlight,
2719         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2720         declared variables.
2721         (math-comp-simplify, math-comp-simplify-term)
2722         (math-comp-add-string, math-comp-add-string-sel):
2723         Replace variables comp-highlight, comp-buf, comp-base,
2724         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2726 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2728         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2730         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2731         and x-server-version may throw.
2733 2004-11-23  Kim F. Storm  <storm@cua.dk>
2735         * subr.el (substitute-key-definition-key): Optimize.
2736         Don't call indirect-function for nil defn (always signals error).
2738         * ido.el (ido-read-internal): Fix require-match check when
2739         ido-directory-too-big is set.
2741 2004-11-23  Jay Belanger  <belanger@truman.edu>
2743         * calc/calc-ext.el (math-read-replacement-list)
2744         (math-read-superscripts): New variables.
2745         (math-read-preprocess-string): New function.
2746         (math-read-expr): Filter input through math-read-preprocess-string.
2748         * calc/calc-aent.el (math-read-exprs): Filter input through
2749         math-read-preprocess-string.
2751 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
2753         * progmodes/compile.el (compilation-start): In cd command use
2754         substitute-env-vars -- not quite shell compatible but better than
2755         nothing.
2756         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
2757         handle the newer versions messages, which are more parseable.
2759 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2761         * reveal.el (reveal-mode-map): New var.
2762         (reveal-mode): Use it.
2764 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
2766         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
2767         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2769 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2771         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2772         header-line when needed.
2773         Use fixed-pitch only in the header-line.
2774         Build the underline automatically.  Use emdash if available.
2776 2004-11-22  Richard M. Stallman  <rms@gnu.org>
2778         * dired.el (dired-recursive-copies): Move from dired-aux.el.
2779         * dired-aux.el (dired-recursive-copies): Move to dired.el.
2781 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
2783         * progmodes/gdb-ui.el (gdb-resync): New function.
2784         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2785         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2786         Use it to fail more gracefully.
2787         (gdb-variables): Delete variable.
2788         Re-order variables to reduce byte-compiler warnings.
2790 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2792         * descr-text.el (describe-char):
2793         * paren.el (show-paren-function):
2794         * subr.el (syntax-after): Undo last change.
2796         * progmodes/python.el (run-python): Don't hard code *Python*.
2797         Don't modify global process-environment.
2798         (python-send-region, python-load-file): Don't assume that
2799         python-buffer == (process-buffer (python-proc)).
2800         (python-switch-to-python): Simplify.
2802         * dired.el (dired-align-file): Don't assume line starts with spaces.
2804 2004-11-21  Jay Belanger  <belanger@truman.edu>
2806         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2807         Replace variable `lines' by math-read-big-lines.
2808         (math-read-big-expr): Replace variables the-baseline, the-h2
2809         and err-msg by math-read-big-baseline, math-read-big-h2 and
2810         math-read-err-msg.
2811         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2813         * calc/calc-lang.el (math-read-big-rec): Fix typo.
2814         (math-read-big-balance): Replace unbound variable by value.
2815         (math-read-big-lines): New variable.
2816         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2817         (math-read-big-error, math-read-big-balance): Replace variable
2818         `lines' by declared variable.
2819         (math-read-big-baseline, math-read-big-h2): New variables.
2820         (math-read-big-rec): Replace variables the-baseline and the-h2
2821         by declared variables.
2822         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2823         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2824         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2825         declared variables.
2826         (math-read-big-err-msg): New variable.
2827         (math-read-big-error): Replace variable err-msg by declared variable.
2829 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2831         * ses.el: Add coding cookie.
2832         Fix up docstrings, follow new commenting conventions.
2833         (ses-header-line-menu): Fix missing variable rename for header-row.
2834         (ses-cell-size): Remove.
2835         (ses-make-cell): New function.
2836         (ses-cell, ses-insert-row, ses-insert-column): Use it.
2837         (ses-calculate-cell): Remove unused var `symbol'.
2838         (ses-narrowed-p): New function.
2839         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2840         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2841         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2842         (ses-setup): Use restore-buffer-modified-p.
2843         (ses-cleanup): Remove unused var `end'.
2844         (ses-header-string-left-offset): Remove.
2845         (ses-create-header-string): Adjust to new behavior of `align-to'.
2846         Truncate excessively large fields to preserve alignment.
2847         (ses-reconstruct-all): Remove unused var `refs'.
2848         (ses-read-cell-printer): Remove unused var `prompt'.
2849         (ses-delete-row): Remove unused var `pos'.
2850         (ses-delete-column): Remove unused var `new'.
2852 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2854         * ps-print.el: Insert :version tag into all defgroup and defcustom.
2855         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2856         Eliminate eval-and-compile usage.
2857         (ps-insert-file): Use insert-file-contents instead of insert-file.
2858         (ps-setup): Code fix.
2860         * printing.el (pr-setup, lpr-setup): Code fix.
2862 2004-11-21  Jay Belanger  <belanger@truman.edu>
2864         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2865         (calc-original-buffer): Declare them.
2866         (calc-user-formula-alist): New variable.
2867         (calc-user-define-formula, calc-fix-user-formula)
2868         (calc-user-define-composition, calc-finish-formula-edit):
2869         Replace variable `alist' by declared variable.
2870         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2871         (var-q7, var-q7, var-q8, var-q9): Declare them.
2872         (calc-kbd-push): Don't check to see if var-q0 through var-q9
2873         are bound.
2874         (calcFunc-typeof): Replace undeclared variable by expression.
2875         (math-exp-env): New variable.
2876         (math-define-body, math-define-exp): Replace exp-env by declared var.
2877         (math-define-exp): Replace misplaced variable by expression.
2879         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2880         (calc-curve-model, calc-curve-coefnames): New variables.
2881         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2882         varnames, model and coefnames by declared variables.
2883         (math-root-widen): New variable.
2884         (math-search-root, math-find-root): Replace variable root-widen by
2885         declared variable.
2886         (var-DUMMY): Declare it.
2887         (math-root-vars, math-min-vars): Move the declarations to earlier in
2888         the file.
2889         (math-brent-min): Make d a local variable.
2890         (math-find-minimum): Replace non-existent variable.
2891         (math-ninteg-romberg): Remove unnecessary variable.
2892         (math-ninteg-temp): New variable.
2893         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2894         integ-temp by declared variable.
2895         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2896         New variables.
2897         (math-general-fit): Replace variables first-var, first-coef and
2898         new-coefs by declared variables.
2899         (calcFunc-fitvar): Replace variable first-var by declared variable.
2900         (calcFunc-fitparam): Replace variable first-coef by declared variable.
2901         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2902         (math-all-vars-vars, math-all-vars-found): New variables.
2903         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2904         found by declared variable math-all-vars-vars.
2906 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
2908         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2909         of `defconst'.
2911 2004-11-20  Richard M. Stallman  <rms@gnu.org>
2913         * isearch.el (isearch-mode-map): Don't bind SPC.
2914         (isearch-whitespace-chars): Function deleted.
2915         (isearch-search): Bind search-spaces-regexp.
2916         (isearch-lazy-highlight-search): Likewise.
2917         (search-whitespace-regexp): Doc fix.
2918         (isearch-forward-regexp): Doc fix.
2920         * emacs-lisp/bytecomp.el (byte-compile-form):
2921         Move the calls to byte-compile-set-symbol-position,
2922         to avoid having two for the same symbol occurrence.
2924         * comint.el (comint-input-ring-size): Increase to 150.
2926         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2927         New variables.
2928         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2929         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2931         * imenu.el (imenu--generic-function):
2932         Ensure we keep moving backward even if BEG isn't further back.
2934         * replace.el (query-replace-read-to, query-replace-read-from):
2935         Specify t for KEEP-ALL in read-from-minibuffer.
2937         * progmodes/python.el (python-switch-to-python):
2938         If Python isn't running, start it.
2939         Don't alter debug-ignored-errors.
2941         * progmodes/cperl-mode.el (cperl-indent-region):
2942         Don't mind imenu-scanning-message.
2944         * bindings.el (global-map): Bind C-e to move-end-of-line.
2946         * simple.el (line-move-finish): New arg FORWARD.
2947         Ignore invisible newlines, not intangible ones.
2948         Conditions for acceptable stopping positions depend on FORWARD.
2949         (line-move): Pass FORWARD arg to line-move-finish.
2951         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2952         of HEADER.  Compensate for this change in the code to add display
2953         properties.  Don't make the first line intangible.
2955         * info.el (Info-search): Fix previous change.
2957 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2959         * Makefile.in (recompile): Revert 2004-11-19 change.
2960         (compile): Likewise.
2962 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
2964         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2966 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2968         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
2969         defgroup and defcustom.  Eliminate eval-and-compile usage.
2971         * progmodes/ebnf-otz.el: Fix typos.
2973 2004-11-19  Jay Belanger  <belanger@truman.edu>
2975         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2976         (calc-edit-finish, calc-finish-stack-edit): Replace variable
2977         disp-trail by declared variable.
2979         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2980         (calc-finish-selection-edit):  Replace variable disp-trail by
2981         declared variable.
2982         (calc-selection-cache-entry): Move declaration to earlier in the file.
2983         (calc-selection-cache-num, calc-selection-cache-comp)
2984         (calc-selection-cache-offset, calc-selection-true-num)
2985         (calc-final-point-line, calc-final-point-column)
2986         (calc-original-buffer): Declare them.
2987         (calc-fnp-op, calc-fnp-num): New variables.
2988         (calc-find-nth-part, calc-find-nth-part-rec)
2989         (calc-select-previous): Replace op and num by declared variables.
2990         (calc-rsf-old, calc-rsf-new): New variables.
2991         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2992         Replace variables old and new by declared variables.
2993         (calc-sel-reselect): New variable.
2994         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2995         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2996         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
2997         reselect with declared variable.
2999         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3000         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3001         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3002         (math-import-list, math-rewrite-phase): Declare them.
3003         (math-rewrite):  Use let* to declare variables.
3004         (calc-rewrite-selection): Make rules a local variable.
3005         (calc-rewr-sel): New variable.
3006         (calc-rewrite-selection, calc-locate-selection-marker)
3007         (calc-rewrite): Use the declared variable calc-rewr-sel instead
3008         of sel.
3009         (math-rewrite-whole-expr): New variable.
3010         (math-rewrite, math-rewrite-phase): Replace variable expr by
3011         declared variable.
3012         (math-rewrite-heads-heads, math-rewrite-heads-skips)
3013         (math-rewrite-heads-blanks ): New variables.
3014         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3015         heads, skips and blanks by declared variables.
3016         (math-rwcomp-subst-old, math-rwcomp-subst-new)
3017         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3018         New variables.
3019         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3020         old, new, old-func and new-func by declared variables.
3021         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3022         Remove unnecessary variable.
3023         (math-apply-rw-regs): New variable.
3024         (math-apply-rewrites, math-rwapply-replace-regs)
3025         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3026         (math-apply-rw-ruleset): New variable.
3027         (math-apply-rewrites, math-rwapply-remember): Replace variable
3028         ruleset by declared variable.
3030 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3032         * info.el (Info-search): Use search-whitespace-regexp.
3034 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3036         * vc-rcs.el (vc-rcs-parse): New function.
3037         (vc-rcs-annotate-command): Likewise.
3038         (vc-rcs-annotate-current-time): Likewise.
3039         (vc-rcs-annotate-time): Likewise.
3040         (vc-rcs-annotate-extract-revision-at-line): Likewise.
3042 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3044         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3046 2004-11-18  Jay Belanger  <belanger@truman.edu>
3048         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3050 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3052         * printing.el: Eliminate use of interactive-p and eval-and-compile.
3053         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3054         Use make-temp-file to generate PostScript files in any situation.
3055         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3056         (pr-interactive-p): Eliminate var.
3057         (pr-save-interactive): Eliminate macro.
3058         (pr-interface, pr-ps-directory-preview)
3059         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3060         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3061         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3062         (pr-ps-buffer-ps-print, pr-ps-region-preview)
3063         (pr-ps-region-using-ghostscript, pr-ps-region-print)
3064         (pr-ps-region-ps-print, pr-ps-mode-preview)
3065         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3066         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3067         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3068         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3069         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3070         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3071         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3072         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3073         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3074         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3075         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3076         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3077         Eliminate pr-save-interactive usage.
3078         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3079         Eliminate pr-interactive-p usage.
3080         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3081         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3082         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3083         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3084         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3085         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3086         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3087         New funs.
3088         (pr-ps-file): Use make-temp-file to generate a temporary file.
3090 2004-11-17  Jay Belanger  <belanger@truman.edu>
3092         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3093         a local variable.
3094         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3095         (math-top-only): New variable.
3096         (math-simplify, math-simplify-step): Replace variable top-only by
3097         declared variable math-top-only.
3098         (math-simplify-expr): Declare it.
3099         Replace argument expr in all calls of math-defsimplify by
3100         math-simplify-expr.
3101         (math-simplify-plus, math-simplify-times, math-simplify-divide)
3102         (math-simplify-divisor, math-simplify-one-divisor)
3103         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3104         (math-simplify-pow): Replace variable expr by declared variable
3105         math-simplify-expr.
3106         (math-simplify-divisor): Remove local variables temp and op.
3107         (math-simplify-one-divisor): Make temp and op local variables.
3108         (math-simplify-divisor-nover, math-simplify-divisor-dover):
3109         New variables.
3110         (math-simplify-divisor, math-simplify-one-divisor):
3111         Replace variables nover and dover by declared variables.
3112         (math-expr-subst-new, math-expr-subst-old): New variables.
3113         (math-expr-subst, math-expr-subst-rec): Replace variables new
3114         and old by declared variables.
3115         (math-is-poly-degree, math-is-poly-loose): New variables.
3116         (math-is-polynomial, math-is-poly-rec): Replace variables degree
3117         and loose by declared variables.
3118         (math-poly-base-const-ok, math-poly-base-pred): New variables.
3119         (math-polynomial-base, math-polynomial-base-rec):
3120         Replace variables const-ok and mpb-pred by declared variables.
3122         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3124         * calc/calc-ext.el (math-defsimplify): Change the argument in
3125         the created function to math-simplify-expr.
3127         * calc/calc-units.el (math-simplify-expr): Declare it.
3128         Replace argument expr in all calls of math-defsimplify by
3129         math-simplify-expr.
3130         (math-simplify-units-prod): Replace variable expr by declared
3131         variable math-simplify-expr.
3133 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3135         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3136         Replace mapcar->dolist, format->string.
3138 2004-11-17  Miles Bader  <miles@gnu.org>
3140         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3141         * progmodes/idlwave.el: Remove RCS keywords.
3143 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
3145         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3146         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3147         Update to IDLWAVE version 5.5.  Too many changes to list them here.
3148         * progmodes/idlw-help.el: New file.
3150 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3152         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3153         Discard spaces after \i according to TeX rules.
3155         * international/mule.el (set-buffer-file-coding-system):
3156         New arg NOMODIFY.
3157         (after-insert-file-set-coding): Pass that new arg.
3158         Prevent set-buffer-multibyte from trying to lock the file.
3160         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3162         * saveplace.el (save-place): Doc fix.
3164         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
3165         temporarily widen before finding the following word to copy.
3167         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
3168         (cl-map-keymap): Definition deleted.
3170         * subr.el (map-keymap-internal): New function.
3172 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3174         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
3175         when pressing rather than when releasing mouse-2.  Simplify.
3177 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
3180         (compilation-mode): Set it here instead.
3182         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
3184         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
3185         (loop, cl-parse-loop-clause, defsetf): Use backquote.
3187 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3189         * progmodes/compile.el (compilation-internal-error-properties):
3190         Fix up a transposition-typo.  Check end-col before using it.
3192 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
3194         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3195         Discard whitespace after macro \i when converting it.
3197 2004-11-16  Juri Linkov  <juri@jurta.org>
3199         * emacs-lisp/find-func.el (find-function-regexp):
3200         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
3201         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
3202         Remove invalid `\W' from [^cgv\W].  Doc fix.
3203         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
3205 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3207         * play/life.el: Maintainer is now FSF.
3208         (life-patterns, life-neighbor-deltas, life-window-start)
3209         (life-current-generation, life-generation-string): Use defvar
3210         instead of defconst.
3212 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3214         * progmodes/compile.el (compilation-move-to-column): New fun.
3215         (compilation-internal-error-properties)
3216         (compilation-next-error-function): Use it to make sure we don't go past
3217         the end of line.
3219 2004-11-15  John Paul Wallington  <jpw@gnu.org>
3221         * autoinsert.el (auto-insert-alist): Insert the user's name in
3222         copyright notice, rather than Free Software Foundation, for the
3223         Emacs Lisp header case too.
3225 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3227         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
3228         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3229         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
3230         return the list of string in a string.
3231         (pr-call-process): Message if calling process returns an error, that
3232         is, the exit status is different of zero.
3234 2004-11-15  Jay Belanger  <belanger@truman.edu>
3236         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
3237         variable var-thing.
3238         (math-integ-depth, math-integ-level, math-integral-limit)
3239         (math-enable-subst, math-any-substs, math-integ-msg)
3240         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
3241         (math-int-threshold, math-int-factors, math-double-roots)
3242         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
3243         (var-GenCount):  Declare these variables.
3244         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
3245         (math-integral-cache, math-integral-cache-state):
3246         Move declarations to earlier in the file.
3247         (math-deriv-var, math-deriv-total, math-deriv-symb)
3248         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
3249         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
3250         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
3251         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
3252         (math-solve-res):  New variables
3253         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
3254         (math-integral, math-replace-integral-parts)
3255         (math-integrate-by-parts, calc-dump-integral-cache)
3256         (math-try-integral, math-do-integral, math-do-integral)
3257         (math-do-integral-methods, math-try-solve-for)
3258         (math-try-solve-prod, math-solve-poly-funny-powers)
3259         (math-solve-crunch-poly, math-decompose-poly)
3260         (math-solve-find-root-term, math-find-root-in-prod)
3261         (math-integ-try-linear-substitutions)
3262         (math-integ-try-substitutions, math-expr-rational-in)
3263         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
3264         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
3265         (math-solve-for, math-solve-system, math-solve-system-rec)
3266         (math-solve-get-sign, math-solve-get-int)
3267         (math-solve-system-subst): Replace undeclared variables with newly
3268         declared variables.
3270 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * winner.el (winner-active-region, winner-edges, winner-window-list):
3273         Define at toplevel.
3274         (winner-mode-map): Move init inside declaration.
3276 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3278         * files.el (convert-standard-filename): Doc fix.
3280 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
3282         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
3283         passwd, group, shadow, default/* and pam.d/*.
3285 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3287         * printing.el (pr-menu-spec): Adjust menu specification.
3289 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3291         * printing.el: Doc fix.  Insert :version tag into all defcustom.
3292         Handle interactive-p as is recommended in Emacs Lisp Reference.
3293         Set the file permission bits for newly created files.
3294         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3295         The printing menu specification (in `pr-menu-spec') was merged.
3296         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3297         (pr-version): New version number (6.8.3).
3298         (pr-file-modes): New option.
3299         (pr-interactive-p): New var.
3300         (pr-save-interactive, pr-save-file-modes): New macros.
3301         (pr-setup): Code fix.
3302         (pr-menu-spec): Menu specification merged.
3303         (pr-call-process, pr-text2ps): Set file permission bits.
3304         (pr-despool-print): Set file permission bits.  Handle interactive-p as
3305         is recommended.
3306         (pr-interface, pr-ps-directory-preview)
3307         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3308         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3309         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3310         (pr-ps-buffer-ps-print, pr-ps-region-preview)
3311         (pr-ps-region-using-ghostscript, pr-ps-region-print)
3312         (pr-ps-region-ps-print, pr-ps-mode-preview)
3313         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3314         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3315         (pr-despool-using-ghostscript, pr-despool-ps-print)
3316         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3317         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3318         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3319         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3320         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3321         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3322         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3323         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3324         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
3325         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
3326         Handle interactive-p as is recommended.
3328 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3330         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
3331         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
3333         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
3334         so it doesn't forget to highlight the beginning of the region either.
3336 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
3338         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
3339         (c-font-lock-init): Eliminate obsolete make-local-hook.
3340         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3341         (awk-mode): Use run-mode-hooks.
3343         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
3345 2004-11-13  Kim F. Storm  <storm@cua.dk>
3347         * mouse.el (mouse-drag-copy-region): Add :version.
3348         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
3349         while dragging mode line, so mode line can be dragged downwards.
3350         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
3351         while pressing mouse button so window doesn't scroll until we
3352         release the mouse if clicking on partially visible line.
3354 2004-11-12  Jay Belanger  <belanger@truman.edu>
3356         * calc/calc-graph.el (calc-dumb-map):  Declare it.
3357         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
3358         than unbound.
3359         (calc-graph-name):  Made `end' a local variable.
3360         (calc-graph-lookup):  Made `varname' a local variable.
3361         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
3362         Declare them.
3363         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
3364         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
3365         the unused variable y3vec.
3366         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
3367         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
3368         calc-graph-prev-kill-hook.
3369         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
3370         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
3371         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
3372         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
3373         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
3374         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
3375         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
3376         (calc-graph-y3value, calc-graph-y3name)
3377         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
3378         (calc-graph-stepcount, calc-graph-is-splot)
3379         (calc-graph-surprise-splot, calc-graph-blank)
3380         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
3381         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
3382         (calc-graph-recompute-2d, calc-graph-compute-3d)
3383         (calc-graph-format-data): Replace undeclared variables with the
3384         above newly declared variables.
3386 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
3388         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
3389         `rsf-beep' and `rsf-sleep-after-message'.
3391         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
3392         list if `message-sender' is non-nil.
3394 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3396         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
3397         consing by using mapc instead of mapcar.
3399 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
3401         * tooltip.el (require): Explain why CL is needed.
3403 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3405         * printing.el: Insert :version into defgroup (printing).  All reference
3406         to Files option in menubar were changed to File.
3407         (pr-version): New version number (6.8.2).
3408         (pr-get-symbol): Call easy-menu-intern.
3409         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
3410         compilation gripes.
3412 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
3415         new byte-compile-function-environment binding to t.
3417         * font-lock.el (font-lock-fontify-syntactically-region):
3418         Don't forget to highlight the last char when we hit `end'.
3420         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
3421         (mwheel-scroll): Adjust accordingly.
3423         * cvs-status.el: Reduce spurious warnings.
3424         (cvs-status-checkout): Remove.
3425         (cvs-status-mode-map): Use cvs-mode-checkout instead.
3427         * pcvs.el (cvs-mode-checkout): New command.
3429         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
3431         * tooltip.el: Require CL.
3433         * emacs-lisp/bytecomp.el: Use push.
3434         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
3435         (defalias): Remove the `byte-compile' property and add
3436         a `byte-hunk-handler'.
3438 2004-11-11  Juri Linkov  <juri@jurta.org>
3440         * info.el (Info-search): Save match data for isearch.
3441         Skip Tag Table node.
3443         * descr-text.el (describe-char): Replace syntax-after with code
3444         from its previous version.
3446         * files.el (magic-mode-alist): Use optimization for SGML mode too.
3447         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
3449         * international/mule.el (sgml-html-meta-auto-coding-function):
3450         Remove > after <html to allow HTML attributes.
3452 2004-11-11  Jay Belanger  <belanger@truman.edu>
3454         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
3455         a variable.
3456         (calcFunc-dfac):  Replace unbound max by n.
3457         (math-stirling-local-cache):  New variable.
3458         (math-stirling-number, math-stirling-1, math-stirling-2):
3459         Replace the variable `cache' by the declared variable
3460         math-stirling-local-cache.
3461         (var-RandSeed):  Declare it as a variable.
3462         (math-init-random-base, math-random-digit):  Don't check to see if
3463         var-RandSeed is bound.
3464         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
3465         Declare them instead of just setting them.
3466         (math-init-random-base):  Made i a local variable.
3467         (math-random-digit):  Made math-random-last a local variable.
3468         (math-prime-test-cache):  Move declaration to before it is used.
3469         (math-prime-test-cache-k, math-prime-test-cache-q)
3470         (math-prime-test-cache-nm1, math-prime-factors-finished):
3471         Declare them as variables.
3473 2004-11-11  Jay Belanger  <belanger@truman.edu>
3475         * calc/calc-ext.el (math-defcache):  Use defvar for the new
3476         variables it creates.
3478 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
3480         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
3481         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
3482         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
3483         (desktop-save): Add :version.
3485 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3487         * printing.el (pr-get-symbol): Don't downcase.
3489 2004-11-10  Jay Belanger  <belanger@truman.edu>
3491         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
3492         string to kill-ring.
3494         * calc/calc-aent.el (calc-alg-exp, math-toks)
3495         (math-exp-pos,math-exp-old-pos, math-exp-token)
3496         (math-exp-keep-spaces, math-exp-str):  New variables.
3497         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
3498         (calcAlg-enter):  Use declared variable calc-alg-exp.
3499         (math-build-parse-table, math-find-user-token):  Use declared
3500         variable math-toks.
3501         (math-read-exprs, math-read-token, calc-check-user-syntax)
3502         (calc-match-user-syntax, match-factor-after, math-read-factor):
3503         Use declared variables math-exp-pos math-exp-old-pos.
3504         (math-read-exprs, math-read-token, math-read-expr-level)
3505         (calc-check-user-syntax, calc-match-user-syntax)
3506         (match-factor-after, math-read-factor):  Use declared variable
3507         math-exp-token.
3508         (math-read-exprs, math-read-expr-list, math-read-token)
3509         (math-read-factor):  Use declared variable math-exp-keep-spaces.
3510         (math-read-exprs, math-read-token):  Use declared variable
3511         math-exp-str.
3512         (calc-match-user-syntax):  Make m a local variable.
3514         * calc/calc-ext.el (math-read-expr):  Use declared variables
3515         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
3516         math-exp-keep-spaces.
3518         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
3519         variables math-exp-pos, math-exp-str.
3521         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
3522         math-exp-old-pos.
3523         (math-parse-fortran-vector, math-parse-fortran-vector-end)
3524         (math-parse-eqn-prime):  Use declared variable math-exp-token.
3526         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3527         Use declared variable math-exp-pos.
3528         (math-check-for-commas):  Use declared variable math-exp-str.
3529         (math-read-brackets):  Use declared variables math-exp-old-pos,
3530         math-exp-keep-spaces.
3531         (math-read-brackets, math-read-vector, math-read-matrix):
3532         Use declared variable math-exp-token.
3534 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3536         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
3537         where the keymap is a symbol.
3538         (easy-menu-add-item): Use keymap-prompt.  Simplify.
3540         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
3542         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
3543         (sgml-parse-tag-backward): Use it to skip spurious < or >.
3545 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
3547         * ebuff-menu.el: Doc fixes throughout.
3548         (electric-buffer-menu-mode-hook): New defvar.
3550 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
3552         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
3553         compilation. The resulting compiler warnings appear to be harmless.
3555 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
3557         * textmodes/conf-mode.el: New file.
3559         * files.el (auto-mode-alist, magic-mode-alist): Use it.
3561 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
3565 2004-11-09  Jay Belanger  <belanger@truman.edu>
3567         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
3569         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
3570         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
3571         (calc-z-prefix-help, calc-user-function-list):  Use declared
3572         variables calc-z-prefix-buf, calc-z-prefix-msgs.
3573         (math-map-tree, math-map-tree-rec):  Use declared variables
3574         math-mt-many, math-mt-func.
3575         (math-read-expression, math-read-string):  Use declared variable
3576         math-expr-data.
3578         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
3579         variable math-normalize-a.
3581         * calc/calc.el (math-normalize-a):  New variable.
3582         (math-normalize):  Use declared variable math-normalize-a.
3584         * calc/calc-poly.el (math-expand-form):  Use declared variable
3585         math-mt-many.
3587         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3588         Use declared variable math-mt-many.
3589         (math-rewrite):  Use declared variable math-mt-func.
3591         * calc/calc-vec.el (math-read-brackets, math-read-vector)
3592         (math-read-matrix):  Use declared variable math-expr-data.
3594         * calc/calc-lang.el (math-parse-fortran-vector)
3595         (math-parse-fortran-vector-end, math-parse-tex-sum)
3596         (math-parse-eqn-matrix, math-parse-eqn-prime)
3597         (math-read-math-subscr):  Use declared variable math-expr-data.
3599         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
3600         (math-read-expr-level, math-read-token, calc-check-user-syntax)
3601         (calc-match-user-syntax, math-read-if, math-factor-after)
3602         (math-read-factor):  Use declared variable math-expr-data.
3604 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
3606         * calendar/diary-lib.el (diary-from-outlook)
3607         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
3608         interactive-p; but rather new optional argument NOCONFIRM.
3610 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3612         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3613         (easy-menu-name-match): Revert correspondingly.
3615 2004-11-09  Richard M. Stallman  <rms@gnu.org>
3617         * emacs-lisp/bytecomp.el (byte-compile-defalias):
3618         Turn off warnings for the new function even if definition not constant.
3619         If the definition isn't a quoted symbol, record (FUNCTION . t).
3620         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3621         (byte-compile-callargs-warn): Handle (FUNCTION . t).
3622         (display-call-tree, byte-compile-arglist-warn):
3623         Handle t returned by byte-compile-fdefinition.
3625 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3627         * Makefile.in (maintainer-clean): Depend on distclean.
3629         * help-fns.el (help-C-file-name): File name must be in build-files
3630         to be returned.
3632 2004-11-09  Jay Belanger  <belanger@truman.edu>
3634         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3635         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
3637         * calc/calc.el (calc, calc-trail-display, calc-mode):
3638         Remove obsolete sections.
3640         * calc/calc.el (calc-x-paste-text):  Remove.
3642         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
3643         mouse-2.
3645 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
3647         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3648         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3649         current frame (in case of recursive calls).
3650         (gdb-show-changed-values): Add :version keyword.
3652 2004-11-09  Kenichi Handa  <handa@m17n.org>
3654         * international/mule-cmds.el: Change coding: tag back to
3655         iso-2022-7bit.
3657 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3659         * international/mule-cmds.el: Change coding-system to utf-8.
3660         (select-safe-coding-system-interactively):
3661         New function extracted from select-safe-coding-system.
3662         (select-safe-coding-system): Use it.
3664 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3666         * subr.el (syntax-after): Doc fix.
3668         * paren.el (show-paren-function): Change calls to syntax-after
3669         for new way of returning the value.
3671         * menu-bar.el (menu-bar-file-menu): Make this the real name
3672         and menu-bar-files-menu the alias.  Use the former.
3673         (global-map): Use `file', not `files', as the symbol.
3675         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3677         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3678         Don't use beginning-of-buffer.
3679         (filesets-cmd-show-result): Use with-no-warnings.
3681 2004-11-08  Juri Linkov  <juri@jurta.org>
3683         * progmodes/compile.el (compile): Don't overwrite last command in
3684         minibuffer history with default command if they are not equal.
3686 2004-11-08  Jay Belanger  <belanger@truman.edu>
3688         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
3689         non-linear substitutions.
3691 2004-11-08  Jay Belanger  <belanger@truman.edu>
3693         * calc/calcalg2.el (math-linear-subst-tried): New variable.
3694         (math-do-integral):  Set `math-linear-subst-tried' to nil.
3695         (math-do-integral-methods):  Use `math-linear-subst-tried' to
3696         determine what type of substitution to try.
3697         (math-integ-try-linear-substituion):
3698         Set `math-linear-subst-tried' to t.
3700 2004-11-08  Kim F. Storm  <storm@cua.dk>
3702         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3704 2004-11-07  Juri Linkov  <juri@jurta.org>
3706         * info-look.el (info-lookup): Allow reusing in the current buffer
3707         not only *info* buffer, but all (even renamed) Info buffers
3708         by checking for major-mode instead of *info* buffer name.
3709         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3710         (octave-mode, maxima-mode) <doc-spec>:
3711         Allow long dashes generated by Texinfo 4.7 before definitions.
3712         (texinfo-mode) <doc-spec>: Add space to suffix to find command
3713         definitions with argument separated by space.
3715 2004-11-06  Richard M. Stallman  <rms@gnu.org>
3717         * simple.el (next-error group, face): Move before first use.
3718         (next-error-highlight, next-error-highlight-no-select): Likewise.
3720         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3721         (line-move): New args NOERROR and TO-END.
3722         Return t if if succeed in moving specified number of lines.
3723         (move-end-of-line): New function.
3725         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3726         (end-of-buffer-other-window): Likewise.
3728         * simple.el (line-move-ignore-invisible): Default to t.
3730         * subr.el (syntax-after): Return the syntax letter, not the raw code.
3732         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3734         * international/iso-cvt.el (iso-cvt-define-menu):
3735         Rename menu-bar-files-menu to menu-bar-file-menu.
3737         * net/browse-url.el (browse-url-gnome-moz-program)
3738         (browse-url-gnome-moz-arguments): Move up before first use.
3740         * net/tramp.el (tramp group): Add :version.
3742         * progmodes/ada-xref.el (ada-gdb-application):
3743         Use goto-char instead of beginning-of-buffer.
3745         * progmodes/cperl-mode.el (cperl-info-on-command):
3746         Use goto-char instead of beginning-of-buffer.
3748         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
3749         Move up before first use.
3750         (idlwave-shell-temp-pro-file): Likewise.
3751         (idlwave-shell-temp-rinfo-save-file): Likewise.
3752         (idlwave-shell-temp-file): Minor doc fix.
3754         * textmodes/flyspell.el (flyspell-external-point-words):
3755         Use goto-char instead of beginning-of-buffer.
3757 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
3759         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
3760         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
3761         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
3763 2004-11-06  David Ponce  <david@dponce.com>
3765         * recentf.el (recentf-menu-path): Use menu item name.
3767 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3769         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3770         display doesn't support images.
3772 2004-11-06  Andreas Schwab  <schwab@suse.de>
3774         * tempo.el (tempo-match-finder): Doc fix.
3776         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3778 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3780         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3781         (easy-menu-lookup-name): New fun to replace it.
3782         (easy-menu-get-map): Use it to obey menu item names (rather than just
3783         keys) when looking up `path'.
3784         (easy-menu-always-true-p): Rename from easy-menu-always-true.
3785         (easy-menu-convert-item-1): Adjust to new name.
3787 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
3789         * outline.el (hide-body): Don't hide lines at the top of the file
3790         that precede the first header line.
3792 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
3794         * align.el (align-areas): Delete whitespace before reindenting, so
3795         that tabs are never placed after spaces.
3797 2004-11-06  Alan Shutko  <ats@acm.org>
3799         * macros.el (insert-kbd-macro): Do completions based on macros,
3800         rather than all commands.
3802 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
3804         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3805         to solve a bug whereby tags with 'b' don't match.
3807 2004-11-05  Juri Linkov  <juri@jurta.org>
3809         * info.el (Info-search): Don't search in node header lines
3810         and file headers.
3812         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3813         symbol-constituent characters after dot, not only digits.
3815 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
3817         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3819 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3821         * dired.el (dired-read-dir-and-switches): Call read-directory-name
3822         if a dialog will be used, read-file-name otherwise.
3824 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3826         * textmodes/table.el (table group): Add :version.
3828         * textmodes/ispell.el (ispell-word):
3829         Don't alter args; set them only thru `interactive' spec.
3831         * textmodes/flyspell.el (flyspell-word):
3832         Don't alter FOLLOWING; set it only thru `interactive' spec.
3834         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3836         * net/browse-url.el (browse-url-maybe-new-window):
3837         Use called-interactively-p.
3839         * mail/supercite.el (sc-cite-region):
3840         Don't use interactive-p.  Add arg INTERACTIVE.
3841         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
3843         * international/mule-cmds.el (set-input-method, toggle-input-method):
3844         Don't use interactive-p.  Add arg INTERACTIVE.
3846         * eshell/esh-mode.el (eshell-show-maximum-output):
3847         Don't use interactive-p.
3848         (eshell-truncate-buffer): Just message, no error, if buffer is short.
3850         * mouse.el (mouse-show-mark): Get positions to delete from mark
3851         and point, not from mouse-drag-overlay.
3853         * imenu.el (imenu-eager-completion-buffer): Add :version.
3855         * filesets.el (filesets group): Add :version.
3857 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
3859         * files.el (xml-based-modes): Delete var.
3860         (magic-mode-alist): New more general var.
3861         (set-auto-mode): Use it.
3863         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3864         when clicking from another window.
3866 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
3868         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3869         (vc-cvs-annotate-time): Incorporate value of deleted var.
3870         Remove special-case handling of beginning-of-buffer cruft.
3871         Cache ending position (point) and return value in text property
3872         `vc-cvs-annotate-time', and consult it on subsequent invocations.
3874         * vc-cvs.el (vc-cvs-annotate-command):
3875         Delete extraneous lines from beginning of buffer.
3876         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3878         * progmodes/grep.el (grep-default-command): Take empty string
3879         for tag if all other methods yield nil.  Shell-quote the tag.
3881         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3882         spec in `interactive' form, and mention it in the docstring.
3883         Also, make sure point is at bol after calling `annotate-time'.
3885 2004-11-02  Richard M. Stallman  <rms@gnu.org>
3887         * cus-edit.el (customize-group-other-window):
3888         Select the window that displays the custom buffer.
3889         (custom-buffer-create-other-window): Likewise.
3891         * comint.el (comint-insert-input): Fix previous change.
3893         * emacs-lisp/elp.el (elp-instrument-function):
3894         Use called-interactively-p.
3896         * emacs-lisp/easymenu.el (easy-menu-intern):
3897         Don't downcase; rather, case-flip the first letter of each word.
3899         * emacs-lisp/easy-mmode.el (define-minor-mode):
3900         Use called-interactively-p.
3902         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3903         Add interactive-only.
3904         (byte-compile-warnings): Add interactive-only as option.
3905         (byte-compile-interactive-only-functions): New variable.
3906         (byte-compile-form): Warn about calls to functions
3907         in byte-compile-interactive-only-functions.
3909         * emacs-lisp/autoload.el (update-file-autoloads):
3910         Don't use interactive-p; take new arg SAVE-AFTER.
3912         * emacs-lisp/advice.el (ad-make-advised-definition):
3913         Use called-interactively-p.
3915 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3917         * files.el (find-file-existing): New function.
3919         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3920         find-file-existing.  Add "New File..." that calls find-file.
3922         * diropen.pbm, diropen.xpm: New files.
3924         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3925         icon diropen.  New tool bar item find-file-existing uses icon open.
3927         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3928         instead of read-file-name.
3930 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
3932         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3933         (icalendar--split-value): Change name of work buffer.
3934         (icalendar--get-weekday-abbrev): Return nil on error.
3935         (icalendar--date-to-isodate): New function.
3936         (icalendar-convert-diary-to-ical)
3937         (icalendar-extract-ical-from-buffer): Use only two args for
3938         make-obsolete (XEmacs compatibility).
3939         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3940         (icalendar-export-region): Doc fix.
3941         If error, return non-nil and write errors to a buffer.
3942         Use correct weekday for weekly recurring events.
3943         Check whether date has been parsed for ordinary events.
3944         Make weekly events start in the year 2000.
3945         DTEND is non-inclusive, shift end date by one day if
3946         necessary (not for entries that have date and time).
3947         Rename local let variables: oops -> found-error, datestring ->
3948         startdatestring.
3950 2004-11-02  Kim F. Storm  <storm@cua.dk>
3952         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3953         keep-mode-if-same variable.  Add it as optional arg instead.
3954         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3956         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3957         substitute-command-keys will select lower-case bindings like those
3958         used in the static help texts.
3960         * descr-text.el (describe-text-properties): Don't err if called in
3961         the *Help* buffer; output to *Help-2* buffer instead.
3963         * kmacro.el (group kmacro): Add :version.
3964         (kmacro-keyboard-quit): New function to cleanup on C-g.
3965         (kmacro-start-macro): Set defining-kbd-macro to append when
3966         appending to last macro.
3968         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3970 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
3972         * progmodes/gdb-ui.el (gdb-enable-debug-log)
3973         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3974         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3975         Add :version keyword.
3977 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
3979         * progmodes/flymake.el (flymake-err-line-patterns):
3980         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3981         `compilation-error-regexp-alist-alist' to internal Flymake format.
3983         * progmodes/flymake.el: Eliminate byte-compiler warnings.
3985 2004-11-01  Jay Belanger  <belanger@truman.edu>
3987         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3988         with `interactive "s"'.
3990 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3992         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3993         Revert change from 2004-10-16.  '*' checks the current buffer, but the
3994         mouse click may be in another buffer.
3996 2004-11-01  John Paul Wallington  <jpw@gnu.org>
3998         * files.el (large-file-warning-threshold): Add :version keyword.
3999         (kill-some-buffers): Doc fix.
4001         * thumbs.el (group thumbs): Add :version keyword.
4003         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4005 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4007         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4009         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4011         * allout.el (allout group): Add :version.
4012         (allout-init): Don't use interactive-p.
4013         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4014         (allout-forward-current-level, allout-backward-current-level):
4015         Don't use interactive-p.
4017         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4018         (bibtex-find-text): Likewise.
4020         * progmodes/vhdl-mode.el (vhdl-fill-region)
4021         (vhdl-beginning-of-statement): Don't use interactive-p.
4023         * progmodes/idlwave.el (idlwave-update-routine-info):
4024         Don't use interactive-p.
4026         * progmodes/idlw-shell.el (idlwave-shell-send-char):
4027         Don't use interactive-p.
4029         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4030         Don't use interactive-p.
4032         * progmodes/ada-xref.el (ada-make-body-gnatstub):
4033         Don't use interactive-p.
4035         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4036         (fortune-in-buffer): Doc fix.
4038         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4040         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4041         don't select the temporary buffer.
4042         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4043         (eudc-get-phone): Likewise.
4045 2004-11-01  Kim F. Storm  <storm@cua.dk>
4047         * man.el (Man-xref-normal-file): Fix help-echo.
4049 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4051         * reveal.el (reveal-last-tick): New var.
4052         (reveal-post-command): Use it to avoid closing overlays when we're
4053         appending text to them.
4055 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4057         * textmodes/bibtex.el: Require button.
4058         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4059         (bibtex-reference-keys): Distinguish between header keys and
4060         crossref keys.
4061         (bibtex-beginning-of-field): New function.
4062         (bibtex-url-map): Remove.
4063         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4064         (bibtex-font-lock-url-regexp): Assume that field names begin at
4065         the beginning of a line.
4066         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
4067         Remove field delimiters.  Use bibtex-beginning-of-field.
4068         Bugfix, point can be inside a field with a url.
4069         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4070         New functions.
4071         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4072         (bibtex-key-in-head): Simplify.
4073         (bibtex-current-line): Use bolp.
4074         (bibtex-parse-keys): Remove unused arg `add'.
4075         Use bibtex-type-in-head and bibtex-key-in-head.
4076         (bibtex-parse-entry, bibtex-autofill-entry):
4077         Use bibtex-type-in-head and bibtex-key-in-head.
4078         (bibtex-autokey-get-field): Do not alter case of replacement text.
4079         (bibtex-autokey-get-names): Do all processing of name list.
4080         (bibtex-autokey-get-year): New function.
4081         (bibtex-autokey-get-title): Do all processing of title words.
4082         (bibtex-generate-autokey): Simplify.
4083         (bibtex-string-files-init): Use default-directory.
4084         Allow for absolute file names in bibtex-string-files.
4085         (bibtex-files, bibtex-file-path): New variables.
4086         (bibtex-files-expand): New function.
4087         (bibtex-find-entry-globally): New command.
4088         (bibtex-summary-function): New variable.
4089         (bibtex-summary): Default value of bibtex-summary-function.
4090         (bibtex-find-crossref): New optional args pnt and split.
4091         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4092         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4093         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
4094         Fix handling of required and alternative fields.
4095         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4096         Use cons and display-buffer.
4097         (bibtex-validate-globally): New command.
4098         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
4099         bibtex-parse-keys and bibtex-parse-strings for updating
4100         bibtex-reference-keys and bibtex-strings.
4101         (bibtex-realign): Remove blank lines past the last entry.
4102         (bibtex-reformat): Use bibtex-entry-format as default.
4103         (bibtex-choose-completion-string): Remove.
4104         (bibtex-complete): Do not use bibtex-choose-completion-string.
4105         (bibtex-url): Simplify.
4107 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4109         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4110         (x-dnd-types-alist, x-dnd-open-file-other-window)
4111         (x-dnd-known-types): Add :version.
4113 2004-10-31  John Paul Wallington  <jpw@gnu.org>
4115         * ibuffer.el (group ibuffer): Add :version keyword.
4117 2004-10-31  Kim F. Storm  <storm@cua.dk>
4119         * ido.el (group ido): Add :version keyword.
4120         (ido-mode): Remove :version keyword.
4122         * emulation/cua-base.el (group cua): Add :version keyword.
4123         (cua-mode): Remove :version keyword.
4125 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4127         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4129         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4130         compiler warning.
4131         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
4132         function.
4133         (help-at-pt-display-when-idle): Remove autoload.
4135 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4137         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4139 2004-10-30  Juri Linkov  <juri@jurta.org>
4141         * help.el (function-called-at-point):
4142         * help-fns.el (variable-at-point): Read -> intern.
4144 2004-10-30  Simon Josefsson  <jas@extundo.com>
4146         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4147         Recognize AS_* too.
4149 2004-10-29  Simon Josefsson  <jas@extundo.com>
4151         * subr.el (read-passwd): Move back from password.el.
4153         * password.el: Remove, not ready yet.
4155 2004-10-29  Andreas Schwab  <schwab@suse.de>
4157         * speedbar.el (speedbar-frame-parameters): Improve customize type.
4159 2004-10-29  Sam Steingold  <sds@gnu.org>
4161         * mouse.el (mouse-show-mark): Replace the last occurrence of
4162         x-lost-selection-hooks with x-lost-selection-functions.
4164 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
4167         x-lost-selection-functions is bound.
4169         * mouse-sel.el (mouse-sel-mode):
4170         * emacs-lisp/lselect.el: Adjust to new names for
4171         x-(lost|sent)-selection-functions.
4173         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
4174         New obsolete aliases of x-lost-selection-functions and
4175         x-sent-selection-functions.
4177 2004-10-28  Kim F. Storm  <storm@cua.dk>
4179         * imenu.el (imenu-scanning-message): Remove.
4180         (imenu-progress-message): Make it a no-op.
4182 2004-10-28  John Paul Wallington  <jpw@gnu.org>
4184         * files.el (set-auto-mode): Call `throw' correctly.
4186 2004-10-28  Juri Linkov  <juri@jurta.org>
4188         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
4189         to search `Info-...' commands in `info' manual.
4190         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4191         Add 'info-file "emacs" property.
4192         (Info-find-emacs-command-nodes): Fix index line number regexp.
4193         Set real line number (instead of fake 0) in first element of the
4194         returned list.
4195         (Info-goto-emacs-command-node): Use line number of first element
4196         to set point in the first found Info node.
4198         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
4199         code to `grep-mode-font-lock-keywords'.
4200         (grep-mode-font-lock-keywords): Delete grep markers instead
4201         of making them invisible.
4203 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4205         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
4206         and x-server-version in bug report.
4208 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
4210         * files.el (set-auto-mode-0): New function.
4211         (set-auto-mode): Use it to handle aliased modes and to
4212         be consistent between C-x C-f and C-x C-w.
4214 2004-10-28  Kenichi Handa  <handa@m17n.org>
4216         * international/utf-8.el (utf-translate-cjk-charsets):
4217         Add katakana-jisx0201.
4219         * international/subst-jis.el: Add data for JISX0201.
4221 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4223         * obsolete/hilit19.el (hilit-mode): New function.
4224         Move all the toplevel side-effecting stuff into it, so that loading
4225         hilit19 doesn't mess everything up any more.
4227 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4229         * add-log.el (add-change-log-entry): Set up mailing address
4230         and full name later, and don't alter add-log-mailing-address
4231         or add-log-full-name.
4233         * elide-head.el (elide-head): Change error to message.
4234         (elide-head-show): Likewise.
4236         * apropos.el (apropos-macrop): Doc fix.
4238         * mouse.el (mouse-show-mark): Do most processing the same
4239         regardless of transient-mark-mode.
4241         * shadowfile.el (shadow-copy-files): Use interactive-p
4242         only to control whether to print a message.
4244         * tar-mode.el (tar-mode): Use write-contents-functions,
4245         not write-contents-hooks.
4247         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
4248         directory-sep-char.
4250 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4252         * strokes.el (strokes-unload-hook): Fix previous change.
4254         * type-break.el (type-break-run-at-time): Always use run-at-time;
4255         forget the alternatives.
4256         (type-break-cancel-function-timers): Always use cancel-function-timers;
4257         forget the alternatives.
4259         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
4261 2004-10-27  Kenichi Handa  <handa@m17n.org>
4263         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
4265         * international/subst-gb2312.el: Likewise.
4267         * international/subst-big5.el: Likewise.
4269         * international/subst-ksc.el: Likewise.
4271         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
4272         New variable.
4273         (utf-translate-cjk-set-unicode-range): New function.
4274         (utf-translate-cjk-unicode-range): Make it customizable.
4275         (utf-8-post-read-conversion):
4276         Use utf-translate-cjk-unicode-range-string.
4277         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
4278         Unicode ranges.
4280 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
4282         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
4283         trivial variants to shorten the list.
4284         (xml-based-modes): New var.
4285         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
4286         declaration higher priority than auto-mode-alist.
4288         * find-file.el (cc-other-file-alist): Bring it in line with
4289         cc-mode's auto-mode-alist entries and use \' instead of $.
4291         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
4292         and add "Id" and "Name" submenus to it.
4294         * imenu.el (imenu--generic-function): Skip matches in comments.
4296 2004-10-26  Jay Belanger  <belanger@truman.edu>
4298         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
4299         (full-calc-keypad, calc-trail-display):  Use an extra argument
4300         instead of `interactive-p'.
4302         * calc/calc-misc.el (calc-other-window): Use an extra argument
4303         instead of `interactive-p'.
4305         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
4306         `interactive-p'.
4308 2004-10-26  Kim F. Storm  <storm@cua.dk>
4310         * help.el (describe-key): Describe both down-event and up-event
4311         for a mouse click.
4313 2004-10-26  Richard M. Stallman  <rms@gnu.org>
4315         * woman.el (woman): Don't call interactive-p.
4317         * pcomplete.el (pcomplete): Instead of interactive-p,
4318         use an arg set non-nil by the interactive spec.
4320         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
4321         use an arg set non-nil by the interactive spec.
4323         * man.el (Man-cleanup-manpage): Instead of interactive-p,
4324         use an arg set non-nil by the interactive spec.
4326 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4328         * progmodes/flymake.el (flymake-split-string):
4329         Use `flymake-split-string-remove-empty-edges' in any case.
4331 2004-10-26  Masatake YAMATO  <jet@gyve.org>
4333         * progmodes/flymake.el (flymake-err-line-patterns):
4334         Use `compilation-error-regexp-alist-alist' instead of
4335         `compilation-error-regexp-alist'.
4337 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4339         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
4340         verbatim face on the \ of \end{verbatim}.
4342 2004-10-25  Jay Belanger  <belanger@truman.edu>
4344         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
4345         erasing minibuffer.
4347 2004-10-25  Simon Josefsson  <jas@extundo.com>
4349         * subr.el (read-passwd): Move to net/password.el.
4351         * net/password.el (read-passwd): Add.  Autoload it.
4353 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
4355         * mouse-sel.el (mouse-sel-mode): Specify custom group.
4357         * simple.el (process-file): Fix logic.
4359 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
4361         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
4362         (increase-right-margin): Remove erroneous call to `interactive-p'.
4364 2004-10-24  Kim F. Storm  <storm@cua.dk>
4366         * help.el (describe-mode): Fix 2004-10-13 change.
4367         Copy pure "Auto Fill" string so it can be propertized later
4368         without causing a read-only error.
4370 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
4372         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
4373         style indexes.
4375 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
4377         * simple.el (process-file): Accept nil for INFILE.  Reported by
4378         Luc Teirlinck.
4380 2004-10-24  Masatake YAMATO  <jet@gyve.org>
4382         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
4383         Handle periods and underscores in a function name.
4384         Remove the address fontification.
4386 2004-10-24 Masatake YAMATO <jet@gyve.org>
4388         * progmodes/asm-mode.el (asm-font-lock-keywords):
4389         Use font-lock-variable-name-face for registers.
4391 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
4393         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
4394         kill-all-local-variables.
4395         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4396         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
4397         Use kill-all-local-variables and provide mode-hooks.
4398         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
4399         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
4400         Suggested by Masatake YAMATO <jet@gyve.org>.
4402 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
4404         * simple.el (process-file): New function, similar to call-process
4405         but supports file handlers.
4406         * vc.el (vc-do-command): Use it, instead of call-process.
4407         * net/tramp-vc.el (vc-do-command): Do not advise it if
4408         process-file is fboundp.
4409         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
4410         process-file.
4411         (tramp-handle-process-file): New function.
4412         (tramp-file-name-for-operation): Support process-file.
4414 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
4416         * calendar/icalendar.el (icalendar--weekday-array): New constant.
4417         (icalendar-weekdayabbrev-table)
4418         (icalendar-monthnumber-table): Delete.
4419         (icalendar--get-month-number): Use calendar-month-name-array.
4420         (icalendar--get-weekday-number): New function.
4421         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
4422         (icalendar-export-region): Handle multi-line entries.
4423         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
4425 2004-10-23  John Paul Wallington  <jpw@gnu.org>
4427         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
4428         `wildcards' set to t in interactive spec.
4430         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
4431         interactive spec rather than use `interactive-p'.
4432         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
4433         rather than use function `interactive-p'.
4435 2004-10-22  Kenichi Handa  <handa@m17n.org>
4437         * international/mule.el (translate-region): Implement it in Lisp
4438         as a front end of translate-region-internal.
4440 2004-10-21  Jay Belanger  <belanger@truman.edu>
4442         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
4443         Declare these variables with defvar.
4445         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
4446         is bound, only check to see if it is bound.
4448 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4450         * textmodes/tex-mode.el (tex-compilation-parse-errors):
4451         Don't output messages.
4453         * calc/calc-help.el (calc-describe-bindings): Fix last change.
4455 2004-10-21  John Paul Wallington  <jpw@gnu.org>
4457         * calc/calc-graph.el (calc-graph-init):
4458         Use `set-process-query-on-exit-flag'.
4460 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
4462         * progmodes/compile.el (compilation-start): Rely on `cd' to get
4463         dir right and also allow argumentless cd.
4465 2004-10-19  Richard M. Stallman  <rms@gnu.org>
4467         * textmodes/flyspell.el (flyspell-mode): Doc fix.
4469         * eshell/em-unix.el (eshell-grep):
4470         Don't bind compilation-process-setup-function.
4472         * comint.el (comint-insert-input): Use @ in `interactive'.
4473         (comint-input-filter-functions): Doc fix.
4474         (comint-kill-whole-line, comint-get-source): Doc fix.
4476         * progmodes/compile.el (compilation-setup):
4477         Don't set buffer-read-only if MINOR is non-nil.
4479 2004-10-19  Jay Belanger  <belanger@truman.edu>
4481         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
4482         (calc-emacs-type-gnu19): Remove.
4483         (calc-digit-map, calc-read-key-sequence, calc-read-key):
4484         Remove check for old emacs versions.
4486         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
4487         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
4488         for current Emacs.
4490         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
4491         the end of the minibuffer.
4492         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
4493         copy `esc-map'.
4495         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
4497         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
4498         call that would be given when the current emacs was used.
4500 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
4502         * calendar/icalendar.el: Set coding to utf-8.
4503         (icalendar-version): Increase to 0.07.
4504         (icalendar-monthnumber-table): Change March pattern.
4505         (icalendar-get-all-event-properties)
4506         (icalendar-set-event-property): Delete.
4507         (icalendar-all-events): No longer interactive.
4508         (icalendar-convert-diary-to-ical)
4509         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
4510         their replacements.
4511         (icalendar-export-file, icalendar-export-region): New functions;
4512         essentially old `icalendar-convert-diary-to-ical' but appending to
4513         target rather than overwriting.
4514         (icalendar-import-file): Append to target file rather than
4515         overwriting.  Fourth arg deleted.
4516         (icalendar-import-buffer): New name for old
4517         `icalendar-extract-ical-from-buffer'.
4518         (icalendar--convert-string-for-import): New name for
4519         old `icalendar-convert-for-import'.
4520         (include-icalendar-files): Delete.
4521         Prefix for all internal functions changed from `icalendar-'
4522         to `icalendar--'.
4524 2004-10-19  Richard M. Stallman  <rms@gnu.org>
4526         * paths.el (news-path): Fix previous change.
4528 2004-10-18 Jay Belanger  <belanger@truman.edu>
4530         * calc/calc-help.el (calc-describe-bindings):
4531         Set `buffer-read-only' to nil while working in the keybindings buffer;
4532         remove some extra information from the keybindings buffer.
4534 2004-10-18  David Ponce  <david@dponce.com>
4536         * mouse.el (mouse-drag-move-window-top): New function.
4537         (mouse-drag-mode-line-1): Use it.
4539 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
4541         * info.el (Info-fontify-node): For multiline refs,
4542         arrange to unfontify newline and surrounding whitespace.
4544 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4546         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
4547         directory is missing.
4549 2004-10-17  John Paul Wallington  <jpw@gnu.org>
4551         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
4552         New customizable variable; whether to display buffers that match
4553         `ibuffer-maybe-show-predicates' by default.
4554         (ibuffer-maybe-show-predicates): Mention it in docstring.
4555         (ibuffer-display-maybe-show-predicates): New variable.
4556         (ibuffer-update): Prefix arg now toggles whether buffers that
4557         match `ibuffer-maybe-show-predicates' should be displayed.
4558         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
4559         locally to heed `ibuffer-default-display-maybe-show-predicates'.
4560         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
4562 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
4564         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
4565         work correctly.
4567 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
4569         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
4570         (Buffer-menu-beginning): New helper function.
4571         (Buffer-menu-execute): Use it.
4572         (Buffer-menu-select): Use it.
4573         (Buffer-menu-sort): Use it and also keep markers.
4575 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4577         * paths.el (news-directory): Rename from news-path.  Old name alias.
4578         (rmail-spool-directory): Use defvar.
4579         (sendmail-program): Use defcustom.
4580         (remote-shell-program): Use defcustom.
4581         (term-file-prefix): Use defvar.
4582         (abbrev-file-name): Use defvar.
4584         * term.el: Add maintainer.
4586         * subr.el (with-local-quit): Return nil if there's a quit.
4587         (read-passwd): Use with-local-quit.  Doc fix.
4589         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
4590         (strokes-unload-hook): Set as a variable with add-hook.
4592         * startup.el (fancy-splash-tail, normal-splash-screen):
4593         Update copyright year.
4595         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
4597         * server.el (server-unload-hook): Set as a variable with add-hook.
4599         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
4601         * frame.el (special-display-popup-frame):
4602         Make the buffer current as its frame is created.
4604         * delsel.el (delsel-unload-hook): Set as a variable.
4606         * comint.el (comint-output-filter-functions):
4607         Add comint-watch-for-password-prompt.
4608         (comint-read-noecho): Function deleted.
4609         (send-invisible): Use read-passwd.
4611         * fringe.el (fringe-mode-initialize): New function.
4612         (fringe-mode): Use fringe-mode-initialize as :initialize.
4614 2004-10-17  Kim F. Storm  <storm@cua.dk>
4616         * language/indian.el (indian-script-language-alist): Swap value and doc.
4617         (indian-font-char-index-table): Doc fix.
4619 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4621         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4623 2004-10-16  Juri Linkov  <juri@jurta.org>
4625         * progmodes/compile.el (compilation-start): Move let-binding of
4626         `process-environment' into `with-current-buffer' body.
4627         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4629 2004-10-16  Richard M. Stallman  <rms@gnu.org>
4631         * pcvs-util.el (cvs-bury-buffer):
4632         Don't call get-buffer-window for effect.
4634         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4636         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4638         * msb.el (msb-unload-hook): Set the variable.
4640         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4641         Use * to err if buffer is readonly.
4643         * subr.el (looking-back): Return only t or nil.
4645         * whitespace.el (whitespace-unload-hook): Set the variable.
4647         * view.el (view-mode-enable): Set view-page-size and
4648         view-half-page-size to nil.
4649         (view-set-half-page-size-default): view-half-page-size = nil
4650         means the default.
4651         (View-scroll-page-forward): Use view-page-size-default.
4652         (View-scroll-page-backward): Likewise.
4653         (view-page-size, view-half-page-size): Doc fixes.
4655         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4657         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4659         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4660         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
4661         (byte-compile-log-1): Bind inhibit-read-only.
4662         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4663         (byte-compile-log-warning): Likewise.
4664         (byte-compile-file-form-require): Detect "cl" from the arg value.
4666         * progmodes/compile.el (compilation-start): Assume compilation-mode
4667         will make the buffer read-only.
4668         (compilation-mode): Take arg name-of-mode.
4669         (compilation-setup): Make buffer read-only.
4670         (compilation-handle-exit): Bind inhibit-read-only.
4672         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4673         (ispell-message): Likewise.
4674         (ispell-show-choices): Don't call get-buffer-window uselessly.
4675         (ispell-init-process): Use set-process-query-on-exit-flag.
4677 2004-10-16  Kim F. Storm  <storm@cua.dk>
4679         * fringe.el (fringe-bitmaps): Only initialize when defined.
4681         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4682         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4684         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4686 2004-10-15  Simon Josefsson  <jas@extundo.com>
4688         * net/password.el: Add.
4690 2004-10-14  Masatake YAMATO  <jet@gyve.org>
4692         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4693         (gdb-script-end-of-defun): New function.
4694         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4695         `gdb-script-end-of-defun' as *-of-defun-function.
4697 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
4699         * button.el (button-activate): Allow a marker to display as an action.
4701         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4703         * help.el (describe-mode): Use it to make minor mode list into
4704         hyperlinks.
4706 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4708         * vc.el (vc-annotate-display-select): Fix typo.
4710         * subr.el (substitute-key-definition-key): New function.
4711         (substitute-key-definition): Use it with map-keymap.
4712         (event-modifiers): Use push.
4713         (mouse-movement-p, with-temp-buffer): Simplify.
4715 2004-10-12  Jay Belanger  <belanger@truman.edu>
4717         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4718         New variables.
4719         (calc-help-index-entries): New function.
4720         (calc-describe-function): Use `calc-help-function-list' instead of
4721         obarray for completion.
4722         (calc-describe-variable): Use `calc-help-variable-list' instead
4723         of obarray for completion.
4725 2004-10-12  Richard M. Stallman  <rms@gnu.org>
4727         * info-look.el (info-lookup-file): Add info-file property.
4728         (info-lookup-symbol): Likewise.
4730         * info.el (info-xref): Add underlining.
4731         (info): Add info-file property.
4732         (Info-find-emacs-command-nodes): Specify case-sensitive search.
4734 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
4736         Sync with Tramp 2.0.45.
4738         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4739         defined.  This is not the case for XEmacs without package "edebug".
4740         (tramp-set-auto-save-file-modes): Set permissions of autosaved
4741         remote files to the permissions of the original file.  This is not
4742         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
4743         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
4744         (tramp-perl-decode): Fix an error in Perl implementation.
4745         $pending must be cleared every loop.  Reported by Benjamin Place
4746         <benjaminplace@sprintmail.com>
4748         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
4749         Don't activate advice during definition.  This is done later on,
4750         depending on test result of `substitute-in-file-name'.
4751         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4753 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
4757         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
4759 2004-10-12  David Ponce  <david@dponce.com>
4761         * recentf.el (recentf-edit-list): Update the menu when the recentf
4762         list has been modified.
4764 2004-10-12  Simon Josefsson  <jas@extundo.com>
4766         * net/tls.el (tls-certtool-program): New variable.
4767         (tls-certificate-information): New function, based on
4768         ssl-certificate-information.
4770 2004-10-12  Kenichi Handa  <handa@m17n.org>
4772         * international/mule.el (coding-system-equal): Move from mule-util.el.
4774         * international/mule-util.el (coding-system-equal): Move to mule.el.
4776 2004-10-12  Kim F. Storm  <storm@cua.dk>
4778         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4779         reset kmacro-initial-counter-value if set.
4780         (kmacro-set-counter): Only set kmacro-counter if defining or executing
4781         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
4782         (kmacro-display): Show macro counter if non-zero.
4784         * subr.el (substitute-key-definition): Mention command remapping
4785         in doc string.
4787 2004-10-11  Jay Belanger  <belanger@truman.edu>
4789         * calc/calc-misc.el (calc-info-goto-node): New function.
4790         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4791         node in one step.
4792         (calc-describe-copying, calc-describe-distribution)
4793         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4794         Go to appropriate info node in one step.
4796 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4800         * font-lock.el (font-lock-apply-highlight): Fix last change.
4802 2004-10-11  Simon Josefsson  <jas@extundo.com>
4804         * mail/smtpmail.el (smtpmail-open-stream): Look for
4805         starttls-gnutls-program instead of starttls-program iff
4806         starttls-use-gnutls is non-nil.
4807         (smtpmail-open-stream): Don't overwrite user settings of
4808         starttls-extra-arguments and starttls-extra-args.
4810 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * comint.el (comint-mouse-insert-input): Remove.
4813         (comint-insert-input): Make it work for mouse bindings.
4814         (comint-mode-map): Move defs into the declaration.
4815         (comint-output-filter): Typo.
4817         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4819 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
4821         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4822         (ange-ftp-call-chmod): Reference remote-shell-program instead of
4823         ange-ftp-remote-shell.
4825 2004-10-10  Andreas Schwab  <schwab@suse.de>
4827         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4828         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4829         Reported by <sri@asu.edu>.
4831 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
4833         * vc.el (vc-annotate-mode): Remove variable.
4834         (vc-annotate-display-select): Only call vc-annotate-mode
4835         if we're not in that mode already.
4837 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4839         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4840         (imenu-choose-buffer-index): Check here for rescan instead.
4842         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4843         where the face expression evals to nil.
4845         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4846         (tex-font-lock-keywords-2): Use it.
4847         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4849         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4851 2004-10-09  Kim F. Storm  <storm@cua.dk>
4853         * subr.el (progress-reporter-update): Define before first usage.
4854         (make-progress-reporter): Doc fix.
4856 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4858         * textmodes/paragraphs.el (sentence-end-double-space)
4859         (sentence-end-without-period, sentence-end-without-space)
4860         (sentence-end): Doc fixes.
4862 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
4864         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4865         Change paragraph-start regexp so we don't fill code starting with #'(.
4867 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
4869         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4870         New defcustom.
4871         (extract-address-components): Use it.
4873 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4875         * subr.el (make-progress-reporter, progress-reporter-update)
4876         (progress-reporter-force-update, progress-reporter-do-update)
4877         (progress-reporter-done): New functions.
4879         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4881         * progmodes/etags.el (etags-tags-completion-table): Use progress
4882         reporter.
4883         (etags-tags-apropos): Likewise.
4885 2004-10-08  Alan Mackenzie  <acm@muc.de>
4887         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4888         of current line.
4890 2004-10-08  Masatake YAMATO  <jet@gyve.org>
4892         * server.el (server-process-filter): Wrap `process-send-region'
4893         by `condition-case' to guard the case when the pipe to PROC is closed.
4895 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
4897         * xml.el (xml-substitute-special): Limit handling of external entities.
4899 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
4901         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4903 2004-10-06  John Paul Wallington  <jpw@gnu.org>
4905         * xml.el (xml-parse-dtd): Fix `error' call.
4907 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
4909         * xml.el (xml-substitute-special): Return a single string instead
4910         of a list of strings if an entity substitution is made.
4912 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
4914         * calendar/icalendar.el: New file.
4916 2004-10-05  Juri Linkov  <juri@jurta.org>
4918         * isearch.el (isearch-done): Set mark after running hook.
4919         Reported by Drew Adams <drew.adams@oracle.com>.
4921         * info.el (Info-history, Info-toc): Fix Info headers.
4922         (Info-toc): Narrow buffer before Info-fontify-node.
4923         (Info-build-toc): Don't check for special Info file names.
4924         Set main-file to nil if Info-find-file returns a symbol.
4926 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
4928         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4929         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4930         * calendar/cal-menu.el (calendar-mode-map): Ditto.
4932 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
4934         * calendar/cal-iso.el (calendar-iso-read-args): New function,
4935         for old interactive spec from calendar-goto-iso-date.
4936         (calendar-goto-iso-date): Use it.
4937         (calendar-goto-iso-week): New function.  Suggested by Emilio
4938         C. Lopes <eclig@gmx.net>.
4940 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
4942         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4943         `set-right-margin' bindings that follow the minor mode conventions.
4945 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4948         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4949         (latex-block-args-alist): Add minipage and picture.
4950         (latex-block-body-alist): Use reftex-label if enabled.
4951         (latex-insert-block): Don't insert a \n if not necessary.
4952         (tex-compile-commands): Make sure dvips doesn't send to printer.
4953         (tex-compile-default): Handle the case where no executable is found.
4954         (latex-noindent-environments): New var.
4955         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
4956         If tex-indent-allhanging is non-nil, make sure we only align for macros
4957         at beginning of line.
4959 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
4961         * newcomment.el (comment-beginning): Doc fix and don't choke on
4962         unset `comment-end-skip' when at beginning of comment.
4964 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
4966         * term.el (term-adjust-current-row-cache): Don't allow the current
4967         row to become negative.
4968         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4969         the end of the line. Fix scroll down. Add comments.
4970         (term-handle-ansi-escape): Don't exceed terminal width when moving
4971         right.
4972         (term-scroll-region): Move the cursor after setting the scroll region.
4974 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
4976         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4977         to `width' for consistency with docstring.  Doc fix.
4979 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
4981         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4982         This is necessary for derived modes.
4984 2004-09-30  Kim F. Storm  <storm@cua.dk>
4986         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4987         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4989         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4990         kmacro-extract-lambda functions.
4991         (edit-kbd-macro): Handle kmacro lambda forms.
4992         Include counter and counter format in edit buffer.
4993         (edmacro-finish-edit): Get counter and format from edit buffer and
4994         update kmacro bindings when found.
4996 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
4998         * textmodes/paragraphs.el (forward-paragraph):
4999         Avoid args-out-of-range error when point winds up at the beginning of
5000         the buffer and hard newlines are enabled.
5002         * newcomment.el (comment-multi-line): Doc fix.
5004 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5006         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5007         (diff-fixup-modifs): Catch unified-diff file-headers.
5009 2004-09-29  Kim F. Storm  <storm@cua.dk>
5011         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5012         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5013         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5015         * fringe.el (fringe-bitmap-p): New macro.
5016         (fringe-bitmaps): Add standard fringe bitmaps on load.
5018 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * dired.el (dired-view-command-alist): Use more efficient regexps.
5021         Remove dubious arguments.
5022         (dired-align-file): New function.
5023         (dired-insert-directory): Use it.
5024         (dired-move-to-end-of-filename): Make the " -> " search more specific.
5025         (dired-buffers-for-dir): Remove unused var `pattern'.
5027 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
5029         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5030         from diary display excursion.  Store diary buffer's point for
5031         `simple-diary-display'.
5032         (simple-diary-display): Set window point and start when
5033         displaying buffer, to preserve point.
5035 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
5037         * textmodes/enriched.el (enriched-translations): Replace defconst
5038         with defvar.
5040 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5042         * printing.el: Doc fix.
5043         (pr-version): New version number (6.8.1).
5044         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5045         make-temp-name.
5046         (pr-delete-file): Check if file exists before deleting it.
5047         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5049 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * term.el (term-display-table): New variable.
5052         (term-mode): Use it.
5053         (term-exec-1): Set the coding system to binary.
5054         (term-emulate-terminal): Decode the string before inserting it.
5056 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5058         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5059         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5060         (map): Bind S-prior, S-next and S-insert.
5061         (term-mode): Set `indent-tabs-mode' to nil.
5062         (term-paste): New function to be bound to S-insert.
5063         (term-send-del, term-send-backspace): Change the strings sent.
5064         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5065         (term-handle-colors-array): Fix handling of underline and reverse.
5066         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
5067         (term-erase-in-line): Fix comparison.
5068         (term-emulate-terminal): Fix line wrap handling.
5069         (term-start-output-log): Rename from `term-set-output-log'.
5070         (term-stop-output-log): Rename from `term-stop-photo'.
5071         (term-switch-to-alternate-sub-buffer): Comment out, unused.
5073 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5075         * dired.el (dired-move-to-filename): Don't output a message if
5076         raise-error is non-nil.  Fix return position and value.
5078         * files.el (insert-directory): Obey --dired even with symlinks.
5080 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
5082         * ls-lisp.el (ls-lisp-format): Mark file names with property
5083         dired-filename.
5085 2004-09-25  Kim F. Storm  <storm@cua.dk>
5087         * ido.el (ido-max-directory-size): New defcustom.
5088         (ido-decorations): Add "too big" element.
5089         (ido-directory-too-big): New dynamic var.
5090         (ido-may-cache-directory): Don't cache big directories.
5091         (ido-directory-too-big-p): New defun.
5092         (ido-set-current-directory): Update ido-directory-too-big.
5093         (ido-read-internal): Make empty ido-cur-item if too-big.
5094         (ido-buffer-internal): Use ido-read-internal directly instead of
5095         ido-read-buffer.
5096         (ido-file-internal): Init ido-directory-too-big.
5097         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5098         and redo completion with full list.
5099         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5100         it, and show completions.
5101         (ido-all-completions): Let bind ido-directory-too-big to nil.
5102         (ido-exhibit): Handle ido-directory-too-big.
5103         (ido-read-buffer): Handle fallback to read-buffer.
5104         Init ido-directory-too-big.
5105         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5106         Init ido-directory-too-big.
5108 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
5110         * subr.el (delay-mode-hooks): Doc fix.
5112 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
5114         * textmodes/enriched.el
5115         (enriched-default-text-properties-local-flag): New variable.
5116         (enriched-mode): Make sure that enabling and disabling the mode is
5117         a no-op.  Doc fix.
5119 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
5121         * calendar/holidays.el (holiday-advent): Report on a specified day
5122         offset from advent, not just advent.
5123         (holiday-easter-etc): Report on one specified day offset from
5124         easter, not all easter holidays. Various Easter holidays moved to
5125         `christian-holidays' variable in calendar.el.
5126         * calendar/calendar.el (christian-holidays): Adapt for new
5127         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5129 2004-09-23  Kim F. Storm  <storm@cua.dk>
5131         * image.el (insert-sliced-image): Add doc string.
5133         * ido.el (ido-choice-list): New dynamic var for `list' context.
5134         (ido-context-switch-command): New dynamic var.
5135         (ido-define-mode-map): Generalize switch between file/buffer contexts.
5136         (ido-read-internal): Handle new `list' context.
5137         Handle insert-buffer and insert-file ido-exit values.
5138         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
5139         ido-context-switch-command. Handle insert-file ido-exit value.
5140         (ido-read-buffer): Set ido-context-switch-command to 'ignore
5141         unless it is already bound by caller.
5142         (ido-file-internal): New arg switch-cmd.  Use it to setup
5143         ido-context-switch-command.  Handle insert-buffer ido-exit value.
5144         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5145         used for context switching.
5146         (ido-all-completions): Handle new `list' context.
5147         (ido-make-choice-list): Return choices for `list' context.
5148         (ido-find-file-in-dir, ido-display-file, ido-write-file)
5149         (ido-display-buffer, ido-kill-buffer): Disable context switching.
5150         (ido-insert-buffer, ido-insert-file): Setup context switching.
5151         (ido-exhibit): Handle `list' context.
5152         (ido-read-file-name): Disable context switching.  Handle fallback.
5153         (ido-read-directory-name): Disable context switching.
5154         (ido-completing-read): New defun like completing-read.  Setup and
5155         use new `list' context.
5157 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
5159         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5161 2004-09-21  Jay Belanger  <belanger@truman.edu>
5163         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
5164         `calc-graph-set-styles' so the gnuplot buffer will appear in a
5165         separate window.
5167 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
5169         * subr.el (after-change-major-mode-hook): Doc fix.
5171 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5173         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
5174         of ghostscript for monochrome PostScript file in Windows.
5176 2004-09-21  Kenichi Handa  <handa@m17n.org>
5178         * descr-text.el (describe-char): Checking of quail activation
5179         fixed.
5181 2004-09-21  Jay Belanger  <belanger@truman.edu>
5183         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
5185 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
5187         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
5188         after the mode hooks instead of before.  Doc fix.
5190 2004-09-20  Jason Rumney  <jasonr@gnu.org>
5192         * startup.el (command-line) [windows-nt]: Try .emacs first, then
5193         _emacs, but revert to .emacs if neither exists in home directory.
5195 2004-09-20  John Paul Wallington  <jpw@gnu.org>
5197         * bindings.el (completion-ignored-extensions): Add .dfsl.
5199 2004-09-20  Richard M. Stallman  <rms@gnu.org>
5201         * bindings.el (scroll-left): Make it disabled.
5203         * files.el (enable-local-eval): Doc fix.
5205         * indent.el (move-to-left-margin): Special case for minibuffer.
5207         * term.el (term-emulate-terminal): Turn off undo for output.
5208         Use with-current-buffer and save-selected-window.
5210         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
5212         * progmodes/make-mode.el (makefile-fill-paragraph):
5213         Don't insist on spaces when looking for comments.  # is enough.
5215         * files.el (hack-local-variables): Copy the variables list
5216         to another buffer, strip prefixes and suffixes there, then read.
5217         (enable-local-eval): Doc fix.
5218         (ignored-local-variables): Initialize to nil.
5219         (risky-local-variable-p): Don't check ignored-local-variables here.
5220         (hack-one-local-variable): Ignore var if in ignored-local-variables.
5222 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5224         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
5225         of = to "." (punctuation).
5227 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5229         * subr.el (event-basic-type): Fix mask (extend to 22bits).
5231 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
5233         * textmodes/enriched.el (enriched-rerun-flag): New variable.
5234         (enriched-before-change-major-mode): New function.
5235         Add it to `change-major-mode-hook'.
5236         (enriched-after-change-major-mode): New function.
5237         Add it to `after-change-major-mode-hook'.
5238         (enriched-mode): Make it work correctly if called from
5239         `after-change-major-mode-hook'.
5240         No longer set `indent-line-function'.
5242         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
5244         * subr.el (after-change-major-mode-hook): New variable.
5245         (run-mode-hooks): Implement it.
5247 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * battery.el (battery-linux-proc-apm): Use string-to-number.
5250         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
5251         Use dolist (and less indentation).  Use erase-buffer.
5252         Pre-initialize `design-capacity', `warn', and `low'.
5253         (battery-format): Use replace-regexp-in-string.
5255 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5257         * battery.el: Delete superfluous empty lines.
5258         (battery-linux-proc-acpi): Attempt to gather information from all
5259         battery subdirectories regardless of their file name.
5260         (battery-linux-proc-apm): Replace all occurrences of
5261         battery-hex-to-int-2 with string-to-int (base 16).
5262         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
5263         (battery-hex-map): Delete variable.
5265 2004-09-18  John Paul Wallington  <jpw@gnu.org>
5267         * calc/calc-units.el (calc-quick-units): Fix overzealous
5268         s/or/unless/.
5270 2004-09-17  Jay Belanger  <belanger@truman.edu>
5272         * calc/calc.el (calc-mode-var-list): Fix the value of
5273         `calc-matrix-brackets'.
5275 2004-09-17  Romain Francoise  <romain@orebokech.com>
5277         * ibuf-ext.el (define-ibuffer-filter filename):
5278         Expand dired-directory since buffer-file-name is absolute.
5280 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5282         * ediff-init.el (ediff-current-diff-face-A)
5283         (ediff-current-diff-face-B, ediff-current-diff-face-C)
5284         (ediff-current-diff-face-Ancestor)
5285         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5286         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5287         (ediff-even-diff-face-A, ediff-even-diff-face-B)
5288         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5289         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5290         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5291         Use min-colors.
5293         * term.el (term-down): Perform vertical motion if DOWN is negative.
5294         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
5295         (term-termcap-format): Synchronyze with the eterm terminfo entry
5296         in etc/e/eterm.ti.
5297         (term-handle-colors-array): If the current foreground or
5298         background are zero (i.e. unspecified), use the foreground and
5299         background of the default face for reverse video.
5300         (term-ansi-at-eval-string, term-ansi-default-fg)
5301         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
5302         (term-mem): Delete ununsed function.
5303         (term-protocol-version): Increment.
5304         (term-current-face): Set to default.
5306 2004-09-15  Jay Belanger  <belanger@truman.edu>
5308         * calc/calc.el (calc-mode-var-list): Define this variable.
5309         (calc-always-load-extensions, calc-line-numbering)
5310         (calc-line-breaking, calc-display-just, calc-display-origin)
5311         (calc-number-radix, calc-leading-zeros, calc-group-digits)
5312         (calc-group-char, calc-point-char, calc-frac-format)
5313         (calc-prefer-frac, calc-hms-format, calc-date-format)
5314         (calc-float-format, calc-full-float-format, calc-complex-format)
5315         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5316         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5317         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5318         (calc-matrix-brackets, calc-language, calc-language-option)
5319         (calc-left-label, calc-right-label, calc-word-size)
5320         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5321         (calc-display-raw, calc-internal-prec, calc-angle-mode)
5322         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5323         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5324         (calc-window-height, calc-display-trail, calc-show-selections)
5325         (calc-use-selections, calc-assoc-selections)
5326         (calc-display-working-message, calc-auto-why, calc-timing)
5327         (calc-mode-save-mode, calc-standard-date-formats)
5328         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5329         (calc-user-parse-tables, calc-gnuplot-default-device)
5330         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5331         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5332         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5333         (calc-invocation-macro, calc-show-banner): Give these values as
5334         part of `calc-mode-var-list's initialization after the variables
5335         are declared with defvar.
5336         (calc-bug-address):  Change email address to send bug reports to.
5337         Change the maintainer address at the top.
5338         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
5339         than "\\.emacs" to determine if it is the user-init-file.
5341         * calc/calc-embed.el (calc-embedded-set-modes): Use
5342         `calc-mode-var-list' correctly.
5344 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
5346         * vc.el (annotate-time): Document point handling.
5347         (vc-annotate-display-autoscale): Doc fix.
5349 2004-09-15  Miles Bader  <miles@gnu.org>
5351         * generic.el (generic-make-keywords-list): Use symbol rather than
5352         word anchors in regexp.
5354 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5356         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
5357         no file name consider `dired-directory'.
5359 2004-09-14  Kim F. Storm  <storm@cua.dk>
5361         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
5363 2004-09-14  Simon Josefsson  <jas@extundo.com>
5365         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
5367         * textmodes/dns-mode.el: Add.
5369 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5371         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
5372         (disabled-command-function): Make the ?\  char more obvious.
5374         * vc-arch.el (vc-arch-root, vc-arch-registered):
5375         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
5377 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
5379         * windmove.el (windmove-frame-edges): Report coordinates of
5380         outside edges of frame, not inside edges.
5381         (windmove-coordinates-of-position): Convert into wrapper to new
5382         function `windmove-coordinates-of-window-position';
5383         `compute-motion' always applies to selected window.
5384         (windmove-coordinates-of-position): Update documentation to refer
5385         to Emacs 21 Lisp Reference Manual.
5386         (windmove-find-other-window): Fix off-by-one errors for max x,y.
5388 2004-09-13  Kim F. Storm  <storm@cua.dk>
5390         * isearch.el (isearch-resume-in-command-history): Rename from
5391         isearch-resume-enabled and change default to nil.
5393 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * vc-hooks.el (vc-ignore-dir-regexp): New var.
5396         (vc-registered): Use it.
5397         (vc-find-root): New fun.
5399         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5400         Don't tell to use \\{...} when it's already done.
5402         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
5403         Provide a sample complex default.
5404         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
5405         (bibtex-entry): Use mapc.
5407 2004-09-12  Kim F. Storm  <storm@cua.dk>
5409         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
5411         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
5412         inhibit-field-text-motion to t so rectangles work in comint buffers.
5414         * simple.el (choose-completion-string): Set buffer before running
5415         choose-completion-string-functions hook so it can be buffer-local.
5417 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
5419         * progmodes/compile.el (compilation-start): Parse command to see
5420         if it starts with a cd, and if so perform it for the *compilation*
5421         buffer.  Change the header to reflect this.
5423 2004-09-11  Kim F. Storm  <storm@cua.dk>
5425         * ido.el (ido-enable-dot-prefix): Doc fix.
5426         (ido-enable-dot-prefix): New defcustom.
5427         (ido-set-matches1): Use it.
5429 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5431         * textmodes/bibtex.el (bibtex-mark-active)
5432         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
5434 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5436         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
5437         used in a case insensitive environment.
5438         (bibtex-mode-map): Rearrange order of menus.
5439         (bibtex-quoted-string-re): Obsolete.
5440         (bibtex-complete-key-cleanup): Variable replaced by new function.
5441         (bibtex-font-lock-keywords): Use backquotes.
5442         (bibtex-font-lock-url-regexp): New internal variable.
5443         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
5444         "OPT" and "ALT".
5445         (bibtex-insert-current-kill, bibtex-make-field)
5446         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
5447         (bibtex-parse-field-text): Simplify.
5448         (bibtex-string=): New helper function.
5449         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
5450         (bibtex-map-entries): Use bibtex-string=.
5451         (bibtex-search-entry): Use not.
5452         (bibtex-enclosing-field): Fix docstring.
5453         (bibtex-assoc-regexp): Obsolete.
5454         (bibtex-format-entry): Use assoc-string and bibtex-string=.
5455         (bibtex-autokey-get-names): Handle empty name field.
5456         (bibtex-parse-strings): Use assoc-string and unless.
5457         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
5458         Use assoc-string.
5459         (bibtex-pop): Simplify.
5460         (bibtex-mode): Set font-lock-extra-managed-props.
5461         (bibtex-entry-update): Use assoc-string.
5462         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
5463         (bibtex-autofill-entry): Use bibtex-string=.
5464         (bibtex-print-help-message): Simplify.
5465         (bibtex-find-entry): New optional arg START.
5466         (bibtex-validate): Use bibtex-string= and assoc-string.
5467         Do not call obsolete function compilation-parse-errors.
5468         (bibtex-remove-delimiters): Only remove delimiters if present.
5469         (bibtex-copy-entry-as-kill): Add docstring.
5470         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
5471         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
5472         (bibtex-complete): Use bibtex-predefined-month-strings,
5473         bibtex-string=, and new function bibtex-complete-key-cleanup.
5474         (bibtex-generate-url-list): New variable.
5475         (bibtex-url): New command bound to C-c C-l and mouse-2.
5476         (bibtex-url-map): New local keymap for bibtex-url-mouse.
5477         (bibtex-font-lock-url): New function.
5479 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5481         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
5483 2004-09-09  Kim F. Storm  <storm@cua.dk>
5485         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
5486         counter and format with binding.
5487         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
5488         the declared macro uses own macro counter and format.  Give symbol
5489         kmacro property.
5490         (kmacro-keymap): Bind kmacro-name-last-macro to n.
5491         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
5492         (kmacro-end-and-call-macro): Doc fix.
5494 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
5496         * desktop.el (desktop-clear-preserve-buffers):
5497         Remove make-obsolete-variable.
5499 2004-09-08  Richard M. Stallman  <rms@gnu.org>
5501         * buff-menu.el (list-buffers-noselect): Call format-mode-line
5502         with the buffer as argument.
5504 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
5508 2004-09-08  Juri Linkov  <juri@jurta.org>
5510         * replace.el (perform-replace): Use `query-replace-descr'.
5512         * cus-start.el (history-delete-duplicates): Specify customization.
5514         * diff-mode.el (diff-mode-map):
5515         * progmodes/compile.el (compilation-mode-map):
5516         * progmodes/grep.el (grep-mode-map):
5517         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
5518         to `next-error-follow-minor-mode'.
5520 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5522         * isearch.el (isearch-lazy-highlight-update): Take into account
5523         the case of zero-length match at the search bound.
5525 2004-09-08  Kim F. Storm  <storm@cua.dk>
5527         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
5528         change.  Use zero width overlays when necessary.
5530 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5532         * subr.el (split-string): Docfix.
5534 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5536         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
5537         (display-call-tree): Ensure newline after caller/calls blocks.
5539 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5541         * startup.el (command-line-1): Make option
5542         --directory/-L modify `load-path' straight away.
5544 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5546         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
5548 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5550         * emacs-lisp/autoload.el (make-autoload):
5551         Handle `define-compilation-mode'.
5553         * emacs-lisp/lisp-mode.el (define-compilation-mode):
5554         Specify `doc-string-elt' property.
5556 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5558         * bs.el (bs-mode): Doc fix.
5560 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5562         * info.el (Info-insert-dir): Fix temp buffer leak bug.
5564 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5566         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
5568 2004-09-08  Kenichi Handa  <handa@m17n.org>
5570         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
5571         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
5572         ps-mule-next-point -> 1+).
5574         * composite.el (encode-composition-rule): Add autoload cooky.
5576 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
5578         * format.el (buffer-auto-save-file-format): Make it permanent local.
5580 2004-09-07  Kim F. Storm  <storm@cua.dk>
5582         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
5583         (authors-fixed-entries): Fix typo.
5584         (authors-canonical-author-name): Compact multiple spaces.
5585         Ignore trivial names (e.g. only first name).
5587         * term.el (term-window-width): Only use full window width on
5588         window system if overflow-newline-into-fringe is enabled.
5589         (term-mode): Don't disable overflow-newline-into-fringe.
5591 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5593         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
5594         motion as seen on my Mac OS X xterms.
5596         * newcomment.el (uncomment-region-default, comment-region-default):
5597         New functions extracted from uncomment-region and comment-region.
5598         (comment-region, comment-region-function, uncomment-region)
5599         (uncomment-region-function): Use them.
5601         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
5603         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
5604         It's not crucial but can make sense at times.
5606         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
5607         the first commit.
5609         * vc.el (vc-buffer-context, vc-restore-buffer-context):
5610         Disable obsolete code.
5612 2004-09-07  Juri Linkov  <juri@jurta.org>
5614         * progmodes/grep.el (grep-highlight-matches): Change default from
5615         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
5616         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5617         if grep option `--color' is available, or to `nil' otherwise.
5618         (grep-process-setup): Call `grep-compute-defaults' if
5619         `grep-highlight-matches' is not computed.  Set env-vars only
5620         if `grep-highlight-matches' is `t'.
5621         (grep-use-null-device): Remove redundant type `boolean' (`choice'
5622         is already defined).
5624         * progmodes/compile.el (compilation-start): Use copy of
5625         `process-environment' created by `copy-sequence' to not
5626         modify env-vars in the global `process-environment'.
5628 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
5630         * simple.el (next-error-follow-minor-mode): Fix last change.
5632 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
5634         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5635         permanent local.
5637 2004-09-04  Richard M. Stallman  <rms@gnu.org>
5639         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5640         highlighting if the search string is empty.
5642 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
5644         * facemenu.el (facemenu-active-faces): Change condition of inner
5645         `while' loop to also check the first two elements of `face-atts'
5646         and `mask-atts'.
5648 2004-09-04  John Paul Wallington  <jpw@gnu.org>
5650         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5651         (thumbs-view-image-mode): Make buffer read-only.
5653 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
5655         * textmodes/ispell.el (ispell-really-aspell): New defvar.
5656         (ispell-check-version): Set it.
5657         (ispell-send-replacement): New function.
5658         (ispell-process-line): Call ispell-send-replacement.
5660 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5662         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5663         Support choosing seconds with "s".
5665 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
5667         * terminal.el (te-escape): Show `?' in prompt for help key.
5669 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
5671         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5673 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5675         * simple.el (next-error-follow-minor-mode)
5676         (next-error-follow-mode-post-command-hook): New functions.
5677         (next-error-follow-last-line): New defvar.
5679         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5680         * progmodes/compile.el (compilation-mode-map): Likewise.
5681         * progmodes/grep.el (grep-mode-map): Likewise.
5682         * replace.el (occur-mode-map): Likewise.
5684         * newcomment.el (uncomment-region): Bind comment-use-global-state
5685         to nil.
5687 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
5689         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5690         locally around the call to `revert-buffer'.
5692 2004-09-03  Juri Linkov  <juri@jurta.org>
5694         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5695         `isearch-adjusted' to `t'.
5696         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5697         (isearch-message-prefix): Add "pending" for isearch-adjusted.
5698         (isearch-other-meta-char): Restore isearch-point unconditionally.
5699         (isearch-query-replace): Add new arg `regexp-flag' and use it.
5700         Set point to start of match if region is not active in transient
5701         mark mode (to include the current match to region boundaries).
5702         Push the search string to `query-replace-from-history-variable'.
5703         Add prompt "Query replace regexp" for isearch-regexp.
5704         Add region beginning/end as last arguments of `perform-replace.'
5705         (isearch-query-replace-regexp): Replace code by the call to
5706         `isearch-query-replace' with arg `t'.
5708 2004-09-03  Richard M. Stallman  <rms@gnu.org>
5710         * startup.el (normal-top-level): Undo previous TERM change.
5712 2004-09-03  Kim F. Storm  <storm@cua.dk>
5714         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5715         highlight overlays; allow using RET when cursor is over a button.
5716         (cua--highlight-rectangle): Use it.
5717         (cua--rectangle-set-corners): Don't move backwards at eol.
5718         (cua--forward-line): Don't move into void after eob.
5720         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5721         point is set (and displayed) inside rectangle.
5722         (cua--rectangle-operation): Fix for highlight of empty lines.
5723         (cua--highlight-rectangle): Fix highlight for tabs.
5724         Position cursor at left/right edge of rectangle using new `cursor'
5725         property on overlay strings.
5726         (cua--indent-rectangle): Don't tabify.
5727         (cua-rotate-rectangle): Ignore that point has moved.
5729 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5731         * term/mac-win.el: Add ASCII equivalents for some function keys.
5732         (mode-line-frame-identification): Sync with x-win.el.
5734 2004-09-02  Juri Linkov  <juri@jurta.org>
5736         * progmodes/compile.el (compilation-buffer-name): Compare major
5737         mode with second element of compilation-arguments instead of third
5738         to reflect latest changes in compilation-arguments structure.
5739         (recompile): Use global variable `compilation-directory' to get
5740         recent compilation directory only when `recompile' is invoked NOT
5741         in the compilation buffer.  Otherwise, use `default-directory' of
5742         the compilation buffer.
5743         (compilation-error-properties): Allow to funcall col and end-col.
5744         (compilation-mode-font-lock-keywords): Check col and end-col by
5745         `integerp'.
5746         (compilation-goto-locus): If end-mk is non-nil in transient mark
5747         mode don't activate the mark (and don't display message in
5748         push-mark), but highlight overlay between mk and end-mk.
5750         * progmodes/grep.el (grep-highlight-matches): New defcustom.
5751         (grep-regexp-alist): Add rule to highlight grep matches.
5752         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
5754         * info.el (Info-fontify-node): Don't compute other-tag
5755         if Info-hide-note-references=hide.
5757         * help.el (function-called-at-point):
5758         * help-fns.el (variable-at-point):
5759         Try `find-tag-default' when other methods failed.
5761         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5762         Do not push mark if inhibit-mark-movement is non-nil.
5764         * textmodes/ispell.el (ispell-html-skip-alists):
5765         Fix backslashes in docstring.
5767 2004-09-01  Juri Linkov  <juri@jurta.org>
5769         * isearch.el (isearch-wrap-function)
5770         (isearch-push-state-function): New defvars.
5771         (isearch-pop-fun-state): New defsubst.
5772         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5773         (isearch-push-state): Set the result of calling
5774         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5775         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5776         restore the mode-specific starting point of terminated search.
5777         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5778         (isearch-repeat): Call `isearch-wrap-function' if defined.
5779         (isearch-message-prefix): Don't add prefix "over" to the message
5780         for wrapped search if `isearch-wrap-function' is defined.
5781         (isearch-search): Call function saved in `isearch-pop-fun-state' to
5782         restore the mode-specific starting point of failed search.
5784         * info.el (Info-search-whitespace-regexp): Fix backslashes.
5785         (Info-search): Add new optional arguments for the sake of isearch.
5786         Replace whitespace in Info-search-whitespace-regexp literally.
5787         Add backward search.  Don't call `Info-select-node' if regexp is
5788         found in the same Info node.  Don't add node to Info-history for
5789         wrapped isearch.
5790         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5791         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5792         (Info-mode): Set local variables `isearch-search-fun-function',
5793         `isearch-wrap-function', `isearch-push-state-function',
5794         `search-whitespace-regexp'.
5796         * isearch.el: Remove ancient Change Log section.
5797         (isearch-string, isearch-message-string, isearch-point)
5798         (isearch-success, isearch-forward-flag, isearch-other-end)
5799         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5800         (isearch-barrier, isearch-within-brackets)
5801         (isearch-case-fold-search): Add suffix `-state' to state-related
5802         defsubsts to avoid name clashes with other function names.
5804         * simple.el (next-error): New defgroup and defface.
5805         (next-error-highlight, next-error-highlight-no-select):
5806         New defcustoms.
5807         (next-error-no-select): Let-bind next-error-highlight to the value
5808         of next-error-highlight-no-select before calling `next-error'.
5810         * progmodes/compile.el (compilation-goto-locus):
5811         Use `next-error' face instead of `region'.  Set 4-th argument of
5812         `move-overlay' to `current-buffer' to move overlay to different
5813         source buffers.  Use new variable `next-error-highlight'.
5815         * simple.el (next-error-find-buffer): Move the rule
5816         "if current buffer is a next-error capable buffer" after the
5817         rule "if next-error-last-buffer is set to a live buffer".
5818         Simplify to test all rules in one `or'.
5819         (next-error): Doc fix.
5820         (next-error, previous-error, first-error)
5821         (next-error-no-select, previous-error-no-select):
5822         Make arguments optional.
5824 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
5826         * macros.el (apply-macro-to-region-lines): Make it operate on all
5827         lines that begin in the region, rather than on all complete lines
5828         in the region.
5830 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5832         * x-dnd.el (x-dnd-protocol-alist): Document update.
5833         (x-dnd-known-types): Defcustom it.
5834         (x-dnd-handle-motif): Print message-atom in error message.
5836 2004-08-30  John Paul Wallington  <jpw@gnu.org>
5838         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5839         strings rather than programatically constructing message.
5841 2004-08-30  Richard M. Stallman  <rms@gnu.org>
5843         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5844         Don't return a string that would read as the wrong character code.
5846 2004-08-29  Kim F. Storm  <storm@cua.dk>
5848         * emulation/cua-base.el (cua-auto-expand-rectangles):
5849         Remove automatic rectangle padding feature; replace by non-destructive
5850         virtual rectangle edges feature.
5851         (cua-virtual-rectangle-edges): New defcustom.
5852         (cua-auto-tabify-rectangles): New defcustom.
5853         (cua-paste): If paste into a marked rectangle, insert rectangle at
5854         current column, even if virtual; also paste exactly as many lines
5855         as has been marked (ignore additional lines or add empty lines),
5856         but paste whole source if only one line is marked.
5857         (cua--update-indications): No longer use overwrite-cursor to
5858         indicate rectangle padding
5860         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5861         (cua--rectangle-virtual-edges): New defun.
5862         (cua--rectangle-get-corners): Remove optional PAD arg.
5863         (cua--rectangle-set-corners): Never do padding.
5864         (cua--forward-line): Remove optional PAD arg.  Simplify.
5865         (cua-resize-rectangle-right, cua-resize-rectangle-left)
5866         (cua-resize-rectangle-down, cua-resize-rectangle-up):
5867         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5868         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5869         (cua--rectangle-move): Never do padding.  Simplify.
5870         (cua--tabify-start): New defun.
5871         (cua--rectangle-operation): Add tabify arg.  All callers changed.
5872         (cua--pad-rectangle): Remove.
5873         (cua--delete-rectangle): Handle delete with virtual edges.
5874         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5875         (cua--insert-rectangle): Handle insert at virtual column.
5876         Perform auto-tabify if necessary.
5877         (cua--activate-rectangle): Remove optional FORCE arg.
5878         Never do padding.  Simplify.
5879         (cua--highlight-rectangle): Enhance for virtual edges.
5880         (cua-toggle-rectangle-padding): Remove command.
5881         (cua-toggle-rectangle-virtual-edges): New command.
5882         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
5883         (cua--rectangle-post-command): Don't force rectangle padding.
5884         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5886 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
5888         * indent.el (edit-tab-stops-buffer): Doc fix.
5890 2004-08-28  Richard M. Stallman  <rms@gnu.org>
5892         * progmodes/grep.el (grep-default-command): Use find-tag-default.
5893         (grep-tag-default): Function deleted.
5895         * subr.el (find-tag-default): Move from etags.el.
5897         * progmodes/etags.el (find-tag-default): Move to subr.el.
5899         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5900         into the basic character if it has an uppercase form.
5902 2004-08-27  Kenichi Handa  <handa@m17n.org>
5904         * international/utf-8.el (utf-8-post-read-conversion): If the
5905         buffer is unibyte, temporarily make it multibyte.
5907 2004-08-27  Masatake YAMATO  <jet@gyve.org>
5909         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5911 2004-08-25  John Paul Wallington  <jpw@gnu.org>
5913         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5914         0, 1, and many mismatches in message.
5915         (tex-start-shell): Use `set-process-query-on-exit-flag'.
5917         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5918         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5920 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5923         vc-diff-switches differently.
5925 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
5927         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5928         before and a real defvar after
5929         `speedbar-supported-extension-expressions'.  This is to silence
5930         the compiler without breaking bootstrapping.
5932 2004-08-22  Richard M. Stallman  <rms@gnu.org>
5934         * textmodes/flyspell.el (flyspell-word):
5935         Use set-process-query-on-exit-flag.
5936         (flyspell-highlight-duplicate-region): Take POSS as arg.
5937         (flyspell-word): Pass POSS as arg.
5939         * progmodes/ada-xref.el: Many doc and style fixes.
5940         (ada-find-any-references): Use compilation-start.
5941         (ada-get-ali-file-name): Improve error msg.
5942         (ada-get-ada-file-name): Likewise.
5944         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5945         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5947         * mail/mail-extr.el (mail-extr-all-top-level-domains):
5948         Add forward defvar.
5950         * whitespace.el (global-whitespace-mode): New alias
5951         for whitespace-global-mode.
5953         * speedbar.el (speedbar-file-regexp): Move definition up.
5954         (speedbar-mode, speedbar-set-mode-line-format):
5955         Use with-no-warnings.
5956         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5958         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5959         controls whether to display the error buffer.
5961         * ps-mule.el: Delete compatibility code for old Emacses.
5962         (ps-mule-find-wrappoint): Don't use chars-in-region.
5964         * frame.el (display-mouse-p, display-selections-p):
5965         Use with-no-warnings.
5967         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5969 2004-08-22  David Kastrup  <dak@gnu.org>
5971         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5972         information.
5974         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5976 2004-08-22  Andreas Schwab  <schwab@suse.de>
5978         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5980 2004-08-22  Masatake YAMATO  <jet@gyve.org>
5982         * cvs-status.el (cvs-status-checkout): New function.
5983         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5985 2004-08-21  David Kastrup  <dak@gnu.org>
5987         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5988         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5989         has been converted to use hashtables, the relation `nil=none' is
5990         no longer valid, as `nil' is not a hashtable.  This patch tries to
5991         reduce the number of resulting errors.
5993 2004-08-21  John Paul Wallington  <jpw@gnu.org>
5995         * subr.el (process-kill-without-query): Made obsolete in
5996         version 21.4, not 21.5.
5998         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5999         (vc-previous-comment, vc-next-comment)
6000         (vc-comment-search-reverse, vc-comment-search-forward)
6001         (vc-comment-to-change-log): Likewise.
6003         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6005 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
6007         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6008         Correct indentation of DEFMETHODS with non-standard method
6009         combinations (e.g., PROGN, MIN, MAX).
6011 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6013         * startup.el (normal-top-level-add-subdirs-to-load-path):
6014         Avoid unnecessarily checking system-type.
6015         (normal-top-level): Set TERM to "dumb".  Simplify.
6017         * avoid.el (mouse-avoidance-ignore-p): New fun.
6018         Also ignore switch-frame, select-window, double, and triple clicks.
6019         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6020         (mouse-avoidance-fancy-hook): Use it.
6022 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
6024         * avoid.el (mouse-avoidance-nudge-mouse)
6025         (mouse-avoidance-banish-destination): Stay within the current window
6026         to avoid problems with mouse-autoselect-window.
6028 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6030         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6031         the newer format of some messages in cvs-1.12.1.
6033 2004-08-19  Masatake YAMATO  <jet@gyve.org>
6035         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6036         (elp-results-jump-to-definition-by-mouse)
6037         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6038         (elp-output-result): Use elp-output-insert-symname.
6040 2004-08-18  Kenichi Handa  <handa@m17n.org>
6042         * language/cyrillic.el: Register koi8-r in
6043         ctext-non-standard-encodings-alist.
6044         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6046 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
6048         * emacs-lisp/copyright.el (copyright-update-year): Delete code
6049         that replaces 20xy with xy.
6051 2004-08-17  John Paul Wallington  <jpw@gnu.org>
6053         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6054         (reb-force-update): Doc fix.
6056 2004-08-16  Richard M. Stallman  <rms@gnu.org>
6058         * progmodes/which-func.el (which-func-update-1): Doc fix.
6060         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6061         (sh-mode-abbrev-table): New variable.
6063         * progmodes/compile.el (compilation-mode): Doc fix.
6065         * emacs-lisp/lisp-mode.el (eval-last-sexp):
6066         Don't cons a new symbol each time.
6067         (eval-last-sexp-fake-value): New variable.
6069         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6070         (copyright-update-year): Detect continuation of list of years.
6072         * term.el (term-default-fg-color, term-default-bg-color)
6073         (ansi-term-color-vector): Use `unspecified', not nil, as default.
6075         * imenu.el: Several doc fixes: don't say variables are buffer-local.
6077 2004-08-16  Davis Herring <herring@lanl.gov>
6079         * isearch.el (isearch-string, isearch-message-string, isearch-point)
6080         (isearch-success, isearch-forward-flag, isearch-other-end)
6081         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6082         (isearch-barrier, isearch-within-brackets)
6083         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6085 2004-08-16  Kenichi Handa  <handa@m17n.org>
6087         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6089 2004-08-15  Kenichi Handa  <handa@m17n.org>
6091         * term/x-win.el (x-selection-value): If utf8 was successful but
6092         ctext was not, use utf8 string.
6094 2004-08-14  Davis Herring  <herring@lanl.gov>
6096         * isearch.el: Remove accidental changes of March 4.  Fix backing
6097         up when a regexp isearch is made more general.  Use symbolic
6098         accessor functions for isearch stack frames to make usage clearer.
6099         (search-whitespace-regexp): Made groups in documentation shy (as
6100         is the group in the default value).
6101         (isearch-fallback): New function, addresses problems with regexps
6102         liberalized by `\|', adds support for liberalization by `\}' (the
6103         general repetition construct), and incorporates behavior for
6104         `*'/`?'.
6105         (isearch-}-char): New command, calls `isearch-fallback' with
6106         arguments appropriate to a typed `}'.
6107         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6108         appropriately.
6109         (isearch-mode-map): Bind `}' to `isearch-}-char'.
6110         (isearch-string, isearch-message,string, isearch-point)
6111         (isearch-success, isearch-forward-flag, isearch-other-end)
6112         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6113         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6114         New inline functions to read fields of a stack frame.
6116 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
6118         * battery.el (battery-linux-proc-acpi): Look into battery
6119         directories matching the literal string "CMB", too (required for
6120         Linux kernel version 2.6.7).
6122 2004-08-14  John Paul Wallington  <jpw@gnu.org>
6124         * cus-start.el (read-file-name-completion-ignore-case): Add.
6125         (blink-cursor-alist): Change version to "21.4".
6127         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6129 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
6131         * speedbar.el (speedbar-scan-subdirs): New option.
6132         (speedbar-file-lists): Don't ignore file-name case on Unix and use
6133         dolist.
6134         (speedbar-insert-files-at-point): Take an extra argument and use
6135         it to optionally find out if a subdir is empty.  Also unreadable
6136         files don't get expand buttons.
6137         (speedbar-directory): New image (unused pixmap already existed).
6138         (speedbar-expand-image-button-alist): Use it.
6140 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
6142         CC Mode update to 5.30.9:
6144         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6145         Move from cc-vars to cc-defs for dependency reasons.  Fix the
6146         POSIX char class test to check that it works in
6147         `skip-chars-(forward|backward)' too.
6149         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6150         first argument starts with a special brace list.
6152         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6153         when `c-opt-type-concat-key' is used (i.e. in Pike).
6155         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6156         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6157         >)".
6159         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6160         whitespace safe.
6162         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
6163         position for `arglist-intro', `arglist-cont-nonempty' and
6164         `arglist-close' when there are two arglist open parens on the same
6165         line and there's nothing in front of the first.
6167         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
6168         locking of qualified names in Java, which previously could fontify
6169         common indexing expressions in many cases.  The standard Java
6170         naming conventions are used to tell them apart.
6172         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
6173         Fix inconsistency wrt opening parens on the first line inside a paren
6174         block.
6176         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
6177         compile time for the sake of `c-major-mode-is'.
6179         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
6180         `c-major-mode-is' in the event that this is used inside a
6181         `c-lang-defconst'.
6183         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
6184         `c-lang-defconst' so that it works better with fallback languages.
6186         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
6187         it to fail to record the base mode.
6189         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6190         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
6191         is used.  Reorder the syntax checks to get more efficient
6192         skipping in some situations.
6194         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
6195         continuation which might precede the newly inserted '{'.
6197         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6198         Fix cases where it could loop indefinitely.
6200         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
6201         size specs correctly.  Only fontify identifiers in front of '('
6202         with as functions - don't accept any paren char.  Tighten up
6203         initializer skipping to stop before function and class blocks.
6205         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6206         the point could be left directly after an open paren when finding
6207         the beginning of the first decl in the block.
6209         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
6210         table when filtering out legitimate open parens to be recorded.
6211         This could cause cache inconsistencies when e.g.
6212         `c++-template-syntax-table' was temporarily in use.
6214         * progmodes/cc-engine.el (c-on-identifier)
6215         (c-simple-skip-symbol-backward): Small fix for handling "-"
6216         correctly in `skip-chars-backward'.  Affected the operator lfun
6217         syntax in Pike.
6219         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
6220         Fix bug that could cause an error from `after-change-functions' when
6221         the changed region is at bob.
6223 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
6225         CC Mode update to 5.30.9:
6227         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
6228         to say that <TAB> doesn't insert WS into a CPP line.
6229         (c-indent-command, c-tab-always-indent): Amend doc strings.
6231         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
6232         checks for user errors, thus eliminating cryptic and unhelpful
6233         Emacs error messages.  (1) Check the arg to `c-set-style' is a
6234         string.  (2) Check that settings to `c-offsets-alist' are not
6235         spuriously quoted.
6237         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
6238         which precedes the newly inserted `{'.
6240 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
6242         Sync with Tramp 2.0.44.
6244         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
6245         function "tramp_file_attributes".  Otherwise, file names
6246         containing spaces are misinterpreted.  Reported by Magnus Henoch
6247         <mange@freemail.hu>.
6248         (tramp-handle-file-truename): FILENAME must be expanded first.
6249         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
6250         obscure results.  Reported by D. Goel <deego@gnufans.org>.
6251         (tramp-handle-verify-visited-file-modtime): If file does not
6252         exist, say it is not modified if and only if that agrees with the
6253         buffer's record.  Check whether a file is visiting the buffer, or
6254         the buffer has no recorded last modification time.  Return t in
6255         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
6256         <teirllm@auburn.edu>.
6257         (tramp-handle-write-region): Pass modtime explicitely to
6258         `set-visited-file-modtime', because filename can be different
6259         from (buffer-file-name) if `file-precious-flag' is set.
6260         `set-visited-file-modtime' must be called always when `visit' is t
6261         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
6262         (tramp-handle-set-visited-file-modtime): If `time-list' is not
6263         nil, don't apply the whole body.  If the file doesn't exists, set
6264         modtime to '(-1 65535).  Suggested by Luc Teirlinck
6265         <teirllm@auburn.edu>.
6267 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6269         * help.el (describe-bindings): Doc fix.
6271         * subr.el (kbd): Doc fix.
6273 2004-08-08  John Paul Wallington  <jpw@gnu.org>
6275         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
6276         instead of `string-to-int'.
6277         (define-ibuffer-column mode): Fix indentation.
6279 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
6281         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
6283 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
6285         * subr.el (global-unset-key, local-unset-key): Doc fixes.
6287         * novice.el (disabled-command-function): New variable renamed from
6288         `disabled-command-hook'.
6289         (disabled-command-hook): Keep the _variable_ as alias for
6290         `disabled-command-function' and make obsolete.
6291         (disabled-command-function): Function renamed from
6292         `disabled-command-hook'.  Adapt code to name change of the variable.
6294 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
6296         * simple.el (completion-root-regexp): New defvar.
6297         (completion-setup-function): Use it instead of a literal string.
6299 2004-08-07  John Paul Wallington  <jpw@gnu.org>
6301         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
6302         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
6303         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
6304         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
6306 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
6308         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
6309         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
6311 2004-08-04  Kenichi Handa  <handa@m17n.org>
6313         * international/encoded-kb.el (encoded-kbd-setup-keymap):
6314         Fix previous change.
6316 2004-08-03  Kenichi Handa  <handa@m17n.org>
6318         * international/encoded-kb.el: The following changes are to
6319         utilize key-translation-map instead of minor mode map.
6320         (encoded-kbd-iso2022-non-ascii-map): Delete it.
6321         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
6322         (encoded-kbd-last-key): New function.
6323         (encoded-kbd-iso2022-single-shift): New function.
6324         (encoded-kbd-iso2022-designation)
6325         (encoded-kbd-self-insert-iso2022-7bit)
6326         (encoded-kbd-self-insert-iso2022-8bit)
6327         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
6328         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
6329         key-translation-map.
6330         (encoded-kbd-setup-keymap): Setup key-translation-map.
6331         (saved-key-translation-map): New variable.
6332         (encoded-kbd-mode): Save/restore key-translation-map.
6333         Adjust for the change of encoded-kbd-setup-keymap.
6335 2004-08-02  Kim F. Storm  <storm@cua.dk>
6337         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
6338         and call compute-motion with nil for topos and width to get proper
6339         usable width and height for both window and non-window systems.
6341         * windmove.el (windmove-coordinates-of-position): Let compute-motion
6342         calculate usable window width and height.
6344         * window.el (window-buffer-height): Call compute-motion with nil width.
6346 2004-08-01  David Kastrup  <dak@gnu.org>
6348         * replace.el (query-replace-read-from):
6349         Use `query-replace-compile-replacement'.
6350         (query-replace-compile-replacement): New function.
6351         (query-replace-read-to): Use `query-replace-compile-replacement'
6352         for repeating the last command.
6354 2004-08-01  John Paul Wallington  <jpw@gnu.org>
6356         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
6357         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
6358         (pr-switches): Remove period from end of error messages.
6360         * help-mode.el (help-go-back): Likewise.
6362         * abbrev.el (only-global-abbrevs): Doc fix.
6363         (edit-abbrevs-map): Define within defvar.
6364         (quietly-read-abbrev-file): Doc fix.
6366 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
6368         * novice.el (enable-command, disable-command): Doc fixes.
6370         * subr.el (event-modifiers, event-basic-type): Doc fixes.
6372 2004-07-30  Richard M. Stallman  <rms@gnu.org>
6374         * subr.el (with-local-quit): Doc fix.
6376 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
6378         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
6380 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
6382         * custom.el (defcustom): Doc fix.
6384 2004-07-28  Masatake YAMATO  <jet@gyve.org>
6386         * progmodes/etags.el (etags-tags-apropos): Show building progress.
6388 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * imenu.el (imenu-prev-index-position-function)
6391         (imenu-extract-index-name-function, imenu-name-lookup-function)
6392         (imenu--index-alist): Docstring redundancy fix.
6394 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
6396         * wdired.el (wdired-finish-edit): Require dired-aux before locally
6397         binding dired-backup-overwrite.
6399 2004-07-25  John Paul Wallington  <jpw@gnu.org>
6401         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
6403 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
6405         * term/tty-colors.el (tty-color-approximate): Doc fix.
6407         * select.el (x-get-selection, x-set-selection): Doc fixes.
6409         * frame.el (make-frame): Doc fix.
6411 2004-07-24  Richard M. Stallman  <rms@gnu.org>
6413         * mail/rmail.el (rmail-mime-charset-pattern):
6414         Don't include semicolon in the charset value.
6416         * replace.el (occur-next-error): Call set-window-point.
6417         (occur-engine): Handle negative NLINES.
6419 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
6421         * frame.el (modify-all-frames-parameters): Minor doc fix.
6422         (set-frame-configuration): Doc fix.
6424 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6426         * simple.el (completion-setup-function): Compute the common parts
6427         and the first difference place correctly when
6428         partial-completion-mode is on.
6430 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6432         * ps-print.el: Doc fix.
6433         (ps-print-version): New version 6.6.5.
6434         (ps-printing-region): Doc fix.
6435         (ps-generate-string-list): Comment fix.
6436         (ps-message-log-max): Code fix.
6438 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6440         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
6441         generated PostScript.
6443 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
6445         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
6446         with Gnus v5_10 branch.)
6448 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6450         * calendar/time-date.el (time-to-number-of-days): New function.
6451         Imported from from Gnus.
6453 2004-07-22  Kim F. Storm  <storm@cua.dk>
6455         * progmodes/make-mode.el: Fix comments.
6457 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6459         * printing.el: Doc fix.
6461 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
6463         * frame.el (modify-all-frames-parameters): Minor doc fix.
6465 2004-07-20  Richard M. Stallman  <rms@gnu.org>
6467         * textmodes/fill.el (fill-nobreak-p): If this break point is
6468         at the end of the line, don't consider the newline which follows
6469         as a reason to return t.
6471 2004-07-19  John Paul Wallington  <jpw@gnu.org>
6473         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
6475 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
6477         * dired-aux.el (dired-do-kill-lines): Expand docstring.
6478         Delete irrelevant code.
6480 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
6482         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6483         New docstring.  From Luc Teirlinck.
6485 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
6487         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
6488         section.
6489         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
6490         non-file buffers.  We know it is nil.
6492 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
6494         Sync with Tramp 2.0.43.
6496         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6497         Remove outdated comment.
6498         (tramp-locked, tramp-locker): New variables for implementing a
6499         global lock.
6500         (tramp-sh-file-name-handler): Use them to implement the global lock.
6502 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
6504         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
6505         calls to respective `xxx` calls.
6506         (tramp-process-alive-regexp): Precise doc string.
6507         (tramp-multi-action-process-alive): New defun.
6508         (tramp-multi-actions): Use it.
6509         (tramp-handle-find-backup-file-name): `copy-tree' is available
6510         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
6511         in order to avoid this function.
6512         (tramp-handle-write-region): Set current buffer.  If connection
6513         wasn't open, `file-modes' has changed it accidently.  Reported by
6514         David Kastrup <dak@gnu.org>.
6515         (tramp-enter-password, tramp-read-passwd): New arguments USER and
6516         HOST.
6517         (tramp-action-password, tramp-multi-action-password): Apply it.
6518         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
6519         name must still contain the port number.  Otherwise, we have two
6520         Tramp buffers, with all the confusion.  Reported by Myron Selby
6521         <myron@xytech.com> and Rolf Dubitzky
6522         <Dubitzky@physi.uni-heidelberg.de>.
6524         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
6525         HOST to `tramp-enter-passwd'.
6527         * net/tramp-vc.el (all): Code cleanup.  Change all
6528         `tramp-handle-xxx' calls to respective `xxx` calls.
6530 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
6532         * emacs-lisp/testcover.el: New category "potentially-1valued" for
6533         functions that are not erroneous if either 1-valued or
6534         multi-valued.  Detect functions in this class.
6535         (testcover-1value-functions, testcover-compose-functions)
6536         (testcover-progn-functions) Add some additional functions to lists.
6537         (testcover-mark): Bugfix when marking up the definition for an
6538         empty function.
6540 2004-07-17  Richard M. Stallman  <rms@gnu.org>
6542         * replace.el (occur-read-primary-args): Pass default to
6543         read-from-minibuffer.
6545         * mail/footnote.el (footnote-section-tag): Use defcustom.
6547         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
6548         Compile font-lock-keywords, not KEYWORDS.
6549         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
6550         Add warn, check-type.  Handle cerror like error.
6552 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
6554         * progmodes/which-func.el (which-func-keymap): New var.
6555         (which-func-face): New face.
6556         (which-func-format): Use them.
6558 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6560         * buff-menu.el (list-buffers-noselect): Append the buffer's
6561         process status to its mode name.
6563 2004-07-16  Kim F. Storm  <storm@cua.dk>
6565         * simple.el (inhibit-mark-movement): New defvar.
6566         (beginning-of-buffer, end-of-buffer): Do not push mark if
6567         inhibit-mark-movement is non-nil or C-u prefix is given.
6569         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
6570         Init to beginning-of-buffer and end-of-buffer.
6571         (cua--undo-push-mark): New defvar.
6572         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
6573         already active and command is in cua--preserve-mark-commands.
6574         Also fix check for shift modifier on non-window systems.
6575         (cua--post-command-handler): Clear inhibit-mark-movement if set.
6577 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
6579         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
6580         of two integers, instead of a cons.
6582         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6583         `visited-file-modtime' now returns a list of two integers, instead
6584         of a cons.
6586         * dired.el (dired-directory-changed-p): Ditto.
6588         * progmodes/grep.el (grep): Doc fix.
6590 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
6592         * autorevert.el (auto-revert-tail-mode)
6593         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
6594         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
6595         in both at the same time.
6596         (auto-revert-tail-mode): New command.
6597         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
6598         (auto-revert-handler): Revert only either tail or whole file.
6600         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
6601         add auto-revert-tail-mode.
6603 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6605         * printing.el: Doc fix.  Change name of some funs.
6606         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
6607         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
6608         (pr-standard-file-name): New fun.  Replace pr-standard-path.
6609         (pr-call-process): Code fix.
6611 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6613         * subr.el (with-selected-window): Doc fix.
6615 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6617         * subr.el (get-buffer-window-list): Doc fix.
6619 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6621         * files.el (switch-to-buffer-other-window): Doc fix.
6623         * window.el (save-selected-window, one-window-p)
6624         (split-window-keep-point, split-window-vertically)
6625         (split-window-horizontally): Doc fixes.
6627 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6629         * printing.el: Doc fix.  Now it uses call-process instead of
6630         shell-command for low command execution.
6631         (pr-version): New version number (6.8).
6632         (pr-shell-file-name): Option removed.
6633         (pr-shell-command): Fun removed.
6634         (pr-call-process): New fun.  Replace pr-shell-command.
6635         (pr-standard-path, pr-remove-nil-from-list): New funs.
6636         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6637         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6638         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6639         (pr-ps-utility-process, pr-txt-print): Code fix.
6641 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6643         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6644         boolean.
6646 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
6648         * wid-edit.el (widget-field-buffer): Doc fix.
6650 2004-07-09  John Paul Wallington  <jpw@gnu.org>
6652         * emacs-lisp/re-builder.el (reb-update-overlays):
6653         Distinguish between one and several matches in message.
6655 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6657         * mouse.el (mouse-set-region-1): If transient-mark-mode
6658         is `identity', change it to `only'.
6660         * simple.el (current-word): Doc fix.
6662 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
6664         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6665         so that it is more understanding of whitespace.
6667         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6668         (("ns" . "element") (attr-list) children) instead of
6669         ((:ns . "element") (attr-list) children) in order to reduce the
6670         number of symbols used.
6671         (xml-skip-dtd): Change to use xml-parse-dtd but set
6672         xml-validating-parsing to nil.
6673         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6674         (xml-substitute-entity): Remove in favor of new entity substitution.
6675         (xml-substitute-special): Rewrite in to substitute complex
6676         entities from DOCTYPE declarations.
6677         (xml-parse-fragment): Parse fragments from entity deleclarations.
6678         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6679         (xml-parse-dtd, xml-substitute-special): Make validity checks
6680         conditioned on xml-validating-parser.  Add "Not Well Formed" to
6681         error messages about well-formedness.
6683 2004-07-08  Steven Tamm  <steventamm@mac.com>
6685         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6686         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6687         Do not treat double clicks and triple clicks specially in the
6688         scroll bar (preventing strange repositioning problems)
6690 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6692         * replace.el (query-replace-regexp-eval): Fix last change.
6694 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * replace.el (query-replace-descr): New fun.
6697         (query-replace-read-from, query-replace-read-args): Default to the
6698         previous from&to.
6699         (query-replace-read-to): Quote the `from' string when displaying it.
6700         (query-replace-regexp-eval): Immediately check read-only status.
6701         Use query-replace-read-from to get the \n checking.
6702         Quote the `from' string when displaying it.
6703         (map-query-replace-regexp, occur-read-primary-args):
6704         Quote the `from' string when displaying it.
6706         * isearch.el (isearch-query-replace): Pass the regexp-ness and
6707         delimited-ness of the search to query-replace.
6709         * replace.el (query-replace-read-from, query-replace-read-to):
6710         New funs extracted from query-replace-read-args.
6711         (query-replace-read-args): Use them.
6713         * replace.el (query-replace-interactive, query-replace-read-args):
6714         Remove the `initial' special value.
6715         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6716         (occur-engine): Remove unused var `matchend'.
6718         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6719         Use the search string without prompting.
6721 2004-07-05  Kenichi Handa  <handa@m17n.org>
6723         * international/mule.el (decode-coding-inserted-region):
6724         Set last-coding-system-used only when coding is nil.
6726 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
6728         * progmodes/grep.el (grep-compute-defaults, grep-command)
6729         (grep-program, find-program, grep-find-use-xargs, grep-history)
6730         (grep-find-history, grep-tag-default, grep-find-command)
6731         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6732         Add autoload cookies, for unbundled packages that load `compile'
6733         and expect all grep-related symbols to become defined.
6735 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
6737         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6738         (iimage-mode-image-search-path): New user option to search the
6739         image file.
6740         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
6741         have locate-file.
6742         (iimage-mode-buffer): Use it.
6744 2004-07-03  Nick Roberts  <nickrob@gnu.org>
6746         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
6747         carefully.
6748         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
6750 2004-07-03  Juri Linkov  <juri@jurta.org>
6752         * replace.el (query-replace-read-args): Swallow space after 'foo,
6753         not after (quote foo).  Match space only immediately after symbol,
6754         not anywhere in the whole string.
6756 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6758         * replace.el (query-replace-read-args): Swallow space after
6759         symbols, not after closeparens.  But avoid error if string ends there.
6761         * progmodes/python.el (python-beginning-of-statement):
6762         Exit the loop if backward-up-list gets error.
6764         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
6766 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
6768         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6769         only if vc-consult-headers is non-nil.
6771 2004-07-02  Juri Linkov  <juri@jurta.org>
6773         * pcvs.el (cvs-mode-diff-repository): New command.
6775         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6777 2004-07-01  Juri Linkov  <juri@jurta.org>
6779         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6780         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
6781         C-M-% to isearch-query-replace-regexp.
6782         (minibuffer-local-isearch-map): Add arrow key bindings.
6783         Bind C-f to isearch-yank-char-in-minibuffer.
6784         (isearch-forward): Doc fix.
6785         (isearch-edit-string): Doc fix.
6786         (isearch-query-replace, isearch-query-replace-regexp): New funs.
6787         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
6788         (isearch-yank-char): Add optional arg.
6789         (isearch-yank-char-in-minibuffer): New fun.
6791         * replace.el (query-replace-interactive): Change type from boolean
6792         to choice.  Add value `initial'.
6793         (query-replace-read-args): Handle value `initial' of
6794         query-replace-interactive.
6796 2004-06-29  Kim F. Storm  <storm@cua.dk>
6798         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6799         (breakpoint-disabled-bitmap-face): Add :group 'gud.
6801         * progmodes/ada-xref.el (ada-tight-gvd-integration):
6802         Add :group 'ada.
6804         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6806 2004-06-29  Juri Linkov  <juri@jurta.org>
6808         * replace.el (query-replace-read-args): Swallow a space after
6809         everything except )]" which in most cases means after a symbol.
6811         * emacs-lisp/pp.el (pp-buffer): Add autoload.
6813 2004-06-28  Richard M. Stallman  <rms@gnu.org>
6815         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6816         More changes to go with previous change in font-lock.el.
6818 2004-06-26  David Kastrup  <dak@gnu.org>
6820         * replace.el (perform-replace): Highlight the match even in
6821         non-query mode if there is potential replace string editing.
6823 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
6825         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6826         agree with new return value of `file-remote-p'.
6827         This syncs with Tramp 2.0.42.
6829         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6830         according to new documentation of `file-remote-p'.
6832         * files.el (file-remote-p): Fix doc to say that return value is
6833         identification of remote system, if not nil.
6834         (file-relative-name): Use new return value of `file-remote-p'.
6836 2004-06-26  Nick Roberts  <nickrob@gnu.org>
6838         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6839         (gdb-goto-breakpoint): Fix breakage.
6841 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
6843         * man.el (Man-getpage-in-background): Add windows-nt to the list
6844         of systems where shell-file-name should be used instead of
6845         literal "sh".
6847 2004-06-25  Sam Steingold  <sds@gnu.org>
6849         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6850         function names `(setf symbol)'.
6852 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6854         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6856         * font-lock.el (font-lock-keywords): Change format of compiled values.
6857         Document it.
6858         (font-lock-add-keywords): If font-lock-keywords is compiled,
6859         extract the uncompiled version, modify, then recompile.
6860         (font-lock-remove-keywords): Likewise.
6861         (font-lock-fontify-keywords-region): Handle changed format.
6862         (font-lock-compile-keywords): Handle changed format.
6863         (font-lock-set-defaults): Compile the keywords explicitly here.
6865 2004-06-24  David Kastrup  <dak@gnu.org>
6867         * replace.el (query-replace-read-args): Implement `\,' and `\#'
6868         replacements here.
6869         (query-replace-regexp): Doc string explaining this and the new
6870         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
6871         is better placed in `query-replace-read-args'.
6872         (replace-regexp): Explain `\,', `\#' and `\?'.
6873         (replace-match-data): New function for thorough reuse/destruction
6874         of old match-data.
6875         (replace-match-maybe-edit): Function for implementing `\?' editing.
6876         (perform-replace): Fix maintaining of the match stack including
6877         already matched regions, implement `\?', fix various problems
6878         with regions while editing and other stuff.
6879         (replace-highlight): Simplify.
6881 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
6883         * progmodes/grep.el (grep-error-screen-columns): New variable.
6884         (grep-regexp-alist): Give it the full functionality of gnu style
6885         compilation messages with line and column ranges.  Ask me for the
6886         perl script I'm working on, that uses these.
6888 2004-06-23  Nick Roberts  <nickrob@gnu.org>
6890         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6891         Remove.
6892         (comint-insert-input, comint-mouse-insert-input): New functions
6893         based on comint-insert-clicked-input for two bindings but just
6894         one functionality.
6896 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6898         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6900 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6902         * files.el (write-contents-functions): Doc fix.
6904 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6906         * image.el (image-library-alist): Rewrite docstring in active voice.
6908 2004-06-20  Richard M. Stallman  <rms@gnu.org>
6910         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6912         * isearch.el (isearch-repeat): Avoid testing old match data.
6913         (isearch-message): Display trailing space in special font
6914         when search is failing.
6915         (isearch-search-fun-function): Doc fix.
6917         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6919 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6921         * frame.el (show-trailing-whitespace): Doc fix.
6923         * cus-edit.el (custom-variable-documentation): New function.
6924         (custom-variable): Use it.
6926 2004-06-19  Nick Roberts  <nickrob@gnu.org>
6928         * man.el (Man-getpage-in-background): Revert previous change but
6929         make cygwin a special case.
6931 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
6933         * autorevert.el (global-auto-revert-non-file-buffers):
6934         Update docstring.
6936 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
6938         * progmodes/compile.el (compilation-error-properties): Store one
6939         more than end-col, if present, so that transient-mark-mode will
6940         highlight last char too.
6941         * progmodes/grep.el (grep-regexp-alist): Match columns and column
6942         ranges, if present.
6944 2004-06-18  Jason Rumney  <jasonr@gnu.org>
6946         * makefile.w32-in: Double percent signs in for loops.
6948 2004-06-17  David Kastrup  <dak@gnu.org>
6950         * replace.el (query-replace-read-args): Only warn about use of \n
6951         and \t when we are doing a regexp replacement and the actual
6952         escaped character is n or t.
6953         (query-replace-regexp): Add \, and \# interpretation to
6954         interactive call and document it.
6955         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6956         as shortkey for replace-count.
6957         (replace-quote): New function for doubling backslashes.
6959 2004-06-17  Juanma Barranquero  <lektu@terra.es>
6961         * files.el (parse-colon-path, cd): Mention in docstring that the
6962         path separator is colon in GNU-like systems.
6964         * newcomment.el (comment-region-internal): Fix docstring.
6966         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6967         (ewoc-invalidate, ewoc-collect): Doc fixes.
6968         (ewoc--create-node, ewoc--delete-node-internal):
6969         Fix typos in docstring.
6971 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6973         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6974         manual to docstring.
6976 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6978         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6980 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6982         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6983         Add hyperlink to emacs-xtra manual to docstring.
6985         * autorevert.el (global-auto-revert-non-file-buffers):
6986         Add hyperlink to emacs-xtra manual to docstring, as well as an
6987         info-link.
6989 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6991         * image.el (image-library-alist): New variable to map image types
6992         to external libraries.  Initialized to nil, unless system-specific
6993         configs change it.
6994         (image-type-available-p): Determine whether an image type is
6995         available by calling `init-image-library'.
6997         * term/w32-win.el (image-library-alist): Initialize to a known set
6998         of probable library names.
7000 2004-06-14  Kenichi Handa  <handa@m17n.org>
7002         * international/code-pages.el (windows-1256, cp1125): Fix tables
7003         for several characters.
7005         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7007 2004-06-13  Richard M. Stallman  <rms@gnu.org>
7009         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7011         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7012         not "`pc-selection-mode'".
7014         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7016         * simple.el (previous-matching-history-element): Specify a default.
7018         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7020         * cus-face.el (custom-declare-face): Simplify code.
7022         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7024 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7026         * files.el (before-save-hook): Add `time-stamp' to the options.
7028         * time-stamp.el (time-stamp): Recommend adding it to
7029         `before-save-hook', rather than `write-file-functions'.
7030         Make a similar change in `Commentary' section.
7032 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7034         * diff-mode.el (diff-current-defun): If at start of hunk, use
7035         position of first change.
7037 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
7039         * dired-x.el (dired-mark-omitted): Bind to "*O".
7041 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
7043         * bookmark.el (bookmark-bmenu-relocate): New function, as
7044         suggested by David J. Biesack <David.Biesack@sas.com>.
7045         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7046         (bookmark-bmenu-mode): Describe binding in doc string.
7047         (bookmark-set-filename): Save the bookmark list if it's time.
7049 2004-06-13  Kenichi Handa  <handa@m17n.org>
7051         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7052         (ccl-untranslated-to-ucs): Fix typo.
7054 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7056         * progmodes/python.el (python-open-block-statement-p):
7057         Fix indentation after a block opening that contains a comment.
7059 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
7061         * bindings.el (completion-ignored-extensions): Add file extensions
7062         of Python byte-compiled files.
7064 2004-06-12  Juri Linkov  <juri@jurta.org>
7066         * info.el (Info-goto-node): Add autoload.
7067         (Info-toc): Add substring-no-properties on Info file name.
7068         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7069         (Info-mode-map): Bind L to Info-history, T to Info-toc.
7071 2004-06-12  Kenichi Handa  <handa@m17n.org>
7073         * international/mule-cmds.el (set-language-environment):
7074         Load subst tables if necessary.
7076         * international/mule.el (decode-char): Load subst tables if necessary.
7077         (encode-char): Likewise.
7079         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7080         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
7081         (utf-16le-decode-loop): Set r5 to -1 before loop.
7082         (utf-16be-decode-loop): Likewise.
7083         (ccl-decode-mule-utf-16le): Add EOF processing block.
7084         (ccl-decode-mule-utf-16be): Likewise.
7085         (ccl-decode-mule-utf-16le-with-signature): Likewise.
7086         (ccl-decode-mule-utf-16be-with-signature): Likewise.
7087         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
7088         (ccl-mule-utf-16-encode-untrans): New CCL.
7089         (utf-16-decode-to-ucs): Handle pre-read character.
7090         (utf-16le-encode-loop): Handle surrogate pair.
7091         (utf-16be-encode-loop): Likewise.
7092         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7093         of utf-16le-encode-loop.
7094         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7095         of utf-16be-encode-loop.
7096         (mule-utf-16-post-read-conversion):
7097         Call utf-8-post-read-conversion at first.
7098         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7099         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7100         Add post-read-conversion and pre-write-conversion.
7102         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7103         (utf-translate-cjk-unicode-range): New variable.
7104         (utf-translate-cjk-load-tables): New function.
7105         (utf-lookup-subst-table-for-decode): New function.
7106         (utf-lookup-subst-table-for-encode): New function.
7107         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
7108         tables here.  Update safe-charsets of utf-* coding systems.
7109         (ccl-mule-utf-untrans): New CCL.
7110         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
7111         at end of each branch.
7112         (ccl-mule-utf-8-encode-untrans): New CCL.
7113         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7114         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
7115         length of encoding.  Don't return r0.
7116         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
7117         (utf-8-post-read-conversion): Narrow to region properly.
7118         If utf-translate-cjk-mode is on, load tables if necessary.
7119         Call utf-8-compose with hash-table arg if necessary.
7120         Call XXX-compose-region instead of XXX-post-read-convesion.
7121         (utf-8-pre-write-conversion): New function.
7122         (mule-utf-8): Include CJK charsets in safe-charsets if
7123         utf-translate-cjk-mode is on.  Add pre-write-conversion.
7125         * international/characters.el: Temporarily set
7126         utf-translate-cjk-mode to nil.
7128         * language/devan-util.el (devanagari-compose-region):
7129         Add autoload cookie.
7131         * international/ccl.el (ccl-dump-call): Fix printing the
7132         subroutine name.
7134 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7136         * dired.el (dired-revert): If buffer is marked unmodified before
7137         reverting, keep it marked unmodified.
7138         Adapt to new conventions for commenting out code.
7139         (dired-make-relative): Adapt to new conventions for commenting out code.
7141 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
7143         * eshell/esh-module.el (eshell-load-defgroups):
7144         Bind `vc-handled-backends' to nil when opening files.
7146 2004-06-11  Juanma Barranquero  <lektu@terra.es>
7148         * files.el (parse-colon-path, cd): Doc fixes (refer to
7149         `path-separator', not colon).
7151 2004-06-10  Juanma Barranquero  <lektu@terra.es>
7153         * newcomment.el (comment-search-forward)
7154         (comment-search-backward): Fix typos in docstring.
7155         (comment-region): Doc fix.
7157 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7159         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7160         switch is no longer stored in `dired-switches-alist'.
7162         * dired-aux.el (dired-insert-subdir): Do not store R switch in
7163         `dired-switches-alist'.
7165 2004-06-10  Kim F. Storm  <storm@cua.dk>
7167         * pcvs.el (cvs-mode-diff-yesterday): New command.
7169         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
7171 2004-06-10  Juri Linkov  <juri@jurta.org>
7173         * emacs-lisp/edebug.el (edebug-eval-defun):
7174         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
7175         Fix docstring.
7177         * simple.el (eval-expression-print-format): Don't print additional
7178         information on the first call to `eval-print-last-sexp'.
7179         (next-error-find-buffer): Fix punctuation.
7180         (killing) <defgroup>: Fix punctuation.
7181         (yank-excluded-properties): Change group from editing to killing.
7183         * replace.el (perform-replace): Use `limit' to terminate the
7184         while-loop explicitly.
7186 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7188         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
7189         Use lc-*.xpm as prefix instead of *-locol.xpm.
7191         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
7192         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
7193         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
7194         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
7195         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
7196         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
7197         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
7198         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
7199         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
7200         * toolbar/lc-up_arrow.xpm:
7201         Rename from *-locol.xpm.
7203 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
7205         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
7206         include forms like &<str>; as valid url patterns.
7208 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
7210         * dired.el (dired-diff, dired-backup-diff)
7211         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
7212         (dired-do-chown, dired-do-touch, dired-do-print)
7213         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
7214         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
7215         (dired-create-directory, dired-do-copy, dired-do-symlink)
7216         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
7217         (dired-do-copy-regexp, dired-do-hardlink-regexp)
7218         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7219         (dired-maybe-insert-subdir, dired-next-subdir)
7220         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
7221         (dired-kill-subdir, dired-tree-up, dired-tree-down)
7222         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
7223         (dired-run-shell-command, dired-query): Remove redundant,
7224         or incorrect, autoloads.
7226         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
7227         does not end in a slash.  Add optional argument KILL-ROOT.
7228         Update docstring.
7229         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
7230         (dired-query): Add autoloads.
7232 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
7234         * progmodes/compile.el (compilation-set-window-height):
7235         Rearrange the save-* functions because a buffer can have several current
7236         point in different windows.
7237         (compilation-error-regexp-alist-alist): Recognize {standard input}
7238         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
7240 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7242         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
7243         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
7244         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
7245         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
7246         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
7247         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
7248         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
7249         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
7250         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
7251         * toolbar/up_arrow-locol.xpm:
7252         New versions of icons that uses fewer colors.
7254         * toolbar/tool-bar.el (tool-bar-local-item)
7255         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
7256         if display-color-cells is 256 or less.
7258 2004-06-08  Kim F. Storm  <storm@cua.dk>
7260         * wid-edit.el (widget-specify-button): Use hand pointer rather
7261         than mouse-face as visible mouse-over effect.
7263 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
7265         * saveplace.el (save-place-alist-to-file): Bind `print-length'
7266         and `print-level' to nil when writing out `save-place-alist'.
7267         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
7269 2004-06-07  Juanma Barranquero  <lektu@terra.es>
7271         * completion.el (completion-kill-region): Doc fix.
7273         * format.el (format-insert-annotations)
7274         (format-annotate-location): Doc fixes.
7275         (format-subtract-regions): Make arguments match their use in docstring.
7277         * simple.el (kill-region): Doc fix.
7279         * subr.el (insert-buffer-substring-no-properties)
7280         (insert-buffer-substring-as-yank): Doc fixes.
7282 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
7284         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7285         Update docstring.
7286         (dired-reset-subdir-switches): New function.
7288         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
7289         Limit scope of `buffer-read-only' binding.
7291 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
7293         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
7294         eshell-explicit-command-char.
7296 2004-06-06  Juanma Barranquero  <lektu@terra.es>
7298         * help-fns.el (help-argument-name): Inherit from italic face only
7299         if the frame supports it.
7301 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7303         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
7304         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
7305         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
7306         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
7307         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
7308         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
7309         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
7310         New conversions from xpm files.
7312         * toolbar/README: New file.
7314 2004-06-06  Richard M. Stallman  <rms@gnu.org>
7316         * isearch.el (isearch-mode-map): Undo previous change.
7318 2004-06-05  Juri Linkov  <juri@jurta.org>
7320         * bindings.el (debug-ignored-errors): Add regexps for history
7321         related messages.  Remove $ from "No further undo information".
7322         Move Ediff's messages to ediff.el.
7324         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
7326         * cus-edit.el (custom-display): Add `min-colors'.
7328         * custom.el (defface): Add `supports' to docstring.
7330         * help-fns.el (help-argument-name): Add :group 'help.
7332 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
7334         * find-dired.el (find-ls-subdir-switches): New user option.
7335         (find-dired): No longer call `abbreviate-file-name' on DIR.
7336         Set `dired-subdir-switches' buffer-locally.
7338         * locate.el: Merge the two `Commentary' sections.
7339         (locate-ls-subdir-switches): New user option.
7340         (locate): Update for other changes.
7341         (locate-mode-map): Restore Dired binding for mouse-2.
7342         Bind `locate-mouse-view-file' to M-mouse-2.
7343         Bind `l' to `locate-do-redisplay'.
7344         (locate-main-listing-line-p, locate-do-redisplay): New functions.
7345         (locate-mouse-view-file, locate-tags, locate-find-directory):
7346         Print message if used outside main listing.
7347         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
7348         Various changes to support inserted subdirectories.
7349         (locate-insert-header): Change header of *Locate* buffer.
7351         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7352         Change interactive default switches.
7353         (dired-rename-subdir-2): Update `dired-switches-alist'.
7354         (dired-insert-subdir, dired-kill-subdir):
7355         Handle `dired-switches-alist'.  Do not mark buffer modified.
7356         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
7357         (dired-insert-subdir-doinsert): Omit messages.
7358         Handle `dired-subdir-switches'.
7359         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
7361         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
7362         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
7363         subdirs if -R switch is used for a subdir.
7364         (dired-mode): Set `dired-switches-alist'.
7365         (dired-build-subdir-alist): Only print number of directories in
7366         echo area when invoked interactively.
7368 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
7370         * dired-x.el (dired-omit-mode): Rename from
7371         dired-omit-files-p.  Use define-minor-mode to define it.
7372         (dired-omit-files-p): Add as alias for dired-omit-mode.
7373         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
7374         dired-mark-omitted.
7375         (dired-mark-omitted): Add.  Bind to M-O.
7377 2004-06-05  Kenichi Handa  <handa@m17n.org>
7379         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
7381 2004-06-05  Juanma Barranquero  <lektu@terra.es>
7383         * help-fns.el (help-argument-name): Reintroduce face.
7384         (help-default-arg-highlight): Use it, now that
7385         `face-differs-from-default-p' can be trusted.
7387 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7389         * textmodes/table.el: Sentence commands added to Point Motion
7390         group; kill and backward-kill commands added to Extraction group.
7392 2004-06-04  Mario Lang  <mlang@delysid.org>
7394         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
7395         systems appear to use mW, make the code handle this.  Fix a
7396         division-by-zero bug while at it, and handle kernels with
7397         a slightly different layout in /proc/acpi.
7399 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
7401         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
7402         because the latter is a CL-ism.  This fixes the bug reported by
7403         Shawn Boyette <mdxi@collapsar.net> in
7404         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
7406 2004-06-04  Miles Bader  <miles@gnu.org>
7408         * faces.el (display-supports-face-attributes-p): Function moved to
7409         C code.  Previously only the tty-related portion of this function
7410         was done in C; however the previous attempt to do a halfway-proper
7411         job for non-tty displays in lisp didn't work properly because of
7412         funny conditions during Emacs startup.
7413         (face-differs-from-default-p): Simplify, now that
7414         display-supports-face-attributes-p works properly on all display
7415         types.  Remove :stipple from comparison; it doesn't really work
7416         in emacs anyway.
7418 2004-06-04  Miles Bader  <miles@gnu.org>
7420         * faces.el (face-differs-from-default-p): Use a different
7421         implementation, so we can really check whether FACE displays
7422         differently or not.
7424 2004-06-04  Miles Bader  <miles@gnu.org>
7426         * faces.el (display-supports-face-attributes-p): Implement a
7427         `different from default' check for non-tty displays.
7429 2004-06-03  David Kastrup  <dak@gnu.org>
7431         * woman.el (woman-mapcan): More concise code.
7432         (woman-topic-all-completions, woman-topic-all-completions-1)
7433         (woman-topic-all-completions-merge): Replace by a simpler and
7434         much faster implementation based on O(n log n) sort/merge instead
7435         of the old O(n^2) behavior.
7437 2004-06-03  Miles Bader  <miles@gnu.org>
7439         * subr.el (read-number): Use canonical format for default in prompt.
7441         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
7442         Add regexp for " [...]" style defaults.
7444 2004-06-02  Romain Francoise  <romain@orebokech.com>
7446         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
7447         groups: if the user asks for a hidden buffer, open the
7448         corresponding filter group to expose it.
7450         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
7451         `ibuffer-jump-to-buffer'.
7452         (ibuffer-jump-offer-only-visible-buffers): New user option.
7454 2004-06-02  Juanma Barranquero  <lektu@terra.es>
7456         * faces.el (frame-update-faces): Add empty docstring so the one
7457         for `ignore' doesn't show through.
7459         * subr.el (process-kill-without-query): Remove spurious "\n" on
7460         obsolescence string.
7461         (focus-frame, unfocus-frame): Add obsolescence declaration and
7462         empty docstring.
7464         * international/mule.el (register-char-codings): Make alias for
7465         `ignore'.  Move docstring to obsolescence info and remove redundancy.
7467 2004-06-02  Kim F. Storm  <storm@cua.dk>
7469         * frame.el (blink-cursor-start): Turn cursor off initially so blink
7470         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
7472 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * comint.el (comint-replace-by-expanded-history-before-point):
7475         Obey `start' as the docstring says.
7476         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
7477         (comint-update-fence): Prevent font-lock from running unnecessarily.
7478         (comint-dynamic-list-completions): Use with-current-buffer.
7480 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7482         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
7483         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
7484         (bibtex-entry-update): Handle alternatives and optional fields.
7485         (bibtex-parse-entry): Bugfix, handle empty key.
7487 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7489         * vc-arch.el (vc-arch-state): Don't assume the file exists.
7491 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
7493         * desktop.el (desktop-save): Don't save minor modes without a
7494         known mode initialization function.
7496 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
7498         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
7500         * autorevert.el: Update `Commentary' section.
7502 2004-05-30  Juanma Barranquero  <lektu@terra.es>
7504         * dos-fns.el (convert-standard-filename):
7505         * files.el (convert-standard-filename):
7506         * w32-fns.el (convert-standard-filename):
7507         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
7509 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
7511         Sync with Tramp.
7513         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
7514         (tramp-let-maybe): Move to an earlier spot in the file.
7515         Patch by Andreas Schwab.
7517 2004-05-30  Andreas Schwab  <schwab@suse.de>
7519         * dired.el (dired-get-filename): Don't use dired-re-dot.
7521 2004-05-30  Richard M. Stallman  <rms@gnu.org>
7523         * files.el (find-file): Doc fix.
7525         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
7527 2004-05-30  Nick Roberts  <nickrob@gnu.org>
7529         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
7530         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
7531         modeline of the locals buffer.
7532         (gdb-goto-breakpoint): Handle gdbmi.
7533         (gdb-get-frame-number): Change for gdbmi.
7535 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
7537         * files.el (file-remote-p): Apply file name handler for operation
7538         `file-remote-p'.  It isn' a property any longer.
7539         (file-relative-name): `fh' and `fd' get the required value via
7540         `find-file-name-handler' already.
7542         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
7543         (top): Remove setting of `file-remote-p' property for
7544         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
7546 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
7548         Version 2.0.41 of Tramp released.
7550         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
7551         Throw away if process has died.
7552         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
7553         (tramp-out-of-band-prompt-regexp): Rename to
7554         `tramp-process-alive-regexp', because its usage is widen.
7555         (tramp-actions-copy-out-of-band): Apply it.
7556         (tramp-actions-before-shell, tramp-multi-actions):
7557         Add `tramp-action-process-alive' action.
7558         (tramp-action-process-alive): New defun.
7559         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7560         Add entry for `file-remote-p'.
7561         (tramp-handle-file-remote-p): New defun.
7562         (top): Remove setting of `file-remote-p'.  Don't set
7563         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
7565         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7566         `file-remote-p'.
7568         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
7569         counted for (last) line.  [They should or they shouldn't?  --Stef]
7570         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
7572 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
7574         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
7575         not really necessary but seems to keep the shell history smaller
7576         in some cases.  It is no substitute for setting HISTFILE and
7577         HISTSIZE from tramp-open-connection-setup-interactive-shell,
7578         though.  Suggested by Luc Teirlinck.
7579         (tramp-open-connection-setup-interactive-shell): Export variables
7580         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
7581         (tramp-set-process-query-on-exit-flag): New compat function.
7582         (tramp-open-connection-multi, tramp-open-connection-su)
7583         (tramp-open-connection-rsh, tramp-open-connection-telnet)
7584         (tramp-do-copy-or-rename-file-out-of-band): Use it.
7585         (tramp-let-maybe): New macro, let-binds a variable only if it
7586         isn't obsolete.
7587         (tramp-check-ls-commands, tramp-handle-expand-file-name)
7588         (tramp-handle-file-truename): Use it.
7589         (tramp-completion-file-name-regexp-unified): Avoid matching
7590         filenames starting with "/:" -- those are reserved for
7591         file-name-non-special.
7593         * tramp-smb.el (tramp-smb-open-connection):
7594         Use tramp-set-process-query-on-exit-flag compat function.
7596 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7598         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
7600         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
7601         (eval-last-sexp-print-value): Print char equivalent regardless
7602         of standard-output value.
7604         * thumbs.el (thumbs-subst-char-in-string): Delete.
7605         (thumbs-thumbname): Use subst-char-in-string.
7606         (thumbs-resize-image): Use condition-case, not ignore-errors.
7607         (thumbs-kill-buffer): Likewise.
7609         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
7610         (thumbs-mode): Make buffer read-only.
7611         (thumbs-make-thumb): Unconditionally accept an existing file.
7612         (thumbs-insert-thumb): Add thumb-image-file property to the image.
7613         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7614         (thumbs-show-thumbs-list): Error if images not supported.
7615         (thumbs-save-current-image): Improve prompt string.
7616         (thumbs-mode-map): Define u, R, x.
7617         (thumbs-unmark): New command.
7618         (thumbs-emboss-image): Minor cleanup.
7619         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7620         (thumbs-rename-images): New command.
7621         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
7623         * thumbs.el (thumbs-current-image): New function.
7624         (thumbs-file-list, thumbs-file-alist): New functions.
7625         (thumbs-find-image): Delete arg L.
7626         Don't set up thumbs-fileL as buffer-local global var.
7627         (thumbs-find-image-at-point): Use thumbs-current-image.
7628         (thumbs-set-image-at-point-to-root-window): Likewise.
7629         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7630         Record and warn about errors.  Update thumbs-markedL for deletions.
7631         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7632         (thumbs-redraw-buffer): Use thumbs-file-list.
7633         (thumbs-mark): Use thumbs-current-image.
7634         (thumbs-show-name): Use thumbs-current-image.
7636         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7637         and imenu--last-menubar-index-alist.
7639         * subr.el (with-selected-window): Undo previous change.
7641 2004-05-29  John Paul Wallington  <jpw@gnu.org>
7643         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7644         (thumbs-mouse-find-image): New command.
7645         (thumbs-mode-map): Bind it to mouse-2.
7646         (thumbs-mode): Make mode-class special.
7647         (thumbs-view-image-mode): Likewise.
7649 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
7651         * flymake.el: New file.
7653 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
7655         * files.el (find-file-noselect-1): Do not bind
7656         `inhibit-read-only' to t during execution of
7657         `find-file-not-found-functions'.
7659 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7661         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7662         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7664 2004-05-28  Juri Linkov  <juri@jurta.org>
7666         * simple.el (eval-expression-print-format): New fun.
7668         * simple.el (eval-expression):
7669         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7670         * emacs-lisp/edebug.el (edebug-compute-previous-result)
7671         (edebug-eval-expression): Print additionally the value returned by
7672         `eval-expression-print-format'.
7674         * emacs-lisp/lisp.el (insert-pair-alist): New var.
7675         (insert-pair): Make arguments optional.  Find character pair
7676         from `insert-pair-alist' according to the last input event.
7677         (insert-parentheses): Make arguments optional.
7678         (raise-sexp, delete-pair): New funs.
7680         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7681         (emacs-lisp-mode-map, lisp-interaction-mode-map):
7682         Bind C-M-q to `indent-pp-sexp'.
7684         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7685         `pp-to-string' modified to be able to format text with newlines.
7686         (pp-to-string): Move the buffer-formatting part of the code to
7687         `pp-buffer'.  Call `pp-buffer'.
7689         * info.el (Info-desktop-buffer-misc-data): Don't save information
7690         about virtual files.
7691         (Info-restore-desktop-buffer): Restore Info buffers in prepared
7692         buffers with names obtained from the desktop file instead of the
7693         default *info* buffer.
7695 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * subr.el (with-selected-window): Only save/restore the selected window.
7699         * progmodes/compile.el (compilation-error-regexp-alist):
7700         Use expand-file-name and data-directory.
7702         * progmodes/grep.el (grep-tree): Rework previous fix.
7704         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7705         after the user marked text with the mouse.
7707         * startup.el (command-line): Keep the first regexp of
7708         auto-save-file-name-transforms intact.
7710 2004-05-28  Juanma Barranquero  <lektu@terra.es>
7712         * cus-edit.el (customize-face, customize-face-other-window)
7713         (custom-face-edit-delete): Make arguments match their use in
7714         docstring.
7715         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7716         docstring.
7718         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7719         not `cvs-butlast'.
7721         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7722         `nbutlast' are in subr.el).
7724         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7725         (set-w32-system-coding-system): Doc fixes.
7727         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7728         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7729         Make arguments match their use in docstring.
7730         (artist-draw-region-trim-line-endings)
7731         (artist-mouse-choose-operation): Fix typo in docstring.
7732         (artist-key-set-point-common): Doc fix.
7734 2004-05-28  Simon Josefsson  <jas@extundo.com>
7736         * mail/smtpmail.el (smtpmail-open-stream):
7737         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7739 2004-05-26  Simon Josefsson  <jas@extundo.com>
7741         * starttls.el: Merge with my GNUTLS based starttls.el.
7742         (starttls-gnutls-program, starttls-use-gnutls)
7743         (starttls-extra-arguments, starttls-process-connection-type)
7744         (starttls-connect, starttls-failure, starttls-success): New variables.
7745         (starttls-program, starttls-extra-args): Doc fix.
7746         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
7747         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
7748         and pass on to corresponding *-gnutls function if it is set.
7750 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
7752         * autorevert.el (auto-revert-handler): Disable auto-reverting of
7753         remote files.
7755 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
7757         * files.el (file-name-non-special): There are more operations
7758         which need handling: `find-backup-file-name',
7759         `insert-file-contents', `verify-visited-file-modtime',
7760         `write-region'.  Rename t value of method to `add'.  Add new
7761         methods `quote' and `unquote-then-quote' to file-arg-indices.
7763 2004-05-25  Juri Linkov  <juri@jurta.org>
7765         * info.el (Info-toc): Call Info-mode on intermediate buffer.
7766         (Info-index-nodes): Enclose code in condition-case to catch errors.
7767         (Info-index-node): Don't search all index nodes if request is only
7768         for the current node and file is not in the cache of index nodes.
7769         (Info-mode-map): Bind Info-copy-current-node-name to `w'
7770         for consistency with dired-copy-filename-as-kill.
7771         Bind `S' to Info-search-case-sensitively.
7772         (Info-copy-current-node-name): New arg.  With zero prefix arg put
7773         the name inside a function call to `info'.  Display copied text in
7774         the echo area.
7776 2004-05-25  Sam Steingold  <sds@gnu.org>
7778         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7779         strip the package prefix from the symbol name, if any.
7780         Make it the `find-tag-default-function' for `lisp-mode'.
7782 2004-05-25  John Paul Wallington  <jpw@gnu.org>
7784         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7785         instead of obsolete `process-kill-without-query'.
7787         * textmodes/texinfmt.el (texinfo-indexvar-alist):
7788         Declare as variable, not constant.
7790 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
7792         * files.el (find-file-noselect-1): Fix bug introduced by
7793         Revision 1.694.  As a side effect, `inhibit-read-only'
7794         is again, by default, t during execution of
7795         `find-file-not-found-functions'.
7796         (insert-directory): Check that lines were really inserted by
7797         the --dired switch, before erasing them.
7799 2004-05-24  Nick Roberts  <nickrob@gnu.org>
7801         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7802         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7803         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7804         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7805         gud-minor-mode (gdbmi).
7807 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7809         * net/browse-url.el (browse-url-interactive-arg): Enable user to
7810         explicitly select the text to be taken as URL.
7812 2004-05-23  Juri Linkov  <juri@jurta.org>
7814         * info.el (Info-index-nodes): New var and fun.
7815         (Info-goto-index, Info-index, info-apropos)
7816         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7817         (Info-index): Fix docstring.  Store and restore Info-history-list.
7818         (Info-complete-nodes): New var.
7819         (Info-complete-menu-item): Use it.
7820         (Info-index-node): New fun.
7821         (Info-final-node, Info-forward-node, Info-backward-node)
7822         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7823         Use Info-index-node.
7824         (Info-extract-menu-item, Info-extract-menu-counting): Set second
7825         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7826         (Info-find-node-2): If a node with period in its name not found,
7827         try to find a node without the name part after period.
7828         (Info-select-node): Call Info-fontify-node only if
7829         Info-fontify-maximum-menu-size is not nil.
7830         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7831         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7832         Preserve Info-history-list.
7833         (Info-toc): Set Info-current-file.
7834         (Info-build-toc): Move point to the beginning of the buffer.
7835         Add main-file variable.
7836         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7837         Use backslashed representation of the control character ^_.
7839         * textmodes/texinfmt.el (texinfo-print-index): Print index line
7840         numbers in the new Texinfo 4.7 format.
7842         * add-log.el (change-log-font-lock-keywords): Remove `:' from
7843         regexps for function and variable names.
7845         * descr-text.el (describe-property-list): Add [show] button for
7846         `syntax-table' property with action to pp to a separate buffer.
7847         (describe-char): Replace search-forward by re-search-forward with
7848         whitespace regexp after "character:" to not fail in too narrow windows.
7850         * simple.el (next-error-find-buffer): Add a rule to return
7851         next-error capable buffer if one window on the selected frame
7852         displays such buffer.
7854 2004-05-23  Nick Roberts  <nickrob@gnu.org>
7856         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7857         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7858         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7859         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7860         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7861         Handle new value for gud-minor-mode (gdbmi).
7862         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7863         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7864         Change from local to global gdb variable set.
7865         (gdb-ann3): Initialise above gdb variable set.
7866         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7867         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7868         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7869         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7870         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7871         (gdb-info-locals-handler, gdb-invalidate-assembler)
7872         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7873         set as global variables.
7874         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7875         Handle gdbmi.
7876         (gdb-info-breakpoints-custom): Fix regexp.
7877         (def-gdb-var): Delete.
7879         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7880         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7881         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7882         a new mode.  The file (gdb-mi.el) for this mode will be included
7883         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7884         primary interface.
7886 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
7888         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7889         interpreted as a directory.
7891 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7893         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7894         as a close quote.
7896         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7898         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7899         Use assoc-string, not assoc-ignore-case.
7901         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7903         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7904         If moving back then fwd gets a defun that ends before point,
7905         try again moving fwd then back.
7907         * files.el (file-name-non-special): Allow t in file-arg-indices
7908         to mean requote the return value.  Use `identity' as an element
7909         rather than as the whole value.
7911         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
7913 2004-05-22  Juanma Barranquero  <lektu@terra.es>
7915         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7916         `help-make-usage'.
7917         (help-highlight-arguments): Skip function name before searching
7918         for arguments.
7920 2004-05-21  Juanma Barranquero  <lektu@terra.es>
7922         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7923         Don't mention in the docstring these arguments meant for
7924         internal (recursive) use only.
7925         (allout-char-spec): Comment out (it's not implemented).
7926         (allout-old-expose-topic, allout-exposure): Fix docstring and add
7927         obsolescence declaration.
7928         (allout-flatten-exposed-to-buffer)
7929         (allout-indented-exposed-to-buffer): Fix typos in docstring.
7930         (my-mark-marker): Doc fix.
7931         (produce-allout-mode-map, allout-sibling-index)
7932         (allout-isearch-expose, allout-distinctive-bullet)
7933         (allout-open-topic, allout-reindent-body)
7934         (allout-rebullet-heading, allout-process-exposed)
7935         (allout-insert-listified, allout-latex-verb-quote)
7936         (allout-insert-latex-header, allout-insert-latex-trailer):
7937         Make arguments match their use in docstring.
7938         (allout-primary-bullet, allout-old-style-prefixes)
7939         (allout-inhibit-protection, allout-init, allout-mode)
7940         (allout-before-change-protect, allout-flag-region):
7941         Use "Emacs" instead of "emacs" in docstrings.
7943 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7945         * international/characters.el: Modify syntax of more characters.
7947 2004-05-21  Masatake YAMATO  <jet@gyve.org>
7949         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7950         (etags-tags-completion-table): Show parsing progress.
7952 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
7954         * locate.el (locate-prompt-for-command): Shorten first line of
7955         docstring.
7956         (locate-mode): Expand docstring and include keymap summary.
7958         * files.el (find-file-noselect-1): Limit the scope of the
7959         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
7960         is, by default, nil during the execution of
7961         `find-file-not-found-functions' and `find-file-hook'.
7963 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
7965         * facemenu.el (facemenu-color-name-equal): New function.
7966         (list-colors-display): Use it to compare colors instead of
7967         facemenu-color-equal.
7969 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
7971         * compare-w.el (compare-windows-face): Use min-colors instead of
7972         checking for tty or pc types.
7974 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7976         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7977         (completion-setup-function): Use with-current-buffer.
7978         Properly save excursion.  Simplify.
7979         Don't assume there is necessarily a `mouse-face' property somewhere.
7981         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7983         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
7985         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7986         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7987         Use with-current-buffer.
7988         (byte-goto-log-buffer): Delete.
7989         (byte-compile-log-file): Call compilation-forget-errors.
7991 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7993         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7994         output messages into the search result.
7996 2004-05-19  Masatake YAMATO  <jet@gyve.org>
7998         * wid-edit.el (widget-radio-button-notify): Revert my last
7999         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8001 2004-05-19  Kenichi Handa  <handa@m17n.org>
8003         * international/characters.el: Fix syntax (open/close) of CJK chars.
8005 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8007         * help-mode.el (help-go-back): Don't depend on position of back button.
8009 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8011         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8012         files files don't contain an accidental additional /.
8014         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8015         in source buffer.
8017 2004-05-18  Masatake YAMATO  <jet@gyve.org>
8019         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8020         to widget-apply.  :action method assumes 2 arguments, not 3.
8022 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
8024         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8025         New constants.
8026         (hs-special-modes-alist): Add an f90-mode entry.
8028 2004-05-17  Sam Steingold  <sds@gnu.org>
8030         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8031         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
8033 2004-05-16  Kim F. Storm  <storm@cua.dk>
8035         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8037 2004-05-15  John Wiegley  <johnw@newartisans.com>
8039         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8040         (eshell-output-object-to-target): Improve output speed 20% by not
8041         calling `eshell-stringify' if something is already known to be a string.
8043 2004-05-15  Alex Ott  <ott@jet.msk.su>
8045         * textmodes/ispell.el (ispell-local-dictionary-alist):
8046         Add windows-1251 to the choice of coding systems.
8047         (ispell-dictionary-alist-6): Add support for "russianw.aff",
8048         encoded in cp1251.
8050 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
8052         * progmodes/compile.el (compilation-warning-face)
8053         (compilation-info-face): Use min-colors.
8055 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8057         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8058         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8059         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8060         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8061         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8062         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8063         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8064         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8065         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8066         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8067         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8068         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8069         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8070         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8072 2004-05-15  Kim F. Storm  <storm@cua.dk>
8074         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8075         Use it to set triggered-p element of timer.
8076         (timer-event-handler): Set triggered-p element non-nil while running
8077         the timer function.
8079 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8081         * descr-text.el (describe-char-unicode-data)
8082         (describe-char-unicodedata-file): Re-enable the unicode code now that
8083         the licensing issues have been cleared in the unicode-4 license.
8084         (describe-text-properties-1): Remove unused `overlay' var.
8085         (describe-char): Remove unused var `buffer'.
8087 2004-05-14  David Ponce  <david@dponce.com>
8089         * tree-widget.el: New file.
8091 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
8093         * language/european.el ("Brazilian Portuguese"): Add support for
8094         Brazilian Portuguese.
8096 2004-05-13  John Wiegley  <johnw@newartisans.com>
8098         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8099         `recentf-mode' if this variable has been customized to t.
8101         * eshell/esh-test.el (eshell-test): Call the function
8102         `emacs-version' rather than trying to build a custom version string.
8104 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8106         * net/telnet.el (telnet-mode): Use define-derived-mode.
8107         Don't modify the global value of comint-prompt-regexp.
8109 2004-05-13  John Paul Wallington  <jpw@gnu.org>
8111         * version.el (emacs-version): Check for `gtk' feature before
8112         `x-toolkit' feature.
8114 2004-05-13  Juanma Barranquero  <lektu@terra.es>
8116         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8117         arguments in the docstring, they're used only in recursive calls.
8119         * help-fns.el (help-arg-highlighting-function)
8120         (help-argument-name): Delete.
8121         (help-default-arg-highlight): New function.
8122         (help-do-arg-highlighting): Use it.
8124 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8126         * calendar/appt.el (appt-disp-window):
8127         Use `calendar-set-mode-line' for a centered mode-line.
8129 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8131         * calendar/appt.el (appt-disp-window): Do not split window
8132         excessively when `split-height-threshold' is low.
8134 2004-05-12  Nick Roberts  <nickrob@gnu.org>
8136         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8137         kill-buffer-hook here and make it local.
8138         (gud-kill-buffer-hook): Use kill-process for a sure kill.
8140 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
8142         * progmodes/compile.el (compilation-set-window-height):
8143         Use save-excursion to protect against misplaced marker.
8145 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8147         * custom.el (defface): Document that type can have value gtk.
8149         * faces.el (face-spec-set-match-display): Handle type gtk in display.
8151 2004-05-12  Kenichi Handa  <handa@m17n.org>
8153         * descr-text.el: Require quail at comile time.
8154         (describe-char): If an input method is on and it supports the
8155         character, show how to input it.
8157         * international/quail.el (quail-install-decode-map): Accept a
8158         char-table whose subtype is `quail-decode-map'.
8159         (quail-store-decode-map-key, quail-gen-decode-map1)
8160         (quail-gen-decode-map, quail-find-key1, quail-find-key)
8161         (quail-show-key): New functions.
8163 2004-05-12  Juanma Barranquero  <lektu@terra.es>
8165         * generic.el (define-generic-mode): Remove redundant arglist info.
8167         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
8168         Make arguments match their use in docstring.
8169         (help-arg-highlighting-function): New variable.
8170         (help-argument-name): Mention it in the docstring.
8171         (help-do-arg-highlight): Use it.  Expand regexp to accept also
8172         ARG-xxx and xxx-ARG references.
8174 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8176         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
8177         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
8178         and "mailto:addr1?to=addr2" equal.
8180 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
8182         * man.el (Man-getpage-in-background): Use shell-file-name
8183         and shell-command-switch variables instead of hard-coded values.
8185 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
8187         * iimage.el: New file.
8189 2004-05-11  Juanma Barranquero  <lektu@terra.es>
8191         * custom.el (custom-initialize-default, defcustom):
8192         Fix typo in docstring.
8194         * files.el (set-visited-file-name, file-expand-wildcards):
8195         Fix docstring.
8197 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8199         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
8201         * subr.el (eventp): Be more discriminating with integers.
8203 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
8205         * progmodes/compile.el (compile): Add universal prefix arg.
8206         (compilation-error-regexp-alist-alist): Add edg patterns.
8208 2004-05-10  Sam Steingold  <sds@gnu.org>
8210         * textmodes/ispell.el (ispell-message):
8211         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
8213 2004-05-10  Dave Love  <fx@gnu.org>
8215         * progmodes/python.el (help-buffer): Autoload when compiling.
8216         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
8217         (run-python): Prepend to any existing PYTHONPATH.
8219 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
8221         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
8222         for pending breakpoints.
8224 2004-05-10  Richard M. Stallman  <rms@gnu.org>
8226         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
8227         directly without calling any functions in Rmail.
8228         (unrmail-unprune): Function deleted.
8230 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8232         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
8233         C-c C-z binding.
8235 2004-05-10  Kenichi Handa  <handa@m17n.org>
8237         * descr-text.el (describe-char): Fix previous change.  Don't make
8238         a unibyte character to multibyte in the *Help* buffer.
8240 2004-05-10  Miles Bader  <miles@gnu.org>
8242         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
8243         buffer an error if the debugger process is actually running.
8245 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8247         * help-fns.el (help-argument-name): Default to italic.
8248         (help-highlight-arguments): Return always (usage . doc), even when
8249         usage is nil.
8251         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
8252         (define-ibuffer-filter): Add usage info.
8253         (define-ibuffer-op): Add usage info (but CL-style defaults for
8254         keyword args are not shown).
8256         * subr.el (remove-overlays, read-passwd): Fix docstring.
8257         (start-process-shell-command): Fix docstring.  Put usage info in a
8258         format usable by `describe-function'.
8259         (open-network-stream, open-network-stream-nowait)
8260         (open-network-stream-server): Fix docstring.
8262 2004-05-09  Jason Rumney  <jasonr@gnu.org>
8264         * international/code-pages (cp932, cp936, cp949, c950): Remove.
8265         Only define cp125* if windows-125* is already defined.
8267         * language/korean.el (cp949): Add alias.
8269         * language/chinese.el (cp936, cp950): Add aliases.
8271         * language/japanese.el (cp932): Add alias.
8273         * term/w32-win.el: Require code-pages.
8275         * international/mule-cmds.el (set-locale-environment):
8276         On MS-Windows use ansi code-page for default coding-systems.
8277         Set up paper sizes for Windows 3 letter languages.
8279         * international/code-pages.el (cp932, cp936, cp949, cp950):
8280         Add aliases.  Also add cp125* if not already defined.
8282 2004-05-09  Juanma Barranquero  <lektu@terra.es>
8284         * help-fns.el (help-highlight-arguments): Don't try to highlight
8285         missing or autoloaded arglists.  Accept structured arguments, like
8286         the first ones of `do' and `flet'.
8288         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
8289         (cvs-get-marked): Remove redundant arglist info.
8291         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
8292         Don't use CL-style default args.
8294 2004-05-08  Andreas Schwab  <schwab@suse.de>
8296         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
8298         * international/subst-ksc.el: Fix references to utf-translate-cjk
8299         into utf-translate-cjk-mode.
8300         * international/subst-big5.el: Likewise.
8301         * international/subst-gb2312.el: Likewise.
8302         * international/subst-jis.el: Likewise.
8303         * international/utf-16.el: Likewise.
8304         * international/utf-8.el: Likewise.
8306 2004-05-08  John Wiegley  <johnw@newartisans.com>
8308         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
8309         "virtual buffers" (off by default), which makes it possible to
8310         switch to the "virtual" buffers of recently visited files.  When a
8311         buffer name search fails, and this option is on, iswitchb will
8312         look at the list of recently visited files, and permit matching
8313         against those names.  When the user hits RET on a match, it will
8314         revisit that file.
8315         (iswitchb-read-buffer): Add two optional arguments, which makes
8316         isearchb.el possible.
8317         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
8318         (iswitchb-next-match): Add support for virtual buffers.
8320         * isearchb.el: This module extends iswitchb to provide "as you
8321         type" buffer selection.
8323         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
8324         Ignore the read-only property when flyspell highlighting is on.
8325         Not ignoring it leads to a series of confusing errors.
8326         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
8327         but also make sure to call flyspell-incorrect-hook.
8328         (flyspell-maybe-correct-transposition): Perform transposition test
8329         by bit twiddling a string, rather than using a temp buffer.
8330         (flyspell-maybe-correct-doubling): Use a string rather than a temp
8331         buffer.  This is also the original version of the code, which
8332         could not be checked in before due to a previous lack of
8333         assignment papers.  This version has seen heavy usage on my system
8334         for several years now.
8336         * calendar/cal-bahai.el: New file, which adds support for the
8337         Baha'i calendar to Emacs.  This calendar is based on a solar year
8338         of 19 months of 19 days, with 4 intercalary days.  Each year
8339         begins on March 21, with the calendar starting in 1844.
8341         * calendar/cal-menu.el, calendar/calendar.el,
8342         calendar/diary-lib.el, calendar/holidays.el: Added support for
8343         using cal-bahai.el.
8345         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
8346         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
8347         function can be used outside of eshell buffers.
8348         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
8350 2004-05-08  Juanma Barranquero  <lektu@terra.es>
8352         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
8353         word constituent so FOO-ARG is not recognized as an arg.
8354         (help-highlight-arguments): Don't skip lists in mandatory arguments.
8356         * simple.el (next-error): Fix typo in docstring.
8357         (open-line): Make argument names match their use in docstring.
8358         (split-line): Fix docstring.
8360         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
8361         usable by `describe-function'.
8362         (gensym, gentemp, typep, ignore-errors): Make argument names match
8363         their use in docstring.
8365         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
8366         argument to `help-setup-xref'.
8368 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
8370         Version 2.0.40 of Tramp released.
8372         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
8373         Use symbol-function to invoke functions only known on some Emacs
8374         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
8375         Scaldeferri <kevin@scaldeferri.com>.
8376         (tramp-do-copy-or-rename-file-via-buffer): Rename from
8377         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
8378         consistent with the other tramp-do-* functions.
8379         (tramp-do-copy-or-rename-file): Calls adjusted.
8380         (tramp-process-initial-commands): Avoid liveness check on shell --
8381         we know that it must be alive since we're opening a connection at
8382         this moment.
8383         (tramp-last-cmd): New internal variable.
8384         (tramp-process-echoes): New tunable.
8385         (tramp-send-command): Set tramp-last-cmd.
8386         (tramp-wait-for-output): Delete echo, if applicable.
8387         (tramp-read-passwd): Construct the key for the password cache in a
8388         way that works for multi methods, too.
8389         (tramp-bug): Add backup-directory-alist and
8390         bkup-backup-directory-info to bug reports, with Tramp counterparts.
8392 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
8394         * net/tramp*.el: Suppress byte-compiler warnings where possible.
8396         * net/tramp.el (tramp-out-of-band-prompt-regexp)
8397         (tramp-actions-copy-out-of-band): New defcustoms.
8398         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
8399         used instead of a synchronous one.  Allows password entering.
8400         (tramp-action-out-of-band): New defun.
8401         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
8402         Remove restriction with password from doc string.
8403         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
8404         `tramp-out-of-band-prompt-regexp',
8405         `tramp-actions-copy-out-of-band', `password-cache' and
8406         `password-cache-expiry'.
8407         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
8408         password caching.
8409         (tramp-touch): FILE can be a local file, too.
8410         (TODO): Remove items done.
8411         (tramp-handle-insert-directory): Properly quote file name also if
8412         not full-directory-p.  Handle wildcard case.  Reported by Andreas
8413         Schwab <schwab@suse.de>.
8414         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
8415         new file.
8416         (tramp-handle-file-local-copy, tramp-handle-write-region):
8417         The permissions of the temporary file are set if filename exists.
8418         Reported by Ted Stern <stern@cray.com>.
8419         (tramp-backup-directory-alist)
8420         (tramp-bkup-backup-directory-info): New defcustoms.
8421         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
8422         (tramp-handle-find-backup-file-name): New function.
8423         Implements Tramp's find-backup-file-name.
8425         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
8426         for `find-backup-file-name'.
8428         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
8429         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
8431 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8433         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
8435 2004-05-07  Juanma Barranquero  <lektu@terra.es>
8437         * subr.el (lambda): Add arglist description to docstring.
8438         (declare): Fix typo in docstring.
8439         (open-network-stream): Fix docstring.
8440         (process-kill-without-query): Fix docstring and add obsolescence info.
8441         (last, butlast, nbutlast): Make arguments match their use in docstring.
8442         (insert-buffer-substring-no-properties): Likewise.
8443         (insert-buffer-substring-as-yank): Likewise.
8444         (split-string): Fix docstring.
8446         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8447         Make argument names match their use in docstring.
8449         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
8451 2004-05-06  Nick Roberts  <nickrob@gnu.org>
8453         * progmodes/gdb-ui.el: Improve/extend documentation strings.
8454         Fit first sentence on one line for apropos-command.
8456 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8458         Changes largely merged in from Dave Love's code.
8459         * progmodes/python.el: Doc fixes.
8460         (python-mode-map): Add python-complete-symbol.
8461         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
8462         (python-comment-indent, python-complete-symbol)
8463         (python-symbol-completions, python-partial-symbol)
8464         (python-try-complete): New.
8465         (python-indent-line): Remove optional arg.  Use python-block-end-p.
8466         (python-check): Bind compilation-error-regexp-alist.
8467         (inferior-python-mode): Use rx.  Move keybindings to top level.
8468         Set comint-input-filter.
8469         (python-preoutput-filter): Use rx.
8470         (python-input-filter): Re-introduce.
8471         (python-proc): Start new process if necessary.
8472         Check python-buffer non-nil.
8473         (view-return-to-alist): Defvar.
8474         (python-send-receive): New.
8475         (python-eldoc-function): Use it.
8476         (python-mode-running): Don't defvar.
8477         (python-mode): Set comment-indent-function.
8478         Maybe update hippie-expand-try-functions-list.
8479         (python-indentation-levels): Initialize differently.
8480         (python-block-end-p): New.
8481         (python-indent-line): Use it.
8482         (python-compilation-regexp-alist): Augment.
8483         (run-python): Import `emacs' module to Python rather than loading
8484         code directly.  Set python-buffer differently.
8485         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
8486         Use python-proc.
8487         (python-send-command): Go to end of comint buffer.
8488         (python-load-file): Use python-proc, emacs.eimport.
8489         (python-describe-symbol): Simplify interactive form.
8490         Use emacs.help.  Do use temp-buffer-show-hook.
8491         Call print-help-return-message.
8492         (hippie-exp): Require when compiling.
8493         (python-preoutput-continuation): Use rx.
8495         * diff-mode.el (diff-make-unified): Fix regexp.
8497 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
8499         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
8500         filter groups from the buffer when rebuilding the Ibuffer buffer
8501         and `ibuffer-show-empty-filter-groups' is nil.
8503 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8505         * ps-print.el (ps-print-quote): Call ps-value-string.
8506         (ps-setup): Call ps-comment-string.
8507         (ps-value-string, ps-comment-string): New funs.
8509 2004-05-06  Juanma Barranquero  <lektu@terra.es>
8511         * ehelp.el (electric-help-command-loop): Check whether the last
8512         character is visible, not (point-max).
8514         * help-fns.el (help-argument-name): Default to bold; don't inherit
8515         from font-lock-variable-name-face.
8516         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
8518 2004-05-05  Kenichi Handa  <handa@m17n.org>
8520         * descr-text.el (describe-char): Copy the character with text
8521         properties and overlays into the first line, and call
8522         describe-text-properties on it.
8524 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
8526         * iswitchb.el (iswitchb-global-map): Fix typo.
8527         Remove unwanted ###autoloads from source file.
8529 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
8531         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
8532         in run-hooks.  Use substitute-command-keys in message.
8533         (wdired-abort-changes): Add message.
8535 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
8537         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
8538         (sql-emacs20-p): Remove.
8539         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
8540         (sql-builtin-face, sql-doc-face): Remove.
8541         (sql-mode-ansi-font-lock-keywords)
8542         (sql-mode-oracle-font-lock-keywords)
8543         (sql-mode-postgres-font-lock-keywords)
8544         (sql-mode-linter-font-lock-keywords)
8545         (sql-mode-ms-font-lock-keywords)
8546         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
8547         (sql-product-font-lock): Fix font-lock reset when font rules change.
8548         (sql-highlight-product): Remove incorrect font-lock reset logic.
8550 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
8552         * ses.el (ses-set-parameter): Fix typo.
8554 2004-05-04  Kim F. Storm  <storm@cua.dk>
8556         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
8557         Must expand directory for completion to work; and don't mess with
8558         process-environment.
8559         (ido-read-file-name): If command has ido property, don't use ido
8560         if value is ignore, or read as directory if value is dir.
8561         Set ido ignore property for dired-do-rename command.
8563 2004-05-04  Juanma Barranquero  <lektu@terra.es>
8565         * ehelp.el (electric-help-command-loop, electric-help-undefined)
8566         (electric-help-help): Check against unmapped commands.
8568         * help-fns.el (help-argument-name): New face, inheriting from
8569         font-lock-variable-name-face, to highlight function arguments in
8570         `describe-function' and `describe-key'.
8571         (help-do-arg-highlight): Auxiliary function to highlight a given
8572         list of arguments in a string.
8573         (help-highlight-arguments): Highlight the function arguments and
8574         all uses of them in the docstring.
8575         (describe-function-1): Use it.  Do docstring output via `insert',
8576         not 'princ', so text attributes are preserved.
8578         * winner.el (winner-mode-map): Move `winner-undo' and
8579         `winner-redo' to C-c <left> and C-c <right>, respectively (the
8580         previous bindings conflict with `prev-buffer', `next-buffer').
8582 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8584         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
8585         (bibtex-entry-update): New command bound to C-c C-u.
8586         (bibtex-text-in-string): Fix regexp.
8587         (bibtex-assoc-of-regexp): Remove.
8588         (bibtex-progress-message): Fix docstring.
8589         (bibtex-inside-field): Use if.
8590         (bibtex-assoc-regexp): New function.
8591         (bibtex-format-entry): Make code more robust so that it formats
8592         also old entries.
8593         (bibtex-autokey-demangle-title): Merge with obsolete function
8594         bibtex-assoc-of-regexp.
8595         (bibtex-field-list): New function.
8596         (bibtex-entry): Use bibtex-field-list.
8597         (bibtex-parse-entry): Fix docstring.
8598         (bibtex-print-help-message): Use bibtex-field-list.
8599         (bibtex-make-field): Use bibtex-field-list.
8600         (bibtex-entry-index): Bugfix.  Return crossref key if required.
8601         (bibtex-lessp): Fix docstring.
8603 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
8605         * select.el (xselect-convert-to-string): Move comment to intended line.
8607 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8609         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
8610         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8612 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8614         * term/x-win.el (x-clipboard-yank): Don't exit on error from
8615         x-get-selection.
8617 2004-05-03  Jason Rumney  <jasonr@gnu.org>
8619         * makefile.nt: Remove.
8621 2004-05-03  Kim F. Storm  <storm@cua.dk>
8623         * emulation/cua-base.el (cua--update-indications): Fix last change.
8624         (cua-mode): Deactivate mark when cua-mode is enabled.
8626 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
8628         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8630 2004-05-03  Nick Roberts  <nickrob@gnu.org>
8632         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8633         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8634         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8635         window over visible frames.
8636         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8638 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8640         * progmodes/compile.el (compilation-gcpro): New var.
8641         (compilation-fake-loc): Use it.
8642         (compilation-forget-errors): Reset it.
8644 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8646         * diff-mode.el (diff-header-face, diff-file-header-face):
8647         Use min-colors.
8649 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8651         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8652         (bibtex-clean-entry): Disentangle code.
8653         (bibtex-realign): New function.
8654         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
8655         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8656         Remove undocumented optional arg called-by-convert-alien.
8657         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
8658         for sorting instead of bibtex-sort-buffer.
8660 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
8662         * progmodes/compile.el (compilation-start): In the
8663         no-async-subprocesses branch, call sit-for to give redisplay a
8664         chance to show the updated process status in the mode line, and
8665         fontify the buffer explicitly after the process exits.
8667 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8669         * progmodes/python.el (python-compilation-line-number): Remove.
8670         (python-compilation-regexp-alist): Don't use it any more.
8671         (python-orig-start, python-input-filter): Remove.
8672         (inferior-python-mode): Don't set up comint-input-filter-functions.
8673         (python-send-region): Use compilation-fake-loc.
8675         * progmodes/compile.el (compilation-messages-start): New var.
8676         (compilation-mode): Don't setup next-error-function here.
8677         (compilation-setup): Set it up here instead (for minor modes as well).
8678         Make compilation-messages-start buffer local.
8679         (compilation-next-error-function): Use it.
8680         (compilation-forget-errors): Set compilation-messages-start.
8682 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8684         * ielm.el (ielm-prompt-read-only): Update docstring.
8686         * comint.el (comint-prompt-read-only): Update docstring.
8687         (comint-update-fence, comint-kill-whole-line)
8688         (comint-kill-region): New functions.
8690         * simple.el (kill-whole-line): Use "p" instead of "P" in
8691         interactive form.
8693 2004-05-01  Juanma Barranquero  <lektu@terra.es>
8695         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8696         format arglist so default values in CL-style argument lists are
8697         correctly shown.
8699 2004-05-01  Jason Rumney  <jasonr@gnu.org>
8701         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8703 2004-05-01  Kenichi Handa  <handa@m17n.org>
8705         * international/titdic-cnv.el (miscdic-convert): Don't generate a
8706         quail file if it is up to date.
8708 2004-04-30  Juri Linkov  <juri@jurta.org>
8710         * cus-edit.el (custom-mode-map):
8711         Add key binding `C-x C-s' to `Custom-save'.
8713         * outline.el (outline-blank-line): New var.
8714         (outline-next-preface, outline-show-heading)
8715         (outline-end-of-subtree): Use it.
8717         * dired-aux.el (dired-touch-initial): New fun.
8718         (dired-do-chxxx): Call it for op-symbol `touch'.
8719         (dired-diff): Use `dired-dwim-target-directory'
8720         if current dired buffer has no buffer mark.
8722         * bindings.el (propertized-buffer-identification):
8723         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8724         Add C-M-arrow keys for consistency.
8726         * files.el (confirm-kill-emacs):
8727         Change group from top-level `emacs' to `convenience'.
8729         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8730         Push mark on the first call of successive command calls.
8731         (insert-pair): New fun created from `insert-parentheses' with
8732         `open' and `close' arguments added.  Enclose active regions
8733         in paired characters.  Compare adjacent characters syntax with
8734         inserted characters syntax before inserting a space.
8735         (insert-parentheses): Call `insert-pair' with ?\( ?\).
8737         * delsel.el: Don't put `delete-selection' property
8738         on `insert-parentheses' symbol to take advantage of
8739         region handling in `insert-pair' function.
8740         Suggested by Stephan Stahl <stahl@eos.franken.de>.
8742 2004-04-30  Kim F. Storm  <storm@cua.dk>
8744         * emulation/cua-base.el: Add support for changing cursor types;
8745         based on patch from Michael Mauger.
8746         (cua-normal-cursor-color, cua-read-only-cursor-color)
8747         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
8748         Customization cursor type and/or cursor color.
8749         (cua--update-indications): Handle cursor type changes.
8750         (cua-mode): Update cursor indications if enabled.
8752         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
8754         * mouse.el (mouse-drag-copy-region): New defcustom.
8755         (mouse-set-region, mouse-drag-region-1): Use it.
8757         * simple.el (kill-ring-save): If region face background color is
8758         unspecified (if no highlighting), show extent of fully visible
8759         region even if transient-mark-mode is enabled.
8761         * emulation/cua-base.el (cua--standard-movement-commands):
8762         Add cua-scroll-up and cua-scroll-down.
8763         (cua-scroll-up, cua-scroll-down): New commands.
8764         (cua--init-keymaps): Remap scroll-up and scroll-down.
8766         * emulation/cua-rect.el (cua--convert-rectangle-as):
8767         New defmacro.
8768         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8769         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8770         New commands (suggested by Jordan Breeding).
8772 2004-04-30  Juanma Barranquero  <lektu@terra.es>
8774         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8776 2004-04-30  Mario Lang  <mlang@delysid.org>
8778         * diff.el (diff-switches): Fix typo in docstring.
8780 2004-04-30  Alex Schroeder  <alex@gnu.org>
8782         * xml.el (xml-debug-print-internal): Don't add newline and
8783         indentation to text nodes and write empty elements as empty tags
8784         instead of opening and closing tags.
8785         (xml-debug-print): Take optional indent-string argument.
8786         (xml-print): Alias for xml-debug-print.
8788 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8790         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8791         than duplicate call to `line-beginning-position'.
8793         * progmodes/f90.el (f90-get-present-comment-type):
8794         Return whitespace, as well as comment chars, for consistent filling
8795         of comment blocks.  Use `match-string-no-properties'.
8796         (f90-break-line): Trim trailing whitespace when filling comments.
8798 2004-04-30  Dave Love  <fx@gnu.org>
8800         * calendar/diary-lib.el (diary-outlook-formats): New variable.
8801         (diary-from-outlook-internal, diary-from-outlook)
8802         (diary-from-outlook-gnus, diary-from-outlook-rmail):
8803         New functions to import diary entries from Outlook-format
8804         appointments in mail messages.
8806 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8808         * progmodes/python.el (python-send-command): New fun.
8809         (python-send-region, python-load-file): Use it.
8811         * progmodes/compile.el (compilation-last-buffer): Add var alias.
8813         * help-fns.el (help-C-file-name): Use new subr-name.
8814         Prepend `src/' to the file name.
8815         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8816         (describe-function-1, describe-variable): Only find a C source file
8817         name if DOC is already loaded.
8819         * help-mode.el (help-function-def, help-variable-def):
8820         Use the new find-function-search-for-symbol functionality.
8821         Allow FILE to be `C-source'.
8823         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8824         (find-function-C-source): New fun.
8825         (find-function-search-for-symbol): Use it.
8827 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
8829         * progmodes/sql.el (sql-product-alist): Rename variable
8830         `sql-product-support'.  Add Postgres login parameters.
8831         (sql-set-product, sql-product-feature): Update with renamed variable.
8832         (sql-connect-postgres): Add username prompt.
8833         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8834         Make patterns less product specific.
8835         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8836         (sql-mode-abbrev-table): Modify initialization.
8837         (sql-builtin-face): Add variable.
8838         (sql-keywords-re): Add macro.
8839         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8840         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8841         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8842         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8843         (sql-mode-linter-font-lock-keywords)
8844         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8845         (sql-mode-sybase-font-lock-keywords)
8846         (sql-mode-informix-font-lock-keywords)
8847         (sql-mode-interbase-font-lock-keywords)
8848         (sql-mode-ingres-font-lock-keywords)
8849         (sql-mode-solid-font-lock-keywords)
8850         (sql-mode-sqlite-font-lock-keywords)
8851         (sql-mode-db2-font-lock-keywords): Default to nil.
8852         (sql-product-font-lock): Always highlight ANSI keywords.
8853         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8854         (sql-send-string): Add function.
8856 2004-04-29  Dave Love  <fx@gnu.org>
8858         * progmodes/cfengine.el (cfengine-beginning-of-defun)
8859         (cfengine-end-of-defun): Ensure progress through buffer.
8861         * info-look.el (cfengine-mode): Accept a terminal ().
8863 2004-04-29  Juri Linkov  <juri@jurta.org>
8865         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8866         instead of isearch-yank-word-or-char.  Add new key bindings for
8867         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8868         (isearch-del-char): New fun.
8869         (isearch-forward, isearch-edit-string): Update docstring.
8870         (isearch-yank-char): Doc fix.
8871         (isearch-other-meta-char): Restore point after scrolling.
8873         * progmodes/compile.el (compilation-context-lines): Add nil option
8874         to disable compilation output window scrolling.
8875         (compilation-set-window): Use it.
8877         * outline.el (outline-next-preface, outline-show-heading):
8878         Don't leave unhidden blank line before heading.
8879         (outline-end-of-subtree): Include last newline into subtree.
8880         (hide-entry): Leave point at beginning of heading instead of end.
8881         (outline-up-heading): Push mark for the first call of successive
8882         command calls.
8884 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
8886         * comint.el (comint-prompt-read-only): New variable.
8887         (comint-output-filter): Implement it.
8889         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8890         (ielm-prompt-internal): New variable.
8891         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8892         (ielm-send-input): Delete unused variable `buf'.
8893         (ielm-eval-input): Use `ielm-prompt-internal'.
8894         (inferior-emacs-lisp-mode): Use new variables
8895         `comint-prompt-read-only' and `ielm-prompt-internal'.
8896         Get rid of obsolete variable `directory-sep-char'.
8897         (ielm): Use `zerop'.
8899 2004-04-29  John Paul Wallington  <jpw@gnu.org>
8901         * thumbs.el (toplevel): Require cl at compile time.
8902         Remove conditional definitions of `ignore-errors' and `caddar'
8903         because they occur at run time.
8905 2004-04-28  Nick Roberts  <nickrob@gnu.org>
8907         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8908         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8909         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8910         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8912         * progmodes/gud.el (gud-common-init): Throw an error if program is
8913         already running under gdb.
8915 2004-04-28  John Paul Wallington  <jpw@gnu.org>
8917         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8918         (thumbs-show-image-num): Move assignment of
8919         `thumbs-current-image-filename' within scope of `i'.
8920         (thumbs-emboss-image): Don't use `evenp'.
8922 2004-04-28  Richard M. Stallman  <rms@gnu.org>
8924         * progmodes/compile.el (compilation-context-lines): Default now 0.
8926 2004-04-28  Juanma Barranquero  <lektu@terra.es>
8928         Use `time-less-p' from calendar/time-date.el instead of defining
8929         custom versions of it.
8931         * pcomplete.el (pcomplete-time-less-p): Remove.
8933         * thumbs.el (time-less-p): Remove.
8935         * calendar/timeclock.el (timeclock-time-less-p): Remove.
8936         (timeclock-generate-report): Use `time-less-p'.
8938         * emacs-lisp/autoload.el (autoload-before-p): Remove.
8939         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8941 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8943         * subr.el (remove-overlays): Make arguments optional.
8945         * wid-edit.el (widget-specify-button): Put evaporate to the
8946         overlay for sample.
8947         (widget-specify-sample): Put evaporate to the overlay for sample.
8948         (widget-specify-doc): Put evaporate to the overlay for documentation.
8950 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8952         * info.el (info-apropos): Make it an index node.  Align node names
8953         like makeinfo.
8955 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
8957         * net/browse-url.el (browse-url-netscape-sentinel)
8958         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8959         (browse-url-epiphany-sentinel, browse-url-mosaic):
8960         Use browse-url-*-program instead of a literal program name.
8962 2004-04-27  Kevin Ryde  <user42@zip.com.au>
8964         * eshell/em-alias.el:
8965         * eshell/em-dirs.el:
8966         * eshell/em-hist.el:
8967         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8968         features when M-x customize-group loads modules before the main
8969         eshell.el.
8971 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8973         * subr.el (momentary-string-display): Support EXIT-CHAR that is
8974         either a character representation of an event or an event
8975         description list.
8977         * type-break.el: Capitalise Emacs and Lisp.
8978         (type-break-good-break-interval, type-break-demo-boring-stats)
8979         (type-break-terse-messages, type-break-file-name): New defcustoms.
8980         (type-break-post-command-hook)
8981         (type-break-warning-countdown-string): Quote variable names in doc.
8982         (type-break-interval-start, type-break-auto-save-file-name): New vars.
8983         (type-break-mode): Document type-break-good-break-interval and the
8984         "session" file.  Schedule break according to the session file.
8985         Kill session file buffer on exit.  Organise for save-some-buffers
8986         to always save the session file.
8987         (type-break-mode-line-message-mode, type-break-query-mode):
8988         Uppercase arguments.
8989         (type-break-file-time, type-break-file-keystroke-count, timep)
8990         (type-break-choose-file, type-break-get-previous-time)
8991         (type-break-get-previous-count): New defuns.
8992         (type-break): Avoid break querying after a completed break in the
8993         case where the query was initiated during user invocation of the
8994         break.  Optional terse messages.
8995         Use type-break-good-break-interval if type-break-good-rest-interval is
8996         nil.  File the break time.
8997         (type-break-schedule): New optional args for overriding the use of
8998         the current time.
8999         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9000         after a break.
9001         (type-break-check): File the keystroke count.
9002         (type-break-do-query): Prevent a second query when the break is
9003         interrupted.  Optional terse message.
9004         (type-break-keystroke-reset): Record the start of a typing interval.
9005         (type-break-demo-boring): Optional terse messages.  Display word
9006         per minute and keystroke counts according to
9007         type-break-demo-boring-stats.
9009 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
9011         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9012         directories, make sure they exist under archive-tmpdir.
9014 2004-04-27  Juri Linkov  <juri@jurta.org>
9016         * help.el (view-emacs-news): With argument, display info for the
9017         selected version by finding it among different NEWS files, and
9018         narrowing the buffer to the selected version.
9020         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9021         same-window-buffer-names.
9022         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
9023         non-numeric prefix argument, append the number to the buffer name
9024         for numeric prefix argument.
9025         (info-other-window): Bind same-window-regexps to nil.
9026         (Info-reference-name): Rename to Info-point-loc.
9027         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9028         and Info-find-index-name for stringy Info-point-loc.
9029         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
9030         without middle `.', but with final `.' and optional line number
9031         for it.  Set Info-point-loc for index nodes.
9032         (Info-index): Remove middle `.' from index entry regexp.
9033         Modify line number regexp.
9034         (Info-index-next): Decrement line number.
9035         (info-apropos): Remove middle `.' from index entry regexp.
9036         Add optional line number regexp at the end.  Add matched value
9037         for line number to the result list and insert it to the buffer.
9038         Replace match-string by match-string-no-properties.
9039         Reorder result list.
9040         (Info-fontify-node): Hide index line numbers.
9041         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9042         empty matches.
9043         (Info-follow-reference): Use `str' instead of
9044         Info-following-node-name-re.
9045         (Info-toc): Use full file names.  Set Info-current-node to "Top".
9046         (Info-fontify-node): Compare file names without directory name.
9047         (Info-try-follow-nearest-node): Don't set Info-reference-name.
9048         Set second arg of Info-extract-menu-node-name for index nodes.
9049         (info-xref-visited): Use magenta3 instead of magenta4.
9050         (Info-mode): Add info-apropos to docstring.
9052         * log-view.el (log-view-diff): Replace interactive code "r"
9053         by a list to allow to call it even if region is not active.
9055         * paren.el (show-paren-highlight-openparen): New var.
9056         (show-paren-function): Turn on openparen highlighting when
9057         matching forward if show-paren-highlight-openparen is non-nil.
9059         * simple.el (kill-ring-save): Use blink-matching-delay instead of
9060         the constant value 1.
9061         (completions-common-part): Expand docstring.
9063         * textmodes/picture.el (picture-mode-map): Add arrow keys.
9065 2004-04-27  Kim F. Storm  <storm@cua.dk>
9067         * image.el (insert-sliced-image): Use line-height instead of
9068         line-spacing property on newline.
9070 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
9072         * desktop.el (desktop-buffer-misc-data-function): Rename to
9073         desktop-save-buffer and change docstring.
9074         (desktop-buffer-modes-to-save): Delete.
9075         (desktop-save-buffer-p): Use desktop-save-buffer instead of
9076         desktop-buffer-modes-to-save.
9077         (desktop-save): Rename desktop-buffer-misc-data-function to
9078         desktop-save-buffer and allow non-function value.
9079         (desktop-missing-file-warning): Correct docstring.
9081         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9082         to desktop-save-buffer.
9084         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9085         desktop-save-buffer.
9087         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9089         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9091 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
9093         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9095 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
9097         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9098         (ielm): Only go to the end of the buffer when starting a new process.
9100 2004-04-25  Juanma Barranquero  <lektu@terra.es>
9102         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9103         mode line.  Bind `inhibit-read-only' to t before modifying
9104         properties of text in the buffer.
9105         (ielm): Force point to the end of buffer, even when running ielm
9106         from inside itself.
9108 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9110         * info.el (info-apropos): Reset Info-complete-cache.
9112 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
9114         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9115         Also recognize severe Irix et al. messages.
9116         (compilation-normalize-filename, compile-abbreviate-directory):
9117         Delete functions.
9118         (compilation-get-file-structure): New function inherits
9119         functionality of the two preceding ones.
9120         (compilation-internal-error-properties, compilation-fake-loc):
9121         Use it so that different paths to the same file share the same
9122         markers.  Also optimize finding adjacent marker slightly.
9124 2004-04-25  Kim F. Storm  <storm@cua.dk>
9126         * image.el (insert-sliced-image): Add line-spacing t property
9127         to newlines separating image lines.
9129 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
9131         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9133         * ielm.el (ielm-prompt-read-only): New user option.
9134         (ielm-prompt): Expand docstring to describe new behavior.
9135         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9136         mention it in the docstring.
9138 2004-04-24  Andreas Schwab  <schwab@suse.de>
9140         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9142         * diff.el (diff): Set default-directory in diff buffer.
9144 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
9146         * mail/sendmail.el (mail-bury): Don't delete the frame where the
9147         mail was being composed if the terminal cannot display more than
9148         one frame; instead, switch to previous frame.
9150         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9151         (rmail-start-mail): Support rmail-mail-new-frame even on
9152         terminals that can display only one frame at a time.
9154 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9156         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9157         (checkdoc-output-font-lock-keywords): Remove error regexp.
9158         (checkdoc-output-mode-map): Remove.
9159         (checkdoc-output-mode): Derive from compilation-mode.
9160         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9162         * dired.el (dired-mode-map): Add a menu entry for wdired.
9164         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
9165         (rx-bracket, rx-check-any, rx-any): Clean up name space.
9167         * wdired.el: (wdired-mode-map): Move init into declaration.
9168         Fix `return' binding.
9169         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9170         Use force-mode-line-update.
9171         (wdired-get-filename): Use `unless'.
9172         (wdired-preprocess-files): Don't assume names have no \n and use / for
9173         dir separator.
9174         (wdired-normalize-filename): Use replace-regexp-in-string.
9175         (wdired-load-hooks): Remove.
9176         (wdired-mode-hooks): Rename to wdired-mode-hook.
9178         * info-look.el: Add support for cfengine-mode.
9179         (info-lookup-setup-mode): Use dolist.
9181 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
9183         * wdired.el: New file.
9185 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9187         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
9189         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
9190         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
9191         (pcomplete--help, pcomplete--here): Doc fixes.
9193 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
9195         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
9196         handles wrong-number-of-arguments in backend call.
9198         * vc.el (vc-print-log): Likewise.
9200 2004-04-20  Dave Love  <fx@gnu.org>
9202         * emacs-lisp/rx.el: Doc fixes.
9203         (rx-constituents): Add/extend many forms.
9204         (rx-check): Check form is a list.
9205         (bracket): Defvar.
9206         (rx-check-any, rx-any, rx-check-not): Modify.
9207         (rx-not): Simplify.
9208         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
9209         (rx-kleene): Use rx-trans-forms.
9210         (rx-quote-for-set): Delete.
9211         (rx): Allow multiple args.
9213 2004-04-23  Kenichi Handa  <handa@m17n.org>
9215         * international/mule-util.el (char-displayable-p): Simplify by
9216         using internal-char-font.
9218 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9220         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9222 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         * diff-mode.el (diff-next-error): New fun.
9225         (diff-mode): Use it.
9227         * simple.el (next-error): Change arg name.
9228         Add support for the documented C-u C-x ` usage.
9230         * frame.el (special-display-popup-frame, next-multiframe-window)
9231         (previous-multiframe-window): Only consider frames on same display.
9233 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
9235         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
9236         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
9238 2004-04-22  Kim F. Storm  <storm@cua.dk>
9240         * net/telnet.el (telnet): Add optional port arg.
9242 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9244         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9245         Minor sanity check on the `hyperlink' slot.
9247         * Makefile.in (recompile): Compile new files.
9249         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
9250         Add byte-recompile-directory's optional `arg'.
9252         * cvs-status.el (cvs-tree-use-charset): New var.
9253         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
9254         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
9255         (cvs-status-cvstrees): Use it.
9257         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
9258         Make it a normal major mode.
9259         (checkdoc-buffer-label): Make sure the file name is meaningful.
9260         (checkdoc-output-to-error-buffer): Remove.
9261         (checkdoc-error, checkdoc-start-section): Rewrite.
9263         * info.el (info-node, info-menu-5, info-xref, info-header-node)
9264         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9265         (Info-title-4-face): Use new syntax.
9266         (info-xref-visited): Inherit from info-xref.
9268         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
9270 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9272         * simple.el (next-error-last-buffer, next-error-function):
9273         New variables for the next-error framework.
9274         (next-error-buffer-p): New function.
9275         (next-error-find-buffer): Generalize compilation-find-buffer.
9276         (next-error, previous-error, first-error, next-error-no-select)
9277         (previous-error-no-select): Move from compile.el.
9279         * replace.el (occur-next-error, occur-1): Hook into the next-error
9280         framework.
9282         * progmodes/compile.el (compilation-start):
9283         Set next-error-last-buffer so next-error knows where to jump.
9284         (compilation-setup): Set the buffer-local variable
9285         next-error-function to 'compilation-next-error-function.
9286         (compilation-buffer-p, compilation-buffer-internal-p): Use an
9287         alternate way to find if a buffer is a compilation buffer, for
9288         next-error convenience.
9289         (next-error-no-select, previous-error-no-select, next-error)
9290         (previous-error, first-error): Move to simple.el.
9291         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
9292         (compilation-last-buffer): Remove.
9293         (compilation-start, compilation-next-error, compilation-setup)
9294         (compilation-next-error-function, compilation-find-buffer):
9295         Remove compilation-last-buffer use.
9297 2004-04-21  Juanma Barranquero  <lektu@terra.es>
9299         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
9300         (font-lock-warning-face): Fix spacing.
9302         * makefile.w32-in (WINS): Add url/ directory.
9304 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
9306         * desktop.el (desktop-buffer-mode-handlers): New variable.
9307         Alist of major mode specific functions to restore a desktop buffer.
9308         (desktop-buffer-handlers): Make variable obsolete.
9309         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
9310         Catch errors signaled in handlers.  Update buffer count.
9311         Evaluate desktop-buffer-point.
9312         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
9313         move to dired.el.
9314         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
9315         move to info.el.
9316         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
9317         move to mail/rmail.el.
9318         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
9319         to mh-e/mh-e.el.
9320         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
9321         On fail, print message (to message buffer) even if
9322         desktop-missing-file-warning is nil.
9323         (desktop-buffer-misc-data-function): New buffer local variable.
9324         Function returning major mode specific data.
9325         (desktop-buffer-misc-functions): Make variable obsolete.
9326         (desktop-save): Use desktop-buffer-misc-data-function.
9327         (desktop-buffer-dired-misc-data): Rename to
9328         dired-desktop-buffer-misc-data and move to dired.el.
9329         (desktop-buffer-info-misc-data): Rename to
9330         Info-desktop-buffer-misc-data and move to info.el.
9331         (desktop-read): Add message about number of buffers restored/failed.
9333         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
9334         Add parameters.  Pause to display error only when
9335         desktop-missing-file-warning is non-nil.
9336         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
9337         (dired-mode): Bind desktop-buffer-misc-data-function.
9339         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
9340         Add Parameters.
9341         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
9342         (Info-mode): Bind desktop-buffer-misc-data-function.
9344         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
9345         Add Parameters.
9347         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
9348         Add Parameters.
9350 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
9352         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
9353         the case of letters in case-insensitive expansions when the
9354         abbrev is preceded by characters with letter syntax.
9356 2004-04-21  Richard M. Stallman  <rms@gnu.org>
9358         * progmodes/cperl-mode.el (cperl-putback-char):
9359         Delete Emacs 18 definition.
9361         * international/mule.el (ctext-post-read-conversion):
9362         Use assoc-string, not assoc-ignore-case.
9364         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
9366         * emacs-lisp/easymenu.el (easy-menu-add):
9367         Do call x-popup-menu, but only if it's defined.
9369         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
9371         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
9372         Handle multiple args: compile like progn.
9374         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
9375         take all args as &rest arg.
9377         * autoinsert.el (auto-insert-alist): Insert the user's name in
9378         copyright notice, rather than Free Software Foundation.
9380 2004-04-21  Kenichi Handa  <handa@m17n.org>
9382         * descr-text.el (describe-char): Make it work on *Help* buffer.
9384 2004-04-21  Kim F. Storm  <storm@cua.dk>
9386         * image.el (insert-image): Add optional SLICE arg.
9387         (insert-sliced-image): New defun.
9389 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
9391         * subr.el (read-number): Check whether `default' is nil.
9393 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9395         * progmodes/compile.el (compilation-error-properties):
9396         Split into two.
9397         (compilation-internal-error-properties): New one.
9398         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
9400 2004-04-20  Richard M. Stallman  <rms@gnu.org>
9402         * window.el (split-window-save-restore-data):
9403         Don't update the data if OLD-INFO is nil.
9405         * view.el (view-return-to-alist): Mark it permanent local.
9407         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
9409         * recentf.el (recentf-save-list): Catch and warn about errors.
9411         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
9412         so "Buffers" won't be pure.
9414         * help-mode.el (help-mode-finish): Set help-return-alist first
9415         thing, setting only the entry for the selected window.
9417         * help-fns.el (describe-function-1): If many non-control non-meta
9418         keys run the command, don't list all of them.
9420 2004-04-20  Juanma Barranquero  <lektu@terra.es>
9422         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
9423         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
9425         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
9427 2004-04-20  Kenichi Handa  <handa@m17n.org>
9429         * international/quail.el (quail-lookup-key): New optional arg
9430         NOT-RESET-INDICES.
9431         (quail-get-translations): Call quail-lookup-key with
9432         NOT-RESET-INDICES t.
9433         (quail-completion): Likewise.
9434         (quail-lookup-map-and-concat): Likewise.
9436 2004-04-20  Kenichi Handa  <handa@m17n.org>
9438         * international/quail.el (quail-update-translation): Don't insert
9439         such an unsupported multibyte char in a unibyte buffer.
9441 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
9443         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
9444         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
9445         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
9446         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
9447         (gdb-frame-assembler-buffer): Improve behaviour with
9448         multiple frames.
9449         (gdb-display-buffer): Extend search to all visible frames.
9451 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
9453         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
9454         characters left after base64 decoding.
9455         (rmail-decode-region): Use -dos variety of `coding', to remove any
9456         ^M characters left after qp or base64 decoding.
9458 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9460         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
9461         messages.
9463 2004-04-19  Stephen Eglen  <stephen@gnu.org>
9465         * add-log.el (add-change-log-entry): Update doc string to mention
9466         add-log-full-name and add-log-mailing-address.
9468 2004-04-18  Juri Linkov  <juri@jurta.org>
9470         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
9471         (Info-find-node-2): Simplify error message.
9472         (Info-insert-dir): Use Info-following-node-name.
9473         (Info-goto-node): Remove *info-history* and *info-toc*.
9474         (Info-history): Create a node of the virtual history file.
9475         (Info-toc): Create a node of the virtual toc file.
9476         (Info-insert-toc): New arg `curr-file' for reference file names.
9477         (info-apropos): Remove redundant var binding for temp-file.
9478         (Info-index, Info-index-next, Info-mode): Doc fix.
9479         (Info-goto-emacs-command-node): Don't jump to *info* from
9480         non-*info* Info buffers.
9481         (Info-fontify-node): Don't show the file name of external
9482         references if `Info-hide-note-references' is `hide'.  Don't hide
9483         newlines at the end of paragraphs.
9485         * international/mule-diag.el (list-input-methods):
9486         Fix args to help-xref-button.
9488         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
9489         to put into effect local variables from TUTORIAL files.
9491         * textmodes/paragraphs.el (sentence-end) <function>: New fun
9492         with default value taken from the variable `sentence-end'.
9493         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
9494         Add nil const to :type.
9495         (sentence-end-without-period, sentence-end-double-space)
9496         (sentence-end-without-space): Doc fix.
9498         * textmodes/paragraphs.el (forward-sentence):
9499         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
9500         (fill-delete-newlines):
9501         * progmodes/cc-cmds.el (c-beginning-of-statement):
9502         Use function `sentence-end' instead of variable `sentence-end'.
9504 2004-04-18  Andreas Schwab  <schwab@suse.de>
9506         * progmodes/compile.el (compilation-start): Set window start to
9507         point-min if compilation-scroll-output is nil.
9509 2004-04-18  John Wiegley  <johnw@newartisans.com>
9511         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
9513 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
9515         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
9516         (gdb-info-breakpoints-custom): Revert previous change.
9517         (gdb-view-assembler): Update assembler if necessary.
9518         (gdb-frame-handler): Parse correctly for gdb-current-frame.
9519         (gdb-display-source-buffer): Update properly when both source and
9520         assembler are visible.
9522 2004-04-17  John Wiegley  <johnw@newartisans.com>
9524         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
9525         which limits the number of names shown in the minibuffer.  Off by
9526         default.
9527         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
9528         up iswitchb for users with a multitude of open buffers by showing
9529         only the first and last N/2 buffers in the completion list (which
9530         is enough to aid C-s/C-r, and to know that more characters are
9531         needed to refine the completion list).
9533 2004-04-17  Richard M. Stallman  <rms@gnu.org>
9535         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
9536         (file-truename): Expand all ~ constructs directly.
9537         (insert-directory): Delete any error msg output by the
9538         `insert-directory-program'.
9540         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
9541         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
9542         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
9543         (allout-init): Use find-file-hook, not find-file-hooks.
9544         (allout-mode): Eliminate Emacs 18 support.
9545         Use write-contents-functions, not local-write-file-hooks.
9547 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
9549         * progmodes/compile.el (compilation-error-properties): Fix for
9550         adding messages when there are already markers for their file.
9551         (compilation-fake-loc): New function.
9553 2004-04-16  Dave Love  <fx@gnu.org>
9555         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
9556         (python-load-file): Fix python-orig-start setting.
9558         * progmodes/compile.el: Doc fixes.
9559         (compilation-error-regexp-alist-alist)
9560         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
9561         (compilation-assq): Wrap in eval-when-compile.
9562         (compilation-mode-font-lock-keywords): Don't use list*.
9563         (compilation-start): Avoid warning.
9564         (compilation-compat-error-properties)
9565         (compilation-directory-properties): Add keymap property.
9566         (compilation-parsing-end): Make it a marker for better compatibility.
9568         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
9570 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
9572         * xml.el: Doc fixes.
9573         (xml-get-children): Only looks at sub-tags and ignore strings.
9575         * xml.el (xml-parse-tag): Avoid overwriting node-name.
9577 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9579         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
9581 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
9583         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
9585         * vc.el (vc-print-log): Likewise.
9587 2004-04-16  Masatake YAMATO  <jet@gyve.org>
9589         * simple.el (completion-setup-function): Set an initial value
9590         to `element-common-end' before entering loop.  Set a value
9591         to `element-common-end' at the end of loop.
9592         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
9593         (completions-common-part): Rename from completion-de-emphasis.
9594         (completions-first-difference): Rename from completion-emphasis.
9595         Suggested by RMS.
9597 2004-04-16  Juanma Barranquero  <lektu@terra.es>
9599         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
9600         (bookmark-edit-annotation-mode): Add mode name.
9602 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
9605         for nested conflict markers.
9606         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
9608 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
9610         * progmodes/gdb-ui.el (gdb-goto-info): New function.
9612         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9614 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9616         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9617         Give a backtrace if requested.
9619         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9621         * progmodes/python.el (python-mouse-2-command, python-RET-command):
9622         Remove unused functions.
9623         (python-orig-start-line, python-orig-file): Remove.
9624         (python-orig-start): New var.
9625         (python-input-filter, python-compilation-line-number)
9626         (python-send-region, python-load-file): Use it.
9628         * info.el (info): Always jump to *info*.
9630         * subr.el (posn-set-point): New function.
9632         * mouse.el (mouse-set-point): Use it.
9634         * progmodes/compile.el (compile-goto-error): Use it.
9635         (compilation-button-map): New keymap.
9636         (compilation-error-properties): Use it.
9637         (compilation-shell-minor-mode-map): Don't bind mouse-2.
9639         * smerge-mode.el (smerge-popup-context-menu): Use it.
9641         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9642         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9643         mouse and non-mouse case.
9645         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9646         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9648         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9649         Make it work for non-mouse events.
9651         * pcvs-info.el (cvs-status-map): Update binding name.
9653 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
9655         * xml.el (xml-maybe-do-ns): New function to handle namespace
9656         parsing of both attribute and element names.
9657         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9658         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9659         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
9660         (xml-parse-attlist): Make it do its own namespace parsing.
9662 2004-04-14  Dave Love  <fx@gnu.org>
9664         * progmodes/python.el (run-python): Fix use of \n.
9665         (python-load-file): Remove `try' from Python fragment.
9666         (python-describe-symbol): Fix message.
9668         * comint.el: Doc fixes.
9669         (comint-last-input-start, comint-last-input-end)
9670         (comint-last-output-start): Give them values.
9671         (comint-arguments): Avoid warning.
9672         (comint-skip-prompt): Use line-end-position.
9673         (comint-backward-matching-input): Rename arg to agree with doc.
9674         (comint-extract-string): Use syntax-ppss.
9675         (comint-dynamic-simple-complete): Delete useless list construction.
9676         (comint-redirect-subvert-readonly): New.
9677         (comint-redirect-preoutput-filter): Use it.
9679         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9680         Correctly handle negative arguments when calling hook functions.
9682 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
9684         * info.el (info-apropos): Don't clobber Info-history-list.
9686 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
9688         * progmodes/compile.el (compilation-setup):
9689         Localize overlay-arrow-position.
9690         (compilation-sentinel): Restructure code equivalently.
9691         (compilation-next-error): Find message on same line after point if
9692         not found before point.
9693         (compile-mouse-goto-error): Restore function so that compilation
9694         buffer need not be current and use compile-goto-error.
9695         (compile-goto-error): Restore function.
9696         (next-error): Set overlay-arrow-position.
9697         (compilation-forget-errors): Don't localize already local
9698         compilation-locs and remove FIXME about refontifying.
9700 2004-04-14  Kim F. Storm  <storm@cua.dk>
9702         * startup.el (emacs-quick-startup): New defvar (set by -Q).
9703         (command-line): New option -Q.  Like -q --no-site-file, but
9704         in addition it also disables menu-bar, tool-bar, scroll-bars,
9705         tool-tips, and the blinking cursor.
9706         (command-line-1): Skip startup screen if -Q.
9707         (fancy-splash-head): Use ":align-to center" prop to center splash image.
9709         * emulation/cua-base.el (cua-read-only-cursor-color)
9710         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9712 2004-04-13  Dave Love  <fx@gnu.org>
9714         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
9715         (syntax): Don't require.
9716         (python) <defgroup>: Add :version.
9717         (python-quote-syntax): Re-written.
9718         (inferior-python-mode): Move stuff here from run-python and add
9719         some more.
9720         (python-preoutput-continuation, python-preoutput-result)
9721         (python-dotty-syntax-table): New.
9722         (python-describe-symbol): Use them.
9723         (run-python): Move stuff to inferior-python-mode.  Modify code
9724         loaded into Python.
9725         (python-send-region): Use python-proc, python-send-string.
9726         (python-send-string): Send newlines too.  Callers changed.
9727         (python-load-file): Re-written.
9728         (python-eldoc-function): New.
9729         (info-look): Don't require.
9730         (python-after-info-look): New.  A modified version of former
9731         top-level code for use with eval-after-load.
9732         (python-maybe-jython, python-guess-indent): Use widened buffer.
9733         (python-fill-paragraph): Re-written.
9734         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
9735         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
9737 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9739         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
9740         Set compilation-error-regexp-alist earlier.
9742         * progmodes/compile.el (compilation-minor-mode-map)
9743         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
9744         (compile-goto-error): Re-merge the mouse and non-mouse commands.
9746 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         * progmodes/compile.el (compile-goto-error): Select the buffer/window
9749         corresponding to the event.
9751 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
9753         * loadup.el: Add cygwin to system-type list, for unexec() support.
9755 2004-04-12  John Paul Wallington  <jpw@gnu.org>
9757         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
9758         (ibuffer-restore-window-config-on-quit): New variable to replace
9759         `ibuffer-delete-window-on-quit'.  Update all references.
9760         (ibuffer-prev-window-config): New variable.
9761         (ibuffer-quit): Restore previous window configuration instead of
9762         deleting window.
9763         (ibuffer): Save window configuration before showing Ibuffer buffer.
9765         * help.el (describe-mode): Doc fix.
9767 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9769         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9770         not to treat nil as a function.
9772         * vc-arch.el (vc-arch-root): Be a bit more careful.
9773         (vc-arch-register): Save the buffer if we modified it.
9774         (vc-arch-delete-rej-if-obsolete): Save excursion.
9775         (vc-arch-find-file-hook): Use the simpler after-save-hook.
9776         (vc-arch-responsible-p, vc-arch-init-version): New functions.
9778         * net/ldap.el (ldap-search): Use list*.
9780 2004-04-12  Juri Linkov  <juri@jurta.org>
9782         * info.el (Info-follow-reference): Allow multiline reference name.
9784 2004-04-11  Dave Love  <fx@gnu.org>
9786         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9788         * progmodes/python.el: New file.
9790 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
9792         * vc-hooks.el (vc-arg-list): Function removed.
9793         (vc-default-workfile-unchanged-p): Use condition-case to check for
9794         backward compatibility.
9796         * vc.el (vc-print-log): Use condition-case to check for backward
9797         compatibility.
9799 2004-04-11  Juri Linkov  <juri@jurta.org>
9801         * dired.el (dired-faces): New defgroup.
9802         (dired-header, dired-mark, dired-marked, dired-flagged)
9803         (dired-warning, dired-directory, dired-symlink, dired-ignored):
9804         New faces.
9805         (dired-header-face, dired-mark-face, dired-marked-face)
9806         (dired-flagged-face, dired-warning-face, dired-directory-face)
9807         (dired-symlink-face, dired-ignored-face): New face variables.
9808         (dired-font-lock-keywords): Use them instead of font-lock faces.
9809         Split the rule for dired marks into 3 separate rules: for marks,
9810         marked file names and flagged file names.
9812         * help-mode.el (help-make-xrefs): Add a final newline to the
9813         *Help* buffer.
9815 2004-04-11  John Paul Wallington  <jpw@gnu.org>
9817         * replace.el (occur-engine): Distinguish between one and several
9818         matches in the matches per buffer heading.
9820 2004-04-11  Kim F. Storm  <storm@cua.dk>
9822         * ido.el (ido-confirm-unique-completion): New defcustom.
9823         (ido-complete): Use it.
9824         (ido-write-file): Set it to t unconditionally.
9826 2004-04-10  Miles Bader  <miles@gnu.org>
9828         RCS keyword removal (only non-comment changes are enumerated here):
9830         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9831         (byte-compile-insert-header): Don't use `byte-compile-version'.
9832         * forms.el (forms-version): Variable removed.
9833         (forms-mode): Don't use `forms-version'.
9834         * recentf.el (recentf-version): Variable removed.
9835         * progmodes/delphi.el (delphi-version): Variable removed.
9836         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9838 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9840         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9842 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
9844         * info.el (info-apropos): Improve menu item regexp.
9846 2004-04-09  Simon Josefsson  <jas@extundo.com>
9848         * mail/smtpmail.el: Add comment, based on report by
9849         kdc@rcn.com (Kevin D. Clark).
9851 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9853         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9854         Redo one more thing that I didn't notice Daniel had undone.
9856 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
9858         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9859         (gdb-goto-breakpoint, gdb-display-buffer)
9860         (gdb-display-source-buffer, gdb-view-source-function)
9861         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9862         (gdb-source-info, gdb-frame-handler): Don't specify a window
9863         for display.
9864         (gdb-info-breakpoints-custom): Remove superfluous update of
9865         assembler buffer.
9866         (gdb-many-windows): Make settable outside gdb.
9868 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
9870         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9871         Derive from fundamental-mode rather than text-mode.
9873 2004-04-08  Juri Linkov  <juri@jurta.org>
9875         * info.el (Info-history): Doc fix.
9876         (Info-history-list): New var.
9877         (info-xref): Change magenta4 to blue, remove bold for dark and
9878         light backgrounds, change bold to underline for non-color classes.
9879         (info-xref-visited): New face.
9880         (Info-fontify-visited-nodes): New custom.
9881         (Info-hide-note-references): Add new value `hide'.  Doc fix.
9882         (Info-reference-name): New var.
9883         (Info-selection-hook): New custom.
9884         (Info-edit-mode-hook): New var.
9885         (Info-find-file): New fun.
9886         (Info-find-node): Move part of code to Info-find-file.
9887         (Info-find-node-2): Add anchors to Info-history-list.  Move point
9888         to the place with the reference name if name is defined.
9889         (Info-select-node): Add current node to Info-history-list.
9890         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9891         (Info-search-whitespace-regexp): New custom.
9892         (Info-search-case-fold): New var.
9893         (Info-search): Add "case-sensitively" to the prompt.
9894         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
9895         (Info-search-case-sensitively, Info-search-next): New fun.
9896         (Info-up): Move point to the menu item of the current node.
9897         (Info-history): New fun.  Add *info-history* to
9898         same-window-buffer-names.
9899         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
9900         (Info-insert-toc): New fun.
9901         (Info-build-toc): New fun.
9902         (Info-follow-reference): Add new arg `fork'.  Doc fix.
9903         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
9904         with the same name prefer the reference closest to point.
9905         (Info-next-reference): Replace * by + in the *Note regexp.
9906         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9907         (Info-prev-reference): Replace * by + in the *Note regexp.
9908         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9909         (Info-follow-nearest-node): Add new arg `fork'.
9910         (Info-try-follow-nearest-node): Add new arg `fork'.
9911         Call browse-url for http:// and ftp:// references.
9912         Set Info-reference-name for index entries.
9913         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9914         Info-search-next, Info-history, Info-toc, clone-buffer.
9915         (Info-menu-update): Replace * by + in the *Note regexp.
9916         (Info-mode): Add documentation for Info-history, Info-toc,
9917         Info-search-case-sensitively, Info-search-next, clone-buffer.
9918         (Info-fontify-menu-headers): Remove fun.  Move code to
9919         Info-fontify-node.
9920         (Info-fontify-node): Add docstring.  Add local vars
9921         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
9922         then fontify header line, titles, menu headers, http and ftp
9923         references, refill paragraphs.  If not-fontified-p is t or
9924         fontify-visited-p is t then fontify cross references, menu items.
9925         Fontify menu headers.  Fontify http and ftp references.
9926         Change regexp for cross references to require whitespace after *Note,
9927         add matching groups for file and node names.  Remove hack for quote.
9928         Use display property for Info-hide-note-references=t.  Use fifth
9929         or fourth match for help-echo.  Display visited nodes in a
9930         different face.  Unhide file names of external references.
9931         Unhide newlines.  Display visited menu items in a different face.
9933 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9935         * progmodes/compile.el: Require CL.
9936         (compilation-mode-font-lock-keywords): Re-install the "line as
9937         function" patch.
9939         * help-fns.el (help-C-source-directory): New var.
9940         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9941         (describe-function-1, describe-variable): Use them.
9943         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9944         to C source files specially.
9946 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9948         * info.el (Info-hide-cookies-node): New function.
9949         (Info-select-node): Use it.
9950         (Info-display-images-node): Remove message with image file name.
9952 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
9954         * progmodes/compile.el (compilation-warning-face)
9955         (compilation-info-face, compilation-skip-threshold)
9956         (compilation-skip-visited, compilation-context-lines):
9957         Declare :version when added to Emacs.
9958         (compilation-error-regexp-alist-alist): Extend caml and irix.
9959         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9960         (compilation-mode-font-lock-keywords): Temporarily undo line as
9961         function patch, which wasn't ready.
9963 2004-04-07  Kenichi Handa  <handa@m17n.org>
9965         * international/latin1-disp.el (latin1-display-setup): Check each
9966         character is displayable or not instead of calling
9967         latin1-display-check-font.
9969 2004-04-06  Kenichi Handa  <handa@m17n.org>
9971         * language/ethio-util.el (ethio-sera-being-called-by-w3):
9972         New variable.
9973         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9974         instead of sera-being-called-by-w3.
9975         (ethio-fidel-to-sera-buffer): Likewise.
9976         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9977         instead of sera-being-called-by-w3.
9978         (ethio-write-file): Likewise.
9980 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9982         * printing.el: Doc fix.
9984 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
9986         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9987         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9988         (gdb-setup-windows): Only use separate IO buffer if required.
9990 2004-04-06  Kim F. Storm  <storm@cua.dk>
9992         * term.el (term-is-xemacs): Remove.
9993         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9994         (term-window-width): New function.
9995         (term-mode, term-check-size): Use it.
9996         (term-mode): Disable overflow-newline-into-fringe in term buffer.
9998 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10000         * cus-edit.el (custom-add-parent-links): Change unbound variable
10001         `symbol' to `name'.
10003 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10004         * info.el (info-apropos): New function.
10005         (Info-mode-menu): Add it.
10006         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10008         * help-mode.el (help-make-xrefs): Recognize aliased variable with
10009         inherited docstring.
10011         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10013 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10015         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10017         * progmodes/compile.el (font-lock): Don't require any more.
10018         (compilation-error-properties, compilation-start, compilation-sentinel)
10019         (compilation-filter, next-error): Use with-current-buffer.
10020         (compilation-skip-to-next-location, compilation-skip-threshold)
10021         (compilation-skip-visited): Move to silence the byte-compiler.
10022         (compilation-setup): Simplify.
10023         (compilation-next-error): Use line-(beginning|end)-position.
10024         Make sure `pt' is non-nil before using compilation-loop.
10025         (compile-goto-error): Add optional event arg.  Use it.
10026         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10027         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10028         Update the binding for mouse-2.
10029         (first-error): Set compilation-current-error to nil rather than bob.
10030         (compilation-parsing-end, compilation-parse-errors-function)
10031         (compilation-error-list, compilation-old-error-list):
10032         "New" compatibility variables.
10033         (compile-buffer-substring, compilation-compat-error-properties)
10034         (compilation-compat-parse-errors, compilation-forget-errors):
10035         New compatibility functions.
10036         (compilation-mode-font-lock-keywords): Use them.
10038 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10040         * autorevert.el (auto-revert-handler): If point (or a window
10041         point) is at the end of the buffer, keep it there after
10042         reverting.  This allows to tail a file.
10043         Mention this in the `Commentary'.
10045         * format.el (format-write-file): Add optional argument CONFIRM
10046         and make it behave like the analogous argument to `write-file'.
10048 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10050         * progmodes/ebnf2ps.el: Doc fix.
10051         (ebnf-version): New version number (4.2).
10052         (ebnf-syntax): Customization and docstring fix.
10053         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10054         Put autoloaded funs before first use.
10055         (ebnf-style-database): Add dtd entry.
10056         (ebnf-syntax-alist): Add dtd initialization.
10057         (ebnf-token-sequence): New fun.
10058         (ebnf-comment-table): Add new comment action character.
10059         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10061         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10062         Type Definition for XML).
10064         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10065         * progmodes/ebnf-bnf.el (ebnf-sequence):
10066         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10067         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10068         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10069         Code simplification: call ebnf-token-sequence.
10071 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
10073         * calendar/timeclock.el (timeclock-relative)
10074         (timeclock-get-project-function, timeclock-get-workday-function)
10075         (timeclock-query-out, timeclock-when-to-leave)
10076         (timeclock-when-to-leave-string, timeclock-log-data)
10077         (timeclock-generate-report, timeclock-in): Doc fixes.
10079 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         * url/: New dir.  Import the URL package from its repository.
10083 2004-04-03  Andreas Schwab  <schwab@suse.de>
10085         * diff-mode.el (diff-mode): Fix missing quote.
10087 2004-04-03  Juri Linkov  <juri@jurta.org>
10089         * descr-text.el (describe-property-list): Add `font-lock-face'.
10091         * dired.el (dired-font-lock-keywords): Fix permission regexps.
10093 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10095         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10096         Use utf-16le on little endian machines and utf-16be otherwise.
10098 2004-04-02  David Kastrup  <dak@gnu.org>
10100         * net/browse-url.el (browse-url-generic): Use call-process
10101         instead of start-process to allow browsers that fork and detach.
10103 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
10105         * compile.el (compilation-current-error): New var.
10106         (compilation-setup, compile-mouse-goto-error)
10107         (compile-goto-error, next-error): Use it.
10108         (compilation-skip-to-next-location): Default to t, which gives
10109         contiguous skipping like old compile (where this was redundant).
10110         (compilation-next-error): Prevent previous-* commands from moving
10111         back to message at or just before point.
10113 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
10115         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10116         (gdb-source-info): Don't display source at startup, if required.
10117         (gdb-show-main): New option.
10118         (gdba): Update documentation.
10119         (gdb-source): Cover case of auto-display output.
10121 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
10123         * autorevert.el: Delete obsolete autoload's and defvar's.
10124         (auto-revert-check-vc-info): New user option.
10125         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10126         (auto-revert-handler-vc): Delete.
10127         (auto-revert-handler): Treat return value `fast' of
10128         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
10130         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10131         return `fast'.
10133         * files.el (buffer-stale-function): Doc change.
10135 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10137         * printing.el: New tip on Tips section.
10138         (pr-version): New version number (6.7.4).
10139         (pr-shell-file-name): Initialization fix.
10141 2004-03-31  Juri Linkov  <juri@jurta.org>
10143         * dired.el: Add autoload for `dired-do-touch'.
10144         (dired-touch-program): New var.
10145         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10146         (dired-no-confirm): Add `touch' to docstring.
10148         * dired-aux.el (dired-do-touch): New fun.
10149         (dired-do-chxxx): Add argument -t for touch operation.
10151         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10152         `dired-move-to-filename-regexp'.
10154 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
10156         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10158 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10160         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10161         and only if the buffer was modified.
10163 2004-03-30  Kenichi Handa  <handa@m17n.org>
10165         * international/characters.el: Delete pairs for U+2308..U+230B.
10167 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
10169         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
10170         to detect the beginning of a level 2 or 3 annotation.
10172 2004-03-29  Kenichi Handa  <handa@m17n.org>
10174         * international/ucs-tables.el (ucs-insert): Fix the error message.
10176 2004-03-29  Kenichi Handa  <handa@m17n.org>
10178         * international/mule-util.el (char-displayable-p): Fix generation
10179         of XLFD file name.
10181         * Makefile.in (setwins, setwins_almost): Change directory to $wd
10182         before finding directories by `find'.
10184 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10186         * subr.el (interactive-form): Delete.  Now implemented in C.
10188         * pcvs.el (cvs-parse-process): Workaround for Darwin.
10190         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
10191         (vc-diff-label): New fun.
10192         (vc-diff-internal): Use it.
10194         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
10196 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10198         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
10200         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
10201         specify XML (EBNFX).
10203         * progmodes/ebnf2ps.el: Doc fix.
10204         (ebnf-version): New version number (4.1).
10205         (ebnf-syntax): Adjust customization.
10206         (ebnf-style-database): Add ebnfx entry.
10207         (ebnf-syntax-alist): Add ebnfx initialization.
10208         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
10210         * printing.el: Doc fix.
10211         (pr-version): New version number (6.7.3).
10212         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
10213         returns nil for mouse position.  Reported by Drew Adams
10214         <drew.adams@oracle.com>.
10215         (pr-update-menus): Modify interactive declaration.  Reported by Drew
10216         Adams <drew.adams@oracle.com>.
10218 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
10220         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
10221         (gud-gdba-marker-filter): Log the process input and output, if
10222         required.  From Stefan Monnier.
10223         (gdb-debug-log, gdb-enable-debug-log): New variables.
10224         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
10226 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10228         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
10229         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
10231 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
10233         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
10234         Call vc-find-file-hook here instead of in auto-revert-buffers.
10235         (auto-revert-buffers): Delete call to vc-find-file-hook.
10236         (auto-revert-verbose, global-auto-revert-non-file-buffers)
10237         (global-auto-revert-mode, auto-revert-set-timer)
10238         (auto-revert-handler, auto-revert-buffers): Doc fixes.
10240 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10242         * woman.el (woman-change-fonts): Rename local variable
10243         woman-font-alist to font-alist to avoid a compiler warning.
10245 2004-03-27  Dave Love  <fx@gnu.org>
10247         * emacs-lisp/rx.el (rx): Doc fix.
10248         Fix copyright years.
10250         * strokes.el (strokes-global-set-stroke-string): New function.
10251         (strokes-list-strokes): Cope with strings, not just commands.
10252         Set foreground colour of image.
10253         (strokes-global-set-stroke): Doc fix.
10255 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
10257         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
10258         Auto Revert mode.
10259         (Buffer-menu-files-only): New variable.
10260         (Buffer-menu-toggle-files-only): New function.
10261         (Buffer-menu-mode-map): Bind it to `T'.
10262         (Buffer-menu-mode): Mention `T' in docstring.
10263         Set buffer-stale-function.
10264         (list-buffers-noselect): Mark buffer non-modified and set
10265         Buffer-menu-files-only.
10267         * dired.el (buffer-stale-function): Remove no longer needed defvar.
10269         * autorevert.el (auto-revert-handler): Print revert message
10270         before, rather than after, reverting.
10271         (buffer-stale-function): Move to files.el.
10273         * files.el (buffer-stale-function): Move here from autorevert.el.
10275 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10277         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
10279         * calc/calc.el (calc-mode-map): Use mapc.
10281         * apropos.el (apropos-mode): Don't autoload.
10282         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
10283         (apropos): Use it.
10284         (apropos-print): Add optional `text' argument.
10285         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
10286         Don't assume point-min == 1.
10288         * bs.el (bs-buffer-list): Use buffer-local-value.
10289         (bs--set-toggle-to-show): Use with-current-buffer.
10291         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
10292         New funs.
10293         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
10295         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
10297         * dabbrev.el (dabbrev-expand): Fix regexp construction.
10298         (dabbrev--find-expansion): Use pop.
10299         (dabbrev--search): Use match-string-no-properties.
10301         * dired.el (dired-mode): Use run-mode-hooks.
10302         (dired-move-to-end-of-filename): Use match-string.
10304         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
10305         is bound before using it.
10306         (ediff-verbose-p): Make it into a var since it's not constant.
10308         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
10310         * faces.el (read-face-font): Don't cons up unnecessarily.
10311         (header-line, tool-bar): Share common parts.
10313         * files.el (file-relative-name): Use compare-strings.
10315         * finder.el (finder-mode): Follow coding convention.
10317         * subr.el (read-number): New function.
10319         * ses.el (ses-read-number): Move to subr.el.
10320         (ses-set-header-row): Use read-number.
10322 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
10324         * vc-hooks.el (vc-arg-list): New function, which handles both
10325         compiled and uncompiled code.
10326         (vc-default-workfile-unchanged-p): Use it.
10328         * vc.el (vc-print-log): Undo prev change, use new function
10329         vc-arg-list from vc-hooks.el.
10331 2004-03-26  Masatake YAMATO  <jet@gyve.org>
10333         * simple.el (completion-setup-function): Emphasize the
10334         first uncommon characters in the completions; and de-emphasize
10335         the common prefix substrings.
10336         (completion-emphasis): New face.
10337         (completion-de-emphasis): New face.
10339 2004-03-25  Juanma Barranquero  <lektu@terra.es>
10341         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
10342         Comment out (it's unused and unfinished code).
10344 2004-03-25  Sam Steingold  <sds@gnu.org>
10346         * vc.el (vc-print-log): Fix a bug in the last patch:
10347         backend-function may be a byte-compiled object, not a lambda.
10349 2004-03-25  Juri Linkov  <juri@jurta.org>
10351         * descr-text.el (describe-property-list): Add a button
10352         for `face' property that calls `describe-face'.
10353         Suggested by luis fernandes <elf@ee.ryerson.ca>
10355         * international/mule.el (keyboard-coding-system):
10356         * kmacro.el (kmacro-call-macro): Fix docstring.
10358         * dired.el: Fix comments.
10360         * textmodes/fill.el (fill): Fix Info link.
10362         * font-lock.el (fast-lock, lazy-lock):
10363         * jit-lock.el (jit-lock): Remove links to removed Support Modes
10364         Info node.
10366         * eshell/eshell.el (eshell): Fix broken info-link.
10368         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
10369         * eshell/em-banner.el (eshell-banner):
10370         * eshell/em-smart.el (eshell-smart):
10371         * eshell/esh-cmd.el (eshell-cmd):
10372         Comment out broken info-links to incomplete Info manual.
10374         * info-xref.el: Fix commentary.
10376 2004-03-25  Kevin Ryde  <user42@zip.com.au>
10378         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
10379         Remove spurious node duplicate suppression, doesn't work, not wanted.
10380         (info-xref-output): Take format style args, add "sit-for 0" to let
10381         user see the results as they progress.
10382         (info-xref-check-all-custom): New function.
10384 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
10386         * gdb-ui.el: Moved to progmodes.
10388 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10390         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
10392 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10394         * calendar/appt.el (appt-check): Remove superfluous progn.
10395         When finished with diary buffer: if it was not being displayed
10396         before, kill it; otherwise restore its original state.
10397         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
10399         * calendar/calendar.el (calendar-set-mode-line): Use total
10400         available mode-line width, rather than frame-width.
10402         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
10403         after mode change so effect not lost.
10405 2004-03-23  Dave Love  <fx@gnu.org>
10407         * dired.el (dired) <defgroup>: Add link to manual.
10408         (dired-font-lock-keywords): Add highlighting on unusual permissions.
10409         (dired-revert): Use dolist.
10410         (dired-mode-map): Add U binding.
10411         (dired-mode): Add font-lock-beginning-of-syntax-function.
10412         (dired-garbage-files-regexp): Make it a defcustom.
10414 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10416         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
10417         is equivalent to nil.
10418         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
10419         (vc-arch-mode-line-string): Accept `added' state.
10420         (vc-arch-state): Use inode-sigs if available.
10421         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
10422         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
10423         (vc-arch-tagline-re): New var.
10424         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
10425         New functions.
10426         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
10427         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
10429         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
10430         (vc-file-not-found-hook): Use it.
10432         * diff-mode.el (diff-default-read-only): Change default.
10433         (diff-mode-hook): Make it a defcustom.  Add some options.
10434         (diff-mode-map): Bind diff-refine-hook.
10435         (diff-yank-handler): New var.
10436         (diff-yank-function): New fun.
10437         (diff-font-lock-keywords): Use them.
10438         (diff-end-of-file): Handle case where file-header looks like diff text.
10439         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
10440         (diff-file-kill): Delete a subsequent empty line, if applicable.
10441         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
10442         (diff-find-file-name): Use it.
10443         (diff-tell-file-name): New command.
10444         (diff-mode): Be careful with view-mode.
10445         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
10446         New functions, for use in diff-mode-hook.
10447         (diff-find-source-location): Catch "regex too large" errors.
10448         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
10449         (diff-refine-hunk): New command.
10451         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
10452         (smerge-context-menu-map): Remove unused var.
10453         (smerge-keep-all): Preserve markers.
10454         (smerge-keep-n): New fun.
10455         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10456         (smerge-keep-current, smerge-ediff): Use it.
10457         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
10458         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
10459         (smerge-resolve): Resolve trivial 3-part conflicts.
10461 2004-03-23  Juri Linkov  <juri@jurta.org>
10463         * man.el (Man-width): New var.
10464         (Man-getpage-in-background): Use it.
10465         (Man-support-local-filenames): New var and fun.
10466         (Man-build-man-command): Don't add a second %s.
10467         (Man-fontify-manpage): Clean up message.
10468         (Man-mode): Set outline-regexp, outline-level,
10469         imenu-generic-expression.
10471         * woman.el (woman-fill-frame): Doc fix.
10472         (woman-decode-region): Use window-width instead of frame-width.
10474         * abbrevlist.el (list-one-abbrev-table):
10475         * descr-text.el (describe-char):
10476         * international/mule-diag.el (describe-current-coding-system):
10477         * international/quail.el (quail-insert-decode-map):
10478         Use window-width instead of frame-width.
10480         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
10481         (jka-compr-mode-alist-additions): Add tbz.
10482         (jka-compr-write-region, jka-compr-insert-file-contents):
10483         Add message for undefined compress-program.
10484         (jka-compr-write-region): Remove redundant var bindings.
10486         * dired-x.el (dired-guess-shell-alist-default): Add choices for
10487         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
10488         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
10489         (dired-man): Use dired-guess-shell-command.
10490         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
10491         Change default nil to t.
10493         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
10494         (dired-compare-directories): Add default value for empty input.
10496         * help-at-pt.el: Move suggestions for key bindings to Commentary.
10498         * time.el (display-time-string-forms): Fix help-echo date format.
10500 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
10502         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
10503         (buffer-stale-function): New variable.
10504         (auto-revert-list-diff, auto-revert-dired-file-list)
10505         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
10506         (auto-revert-handler): Take over some functionality of deleted
10507         functions.
10508         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
10510         * dired.el (dired-directory-changed-p): New fun, extracted from
10511         dired-internal-noselect.
10512         (dired-buffer-stale-p): New fun.
10513         (dired-internal-noselect): Use dired-directory-changed-p.
10514         Eliminate revert messages.
10515         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
10517 2004-03-23  Kenichi Handa  <handa@m17n.org>
10519         * international/characters.el: Setup syntaxes for more parentheses
10520         Unicode characters.
10522         * international/mule-cmds.el (select-safe-coding-system):
10523         Merge coding-system and auto-cs before comparing them.
10525 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
10529         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10530         normal-auto-fill-function and comment-indent-function.
10531         The default values now work just as well.
10532         Don't set font-lock-beginning-of-syntax-function since we already set
10533         syntax-begin-function.
10534         (lisp-outline-level): Put ;;;###autoload at same level as (.
10535         (prin1-char): Quote special chars.
10537         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
10538         than with-no-warnings.
10540         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
10541         if the source location can't be found.
10542         (edebug-compute-previous-result): Use prin1-char.
10544         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
10545         (debug-ignored-errors): Add an entry.
10547         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
10548         (byte-compile-file): Output warning when deleting a file.
10550         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
10551         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
10553         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
10554         (byte-compile-inline-expand): Use backquote.
10555         (byte-optimize-pure-func): Rename from byte-optimize-concat.
10556         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
10558         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
10560         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
10562 2004-03-22  Juri Linkov  <juri@jurta.org>
10564         * finder.el (finder-known-keywords): Fix data, tex, unix.
10566         * play/landmark.el: Fix keywords.
10568         * language/ethio-util.el (ethio-find-file): Doc fix.
10570         * emacs-lisp/warnings.el: Doc fix.
10572         * textmodes/ispell.el (ispell-help): Doc fix.
10574 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
10576         * format.el (format-insert-file): Always return a list of two
10577         elements, like insert-file-contents does.
10579 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
10581         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
10582         and vc-BACKEND-diff.
10583         (vc-print-log): If the print-log implementation supports it, use
10584         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
10585         (vc-version-diff, vc-diff-internal): Doc fixes.
10587         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
10588         implementation supports it, let diff output go to *vc*,
10589         not *vc-diff*, since this is an internal call.
10591         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
10593         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
10595         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
10597 2004-03-21  Dave Love  <fx@gnu.org>
10599         * progmodes/cfengine.el (cfengine-mode):
10600         Set parse-sexp-ignore-comments.
10602         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
10604 2004-03-21  Juanma Barranquero  <lektu@terra.es>
10606         * allout.el (allout-mode): Fix docstring.
10608 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
10610         * files.el (insert-directory): Fix bug if SWITCHES is a list.
10612         * autorevert.el (auto-revert-interval): Make new value take
10613         effect immediately when set through Custom.
10614         (auto-revert-set-timer): Add interactive declaration.
10616 2004-03-19  David Ponce  <david@dponce.com>
10618         * ruler-mode.el (ruler-mode-header-line-format-old):
10619         Don't `make-variable-buffer-local'.
10620         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10621         (ruler-mode-header-line-format): Simply funcall the above.
10622         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10623         to save/restore a previous header line format.
10624         (ruler-mode-space): Don't depend on a numeric WIDTH value.
10625         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10626         fringes and margins width.
10627         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10629 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * log-edit.el (log-edit-font-lock-keywords): Typo.
10633         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10634         (tex-send-tex-command): Rather than here.
10635         (tex-compilation-parse-errors): Simplify.
10637         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10639         * time.el (display-time-string-forms): Add help-echo with date on time.
10641         * composite.el (compose-region): Use restore-buffer-modified-p.
10643         * disp-table.el (standard-display-8bit): Simplify.
10645         * server.el (server-process-filter): Delete temp frame.
10647         * add-log.el (add-change-log-entry): Simplify.
10649 2004-03-19  Kim F. Storm  <storm@cua.dk>
10651         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10652         (hexl-follow-line): Don't require 'fringe.
10654         * progmodes/compile.el (compilation-start): Always set
10655         compilation-last-buffer and return it.
10657 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10659         * simple.el (clone-buffer): Doc fix.
10661 2004-03-18  Juanma Barranquero  <lektu@terra.es>
10663         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10665 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10667         * log-edit.el (log-edit-font-lock-keywords): New var.
10668         (log-edit-mode): Use it.
10670 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
10672         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10673         properly for watching in speedbar.
10675 2004-03-17  Masatake YAMATO  <jet@gyve.org>
10677         * smerge-mode.el (smerge-popup-context-menu):
10678         Put `unwind-protect' around `overlay-put' and `popup-menu'.
10680 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10682         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10683         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10684         Take sealed revisions into account.
10685         (vc-arch-checkin): Extract a summary line from the message.
10687 2004-03-16  Masatake YAMATO  <jet@gyve.org>
10689         * register.el (register): Provide `register' feature.
10691 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10693         Added context menu support in smerge mode.
10694         Most of the part is written by Stefan Monnier.
10696         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10697         New keymap and menu.
10698         (smerge-text-properties): New function.
10699         (smerge-remove-props): New function.
10700         (smerge-popup-context-menu): New function.
10701         (smerge-resolve): Call `smerge-remove-props'.
10702         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10703         (smerge-keep-current): Ditto.
10704         (smerge-kill-current): New function.
10705         (smerge-match-conflict): Put text properties.
10706         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10708 2004-03-15  David Ponce  <david@dponce.com>
10710         * ruler-mode.el: (ruler-mode-left-fringe-cols)
10711         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10712         (ruler-mode-right-scroll-bar-cols): Remove.
10713         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10714         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10715         Use fringe-columns and scroll-bar-columns.
10717 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10719         * hl-line.el (hl-line-range-function): New variable.
10720         (hl-line-move): New function.
10721         (global-hl-line-highlight): Use `hl-line-move'.
10722         (hl-line-highlight): Ditto.
10724         * scroll-bar.el (scroll-bar-columns):
10725         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10727         * ruler-mode.el (top-level): Require scroll-bar and fringe.
10728         (ruler-mode-left-fringe-cols)
10729         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10730         (ruler-mode-right-scroll-bar-cols)
10731         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10732         (ruler-mode-ruler-function): New variable.
10733         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10734         if the value for `ruler-mode-ruler-function'is given.
10736         * hexl.el (hexl-mode-hook): Make the hook customizable.
10737         (hexl-address-area, hexl-ascii-area): New customize variables.
10738         (hexlify-buffer): Put font-lock-faces on the address area and
10739         the ascii area.
10740         (hexl-activate-ruler): New function.
10741         (hexl-follow-line): New function.
10742         (hexl-highlight-line-range): New function.
10743         (hexl-mode-ruler): New function.
10745 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10747         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
10748         (vc-default-find-file-hook): New fun.
10749         (vc-find-file-hook): Call new find-file-hook operation.
10751         * vc-arch.el: New file.
10753 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
10755         * info-look.el (info-lookup): Reuse an existing Info window.
10757 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10759         * woman.el (woman-preserve-ascii): Default value changed to t and
10760         doc string revised.
10762 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10764         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10765         Fix minor bug.
10767         * replace.el (occur-engine): Change message for count of matches.
10769         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10770         For strings, do compare text properties.
10772 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
10774         * progmodes/compile.el (compile-auto-highlight)
10775         (compilation-error-list, compilation-old-error-list)
10776         (compilation-parse-errors-function, compilation-parsing-end)
10777         (compilation-error-message, compilation-directory-stack)
10778         (compilation-enter-directory-regexp-alist)
10779         (compilation-leave-directory-regexp-alist)
10780         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10781         (compilation-current-file, compilation-regexps): Remove vars.
10783         (compile-error-at-point, compilation-error-filedata)
10784         (compilation-error-filedata-file-name, compile-reinitialize-errors)
10785         (compilation-next-error-locus, compilation-forget-errors)
10786         (count-regexp-groupings, compilation-parse-errors)
10787         (compile-collect-regexps, compile-buffer-substring): Remove funs.
10789         (compile-internal): Make obsolete.
10791         (compilation-first-column, compilation-error)
10792         (compilation-directory-matcher, compilation-page-delimiter)
10793         (compilation-mode-font-lock-keywords, compilation-debug)
10794         (compilation-error-face, compilation-warning-face)
10795         (compilation-info-face, compilation-line-face)
10796         (compilation-column-face, compilation-enter-directory-face)
10797         (compilation-leave-directory-face, compilation-skip-threshold)
10798         (compilation-skip-visited, compilation-context-lines): New vars.
10800         (compilation-warning-face, compilation-info-face)
10801         (compilation-message-face): New faces.
10803         (compilation-error-regexp-alist-alist): New constant.
10805         (compilation-face, compilation-directory-properties)
10806         (compilation-assq, compilation-error-properties, compilation-start)
10807         (define-compilation-mode, compilation-loop)
10808         (compilation-set-window): New functions.
10810         (compile): Additional argument for interactive compiles like TeX.
10812         * progmodes/grep.el (kill-grep): Move here from compile.el
10813         (grep-error, grep-hit-face, grep-error-face)
10814         (grep-mode-font-lock-keywords): New variables.
10815         (grep-regexp-alist): Simplify regexp and add `binary' case.
10816         (grep-mode): New mode.
10817         (grep-process-setup): Simplify.
10819 2004-03-11  Jason Rumney  <jasonr@gnu.org>
10821         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10822         letters on DOS/Windows.
10824 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10826         * server.el (server-name): New var.
10827         (server-socket-dir): New var to replace server-socket-name.
10828         (server-start): Use them.
10830 2004-03-11  Simon Josefsson  <jas@extundo.com>
10832         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10833         died to avoid infloop.  Reported by Jonathan Glauner
10834         <jglauner@sbum.org>.
10836 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10838         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10839         (smerge-mode-menu): Use it to deactivate menu entries.
10840         (smerge-keep-current): New fun.
10841         (smerge-keep-current): Use it.
10843 2004-03-10  John Paul Wallington  <jpw@gnu.org>
10845         * foldout.el (foldout-fold-list, foldout-modeline-string):
10846         Declare them as variables, not constants.
10848 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10850         * ps-print.el: Modification to print *Messages* buffer.
10851         (ps-print-version): New version 6.6.4.
10852         (ps-message-log-max): New fun.
10853         (ps-spool-without-faces, ps-spool-with-faces)
10854         (ps-count-lines-preprint): Code fix.
10856         * printing.el: New tips in Tips section.
10858 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10860         * delim-col.el: Doc fix.
10862         * printing.el: Doc fix.  New doc section (Tips).
10864 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * type-break.el (type-break-emacs-variant): Remove.
10867         (type-break-run-at-time, type-break-cancel-function-timers):
10868         Use fboundp rather than version name and number.
10870 2004-03-09  Masatake YAMATO  <jet@gyve.org>
10872         * hexl.el (hexl-mode): Use `make-local-variable' instead of
10873         `make-variable-buffer-local'.
10875 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
10877         * find-dired.el (find-dired): Call `shell-command' instead of
10878         `start-process-shell-command'.  By this, Tramp takes over
10879         handling of remote directories.
10881 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * newcomment.el (comment-use-global-state): New var.
10884         (comment-search-forward): Use it.
10886         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10888         * cus-edit.el (fill) <defgroup>: Move to fill.el.
10890         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10891         (enable-kinsoku): Make it a defcustom.
10892         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10893         paragraph to same-comment-start-marker.
10895 2004-03-07  Dave Love  <fx@gnu.org>
10897         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10898         (browse-url-mail): Use it.
10900         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10901         (rfc2368-unhexify-string): Use replace-regexp-in-string.
10903 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10905         * woman.el (woman-man.conf-path): Doc fix.
10906         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10908 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
10910         * sort.el (sort-columns): Remove ms-dos from the list of systems
10911         where the external `sort' command is not used.
10913 2004-03-07  Kim F. Storm  <storm@cua.dk>
10915         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10916         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10917         from overlay-arrow-variable-list.
10918         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10920 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
10922         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10923         overlay arrow string properly for the assembler buffer.
10925 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10927         * mail/sendmail.el (mail-mode): Fix last change.
10929 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
10931         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10932         for the assembler buffer.
10933         (gdb-assembler-custom): Position the overlay arrow.
10934         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10936 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10938         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10940         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10941         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10943         * mail/sendmail.el (mail-mode): Set comment-start-skip.
10945         * newcomment.el (uncomment-region): Allow non-terminated comment.
10946         (comment-normalize-vars): Check the user-specified comstart marker.
10948 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10950         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10951         Otherwise, do use it if the region only contains font-lock text
10952         properties.
10954 2004-03-04  Masatake YAMATO  <jet@gyve.org>
10956         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10957         as the callback function for eldoc.
10958         (hexl-print-current-point-info): New function.
10959         (hexl-current-address): Print the address in both decimal
10960         and hexadecimal format.
10962 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10964         * mail/rmail.el (rmail-convert-to-babyl-format):
10965         Specify t for UNIBYTE when calling mail-unquote-printable-region.
10967         * mail/mail-utils.el (mail-unquote-printable-region):
10968         New arg UNIBYTE.
10970         * startup.el (command-switch-alist): Doc fix.
10972         * simple.el (undo): Temporarily set this-command to `undo-start',
10973         then set it to `undo' once undo-start returns without error.
10975         * simple.el (minibuffer-history-sexp-flag): Doc fix.
10977         * simple.el (kill-line): Don't disregard trailing whitespace
10978         in eol condition, if show-trailing-whitespace is set.
10980         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10981         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10982         When disabling, restore old values only if mouse-sel-has-been-enabled.
10984         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10985         (isearch-{-char): New function.
10986         (isearch-mode-map): Bind { to isearch-{-char.
10988         * font-lock.el (lisp-font-lock-keywords-2):
10989         Turn off the CL with-... and do-... general patterns.
10990         Instead, recognize several specific with... and do... constructs.
10992         * files.el (switch-to-buffer-other-window):
10993         Bind same-window-buffer-names and same-window-regexps to nil.
10994         (switch-to-buffer-other-frame): Likewise.
10996 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10999         recognizing leading comment on code line.
11001 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11003         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11004         hidden files/directories.
11006 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11008         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11009         only comment-start (in case the mode hasn't set it).
11011         * Makefile.in (AUTOGENEL): New var.
11012         (bootstrap-prepare): Rename from bootstrap-clean.
11013         Don't remove elc files.
11014         (maintainer-clean): New target.
11016         * xml.el (xml-get-attribute-or-nil): Simplify.
11018 2004-03-02  Juri Linkov  <juri@jurta.org>
11020         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11021         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11022         URL to prevent their substitution with the environment variable
11023         values by browsers.
11025 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11027         * ps-print.el: Doc fix.
11028         (ps-print-version): New version number (6.6.3).
11029         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11030         Docstring fix.
11031         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11032         before printing.
11033         (ps-time-stamp-yyyy-mm-dd): New fun.
11034         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11036 2004-03-02  Kim F. Storm  <storm@cua.dk>
11038         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11040 2004-03-01  Juanma Barranquero  <lektu@terra.es>
11042         * allout.el (allout-rebullet-heading): Fix typo in docstring.
11044         * desktop.el (desktop-file-version)
11045         (desktop-after-read-hook): Fix typos.
11046         (desktop-clear-preserve-buffers): Remove redundant info in
11047         docstring already shown by the obsolescence message.
11048         (desktop-truncate, desktop-internal-v2s)
11049         (desktop-value-to-string): Change argument name to match docstring.
11051         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11053         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11054         docstring.
11056 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11058         * printing.el: Replace "As Is..." in PostScript file print/preview by
11059         "No Preprocessing...".  Suggested by Colin Marquardt
11060         <_marquardt_@zmd.de>.
11061         (pr-insert-section-4): Adjust buffer interface.
11063 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
11065         Version 2.0.39 of Tramp released.
11067         * net/tramp.el (tramp-handle-file-local-copy)
11068         (tramp-handle-write-region, tramp-open-connection-rsh):
11069         Variable name typo.  Small change.  From Patrick Tullmann
11070         <tullmann@flux.utah.edu>.
11071         (tramp-process-connection-type): New variable.
11072         (tramp-maybe-open-connection): Use it.
11073         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11074         (tramp-touch): Set last-modified time of a remote file.
11075         (tramp-handle-write-region): Say which function is used when encoding.
11077 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
11079         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11080         case of non-existing filename, too.  Reported by Christoph Bauer
11081         <c_bauer@informatik.uni-kl.de>.
11082         (tramp-smb-get-file-entries): The directory in question should
11083         have permissions "drwxrwxrwx".  Just virtual, because we don't
11084         know the real permissions.  Don't we know?
11085         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11086         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11087         (tramp-smb-wait-for-output): Optimize algorithm getting pending
11088         output.  If it was received chunkwise, there have been problems.
11089         Remove the "prompt not found" error message; it is obvious.
11090         Simplify algorithm.
11091         (tramp-smb-process-running): Remove.  Since we acknowledge the
11092         virtual prompt for shares, there's no need for distinction of
11093         reading shares (process ends afterwards) and interactive mode of
11094         smblient.
11095         (tramp-smb-open-connection): Setting process sentinel removed.
11096         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11097         "NT_STATUS_NETWORK_ACCESS_DENIED".
11098         (tramp-smb-maybe-open-connection): Set `process-connection-type'
11099         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11100         (top-level): Setting default value in `tramp-default-method-alist'
11101         corrected.  Order of USER and HOST have been wrong.
11102         Nobody complained for months ...
11103         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11104         (tramp-smb-open-connection): Clear password cache if login has failed.
11106         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11107         `tramp-unified-filenames'.
11108         (tramp-completion-mode): Make test for XEmacs explicitely.
11109         `event-to-character' can exists in Emacs packages too.
11110         Reported by Matt Swift <swift@alum.mit.edu>.
11111         (tramp-buffer-name): Buffer name must contain the user if exists.
11112         Reported by Adrian Phillips <a.phillips@met.no>.
11113         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11114         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11115         (tramp-do-copy-or-rename-file-out-of-band): Rename from
11116         `tramp-do-copy-or-rename-file-one-local', because it handles also
11117         the case both files use the same out-of-band method.
11118         Implementation added.
11119         (tramp-handle-file-local-copy, tramp-handle-write-region):
11120         Out-of-band handling removed.  `copy-file' called instead, which
11121         calls `tramp-do-copy-or-rename-file-out-of-band'.
11122         (tramp-action-password): Check for out-of-band method removed.
11123         This function is used for 'login-program.
11124         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11125         appropriate.
11126         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11127         and `tramp-parse-sknownhosts'.
11128         (tramp-completion-function-alist): It's a defvar now, because we
11129         want to apply the optimized `tramp-set-completion-function'
11130         instead of a static list.
11131         (tramp-set-completion-function): Implementation tuned.
11132         Avoid double entries, and entries where the function or the
11133         file/directory doesn't exist.
11134         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11135         for SSH2.
11136         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11137         (tramp-handle-dired-compress-file): New function.
11138         (tramp-async-proc): New variable.
11139         (tramp-handle-shell-command): Adding asynchronous processes.
11140         They are far from being perfect, but it works at least for
11141         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
11142         (top-level): Require password.el if visible.  Should be mandatory
11143         once No Gnus has found its way into (X)Emacs.
11144         (tramp-read-passwd): Invoke `password-read' if available,
11145         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
11146         fallback any longer.
11147         (tramp-clear-passwd): New function.
11148         (tramp-process-actions, tramp-process-multi-actions):
11149         Clear password cache if login has failed.
11151         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
11152         its own module.
11153         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11154         `ange-ftp-ftp-name-res'.  There could be incorrect values from
11155         previous calls in case the "ftp" method is used in the Tramp file
11156         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11158 2004-02-28  Richard M. Stallman  <rms@gnu.org>
11160         * term.el (term-mouse-paste): Call mouse-set-point.
11162         * thumbs.el: New file.
11164 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11166         * progmodes/ebnf-abn.el: Doc fix.
11168         * progmodes/ebnf-bnf.el: Doc fix.
11169         (ebnf-repeat): Code fix.
11171         * progmodes/ebnf2ps.el: Doc fix.
11172         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
11174 2004-02-28  Juri Linkov  <juri@jurta.org>
11176         * ffap.el (dired-at-point): Additional writability test for
11177         relative directory names.
11178         (dired-at-point-prompter): Treat directories as a directory, get
11179         the directory component from files.
11180         (ffap-string-at-point): Return string from region if region is active.
11181         (ffap-file-at-point): Remove redundant code.
11183 2004-02-28  Kim F. Storm  <storm@cua.dk>
11185         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
11186         Initialize margin area images to nil.
11187         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
11188         (breakpoint-enabled-bitmap-face)
11189         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
11190         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
11191         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
11192         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
11193         (gdb-reset): Use gdb-remove-breakpoint-icons.
11194         (gdb-put-string): Add dprop arg to specify alternative display
11195         property (for setting fringe bitmap).
11196         (gdb-remove-strings): Doc fix.
11197         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
11198         icon in fringe (if available), or else as icon or text in display
11199         margin.  Creates necessary icons in breakpoint-bitmap,
11200         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
11201         Also make left window margin if required.
11202         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
11203         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
11204         no longer needed.
11205         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
11206         gdb-put-breakpoint-icon.
11207         (gdb-assembler-mode): Don't set left-margin-width here.
11209 2004-02-27  Kevin Ryde  <user42@zip.com.au>
11211         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
11212         comma, so that it DTRT in macros.
11214 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11216         * progmodes/sh-script.el (sh-shell-arg)
11217         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
11218         (sh-leading-keywords, sh-other-keywords): Fix custom type.
11220 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
11222         * faces.el (face-spec-set-match-display): Add a new attribute,
11223         `min-colors'.
11224         (region, highlight, secondary-selection): Use `min-colors'.
11226         * custom.el (defface): Add documentation for `min-colors'.
11228         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11229         (font-lock-keyword-face, font-lock-function-name-face)
11230         (font-lock-variable-name-face, font-lock-constant-face):
11231         Use `min-colors'.
11233         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
11235 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11237         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
11238         define assq-delete-all if it's not defined.
11239         (ebnf-generate-region): Code fix.
11241         * printing.el: Doc fix.
11242         (pr-version): New version number (6.7.2).
11243         (pr-command): Return empty string if command is an empty string.
11245 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11247         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
11249         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
11250         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
11251         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
11252         "tt" ["test"] ).  Reported by Markus Dreyer
11253         <mdreyer@ix.urz.uni-heidelberg.de>.
11254         (ebnf-version): New version number (4.0).
11255         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
11256         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
11257         (ebnf-delete-style): New commands.
11258         (ebnf-directory, ebnf-file): New funs.
11259         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
11260         (ebnf-production-name-p, ebnf-stop-on-error): New options.
11261         (ebnf-syntax-alist): New var.
11262         (ebnf-element-width): New fun replacing ebnf-list-width.
11263         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
11264         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
11265         (ebnf-prologue): Adjust vars.
11266         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
11267         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
11268         (ebnf-check-style-values, ebnf-generate-production)
11269         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
11270         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
11271         (ebnf-token-repeat): Code fix.
11273         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
11274         %right, %left and %prec.  Suggested by Matthew K. Junker
11275         <junker@alum.mit.edu>.
11276         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
11278         * progmodes/ebnf-iso.el: Doc fix.
11279         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
11280         (ebnf-iso-lex): Code fix.
11282         * progmodes/ebnf-bnf.el: Doc fix.
11283         (ebnf-bnf-lex): Code fix.
11285         * progmodes/ebnf-otz.el: Doc fix.
11287 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
11289         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
11290         (abbrev-prefix-mark): Doc fix.
11292 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
11294         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
11295         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
11296         (gdb-var-delete): Make interactive (really).
11297         (gdb-edit-value): Make non-interactive.
11299         * progmodes/gud.el (gud-speedbar-menu-items):
11300         Add gdb-var-delete and, indirectly, gdb-edit-value.
11301         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
11302         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
11303         (gud-gdb-marker-filter): Add comment for annotations.
11305 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11307         * calendar/calendar.el (generate-calendar)
11308         (calendar-read-date): Prevent display of BC calendars once more -
11309         reverts 2003-10-01 change.
11310         (generate-calendar-month): Doc fix.
11312 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
11314         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
11315         return value of increment-calendar-month.
11317 2004-02-21  Stephen Compall  <s11@member.fsf.org>
11319         * saveplace.el (save-place-forget-unreadable-files)
11320         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
11321         (save-place-forget-unreadable-files): New function.
11322         (save-place-alist-to-file): Use it to filter out files that are
11323         no longer readable.
11325         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
11326         current Texinfo environment, using the same method as in
11327         `texinfo-insert-@end', and insert a space rather than a newline if
11328         point in a @table environment.
11330 2004-02-21  Juri Linkov  <juri@jurta.org>
11332         * ffap.el (ffap-file-at-point): Try parent directories.
11334 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
11336         * vcursor.el (vcursor-modifiers): New defcustom.
11337         (vcursor-cs-binding): Use vcursor-modifiers instead of a
11338         hard-coded list.
11340 2004-02-21  Masatake YAMATO  <jet@gyve.org>
11342         * play/animate.el (animate-birthday-present): Accept names other
11343         than `Sarah', too.
11345 2004-02-21  Juri Linkov  <juri@jurta.org>
11347         * startup.el: Remove table of command line arguments from the
11348         Commentary section.
11350 2004-02-20  John Wiegley  <johnw@newartisans.com>
11352         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
11353         again" modifier from 'e' to 'E', since 'e' is also used by the
11354         "file extension" modifier.
11356 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
11358         * help-fns.el (describe-categories): Doc fix.
11360 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11362         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
11363         temporary file for buffer already visiting one.  This change makes
11364         output likely to be directly usable by patch program.
11365         Suggested by Adrian Aichner  <adrian@xemacs.org>
11367 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
11369         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
11370         case of variables defined in compound statements.
11371         (gdb-setup-windows, gdb-source-info, gdb-source-info):
11372         Simplify constructions using switch-to-buffer.
11374 2004-02-19  Simon Josefsson  <jas@extundo.com>
11376         * play/morse.el: Fix typo.
11377         (morse-code): Add @.
11379 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11381         * calendar/appt.el (appt-display-format): Change default to
11382         'ignore, for backwards compatibility.
11383         (appt-display-message): If appt-display-format is 'ignore,
11384         respect old vars appt-msg-window and appt-visible.
11385         (appt-activate): Don't depend on return value of cancel-timer.
11387         * calendar/calendar.el (calendar-holidays): Doc fix.
11389         * calendar/cal-coptic.el (coptic-prompt-for-date):
11390         Use assoc-string instead of assoc-ignore-case.
11391         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11392         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11393         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11394         * calendar/cal-islam.el (calendar-goto-islamic-date)
11395         (mark-islamic-diary-entries): Ditto.
11396         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11397         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11398         (calendar-read-mayan-tzolkin-date): Ditto.
11399         * calendar/calendar.el (calendar-read-date): Ditto.
11400         * calendar/diary-lib.el (mark-diary-entries): Ditto.
11402 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11404         * progmodes/executable.el (executable-command-find-posix-p):
11405         Fix choice of the directory.
11407 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
11409         * simple.el (interprogram-cut-function)
11410         (interprogram-paste-function, kill-new, kill-append):
11411         Doc fixes.
11412         (kill-region): Make it return nil.  Doc fix.
11413         (yank-pop): Make its argument optional.
11414         (yank): Make ARG `-' equivalent to `-1'.
11416 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
11418         * mail/rmail.el (rmail-get-new-mail): Don't reference
11419         rmail-use-spam-filter if rmail-spam-filter is not loaded.
11421 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
11423         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
11424         if one of global-auto-revert-non-file-buffers or autorevert-mode
11425         is non-nil.
11427 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11429         * subr.el (delete-dups): A better implementation from Karl Heuer
11430         <kwzh@gnu.org>.
11432 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11434         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
11435         correct place.
11436         * progmodes/icon.el (icon-indent-command): Ditto.
11437         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
11439 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11441         * progmodes/grep.el (grep-compute-defaults): Undo change from
11442         2004-01-29: don't use executable-command-find-posix-p.
11444 2004-02-16  Richard Sharman  <rsharman@pobox.com>
11446         * hilit-chg.el: Use require instead of eval-and-compile.
11447         (highlight-compare-buffers): New function.
11449 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
11451         * man.el (Man-fontify-manpage): Render section headings in
11452         `Man-overstrike-face' even when overstrike was not used by man
11453         formatter for section headings.
11455 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
11457         * rmail-spam-filter.el: (vm-use-spam-filter)
11458         (rsf-min-region-length-added-to-spam-list): New variables.
11459         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
11460         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
11461         spam testing.  Don't delete spam message if automatic deletion
11462         after output via variable rmail-delete-after-output is turned on.
11463         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
11464         rsf-bbdb-dont-create-entries-for-spam.
11465         (check-field): New function, extracted from code in
11466         rmail-spam-filter to ease addition of header fields like content-type.
11467         (message-content-type): New variable to check the content-type:
11468         field added, also in defcustom of rsf-definitions-alist.
11469         (rmail-spam-filter): Replace repeated test code for header fields
11470         by calls to check-field; change the call to
11471         rmail-output-to-rmail-file such that rmail-current-message stays
11472         the same to avoid wrong deletion of unseen flags.
11473         (rsf-add-contents-type): New function to convert old format
11474         of rmail-spam-definitions-alist into new one.
11475         Change prefixes of all variables and functions from
11476         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
11478 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11480         * loadhist.el (unload-hook-features-list): New defvar.
11482 2004-02-16  Dave Love  <fx@gnu.org>
11484         * loadhist.el (unload-feature): Doc fix.  Rename flist to
11485         unload-hook-features-list.
11487 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
11489         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
11490         cookie.  Don't check if we are looking-at open-formula.
11492 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11494         * subr.el (match-string-no-properties): Use substring-no-properties.
11496 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11498         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
11499         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
11500         Use lower-case "rx" in all error message.
11502 2004-02-16  Dave Love  <fx@gnu.org>
11504         * emacs-lisp/rx.el (rx-or): Put group around result.
11505         (rx-constituents): Add backref.
11506         (rx-syntax): Add string-delimiter, comment-delimiter.
11507         (rx-categories): Add combining-diacritic.
11508         (rx-check-not, rx-greedy, rx): Doc fix.
11509         (rx-backref, rx-check-backref): New.
11511 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
11513         * newcomment.el (uncomment-region): Allow eob as comment end.
11515 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
11517         * filecache.el: All message and error commands now use prefix
11518         "Filecache:" to make it easy to read *Messages* buffer.
11520 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
11522         * autorevert.el: Add support to detect changed dired and VC buffers.
11523         (auto-revert-active-p, auto-revert-list-diff)
11524         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
11525         (auto-revert-handler, auto-revert-active-p): New functions.
11526         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
11527         and `auto-revert-active-p'.
11528         (eval-when-compile): Defvar dired-directory and vc-mode.
11529         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11530         (auto-revert-handler-vc): New functions.
11532 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11534         * progmodes/compile.el (compilation-directory): New defvar.
11535         (compile): Save current directory in compilation-directory.
11536         (recompile): Bind default-directory to compilation-directory if
11537         that is non-nil.
11539 2004-02-16  Dave Love  <fx@gnu.org>
11541         * newcomment.el (comment-insert-comment-function)
11542         (comment-region-function, uncomment-region-function): New.
11543         (comment-indent): Use comment-insert-comment-function.
11544         (uncomment-region): Use uncomment-region-function.
11545         (comment-region): Use comment-region-function.
11547         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
11549 2004-02-16  Richard Stallman  <rms@gnu.org>
11551         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
11552         loaddefs* and ldefs-boot*.
11554 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11556         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
11557         and email address at the beginning and end of the address.
11559         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
11560         anchored at the beginning of the email address.
11562 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
11564         * international/ccl.el (ccl-compile-write): Pass `left' to
11565         ccl-embed-code to generate correct code of write-expr-register.
11567 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
11569         * progmodes/grep.el (grep-compute-defaults): Fix typos.
11571 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11573         * x-dnd.el: Mention support for Motif in commentary.
11574         (x-dnd-handle-drag-n-drop-event): Ditto.
11576 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
11578         * ses.el: Use "ses--" prefixes for buffer-local variables.
11579         Use (point-min) instead of 1, even when we know the buffer
11580         is unnarrowed.
11581         (ses-build-load-map): Delete.  Distribute its content to defconst's for
11582         the three maps.
11583         (ses-menu, ses-header-line-menu): New menus.
11584         (ses-mode-map): Use them.
11585         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
11587 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
11589         * Makefile.in: Fix the CC Mode recompile kludge so it works
11590         when building in a different directory.
11592 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
11594         * simple.el (kill-new): Put yank-handler property on the entire string.
11596 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * diff.el: Don't use compile any more, use diff-mode instead.
11599         (diff-regexp-alist, diff-old-file, diff-new-file)
11600         (diff-parse-differences, diff-process-setup): Remove.
11601         (diff-sentinel): New fun.
11602         (diff): Use it.  Run the process ourselves.
11603         Use diff-mode for the rest of the processing.
11605         * diff.el (diff): Simplify code handling `switch'.
11607 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * pcvs-defs.el (cvs-menu): Add `tag'.
11611 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
11613         * simple.el (kill-append): Doc fix.
11615         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11616         Adapt outline-regexp to the new conventions for commenting out code.
11618 2004-02-11  John Paul Wallington  <jpw@gnu.org>
11620         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11622 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11624         * diff.el (diff-switches): New fun.
11625         (diff, diff-backup): Use it.
11626         (diff): Clean up the args construction.  Use backquote.
11627         Use listp instead of consp to avoid putting a nil arg.
11628         (diff): Add a revert-buffer function.
11630 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11632         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
11633         handled by x-dnd-handle-file-name.
11634         (x-dnd-known-types): Add COMPOUND_TEXT.
11635         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11636         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11637         x-dnd-empty-state.
11638         (x-dnd-forget-drop): Ditto.
11639         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11640         (x-dnd-handle-one-url): Return private when inserting text.
11641         (x-dnd-insert-ctext): New function.
11642         (x-dnd-handle-file-name): New function for FILE_NAME.
11643         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11644         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11645         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11647 2004-02-10  Kenichi Handa  <handa@m17n.org>
11649         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11650         instead of while loop.
11652 2004-02-10  Miles Bader  <miles@gnu.org>
11654         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11656 2004-02-09  Kenichi Handa  <handa@m17n.org>
11658         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11659         have end-of-line.
11661 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
11663         * Makefile.in: Added extra dependencies in the recompile target
11664         needed to cope with the compile time macro expansions in CC Mode.
11666 2004-02-09  Kim F. Storm  <storm@cua.dk>
11668         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11669         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11670         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11671         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11672         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11673         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11674         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11675         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11676         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11677         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11678         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11680 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11682         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11683         Don't allow shrink if there's a window on our right.
11685         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11686         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11687         Bring together declaration and initialization.
11688         (prolog-mode-variables): Don't set the syntax table.
11689         Don't set paragraph-start and comment-indent-function.
11690         Add /*..*/ to the comment regexps.
11691         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
11692         (prolog-mode-map): Don't bind TAB.
11693         (prolog-mode): Set the syntax table.
11694         (prolog-comment-indent): Remove.
11695         (inferior-prolog-mode-map): Initialize in the declaration.
11696         (inferior-prolog-mode-syntax-table)
11697         (inferior-prolog-mode-abbrev-table): New vars.
11698         (inferior-prolog-mode): Derive from comint-mode.
11699         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11700         minibuffer windows.
11702         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11703         in file names, as long as it is unabmiguous.
11705 2004-02-08  Andreas Schwab  <schwab@suse.de>
11707         * textmodes/reftex-toc.el
11708         (reftex-toc-load-all-files-for-promotion): Remove useless use of
11709         format.  Doc fix.
11711         * textmodes/refer.el (refer-find-entry-internal): Remove extra
11712         format string arguments.
11714         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11715         string argument.
11717         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11719         * play/zone.el (zone-call): Fix format string.
11721         * net/webjump.el (webjump-builtin): Add missing format string argument.
11723         * midnight.el (midnight-delay-set): Remove extra format string argument.
11725         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11727         * hexl.el (hexl-insert-char): Add missing format string argument.
11729         * format.el (format-decode): Fix format string.
11731         * emulation/vi.el (vi-mode): Remove extra format string argument.
11732         (vi-repeat-last-search): Likewise.
11733         (vi-reverse-last-search): Likewise.
11734         (vi-goto-mark): Likewise.
11735         (vi-reverse-last-find-char): Likewise.
11736         (vi-repeat-last-find-char): Likewise.
11737         (vi-locate-def): Likewise.
11739         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
11741         * ediff-util.el (ediff-toggle-read-only): Remove extra format
11742         string argument.
11743         (ediff-toggle-regexp-match): Likewise.
11745         * dired-aux.el (dired-do-query-replace-regexp): Add missing
11746         format string argument.
11748         * calc/calc-map.el (calc-get-operator): Remove extra format
11749         string argument.
11751         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
11753         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
11754         string argument.
11756         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
11758         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
11760         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
11762         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
11763         (cl-struct-setf-expander): Likewise.
11765         * vc.el (with-vc-file): Fix unsafe uses of error.
11766         (vc-cancel-version): Likewise.
11768 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
11770         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11771         thousands separator; fixes <class>:<line-number> regexp for
11772         non-english locales.
11774 2004-02-08  Andreas Schwab  <schwab@suse.de>
11776         * view.el (view-mode-enable): Revert previous change.
11778 2004-02-07  Kim F. Storm  <storm@cua.dk>
11780         * simple.el (line-number-at-pos): Rename from line-at-pos.
11781         Uses changed (what-line and vc-annotate-warp-version).
11783 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11785         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11786         (diff-mode): Remove aborted attempt at support for compile.el.
11787         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11789 2004-02-06  Andreas Schwab  <schwab@suse.de>
11791         * view.el (view-mode-enable): Add view-mode-map to
11792         minor-mode-overriding-map-alist.
11794 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11796         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11798 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11800         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11801         with point inside rather than after the paragraph.
11803 2004-02-04  Sam Steingold  <sds@gnu.org>
11805         * mail/smtpmail.el (smtpmail-try-auth-methods):
11806         Do not try authentication when no mechanism is available.
11807         Pass port-name as defaultport to `netrc-machine'.
11809 2004-02-04  Stephen Eglen  <stephen@gnu.org>
11811         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11812         to show how minibuffer height can be constrained.
11814 2004-02-04  John Paul Wallington  <jpw@gnu.org>
11816         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11818 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11820         * x-dnd.el: New file for drag and drop.
11822         * term/x-win.el: require x-dnd, set after-make-frame-functions
11823         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11824         drag-n-drop event.
11826         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11827         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11828         (dired-dnd-handle-file): New functions for drag and drop support.
11829         (dired-mode): Initialize drag and drop if x-dnd present.
11831 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11833         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11834         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11835         (cperl-mode): Set fill-paragraph-function.
11836         (cperl-fill-paragraph): Make it non-interactive.
11838 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
11840         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11842 2004-02-02  David Kastrup  <dak@gnu.org>
11844         * replace.el (perform-replace): Allow 'literal argument in
11845         regexp-flag to indicate literal replacement.
11846         (query-replace-regexp-eval): Use it.
11848 2004-02-01  Andreas Schwab  <schwab@suse.de>
11850         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11852 2004-02-01  Stephen Eglen  <stephen@gnu.org>
11854         * info-look.el: Add support for maxima-mode.  Update commentary
11855         because info-lookup-symbol is now bound to C-h S.
11857 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
11859         * simple.el (edit-and-eval-command): Bind print-level and
11860         minibuffer-history-sexp-flag around call to read-from-minibuffer.
11861         Correct initial position in command-history.
11863 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
11865         * files.el (read-directory-name): Adapt the docstring to recent
11866         change in Fread_file_name.
11868 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
11870         * ses.el (ses-print-cell): If print format too wide for column
11871         width, truncate decimal places if that helps to avoid "#####" fill.
11872         * ses.el (ses-initial-column-width): Revert previous change.
11874 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11876         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11877         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11878         Add edebug info.
11879         (jit-lock-mode): Setup/cancel the new timer.
11880         (jit-lock-context-fontify): New fun.  Extracted from
11881         context fontification code of jit-lock-stealth-fontify.
11882         (jit-lock-stealth-fontify): Don't do context fontification any more.
11884         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11885         (jit-lock-fontify-now): Handle the `quit' case.
11886         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11888 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
11890         * progmodes/executable.el (executable-command-find-posix-p):
11891         New.  Check if find handles arguments Posix-style.
11893         * progmodes/grep.el (grep-compute-defaults):
11894         Use executable-command-find-posix-p.
11895         (grep-find): Check `grep-find-command'.
11897         * filecache.el (file-cache-find-posix-p): Delete.
11898         (file-cache-add-directory-using-find):
11899         Use `executable-command-find-posix-p'.
11901 2004-01-29  Dave Love  <fx@gnu.org>
11903         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11904         Iterate the hook function if arg is given.
11905         (mark-defun, narrow-to-defun): Change order of finding the limits.
11907         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11908         (byte-compile-format-warn): New.
11909         (byte-compile-callargs-warn): Use it.
11910         (Format, message, error): Add byte-compile-format-like property.
11911         (byte-compile-maybe-guarded): New.
11912         (byte-compile-if, byte-compile-cond): Use it.
11913         (byte-compile-lambda): Compile interactive forms,
11914         just to make warnings about them.
11916 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
11918         * ses.el (ses-initial-column-width): Increase to 14, so it will
11919         work well with the default printer of "%.7g" for extreme values
11920         like "-1.234567e+07".
11922 2004-01-29  Kenichi Handa  <handa@m17n.org>
11924         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11926 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
11928         * dos-w32.el: Added support for the `default-printer-name' function.
11930 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11932         * server.el (server-socket-name): Don't use the hostname in the
11933         socket name since /tmp is local to the host anyway.
11935         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11936         robust check of widening and fix var-naming.
11938 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
11940         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11941         or rmail-spam- to rsf- in all function and variable names.
11942         (rsf-min-region-to-spam-list): New variable.
11943         (rsf-bbdb-auto-delete-spam-entries): Rename from
11944         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
11945         scanned together with the recipients field for spam testing; Don't
11946         delete spam message if rmail-delete-after-output is non-nil;
11947         (rsf-check-field): New function, extracted from code in
11948         rmail-spam-filter to ease addition of header fields like
11949         content-type:;
11950         (message-content-type): New variable.  The content-type: field was
11951         added also in defcustom of rsf-definitions-alist;
11952         (rmail-spam-filter): Replace repeated test code for header fields
11953         by calls to check-field; change the call to
11954         rmail-output-to-rmail-file such that rmail-current-message stays
11955         the same to avoid wrong deletion of unseen flags.
11956         (rmail-use-spam-filter): Add autoload cookie.
11958 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
11960         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
11961         (file-cache-add-directory-using-find): Add Cygwin support.
11962         (file-cache-find-command-posix-flag): New user variable.
11964         * filecache.el (file-cache-add-directory): Check for
11965         directories an remove them from dir-files.
11967 2004-01-27  Richard M. Stallman  <rms@gnu.org>
11969         * man.el (Man-fontify-manpage): Clean up message.
11971 2004-01-27  Kenichi Handa  <handa@m17n.org>
11973         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11974         (sentence-end): Define using sentence-end-without-space.
11976         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11977         a sentence ends with one of a character in sentence-end-without-space.
11979 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11981         * font-lock.el (font-lock): Add jit-lock as explicit group member.
11982         (jit-lock): Group declaration moved to jit-lock.el.
11983         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11984         when necessary.
11986         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11987         (jit-lock-context-unfontify-pos): Rename from
11988         jit-lock-first-unfontify-pos.
11989         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11991 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11993         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11994         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11995         (fortran-fill): When filling a string, adjust re-search-backward
11996         argument for special case of string just on fill-column.
11997         When filling non-string, allow one extra char if
11998         fortran-break-before-delimiters is non-nil.
11999         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12000         Use fortran-break-delimiters-re and fortran-no-break-re to
12001         correctly handle cases such as "**".
12003         * progmodes/f90.el (f90-break-delimiters): Doc fix.
12004         (f90-no-break-re): Add some extra tokens.  Doc fix.
12006 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
12008         * mail/rmail-spam-filter.el:
12009         Use two semicolons as Commentary line prefix.
12010         Add ";;; Code:" stylized comment.
12011         Delete end-of-line whitespace.
12012         Wrap (require 'cl) with `eval-when-compile'.
12014 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
12016         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12017         at the top level of vc.el.
12019 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
12021         * vc.el (vc-current-line): Function removed.  This is now done by
12022         the new function line-at-pos in simple.el.
12023         (vc-annotate-warp-version): Use line-at-pos instead of
12024         vc-current-line.
12026 2004-01-22  Kim F. Storm  <storm@cua.dk>
12028         * simple.el (line-at-pos): New defun.
12029         (what-line): Use it.  Optimize by only counting lines in narrowed
12030         region once.
12032 2004-01-22  Kenichi Handa  <handa@m17n.org>
12034         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12035         point (register r1) only for charset mule-unicode-0100-24ff.
12037 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12039         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12040         trailing white space and ensure a final newline.
12042         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12043         Add autoload cookie.
12045 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
12047         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12048         activate view-mode explicitly.
12050 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12052         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12053         use clipboard first.
12055 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12057         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
12058         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12059         (vc-mcvs-cvs): Remove.
12060         (vc-mcvs-command): Remove use of assert.
12062         * outline.el (outline-insert-heading): Tighten up match.
12063         (outline-demote, outline-move-subtree-down): Don't assume anything
12064         about outline-regexp.
12066         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12067         (texinfo-show-structure): Explicitly add ^, and simplify.
12069 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12071         * calendar/appt.el (appt-check): Restore usage of
12072         appt-issue-message deleted in previous change.
12073         (top-level): Activate package when loaded (needed for backwards
12074         compatibility).
12076 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12078         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12079         following previous change to smtpmail-send-data.
12081 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
12083         * vc.el (vc-default-previous-version): Doc enhancement.
12084         (vc-default-next-version): New function.
12085         (vc-print-log): New arg FOCUS-REV.
12086         (vc-annotate-mode): Derive from view-mode.
12087         (vc-annotate): New args REVISION, DISPLAY-MODE.
12088         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12089         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12090         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12091         (vc-annotate-show-diff-revision-at-line, vc-current-line)
12092         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12094         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12096 2004-01-19  Karl Berry  <karl@gnu.org>
12098         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12099         or "TexInfo".
12101 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12103         * subr.el (delete-dups): New function.
12105 2004-01-19  Karl Berry  <karl@gnu.org>
12107         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12108         with ^, since that's what texinfo-show-structure
12109         documentation says (plus it works much better in texinfo.txi).
12111 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
12113         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12115 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
12117         * progmodes/which-func.el (which-function-mode): Don't cancel
12118         which-func-update-timer if not set.
12120 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
12122         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12123         Remove spurious left square bracket in XX:XXam regexp.
12125 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12127         * progmodes/cc-defs.el: Do not require cl at run time.
12129 2004-01-16  Richard M. Stallman  <rms@gnu.org>
12131         * emacs-lisp/cl.el (cl-cannot-unload): New function.
12132         (cl-unload-hook): Defvar this to run cl-cannot-unload.
12134         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12135         Call rmail-spam-filter.  Delete and expunge spam.
12136         Print number of spam messages deleted.
12137         Save and restore the deletion status of old messages when reading
12138         new mail with spam filter, so that expunging spam does not expunge
12139         msgs deleted by the user.
12140         (rmail-only-expunge): Add an optional argument dont-show to
12141         prevent showing message after expunge.
12143 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
12145         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12146         * subr.el (declare): New macro.
12148 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
12150         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12152 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12154         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12155         Test window-system rather than system-type (for X11/Mac).
12157 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
12159         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12161 2004-01-12  Richard M. Stallman  <rms@gnu.org>
12163         * mail/rmail.el (rmail-convert-to-babyl-format):
12164         Use mail-unquote-printable-region.
12165         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
12166         (rmail-hex-char-to-integer): Functions deleted.
12168         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
12169         (mail-unquote-printable-region): New arg NOERROR.
12170         For invalid encoding, either signal an error to just return nil.
12172 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12174         * calendar/appt.el: Update copyright and commentary.
12175         (appt-issue-message): Make obsolete.
12176         (appt-visible, appt-msg-window): Make obsolete, in favour of
12177         appt-display-format.
12178         (appt-display-mode-line, appt-display-duration)
12179         (appt-display-diary, appt-time-msg-list, appt-mode-string)
12180         (appt-prev-comp-time, appt-display-count, appt-timer)
12181         (appt-convert-time): Doc change.
12182         (appt-disp-window-function, appt-delete-window-function):
12183         Use defcustom rather than defvar.
12184         (appt-display-format): New variable.
12185         (appt-display-message): New function with display code from appt-check.
12186         (appt-check): Add optional FORCE argument.  Doc change.
12187         Add appt-make-list to diary-hook if displaying diary.
12188         Remove checking of view-diary-entries-initially.
12189         Message display section removed to new function appt-display-message.
12190         (appt-display-window): Doc change.  Remove unused internal var
12191         this-buffer.  Do not beep, since appt-display-message does that.
12192         (appt-make-list): Doc change.  Use caar.
12193         (appt-sort-list): Simplify by using builtin sort function.
12194         (appt-update-list): New function for updating appts when diary is
12195         saved.
12196         (appt-activate): New autoloaded function to toggle package
12197         functionality.
12199         * calendar/cal-x.el: (calendar-one-frame-setup)
12200         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
12202         * calendar/calendar.el: Update copyright.
12203         (view-diary-entries-initially, european-calendar-style): Doc change.
12204         (calendar-setup): Make defcustom rather than defvar.
12205         (mark-visible-calendar-date): Initialize temp-face and faceinfo
12206         in let binding so local to function.
12208         * calendar/diary-lib.el: Update copyright.
12209         (diary, diary-entry-time): Doc change.
12210         (list-diary-entries): Doc change.  Trivial logic change.
12211         (fancy-diary-display): Restore make-face command mistakenly
12212         deleted 2003-05-08.
12213         (show-all-diary-entries): Allow to pop-up frame if needed.
12215 2004-01-09  John Paul Wallington  <jpw@gnu.org>
12217         * bindings.el (mode-line-change-eol): Add EVENT parameter.
12218         Temporarily select EVENT's window for changing eol type.
12220 2004-01-09  Deepak Goel  <deego@gnufans.org>
12222         * calendar/diary-lib.el (diary-entry-time):
12223         Also accept time in the form XX[.XX][am/pm/AM/PM].
12224         (fancy-diary-font-lock-keywords): Likewise.
12225         (diary-font-lock-keywords): Likewise.
12226         * calendar/appt.el (appt-add): Likewise.
12227         (appt-make-list): Likewise.
12228         (appt-convert-time): Likewise.
12230 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
12232         * gdb-ui.el (gdb-ann3): Revert previous change.
12233         (gdb-source-info): Allow for case of where compilation directory
12234         is not recorded.
12236 2004-01-08  John Paul Wallington  <jpw@gnu.org>
12238         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
12240 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
12242         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
12244         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
12245         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
12246         problems.
12247         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
12249 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
12251         * files.el (write-file-functions, write-contents-functions):
12252         Clarify docstrings.
12254 2004-01-07  Kenichi Handa  <handa@m17n.org>
12256         * international/mule.el (set-auto-coding): Fix for the case that
12257         end-of-line is only CR.
12259 2004-01-07  Kim F. Storm  <storm@cua.dk>
12261         * subr.el (event-start, event-end): Doc fix.
12262         (posn-string, posn-image): New defuns.
12263         (posn-object): Return either image or string object.
12264         (posn-object-x-y): Return 8th element of position.
12265         (posn-object-width-height): New defun.
12267 2004-01-06  Andreas Schwab  <schwab@suse.de>
12269         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
12270         output.
12272 2004-01-05  Karl Berry  <karl@gnu.org>
12274         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
12275         / and *, too.
12277 2003-12-31  Simon Josefsson  <jas@extundo.com>
12279         * files.el (before-save-hook): Add.
12280         (basic-save-buffer): Use before-save-hook.
12282         * emacs-lisp/copyright.el: Fix comment to recommend
12283         before-save-hook instead of write-file-functions.
12285 2004-01-05  Richard M. Stallman  <rms@gnu.org>
12287         * finder.el (finder-commentary): Call delete-other-windows.
12289         * net/ange-ftp.el (ange-ftp-file-attributes):
12290         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
12292 2004-01-04  Karl Berry  <karl@gnu.org>
12294         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
12295         comment characters % and # in the copyright year notice,
12296         as well as ;.
12298 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
12300         * wid-edit.el (default): Define dummy :value-delete.
12301         Reported by Jesper Harder <harder@ifa.au.dk>.
12303 2004-01-03  Richard M. Stallman  <rms@gnu.org>
12305         * progmodes/compile.el (compile-internal): Use point, not point-min,
12306         for set-window-point.
12308         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
12310         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
12312         * progmodes/grep.el (grep-mode-map):
12313         Don't remap next-line, previous-line.
12315 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
12317         * speedbar.el (speedbar-edit-line): Change regexp to position
12318         the cursor on the first character of this line's button.
12320 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12322         * subr.el (functionp): Doc fix.
12324 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12326         * progmodes/idlwave.el (idlwave-make-tags):
12327         * textmodes/flyspell.el (flyspell-large-region):.
12328         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
12329         * emulation/viper-util.el (viper-glob-unix-files):
12330         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
12331         * man.el (Man-init-defvars):
12332         * jka-compr.el (jka-compr-call-process):
12333         * files.el (get-free-disk-space,insert-directory):
12334         * ediff-ptch.el (ediff-test-patch-utility):
12335         * ediff-diff.el (ediff-test-utility):
12336         * dired-aux.el (dired-check-process):
12337         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
12338         test the return value of call-process, because it can be a string.
12340 2003-12-31  John Paul Wallington  <jpw@gnu.org>
12342         * bindings.el (completion-ignored-extensions): Add .pfsl.
12344 2003-12-31  Kim F. Storm  <storm@cua.dk>
12346         * ido.el (ido-nonreadable-directory-p): New defun to check for
12347         nonreadable directory without activating tramp (to avoid problems
12348         with checking incomplete tramp paths).
12349         (ido-set-current-directory, ido-file-internal)
12350         (ido-file-name-all-completions1): Use it.
12352 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
12354         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
12355         documentation if the anchor (or node) name is preceded by `info
12356         anchor' or `Info anchor' in addition to earlier `info node' and
12357         `Info node'.
12358         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
12360 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
12362         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
12363         error in arguments to base64-decode-region.  Remove ^M characters
12364         after decoding base64.
12366 2003-12-30  Simon Josefsson  <jas@extundo.com>
12368         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
12369         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
12370         have only been distributed with Emacs for some years.
12371         (texinfo-mode-hook): Customize.
12373 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
12375         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
12376         cleaner (suggested by Richard Stallman).
12378         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
12379         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
12380         file-name clashes on 8+3 DOS filesystems.
12382         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
12383         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
12384         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
12385         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
12386         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
12387         file-name clashes on 8+3 filesystems.
12389         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
12390         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
12391         file-name clashes on 8+3 DOS filesystems.
12393 2003-12-29  Richard M. Stallman  <rms@gnu.org>
12395         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
12396         Upcase the character.
12398         * textmodes/flyspell.el (mail-mode-flyspell-verify):
12399         Search for header separator alone on a line, literally,
12400         and search for it backward, not forward.
12401         (flyspell-abbrev-table): Always use global-abbrev-table
12402         if there is no local one.
12404         * progmodes/sh-script.el (sh-get-indent-info):
12405         Don't move point back if at bob.
12407         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
12409         * play/handwrite.el (handwrite): Make the handwrite credit message
12410         a comment rather than an output command.
12412         * obsolete/sc.el: Display message that this file is obsolete.
12414         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
12416         * mail/rfc822.el (rfc822-address-start): Declare variable.
12417         Renamed from address-start.  All uses changed.
12419         * term.el (term-exec): Set up sentinel.
12420         (term-sentinel): New function.
12421         (term-handle-exit): New function.
12423         * subr.el (assoc-ignore-case, assoc-ignore-representation):
12424         Use assoc-string, and mark them obsolete.
12425         (delay-mode-hooks): Mark as permanent local.
12427         * simple.el (sendmail-user-agent-compose): Use assoc-string.
12429         * register.el (copy-rectangle-to-register): Doc fix.
12431         * info.el (Info-insert-dir): Use assoc-string.
12433         * info-look.el (info-lookup): Use assoc-string.
12435         * frame.el (pop-up-frame-function): Use quote, not `function'.
12436         (frame-notice-user-settings): Calculate ADJUSTED-TOP
12437         copying with lists as coordinate values.
12439         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
12441         * find-dired.el (kill-find): New command.
12442         (find-dired): Make buffer read-only.
12443         Set up a keymap with C-c C-k running kill-find.
12444         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
12446         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
12448         * filecache.el (file-cache-ignore-case): New variable.
12449         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
12451         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
12452         (comint-dynamic-complete-as-filename): Rename local vars.
12453         (comint-dynamic-list-filename-completions): Likewise.
12455         * comint.el (comint-dynamic-list-completions-config): New var.
12456         (comint-dynamic-list-completions): Handle both SPC and TAB right.
12458         * comint.el (comint-file-name-chars): Add [].
12459         (comint-word): Use skip-chars-backward, not search.
12461         * shell.el (shell-file-name-chars): Add [].
12463         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
12465         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
12467         * generic.el (define-generic-mode): Doc fix.
12469 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12471         * files.el (kill-some-buffers): Doc fix.
12473 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
12475         * comint.el (comint-watch-for-password-prompt): Pass `string' as
12476         arg to send-invisible
12477         (send-invisible): Doc fix.  The argument is now a prompt, not the
12478         string to send.
12479         (comint-read-noecho): Doc fix.
12481 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
12483         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
12484         "@", as required by some ISP hosting service.  Fix defcustom
12485         argument syntax errors that prevented use of customization.
12487 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12489         * xml.el (xml-get-attribute-or-nil): Doc fix.
12491 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
12493         * net/zone-mode.el (zone-mode): Use write-file-functions, not
12494         write-file-hooks.
12496 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12498         * autorevert.el (auto-revert-interval): Doc fix.
12500 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
12502         * xml.el (xml-get-attribute-or-nil): New function, like
12503         xml-get-attribute, but returns nil if the attribute was not found.
12504         (xml-get-attribute): Convert to defsubst, uses
12505         xml-get-attribute-or-nil.
12507 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12509         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12511 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
12513         * custom.el (custom-declare-theme): Use `value' when putting
12514         properties on `theme'.
12516 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
12518         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
12519         for each yank-handler segment.
12520         (insert-for-yank-1): New function, with the body of the previous
12521         insert-for-yank.
12523         * textmodes/table.el (table-yank-handler): New defcustom.
12524         (table--put-cell-indicator-property): Put yank-handler property
12525         that indicates the yank handler for the table cell.
12527 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12529         * generic-x.el (etc-modules-conf-generic-mode): A more complete
12530         set of keywords.
12532 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12534         * international/mule-cmds.el (reset-language-environment)
12535         (set-language-environment): Don't invoke fontset-related functions
12536         if fontset-list is not fboundp.
12538 2003-12-29  Kenichi Handa  <handa@m17n.org>
12540         * international/mule-cmds.el (reset-language-environment):
12541         Call set-overriding-fontspec-internal with nil.
12542         (set-language-environment): Call set-overriding-fontspec-internal
12543         if the language environment specify `overriding-fontspec'.
12544         (language-info-alist): Doc added.
12546         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
12547         characters of mule-unicode-0100-24ff.
12548         (ccl-encode-windows-1251-font): New CCL program.
12549         ("Bulgarian"): Specify overriding-fontspec.
12550         ("Belarusian"): Likewise.
12552 2003-12-28  Sam Steingold  <sds@gnu.org>
12554         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
12555         parameter ID-FORMAT to conform with the 2003-11-30 patch.
12557 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
12559         * progmodes/gud.el (gud-gdb-command-name): Set default to
12560         "gdb --annotate=3".
12561         (gud-gdb-marker-filter): Look out for annotations.
12562         (gdb-first-pre-prompt): New variable.
12563         Remove trailing white space.
12565         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
12566         if necessary.
12567         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
12568         annotations are detected.
12569         (gud-gdba-marker-filter): Use global variable gud-marker-acc
12570         instead of a local one to allow transition from
12571         gud-gdb-marker-filter.
12572         Remove trailing white space.
12574 2003-12-27  Kim F. Storm  <storm@cua.dk>
12576         * ido.el: Handle non-readable directories.
12577         (ido-decorations): Add 9th element for non-readable directory.
12578         (ido-directory-nonreadable): New dynamic var.
12579         (ido-set-current-directory): Set it.
12580         (ido-read-buffer, ido-file-internal):
12581         (ido-read-file-name, ido-read-directory-name): Let-bind it.
12582         (ido-file-name-all-completions1): Return empty list for
12583         non-readable directory.
12584         (ido-exhibit): Print [Not readable] if directory is not readable.
12585         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
12586         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
12587         Use it.
12589 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
12591         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
12592         calls to directory-files-and-attributes and file-attributes.
12593         (ls-lisp-format): Remove system dependent handling of user and
12594         group id's.
12596 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
12598         * ffap.el (ffap-read-file-or-url): Revert previous change.
12600 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
12602         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
12603         new list of included files called `files-with-node-lines', that
12604         only have node lines.  This way @include commands can include any
12605         file, such as version and update files without node lines, not
12606         just files that are chapters.
12608 2003-12-25  Andreas Schwab  <schwab@suse.de>
12610         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12611         file not found.
12613 2003-12-08  Miles Bader  <miles@gnu.org>
12615         * dired.el (dired-between-files): Always use dired-move-to-filename,
12616         which is more robust in non-english locales.
12618 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12620         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12622 2003-12-24  Andreas Schwab  <schwab@suse.de>
12624         * shell.el (shell-file-name-quote-list): Add backslash.
12626         * comint.el (comint-quote-filename): Correctly handle backslash
12627         in comint-file-name-quote-list.
12629 2003-12-24  Kenichi Handa  <handa@m17n.org>
12631         * international/mule-cmds.el (set-default-coding-systems):
12632         Call ucs-set-table-for-input for all buffers that don't have local
12633         value of buffer-file-coding-system.
12635         * international/ucs-tables.el (ucs-set-table-for-input):
12636         If translation-table-for-encode is a symbol, get its
12637         translation-table property.
12639 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
12641         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12642         to `completing-read' on a recently fixed bug.
12644         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12645         instead of SPACE, to get the list of possible fringe modes.
12646         SPACE only works if both `partial-completion-mode' and
12647         `completion-auto-help' are nil.
12649         * complete.el (PC-is-complete-p): Delete.
12650         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12651         calls to `test-completion'.
12653 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
12655         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12656         to edit values when there are no children.
12658         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12659         a mode called "Assembler" already exists.
12660         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12661         (gud-watch): Use format option.  Remove font properties from string.
12662         (gdb-var-create-handler, gdb-var-list-children-handler):
12663         Don't bother about properties as there are none.
12664         (gdb-var-create-handler, gdb-var-list-children-handler)
12665         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12666         with two arguments.
12667         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12668         Let speedbar show value changes with a different font.
12669         (gdb-edit-value): New defun.
12670         (gdb-clear-partial-output, gdb-clear-inferior-io)
12671         (def-gdb-auto-update-handler): Use erase-buffer.
12672         (gdb-frame-handler): Display watch expressions in
12673         FUNCTION::VARIABLE format if required.
12675 2003-12-23  John Paul Wallington  <jpw@gnu.org>
12677         * info.el (Info-unescape-quotes, Info-split-parameter-string)
12678         (Info-goto-emacs-command-node): Doc fixes.
12680 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
12682         * cus-edit.el (custom-add-parent-links): Define "many".
12684 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
12686         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12687         (widget-child-validate, widget-type-value-create)
12688         (widget-type-default-get, widget-type-match): New functions.
12689         (lazy): New widget.
12690         (menu-choice, checklist, radio-button-choice, editable-list)
12691         (group, documentation-string): Remove redundant (per 2003-10-25
12692         change) calls to `widget-children-value-delete'.
12693         (widget-choice-value-get, widget-choice-value-inline): Remove.
12694         (menu-choice): Update widget.
12696 2003-12-03  Kenichi Handa  <handa@m17n.org>
12698         * language/cyrillic.el: Register "microsoft-cp1251" in
12699         ctext-non-standard-encodings-alist.
12700         ("Bulgarian"): Add ctext-non-standard-encodings.
12701         ("Belarusian"): Likewise.
12703         * international/mule-conf.el (compound-text-with-extensions):
12704         Change the type to 2 (iso-2022 base).
12706         * international/mule.el (ctext-non-standard-encodings-alist):
12707         Change the format.
12708         (ctext-non-standard-encodings): New variable.
12709         (ctext-post-read-conversion): Fully re-written.
12710         (ctext-non-standard-designations-alist): Delete it.
12711         (ctext-non-standard-encodings-table): New function.
12712         (ctext-pre-write-conversion): Fully re-written.
12714 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12716         * cus-edit.el (custom-add-parent-links): Add documentation links
12717         for parent, if the item has none of its own.
12719 2003-11-30  Richard M. Stallman  <rms@gnu.org>
12721         * dired-aux.el (dired-do-query-replace-regexp):
12722         Report files visited read-only.
12724 2003-11-30  Juri Linkov  <juri@jurta.org>
12726         * dired-aux.el (dired-compare-directories): New command.
12727         (dired-file-set-difference, dired-files-attributes): New functions.
12729 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12730         Version 2.0.38 of Tramp released.
12732         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
12733         Charles Curley <charlescurley@charlescurley.com>.
12734         (tramp-multi-connection-function-alist): Add ssht entry which adds
12735         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
12736         Aichner.
12737         (tramp-get-method-parameter): New function to retrieve a method
12738         parameter.  This allows for omission of method parameters.
12739         Callers adjusted.
12741 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
12743         * net/tramp.el: Add new optional parameter ID-FORMAT to
12744         `file-attributes'.  Calls of `file-attributes' won't use this
12745         parameter for backward compatibility reasons.
12746         (tramp-perl-file-attributes): Add a new parameter to Perl script
12747         in order to handle uid/gid as strings, if desired.
12748         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
12749         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
12750         order to make the function more general.
12751         (tramp-handle-file-attributes): Replace proprietary optional
12752         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
12753         (tramp-handle-file-attributes-with-perl): Handle parameter
12754         NONNUMERIC if set.  This wasn't done in the past.
12755         (tramp-post-connection): Apply second parameter "$2" if
12756         `tramp-remote-perl' is called.
12758         * net/tramp-smb.el (tramp-smb-handle-delete-file):
12759         Correct cut'n'waste error (`filename' instead of `directory').
12760         (tramp-smb-handle-directory-files-and-attributes)
12761         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
12762         introduced parameter ID-FORMAT.
12763         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
12764         error (`directory' instead of `ldir').
12766         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
12767         `file-attributes' has a second parameter.  If yes, apply it with
12768         value "'integer".  Otherwise, don't use that parameter (default is
12769         integer format).
12771 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12773         * help.el (help-map): Bind `display-local-help' to `C-h .'.
12774         (help-for-help): Add `C-h .' to the listed Help options.
12775         Remove trailing whitespace.
12777         * help-at-pt.el: New file.
12779 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
12781         * subr.el (noreturn, 1value): New macros for test coverage.
12782         See `testcover.el'.
12784         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12786         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12787         for macro `1value'.
12788         (testcover-1value): New function.  Checks that a 1value form
12789         actually returns only one value.  Requested by RMS.
12791 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
12793         * gdb-ui.el (gud-watch, gdb-var-create-handler)
12794         (gdb-var-list-children, gdb-var-list-children-handler)
12795         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12796         gdb commands that use mi to keep them out of the command history.
12798 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12800         * cus-start.el (all): Add use-file-dialog.
12802 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12804         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12806 2003-11-27  Kim F. Storm  <storm@cua.dk>
12808         * subr.el (posn-object-x-y): New defun.
12810 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12812         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12813         Don't use `space' for \\\n.
12814         Be more selective as to which # are comment-starters.
12816 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
12818         * subr.el (number-sequence): Improve handling of floating point
12819         arguments (suggested by Kim Storm).  Allow negative arguments.
12821 2003-11-26  Kenichi Handa  <handa@m17n.org>
12823         * international/mule-cmds.el (standard-display-european-internal):
12824         Cancel the standard-display-table setting for ` and '.
12826 2003-11-26  Kim F. Storm  <storm@cua.dk>
12828         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12829         New defcustoms to add ffap-like functionality to ido.
12830         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
12831         (ido-no-final-slash): New defun.
12832         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12833         (ido-read-file-name): ): Toggle VC checking via
12834         vc-handled-backends instead of vc-master-templates.
12835         (ido-file-internal): Handle ido-use-url-at-point and
12836         ido-use-filename-at-point via code borrowed from ffap-guesser.
12837         Handle new ido-exit code ffap.
12838         (ido-sort-list): Ignore final slash when sorting file names.
12840 2003-11-25  Kim F. Storm  <storm@cua.dk>
12842         * emulation/cua-base.el (cua--standard-movement-commands):
12843         Add forward-sentence and backward-sentence.
12845 2003-11-25  Stephen Eglen  <stephen@gnu.org>
12847         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12848         iswitchb-exit is set to 'usefirst when user selects buffer at head
12849         of list using RET.  (Selecting buffers at the head of the list was
12850         broken if the substring was also a complete buffername.)
12852 2003-11-23  Kim F. Storm  <storm@cua.dk>
12854         * progmodes/compile.el (grep-command, grep-use-null-device)
12855         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12856         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12857         (grep-regexp-alist, grep-program, find-program)
12858         (grep-find-use-xargs, grep-history, grep-find-history)
12859         (grep-process-setup, grep-compute-defaults)
12860         (grep-default-command, grep, grep-tag-default, grep-find)
12861         (grep-expand-command-macros, grep-tree-last-regexp)
12862         (grep-tree-last-files, grep-tree): Move grep variables, functions
12863         and commands to new file grep.el.
12864         (compilation-mode-map): Remove grep commands from Compile sub-menu.
12865         (compilation-process-setup-function): Doc fix.
12866         (compilation-highlight-regexp, compilation-highlight-overlay): New
12867         defvars used for highlighting current compile error in source buffer.
12868         (compile-internal): New optional args HIGHLIGHT-REGEXP and
12869         LOCAL-MAP which overrides compilation-highlight-regexp and
12870         compilation-mode-map for this compilation.
12871         Delay calling compilation-set-window-height until after running
12872         compilation-process-setup-function so it can buffer-local override
12873         compilation-window-height.
12874         Check buffer-local value of compilation-scroll-output.
12875         (compilation-set-window-height): Use buffer-local value of
12876         compilation-window-height.
12877         (compilation-revert-buffer): Don't pass (undefined)
12878         preserve-modes arg to revert-buffer.
12879         (next-error-no-select, previous-error-no-select): New commands.
12880         (compilation-goto-locus): Temporarily highlight current match in
12881         source buffer using compilation-highlight-regexp.
12883         * progmodes/grep.el: New file with grep code from compile.el.
12884         (grep): New defcustom group.
12885         (grep-window-height): New defcustom, like compilation-window-height.
12886         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12887         (grep-scroll-output): New defcustom, like compilation-scroll-output.
12888         (grep-command, grep-use-null-device, grep-find-command)
12889         (grep-tree-files-aliases, grep-tree-ignore-case)
12890         (grep-tree-ignore-CVS-directories): Move to grep custom group.
12891         (grep-setup-hook): New hook variable.
12892         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
12893         (grep-last-buffer): New defvar, override compilation-last-buffer.
12894         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
12895         Call compile-internal with args highlight-regexp and grep-mode-map.
12897 2003-11-23  Kim F. Storm  <storm@cua.dk>
12899         * subr.el (event-start, event-end): Doc fix.
12900         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12901         (posn-area, posn-actual-col-row, posn-object): New defuns.
12902         (posn-col-row): Simplify doc.  Rewrite to use cond.
12903         (posn-point): Also return buffer position for events outside text
12904         area (that info is now present in the event position).
12906         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12907         mouse-set-point so that hscroll still works now that clicks on
12908         fringes generate specific mouse events.
12909         (mouse-set-point): Note that it now works in fringes and margins
12910         too due to new semantics of posn-point in fringes and margins.
12912         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12913         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12915 2003-11-20  Kim F. Storm  <storm@cua.dk>
12917         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12918         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12919         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12920         to 100 for icons to avoid increasing line height when shown.
12922 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12924         * newcomment.el (comment-normalize-vars): Initialize properly if
12925         comment-start was nil.
12927 2003-11-19  Andreas Schwab  <schwab@suse.de>
12929         * simple.el (set-variable): Fix indentation.
12931 2003-11-17  Kenichi Handa  <handa@m17n.org>
12933         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12934         Fix docstring.
12936 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12938         * international/latin1-disp.el (latin1-display): Fix docstring.
12940 2003-11-16  John Wiegley  <johnw@newartisans.com>
12942         * eshell/em-ls.el (eshell-ls-file): There are times with
12943         size-width is nil and uncomputed (when directories are created in
12944         dired, for example); in this case, 4 is reasonable default value,
12945         although it may caused skewed new entries (which could be avoided
12946         by returning the original value of 8 in all cases, but 99% of the
12947         time this is a waste of whitespace).
12949 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12951         * cc-engine.el (c-guess-continued-construct)
12952         (c-guess-basic-syntax): Check a little more carefully if it's a
12953         function declaration when an unknown construct followed by a block
12954         is found inside a statement context.  This avoids macros followed
12955         by blocks to be taken as function declarations.
12957         (c-guess-continued-construct): Change the analysis of a statement
12958         continuation with a brace open to `substatement-block', for
12959         consistency with recognized statements.
12961         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12962         start is in a position so that `c-beginning-of-statement-1' jumped
12963         to the beginning of the same statement.
12965         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12966         Don't accept binary operators in the arglist if we're in a function
12967         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
12968         template recognition in cases like "if (a < b || c > d)".
12970         (c-restricted-<>-arglists): New more appropriate name for
12971         `c-disallow-comma-in-<>-arglists'.
12973         Accessing functions updated for the variable name change.
12975         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12976         match data could get clobbered if NOT-INSIDE-TOKEN is used.
12978         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12979         labels.
12981         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12982         instead of duplicating parts of it.  This fixes bogus label
12983         recognition.
12985         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12986         of checking the context in which to apply the minimum indentation,
12987         so that it isn't enforced in e.g. namespace blocks.
12989         * cc-vars.el (c-inside-block-syms): New constant used by
12990         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
12991         to somewhat reduce the risk of becoming stale.
12993         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12994         cc-cmds to cc-engine to allow use from cc-align.
12996         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12997         qualified identifiers containing "::".
12999         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13000         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13002         * cc-vars.el (c-emacs-features): Use a space in front of the name
13003         of the temporary buffer.  That also avoids dumping problems in
13004         XEmacs due to undo info being left around after the buffer is killed.
13006         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13007         arglist to see if it's a K&R style declaration.
13009         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13010         before returning `knr-argdecl-intro'.
13012 2003-11-16  John Wiegley  <johnw@newartisans.com>
13014         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13015         field in a long-listing always 8 characters, use `size-width',
13016         which has already been computed.
13018 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
13020         * subr.el (minor-mode-list): Add `hs-minor-mode'.
13022 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13024         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13025         Support operation while narrowed, with `diff-restrict-view'.
13027 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13029         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13030         Take additional optional arg NARROWFUN.  For the generated functions:
13031         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
13032         include frags that arrange to check for and save narrowing state before
13033         the move and then conditionally call NARROWFUN after the move.
13035 2003-11-14  John Wiegley  <johnw@newartisans.com>
13037         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13038         that was optional, but obviously missing based on surrounding code.
13040         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13041         string arguments to numbers unless the whole argument was seen as
13042         a number.
13044 2003-11-14  Kenichi Handa  <handa@m17n.org>
13046         * international/mule.el (ctext-non-standard-encodings-alist):
13047         Fix coding systems.
13049 2003-11-10  Kenichi Handa  <handa@m17n.org>
13051         * language/kannada.el ("Kannada"): Add sample-text.
13053         * language/knd-util.el (kannada-compose-region)
13054         (kannada-compose-string, kannada-post-read-conversion):
13055         Add autoload cookie.
13057         * international/quail.el (quail-completion): Change the message
13058         "corresponding translations" to "corresponding characters".
13060 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13062         * descr-text.el (describe-char): Fix typo.
13064 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
13066         These changes are to support Kannada language/script.
13068         * Makefile.in (DONTCOMPILE): Add kannada.el.
13070         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13072         * loadup.el: Preload kannada.el.
13074         * language/ind-util.el (ucs-kannada-to-is13194-alist)
13075         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13076         New variables.
13078         * language/kannada.el: New file.
13080         * language/knd-util.el: New file.
13082 2003-11-07  Andreas Schwab  <schwab@suse.de>
13084         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13085         Also highlight AH_*.
13087         * xml.el (xml-parse-dtd): Fix misplaced paren.
13089 2003-11-07  Kenichi Handa  <handa@m17n.org>
13091         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13093 2003-11-05  Juri Linkov  <juri@jurta.org>
13095         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13096         (desktop-buffer-file): Use saved buffer-file-coding-system
13097         for file reading.  Set auto-insert to nil to prevent automatic
13098         insertion into restored empty files.
13100 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
13102         * files.el (risky-local-variable-p): Make second argument optional.
13104 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13106         * subr.el (add-hook): Fix last change.
13108 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
13110         * mail/rmail.el (rmail-convert-to-babyl-format):
13111         If base64-decode-region signals an error, catch it and silently
13112         ignore it.
13114 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
13116         * xml.el (xml-parse-region): Allow comments to appear after the
13117         topmost element has closed.
13118         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13119         (xml-ns-expand-attr): New functions to do namespace handling.
13120         (xml-intern-attrlist): Back-compatible handling of attribute names.
13121         (xml-parse-tag): Move namespace handling to separate functions.
13122         Now produces elements in the form ((:ns . "element") (attr-list)
13123         children) instead of ('ns:element (attr-list) children).
13124         (xml-parse-attlist): Fix attribute parsing.
13125         (xml-parse-dtd): Change parsing so that it produces strings
13126         instead of interned symbols.
13128 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
13130         * dired.el (dired-ls-sorting-switches): Doc fix.
13132 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
13134         * emacs-lisp/rx.el (rx-or): Fix the case of
13135         "(rx (and ?a (or ?b ?c) ?d))".
13137 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
13139         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13140         (texinfo-format-region): Use it.
13141         (texinfo-format-buffer-1): Ditto.
13143 2003-11-01  Alan Mackenzie  <acm@muc.de>
13145         Changes to allow scrolling whilst in isearch mode:
13146         * isearch.el (isearch-unread-key-sequence): New function,
13147         extracted from isearch-other-meta-char.
13148         (top level): (put 'foo 'isearch-scroll) on all Emacs's
13149         "scrollable" standard functions.
13150         (isearch-allow-scroll): New customizable variable.
13151         (isearch-string-out-of-window, isearch-back-into-window)
13152         (isearch-reread-key-sequence-naturally)
13153         (isearch-lookup-scroll-key): New functions.
13154         (isearch-other-meta-char): Doc string and functionality enhanced.
13155         Now accepts a prefix argument.
13156         (isearch-lazy-highlight-window-end): New variable.
13157         (isearch-lazy-highlight-new-loop): Pay attention to the window's
13158         end (thru isearch-lazy-highlight-window-end), not only its start.
13160         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13161         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
13162         (universal-argument, universal-argument-more, negative-argument)
13163         (digit-argument, universal-argument-other-key): Minor changes.
13165 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13167         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
13168         recursively if the last message is deleted, thus avoiding an
13169         infinite loop.
13171 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13173         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
13174         (tex-main-file): Don't add .tex if the extension is already present.
13175         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
13177 2003-10-29  Lute Kamstra  <lute@gnu.org>
13179         * progmodes/octave-inf.el (inferior-octave-prompt):
13180         Recognize version number in prompt.
13182 2003-10-28  Dave Love  <fx@gnu.org>
13184         * international/characters.el: Fix some Unicode ranges.
13186 2003-10-28  Kenichi Handa  <handa@m17n.org>
13188         * disp-table.el (standard-display-8bit)
13189         (standard-display-default, standard-display-ascii)
13190         (standard-display-g1, standard-display-graphic)
13191         (standard-display-underline): Assure that standard-display-table
13192         is a display table.
13194 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13196         * simple.el (reindent-then-newline-and-indent): Delete space *after*
13197         reindenting the first line.
13199 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13201         * wid-edit.el (widget-default-delete): Always delete child widgets.
13203 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13205         * newcomment.el (comment-indent): Don't call indent-according-to-mode
13206         if the line has code.
13207         Don't try to line up with something that's too far left.
13209         * progmodes/octave-mod.el (octave-comment-start): Simplify.
13210         (octave-mode-syntax-table): Add % as a comment starter.
13211         (octave-point): Remove.
13212         (octave-in-comment-p, octave-in-string-p)
13213         (octave-not-in-string-or-comment-p, calculate-octave-indent)
13214         (octave-blink-matching-block-open, octave-auto-fill):
13215         Use line-(beginning|end)-position instead.
13217 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13219         * emacs-lisp/authors.el (authors-aliases): Add correct realname
13220         for Francesco Potort\e,Al\e(B.
13222 2003-10-23  Dave Love  <fx@gnu.org>
13224         * international/mule-cmds.el (locale-charset-to-coding-system):
13225         Don't rely on nil being a coding system.
13227         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
13228         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
13229         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
13231 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
13233         * gdb-ui.el (gdb-current-language): New variable.
13234         (gdb-update-flag): Remove variable.
13235         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
13236         (gdb-take-last-elt): Remove function.
13237         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
13238         (gdb-post-prompt): Check for variable object changes here.
13240         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
13241         object changes in gdb-ui.el.
13243 2003-10-21  Richard M. Stallman  <rms@gnu.org>
13245         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
13247         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
13248         Don't check for foo*/ wildcard form here.
13249         (insert-directory): Recognize foo*/ as a wildcard.
13250         Separate wildcard-regexp variable from the arg, wildcard.
13252         * subr.el (add-hook): Correctly detect when make-local-hook was used.
13253         (remove-hook): Correctly handle strange cases about local hooks.
13255 2003-10-21  David Ponce  <david@dponce.com>
13257         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
13258         argument REAL, to return a real number instead of a rounded
13259         integer value.  Define as inline function.
13260         (ruler-mode-right-fringe-cols): Likewise.
13261         (ruler-mode-scroll-bar-cols): New function.
13262         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
13263         (ruler-mode-right-scroll-bar-cols): Likewise.
13264         (ruler-mode-space): New function.
13265         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
13266         scroll bar mode and margins in a more robust way.
13268 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
13270         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
13271         (antlr-c-init-language-vars): New function.
13272         (antlr-mode): Use it with cc-mode before v5.29.
13273         (antlr-c-common-init): Don't set some local vars here.
13274         (antlr-mode): Set them here.
13275         (antlr-c-forward-sws): New function alias.
13276         (antlr-mode): Redefine with cc-mode before v5.30.
13277         (antlr-skip-sexps): Use it.
13278         (antlr-skip-exception-part): Ditto.
13279         (antlr-skip-file-prelude): Ditto.
13280         (antlr-outside-rule-p): Ditto.
13281         (antlr-end-of-body): Ditto.
13282         (antlr-option-kind): Ditto.
13283         (antlr-insert-option-area): Ditto.
13284         (antlr-file-dependencies): Ditto.
13286 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13288         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
13289         Move backward only if point was not inside an entry.
13291 2003-10-21  Richard M. Stallman  <rms@gnu.org>
13293         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
13295 2003-10-21  Juri Linkov  <juri@jurta.org>
13297         * compare-w.el: Automatically skip non-matching text to resync.
13298         (compare-windows-whitespace): Doc fix.
13299         (compare-windows-sync, compare-windows-sync-string-size)
13300         (compare-windows-recenter, compare-ignore-whitespace)
13301         (compare-windows-highlight, compare-windows-face): New variables.
13302         (compare-windows): Use compare-windows-sync.
13303         (compare-windows-highlight, compare-windows-dehighlight)
13304         (compare-windows-sync-regexp)
13305         (compare-windows-sync-default-function): New functions.
13307 2003-10-21  Juri Linkov  <juri@jurta.org>
13309         * diff.el (diff-parse-differences): Don't visit the files now;
13310         instead, just record the error locus.
13312 2003-10-21  Dave Love  <fx@gnu.org>
13314         * progmodes/cfengine.el: New file.
13316 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13318         * complete.el (PC-do-completion): Do not forget to use `pred' as the
13319         default-directory when completing file names.
13321 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
13323         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
13324         followed by the word `face', it gets treated as a face, even if
13325         it is also defined as a variable or a function.
13327 2003-10-20  Dave Love  <fx@gnu.org>
13329         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13330         Avoid incf in macro expansion.
13332 2003-10-20  John Paul Wallington  <jpw@gnu.org>
13334         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
13335         `evenp' so we don't implicitly require cl library at runtime.
13337 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
13339         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
13340         (help-make-xrefs): Only make cross-references for faces if
13341         preceded or followed by the word `face'.  Do not make a
13342         cross-reference for variables without variable documentation,
13343         unless preceded by the word `variable' or `option'.  Update doc
13344         string accordingly.
13346 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
13348         * progmodes/hideshow.el: Rewrite one-armed `if'
13349         constructs using either `when' or `unless'.
13350         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
13352 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
13354         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
13355         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
13356         instead of 12x12.
13358 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
13360         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
13361         message while converting to Babyl.
13363 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
13365         * allout.el (allout-mode): Doc fix.
13367 2003-10-16  Lute Kamstra  <lute@gnu.org>
13369         * subr.el (force-mode-line-update): Fix docstring.
13371 2003-10-14  Dave Love  <fx@gnu.org>
13373         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
13374         (default-input-method): Add :link, improve :type.
13375         (locale-charset-language-names): Fix utf-8 pattern.
13376         (locale-charset-match-p, locale-charset-alist)
13377         (locale-charset-to-coding-system): New.
13378         (set-locale-environment): Deal with codeset part of locale specs.
13380 2003-10-14  Lute Kamstra  <lute@gnu.org>
13382         * fringe.el (fringe-mode): Use active voice in docstring.
13383         (set-fringe-style): Ditto.
13385 2003-10-13  Lute Kamstra  <lute@gnu.org>
13387         * fringe.el (fringe-mode): Fix docstring.
13388         (set-fringe-style): Ditto.
13390 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
13392         * ediff-mult.el (ediff-filegroup-action):
13393         Use ediff-default-filtering-regexp.
13395         * ediff-util.el (ediff-recenter): Don't call
13396         ediff-restore-highlighting twice.
13397         (ediff-select-difference): Set current difference.
13398         (ediff-unselect-and-select-difference): Add comment.
13400         * ediff.el (ediff-directories,ediff-directory-revisions)
13401         (ediff-directories3,ediff-merge-directories)
13402         (ediff-merge-directories-with-ancestor)
13403         (ediff-merge-directory-revisions)
13404         (ediff-merge-directory-revisions-with-ancestor):
13405         Use ediff-default-filtering-regexp.
13407 2003-10-12  Andreas Schwab  <schwab@suse.de>
13409         * international/mule-cmds.el (locale-charset-language-names):
13410         Simplify regex by removing unused grouping.
13412 2003-10-10  Dave Love  <fx@gnu.org>
13414         * bindings.el: Don't bind stop.
13416 2003-10-08  Miles Bader  <miles@gnu.org>
13418         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
13419         face instead of attempting to emulate it.
13421 2003-10-07  Kenichi Handa  <handa@m17n.org>
13423         * international/mule-diag.el (list-coding-systems-1): List coding
13424         systems that are loaded automatically.
13426         * international/code-pages.el (iso-8859-11): Add autoload cookie.
13428         * international/mule.el (autoload-coding-system): New function.
13430 2003-10-07  Andreas Schwab  <schwab@suse.de>
13432         * log-edit.el (log-edit-changelog-entries): Prefer local value of
13433         change-log-default-name in the buffer visiting the file.
13435 2003-10-06  Dave Love  <fx@gnu.org>
13437         * files.el (find-file-hook): Customize.
13438         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
13440         * bindings.el (completion-ignored-extensions): Remove .log.
13441         (global-map): Add again, open, stop keys.
13443 2003-10-05  Richard M. Stallman  <rms@gnu.org>
13445         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
13446         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
13447         Use sh-modify directly.
13448         (sh-select): Use sh-append, not eval.
13450         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
13452         * info.el (Info-following-node-name): New function.
13454         * loadhist.el (unload-feature-special-hooks):
13455         Rename from loadhist-hook-functions.
13456         (loadhist-hook-functions): Now an alias.
13458 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
13460         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
13461         file-name clashes on 8+3 filesystems.
13463         * Makefile.in (DONTCOMPILE, bootstrap-clean):
13464         Rename loaddefs-boot.el to ldefs-boot.el
13466         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
13467         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
13469 2003-10-03  Lute Kamstra  <lute@gnu.org>
13471         * info.el (Info-mode): Revert previous change.
13472         (Info-escape-percent): New function.
13473         (Info-fontify-node): Use it.
13475 2003-10-02  Andreas Schwab  <schwab@suse.de>
13477         * loaddefs-boot.el: Regenerated.
13479 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
13481         * ffap.el: Remove defadvice related code from CVS since `complete'
13482         provides a `PC-completion-as-file-name-predicate' variable that
13483         ffap can override.
13485 2003-10-02  Kenichi Handa  <handa@m17n.org>
13487         * international/utf-8.el (ccl-decode-mule-utf-8):
13488         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
13490         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
13491         * international/subst-big5.el: Likewise.
13492         * international/subst-gb2312.el: Likewise.
13493         * international/subst-ksc.el: Likewise.
13495 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13497         * calendar/calendar.el (increment-calendar-month)
13498         (calendar-leap-year-p, calendar-absolute-from-gregorian)
13499         (generate-calendar, calendar-read-date, calendar-interval)
13500         (calendar-day-of-week): Handle years BC.
13501         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
13503 2003-10-01  Dave Love  <fx@gnu.org>
13505         * language/cyrillic.el (cp1251): Alias for windows-1251.
13507         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
13508         bootstrap.
13510 2003-10-01  Lute Kamstra  <lute@gnu.org>
13512         * files.el: Fix typo.
13513         * imenu.el (imenu--generic-function): Docstring fix.
13515 2003-09-30  Richard M. Stallman  <rms@gnu.org>
13517         * dired.el (dired-mode): Handle dired-directory as a list.
13519 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
13521         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
13523         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
13525         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
13526         Replace gud-display with gud-watch.
13527         (gud-speedbar-buttons): Add stuff for watching expressions
13528         in the speedbar when using M-x gdba.  Use dolist on old part
13529         of this function.
13531         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
13532         (gdb-update-flag): New variables.
13533         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
13534         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
13535         (gud-watch, gdb-var-create-handler) : New functions.
13536         (gdb-var-list-children, gdb-var-list-children-handler)
13537         (gdb-var-create-regexp, gdb-var-update-regexp)
13538         (gdb-var-list-children-regexp): New constants.
13539         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
13540         (gdb-annotation-rules): Reduce annotation set (level 3).
13541         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
13542         (gdb-post-prompt): Don't update GDB buffers every time speedbar
13543         updates.
13544         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
13545         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
13546         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
13547         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
13548         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
13549         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
13550         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
13551         (gud-display, gud-display1)
13552         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
13553         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
13554         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
13555         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
13556         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
13557         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
13558         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
13559         (gdb-display-display-buffer, gdb-toggle-display)
13560         (gdb-delete-display, gdb-expressions-popup-menu)
13561         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
13562         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
13563         to display buffer.
13565 2003-09-30  Richard M. Stallman  <rms@gnu.org>
13567         * progmodes/ada-mode.el (ada-mode): Don't use advice.
13568         Instead, set which-func-functions.
13570         * progmodes/which-func.el (which-func-modes): Add ada-mode.
13571         (which-func-functions): New variable.
13572         (which-function): Use that.
13574         * info.el (Info-mode): Double each `%' in header line.
13576         * emacs-lisp/lisp-mnt.el (lm-with-file):
13577         When FILE is nil, run BODY in current buffer.
13579         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
13581         * help.el (describe-mode): Start with a brief list of minor modes.
13582         Find them thru minor-mode-list so as to find them all.
13583         Show them in alphabetical order.
13585         * mail/sendmail.el (mail-aliases): Doc fix.
13587         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
13589 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13591         * mail/rmailsum.el (rmail-make-summary-line-1):
13592         Change comma after last label to a space.
13593         (rmail-summary-font-lock-keywords): Adapt to that change.
13595 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
13597         * progmodes/scheme.el (scheme-mode-variables): When setting
13598         `font-lock-defaults', also specify that "#" should
13599         be interpreted with `word' syntax.
13600         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
13602 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
13604         * desktop.el: A lot of comments updated.
13605         (desktop-save-mode): Minor mode introduced.
13606         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
13607         (desktop-load-default): Function made obsolete.
13608         (desktop-locals-to-save): Variable made customizable.
13609         (desktop-read): Optional parameter `dirname' added.
13610         (desktop-change-dir, desktop-revert): Parameter `dirname' in
13611         `desktop-read' used.
13612         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13614 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
13616         * whitespace.el (whitespace-clean-msg): Add user customizable message
13617         for displaying ``clean'' output.
13618         (whitespace-buffer): Use `whitespace-clean-msg'.
13619         (whitespace-global-mode): Fix typo.
13621 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
13623         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13625 2003-09-29  Lute Kamstra  <lute@gnu.org>
13627         * bindings.el (mode-line-modes): Remove superfluous :propertize
13628         construct in initialization.
13629         (mode-line-position): Change cons cell into proper list in
13630         initialization.
13632 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
13634         * international/mule.el (decode-coding-inserted-region): Use car
13635         of the return value of find-operation-coding-system.
13637 2003-09-29  Kenichi Handa  <handa@m17n.org>
13639         * descr-text.el (describe-char): Fix previous change.
13641 2003-09-28  Kenichi Handa  <handa@m17n.org>
13643         * descr-text.el (describe-char-display): New function.
13644         (describe-char): Pay attention to display table on describing how
13645         a character is displayed.
13647         * international/mule-cmds.el (encoded-string-description):
13648         Prepend "0x" to each encoded byte.
13650 2003-09-28  Andreas Schwab  <schwab@suse.de>
13652         * find-file.el (ff-special-constructs): Add autoload cookie.
13654 2003-09-28  Kevin Ryde  <user42@zip.com.au>
13656         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13657         makeinfo appends to duplicate index entries.
13659 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
13661         * dired-x.el (dired-clean-tex): Doc fix.
13663         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13664         using a Chinese tutorial.
13666 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13668         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13669         between "MAIL FROM:" and "RCPT TO:" and the following address.
13671 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13673         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13675 2003-09-28  David Ponce  <david@dponce.com>
13677         * recentf.el (recentf-initialize-file-name-history): New defcustom.
13678         (recentf-load-list): When `recentf-initialize-file-name-history'
13679         is non-nil, initialize an empty `file-name-history' with the
13680         recent list.
13682 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
13684         * man.el (Man-default-man-entry): Remove the leading `*' from the
13685         word at point.
13687 2003-09-26  Lute Kamstra  <lute@gnu.org>
13689         * bindings.el (mode-line-position): Mention size indication in
13690         docstring.
13692 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
13694         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13696         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13697         because it's autoloaded now.
13699 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13701         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13702         (sh-font-lock-keywords, sh-feature): Fix previous change of
13703         sh-feature to avoid infloop with sh-font-lock-keywords.
13705 2003-09-25  Kim F. Storm  <storm@cua.dk>
13707         * frame.el (frame-current-scroll-bars): New defun.
13709         * window.el (window-current-scroll-bars): New defun.
13711 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13713         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13714         cause errors when the state cache contains info on parts that have
13715         been narrowed out.
13717 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13719         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13720         `c-setup-paragraph-variables' has to be used when this variable is
13721         changed; it doesn't work to reinitialize the mode since that
13722         typically clobbers the variable.
13724         * progmodes/cc-styles.el (c-setup-paragraph-variables):
13725         Make it interactive.
13727 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13729         * progmodes/cc-fonts.el (c-font-lock-declarations):
13730         Fix recognition of constructors and destructors for classes whose
13731         names are matched by `*-font-lock-extra-types'.
13733         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13734         followed by an identifier in C++ then it's a type.
13736 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13738         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13739         problem that primarily affected XEmacs.  Don't use faces to find
13740         unterminated strings since Emacs and XEmacs fontify strings
13741         differently - this function should now work better in XEmacs.
13743 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13745         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
13746         `expand-abbrev' workaround which caused braces to misbehave inside
13747         macros.
13749         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
13750         handling.  This bug could cause interactive font locking to bail out.
13752 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13754         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13755         Handle paren-style types in Pike.  Also fixed some cases of
13756         insufficient handling of unbalanced parens.
13758 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
13760         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
13761         common shell prompts that are not common filename or URL characters.
13762         (ffap-file-at-point): Use the new regexp to strip the prompts from
13763         the file names.  This is an issue mostly for user prompts that
13764         don't have a trailing space and find-file-at-point is invoked from
13765         within a shell inside Emacs.
13767 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
13769         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13770         stamps numerically, rather than textually.
13772 2003-09-24  Kenichi Handa  <handa@m17n.org>
13774         * language/devan-util.el (devanagari-post-read-conversion):
13775         * language/mlm-util.el (malayalam-post-read-conversion):
13776         * language/tml-util.el (tamil-post-read-conversion):
13777         Add autoload cookie.
13779         * international/utf-8.el (utf-8-post-read-conversion):
13780         Call post-read-conversion functions for Devanagari, Malayalam,
13781         and Tamil.
13783 2003-09-23  Dave Love  <fx@gnu.org>
13785         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13787 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
13789         * progmodes/gud.el (perldb): Add gud-until to list of commands.
13790         Update gud-remove.
13792 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13794         * progmodes/sh-script.el (sh-mode-default-syntax-table):
13795         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
13796         (sh-mode-syntax-table-input): New variable.
13797         (sh-require-final-newline): Don't use eval.
13798         (sh-builtins, sh-leading-keywords, sh-other-keywords)
13799         (sh-variables, sh-font-lock-keywords): Don't use eval.
13800         (sh-set-shell): When setting require-final-newline,
13801         treat value = `require-final-newline' as don't change it.
13802         Set sh-mode-syntax-table locally based on
13803         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13805         * progmodes/compile.el (compile-internal):
13806         Call compilation-set-window-height before setting window start.
13808 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
13810         * emacs-lisp/bytecomp.el (byte-compile-log-file):
13811         Clear out byte-compile-last-warned-form.
13813 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13815         * woman.el (woman-file-name, woman-follow-word):
13816         If current-word returns nil, use "".
13818         * simple.el (eval-expression): Bind standard-output in to-buffer case.
13820 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13822         * emacs-lisp/lisp-mnt.el (lm-with-file):
13823         Don't visit the file, just use insert-file-contents in temp buffer.
13825 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
13827         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13828         Add surrounding \\( and \\) around the header, as in
13829         for lm-history-header 'Change Log\\|History'.
13831 2003-09-22  John Paul Wallington  <jpw@gnu.org>
13833         * progmodes/ld-script.el: Add Commentary section,
13834         minor cleanup of file header.
13835         (ld-script-font-lock-keywords): Doc fix.
13836         (toplevel): Provide `ld-script' feature.
13838 2003-09-21  Kim F. Storm  <storm@cua.dk>
13840         * scroll-bar.el (set-scroll-bar-mode): Initialize to
13841         new built-in variable default-frame-scroll-bars.
13842         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13843         scroll-bar-mode; notably, use it instead of t when we toggle
13844         scroll-bars on.
13845         (toggle-scroll-bar): Use default-frame-scroll-bars.
13847 2003-09-19  Masatake YAMATO  <jet@gyve.org>
13849         * pcvs.el (cvs-do-removal): Change the prompt depending on
13850         `filter' value.
13852 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13854         * startup.el (command-line-1): Stop startup-echo-area-message
13855         being hidden by "Loading image..." message.
13856         (use-fancy-splash-screens-p, display-splash-screen):
13857         Move display-graphic-p test from latter to former.
13859         * progmodes/sh-script.el (sh-font-lock-keywords):
13860         Highlight escaped EOLs differently from other backslash constructs.
13862 2003-09-19  Richard M. Stallman  <rms@gnu.org>
13864         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13865         New functions.
13866         (edebug-enter, edebug-outside-excursion): Use them.
13868         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13869         Fix the condition for whether to print "In WHERE".
13871 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
13873         * finder.el (finder-mode-hook): New variable.
13874         (finder-mode): Run hook finder-mode-hook
13876 2003-09-18  Masatake YAMATO  <jet@gyve.org>
13878         * progmodes/ebrowse.el: Fix broken magic autoload comments.
13880 2003-09-17  Mario Lang  <mlang@delysid.org>
13882         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13883         "p %e" to actually print the value in the GUD buffer.
13885 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
13887         From David Ponce <david.ponce@wanadoo.fr>:
13888         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13889         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13890         from loaddefs-boot.el if necessary.
13892 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
13894         * progmodes/gud.el (gud-find-class): Make jdb work again since
13895         cc-mode changed the syntactic information.
13897 2003-09-15  David Ponce  <david@dponce.com>
13899         * recentf.el: (recentf-exclude): Accept predicates too.
13900         (recentf-file-readable-p): New function.
13901         (recentf-include-p): Handle predicates in recentf-exclude.
13902         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
13903         (recentf-cleanup): Likewise.
13904         (recentf-save-list): Use write-file to handle backup of
13905         recentf-save-file.
13907 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
13909         * loaddefs-boot.el: Renamed from `loaddefs.el'
13910         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13911         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13912         necessary.
13914 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
13916         * electric.el (Electric-pop-up-window): For the `one-window' case,
13917         no longer disconcertingly move point in the original buffer.
13919 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13921         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13923 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13925         * dired.el (dired-mode-map): Fix typo.
13927 2003-09-11  Richard M. Stallman  <rms@gnu.org>
13929         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13931 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13933         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13934         the function is less noisy.  Now only `kill-buffer' can ask questions.
13936 2003-09-10  Mario Lang  <mlang@delysid.org>
13938         * battery.el: Update Commentary and Copyright.
13939         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13940         appear due to wrong ordering of the expressions in `or'.
13942 2003-09-09  Lute Kamstra  <lute@gnu.org>
13944         * misc.el (upcase-char): Fix docstring.
13945         (zap-up-to-char): New command.
13947 2003-09-08  David Ponce  <david@dponce.com>
13949         Ensure that recentf correctly updates the menu bar.
13950         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13951         (recentf-menu-bar): New function.
13952         (recentf-clear-data): Use it
13953         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
13954         of easy-menu-change.
13956 2003-09-08  Lute Kamstra  <lute@gnu.org>
13958         * simple.el (size-indication-mode): New.
13959         * bindings.el (mode-line-position): Add buffer size indicator.
13961 2003-09-04  Mario Lang  <mlang@delysid.org>
13963         * battery.el (battery-linux-proc-acpi): New function.
13964         (battery-status-function): Modify default value calculation to also
13965         check for availability of ACPI.
13966         (battery-echo-area-format): Ditto.
13967         (battery-mode-line-format): Ditto.
13969 2003-09-06  Dave Love  <fx@gnu.org>
13971         * ielm.el (ielm-mode-hook): Add :options.
13973         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13974         (eldoc-print-current-symbol-info): Use it.
13976 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
13978         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13979         being displayed in GUD buffer.
13980         (gdb-idle-input-queue): Remove var.  Use just one queue.
13981         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13982         Remove functions.  Use just one queue.
13983         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13984         (gdb-invalidate-assembler, gdb-get-current-frame):
13985         Modify functions.  Use just one queue.
13987 2003-09-04  Dave Love  <fx@gnu.org>
13989         * cus-start.el: Add blink-cursor-alist.
13991         * ruler-mode.el (ruler-mode-fill-column-char)
13992         (ruler-mode-current-column-char): Use char-displayable-p,
13993         not window-system.
13995         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13997         * language/european.el (windows-1252): Move from code-pages.
13999         * language/cyrillic.el ("Windows-1251"): Delete.
14000         ("Bulgarian", "Belarusian"): Remove `features'.
14001         (windows-1251): Move from code-pages.
14003         * international/mule-diag.el (non-iso-charset-alist):
14004         Remove `codepage' stuff.
14005         (print-designation, list-coding-systems-1): Output fixes.
14007         * international/code-pages.el (cp-make-translation-table)
14008         (cp-valid-codes): Made defsubsts.
14009         (cp-fix-safe-chars): Delete.
14010         (mule-diag): Don't require.
14011         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14012         (top-level): Check for defined coding system when defining
14013         cp... aliases.  Change w32-add-charset-info test to avoid warning.
14014         (non-iso-charset-alist): Defvar when compiling.
14015         (cp-make-coding-system): Doc fix.
14017 2003-09-02  Jason Rumney  <jasonr@gnu.org>
14019         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14020         line-ends from CVS before doing conversion.
14022 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
14024         * calendar/diary-lib.el (diary-header-line-flag)
14025         (diary-header-line-format): New variables.
14026         (list-diary-entries): Use them to set header line in simple diary.
14028         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14029         other than font-lock-string-face to highlight backslashes.
14031 2003-09-01  Jason Rumney  <jasonr@gnu.org>
14033         * international/titdic-cnv.el (tit-read-key-value): Include \r in
14034         regexp.
14036 2003-09-01  Dave Love  <fx@gnu.org>
14038         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14040         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14041         and :help; also line and column numbers labels.
14043         * international/mule-util.el (char-displayable-p): Move from
14044         latin1-disp, rename and autoload.
14046         * international/latin1-disp.el (latin1-char-displayable-p):
14047         Now obsolete alias.  Replace uses with char-displayable-p.
14048         (latin1-display-ucs-per-lynx): Fix last change.
14050         * international/mule-cmds.el (standard-display-european-internal):
14051         Don't use char code for Latin-1 NBSP.
14052         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
14053         U+2018, U+2019 for `'.
14054         (select-safe-coding-system): Message fix.
14056 2003-09-01  Kenichi Handa  <handa@m17n.org>
14058         * international/fontset.el (setup-default-fontset): For Thai
14059         font, specify "*" family.
14061 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14063         * progmodes/compile.el (previous-error): Accept a prefix
14064         argument, similarly to next-error.
14066 2003-08-31  Masatake YAMATO  <jet@gyve.org>
14068         * pcvs.el (cvs-do-removal): Use = instead of eq to check
14069         the number of files.  Bind the number of files to a local
14070         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14072 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
14074         * vc-hooks.el (vc-make-version-backup): Fix the change made on
14075         2003-07-26: msdos-long-file-names is a function, not a variable.
14077 2003-08-29  Richard M. Stallman  <rms@gnu.org>
14079         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14080         Do nothing with mail-personal-alias-file if it is nil.
14082         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14083         Do nothing if mail-personal-alias-file is nil.
14085         * term.el (term-exec-1): Bind coding-system-for-read.
14087         * dired.el (dired-mouse-find-file-other-window):
14088         Use dired-view-command-alist here, as in dired-view-file.
14089         (dired-view-command-alist): Use %s to substitute file name.
14090         Handle .ps_pages, .eps, .jpg, .gif, .png.
14092 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14094         * info.el (Info-mode-map): Bind S-tab and <backtab> to
14095         `Info-prev-reference', instead of M-tab.
14097 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
14099         * simple.el (blink-matching-open): Work correctly on chars that
14100         are designated as parens through the syntax-table text property.
14102 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
14104         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14105         line break position in the middle of a non-kinsoku (e.g. latin)
14106         word, making it skip until either a space or a character with
14107         category "|".
14108         (kinsoku-longer): Test for end of buffer.
14110 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
14112         * mail/rmail.el (rmail-convert-to-babyl-format):
14113         Detect quoted-printable- and base64-encoded messages and decode them
14114         automatically.  Set the message's encoding from the charset=
14115         header, if any.  Decode base64-encoded messages in Mail format as well.
14117 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
14119         * mail/smtpmail.el: Fix previous change.
14120         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14121         calling smtpmail-via-smtp.
14122         (smtpmail-via-smtp): Add fall-back values for envelope-from.
14124 2003-08-26  John Paul Wallington  <jpw@gnu.org>
14126         * image.el (image-jpeg-p): Don't search beyond length of data.
14128 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14130         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14131         misfeature in `expand-abbrev' which caused electric keywords like
14132         "else" to disappear if an open brace was typed directly afterwards.
14134 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14136         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14137         mandatory in `define-widget'.
14139         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14140         Don't align the operators "!=", "<=" and ">=" as assignment operators.
14142         (c-assignment-operators): New language constant that only contains
14143         the assignment operators.
14145         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14147 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14149         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14150         Safeguard against unbalanced sexps.
14152 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
14154         * version.el (emacs-version): Check for gtk.  Include gtk version info.
14156 2003-08-25  John Paul Wallington  <jpw@gnu.org>
14158         * man.el (Man-default-man-entry): Don't whizz past the section
14159         number before looking for it.
14161 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
14163         * progmodes/gud.el (gud-display-line): Don't set window-point if
14164         source buffer is not visible.  (Only happens with M-x gdba.)
14166         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
14167         documentation.
14168         (gdb-source, gdb-source-info): Update to assembler unnecessary
14169         as its done after each GDB command anyway.
14170         (gdb-pre-prompt): Use with-current-buffer.
14171         (gdb-insert-field): Add help-echo text.
14172         (gdb-invalidate-assembler): Re-display of assembler now done in
14173         gdb-info-breakpoints-custom.
14174         (gdb-info-breakpoints-custom): Force re-display of assembler to
14175         happen *after* update of breakpoints buffer.
14176         (gdb-display-source-buffer): Don't choke if gdb-source-window
14177         isn't visible.
14178         (gdb-put-string, gdb-put-arrow): Remove free variables.
14180 2003-08-24  John Paul Wallington  <jpw@gnu.org>
14182         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
14184         * man.el (Man-default-man-entry): Strip text properties when
14185         snarfing parts of entry because `format' preserves properties.
14187 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14189         * files.el (file-newest-backup): Use `expand-file-name'.
14191         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
14192         Allow the diary to pop up a new frame, if needed.
14194         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
14195         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
14196         (smtpmail-send-it): Make treatment of envelope-from consistent with
14197         sendmail.el.
14199         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
14200         (sh-leading-keywords): Add the bash `time' reserved word.
14201         (sh-variables): Add some bash variables.
14202         (sh-add-completer): Fix nil branch of case statement.
14204 2003-08-24  Masatake YAMATO  <jet@gyve.org>
14206         * progmodes/ld-script.el: New file.
14208 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
14210         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
14212 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
14214         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
14215         Better explain obsolescence, and what to use instead.
14217 2003-08-23  Masatake YAMATO  <jet@gyve.org>
14219         * pcvs.el (cvs-do-removal): Show the deleted file name
14220         on the prompt.
14222 2003-08-20  Dave Love  <fx@gnu.org>
14224         * international/mule.el (make-coding-system)
14225         (set-buffer-file-coding-system): Doc fix.
14227         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
14229         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
14231         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
14233         * international/utf-16.el: Add mime-text-unsuitable coding system
14234         properties.
14236         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
14238         * cus-edit.el: Add some :links.
14239         (bib): Remove.
14241         * textmodes/bib-mode.el (bib): Add :group external.
14243 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
14245         * wid-edit.el (widget-echo-help): Make it handle expressions that
14246         evaluate to strings.
14248 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
14250         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
14252         Simplify selection of SQL products to define highlighting and
14253         interactive mode.  Includes detailed instructions on adding
14254         support for new products.
14256         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
14257         product for use in highlighting and interactive mode.
14258         (sql-interactive-product): New variable.  SQL product for
14259         sql-interactive-mode.
14260         (sql-product-support): New variable.  Specifies product-specific
14261         parameters to drive highlighting and interactive mode.
14262         (sql-imenu-generic-expression): Add more object types.
14263         (sql-sqlite-options): Correct comment.
14264         (sql-ms-program): Use "osql" rather than "isql".
14265         (sql-prompt-regexp, sql-prompt-length): Update comment.
14266         (sql-mode-menu): Add "Start SQLi session" entry.
14267         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
14268         (sql-mode-abbrev-table): Add abbreviations.  Support of
14269         SYSTEM-FLAG on define-abbrev.  Support was removed with last
14270         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
14271         (sql-mode-font-lock-object-name): Add font-lock pattern for object
14272         names.
14273         (sql-mode-ansi-font-lock-keywords): Set as default value.
14274         (sql-mode-oracle-font-lock-keywords): Set as default value.
14275         Support Oracle 9i keywords.
14276         (sql-mode-postgres-font-lock-keywords): Set as default value.
14277         (sql-mode-linter-font-lock-keywords): Set as default value.
14278         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
14279         SQLServer 2000.
14280         (sql-mode-sybase-font-lock-keywords)
14281         (sql-mode-interbase-font-lock-keywords)
14282         (sql-mode-sqlite-font-lock-keywords)
14283         (sql-mode-strong-font-lock-keywords)
14284         (sql-mode-mysql-font-lock-keywords)
14285         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
14286         keywords.
14287         (sql-mode-font-lock-defaults): Update comment.
14288         (sql-product-feature): New function.  Returns feature associated
14289         with a product from `sql-product-support' alist.
14290         (sql-product-font-lock): New function.  Set font-lock support
14291         based on `sql-product'.
14292         (sql-add-product-keywords): New function.  Add font-lock rules to
14293         product-specific keyword variables.
14294         (sql-set-product): New function.  Set `sql-product' and apply
14295         appropriate font-lock highlighting.
14296         (sql-highlight-product): New function.  Set font-lock support
14297         based on a product.  Also set mode name to include product name.
14298         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
14299         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
14300         Use `sql-set-product'.
14301         (sql-highlight-ms-keywords)
14302         (sql-highlight-sybase-keywords)
14303         (sql-highlight-interbase-keywords)
14304         (sql-highlight-strong-keywords)
14305         (sql-highlight-mysql-keywords)
14306         (sql-highlight-sqlite-keywords)
14307         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
14308         (sql-get-login): Prompt in the same order as the tokens.
14309         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
14310         (sql-product-interactive): New function.  Common portions of
14311         product-specific interactive mode wrappers.
14312         (sql-interactive-mode): Rewritten to use product features.
14313         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
14314         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
14315         (sql-db2, sql-linter): Use `sql-product-interactive'.
14316         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
14317         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
14318         (sql-connect-ingres, sql-connect-postgres)
14319         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
14320         New functions.  Format command line parameters and invoke comint on
14321         the appropriate interpreter.  Code was in the corresponding
14322         `sql-xyz' function before.
14323         (sql-connect-ms): New function.  Support -E argument to use
14324         operating system credentials for authentication.
14326 2003-08-18  Kenichi Handa  <handa@m17n.org>
14328         * international/mule.el (encode-char): Fix for the ASCII case.
14330 2003-08-15  Kenichi Handa  <handa@m17n.org>
14332         * international/fontset.el (setup-default-fontset): Change "*" to
14333         nil in the specifications of font family.
14335 2003-08-18  Kim F. Storm  <storm@cua.dk>
14337         * kmacro.el (kmacro-keymap): Group related bindings in
14338         initialization for clarity.  Bind C-s to start macro.
14339         Remove C-r binding.
14340         (kmacro-initial-counter-value): New defvar to hold initial counter
14341         value in case we set the value before defining a macro.
14342         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
14343         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
14344         not defining or executing macro.  Doc fix.
14345         (kmacro-add-counter): Clear kmacro-initial-counter-value.
14346         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
14347         temporarily view older elements on the macro ring without cycling
14348         the ring.
14349         (kmacro-display): Doc fix.
14350         (kmacro-exec-ring-item): New helper function.
14351         (kmacro-call-ring-2nd): Use it.
14352         (kmacro-call-ring-2nd-repeat): Doc fix.
14353         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
14354         (kmacro-end-or-call-macro): Execute last viewed macro (using
14355         kmacro-exec-ring-item) from ring if this follows
14356         kmacro-view-macro.  This allows us to find a macro on the ring
14357         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
14358         the ring to bring it to the head of the ring.
14359         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
14360         Allow binding to reserved keys without specifying C-x C-k prefix.
14361         Ask for confirmation if entered key sequence is already bound to
14362         a non-macro command.
14363         (kmacro-view-macro): Repeating command will show older elements
14364         on the macro ring; C-k will execute the last viewed macro.
14365         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
14366         property from 'ring to 'head.
14368 2003-08-17  Alan Shutko  <ats@acm.org>
14370         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
14371         keeping December out of the alist.
14373 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
14375         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
14376         * calendar/calendar.el (calendar-mode-map): Bind it to key.
14377         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
14378         (calendar-flatten): New function.
14379         (calendar-mouse-view-other-diary-entries)
14380         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
14381         in the menu title and to show multi-line diary entries correctly
14382         in the menu.
14384 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
14386         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
14387         defcustom, because the default was recently changed.
14389 2003-08-16  Richard M. Stallman  <rms@gnu.org>
14391         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
14393         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14394         New subroutine, broken out of eval-last-sexp-1.
14395         (eval-last-sexp-1): Use eval-last-sexp-print-value.
14397         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
14399         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
14401         * simple.el (eval-expression): Use eval-last-sexp-print-value.
14403 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
14405         * progmodes/compile.el (compilation-error-regexp-alist):
14406         Add Java ANt error detection as described in document
14407         http://ant.apache.org/faq.html
14409 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
14411         * simple.el (backward-word, forward-to-indentation)
14412         (backward-to-indentation): Argument changed to optional.
14413         (next-line, previous-line): Use `or' instead of `unless'.
14415 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14417         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
14418         instead of a constant.
14420 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
14422         * shell.el (shell): With prefix-arg, suggest a new buffer name.
14424 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
14426         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
14427         (vc-sccs-workfile-version): Search the entire delta table, rather
14428         than just the first entry, because that might be a deleted version.
14430 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
14432         * menu-bar.el (menu-bar-options-menu): Supply a body for the
14433         [save-place] binding in the Options menu.  Have it require
14434         'saveplace' and then toggle the variable manually, to avoid an an
14435         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
14436         for the bug report.
14438 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
14440         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
14441         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
14442         (gdb-info-threads-custom): Add help-echo text.
14443         (gdb-display-back): Don't use purecopy.
14444         (gdb-info-breakpoints-custom, gdb-reset)
14445         (gdb-assembler-custom): Use display-images-p to test if breakpoint
14446         icons can be displayed.
14448 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
14450         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
14452 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
14454         * bookmark.el (bookmark-completing-read):
14455         Return a string, instead of a list of one string.
14456         Use a popup menu if activated from the mouse.
14457         (bookmark-edit-annotation): Remove unused vars.
14458         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
14459         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
14460         to bookmark-completing-read.
14461         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14462         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
14463         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
14464         and erase-buffer.
14465         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
14466         (bookmark-menu-jump, bookmark-menu-insert)
14467         (bookmark-popup-menu-and-apply-function)
14468         (bookmark-menu-popup-paned-bookmark-menu): Remove.
14469         (bookmark-menu-build-paned-menu): Remove by folding it into
14470         bookmark-menu-popup-paned-menu.
14471         (menu-bar-bookmark-map): Move the define-key statements here.
14472         Use the "non-menu" commands since they now pop up a menu if needed.
14473         (bookmark-exit-hook-internal): Simplify.
14475 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
14477         * reftex-toc.el (reftex-toc-rename-label): New function.
14478         (reftex-toc-check-docstruct): New function.
14480         * reftex.el (reftex-region-active-p): New function.
14482         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
14483         regexp to find the \bibliography macro.
14485         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
14486         which does not exist in LaTeX.
14487         (reftex-cite-format-builtin): Added amsrefs support.
14488         (reftex-toc-confirm-promotion): New option
14490         * reftex-toc.el
14491         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
14492         (reftex-toc-demote, reftex-toc-promote)
14493         (reftex-toc-do-promote, reftex-toc-promote-prepare)
14494         (reftex-toc-promote-action, reftex-toc-extract-section-number)
14495         (reftex-toc-newhead-from-alist)
14496         (reftex-toc-load-all-files-for-promotion): New functions.
14497         (reftex-toc-help): Added description of new keys.
14498         (reftex-toc-split-windows-fraction): New option.
14499         (reftex-recenter-toc-when-idle): Search *toc* window on all
14500         visible frames.
14501         (reftex-toc): Additional parameter REUSE
14502         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
14503         with REUSE argument.
14504         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
14505         the call of `reftex-toc'.
14506         (reftex-make-separate-toc-frame): New function .
14507         (reftex-toc-recenter): When called with triple prefix arg, call
14508         `reftex-make-separate-toc-frame' first.
14509         (reftex-toc-toggle-dedicated-frame): New command.
14510         (reftex-toc-quit): Adapted to delete frame when called in
14511         dedicated frame.
14513         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
14514         all enclosing macros.
14517 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14519         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
14520         first use.
14522 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14524         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
14526 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14528         * calendar/calendar.el (list-diary-entries-hook)
14529         (diary-display-hook, nongregorian-diary-listing-hook)
14530         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
14531         Add some customize options for these hooks.
14532         (calendar-abbrev-construct): Don't try to take a substring longer
14533         than the original string.
14535 2003-08-05  Richard M. Stallman  <rms@gnu.org>
14537         * emacs-lisp/testcover.el (noreturn): Report error if does return.
14538         (testcover-reinstrument-clauses): Doc fix.
14540         * emacs-lisp/warnings.el: Doc fixes, args renamed.
14541         (warning-type-format): Rename from warning-group-format.
14543         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
14544         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
14545         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
14546         to prevent warnings about defvar for an obsolete variable.
14548         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
14549         warning-group-format renamed to warning-type-format.
14551         * subr.el (read-passwd): Use clear-string instead of fillarray.
14553         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
14554         Use vconcat instead of concat.
14555         (edmacro-sanitize-for-string): New function.
14557 2003-08-05  Dave Love  <fx@gnu.org>
14559         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
14560         line-number-display-limit-width.
14562         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
14564 2003-08-05  Kenichi Handa  <handa@m17n.org>
14566         * international/code-pages.el: Don't require mule-diag.
14568         * international/mule-diag.el (non-iso-charset-alist):
14569         Add autoload cookie.
14571         * language/devan-util.el (dev-glyph-order): Add an entry for the
14572         glyph code #xC4.
14574 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
14576         * calendar/calendar.el (diary-file, diary-file-name-prefix)
14577         (european-calendar-style, diary-date-forms)
14578         (calendar-day-name-array, calendar-month-name-array): Doc change.
14579         (generate-calendar-month): Adapt for new behaviour of
14580         `calendar-day-name' function.
14581         (calendar-abbrev-length, calendar-day-abbrev-array)
14582         (calendar-month-abbrev-array): New variables.
14583         (calendar-abbrev-construct): New function.
14584         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
14585         rather than fixing abbrevs at some width.  Calling syntax change.
14586         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
14587         (calendar-date-string): Adapt for new behaviours of
14588         `calendar-day-name' and `calendar-month-name' functions.
14590         * calendar/diary-lib.el (list-diary-entries): Adapt for new
14591         behaviour of `calendar-day-name' and `calendar-month-name' functions.
14592         (diary-name-pattern): Use abbrev arrays, rather than fixing
14593         abbrevs at three chars.  Calling syntax change.
14594         (mark-diary-entries): Adapt for new behaviours of
14595         `diary-name-pattern' and `calendar-make-alist' functions.
14596         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
14597         `diary-name-pattern' function.
14598         (font-lock-diary-date-forms): Use abbrev arrays, rather than
14599         fixing abbrevs at three chars.  Calling syntax change.
14600         (cal-hebrew, cal-islam): Require when compiling.
14601         (diary-font-lock-keywords): Adapt for new behaviour of
14602         `font-lock-diary-date-forms' function.
14604         * calendar/cal-hebrew.el: Reposition some code so defined before used.
14605         (calendar-hebrew-month-name-array-common-year)
14606         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
14607         (list-hebrew-diary-entries): Adapt for new behaviours of
14608         `calendar-day-name' and `add-to-diary-list' functions.
14609         (mark-hebrew-diary-entries): Adapt for new behaviours of
14610         `diary-name-pattern' and `calendar-make-alist' functions.
14612         * calendar/cal-islam.el (calendar-islamic-month-name-array):
14613         Add doc string.
14614         (list-islamic-diary-entries): Adapt for new behaviours of
14615         `calendar-day-name' and `add-to-diary-list' functions.
14616         (mark-islamic-diary-entries): Adapt for new behaviours of
14617         `diary-name-pattern' and `calendar-make-alist' functions.
14619         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14620         `calendar-month-name' function.
14622         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14624         * calendar/solar.el (solar-seasons-data): Move definition before use.
14626         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14627         (cal-tex-LaTeX-hourbox): Move definition before use.
14629         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14630         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14631         lunar.el, solar.el
14632         (displayed-month, displayed-year): Define for compiler.
14634 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14636         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14637         MODE.  Renamed from c-init-c-language-vars'.
14638         (c-initialize-cc-mode): Change accordingly.
14639         (c-common-init): Ditto.
14640         (c-mode): Ditto.
14641         (c++-mode): Use `c-init-language-vars-for'.
14642         (objc-mode): Ditto.
14643         (java-mode): Ditto.
14644         (idl-mode): Ditto.
14645         (pike-mode): Ditto.
14646         (awk-mode): Ditto.
14648 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14650         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14651         or not the point moved.
14653         (c-search-decl-header-end): Don't trip up on operator identifiers
14654         in C++ and operators like == in all languages.
14656         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14657         Detect leading labels correctly.
14659 2003-08-02  Andreas Schwab  <schwab@suse.de>
14661         * textmodes/ispell.el: Don't redo key bindings on loading, put
14662         them only in loaddefs.el.
14663         * bookmark.el: Likewise.
14664         * dabbrev.el: Likewise.
14665         * emerge.el: Likewise.
14667         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14668         has more than one member.
14670         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14672 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14674         * lpr.el (printify-region): It was ending conversion before the
14675         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
14677 2003-07-31  John Paul Wallington  <jpw@gnu.org>
14679         * net/browse-url.el (browse-url-epiphany): Doc fix.
14681 2003-07-30  Kenichi Handa  <handa@m17n.org>
14683         * international/fontset.el (setup-default-fontset):
14684         Change registry names of Akurti fonts.
14686 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14688         * comint.el (comint-read-noecho): Use `clear-string' instead of
14689         `fillarray'.
14691 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
14693         * outline.el (outline-mode-hook): Add defvar.
14695 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
14697         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14698         Restore assembler in source window if that is what has been selected.
14699         (menu): Add gdb-restore-windows to menu.  Make gdba
14700         specific menus only visible from gdba.
14702 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14704         * progmodes/compile.el (compilation-environment): New user variable.
14705         (compile-internal): Respect it.
14707 2003-07-23  Masatake YAMATO  <jet@gyve.org>
14709         * progmodes/gud.el (gdb-script-font-lock-keywords):
14710         Put `font-lock-function-name-face' on a symbol which includes
14711         `-' like `hook-run'.  Put font-lock-variable-name-face
14712         on a symbol starting with $.
14714 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
14716         * files.el (set-visited-file-name): Use truename for buffer-file-name.
14718 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14720         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14722 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
14724         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14725         Use with-no-warnings.
14726         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14727         rather than to find-file-not-found-hook, which doesn't exist.
14729 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14731         * international/quail.el (quail-translate-key): Fix previous change.
14733 2003-07-25  John Paul Wallington  <jpw@gnu.org>
14735         * server.el (server-start): Check `server-process' is non-nil
14736         before killing it to avoid killing current buffer's process.
14738         * simple.el (choose-completion-string): Use `minibufferp';
14739         test `completion-reference-buffer' if `buffer' arg is nil.
14740         (push-mark): Use `when' and `unless'.
14741         (pop-mark): Use `when'.
14743         * mouse-sel.el (mouse-sel-get-selection-function):
14744         Check `x-last-selected-text-primary'.  Don't barf if it or
14745         `x-last-selected-text' aren't bound.
14747 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14749         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
14751 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
14753         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
14755 2003-07-23  John Paul Wallington  <jpw@gnu.org>
14757         * tooltip.el (defface tooltip): Inherit from variable-pitch.
14759 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14761         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
14762         string.  Defvar the derived hook.
14764         * macros.el (insert-kbd-macro): Escape double quote character.
14765         From Thomas W Murphy <twm@andrew.cmu.edu>.
14767 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
14769         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14770         to match the specific mark rather than reusing comment-start-skip.
14772 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
14774         * progmodes/hideshow.el (hs-special-modes-alist):
14775         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
14777 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
14779         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14780         value using ?\s.
14782 2003-07-21  John Paul Wallington  <jpw@gnu.org>
14784         * subr.el (with-selected-window): Add closing paren.
14786 2003-07-21  Richard M. Stallman  <rms@gnu.org>
14788         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14789         (lisp-mode): Likewise.
14791         * subr.el (with-selected-window): Copy code form save-selected-window
14792         so as to call select-window with norecord arg.
14793         (dynamic-completion-table): Doc fix.
14794         (lazy-completion-table): Doc fix.
14796         * international/mule-cmds.el (set-locale-environment):
14797         langinfo renamed to locale-info.
14799         * international/mule.el (auto-coding-functions): Doc fix.
14801 2003-07-21  Kenichi Handa  <handa@m17n.org>
14803         * international/quail.el (quail-translate-key):
14804         Update quail-current-str correctly.
14806 2003-07-21  Andreas Schwab  <schwab@suse.de>
14808         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14809         ?, to "_".
14811 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14812         Version 2.0.36 of Tramp released.
14814         * net/tramp.el (tramp-default-password-end-of-line): Rename from
14815         tramp-password-end-of-line.
14816         (tramp-password-end-of-line): New method parameter.
14817         (tramp-get-password-end-of-line): Function to access method
14818         parameter `tramp-password-end-of-line', or variable
14819         `tramp-default-password-end-of-line' (default value).
14820         (tramp-methods): Add entries for new parameter
14821         tramp-password-end-of-line.
14822         (tramp-enter-password): Use new function
14823         `tramp-get-password-end-of-line'.
14824         (tramp-handle-insert-file-contents): Do not
14825         unconditionally inhibit the file operation file-local-copy, only
14826         do that when the inhibit-file-name-operation is currently
14827         insert-file-contents.  This fixes finding remote CVS-controlled
14828         files.  (It would barf on inserting the CVS/Entries file
14829         literally, because the file-local-copy handler wasn't called.)
14830         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14831         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14832         (tramp-initial-commands): New variable.
14833         (tramp-process-initial-commands): New function, using the variable.
14834         (tramp-open-connection-setup-interactive-shell): Call the new function.
14835         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14836         method into the buffer name, never use nil.  Reported by Hanak
14837         David <dhanak@inf.bme.hu>.
14838         (tramp-open-connection-setup-interactive-shell): Erase buffer
14839         before sending "stty -onlcr".
14841         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14843 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
14845         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14847 2003-07-19  John Paul Wallington  <jpw@gnu.org>
14849         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14850         (artist-draw-rect, artist-draw-square): Doc fixes.
14852         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14854         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14856 2003-07-19  Kenichi Handa  <handa@m17n.org>
14858         * international/kkc.el (kkc-show-conversion-list-update):
14859         Highlight the correct candidate in the message.
14861 2003-07-18  John Paul Wallington  <jpw@gnu.org>
14863         * simple.el (current-word): Don't include punctuation char when
14864         `really-word' arg is non-nil.
14866 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
14868         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14869         moved to the directory obsolete.
14871 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14873         * info.el (Info-menu-entry-name-re): Allow newlines in
14874         menu entry names.
14876         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14877         syntax-ppss-after-change-function.
14878         (syntax-ppss-after-change-function): New alias.  Update uses.
14879         (syntax-ppss): Catch the case where the buffer is narrowed.
14881 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14883         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14884         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14886 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14888         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14889         since it might be modified.
14891         * progmodes/cc-langs.el (c++-make-template-syntax-table)
14892         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14893         names to these language constants.
14895 2003-07-15  Kim F. Storm  <storm@cua.dk>
14897         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14898         All uses changed.
14900 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
14902         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14903         Namespace support.
14905 2003-07-13  Juanma Barranquero  <lektu@terra.es>
14907         * frame.el (modify-all-frames-parameters): Reinstall (copyright
14908         papers received).
14910 2003-07-13  Karl Eichwalder  <ke@suse.de>
14912         * textmodes/po.el (po-find-charset): White space at the start of the
14913         Content-Type field body is non-mandatory.
14915 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
14917         * textmodes/texinfo.el (texinfo-section-list):
14918         Append appendixsection; a synonym for appendixsec.
14920 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
14922         * man.el (Man-translate-cleanup): New.
14923         (Man-translate-references): Call `Man-translate-cleanup' to clean
14924         leading, trailing and middle spaces.
14926 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
14928         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14929         Handle `dired-directory' being a list.
14931 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14933         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14934         it doesn't exist.
14936 2003-07-12  Richard M. Stallman  <rms@gnu.org>
14938         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14940         * progmodes/cc-defs.el (c-make-keywords-re):
14941         Don't use delete-duplicates.
14942         (c-lang-const): Don't use mapcan.
14944         * apropos.el (apropos-show-scores): Make it customizable.
14945         Document new meaning.
14946         (apropos): Compute scores from symbols.
14947         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14949 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14951         * ps-bdf.el: Fix copyright line.
14952         (bdf-directory-list): Fix initialization code.
14954 2003-07-11  John Paul Wallington  <jpw@gnu.org>
14956         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14957         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14958         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14960 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
14962         * emacs-lisp/ring.el (ring-elements): Doc fix.
14964 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14966         * calendar/timeclock.el (timeclock-relative)
14967         (timeclock-ask-before-exiting, timeclock-use-display-time):
14968         Doc changes.
14969         (timeclock-modeline-display): Give a message if
14970         `timeclock-use-display-time' is non-nil but `display-time-mode'
14971         is not active.
14973 2003-07-11  Kenichi Handa  <handa@m17n.org>
14975         * international/mule-cmds.el (set-language-environment):
14976         Set current-language-environment to the correct string.
14978 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14980         * ps-print.el: Print line number correctly in a region.  Reported by
14981         Tim Allen <timallen@ls83.fsnet.co.uk>.
14982         (ps-print-version): New version number (6.6.2).
14983         (ps-printing-region): Code fix.
14985 2003-07-10  John Paul Wallington  <jpw@gnu.org>
14987         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14988         this function can be called from `add-completions-from-tags-table'.
14990 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
14992         * calendar/timeclock.el (timeclock-use-display-time)
14993         (timeclock-day-over-hook, timeclock-workday-remaining)
14994         (timeclock-status-string, timeclock-when-to-leave)
14995         (timeclock-when-to-leave-string, timeclock-log-data)
14996         (timeclock-find-discrep, timeclock-day-base)
14997         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14998         (timeclock-modeline-display): Set the variable
14999         `timeclock-modeline-display'.
15000         (timeclock-update-modeline): Doc fix.  Respect value of
15001         `timeclock-relative'.
15003 2003-07-09  Richard M. Stallman  <rms@gnu.org>
15005         * textmodes/reftex-parse.el (reftex-all-document-files):
15006         Add autoload cookie.
15008         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15009         (reftex-scanning-info-available-p): Add autoload cookie.
15011         * international/mule-cmds.el
15012         (set-display-table-and-terminal-coding-system): Delete duplicate
15013         aset on standard-display-table.
15015         * view.el (view-file): If existing buffer's major mode is special,
15016         don't go into view mode.
15018         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15020 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15022         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15023         buffer changes; there's third party code that calls this function
15024         directly.
15026 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15028         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15029         (autodoc-font-lock-keywords): Don't byte compile on font lock
15030         initialization when running from byte compiled files.
15032 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15034         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15035         statement ends with auto-increment "++".
15037 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15039         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15040         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15041         these are changed, so declare them as variables and not constants.
15043 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
15045         * subr.el (dolist, dotimes): Doc fix.
15047 2003-07-08  Kim F. Storm  <storm@cua.dk>
15049         * international/mule-cmds.el
15050         (set-display-table-and-terminal-coding-system): Don't break
15051         bootstrap if standard-display-table isn't setup yet.
15053 2003-07-07  Richard M. Stallman  <rms@gnu.org>
15055         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15056         Give it a doc string, and autoload it.
15058         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15059         Use with-no-warnings.
15061         * info.el (Info-search): If find invisible text, search again.
15063         * isearch.el (search-whitespace-regexp): Add a shy group around it.
15065         * man.el (Man-name-regexp): Match + as part of name.
15067         * simple.el (visible-mode): Rename from vis-mode.
15068         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15070         * simple.el (current-word): New arg REALLY-WORD specifies
15071         don't include punctuation chars.
15073         * emacs-lisp/debug.el (debug, debugger-env-macro):
15074         Use with-no-warnings while accessing and binding unread-command-char.
15076         * international/mule-cmds.el
15077         (set-display-table-and-terminal-coding-system): Use explicit loop
15078         instead of calling standard-display-default.
15080         * net/ange-ftp.el (ange-ftp-file-symlink-p):
15081         Use condition-case to catch error in ange-ftp-get-files.
15083         * net/browse-url.el (browse-url-browser-function):
15084         Add alternative for Epiphany.
15085         (browse-url-epiphany-program, browse-url-epiphany-arguments)
15086         (browse-url-epiphany-startup-arguments)
15087         (browse-url-epiphany-new-window-is-tab): New variables.
15088         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15090         * progmodes/compile.el (compile-auto-highlight): Default now t.
15091         (compile): Doc fix.
15092         (compilation-next-error): Fix previous change.
15094         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15096         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15098 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
15100         * gdb-ui.el (gdb-source-info): Display current frame when
15101         attaching to an existing process.
15102         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15103         while laying out windows when attaching to an existing process.
15105 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
15107         * info.el (Info-menu): Use Info-menu-entry-name-re.
15109 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
15111         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15112         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15114         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15115         to match the same text.
15117 2003-07-06  John Paul Wallington  <jpw@gnu.org>
15119         * vc.el (vc-annotate-offset): Move defvar up.
15121 2003-07-06  Kim F. Storm  <storm@cua.dk>
15123         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15124         This should fix the infinite loop when extracting menu names.
15126 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15128         * files.el (auto-mode-alist, interpreter-mode-alist):
15129         Remove entries to CC Mode modes to avoid duplicates; they are now added
15130         with autoload directives in cc-mode.el.
15132 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15134         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15135         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15136         these are changed, so declare them as variables and not constants.
15138         * progmodes/cc-mode.el: Fix some autoload problems: Try to
15139         ensure that the entry for ".c" extension comes before the one for
15140         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15141         Fix incorrect entries that were added to `interpreter-mode-alist'.
15142         Move the autoload directives for AWK to the top level since they
15143         aren't recognized anywhere else.  Do not use the new AWK mode doc
15144         in the autoload form for the old AWK mode.
15146 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15148         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15149         (bibtex-sort-ignore-string-entries): Default value t.
15150         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15151         erroneously in previous version.
15152         (bibtex-string-files): Docstring reflects new parsing scheme.
15153         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15154         docstring, add # as one of the chars to crush
15155         (bibtex-autokey-prefix-string, bibtex-autokey-names)
15156         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15157         (bibtex-autokey-name-change-strings)
15158         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15159         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15160         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15161         (bibtex-autokey-title-terminators)
15162         (bibtex-autokey-titlewords-stretch)
15163         (bibtex-autokey-titleword-ignore)
15164         (bibtex-autokey-titleword-case-convert)
15165         (bibtex-autokey-titleword-abbrevs)
15166         (bibtex-autokey-titleword-abbrevs)
15167         (bibtex-autokey-titleword-change-strings)
15168         (bibtex-autokey-titleword-length)
15169         (bibtex-autokey-titleword-separator)
15170         (bibtex-autokey-name-year-separator)
15171         (bibtex-autokey-year-title-separator)
15172         (bibtex-autokey-before-presentation-function)
15173         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
15174         Fix docstring.
15175         (bibtex-strings, bibtex-reference-keys):
15176         Use lazy-completion-table and make-variable-buffer-local.
15177         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
15178         (bibtex-braced-string-syntax-table)
15179         (bibtex-quoted-string-syntax-table): New variables.
15180         (bibtex-parse-nested-braces): Remove.
15181         (bibtex-parse-field-string): Use syntax table and forward-sexp.
15182         (bibtex-parse-association): Simplify.
15183         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
15184         (bibtex-parse-field-text): Simplify.
15185         (bibtex-search-forward-field, bibtex-search-backward-field):
15186         argument BOUND can take value t.
15187         (bibtex-start-of-field, bibtex-start-of-name-in-field)
15188         (bibtex-end-of-name-in-field, bibtex-end-of-field)
15189         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
15190         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
15191         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
15192         (bibtex-skip-to-valid-entry): Return buffer position of beginning
15193         and ending of entry.  Update for changes of bibtex-search-entry.
15194         Simplify.
15195         (bibtex-map-entries): FUN is called with three arguments.
15196         (bibtex-search-entry): Return a cons pair with buffer positions of
15197         beginning and end of entry.
15198         (bibtex-enclosing-field): Simplify.
15199         (bibtex-format-entry): Use booktitle to set a missing title.
15200         (bibtex-autokey-get-names): Fiddle with regexps.
15201         (bibtex-generate-autokey): Use identity.
15202         (bibtex-parse-keys): Use simplified parsing algorithm if
15203         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
15204         arguments.  Return alist of keys.
15205         (bibtex-parse-strings): Simplify.  Return alist of strings.
15206         (bibtex-complete-string-cleanup): Fix docstring.
15207         (bibtex-read-key): New function.
15208         (bibtex-mode): Fix docstring.  Do not parse for keys and
15209         strings when the mode is entered.  Set fill-paragraph-function to
15210         bibtex-fill-field.  Setup font-lock-mark-block-function the way
15211         font-lock intended.
15212         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
15213         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
15214         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
15215         (bibtex-Preamble): Avoid hard coded constants.
15216         (bibtex-make-field): Fix docstring.  Simplify.
15217         (bibtex-beginning-of-entry): Always return new position of point.
15218         (bibtex-end-of-entry): Rearrange cond clauses.
15219         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
15220         Update for changes of bibtex-map-entries.
15221         (bibtex-ispell-abstract): Do not move point.
15222         (bibtex-entry-index): Use downcase.  Simplify.
15223         (bibtex-lessp): Handle catch-all.
15224         (bibtex-find-crossref): Turn into a command.
15225         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
15226         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
15227         preamble entries.
15228         (bibtex-fill-field-bounds): New function.
15229         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
15230         (bibtex-fill-entry): Use bibtex-fill-field-bounds
15231         (bibtex-String): Use bibtex-strings.  Always obey
15232         bibtex-sort-ignore-string-entries.
15234 2003-07-05  John Paul Wallington  <jpw@gnu.org>
15236         * cus-theme.el (customize-create-theme):
15237         Call `customize-create-theme' in Reset widget's notify function.
15239         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
15240         (ibuffer-mark-interactive): Use `or' instead of `unless'.
15241         (define-ibuffer-column name): Add summarizer.
15242         (define-ibuffer-column size): Likewise.
15243         (define-ibuffer-column filename): Likewise.
15244         (define-ibuffer-column process): Likewise.  Change BODY's output too.
15245         (define-ibuffer-column filename-and-process): Likewise, likewise.
15246         (ibuffer): Remove local vars `already-in' and `need-update'.
15248         * ibuf-ext.el: Don't require `derived' at compile-time.
15250 2003-07-05  Kim F. Storm  <storm@cua.dk>
15252         * info.el: Disable paragraph refilling.
15253         (Info-refill-paragraphs): New defcustom.
15254         (Info-fontify-node): Use it.
15256 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
15258         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
15259         thingies from constructors created by defstruct.
15261         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
15262         the default value of the variable.
15263         (byte-code-meter): Move declaration to top level.
15265         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
15267         * info.el (Info-following-node-name-re): New fun.
15268         (Info-following-node-name): Remove.
15269         (Info-insert-dir): Use the new fun.
15270         (Info-extract-pointer): Don't save restriction; use new fun.
15271         (Info-menu-entry-name-re): New const.
15272         (Info-menu-entry-name-re): Use it along with new fun.
15273         (Info-node-spec-re): Use new fun.
15274         (Info-complete-menu-item, Info-fontify-node): Use new const.
15275         (Info-goto-node, Info-follow-reference, Info-menu-update):
15276         Use match-string.
15277         (Info-follow-reference): Use assoc-string.
15278         Use a list of strings for the completion table.
15279         (Info-fontify-node): Use match-string, line-end-position.
15280         Limit the search for `node:' to the first line.
15282         * newcomment.el (uncomment-region): Remove padding coming from
15283         comment-start rather than just from comment-padding.
15285         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
15286         (vc-cvs-stay-local-p): Use vc-stay-local-p.
15287         (vc-cvs-rename-file): Remove (use the default).
15288         (vc-cvs-register): Register parent dir if needed.
15289         (vc-cvs-could-register): Return non-nil if parent can be registered.
15290         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
15291         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
15293         * vc-svn.el (vc-svn-use-edit): Make it into a const.
15294         (vc-svn-update): Fix the arguments to `svn'.
15295         (vc-svn-diff-tree): Just use `vc-svn-diff'.
15296         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
15297         Simple implementations, assuming `name' is a URL.
15299         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
15300         set of chars allowed unquoted in a case pattern.
15302         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
15304         * font-lock.el (font-lock-extra-types-widget)
15305         (c-font-lock-extra-types, c++-font-lock-extra-types)
15306         (objc-font-lock-extra-types, java-font-lock-extra-types)
15307         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
15308         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
15309         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
15310         (font-lock-match-c++-structor-declaration)
15311         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
15312         (c++-font-lock-keywords-3, c++-font-lock-keywords)
15313         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
15314         (objc-font-lock-keywords-3, objc-font-lock-keywords)
15315         (java-font-lock-keywords-1, java-font-lock-keywords-2)
15316         (java-font-lock-keywords-3, java-font-lock-keywords)
15317         (java-font-lock-syntactic-face-function): Remove obsolete code
15318         and constants.  It's all in cc-fonts.el now.
15320 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
15322         * mail/sendmail.el (mail-specify-envelope-from)
15323         (mail-envelope-from): Doc fix.
15325 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
15327         * generic-x.el: Do away with the dependency on `c-emacs-features'
15328         when populating `rul-generic-mode-syntax-table'; we already know
15329         this isn't XEmacs.
15331 See ChangeLog.10 for earlier changes.
15333 ;; Local Variables:
15334 ;; coding: iso-2022-7bit
15335 ;; End:
15337     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
15338   Copying and distribution of this file, with or without modification,
15339   are permitted provided the copyright notice and this notice are preserved.
15341 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1