Move the `defvar's to the top level.
[emacs.git] / lisp / ChangeLog
blob3fae8c6e91f1d5c031d2bbb9de01d71ff3729143
1 2005-08-26  Romain Francoise  <romain@orebokech.com>
3         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4         instead of the obsolete `compile-internal'.
6 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
8         * emerge.el:
9         * ibuffer.el:
10         * info-xref.el:
11         * obsolete/bg-mouse.el:
12         * obsolete/sun-curs.el:
13         * obsolete/swedish.el: Move the `defvar's to the top level.
15         * smerge-mode.el (smerge-refined-change): Add :group.
17 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
20         (smerge-keep-n): Remove props.
21         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23         now that it's done in smerge-keep-n.
24         (smerge-refined-change): New face.
25         (smerge-refine-chopup-region, smerge-refine-highlight-change)
26         (smerge-refine): New funs.
27         (smerge-basic-map): Bind smerge-refine.
29 2005-08-25  Juri Linkov  <juri@jurta.org>
31         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
32         compilation-process-setup-function and compilation-disable-input
33         in grep-mode instead of let-bindings in grep.
35         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
36         Delete "Automatic File De/compression" (auto-compression-mode).
38 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
40         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
41         Silence warning about non-existent variable.
43 2005-08-25  Richard M. Stallman  <rms@gnu.org>
45         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
46         Rename "Describe Key" to "Describe Key or Mouse Operation".
48         * mail/mailalias.el (build-mail-aliases): Delete comments
49         from the contents before processing them.
51         * isearch.el (isearch-edit-string): Erase the Search prompt
52         if user enters an empty string and there is no default.
54         * comint.el (comint-file-name-prefix): Add autoload.
56 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
58         * subr.el (play-sound): Rearrange to avoid warning.
60 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
62         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
63         New hook.
64         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
66 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
68         * subr.el (version-separator, version-regexp-alist): New vars used by
69         version comparison funs.
70         (integer-list-<, integer-list-=, integer-list-<=)
71         (integer-list-not-zero): New funs for integer list comparison.
72         (version-to-list, version=, version<, version<=): New funs for version
73         comparison.
75 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
77         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
78         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
79         time to silence the byte-compiler.
81         * ibuffer.el (ibuffer-compile-make-eliding-form)
82         (ibuffer-check-formats): Use `with-no-warnings' to hide references
83         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
84         so it's silly to get warnings for it).
85         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
86         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
87         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
88         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
89         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
90         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
91         Defvar at compile time.
92         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
93         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
94         Declare them before use.
96         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
97         (info-xref-good, info-xref-bad): Defvar at compile time.
99         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
100         Use `let*' instead of `let'.
102         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
103         (*mouse-y*, menu, char): Defvar at compile time.
104         (sc::menu): Declare it before use.
105         (sc::pack-one-line): Use `let', not `let*'.
107         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
108         (mail-send-hook): Defvar at compile time.
110         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
111         Defvar at compile time.
113         * term/sun-mouse.el (current-global-mousemap)
114         (current-local-mousemap): Declare them before use.
116 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
118         * bookmark.el (bookmark-after-jump-hook): New hook.
119         (bookmark-jump): Run `bookmark-after-jump-hook'.
121 2005-08-23  Juri Linkov  <juri@jurta.org>
123         * faces.el (minibuffer-prompt): Doc fix.
125 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
127         * progmodes/xscheme.el: Trivial changes to silence warnings.
128         (xscheme-previous-mode, xscheme-previous-process-state):
129         Add defvars.
130         (xscheme-last-input-end, xscheme-process-command-line)
131         (xscheme-process-name, xscheme-buffer-name)
132         (xscheme-expressions-ring-max, xscheme-expressions-ring)
133         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
134         (xscheme-control-g-synchronization-p)
135         (xscheme-control-g-disabled-p, xscheme-string-receiver)
136         (default-xscheme-runlight, xscheme-runlight)
137         (xscheme-runlight-string, xscheme-process-filter-state)
138         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
139         Move to beginning of file.
140         (scheme-interaction-mode-commands-alist)
141         (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
142         them before use.  Note: the initialization code for the variables
143         has not been moved because it uses functions that reference the
144         variables.
145         (xscheme-control-g-message-string, xscheme-process-filter-alist)
146         (xscheme-prompt-for-expression-map): Declare them before use.
147         (scheme-debugger-mode-commands): "?\ " -> "?\s".
149 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
151         * hexl.el (hexl-print-current-point-info): Fix simple spelling
152         error.
154 2005-08-22  Juri Linkov  <juri@jurta.org>
156         * faces.el (set-face-underline): Delete this duplicate function
157         and make an obsolete alias to set-face-underline-p.
158         (set-face-underline-p): Use docstring of set-face-underline.
159         (describe-face): Create hyperlink to parent face.
161         * info.el (Info-insert-dir): Use save-excursion around
162         insert-buffer-substring.
163         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
164         (Info-escape-percent): Delete function.
165         (Info-fontify-node): Replace Info-escape-percent by
166         replace-regexp-in-string with REP arg set to lambda that
167         duplicates `%' and preserves text properties.
169         * progmodes/compile.el (compilation-disable-input): Doc fix.
170         (define-compilation-mode): Doc fix and refill.
171         (kill-compilation): Use `mode-name' in the error message.
172         (compilation-find-file): Use `compilation-error' in the
173         read-file-name's prompt.
175 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
178         (smerge-auto-leave): Make undo re-enable the mode.
179         (debug-ignored-errors): Add the user-error of impossible resolution.
180         (smerge-resolve): Move things around a bit, in preparation for later.
181         (smerge-diff): Don't fail if the buffer has no associated file.
182         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
183         (smerge-conflict-overlay): New function.
184         (smerge-match-conflict): Don't add text properties here.
185         (smerge-find-conflict): Instead, add an overlay here.
186         Also check for the case where we're inside a conflict already, so as to
187         obviate the need for font-lock-multiline, which is unbearably slow with
188         large conflicts and ciomplex font-lock patterns.
189         (smerge-remove-props): Remove overlay rather than text-properties.
190         (smerge-mode): Don't set font-lock-multiline.
191         Remove overlays when turned off.
193 2005-08-21  Kim F. Storm  <storm@cua.dk>
195         * ido.el (ido-ignore-item-p): Use save-match-data.
196         Bind case-fold-search to ido-case-fold locally.
198 2005-08-20  Richard M. Stallman  <rms@gnu.org>
200         * files.el (normal-mode): If font lock is on, turn it off and on.
202         * subr.el (replace-regexp-in-string): Doc fix.
204         * startup.el (command-line-1): Don't suppress startup screen
205         due to existing processes.
207         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
209         * progmodes/compile.el (compilation-disable-input): Default to nil.
211 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
213         * progmodes/compile.el (compilation-disable-input): New defcustom.
214         (compilation-start): If compilation-disable-input is non-nil, send
215         EOF to the compilation process.
217 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
219         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
220         Run the argument of tex-shell-cd-command through
221         convert-standard-filename, to get the correct style of slashes on
222         Windows, and enclose the result in quotes, in case the file name
223         includes whitespace or other special characters.
225 2005-08-19  Andreas Schwab  <schwab@suse.de>
227         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
228         process.
230 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
232         * cus-start.el (minibuffer-prompt-properties): Correct typo.
234 2005-08-18  Kim F. Storm  <storm@cua.dk>
236         * scroll-lock.el: Fix errors due to incorrect line wrapping.
238 2005-08-18  Richard M. Stallman  <rms@gnu.org>
240         * scroll-lock.el: New file.
242 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
244         * dired.el (dired-move-to-end-of-filename):
245         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
247 2005-08-18  Kim F. Storm  <storm@cua.dk>
249         * ido.el (ido-everywhere): Fix defcustom :set function to disable
250         rather than toggle mode when custom value is nil.
251         (ido-everywhere): Fix defun doc string.
253 2005-08-17  Richard M. Stallman  <rms@gnu.org>
255         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
256         as tag instead of "Inviolable".
258 2005-08-17  Kim F. Storm  <storm@cua.dk>
260         * windmove.el (windmove-coordinates-of-position): Remove.
261         (windmove-coordinates-of-window-position): Remove.
262         (windmove-reference-loc): Use posn-at-point instead.
264         * subr.el (insert-for-yank-1): Doc fix.
266         * ido.el (ido-enter-matching-directory): Rename from
267         ido-enter-single-matching-directory.  Change 'slash choice to
268         'only.  Add 'first choice.
269         (ido-exhibit): Adapt to above changes.
271 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
273         * Makefile.in: Expand comment about building loaddefs.el.
275 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
277         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
278         Comment use of defadvice.
280         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
282 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
284         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
285         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
286         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
287         * progmodes/idlw-shell.el, progmodes/ld-script.el,
288         * progmodes/which-func.el, ruler-mode.el, strokes.el,
289         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
290         for backward compatibility for faces that did not appear in the
291         previous Emacs release.
293         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
295 2005-08-15  Kim F. Storm  <storm@cua.dk>
297         * emulation/cua-base.el (cua-delete-region): Return t if
298         deleted region was non-empty.
299         (cua-replace-region): Inhibit overwrite-mode for
300         self-insert-command if replaced region was non-empty.
301         (cua--explicit-region-start, cua--status-string): Make them
302         buffer-local at top-level...
303         (cua-mode): ...rather than when mode is enabled.
305 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
307         * progmodes/vhdl-mode.el (vhdl-emacs-21):
308         Set t for Emacs 21, 22, and so on.
310 2005-08-15  David Ponce  <david@dponce.com>
312         * tree-widget.el Update Commentary header.
313         (tree-widget-theme): Doc fix.
314         (tree-widget-space-width): New option.
315         (tree-widget-image-properties): Look up in the default theme too.
316         (tree-widget--cursors): Only for images with arrow pointer shape.
317         (tree-widget-lookup-image): Pointer shape is hand by default.
318         (tree-widget-icon): Rename generic icon widget from
319         `tree-widget-control'.
320         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
321         derive from `tree-widget-icon'.
322         (tree-widget-handle): Improve default look and feel of the text
323         representation.
324         (tree-widget): Rename :*-control properties to :*-icon properties.
325         Add :action and :help-echo properties.
326         (tree-widget-after-toggle-functions): Move.
327         (tree-widget-close-node, tree-widget-open-node): Remove.
328         (tree-widget-before-create-icon-functions): New hook.
329         (tree-widget-value-create): Update to allow customization of icons
330         and nodes at run-time via that new hook.
331         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
332         (tree-widget-icon-action, tree-widget-icon-help-echo)
333         (tree-widget-action, tree-widget-help-echo): New functions.
335 2005-08-15  Kim F. Storm  <storm@cua.dk>
337         * ido.el (ido-buffer-internal): Use with-no-warnings.
338         (ido-make-merged-file-list): Use while-no-input.
340 2005-08-15  Richard M. Stallman  <rms@gnu.org>
342         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
343         (flyspell-large-region): Fix doc and custom type.
345 2005-08-14  Richard M. Stallman  <rms@gnu.org>
347         * files.el (interpreter-mode-alist): Doc fix.
349         * mail/rmail.el (rmail-nonignored-headers): New variable.
350         (rmail-clear-headers): Use it.
351         (rmail-reply): Better handling of mail-followup-to header.
353         * progmodes/sh-script.el (sh-font-lock-keywords-var):
354         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
355         don't try to refer to executable-font-lock-keywords.
356         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
357         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
358         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
359         (sh-mode): Set comment-start-skip, local-abbrev-table,
360         imenu-case-fold-search.
361         (sh-set-shell): Don't set them here.
362         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
363         Don't cache the results in the original alist; don't ever modify
364         that alist.
366         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
368         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
369         empty.
371 2005-08-15  Andreas Schwab  <schwab@suse.de>
373         * desktop.el: Put autoload cookie at risky-local-variable declarations.
375         * dired.el, info.el, mail/rmail.el: Revert last change.
377 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
379         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
380         modification in `eval-after-load' form.
381         * info.el: Likewise.
382         * mail/rmail.el: Likewise.
384 2005-08-14  Juri Linkov  <juri@jurta.org>
386         * progmodes/compile.el (compilation-mode-font-lock-keywords):
387         Remove highlighting of "Compilation started".  Highlight only
388         the word "finished" in "Compilation finished".  Add highlighting
389         of "interrupt", "killed", "terminated" and the exit code.
390         (compilation-start): Add newline after header.  Use exactly the
391         same time stamp format as the finishing message.
392         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
394         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
395         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
396         Add highlighting of "interrupt", "killed", "terminated".
398         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
399         enabled and the current command is self-insert-command, call it
400         explicitly with overwrite-mode bound to nil, to not allow it
401         to delete the character after the selected region.
403 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
405         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
406         move-end-of-line, end-of-line, and beginning-of-line to the list
407         of commands after which the echo area is updated.
409 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
411         * cus-edit.el (custom-save-all, custom-save-delete):
412         Bind recentf-exclude to exclude custom-file.
414 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
416         * mail/rmailsum.el (rmail-summary-end-of-message): New command
417         to go to the bottom of the mail message.  Added to
418         `rmail-summary-mode-map' with key "/".
419         (rmail-summary-show-message): New (internal) function for use by
420         both `rmail-summary-beginning/end-of-message'.
421         (rmail-summary-beginning-of-message): Change to use
422         rmail-summary-show-message.
424         * mail/rmail.el (rmail-end-of-message): New command to go to the
425         end of the current message.  Added to `rmail-mode-map' with key "/".
426         (rmail-beginning-of-message): Fix to work as documented.
427         (rmail-mode): Change documentation.
429         * progmodes/compile.el (compilation-start): Add the line
430         "Compilation started" with compilation start time.
431         (compilation-mode-font-lock-keywords): Add `started' to keywords.
433 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
435         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
436         of menu items.
438 2005-08-11  Richard M. Stallman  <rms@gnu.org>
440         * simple.el (pop-global-mark): Reverse test of widen-automatically.
442         * battery.el (battery-status-function): Don't use ignore-errors.
444 2005-08-11  Lute Kamstra  <lute@gnu.org>
446         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
447         define-obsolete-variable-alias.
449 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
451         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
452         (ange-ftp-send-cmd): Revert last change, and expand
453         the comment explaining the problem.
455 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
457         * ldefs-boot.el: Update.
459         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
460         item to "Time, Load and Mail".  Change help echo text.
462         * time.el (display-time-use-mail-icon, display-time-format)
463         (display-time-string-forms): Shorten first line of docstrings.
465 2005-08-10  Lars Hansen  <larsh@soem.dk>
467         * desktop.el (desktop-buffer-mode-handlers):
468         Make non-customizable. Add autoload cookie.  Change initial value to
469         nil; add elements in respective modules instead.  Fix doc string.
470         (desktop-load-file): New function.
471         (desktop-minor-mode-handlers): New autoloaded variable.
472         (desktop-create-buffer): Call minor mode handlers.
473         Use desktop-load-file to load major and minor mode modules prior to
474         checking for a handler.
475         (desktop-save): Don't add nil to desktop-minor-modes for minor
476         modes with nil function in desktop-minor-mode-table.  Don't delete
477         desktop file before rewriting it.
478         (desktop-locals-to-save): Add autoload cookie.  Don't make
479         automatically buffer-local.  Add variables column-number-mode,
480         size-indication-mode, indent-tabs-mode,
481         indicate-buffer-boundaries, indicate-empty-lines and
482         show-trailing-whitespace.
483         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
484         regexps. Don't use desktop-clear-preserve-buffers-regexp.
485         (desktop-clear-preserve-buffers-regexp): Delete.
486         (desktop-clear-preserve-buffers): Update initial value and docstring.
487         (desktop-save-buffer): Fix doc string.
489         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
490         (hilit-chg-desktop-restore): New function.
491         (highlight-changes-mode): Add highlight-changes-mode to
492         desktop-locals-to-save.
494         * dired.el: Add handler to desktop-buffer-mode-handlers.
495         (dired-restore-desktop-buffer): Remove autoload cookie.
496         (dired-mode): Add autoload cookie.
498         * info.el: Add handler to desktop-buffer-mode-handlers.
499         (Info-restore-desktop-buffer): Remove autoload cookie.
500         (Info-mode): Add autoload cookie.
502         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
503         (mh-restore-desktop-buffer): Remove autoload cookie.
504         (mh-folder-mode): Add autoload cookie.
506         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
507         (rmail-restore-desktop-buffer): Remove autoload cookie.
509 2005-08-11  Masatake YAMATO  <jet@gyve.org>
511         * hexl.el (hexl-address-region):
512         (hexl-ascii-region, hexl-font-lock-keywords):
513         (hexl-highlight-line-range): Use the term "region"
514         instead of "area" for consistency with the other symbols
515         defined in hexl.el.
517 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
519         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
520         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
521         out by Juri Linkov).  Add `display-battery-mode'.
523 2005-08-09  Juri Linkov  <juri@jurta.org>
525         * progmodes/compile.el (compilation-mode-font-lock-keywords):
526         Remove `-text' from face variable names.
527         (compilation-error-file-name, compilation-warning-file-name)
528         (compilation-info-file-name): Delete faces.
529         (compilation-line-number, compilation-column-number):
530         Remove face underlining.
531         (compilation-message-face): Set to `underline' value by default.
532         (compilation-error-face, compilation-warning-face)
533         (compilation-info-face): Remove `-file-name' from face names.
534         (compilation-error-text-face, compilation-warning-text-face)
535         (compilation-info-text-face): Delete face variables.
536         (compilation-text-face): Delete function.
538         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
539         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
540         (grep-error-face): Set to `compilation-error' instead of
541         `compilation-error-face' (which is redefined to `grep-hit-face' in
542         grep buffers).
543         (grep-mode-font-lock-keywords): Remove `-text' from face variable
544         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
546         * dired-aux.el (dired-do-query-replace-regexp):
547         Use `query-replace-read-args'.
549         * replace.el (query-replace-read-from, query-replace-read-to)
550         (query-replace-read-args): Rename arg `string' to `prompt'.
552         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
554 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
556         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
557         uploading files.
558         (ange-ftp-canonize-filename): Handle file names beginning with ~
559         correctly.
561 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
563         * textmodes/fill.el (canonically-space-region)
564         (fill-context-prefix, fill-french-nobreak-p)
565         (fill-delete-newlines, fill-comment-paragraph)
566         (justify-current-line): "?\ " -> "?\s".
568 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
570         * textmodes/fill.el (fill-nonuniform-paragraphs):
571         Improve argument/docstring consistency.
573 2005-08-09  Richard M. Stallman  <rms@gnu.org>
575         * textmodes/ispell.el (ispell-word): More fboundp checks.
577         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
578         (find-file-noselect-1): Call it here, only if RAWFILE.
579         (normal-mode): Always set some major mode.
580         (save-some-buffers-action-alist): Change some explanation strings.
581         (file-name-non-special): In the `quote' method, use unwind-protect.
583 2005-08-09  Magnus Henoch  <mange@freemail.hu>
585         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
586         (ispell-have-aspell-dictionaries): New variable.
587         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
588         (ispell-get-aspell-config-value): New function.
589         (ispell-aspell-find-dictionary): New function.
590         (ispell-aspell-add-aliases): New function.
591         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
592         appropriate.  Don't look for ispell dictionaries if we use aspell.
593         (ispell-menu-map): Don't build a submenu of dictionaries.
595 2005-08-09  Richard M. Stallman  <rms@gnu.org>
597         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
598         (sql-read-passwd): Use read-passwd.
600         * progmodes/idlw-toolbar.el (idlwave-toolbar)
601         (idlwave-toolbar-is-possible): Add defvars.
603         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
604         Avoid warnings.
606         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
607         (idlwave-system-class-info, idlwave-executive-commands-alist):
608         Use defvar.
610         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
612         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
613         Avoid warnings.
615         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
616         and content-type: headers.
618         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
620         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
621         and rename some of them to be more self-explanatory.
623         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
625         * startup.el (command-line-1): Implement -scriptload.
627         * replace.el (occur-engine): Initial *Occur* output not undoable.
629         * menu-bar.el (menu-bar-file-menu): Rename some menu items
630         and improve help strings.
632         * isearch.el (isearch-repeat): When changing direction,
633         mark search successful.
635         * ediff-init.el: Use (featurep 'xemacs).
637         * comint.el (send-invisible): Identify buffer, if not selected.
639         * align.el: Delete autoload for c-guess-basic-syntax.
641 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
643         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
644         Improve argument/docstring consistency.  Doc fixes.
645         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
646         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
647         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
648         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
649         (r2bv-organization, r2bv-pages, r2bv-primary-author)
650         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
651         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
652         Defvar at compile time.
654 2005-08-09  Juri Linkov  <juri@jurta.org>
656         * info.el: Replace `info' with upper-case `Info' where appropriate.
657         (info-title-1, info-title-2, info-title-3, info-title-4)
658         (info-menu-header): Move up face definitions.
659         (info-menu-star): Rename from `info-menu-5'.
660         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
661         (Info-fontify-visited-nodes): Fix docstring.
662         (Info-hide-note-references): Fix docstring.
663         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
664         menu items in the same way as on cross-references.
665         (info-apropos): Fix sorting order and formatting to be like in the
666         stand-alone Info browser.  Display error messages for 1 sec.
667         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
668         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
669         from the menu bar.
670         (Info-insert-dir): Restore point after calling
671         `insert-buffer-substring'.
673 2005-08-08  Richard M. Stallman  <rms@gnu.org>
675         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
676         (recompute-lucid-menubar): Add defvars.
678         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
680         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
682         * net/net-utils.el (run-dig): Rename from `dig'.
684         * play/gametree.el (gametree-mode): Use make-local-variable,
685         not make-variable-buffer-local.
687         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
689         * ansi-color.el (ansi-color-make-extent)
690         (ansi-color-set-extent-face): Use fboundp, not functionp.
692         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
693         not make-variable-buffer-local.
695         * bookmark.el (Info-current-file): Add defvar.
696         (bookmark-jump-noselect): Use with-no-warnings.
698         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
700         * ebuff-menu.el (Helper-return-blurb): Add defvar.
702         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
704         * find-file.el (ada-procedure-start-regexp)
705         (ada-package-start-regexp): Add defvars.
707         * info.el (Info-insert-dir): Use insert-buffer-substring.
709         * xml.el (xml-att-def-re): Add defvar.
711         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
712         calling convention.
714         * subr.el (while-no-input): Return t if there is input.
716 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
718         * cus-start.el (all): Add `overflow-newline-into-fringe'.
720 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
722         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
723         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
725 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
727         * cmuscheme.el (scheme-start-file): Replace reference to
728         `user-emacs-directory' by "~/.emacs.d/".
730 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
732         * info.el (Info-dir-remove-duplicates): Avoid case folding
733         in loop; instead, keep downcased strings for comparison.
734         Suggested by Helmut Eller.
736 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
738         Sync with Tramp 2.0.50.
740         * tramp.el: Remove defvar of `last-coding-system-used' in the
741         XEmacs case; not necessary anymore.
742         (tramp-user-regexp): Allow "@" as part of user name.
743         (tramp-handle-set-visited-file-modtime)
744         (tramp-handle-insert-file-contents)
745         (tramp-handle-write-region): No special handling for
746         `last-coding-system-used, because this is done in
747         `tramp-accept-process-output' now.
748         (tramp-accept-process-output): New defun.
749         (tramp-process-one-action, tramp-process-one-multi-action)
750         (tramp-wait-for-regexp, tramp-wait-for-output)
751         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
752         Howells <dhowells@redhat.com>.
753         (clear-visited-file-modtime): Defadvice removed.  The check for
754         unset buffer's modtime does not need to be based on
755         `tramp-buffer-file-attributes'.  Suggested by RMS.
756         (tramp-message): Insert "\n" if not being at beginning of line.
757         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
758         sequence with same logic.
759         (tramp-completion-handle-expand-file-name): Discard call of
760         `tramp-drop-volume-letter'.  It is not necessary, and there have
761         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
762         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
763         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
764         should always be visible.
765         (tramp-handle-insert-directory, tramp-setup-complete)
766         (tramp-set-process-query-on-exit-flag)
767         (tramp-append-tramp-buffers): Pacify byte-compiler.
768         (tramp-bug): Delete non-existing variables from list.
769         Apply `tramp-load-report-modules' as pre-hook.
770         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
771         `shell-prompt-pattern' because of non-7bit characters.
772         Reported by Sebastian Luque <sluque@mun.ca>.
773         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
774         (tramp-match-string-list): Remove function.
775         (tramp-wait-for-regexp): Remove call of that function.
776         Suggested by Kim F. Storm <storm@cua.dk>.
777         (tramp-set-auto-save-file-modes): Use octal integer code #o600
778         instead of octal character code ?\600.  The latter resulted in a
779         syntax error with XEmacs.
781         * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
782         XEmacs case; not necessary anymore.
783         (tramp-smb-handle-write-region): No special handling for
784         `last-coding-system-used, because this is done in
785         `tramp-accept-process-output' now.
786         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
788 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
790         * wid-edit.el (widget-choice-value-create):
791         Unconditionally respect user choice.  Set :explicit-choice back to nil
792         when no longer needed.
793         (widget-choice-action): Unconditionally respect user choice.
794         Eliminate :explicit-choice-value.
796         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
798         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
799         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
800         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
801         running new function `toggle-indicate-empty-lines'.
802         Rename "Customize" item to "Customize fringe".
803         Rename "Indicators" item to "Buffer boundaries" and change help echo.
804         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
805         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
806         Delete "Empty lines only" item.
807         (menu-bar-showhide-fringe-ind-customize): New function.
808         (menu-bar-showhide-fringe-ind-mixed)
809         (menu-bar-showhide-fringe-ind-box)
810         (menu-bar-showhide-fringe-ind-right)
811         (menu-bar-showhide-fringe-ind-left)
812         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
813         instead of `fringe-indicators'.
815 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
817         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
818         Change the date of last update.
820 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
822         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
823         (viper-exec-yank, viper-put-back): Don't display modification msg
824         if in the minibuffer.
826         * viper-init.el (viper-replace-overlay-cursor-color)
827         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
828         Make variables frame local.
830         * viper-util.el (viper-append-filter-alist): Use append instead of
831         nconc.
833         * viper.el (viper-vi-state-mode-list)
834         (viper-emacs-state-mode-list): Move help-mode and
835         completion-list-mode from the first list to the second.
836         (viper-mode): Docstring.
837         (viper-go-away, viper-non-hook-settings): Don't localize
838         minor-mode-alist in newer Emacsen.  Add advice to
839         set-cursor-color.  Don't bind "\C-c\\".
841 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
843         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
844         (scheme-macro-expand-command): New user options.
845         (scheme-trace-procedure, scheme-expand-current-form): New commands.
846         (scheme-form-at-point, scheme-start-file)
847         (scheme-interactively-start-process): New functions.
848         (scheme-get-process): New function, extracted from `scheme-proc'.
849         (run-scheme): Call `scheme-start-file' to get start file, and pass
850         it to `make-comint'.
851         (switch-to-scheme, scheme-proc):
852         Call `scheme-interactively-start-process' if no Scheme buffer/process
853         is available.
855 2005-08-06  Juri Linkov  <juri@jurta.org>
857         * progmodes/compile.el (compilation-mode-font-lock-keywords):
858         Use `compilation-text-face', `compilation-info-text-face' and
859         `compilation-error-text-face' instead of `font-lock-keyword-face'.
860         (compilation-error): New face.
861         (compilation-error-file-name): Inherit from
862         `compilation-error' instead of `font-lock-warning-face'.
863         (compilation-warning-file-name): Inherit from
864         `compilation-warning' instead of `font-lock-warning-face'.
865         (compilation-info, compilation-error-file-name)
866         (compilation-warning-file-name, compilation-info-file-name)
867         (compilation-line-number, compilation-column-number): Doc fix.
868         (compilation-error-text-face, compilation-warning-text-face)
869         (compilation-info-text-face): New face variables.
870         (compilation-line-face, compilation-column-face)
871         (compilation-enter-directory-face)
872         (compilation-leave-directory-face): Doc fix.
873         (compilation-text-face): New function.
875         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
876         instead of 1 to display binary file names as info file links.
877         (grep-error-face): Use `compilation-error-face' instead of
878         `font-lock-keyword-face'.
879         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
880         and `compilation-warning-text-face' instead of
881         `font-lock-keyword-face'.  Use `compilation-error-text-face'
882         instead of `grep-error-face'.
884 2005-08-05  Kenichi Handa  <handa@m17n.org>
886         * international/code-pages.el: Add autoload cookies for all coding
887         systems.
889 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
891         * cus-start.el (all): Put undo.c where it alphabetically belongs.
893 2005-08-04  Juri Linkov  <juri@jurta.org>
895         * progmodes/compile.el (compilation-mode-map):
896         * progmodes/grep.el (grep-mode-map):
897         Bind TAB to `compilation-next-error' and [backtab] to
898         `compilation-previous-error'.
900         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
901         matching line numbers, column numbers and their ranges with regexp
902         matching only line numbers.
903         (grep-context-face): New face variable.
904         (grep-mode-font-lock-keywords): Use it.
906         * faces.el (read-face-name): Delete duplicate faces.
908 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
910         * thumbs.el (thumbs-find-image): Don't make variables
911         automatically buffer local.
912         (thumbs-current-tmp-filename, thumbs-current-image-filename)
913         (thumbs-image-num): Make automatically buffer local.
914         (thumbs-show-thumbs-list): Use `make-local-variable', not
915         `make-variable-buffer-local'.
916         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
918         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
919         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
920         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
921         (bother, bye, canyou, chatlst, continue, deathlst, describe)
922         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
923         (feelings-about, foullst, found, hello, history, howareyoulst)
924         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
925         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
926         (neglst, obj, object, owner, please, problems, qlist)
927         (random-adjective, relation, remlst, repetitive-shortness)
928         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
929         (shortlst, something, sportslst, stallmanlst, states, subj)
930         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
931         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
932         Defvar at compile time.
934         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
935         not `make-variable-buffer-local'.
937 2005-08-02  Kim F. Storm  <storm@cua.dk>
939         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
940         rectangle overlay in selected window.
942 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
944         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
945         instead of display group.  Make `indicate-buffer-boundaries'
946         customizable through Custom.
948 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
950         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
951         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
952         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
953         (gdb-put-string): Fix typos in docstrings.
955 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
957         Update copyright notices of files in progmodes directory for
958         release of Emacs 22.1.
960         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
962         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
963         Don't barf if the GUD buffer has been killed.
965 2005-08-01  Kim F. Storm  <storm@cua.dk>
967         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
969 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * simple.el (next-error-follow-minor-mode):
972         make-variable-buffer-local -> make-local-variable.
974         * emacs-lisp/cl-extra.el: Require CL also when compiling.
976         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
977         (byte-compile-form-make-variable-buffer-local): New functions to warn
978         about misuses of make-variable-buffer-local where make-local-variable
979         was meant.
981 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
983         * bs.el (bs-attributes-list): Doc fix.
984         (bs): Update url-link.
986         * desktop.el (desktop-save-buffer): Fix typos in docstring.
987         (desktop-load-default): Simplify.
989         * ibuffer.el (ibuffer-columnize-and-insert-list)
990         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
991         (ibuffer-unmark-all, ibuffer-toggle-marks)
992         (ibuffer-unmark-forward, ibuffer-unmark-backward)
993         (ibuffer-compile-make-format-form, ibuffer-format-column)
994         (ibuffer-current-buffers-with-marks)
995         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
996         (ibuffer): Doc fix.
997         (ibuffer-mode): Fix typo in docstring.
998         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
999         with `define-obsolete-variable-alias'.
1000         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
1002 2005-07-29  Kenichi Handa  <handa@m17n.org>
1004         * international/mule-cmds.el (select-message-coding-system):
1005         Be sure to use LF for end-of-line.  If no coding system is decided,
1006         return iso-8859-1-unix.
1008 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1010         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
1011         (ange-ftp-pending-error-line): New vars.
1012         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
1013         to handle the non-fatal no-route-to-host messages.
1014         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
1016 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
1018         * isearch.el (isearch-mode-map, isearch-other-meta-char)
1019         (isearch-quote-char, isearch-printing-char)
1020         (isearch-text-char-description): "?\ " -> "?\s".
1021         (isearch-lazy-highlight-cleanup)
1022         (isearch-lazy-highlight-initial-delay)
1023         (isearch-lazy-highlight-interval)
1024         (isearch-lazy-highlight-max-at-a-time)
1025         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
1026         Declare with define-obsolete-*-alias macros.
1027         (isearch-forward): Fix typo in docstring.
1028         (search-invisible, search-ring-yank-pointer)
1029         (regexp-search-ring-yank-pointer): Doc fixes.
1031         * recentf.el (recentf-menu-append-commands-p): Declare with
1032         `define-obsolete-variable-alias'.
1033         (recentf-max-saved-items, recentf-menu-filter)
1034         (recentf-arrange-by-rule-subfilter): Doc fixes.
1035         (recentf-menu-append-commands-flag)
1036         (recentf-initialize-file-name-history, recentf-expand-file-name)
1037         (recentf-clear-data): Fix typos in docstrings.
1039 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
1041         * progmodes/gdb-ui.el: Smarten comments.
1042         (gdb-info-breakpoints-custom): Use nowarn when finding file.
1044 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1046         * term/apollo.el (terminal-init-apollo): New function containing
1047         all former top level forms in the file.
1048         * term/bobcat.el (terminal-init-bobcat):
1049         * term/cygwin.el (terminal-init-cygwin):
1050         * term/iris-ansi.el (terminal-init-iris-ansi):
1051         * term/linux.el (terminal-init-linux):
1052         * term/news.el (terminal-init-news):
1053         * term/rxvt.el (terminal-init-rxvt):
1054         * term/sun.el (terminal-init-sun):
1055         * term/tvi970.el (terminal-init-tvi970):
1056         * term/vt100.el (terminal-init-vt100):
1057         * term/vt102.el (terminal-init-vt102):
1058         * term/vt125.el (terminal-init-vt125):
1059         * term/vt200.el (terminal-init-vt200):
1060         * term/vt201.el (terminal-init-vt201):
1061         * term/vt220.el (terminal-init-vt220):
1062         * term/vt240.el (terminal-init-vt240):
1063         * term/vt300.el (terminal-init-vt300):
1064         * term/vt320.el (terminal-init-vt320):
1065         * term/vt400.el (terminal-init-vt400):
1066         * term/vt420.el (terminal-init-vt420):
1067         * term/wyse50.el (terminal-init-wyse50):
1068         * term/xterm.el (terminal-init-xterm): Likewise.
1070         * term/README: Describe the terminal-init-* functionality.
1072         * startup.el (command-line): After loading the terminal initialization
1073         file call the corresponding terminal initialization function.
1075 2005-07-27  Kenichi Handa  <handa@m17n.org>
1077         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1078         negative.
1080         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
1081         (ps-mule-composition-prologue): Fix for the case that
1082         RelativeCompose is false.
1084 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1088         * descr-text.el (describe-char): Handle the case where the list of
1089         chars is displayed in a separate frame.
1090         Be a bit more discriminating when looking for the char.
1092 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
1094         * bookmark.el (bookmark-automatically-show-annotations)
1095         (bookmark-read-annotation-text-func): Doc fixes.
1096         (bookmark-save): Improve argument/docstring consistency.
1097         (bookmark-get-bookmark, bookmark-get-bookmark-record)
1098         (bookmark-alist-from-buffer)
1099         (bookmark-upgrade-file-format-from-0)
1100         (bookmark-grok-file-format-version)
1101         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1102         (bookmark-read-annotation-mode)
1103         (bookmark-insert-current-bookmark, bookmark-jump)
1104         (bookmark-exit-hook): Fix typos in docstrings.
1105         (bookmark-exit-hooks): Define as obsolete alias.
1106         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1107         not `bookmark-exit-hooks'.  Fix docstring.
1108         (bookmark-bmenu-select): "?\ " -> "?\s".
1110 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
1112         * startup.el (command-line): Fix typo.
1114 2005-07-24  Richard M. Stallman  <rms@gnu.org>
1116         * tooltip.el (tooltip-mode): Test emacs-basic-display,
1117         not emacs-quick-startup.
1119 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
1121         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1122         (reb-next-match, reb-show-subexp): Use `with-selected-window'
1123         instead of `reb-with-current-window'.
1124         (reb-prev-match): Likewise.  Also, don't move left if the search
1125         was unsuccessful.
1126         (reb-initialize-buffer): New function.
1127         (re-builder, reb-change-syntax): Use it.
1129         * man.el (Man-goto-page): Make second argument NOERROR optional.
1131 2005-07-23  Richard M. Stallman  <rms@gnu.org>
1133         * man.el (Man-bgproc-sentinel): Check here for failure to find
1134         any man page in the output, and report the error here.
1135         (Man-arguments): Make it permanent local.
1136         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
1137         (Man-mode): Pass t for NOERROR.
1139         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1140         (grep-mode-font-lock-keywords):
1141         Don't use compilation-...-face for messages that are not file names.
1143         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1144         Don't use compilation-...-face for messages that are not file names.
1146 2005-07-22  Juri Linkov  <juri@jurta.org>
1148         * startup.el (normal-splash-screen): Update menu name.
1150         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1152 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1154         * term/xterm.el: Load term/rxvt if the terminal is actually an
1155         rxvt terminal.
1156         (xterm-rxvt-set-background-mode): Remove, not used anymore.
1158         * term/rxvt.el (function-key-map): Use substitute-key-definition
1159         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1161         * term/cygwin.el: New file.
1163 2005-07-22  Kim F. Storm  <storm@cua.dk>
1165         * image-file.el (insert-image-file, image-file-yank-handler):
1166         Fix last change to maintain a (unique) yank-handler on yanked images.
1168 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
1170         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1171         of the file size (as in "177B" for 177 bytes).  This happens with
1172         "ls -lh" on FreeBSD.
1174 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
1176         * hilit-chg.el (highlight-changes-global-initial-state)
1177         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1178         (hilit-chg-fixup, highlight-changes-mode):
1179         Fix typos in docstrings.
1180         (highlight-changes-global-modes, highlight-changes-rotate-faces):
1181         Doc fixes.
1183 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
1185         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1186         mode function using `eval-after-load'.
1188 2005-07-21  Kim F. Storm  <storm@cua.dk>
1190         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1191         included when reporting an emacs crash, and tell about the DEBUG file.
1193         * image-file.el (insert-image-file): Add yank-handler.
1194         (image-file-yank-handler): Yank handler to make unique copies of
1195         images when they are yanked into a buffer next to each other.
1197 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
1199         * comint.el (comint-use-prompt-regexp, comint-send-input)
1200         (comint-source-default, comint-extract-string)
1201         (comint-get-source, comint-word, comint-completion)
1202         (comint-source, comint-prompt-read-only, comint-update-fence):
1203         Fix typos in docstrings.
1204         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1205         Declare with define-obsolete-*-alias macros.
1206         (comint-previous-matching-input-from-input)
1207         (comint-next-matching-input-from-input)
1208         (comint-previous-matching-input, comint-next-matching-input)
1209         (comint-forward-matching-input):
1210         Improve argument/docstring consistency.
1212         * desktop.el (desktop-clear-preserve-buffers-regexp):
1213         Also preserve the *server* buffer.
1215         * simple.el (clone-indirect-buffer): Doc fix.
1216         (fixup-whitespace, just-one-space)
1217         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1218         (next-error, next-error-highlight)
1219         (next-error-highlight-no-select, next-error-last-buffer)
1220         (next-error-buffer-p, next-error-find-buffer, next-error)
1221         (previous-error, next-error-no-select, previous-error-no-select)
1222         (open-line, split-line, minibuffer-prompt-width, kill-new)
1223         (binary-overwrite-mode): Fix typos in docstrings.
1224         (set-fill-column): Fix typo in message.
1226         * skeleton.el (skeleton-proxy-new): Doc fix.
1228         * strokes.el (strokes-load-hook): Doc fix.
1229         (strokes-grid-resolution, strokes-get-grid-position)
1230         (strokes-renormalize-to-grid, strokes-read-stroke)
1231         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1232         (strokes-global-map): Fix typos in docstrings.
1233         (strokes-help): Doc fix.  Fix help message and pass it through
1234         `substitute-command-keys'.
1236         * tempo.el (tempo-insert-prompt, tempo-interactive)
1237         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1238         (tempo-insert-string-functions, tempo-local-tags)
1239         (tempo-define-template, tempo-insert-template)
1240         (tempo-insert-prompt-compat, tempo-is-user-element)
1241         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1242         Fix typos in docstrings.
1244         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1245         (vcursor-key-bindings, vcursor-use-vcursor-map)
1246         (vcursor-find-window, vcursor-scroll-down)
1247         (vcursor-disable, vcursor-beginning-of-buffer)
1248         (vcursor-end-of-buffer): Fix typos in docstrings.
1249         (vcursor-relative-move, vcursor-get-char-count):
1250         Improve argument/docstring consistency.
1252         * version.el: "?\ " -> "?\s".
1254         * wid-edit.el (widget-default-create, widget-after-change)
1255         (widget-default-format-handler, widget-checklist-add-item)
1256         (widget-radio-add-item, widget-choose, widget-specify-secret)
1257         (widget-field-value-create, widget-field-value-get)
1258         (widget-editable-list-format-handler)
1259         (widget-editable-list-entry-create, widget-group-value-create)
1260         (widget-documentation-link-add)
1261         (widget-documentation-string-value-create): "?\ " -> "?\s".
1262         (widget-convert-text): Doc fix.
1263         (widget-narrow-to-field, widget-field-find)
1264         (widget-url-link-action, widget-emacs-library-link-action)
1265         (widget-color-notify): Fix typos in docstrings.
1267         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1268         (x-select-text, set-w32-system-coding-system)
1269         (w32-add-charset-info): Fix typos in docstrings.
1271         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1272         (cua-enable-cua-keys, cua-use-hyper-key)
1273         (cua-virtual-rectangle-edges): Fix typos in docstrings.
1274         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1276         * net/tramp.el (tramp-handle-load): Fix typo in error message.
1278         * emacs-lisp/re-builder.el (regexp-builder): Declare with
1279         `defalias' instead of faking it.
1281         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1282         (eshell-ls-missing, eshell-ls-dired-initial-args)
1283         (eshell-ls-use-in-dired): Fix typos in docstrings.
1285 2005-07-20  Kim F. Storm  <storm@cua.dk>
1287         * emulation/cua-base.el (cua-mode): Improve doc string.
1289 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
1291         * abbrev.el (expand-region-abbrevs): Doc fix.
1292         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1293         Improve argument/docstring consistency.
1295         * arc-mode.el (archive-get-descr, archive-alternate-display):
1296         Doc fixes.
1297         (archive-l-e): Improve argument/docstring consistency.
1298         (archive-tmpdir, archive-unixdate, archive-unixtime)
1299         (archive-chmod-entry): Fix typos in docstrings.
1300         (archive-unflag, archive-unflag-backwards)
1301         (archive-unmark-all-files): "?\ " -> "?\s".
1303         * buff-menu.el (Buffer-menu-unmark): Doc fix.
1304         (Buffer-menu-not-modified, Buffer-menu-execute)
1305         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1306         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1308         * composite.el (compose-string, encode-composition-rule)
1309         (compose-last-chars): Fix typos in docstrings.
1311         * desktop.el (desktop-enable, desktop-basefilename):
1312         Declare with `define-obsolete-variable-alias'.
1313         (desktop-internal-v2s): Don't quote keywords.
1314         (desktop-clear): "?\ " -> "?\s".
1316         * dired.el (dired-align-file, dired-flag-backup-files)
1317         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1318         (dired-listing-switches, dired-ls-F-marks-symlinks)
1319         (dired-dwim-target, dired-load-hook, dired-mode-hook)
1320         (dired-directory, dired-faces, dired, dired-revert)
1321         (dired-mode, dired-summary, dired-view-file)
1322         (dired-copy-filename-as-kill, dired-delete-file)
1323         (dired-no-confirm, dired-unmark-all-marks)
1324         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1325         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1326         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1327         Fix typos in message strings.
1329         * dired-x.el (virtual-dired): Declare with `defalias'.
1330         (dired-mark-unmarked-files, dired-local-variables-file)
1331         (dired-omit-here-always): Doc fix.
1332         (dired-omit-mode, dired-find-subdir)
1333         (dired-enable-local-variables, dired-clean-up-buffers-too)
1334         (dired-extra-startup, dired-mark-extension, dired-jump)
1335         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1336         (dired-smart-shell-command, dired-guess-shell-alist-user)
1337         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1338         (dired-x-bind-find-file, dired-x-submit-report):
1339         Fix typos in docstrings.
1340         (dired-mark-unmarked-files): "?\ " -> "?\s".
1342         * dirtrack.el (dirtrack-list): Fix typos in docstring.
1344         * faces.el (describe-face): "?\ " -> "?\s".
1345         (read-all-face-attributes, read-face-font, modify-face)
1346         (face-attr-construct, italic): Fix typos in docstrings.
1347         (frame-update-face-colors): Declare with
1348         `define-obsolete-function-alias'.
1350         * files.el (find-file-noselect, recode-file-name): Doc fixes.
1351         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1352         (magic-mode-alist, buffer-file-numbers-unique)
1353         (write-file-functions, get-free-disk-space):
1354         Fix typos in docstrings.
1355         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1356         (write-contents-hooks, write-file-hooks):
1357         Declare with `define-obsolete-variable-alias'.
1359         * forms-d2.el (arch-rj): Fix typo in docstrings.
1360         (arch-tocol): Likewise.  "?\ " -> "?\s".
1362         * frame.el (set-frame-font, cursor-in-non-selected-windows):
1363         Fix typo in docstring.
1364         (set-screen-width, set-screen-height): Delete redundant info in
1365         doctrings.
1366         (new-frame, screen-height, screen-width): Declare with
1367         `define-obsolete-function-alias'.
1368         (delete-frame-hook, blink-cursor): Declare with
1369         `define-obsolete-variable-alias'.
1371         * paths.el (prune-directory-list): Fix typos in docstring.
1373         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1374         (cvs-prefix-get): Fix typos in docstrings.
1376         * ps-print.el (ps-extend-face-list, ps-extend-face)
1377         (ps-print-background-image): Fix typos in docstrings.
1378         (ps-default-fg, ps-default-bg): Doc fixes.
1380         * s-region.el (s-region-bind): Doc fix.
1381         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1383         * textmodes/org.el (org-table-formula-substitute-names)
1384         (org-table-get-vertical-vector): Doc fixes.
1385         (org-table-recalculate): Remove unused argument to `message'.
1387 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
1389         * textmodes/org.el (org-table-column-names)
1390         (org-table-column-name-regexp)
1391         (org-table-named-field-locations): New variables.
1392         (org-archive-subtree): Protect `this-command' when calling
1393         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1394         the kill buffer.
1395         (org-complete): Remove fixed-formula completion.
1396         (org-edit-formulas-map): New variable.
1397         (org-table-edit-formulas): New command.
1398         (org-finish-edit-formulas, org-abort-edit-formulas)
1399         (org-show-variable, org-table-get-vertical-vector): New functions.
1400         (org-table-maybe-eval-formula): Handle `:=' fields.
1401         (org-table-get-stored-formulas, org-table-store-formulas)
1402         (org-table-get-formula, org-table-modify-formulas)
1403         (org-table-replace-in-formulas): Handle named field formulas.
1404         (org-table-get-specials): Store locations of named fields.
1406 2005-07-19  Juri Linkov  <juri@jurta.org>
1408         * progmodes/grep.el (grep-regexp-alist)
1409         (grep-mode-font-lock-keywords, grep-process-setup):
1410         Use default GNU grep match color "01;31m" instead of "01;41m".
1411         (grep-regexp-alist, grep-mode-font-lock-keywords):
1412         Use `\\[[0-9]*m' instead of `\\[00m'.
1413         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1414         sgr_start where its handling is more important.  Use the real
1415         length of sgr_start instead of constant 8.
1416         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1417         specially.  Delete all remaining escape sequences.
1418         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1419         (grep-regexp-alist): Make hyperlink only for binary file name
1420         instead of the whole line.
1421         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1422         (grep-mode): Add autoload.
1424         * emacs-lisp/find-func.el (find-function-regexp):
1425         Add `define-compilation-mode'.
1427 2005-07-19  Juri Linkov  <juri@jurta.org>
1429         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1430         (compare-windows-sync-string-size, compare-windows-recenter)
1431         (compare-windows-highlight, compare-windows): Add version 22.1.
1432         (compare-windows) <defface>: Inherit from lazy-highlight instead
1433         of duplicating its default value.
1435         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1436         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1438         * descr-text.el (describe-char): Create link buttons for `charset'
1439         and `code point'.  Add the current input method name with a link
1440         button to `to input' field.  Print face names of display table
1441         characters in `The display table entry is displayed by' section
1442         instead of printing face-id in the `display' field.
1443         Guess hardcoded faces and create a link button for them.
1444         Skip empty fields when calculating max-width.
1445         Treat `widget-create' specially while inserting strings from the
1446         collected field list.
1447         (describe-char-after): Made obsolete in version 22.1, not 21.5.
1449         * diff-mode.el (diff-file-header): Change foreground color from
1450         yellow to green on light backgrounds.
1451         (diff-context): Inherit from `shadow' only for color/grayscale
1452         with more than 88 colors.
1453         (diff-indicator-removed, diff-indicator-added)
1454         (diff-indicator-changed): New faces.
1455         (diff-font-lock-keywords): Use new faces.  Regroup rules.
1456         Add "^---$" for `normal' diff format.  Fontify `#' lines with
1457         font-lock-comment-delimiter-face and font-lock-comment-face.
1458         Add `#' to ^[^...] in the rule for `diff-context-face'.
1460         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1461         a button-like box.  Inherit from `highlight' on low colors.
1462         (shadow): Use shades of gray only for color/grayscale with
1463         more than 88 colors.  Use green for light backgrounds with
1464         8 colors, and yellow for dark backgrounds with 8 colors.
1466         * font-lock.el (font-lock-regexp-grouping-backslash):
1467         Don't inherit from escape-glyph (use bold for all cases).
1469         * info.el (info-xref-visited): Use light foreground color `violet'
1470         for dark backgrounds instead of dark color `magenta3'.
1471         (info-title-1): Use `yellow' color for dark backgrounds.
1473         * isearch.el (isearch): Use not-too-dark magenta3 instead of
1474         too-light magenta2.
1476         * replace.el (match): Use slightly more light RoyalBlue3 instead
1477         of dark RoyalBlue4.
1479         * wid-edit.el (widget-inactive): Inherit from `shadow'.
1481 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
1483         * novice.el (disabled-command-hook): Declare it with
1484         `define-obsolete-variable-alias'.
1486         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1487         (desktop-buffer-misc-functions, desktop-buffer-handlers)
1488         (desktop-load-default): Add release to obsolescence info.
1489         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1490         (desktop-append-buffer-args, desktop-read):
1491         Fix typos in docstrings.
1492         (desktop-kill): Fix typo in message.
1493         (desktop-save): Doc fix.
1495 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1497         * viper-cmd.el (viper-escape-to-state): Bug fix.
1498         (viper-envelop-ESC-key): Change the definition of fast
1499         keysequence so it'll work with keyboard macros.
1501         * ediff.el (ediff-patch-buffer): Change the docstring.
1503 2005-07-19  Kenichi Handa  <handa@m17n.org>
1505         * international/mule-cmds.el (select-safe-coding-system): Try to
1506         use an auto-coding (if any) before anything else.  If the found
1507         auto-coding is invalid, show a warning message.
1509         * international/mule.el (find-auto-coding): New function created
1510         by modifying the body of set-auto-coding.
1511         (set-auto-coding): Use find-auto-coding to find a coding.
1513 2005-07-18  Richard M. Stallman  <rms@gnu.org>
1515         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1516         not isearch-mode-end-hook-error.
1517         (allout-before-change-protect): Fix error message.
1519 2005-07-18  Juri Linkov  <juri@jurta.org>
1521         * allout.el (allout-mode):
1522         * calculator.el (calculator-copy):
1523         * custom.el (custom-known-themes):
1524         * dired.el (dired-desktop-buffer-misc-data)
1525         (dired-restore-desktop-buffer):
1526         * dired-x.el (dired-omit-marker-char):
1527         * files.el (basic-save-buffer):
1528         * font-core.el (font-lock-mode):
1529         * calendar/calendar.el (calendar-goto-hebrew-date)
1530         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1531         (calendar-goto-persian-date):
1532         * language/ethio-util.el (ethio-sera-to-fidel-region):
1533         * textmodes/picture.el (picture-mode):
1534         Delete duplicate duplicate words.
1536 2005-07-18  Juri Linkov  <juri@jurta.org>
1538         * isearch.el (isearch-mode-map): Remove key bindings for regexp
1539         chars * ? } |.
1540         (isearch-fallback): Don't call `isearch-process-search-char'.
1541         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1542         (isearch-process-search-char): Call `isearch-fallback' for regexp
1543         chars * ? } |.
1544         (isearch-return-char): Make obsolete with `make-obsolete' instead
1545         of simply documenting it as obsolete in the docstring.
1546         (isearch-fallback): Refill docstring.
1548         * international/isearch-x.el
1549         (isearch-process-search-multibyte-characters): Remove unneeded
1550         `concat'.  Add intermediate values to `junk-hist' instead of
1551         `minibuffer-history'.  Test the length of `str'.
1553 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
1555         * allout.el (allout-resolve-xref): Fix typos in error strings.
1556         (allout-before-change-protect): Remove unneeded `concat'.
1558         * array.el (array-mode, array-reconfigure-rows)
1559         (untabify-backward): Fix typos in docstrings.
1560         (array-reconfigure-rows): Use `insert-buffer-substring', not
1561         `insert-buffer'.
1563         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1564         * progmodes/ada-mode.el (ada-make-body):
1565         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1567         * dired.el (dired-log):
1568         * tar-mode.el (tar-subfile-save-buffer):
1569         * play/zone.el (zone-pgm-stress-destress):
1570         Use `insert-buffer-substring', not `insert-buffer'.
1572 2005-07-17  Simon Josefsson  <jas@extundo.com>
1574         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1576 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
1578         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1579         Add plain auth method.
1580         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1582 2005-07-17  Kim F. Storm  <storm@cua.dk>
1584         * ido.el (dired-other-window): Add ido property.
1586 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
1588         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1589         Fix typo in docstring.
1590         (byte-compile-interactive-only-functions): Add `insert-buffer' and
1591         `insert-file-literally'.
1593         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1594         info and delete redundant message.  Doc fix.
1595         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1596         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1598 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1600         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1601         (byte-compile-and): Use byte-compile-and-recursion.
1602         (byte-compile-or-recursion): New function.
1603         (byte-compile-or): Use that.
1604         (byte-compile-if): Guard the else-clause too.
1605         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1607         * isearch.el (isearch-mode-end-hook-quit): New variable.
1608         (isearch-done): Bind it.
1609         (isearch-mode-end-hook): Doc fix.
1611         * allout.el (allout-isearch-did-quit): Variable deleted.
1612         (allout-real-isearch-abort): Function name no longer used.
1613         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1614         (allout-isearch-rectification): isearch-mode always exists.
1615         Don't set allout-isearch-did-quit.
1616         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1617         allout-isearch-did-quit.
1618         (allout-enwrap-isearch): Just add the hook.
1619         (allout-isearch-abort): Function deleted.
1620         (allout-pre-command-business): Avoid warning.
1622         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1623         Correctly avoid warnings.
1624         (pascal-outline): Likewise.
1626         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1628         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1630         * play/tetris.el (tetris-mode): Avoid warning.
1632         * play/snake.el (snake-mode): Avoid warning.
1634         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1635         (gamegrid-set-display-table): Avoid warning.
1636         (gamegrid-set-timer): Likewise.
1637         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1638         (gamegrid-add-score-with-update-game-score-1): Take FILE
1639         as argument.
1640         (gamegrid-add-score-with-update-game-score): Pass that argument.
1641         Rename have-shared-game-dir to gamegrid-shared-game-dir.
1643         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1645         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1646         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1648         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1649         and insert-file.
1651         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1652         (sc-ask): Avoid warnings.
1654         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1655         (eshell-hist-initialize): Use that var the natural way.
1657         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1659         * emacs-lisp/re-builder.el (reb-cook-regexp):
1660         Avoid warning calling lre-compile-string.
1661         (reb-color-display-p): Avoid warning.
1663         * calculator.el (calculator-last-input): Guard uses
1664         of event-key and key-press-event-p.
1665         (event-key, key-press-event-p): Delete definitions.
1667         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1668         (find-gc-source-directory, find-gc-subrs-callers)
1669         (find-gc-noreturn-list, find-gc-source-files)
1670         (find-gc-subrs-called): Vars renamed and defvar'd.
1672         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1673         (checkdoc-overlay-put, checkdoc-delete-overlay)
1674         (checkdoc-overlay-start, checkdoc-overlay-end)
1675         (checkdoc-mode-line-update, checkdoc-char=):
1676         Define such that compiler knows they are defined.
1677         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
1678         (checkdoc-read-event): Delete.  Use read-event directly.
1680         * whitespace.el (whitespace-make-overlay)
1681         (whitespace-overlay-put, whitespace-delete-overlay)
1682         (whitespace-overlay-start, whitespace-overlay-end):
1683         Define such that compiler knows they are defined.
1684         (whitespace): Move conditional inside.
1686         * tempo.el (tempo-insert-template): Suppress warning.
1688         * ediff-diff.el (longlines-mode): Add defvar.
1690 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
1692         * server.el: Bind "C-x #" in a way that works even if C-x is
1693         redefined to a command key, not a prefix key.
1695 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
1697         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1698         cl-make-type-test till execution time.
1700 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
1702         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1703         arg ARG and use it.
1705 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
1707         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1709 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
1711         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1712         a defcustom with two :set or :type keywords.
1714 2005-07-15  Richard M. Stallman  <rms@gnu.org>
1716         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1717         Don't give ^M comment-end syntax.
1719 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
1721         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1722         Don't consider gdbmi (gdb-mi.el has its own update functions).
1723         (gdb-var-delete): Make it work for gdbmi as well.
1724         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1726         * progmodes/gud.el (etags, sdb): Only require etags when needed.
1727         (gud-speedbar-menu-items): Correct logic for enabling items.
1729 2005-07-15  Kim F. Storm  <storm@cua.dk>
1731         * ido.el: Fix commentary.
1732         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1733         Use with-no-warnings around ffap-guesser.
1734         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1735         Let bind minibuffer-completing-file-name to t.
1737 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
1739         * startup.el (site-run-file, keyboard-type): Doc fixes.
1740         (command-line): Check for "--basic-display" argument; also for
1741         "--quick", not "--bare-bones" (which was renamed).
1742         (fancy-splash-text): Add missing item "Getting New Versions".
1743         (normal-splash-screen): Fix typos and improve consistency with
1744         `fancy-splash-text'.  Update copyright year.
1746         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1747         valid binding for `help-char'.
1749         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1751 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
1753         * term.el (term-mode): Disable cua-mode for term buffers.
1755 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
1757         * add-log.el (add-log-mailing-address, change-log-merge):
1758         Doc fixes.
1759         (change-log-get-method-definition): Fix typo in docstring.
1761 2005-07-14  Kim F. Storm  <storm@cua.dk>
1763         * emulation/cua-base.el:
1764         (cua--pre-command-handler-1, cua--pre-command-handler)
1765         (cua--post-command-handler-1, cua--post-command-handler):
1766         Split in two.  Check (buffer local) value of cua-mode.
1767         (cua-selection-mode): New command.
1769 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1771         * custom.el (custom-initialize-safe-set)
1772         (custom-initialize-safe-default): Doc fixes.
1774         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1775         and simplify :init-value again.
1777         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1778         and simplify :init-value again.  Delete autoload.
1780         * startup.el (command-line): Use `custom-reevaluate-setting' again
1781         for tooltip-mode.
1783         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1784         a defcustom with two :initialize keywords.
1786 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
1788         * allout.el (my-mark-marker, allout-isearch-prior-pos)
1789         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1790         (allout-post-command-business, allout-flag-region)
1791         (isearch-reenable-font-lock, allout-yank)
1792         (allout-insert-latex-header, allout-insert-latex-trailer)
1793         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1794         (allout-latex-verb-quote): Fix typos in docstrings.
1795         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1796         (allout-unprotected, allout-prefix-data):
1797         Improve argument/docstring consistency.
1798         (allout-chart-subtree): Fix argument spec.
1799         (allout-open-topic): Rename `use_sib_bullet' argument to
1800         `use-sib-bullet'.  Doc fix.
1802         * whitespace.el (whitespace-check-buffer-leading)
1803         (whitespace-check-buffer-trailing)
1804         (whitespace-check-buffer-indent)
1805         (whitespace-check-buffer-spacetab)
1806         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1807         (whitespace-check-leading-whitespace)
1808         (whitespace-check-trailing-whitespace)
1809         (whitespace-check-spacetab-whitespace)
1810         (whitespace-check-indent-whitespace)
1811         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1812         (whitespace-modes): Fix typos in docstrings.
1813         (defgroup, defcustom): Doc fixes.
1815         * winner.el (winner-mode, winner-boring-buffers)
1816         (winner-pending-undo-ring): Doc fixes.
1817         (winner-ring): Remove unneeded `progn'.
1818         (winner-equal): `defsubst' it.
1819         (winner-redo): Fix message.
1821 2005-07-13  Kim F. Storm  <storm@cua.dk>
1823         * simple.el (line-move-1): Always use vertical-motion to
1824         do the last (or only) line move to ensure some movement.
1825         Undo 2005-06-23 change--don't check for overlays.
1827 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1829         * term/mac-win.el (ccl-encode-mac-roman-font)
1830         (ccl-encode-mac-centraleurroman-font)
1831         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1832         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1833         Change charset-id boundary of dimension to ?\xef.
1834         (mac-char-fontspec-list): New constant.
1835         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
1836         argument.  Nil uses itself as family in font-spec.  Previous
1837         behavior for nil is now provided by non-nil non-string argument.
1838         All callers changed.  Add font-specs for Mac fonts to
1839         "fontset-default" unless iso8859-1 fonts are installed.
1841 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * progmodes/sh-script.el (sh-get-indent-info): Only indent
1844         a continuation line if the \ is preceded by SPC or TAB.
1845         (sh-get-indent-info): Simplify.
1846         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1847         Use with-current-buffer.
1849         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1850         when the matched text is empty.
1852 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
1854         * startup.el (command-line): Revert to previous handling of
1855         tooltip-mode.  Explain in comment why the complexity is needed.
1857         * tooltip.el (tooltip-mode): Revert to previous implementation of
1858         its defcustom.
1860         * frame.el (blink-cursor-mode): Revert to previous implementation
1861         of its defcustom.  Update comment.
1863 2005-07-12  Lars Hansen  <larsh@soem.dk>
1865         * desktop.el: Update e-mail address.
1867 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1869         * term/mac-win.el (mac-services-mail-selection)
1870         (mac-services-mail-to): New functions.
1871         (mac-application-menu-map): Bind them.
1873 2005-07-12  wulei <milton@wulei.net>  (tiny change)
1875         * progmodes/gdb-ui.el: Add note about buffering with Windows.
1877 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
1879         * custom.el (custom-reevaluate-setting): Doc fix.
1881 2005-07-11  Jay Belanger  <belanger@truman.edu>
1883         * calc/calc.el (calc-embedded-announce-formula-alist)
1884         (calc-embedded-open-close-plain-alist)
1885         (calc-embedded-open-close-mode-alist): Add checks for additional
1886         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1888 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
1890         * custom.el (custom-enable-theme): Don't add theme to
1891         `custom-enabled-themes' with `push' because there is no
1892         setf-method for `delq'.
1894 2005-07-11  Richard M. Stallman  <rms@gnu.org>
1896         * custom.el (custom-declare-variable): Doc fix.
1898         * dired-aux.el (dired-compare-directories): Remove "." and ".."
1899         from the alists.
1901         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1902         Do nothing if edebug-active.
1904         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1905         (edebug-display): Do it here instead.
1907 2005-07-10  Richard M. Stallman  <rms@gnu.org>
1909         * cus-face.el (custom-theme-set-faces): Make it work.
1910         (custom-reset-faces): Doc fix.
1911         (custom-theme-reset-internal-face, custom-theme-face-value):
1912         Functions deleted.
1914         * custom.el (custom-push-theme): Maintain list of the settings
1915         of a given theme in its theme-settings property.
1916         Maintain position of old settings in the theme-value
1917         or theme-face property.
1918         (custom-enabled-themes): New variable.
1919         (custom-theme-enabled-p): New function.
1920         (provide-theme): Update custom-enabled-themes.
1921         Disable and reenable the `user' theme.
1922         (require-theme): Doc fix.
1923         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1924         (custom-theme-value, custom-theme-variable-value): Likewise.
1925         (custom-theme-reset-internal): Likewise.
1926         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1927         (custom-enable-theme, custom-disable-theme): New functions.
1928         (custom-variable-theme-value, custom-face-theme-value): Likewise.
1929         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1930         (custom-theme-reset-variables): Simplify.
1931         (deftheme, custom-declare-theme, custom-make-theme-feature):
1932         Definitions moved.
1934 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
1936         * longlines.el (longlines-show-region)
1937         (longlines-unshow-hard-newlines): Recognize hard newlines by
1938         non-nil hard property, instead of t.
1940 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1942         * viper-cmd.el (viper--key-maps): New variable.
1943         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1944         emulation-mode-map-alists.
1945         (viper-envelop-ESC-key): Use viper-subseq.
1946         (viper-search-forward/backward/next): Disable debug-on-error.
1948         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1949         (viper-ESC-key): New defcustoms.
1951         * viper-macs.el (ex-map-read-args): Use viper-subseq.
1953         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1954         (viper-subseq): Copy of subseq from cl.el.
1956         * viper.el (viper-go-away, viper-set-hooks): Use
1957         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1959         * viper-mous.el (viper-current-frame-saved): Use defvar.
1961         * viper-init.el: Get rid of -face in face names.
1963         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1964         Make it work with longlines mode
1966         * ediff-mult.el (ediff-meta-mode-hook): New variable.
1968         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1970         * ediff-init: Get rid of -face in face names.
1972 2005-07-10  Richard M. Stallman  <rms@gnu.org>
1974         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1975         and with-timeout-unsuspend.
1977         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1978         and with-timeout-unsuspend.
1980         * emacs-lisp/timer.el (with-timeout-timers): New variable.
1981         (with-timeout): Bind that variable to record timers.
1982         (with-timeout-suspend, with-timeout-unsuspend): New functions.
1984         * emacs-lisp/debug.el (debug-help-follow): New function.
1985         (debugger-mode-map): Use that instead of help-follow.
1986         (debugger-setup-buffer): Use eval-buffer-list
1987         to handle eval-buffer frames.
1989 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
1991         * timezone.el (timezone-parse-date): Change first regexp
1992         so it will not mistakenly match dates with no time zone.
1994 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
1996         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1998 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
2000         * custom.el (custom-initialize-safe-set)
2001         (custom-initialize-safe-default): New functions.
2003         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2004         and simplify :init-value.
2006         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2007         and simplify :init-value.  Delete obsolete comment.
2009         * startup.el (command-line): Use `custom-reevaluate-setting' to
2010         handle `tooltip-mode'.  Delete obsolete comment.
2012         * files.el (set-visited-file-name): Avoid calling
2013         `file-name-nondirectory' with a nil argument.
2015 2005-07-09  Richard M. Stallman  <rms@gnu.org>
2017         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
2018         was called with nil for the buffer, handle the read position right.
2019         Handle read position for eval-region, too.
2021 2005-07-09  Juri Linkov  <juri@jurta.org>
2023         * fringe.el (fringe-mode): Add period in docstring.
2024         (fringe-query-style): Build prompt depending on `all-frames' arg.
2026         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
2027         to not create links to unrelated functions in the Help buffer.
2029         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
2030         Doc fix.
2032         * simple.el (next-error-hook): New variable.
2033         (next-error): Use it.  Doc fix.
2035         * textmodes/ispell.el (ispell-command-loop): Add current
2036         dictionary name and program name to mode-line-format.
2037         (ispell-region, ispell-process-line): Add current dictionary name
2038         and program name to messages.
2040 2005-07-08  Jay Belanger  <belanger@truman.edu>
2042         * calc/calc.el (calc-embedded-announce-formula-alist)
2043         (calc-embedded-open-close-formula-alist)
2044         (calc-embedded-open-close-word-alist)
2045         (calc-embedded-open-close-plain-alist)
2046         (calc-embedded-open-close-new-formula-alist)
2047         (calc-embedded-open-close-mode-alist)
2048         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
2049         (calc-embedded-mode-hook): New variables.
2051         * calc/calc-embed.el (calc-embedded-firsttime)
2052         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
2053         New variables.
2054         (calc-do-embedded): Use calc-embedded-firsttime,
2055         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
2056         determine whether or not to run hooks.
2057         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
2058         calc-embedded-firsttime-formula appropriately.
2059         Set calc-embedded delimiter variables according to mode.
2061 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2063         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2064         Check for "emacs", etc., as entire symbol, not just as word.
2065         (checkdoc-file-comments-engine): Use regexp-quote on FN.
2067         * files.el (set-visited-file-name): Report the error
2068         for "empty filename" earlier.
2069         (kill-some-buffers): Ignore buffers already dead.
2071         * fringe.el (fringe-mode): Doc fix.
2073         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2074         Check for (featurep 'xemacs) and turn off warnings in what it guards.
2075         Use unwind-protect to ensure byte-compile-unresolved-functions
2076         is updated.
2078         * whitespace.el (whitespace-buffer-leading-cleanup):
2079         Simplify w/ skip-chars-forward.
2080         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2082         * mail/rmail.el (rmail-only-expunge): Fix paren error.
2083         Unconditionally try to leave point at the same old place.
2085 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
2087         * comint.el (comint-postoutput-scroll-to-bottom)
2088         (comint-show-maximum-output): Take scroll-margin into consideration.
2090 2005-07-08  Kim F. Storm  <storm@cua.dk>
2092         * ido.el (ido-use-filename-at-point): New choice `guess'.
2093         (ido-file-internal): Try ffap-guesser if selected.
2095         * ido.el (ido-before-fallback-functions): New hook.
2096         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2097         (ido-read-file-name): Run it.
2099 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2101         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2102         strings rather than a list of symbols to the completion function.
2104 2005-07-07  Jay Belanger  <belanger@truman.edu>
2106         * calc/calc-units.el (math-apply-units): Change the places in
2107         which units are simplified.
2109 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
2111         * cus-edit.el (customize-option, customize-option-other-window):
2112         Make them handle aliases.
2114         * custom.el (custom-variable-p): Make it recursively follow
2115         aliases.  Mention that in the docstring.
2117 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2119         * cus-start.el (exec-path): Use `directory' instead of `file'.
2120         Fix tag for nil.
2122 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
2124         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2125         when called non-interactively.  Doc fix.
2127 2005-07-07  Lute Kamstra  <lute@gnu.org>
2129         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2130         new address as well.
2132 2005-07-07  Kenichi Handa  <handa@m17n.org>
2134         * international/mule.el (make-coding-system):
2135         Describe `ascii-incompatible' property in the docstring.
2136         (set-file-name-coding-system): Signal an error if coding-system is
2137         ascii-incompatible.
2138         (set-keyboard-coding-system): Likewise.
2140         * international/mule-cmds.el (set-default-coding-systems):
2141         Don't set default-file-name-coding-system and
2142         default-keyboard-coding-system if coding-system is ASCII-incompatible.
2144         * international/utf-16.el: Declare that all UTF-16-based coding
2145         systems are ASCII-incompatible.
2147 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
2149         * progmodes/gud.el: Require font-lock for displaying errors.
2150         Used by gdb-ui.el.
2152 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
2154         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2155         values for the pattern lists which are `read'able but not
2156         `append'able (like symbols).
2158 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2160         * progmodes/flymake.el (flymake-float-time): Instead of
2161         with-no-warnings, test for xemacs.
2162         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2163         to avoid warning.
2165 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
2167         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2169 2005-07-05  Lute Kamstra  <lute@gnu.org>
2171         * battery.el: Add support for Darwin (with much debugging help
2172         from Samuel Lauber <sam124@operamail.com>).
2173         (battery-status-function, battery-echo-area-format)
2174         (battery-mode-line-format): Add support for pmset on Darwin.
2175         (battery-load-low, battery-load-critical): New user options.
2176         (battery-pmset): New function.
2178 2005-07-05  Lute Kamstra  <lute@gnu.org>
2180         Update FSF's address in GPL notices.
2182         * textmodes/page-ext.el: Update FSF's address.
2184 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2187         filling from using prefix when filling a single-line docstring.
2189         * progmodes/flymake.el: Remove useless eval-when-compile.
2191         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2193 2005-07-04  Richard M. Stallman  <rms@gnu.org>
2195         * textmodes/org.el (org-file-apps-defaults-gnu):
2196         Rename from org-file-apps-defaults-linux.
2197         (org-default-apps): Don't test system-type for `linux'.
2198         (org-file-apps): Doc fix.
2200 2005-07-04  David Ponce  <david@dponce.com>
2202         * tree-widget.el: Improve header Commentary section.
2203         (tree-widget) [defgroup]
2204         (tree-widget-image-enable, tree-widget-themes-directory)
2205         (tree-widget-theme, tree-widget-image-properties-emacs)
2206         (tree-widget-image-properties-xemacs, tree-widget-create-image)
2207         (tree-widget-image-formats, tree-widget-control)
2208         (tree-widget-empty-control, tree-widget-leaf-control
2209         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2210         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2211         (tree-widget-keep, tree-widget-after-toggle-functions)
2212         (tree-widget-open-node, tree-widget-close-node): Doc fix.
2213         (tree-widget-open-control, tree-widget-close-control): Fix doc and
2214         :help-echo message.
2215         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
2216         (tree-widget-image-properties): Doc fix.  Clearer implementation.
2217         (tree-widget--cursors): New constant.
2218         (tree-widget-lookup-image): New function split from
2219         `tree-widget-find-image'.  Clearer implementation.
2220         (tree-widget-find-image): Use it.
2221         (tree-widget-button-keymap): Use `set-keymap-parent'.
2222         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2223         Define the sub-widgets here.
2224         (tree-widget-node): Check that :node is not a tree-widget.
2225         (tree-widget-get-super, tree-widget-open-control)
2226         (tree-widget-close-control, tree-widget-empty-control)
2227         (tree-widget-leaf-control, tree-widget-guide)
2228         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2229         (tree-widget-no-handle, tree-widget-value-delete)
2230         (tree-widget-map): Remove.
2231         (tree-widget-children-value-save): Doc fix.  Simplified.
2232         (tree-widget-value-create): Update according to previous changes.
2234 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
2236         * textmodes/org.el: Leading space replaced by TABS.
2237         (org-recalc-marks, org-table-rotate-recalc-marks)
2238         (org-table-get-specials): Treat "^" and "_" marks.
2239         (org-table-justify-field-maybe): Optional argument NEW.
2240         (org-table-eval-formula): Parsing of the format simplified.
2241         New modes C,I.  Honor the %= parameter in the current table.
2242         Avoid unnecessary re-align by using the NEW argument to
2243         `org-table-justify-field-maybe'.
2244         (org-calc-default-modes): Default for date-format mimicks org-mode.
2245         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2247 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2249         * cus-face.el (custom-theme-set-faces): Make it handle face
2250         aliases whose alias declarations are pre- or autoloaded.
2252 2005-07-04  Juri Linkov  <juri@jurta.org>
2254         * faces.el (read-face-name): Put the code for getting a face name
2255         from the buffer before adding the faces from the `face' property.
2256         Use `completing-read-multiple' instead of `completing-read'.
2257         Require `crm'.  Add default value and post-process the returned
2258         list of faces.
2260         * emacs-lisp/crm.el (crm-find-current-element)
2261         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2263         * emacs-lisp/lisp-mode.el (eval-defun-1):
2264         * emacs-lisp/edebug.el (edebug-eval-defun):
2265         Remove unnecessary quotes.
2267 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2269         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2270         (prolog-indent-level): Fix typo in docstring.
2272         * info.el (Info-history, Info-history-forward)
2273         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2275         * add-log.el (add-change-log-entry):
2276         * comint.el (comint-dynamic-list-input-ring)
2277         (comint-dynamic-list-completions):
2278         * dabbrev.el (dabbrev-expand):
2279         * delim-col.el (delimit-columns-rectangle-line):
2280         * diff-mode.el (diff-context->unified, diff-reverse-direction)
2281         (diff-unified->context):
2282         * ediff-init.el (ediff-abbrev-jobname):
2283         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2284         (ediff-replace-session-activity-marker-in-meta-buffer):
2285         * info.el (Info-summary):
2286         * lpr.el (printify-region):
2287         * printing.el (pr-create-interface):
2288         * ps-print.el (ps-print-quote):
2289         * ses.el (ses-column-widths, ses-print-cell)
2290         (ses-adjust-print-width, ses-center):
2291         * shell.el (shell-file-name-quote-list):
2292         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2293         (strokes-fill-current-buffer-with-whitespace)
2294         (strokes-xpm-for-stroke, strokes-list-strokes)
2295         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2296         * term.el (term-dynamic-list-input-ring)
2297         (term-dynamic-list-completions):
2298         * calc/calc.el (math-format-stack-value):
2299         * emacs-lisp/edebug.el (edebug-display-freq-count):
2300         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2301         (delphi-new-comment-line):
2302         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2303         * progmodes/executable.el (executable-set-magic):
2304         * progmodes/python.el (inferior-python-mode):
2305         * progmodes/scheme.el (scheme-mode-syntax-table):
2306         * progmodes/sh-script.el (sh-maybe-here-document):
2307         * progmodes/sql.el (sql-copy-column):
2308         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2309         * textmodes/bibtex.el (bibtex-mode):
2310         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2311         (sgml-auto-attributes):
2312         * textmodes/table.el (table-insert, table-shorten-cell)
2313         (table--generate-source-scan-lines, table-delete-row)
2314         (*table--cell-delete-char, table--spacify-frame)
2315         (table--horizontally-shift-above-and-below)
2316         (table--cell-insert-char, table--cell-blank-str)
2317         (table--fill-region-strictly):
2318         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2319         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2321         * add-log.el (change-log):
2322         * apropos.el (apropos):
2323         * comint.el (comint-completion, comint-source):
2324         * dabbrev.el (dabbrev):
2325         * delim-col.el (columns):
2326         * diff-mode.el (diff-mode):
2327         * ediff.el (ediff):
2328         * ediff-diff.el (ediff-diff):
2329         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2330         * ediff-mult.el (ediff-mult):
2331         * ediff-ptch.el (ediff-ptch):
2332         * ediff-wind.el (ediff-window):
2333         * facemenu.el (facemenu):
2334         * indent.el (indent):
2335         * info.el (info):
2336         * jka-cmpr-hook.el (compression, jka-compr):
2337         * lpr.el (lpr):
2338         * outline.el (outlines):
2339         * pcmpl-cvs.el (pcmpl-cvs):
2340         * pcmpl-rpm.el (pcmpl-rpm):
2341         * printing.el (printing):
2342         * ps-print.el (postscript, ps-print, ps-print-horizontal)
2343         (ps-print-vertical, ps-print-headers, ps-print-font)
2344         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2345         (ps-print-background, ps-print-printer, ps-print-page)
2346         (ps-print-miscellany):
2347         * ses.el (ses):
2348         * shell.el (shell, shell-directories, shell-faces):
2349         * startup.el (initialization):
2350         * strokes.el (strokes):
2351         * term.el (term):
2352         * uniquify.el (uniquify):
2353         * w32-vars.el (w32):
2354         * calc/calc.el (calc):
2355         * emacs-lisp/bytecomp.el (bytecomp):
2356         * emacs-lisp/cl-indent.el (lisp-indent):
2357         * emacs-lisp/edebug.el (edebug):
2358         * emacs-lisp/elp.el (elp):
2359         * emacs-lisp/testcover.el (testcover):
2360         * emacs-lisp/trace.el (trace):
2361         * emulation/viper-ex.el (viper-ex):
2362         * emulation/viper-mous.el (viper-mouse):
2363         * mail/mailalias.el (mailalias):
2364         * mail/supercite.el (supercite, supercite-frames)
2365         (supercite-attr, supercite-cite, supercite-hooks):
2366         * net/rcompile.el (remote-compile):
2367         * net/rlogin.el (rlogin):
2368         * obsolete/ooutline.el (outlines):
2369         * progmodes/delphi.el (delphi):
2370         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2371         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2372         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2373         (ebnf-optimization):
2374         * progmodes/etags.el (etags):
2375         * progmodes/executable.el (executable):
2376         * progmodes/idlwave.el (idlwave):
2377         * progmodes/pascal.el (pascal):
2378         * progmodes/prolog.el (prolog):
2379         * progmodes/python.el (python):
2380         * progmodes/scheme.el (scheme):
2381         * progmodes/sh-script.el (sh, sh-script):
2382         * progmodes/sql.el (SQL):
2383         * progmodes/tcl.el (tcl):
2384         * textmodes/bibtex.el (bibtex, bibtex-autokey):
2385         * textmodes/enriched.el (enriched):
2386         * textmodes/makeinfo.el (makeinfo):
2387         * textmodes/sgml-mode.el (sgml):
2388         * textmodes/table.el (table-hooks):
2389         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2390         * textmodes/texinfo.el (texinfo):
2391         * textmodes/two-column.el (two-column):
2392         Finish `defgroup' description with period.
2394         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2395         * eshell/esh-var.el (eshell-var):
2396         * progmodes/vhdl-mode.el (vhdl-testbench):
2397         * textmodes/org.el (org): Fix typos in docstrings.
2399         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2400         consistency.
2402         * progmodes/flymake.el (flymake-find-file): Remove.
2403         (flymake-float-time): Use `with-no-warnings'.
2404         (flymake-check-start-time, flymake-check-was-interrupted)
2405         (flymake-err-info, flymake-is-running, flymake-last-change-time)
2406         (flymake-new-err-info): `defvar' at compile time.
2408 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
2410         * replace.el (occur-hook): Doc fix.
2411         (occur-1): Don't call `occur-hook' if there are no matches.
2413 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2415         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2416         global-map, save the same map.
2417         (global-map): Don't alter it at top level.
2418         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2419         Then alter it here instead.
2420         (tpu-edt-off): Set global-map to the saved one.
2422         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2423         All references simplified.
2424         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
2425         (zmacs-regions): Add defvar.
2426         (repeat-complex-command-map): Everything about that deleted.
2428         * textmodes/artist.el (artist-key-is-drawing)
2429         (artist-key-endpoint1, artist-key-poly-point-list)
2430         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2431         (artist-key-compl-table, artist-rb-save-data)
2432         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2433         Don't put them in eval-when-compile.
2434         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2436         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2437         Use with-no-warnings.
2439         * net/browse-url.el (dos-windows-version): Add defvar.
2441         * mail/supercite.el (filladapt-prefix-table): Add defvar.
2443         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2444         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2445         (rmail-new-summary-line-count): Rename from new-summary-line-count.
2446         Add defvar.
2447         (rmail-summary-beginning-of-message): Use with-no-warnings.
2448         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2450         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2451         Use with-no-warnings.
2453         * emulation/vi.el (vi-mark-region): Use c-mark-function.
2454         (c-mark-function): Add point-moving-unit property.
2455         (vi-goto-line): Use with-no-warnings.
2457         * emulation/edt.el (edt-last-copied-word): Add defvar.
2458         (zmacs-region-stays): Likewise.
2459         (edt-mark-section-wisely): Use c-mark-function for C.
2460         Use makr-defun for Fortran.
2461         (time-string): defvar deleted.
2462         (edt-display-the-time): Don't set time-string.
2464         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2466         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2467         Don't warn when name is not constant
2468         or for defining the group `emacs'.
2470         * tooltip.el (gud-tooltip-mode): Add defvar.
2472         * startup.el (default-frame-background-mode): Add defvar.
2474         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2476         * info.el (tool-bar-map): Add defvar.
2478         * dired.el (dnd-protocol-alist): Add defvar.
2480         * dired-aux.el (dired-query): Display question with answer, when
2481         the user answers.
2483         * custom.el (custom-add-option): Doc fix.
2485         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2487 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
2489         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2490         bogus name from the last change.
2492 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
2494         * custom.el (custom-declare-variable): Fix typos in comment.
2495         (custom-known-themes): Doc fix.
2496         (custom-theme-directory): New defcustom.
2497         (require-theme): Make it check `custom-theme-directory'.
2499         * cus-theme.el (custom-new-theme-mode): New function.
2500         (custom-theme-name, custom-theme-variables, custom-theme-faces)
2501         (custom-theme-description): Add compiler defvars.
2502         (customize-create-theme): Add doc to the "*New Custom Theme*"
2503         buffer.  Use `custom-new-theme-mode'.
2504         (custom-theme-write): Put the created buffer in emacs-lisp-mode
2505         and save it to the `custom-theme-directory'.  Make this the
2506         default directory of the buffer.
2508 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
2510         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2511         Fix unbalanced parentheses.
2513 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2515         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2516         into flymake-mode and delegate to flymake-mode.
2518         * find-file.el (ff-which-function-are-we-in): Clean up.
2520 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
2522         * replace.el (occur-rename-buffer): Fix docstring.
2524         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2525         (edt-last-copied-word, edt-learn-macro-count)
2526         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2527         (edt-rect-start-point, edt-user-global-map, rect-start-point)
2528         (time-string, zmacs-region-stays):
2529         * emulation/edt-mapper.el (edt-save-function-key-map)
2530         (EDT-key-name): `defvar' to silence the byte-compiler.
2532 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2534         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2535         font-lock-regexp-backslash.  Doc fix.
2536         (font-lock-regexp-backslash-grouping-construct): Rename from
2537         font-lock-regexp-backslash-construct.  Doc fix.
2538         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2539         grouping constructs.
2541 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
2543         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2544         updating all the prerequisites.
2546 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
2548         * textmodes/org.el (org-agenda-start-on-weekday)
2549         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2550         (org-agenda-use-time-grid, org-archive-location)
2551         (org-allow-space-in-links, org-usenet-links-prefer-google)
2552         (org-enable-table-editor, org-export-default-language)
2553         (org-export-html-show-new-buffer, org-fill-paragraph)
2554         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2555         (org-goto-quit, org-occur, org-eval-in-calendar)
2556         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2557         (org-agenda-diary-entry, org-remember-help)
2558         (org-table-convert-region, org-at-table-p)
2559         (org-table-move-row-down, org-table-move-row-up)
2560         (org-table-copy-region, org-table-toggle-vline-visibility)
2561         (org-table-get-stored-formulas, org-table-get-specials)
2562         (org-recalc-commands, org-table-eval-formula)
2563         (org-table-formula-substitute-names, orgtbl-make-binding)
2564         (org-format-org-table-html, org-format-table-table-html)
2565         (org-format-table-table-html-using-table-generate-source)
2566         (org-customize): Fix typos in docstrings.
2567         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2568         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2569         (org-back-to-heading): Doc fixes.
2570         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2571         (org-agenda-change-all-lines, org-get-header):
2572         Improve argument/docstring consistency.
2573         (orgtbl-error): Fix error message.
2575         * progmodes/flymake.el (flymake-find-possible-master-files)
2576         (flymake-master-file-compare, flymake-get-line-err-count)
2577         (flymake-highlight-line, flymake-gui-warnings-enabled):
2578         Fix typos in docstrings.
2579         (flymake-parse-line, flymake-get-project-include-dirs-function)
2580         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2581         Doc fixes.
2582         (flymake-get-project-include-dirs-function)
2583         (flymake-make-err-menu-data):
2584         Improve argument/docstring consistency.
2586 2005-07-01  Lute Kamstra  <lute@gnu.org>
2588         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2589         Catch errors with ignore-errors.  Use temporary buffer.
2590         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
2592         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2593         background color faces.
2594         (facemenu-set-foreground, facemenu-set-background):
2595         Use facemenu-set-face-from-menu.
2596         (facemenu-set-face-from-menu): Treat face names that start with
2597         "fg:" or "bg:" as special.
2598         (facemenu-add-new-color): Don't create faces.  Simplify.
2600 2005-06-30  Richard M. Stallman  <rms@gnu.org>
2602         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2603         (crm-find-current-element): Likewise.
2605 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2607         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2609 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2611         * arc-mode.el (archive-extract): Make it work as a mouse binding.
2612         (archive-mouse-extract): Make it an obsolete alias.
2613         (archive-mode-map): Don't use archive-mouse-extract any more.
2614         (archive-mode, archive-extract): write-contents-hooks ->
2615         write-contents-functions.
2616         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2617         first arg.
2618         (archive-rename-entry): Update the call.
2619         (archive-zip-summarize): Remove unused var `method'.
2620         (archive-lzh-summarize): Remove unused var `creator'.
2622         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2623         dedicated frame upon exit.
2625         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2626         (archive-zip-extract, archive-zip-expunge)
2627         (archive-zip-update, archive-zip-update-case): Use executable-find.
2628         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2629         Use restore-buffer-modified-p.
2630         (archive-extract, archive-add-new-member, archive-write-file-member):
2631         Use with-current-buffer.
2632         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2634 2005-06-30  Andreas Schwab  <schwab@suse.de>
2636         * progmodes/gud.el (gud-filter): Remove unneeded progn.
2638 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2640         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2642 2005-06-30  Juri Linkov  <juri@jurta.org>
2644         * faces.el (vertical-border): Inherit from mode-line-inactive
2645         only on tty.
2647 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
2649         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2650         example, -NLINES in the `occur' docstring).
2652         * replace.el (occur-1): When no matches are found, do not set the
2653         `buffer-read-only' and modified flags for the occur buffer,
2654         because it is deleted.
2656         * emulation/cua-base.el (cua-check-pending-input)
2657         (cua-repeat-replace-region, cua-mode, cua-debug)
2658         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2659         Fix typos in docstrings.
2661         * emulation/cua-gmrk.el (cua-toggle-global-mark)
2662         (cua-cut-region-to-global-mark)
2663         (cua--cut-rectangle-to-global-mark):
2664         Remove period from end of messages.
2666         * emulation/cua-rect.el (cua-do-rectangle-padding):
2667         Remove period from end of messages.
2668         (cua--rectangle-seq-format): Fix typo in docstring.
2669         (cua-sequence-rectangle, cua-fill-char-rectangle):
2670         Improve argument/docstring consistency.
2672 2005-06-29  Juri Linkov  <juri@jurta.org>
2674         * faces.el (default-frame-background-mode): New internal variable.
2675         (frame-set-background-mode): Use it.
2677         * startup.el (normal-top-level): Set default-frame-background-mode
2678         instead of frame-background-mode.  Before setting it, test for its
2679         nil value.  Remove tests for frame-background-mode and frame
2680         parameter `reverse'.  Add test for "unspecified-fg".
2682         * term/xterm.el (xterm-rxvt-set-background-mode):
2683         * term/rxvt.el (rxvt-set-background-mode):
2684         Set default-frame-background-mode instead of frame-background-mode.
2686 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2688         * simple.el (set-variable): Warn about obsolete user variables.
2690         * imenu.el (imenu--completion-buffer):
2691         * mouse.el (mouse-buffer-menu-alist):
2692         * msb.el (msb-invisible-buffer-p):
2693         * calendar/diary-lib.el (diary-header-line-format):
2694         * emacs-lisp/pp.el (pp-buffer):
2695         * progmodes/cperl-mode.el (cperl-do-auto-fill):
2696         * textmodes/picture.el (picture-replace-match):
2697         Change space constants followed by a sexp to "?\s ".
2699         * play/decipher.el (decipher-loop-with-breaks):
2700         * textmodes/texinfo.el (texinfo-insert-@item): Change space
2701         constants "protected" from end of line by a comment to "?\s".
2703 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2705         * font-lock.el (save-buffer-state): Use `declare'.
2707         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2708         reset the syntax-table to cperl-mode-syntax-table.
2709         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2710         "foo_print_bar" is not matched as a reserved keyword.
2712 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
2714         * textmodes/org.el (orgtbl-setup): New function, for delayed
2715         setup for the orgtbl commands.
2716         (org-calc-default-modes): New option.
2717         (orgtbl-make-binding): Use `defun' to get better help display.
2718         (org-diary): Call `org-compile-prefix-format'.
2719         (org-table-formula-substitute-names): New function.
2720         (org-agenda-day-view, org-agenda-week-view): New commands.
2721         (org-agenda-toggle-week-view): Command removed.
2722         (org-tbl-menu): Split off from org-org-menu.
2723         (org-mode): Move removal of outline-mode menus to here.
2724         (org-table-formula-debug): New option.
2725         (org-table-insert-row): Keep first field if just "#" or "*".
2726         (org-mode): Paragraph regexps fixed.
2727         (org-table-recalculate-regexp): New constant.
2728         (org-table-justify-field-maybe): Avoid replace if not necessary.
2729         (org-copy-special, org-cut-special): Use `call-interactively'.
2730         (org-table-copy-region): Take region from `interactive' call.
2731         (org-trim): Return string even if no match.
2732         (org-formula): New face.
2733         (org-set-font-lock-defaults): No longer highlight "FIXME".
2734         But highlight formula-related fields in table.
2735         (org-table-p): Use regexp, not fontification.
2736         (org-table-align): Handle white space at end of line.
2737         (org-table-formula-evaluate-inline): New option.
2738         (org-mode): Auto-wrapping in comment lines turned off.
2739         (org-table-copy-down): Evaluate only in copied field, not in
2740         destination.
2741         (org-table-current-formula): Variable removed.
2742         (org-table-store-formulas, org-table-get-stored-formulas)
2743         (org-table-modify-formulas, org-table-replace-in-formulas)
2744         (org-table-maybe-eval-formula): New functions.
2745         (org-table-get-formula): Modify to use stored formulas.
2746         (org-table-insert-column, org-table-delete-column)
2747         (org-table-move-column): Call `org-table-modify-formulas'.
2748         (org-complete): Add completion for keyword formulas.
2749         (orgtbl-mode): Pull orgtbl-mode-map to start of
2750         minor-mode-map-alist.
2752 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * progmodes/python.el (python-check): Require `compile' before
2755         modifying its variables.
2757         * newcomment.el (comment-indent-default): Don't get fooled by an early
2758         end of buffer.
2760 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2762         * ps-print.el (ps-print-version): Fix version number.
2764 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
2766         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2768 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2770         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2771         (flyspell-local-mouse-map): Declaration deleted.
2772         (flyspell-mouse-map): Bind only mouse-2.
2773         (flyspell-mode-map): Don't test flyspell-use-local-map.
2774         (flyspell-overlay-keymap-property-name): Var deleted.
2775         (flyspell-mode-on): Don't make local bindings for
2776         flyspell-mouse-map and flyspell-mode-map.
2777         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2779         * textmodes/ispell.el (ispell-word): Do not ignore short words.
2781         * progmodes/compile.el (compilation-next-error-function):
2782         Don't switch buffers; operate on the current buffer.
2784         * progmodes/compile.el (compilation-error-file-name)
2785         (compilation-warning-file-name, compilation-info-file-name)
2786         (compilation-line-number, compilation-column-number): New faces.
2787         (compilation-error-face, compilation-warning-face)
2788         (compilation-info-face, compilation-line-face)
2789         (compilation-column-face): Use them.
2791         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2793         * comint.el (comint-password-prompt-regexp): Accept ", try again".
2795         * bindings.el (global-map): Bind insertchar and its variants.
2797 2005-06-27  Richard M. Stallman  <rms@gnu.org>
2799         * textmodes/artist.el (artist-text-overwrite)
2800         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2802 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2804         * ps-print.el: It was not working the page selection for printing.
2805         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2806         (ps-print-version): New version 6.6.7.
2807         (ps-end-sheet): New fun.
2808         (ps-header-sheet, ps-end-job): Call it.
2810 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2812         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2814 2005-06-27  Lute Kamstra  <lute@gnu.org>
2816         * facemenu.el (facemenu-unlisted-faces): Add foreground and
2817         background color faces.
2818         (facemenu-get-face): Delete function.
2819         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2820         (facemenu-add-new-color): Make second argument mandatory.
2821         Create the appropriate face and return it.  Simplify.
2822         (facemenu-set-foreground, facemenu-set-background): Don't check if
2823         color is defined.  Use return value of facemenu-add-new-color.
2825 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
2827         * progmodes/gud.el (gud-filter): Add missing argument to
2828         with-selected-window.
2830 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2832         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2833         a :require to the defcustom.
2835         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2836         defcustoms corresponding to minor modes.
2838 2005-06-26  David Ponce  <david@dponce.com>
2840         * recentf.el: Require tree-widget instead of wid-edit.
2841         (recentf-filename-handler): Fix widget :type.
2842         (recentf-cancel-dialog, recentf-open-more-files)
2843         (recentf-open-files-action): Doc fix.
2844         (recentf-dialog-goto-first): New function.
2845         (recentf-dialog-mode-map): Set parent keymap first.
2846         (recentf-dialog-mode): Define with define-derived-mode.
2847         Don't display continuation lines in dialogs.
2848         (recentf-edit-list): Rename from recentf-edit-selected-items.
2849         (recentf-edit-list-select): Rename from recentf-edit-list-action.
2850         Simplify.
2851         (recentf-edit-list-validate): New function.
2852         (recentf-edit-list): Update accordingly.
2853         (recentf-open-files-item-shift): Remove.
2854         (recentf-open-files-item): Convert menu elements into tree and
2855         link widgets.  Don't create the widgets.
2856         (recentf-open-files): Update accordingly.
2857         (recentf-save-list): Untabify.
2859 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2861         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2862         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
2863         partially contained in the active region.  Do not take active
2864         region into account when called from Lisp, unless INTERACTIVE arg
2865         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
2866         avoid trouble with fields.  Make marker point nowhere when no
2867         longer used.  Always return nil.  Doc fix.
2868         (flush-lines): Add INTERACTIVE arg.  Do not take active region
2869         into account when called from Lisp, unless INTERACTIVE arg is
2870         non-nil.  Use `forward-line' instead of `beginning-of-line' to
2871         avoid trouble with fields.  Make marker point nowhere when no
2872         longer used.  Always return nil.  Doc fix.
2873         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
2874         interchangeable.  Do not take active region into account when
2875         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
2876         message in echo area when called from Lisp, unless INTERACTIVE arg
2877         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
2878         Return the number of matches.  Doc fix.
2879         (occur): Doc fix.
2880         (perform-replace): Make comment follow double space convention for
2881         the sake of `outline-minor-mode'.
2883         * faces.el (facep): Doc fix.
2885 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2887         * facemenu.el (facemenu-enable-faces-p): New function.
2888         (facemenu-background-menu, facemenu-foreground-menu)
2889         (facemenu-face-menu): Add menu-enable property.
2891         * jka-compr.el (jka-compr-insert-file-contents):
2892         Special handling if cannot find the uncompression program.
2894         * cus-face.el (custom-face-attributes): Add autoload.
2896         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2897         Bind comment-indent-function locally.
2899         * window.el (save-selected-window): Use save-current-buffer.
2901         * subr.el (with-selected-window): Use save-current-buffer.
2903         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2904         and with-current-buffer.
2906 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2908         * simple.el (line-move-1): Fix previous change.
2910 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2912         * replace.el (occur-1): Set `buffer-read-only' and the
2913         buffer-modified flag before running `occur-hook' to protect
2914         against unintentional buffer switches that can lead to data loss.
2916 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
2918         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2919         (gud-gdb-marker-filter): Use font-lock-warning-face for any
2920         initial error.
2922         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2923         after fresh input.
2924         (gdb-var-create-handler): Put name of expression in quotes.
2926 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2928         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2929         elements of RING in order, and without bogus nil elements.
2931 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2933         * simple.el (set-variable): Args renamed; doc fix.
2934         (line-move-1): When there are overlays around, use vertical-motion.
2936         * faces.el (escape-glyph): Use brown against light background.
2937         (nobreak-space): Rename from no-break-space.
2938         Fix previous change.
2940         * dired-aux.el (dired-do-copy): Fix arg prompt.
2942         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2944 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2946         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2947         rather than "Distributor".
2949 2005-06-23  Lute Kamstra  <lute@gnu.org>
2951         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2952         (debug-on-entry): Use it.  New interactive declaration that uses
2953         function-called-at-point.
2955 2005-06-23  Kim F. Storm  <storm@cua.dk>
2957         * subr.el (save-match-data): Add comment about using evaporate arg
2958         to set-match-data.
2960 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2962         * cus-edit.el (customize-face)
2963         (customize-face-other-window): Handle face aliases.
2965         * faces.el (face-documentation, set-face-attribute)
2966         (face-spec-set): Handle face aliases.
2968 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
2970         * help-mode.el (help-make-xrefs): If a symbol representing a face
2971         name is not followed by the word "face", it could still be a
2972         function or variable name, so don't bypass other checks.
2974 2005-06-22  Juri Linkov  <juri@jurta.org>
2976         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2977         Replace aliased functions with calls where second arg `inherit' is t.
2979 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
2981         * progmodes/gdb-ui.el (gdb-error): New variable.
2982         (gdb-error): New function.
2983         (gdb-annotation-rules): Act on error-begin and error annotations.
2984         (gdb-concat-output): Use font-lock-warning-face for errors.
2986 2005-06-22  Miles Bader  <miles@gnu.org>
2988         * bindings.el (propertized-buffer-identification): Use renamed
2989         `Buffer-menu-buffer' face.
2991         * faces.el (vertical-border): Rename from `vertical-divider'.
2992         (escape-glyph): Change dark-background color back to `cyan'.
2994 2005-06-21  Juri Linkov  <juri@jurta.org>
2996         * faces.el (face-user-default-spec): Try getting `customized-face'
2997         prior to `saved-face'.
2998         (frame-background-mode): Refill docstring.
3000         * emacs-lisp/lisp-mode.el (eval-defun-1):
3001         * emacs-lisp/edebug.el (edebug-eval-defun):
3002         Set `saved-face' temporarily to nil before calling form.
3003         Set `customized-face' to the new spec after that.
3005 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3007         * subr.el (1value, lambda, key-substitution-in-progress):
3008         Doc fixes.
3010         * autoinsert.el (auto-insert-alist):
3011         * ses.el (ses-call-printer):
3012         * subr.el (noreturn):
3013         * emacs-lisp/lisp.el (check-parens):
3014         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
3015         * net/browse-url.el (browse-url-mosaic):
3016         * progmodes/cc-defs.el (c-safe-scan-lists):
3017         * progmodes/ebnf-abn.el (ebnf-abn-lex):
3018         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
3019         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
3020         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
3021         * progmodes/ebnf-iso.el (ebnf-iso-lex):
3022         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
3024 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
3026         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
3028 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
3030         * calendar/appt.el (appt-make-list): Activate the package, if
3031         not already active (for backwards compatibility).
3033 2005-06-20  Kim F. Storm  <storm@cua.dk>
3035         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
3037 2005-06-20  Miles Bader  <miles@gnu.org>
3039         * faces.el (vertical-divider): New face.
3041 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
3043         * simple.el (kill-whole-line): Doc fix.
3044         (next-error-buffer-p, next-error-find-buffer)
3045         (clone-indirect-buffer): Fix typos in docstrings.
3046         (comment-line-break-function): Doc fix: don't say variable
3047         is automatically buffer-local (it isn't).
3049 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
3051         * net/tramp-ftp.el (top):
3052         * net/tramp-smb.el (top):
3053         * net/tramp-util.el (top):
3054         * net/tramp-uu.el (top):
3055         * net/tramp-vc.el (top):
3056         * net/tramp.el (top): Revert copyright years back to original
3057         ones.  Tramp has a life outside GNU Emacs.
3059 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
3061         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
3063 2005-06-18  Juri Linkov  <juri@jurta.org>
3065         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3066         end of first regexp to limit the match to the position between
3067         line number and source line with same separator character as used
3068         between file name and line number.  In the second regexp limit
3069         mouse-face area to file name and line number by adding new group
3070         for them and referring it in HYPERLINK arg.
3071         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3072         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3073         previous line where grep markers may be already removed.
3075 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
3077         * progmodes/ps-mode.el: Update version and maintainer's email address.
3079 2005-06-18  Steve Youngs  <steve@xemacs.org>
3081         * net/browse-url.el (browse-url-browser-function)
3082         (browse-url-default-browser): Add firefox.
3083         (browse-url-firefox-program, browse-url-firefox-arguments)
3084         (browse-url-firefox-startup-arguments)
3085         (browse-url-firefox-new-window-is-tab): New defcustoms.
3086         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3088 2005-06-17  Richard M. Stallman  <rms@gnu.org>
3090         * startup.el (command-line): Warn if specified user name has
3091         no home directory.
3093         * term.el (term-get-old-input, term-input-filter, term-input-sender)
3094         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3096         * longlines.el (longlines-mode, longlines-show-hard-newlines):
3097         Doc fixes.
3099         * faces.el (underline): Try bold if terminal doesn't support underline.
3101         * mail/sendmail.el (mail-setup-with-from): New variable.
3102         (mail-insert-from-field): New function.
3103         (sendmail-send-it): Call it.
3104         (mail-setup): Optionally call it here.
3106         * term/linux.el: Call tty-no-underline.
3108 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
3110         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3112 2005-06-17  Miles Bader  <miles@gnu.org>
3114         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3115         (ediff-current-diff-C, ediff-current-diff-Ancestor)
3116         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3117         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3118         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3119         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3120         Remove "-face" suffix from face names.
3121         (ediff-current-diff-face-A, ediff-current-diff-face-B)
3122         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3123         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3124         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3125         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3126         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3127         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3128         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3129         New backward-compatibility aliases for renamed faces.
3130         (ediff-current-diff-face-A, ediff-current-diff-face-B)
3131         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3132         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3133         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3134         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3135         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3136         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3137         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3138         Use renamed ediff faces.
3140         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3141         Remove "-face" suffix from face names.
3142         (eshell-test-ok-face, eshell-test-failed-face):
3143         New backward-compatibility aliases for renamed faces.
3144         (eshell-run-test): Use renamed eshell-test faces.
3146         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3147         face name.
3148         (eshell-prompt-face): New backward-compatibility alias for renamed
3149         face.
3150         (eshell-emit-prompt): Use renamed eshell-prompt face.
3152         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3153         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3154         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3155         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3156         Remove "-face" suffix from face names.
3157         (eshell-ls-directory-face, eshell-ls-symlink-face)
3158         (eshell-ls-executable-face, eshell-ls-readonly-face)
3159         (eshell-ls-unreadable-face, eshell-ls-special-face)
3160         (eshell-ls-missing-face, eshell-ls-archive-face)
3161         (eshell-ls-backup-face, eshell-ls-product-face)
3162         (eshell-ls-clutter-face):
3163         New backward-compatibility aliases for renamed faces.
3164         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3166         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3167         Remove "-face" suffix from face name.
3168         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3169         instead of literal face.
3171 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
3173         * emacs-lisp/warnings.el (display-warning, lwarn)
3174         (warning-minimum-log-level): Doc fixes.
3175         (warning-minimum-level, warning-minimum-log-level):
3176         Add :debug to :type choices.
3178         * progmodes/ada-mode.el (ada-format-paramlist)
3179         (ada-get-indent-case, ada-check-matching-start)
3180         (ada-check-defun-name, ada-goto-matching-decl-start)
3181         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3182         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3183         (ada-make-subprogram-body): Follow error conventions.
3184         (ada-case-exception-file, ada-indent-comment-as-code)
3185         (ada-indent-handle-comment-special, ada-indent-renames)
3186         (ada-indent-return, ada-search-directories-internal)
3187         (ada-tab-policy, ada-case-exception-substring)
3188         (ada-other-file-alist, ada-matching-start-re)
3189         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3190         (ada-imenu-generic-expression, ada-compile-goto-error)
3191         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3192         (ada-popup-menu, ada-add-extensions, ada-mode)
3193         (ada-region-selected, ada-create-case-exception)
3194         (ada-create-case-exception-substring, ada-after-keyword-p)
3195         (ada-activate-keys-for-case, ada-adjust-case-region)
3196         (ada-adjust-case-buffer, ada-format-paramlist)
3197         (ada-scan-paramlist, ada-insert-paramlist)
3198         (ada-indent-newline-indent)
3199         (ada-indent-newline-indent-conditional)
3200         (ada-justified-indent-current, ada-goto-previous-word)
3201         (ada-indent-current, ada-get-indent-open-paren)
3202         (ada-get-indent-paramlist, ada-get-indent-end)
3203         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3204         (ada-get-indent-block-start, ada-get-indent-subprog)
3205         (ada-get-indent-noindent, ada-get-indent-label)
3206         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3207         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3208         (ada-goto-stmt-end, ada-goto-next-word)
3209         (ada-check-matching-start, ada-check-defun-name)
3210         (ada-goto-matching-decl-start, ada-goto-matching-start)
3211         (ada-goto-matching-end, ada-search-ignore-string-comment)
3212         (ada-in-decl-p, ada-looking-at-semi-or)
3213         (ada-looking-at-semi-private, ada-in-paramlist-p)
3214         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3215         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3216         (ada-next-procedure, ada-previous-procedure, ada-next-package)
3217         (ada-previous-package, ada-create-menu)
3218         (ada-fill-comment-paragraph-justify)
3219         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3220         (ada-other-file-name, ada-last-which-function-line)
3221         (ada-last-which-function-subprog, ada-which-function)
3222         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3223         (ada-gen-treat-proc, ada-check-emacs-version)
3224         (ada-continuation-indent, ada-align-region-separate):
3225         Fix typos in docstrings.
3226         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3228 2005-06-16  Lute Kamstra  <lute@gnu.org>
3230         * simple.el (fundamental-mode): Run after-change-major-mode-hook
3231         conditionally.
3233 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3235         * comint.el (comint-replace-by-expanded-filename)
3236         (comint-prompt-regexp, comint-delimiter-argument-list)
3237         (comint-preinput-scroll-to-bottom):
3238         * info.el (Info-hide-cookies-node):
3239         * ls-lisp.el (ls-lisp-classify):
3240         * find-file.el (ff-search-directories, ff-special-constructs)
3241         (ff-find-other-file):
3242         * font-lock.el (font-lock-keywords):
3243         * shell.el (shell-prompt-pattern)
3244         (shell-dynamic-complete-functions, shell-mode)
3245         (shell-delimiter-argument-list):
3246         * term.el (term-replace-by-expanded-filename)
3247         (term-prompt-regexp, term-delimiter-argument-list):
3248         * woman.el (woman-ignore, woman0-if):
3249         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3250         * emacs-lisp/elint.el (elint-init-env):
3251         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3252         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3253         * language/ethio-util.el (ethio-tilde-escape)
3254         (ethio-use-three-dot-question):
3255         * net/zone-mode.el (zone-mode-load-time-setup):
3256         * progmodes/cc-align.el (c-lineup-argcont):
3257         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3258         * progmodes/cperl-mode.el (cperl-set-style-back):
3259         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3260         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3261         Fix spellings in docstrings.
3263         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3264         * progmodes/modula2.el (m2-for): Fix spellings.
3266         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3268         * simple.el (undo-more): Don't use `format' on `error' arguments.
3269         Improve argument/docstring consistency.
3270         (pending-undo-list): Doc fix.
3272         * smerge-mode.el (smerge-ensure-match):
3273         * emulation/vip.el (vip-ex):
3274         * net/zone-mode.el (zone-mode-update-serial):
3275         * progmodes/idlwave.el (idlwave-complete):
3276         * progmodes/vhdl-mode.el (vhdl-visit-file)
3277         (vhdl-compose-wire-components):
3278         Don't use `format' on `error' arguments.
3280         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3281         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3282         (tooltip-help-tips): Fix typos in docstrings.
3284 2005-06-16  David Ponce  <david@dponce.com>
3286         * tree-widget.el (tree-widget-value-create): Simplify last change.
3288 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
3290         * ido.el (ido-incomplete-regexp): New variable.
3291         (ido-set-matches-1): Handle invalid-regexp error and set
3292         ido-incomplete-regexp.
3293         (ido-incomplete-regexp): New face.
3294         (ido-completions): Use it.
3295         (ido-complete, ido-exit-minibuffer, ido-completions):
3296         Handle incomplete regexps.
3297         (ido-completions): Add check for complete match when entering a regexp.
3299 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3301         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3303 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3305         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3306         by field delimiters.
3308 2005-06-15  David Ponce  <david@dponce.com>
3310         * tree-widget.el: eval-and-compile inlined functions so they will
3311         be available at run-time too.
3312         (tree-widget-super-format-handler)
3313         (tree-widget-format-handler): Remove.
3314         (tree-widget-value-create): Handle the :indent property.
3316 2005-06-15  Miles Bader  <miles@gnu.org>
3318         * progmodes/which-func.el (which-func): Only inherit
3319         `font-lock-function-name-face' when that makes sense against the
3320         default mode-line face, otherwise set the face color explicitly.
3322         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3323         faces instead of (non-existent) variables.
3325 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3327         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3328         (iswitchb-get-matched-buffers): Likewise.  Simplify.
3330 2005-06-14  Miles Bader  <miles@gnu.org>
3332         * progmodes/ld-script.el (ld-script-location-counter):
3333         Remove "-face" suffix from face name.
3334         (ld-script-location-counter-face):
3335         New backward-compatibility alias for renamed face.
3336         (ld-script-location-counter-face): Use renamed face.
3338         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3339         (cperl-hash): Remove "-face" suffix from face names.
3340         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3341         New backward-compatibility aliases for renamed faces.
3342         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3343         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3345         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3346         name.
3347         (which-func-face): New backward-compatibility alias for renamed face.
3348         (which-func-format): Use renamed which-func face.
3350         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3351         (vhdl-function, vhdl-directive, vhdl-reserved-word)
3352         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3353         names.
3354         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3355         (vhdl-speedbar-configuration, vhdl-speedbar-package)
3356         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3357         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3358         (vhdl-speedbar-architecture-selected)
3359         (vhdl-speedbar-configuration-selected)
3360         (vhdl-speedbar-package-selected)
3361         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3362         names.
3363         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3364         Use renamed faces.
3365         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3366         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3367         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3368         Use renamed faces.
3369         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3370         names.
3371         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3372         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3373         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3374         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3375         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3376         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3378         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3379         face name.
3380         (sh-heredoc-face): New backward-compatibility alias for renamed face.
3381         (sh-heredoc-face): Use renamed sh-heredoc face.
3383         * progmodes/idlw-help.el (idlwave-help-link):
3384         Remove "-face" suffix from face name.
3385         (idlwave-help-link-face):
3386         New backward-compatibility alias for renamed face.
3387         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3389         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3390         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3391         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3392         New backward-compatibility aliases for renamed faces.
3393         (idlwave-shell-disabled-breakpoint-face)
3394         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3396         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3397         Remove "-face" suffix from face names.
3398         (flymake-errline-face, flymake-warnline-face):
3399         New backward-compatibility aliases for renamed faces.
3400         (flymake-highlight-line): Use renamed flymake faces.
3402         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3403         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3404         (ebrowse-member-class, ebrowse-progress):
3405         Remove "-face" suffix from face names.
3406         (ebrowse-tree-mark-face, ebrowse-root-class-face)
3407         (ebrowse-file-name-face, ebrowse-default-face)
3408         (ebrowse-member-attribute-face, ebrowse-member-class-face)
3409         (ebrowse-progress-face):
3410         New backward-compatibility aliases for renamed faces.
3411         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3412         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3413         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3414         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3416         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3417         antlr-syntax)
3418         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3419         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3420         names.
3421         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3422         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3423         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3424         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3425         backward-compatibility aliases for renamed faces.
3426         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3427         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3428         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3429         remove "font-lock-".  Use renamed antlr-mode faces.
3430         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
3431         literal face-names with face variable references.
3433         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3434         face name.
3435         (Buffer-menu-buffer-face): New backward-compatibility alias for
3436         renamed face.
3437         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3439 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
3441         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3442         Eliminate "-face" suffix.
3443         (makefile-targets): Inherit from font-lock-function-name-face and
3444         eliminate "-face" suffix.
3445         (makefile-shell): Remove attributes and eliminate "-face" suffix.
3446         (makefile-*-font-lock-keywords): Append makefile-targets in rule
3447         actions, instead of prepending, to make it less visible.
3448         (makefile-previous-dependency, makefile-match-dependency):
3449         Don't match a target on a continuation line.
3451         * files.el (auto-mode-alist): Put Makefile in gmake mode.
3453 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
3455         * progmodes/gdb-ui.el (menu): Re-order menu items.
3456         (gdb-tooltip-print): Respect tooltip-use-echo-area.
3458         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3459         Define in tooltip.el.
3460         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3461         (gud-tooltip-tips): Respect tooltip-use-echo-area and
3462         gud-tooltip-echo-area.
3464         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3465         backward compatibility and make obsolete.
3466         (tooltip-help-tips): Use tooltip-use-echo-area.
3467         (tooltip-show-help-function): Rename to...
3468         (tooltip-show-help): ...this, because it is a function.
3469         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3471 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
3473         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3474         (edebug-print-length, edebug-print-level, edebug-print-circle)
3475         (edebug-modify-breakpoint, edebug-eval-last-sexp)
3476         (edebug-eval-print-last-sexp): Doc fixes.
3478 2005-06-14  Kim F. Storm  <storm@cua.dk>
3480         * ido.el (ido-mode): Make a new keymap every time we enable ido,
3481         as the coverage buffer/file/both may change.
3483 2005-06-14  Lute Kamstra  <lute@gnu.org>
3485         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3486         and run-mode-hooks.  Simplify.
3488         * mail/rmailedit.el (rmail-edit-mode):
3489         * progmodes/octave-inf.el (inferior-octave-mode):
3490         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3492         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3493         and run-mode-hooks.
3494         (recentf-edit-list, recentf-open-files): Don't call
3495         kill-all-local-variables directly.
3497         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3499 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3501         * emacs-lisp/byte-run.el (make-obsolete)
3502         (define-obsolete-function-alias): Rename arguments FUNCTION and
3503         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3504         (make-obsolete-variable, define-obsolete-variable-alias):
3505         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3506         respectively.
3508         * isearchb.el (isearchb-activate):
3509         * pcvs.el (cvs-mode):
3510         * ses.el (ses-load):
3511         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3512         * net/tramp.el (tramp-find-file-exists-command)
3513         (tramp-find-shell):
3514         * progmodes/ada-mode.el (ada-create-case-exception)
3515         (ada-create-case-exception-substring, ada-make-subprogram-body):
3516         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3517         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3518         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3519         * textmodes/org.el (org-promote, org-evaluate-time-range)
3520         (org-agenda-next-date-line, org-agenda-previous-date-line)
3521         (org-agenda-error, org-open-at-point, org-table-move-row)
3522         (org-format-table-table-html-using-table-generate-source)
3523         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3524         * textmodes/reftex.el (reftex-access-scan-info):
3525         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3526         (reftex-toc-promote-prepare): Follow error conventions.
3528         * diff-mode.el (diff-mode): Fix typo in docstring.
3530         * forms.el (forms--intuit-from-file): Fix reference to
3531         `forms-number-of-fields' in error message.
3532         (forms-print): Fix quoting in error message.
3534         * forms.el (forms-mode):
3535         * emulation/vi.el (vi-goto-insert-state):
3536         * progmodes/flymake.el (flymake-new-err-info)
3537         (flymake-start-syntax-check-for-current-buffer)
3538         (flymake-simple-cleanup):
3539         * eshell/esh-var.el (eshell/export):
3540         * progmodes/gud.el (xdb):
3541         * textmodes/flyspell.el (flyspell-incorrect-hook)
3542         (flyspell-maybe-correct-transposition)
3543         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3545 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
3547         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3548         minibuffer prompt.
3550 2005-06-13  Kim F. Storm  <storm@cua.dk>
3552         * subr.el (add-to-ordered-list): New defun.
3554         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3555         add cua--keymap-alist to emulation-mode-map-alists.
3557 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3559         * subr.el (complete-in-turn): New macro.
3560         (dynamic-completion-table, lazy-completion-table): Add debug info.
3562         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3563         in preference to face aliases.
3565         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3566         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3567         Remove unused vars `start' and `firstline'.
3568         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3569         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3571 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
3573         * cus-start.el (all): Don't complain about missing GTK-related
3574         variables, unless either `gtk' is boundp or this isn't a
3575         `windows-nt' build.
3577 2005-06-13  Lute Kamstra  <lute@gnu.org>
3579         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3580         run-mode-hooks.
3582         * ediff-mult.el (ediff-meta-mode):
3583         * ediff-util.el (ediff-mode): Use run-mode-hooks.
3585         * ledit.el (ledit-mode): Use delay-mode-hooks.
3587         * woman.el (woman-mode-line-format): Delete constant.
3588         (woman-mode-map): Initialize it properly.
3589         (woman-mode): Set mode-class property to special.
3590         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
3591         Set major-mode and mode-name.  Don't set mode-line-format directly.
3592         (Man-getpage-in-background): Don't reference woman-mode-line-format.
3594         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3595         string argument obsolete.
3597 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
3599         * textmodes/org.el (org-CUA-compatible): New option.
3600         (org-disputed-keys): New variable.
3601         (org-key): New function.
3602         (orgtbl-make-binding): Add docstring to the created function.
3603         (org-mode): Set paragraph start/separate regexps.
3604         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3605         (org-archive-location, org-archive-mark-done)
3606         (org-archive-stamp-time): New options.
3607         (org-archive-subtree): New command.
3608         (org-fill-paragraph): New function.
3609         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3610         (org-fake-empty-table-line): Function removed.
3611         (org-format-org-table-html): Do not create empty table lines at
3612         separator lines.  Improved table header treatment.
3613         (org-link-format): New option.
3614         (org-make-link): New function.
3615         (org-insert-link, org-store-link): Use org-make-link.
3616         (org-open-file): Quote file name for shell command, to allow
3617         spaces in file names.
3618         (org-link-regexp): Fix bug with mailto link.
3619         (org-link-maybe-angles-regexp, org-protected-link-regexp):
3620         New constants.
3621         (org-export-as-html): Deal with the optional angles around a link.
3622         Better treatment of file: links.
3623         (org-open-at-point): Replace @{ and @} with < and >.
3624         (org-run-mode-hooks): Function removed.
3625         (org-agenda-mode): No longer use `org-run-mode-hooks'.
3627 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
3629         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3630         MI command -data-list-register-values.
3631         (gdb-post-prompt): Indent properly.
3633 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
3635         * hilit-chg.el (highlight-changes-colors): Rename from
3636         `highlight-changes-colours'.
3637         (highlight-changes-colours): Keep as obsolete alias.
3638         (highlight-changes-face-list): Doc fix.
3639         (hilit-chg-make-list): Use `highlight-changes-colors'.
3641 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
3643         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3644         defun-prompt-regexp.
3646 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
3648         * loadup.el: Don't say we are dumping under 2 names on windows-nt
3649         and cygwin.
3651         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3652         Don't use an old loaddefs.el, as in Makefile.in.
3654 2005-06-12  Lute Kamstra  <lute@gnu.org>
3656         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3658         * man.el (Man-mode-map): Initialize it properly.
3659         (Man-mode): Set mode-class property to special.
3661         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3663 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3665         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3666         A newline is needed in the docstring there.
3668         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3669         Doc fixes.
3671 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3673         * printing.el: Doc fix.  The menubar is no more changed when printing
3674         is loaded, it only changes when pr-menu-bind or pr-update-menus is
3675         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
3676         (pr-version): New version number (6.8.4).
3677         (pr-menu-bind): New command.
3678         (pr-update-menus): Docstring and code fix.
3679         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3680         Docstring fix.
3681         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3682         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3684 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
3686         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3687         "Returns" to "return", document useful return values, etc.
3689 2005-06-11  Alan Mackenzie  <acm@muc.de>
3691         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3692         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3693         (adaptive-file-function): Minor amendment to doc-string.
3695 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3697         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3698         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3699         Fix :type--it is `integer', not `string'.
3701         * faces.el (modeline-highlight): Rename from (the erroneous)
3702         `modeline-higilight'.
3704 2005-06-11  Lute Kamstra  <lute@gnu.org>
3706         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3707         lisp-interaction-mode-map but make it the parent.
3708         (edebug-eval-mode): Use define-derived-mode.
3710 2005-06-11  Andreas Schwab  <schwab@suse.de>
3712         * bindings.el: Add binding of `ESC functionkey' for every
3713         `M-functionkey'.
3714         * hexl.el (hexl-mode-map): Likewise.
3716 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
3718         * progmodes/compile.el (compilation-error-regexp-alist-alist)
3719         [msft]: update regexp for newer msft compilers.
3721 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
3723         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3724         ATTLIST portions of included DTDs.
3725         (xml-parse-dtd): Eliminate use of inefficient match-data.
3727 2005-06-10  Miles Bader  <miles@gnu.org>
3729         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3730         (mpuz-text): Remove "-face" suffix from face names.
3731         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3732         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3733         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3735         * play/gomoku.el (gomoku-O, gomoku-X):
3736         Remove "-face" suffix from face names.
3737         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3738         New backward-compatibility aliases for renamed faces.
3739         (gomoku-font-lock-keywords): Use renamed gomoku faces.
3741 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3743         * thumbs.el: Fixes for changes of 2005-06-09.
3744         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3745         as a directory.
3746         (thumbs-thumbname): Remove directory separator from format string;
3747         `thumbs-thumbsdir' now returns a valid directory name.
3748         (thumbs-temp-dir): New defsubst.
3749         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3750         Use it.
3752         * cus-edit.el (minibuffer):
3753         * files.el (make-backup-file-name-function):
3754         * filesets.el (filesets-external-viewers):
3755         * hilit-chg.el (highlight-changes-colours)
3756         (highlight-changes-face-list, highlight-changes-rotate-faces):
3757         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3758         * kmacro.el (kmacro-call-macro):
3759         * log-edit.el (log-edit-changelog-full-paragraphs):
3760         * mouse.el (mouse-1-click-follows-link):
3761         * skeleton.el (skeleton-autowrap):
3762         * subr.el (insert-for-yank-1):
3763         * tempo.el (tempo-insert-region):
3764         * terminal.el (terminal-emulator):
3765         * time.el (display-time-mail-face):
3766         * vc.el (vc-annotate):
3767         * vcursor.el (vcursor-copy-line):
3768         * woman.el (woman-bold-headings, woman-ignore)
3769         (woman-default-faces, woman-monochrome-faces):
3770         * calendar/todo-mode.el (todo-insert-threshold):
3771         * emulation/pc-select.el (pc-select-selection-keys-only)
3772         (pc-selection-mode):
3773         * emulation/vip.el (vip-find-char-forward):
3774         * emulation/viper-cmd.el (viper-find-char-forward):
3775         * international/mule-cmds.el
3776         (select-safe-coding-system-accept-default-p)
3777         (input-method-exit-on-invalid-key):
3778         * international/mule-diag.el (describe-coding-system):
3779         * international/ucs-tables.el (unify-8859-on-encoding-mode):
3780         * net/browse-url.el (browse-url-xterm-program):
3781         * obsolete/lazy-lock.el (lazy-lock-mode):
3782         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3783         (cperl-mode):
3784         * progmodes/cpp.el (cpp-face-light-name-list)
3785         (cpp-face-dark-name-list):
3786         * progmodes/delphi.el (delphi-newline-always-indents):
3787         Fix spellings in docstrings.
3789         * ido.el (ido-mode, ido-file-extensions-order)
3790         (ido-default-file-method, ido-default-buffer-method)
3791         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3792         (ido-decorations, ido-read-file-name-as-directory-commands)
3793         (ido-read-file-name-non-ido, ido-work-directory-list)
3794         (ido-ignore-item-temp-list, ido-current-directory)
3795         (ido-magic-forward-char, ido-enter-find-file)
3796         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3797         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3799 2005-06-10  Lute Kamstra  <lute@gnu.org>
3801         * play/dunnet.el (dun-mode): Use define-derived-mode.
3802         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
3803         obsolete alias.
3805         * play/doctor.el (doctor-mode-map): Remove defvar.
3806         (doctor-mode): Use define-derived-mode.
3808         * mail/mspools.el (mspools-mode):
3809         * net/eudc-hotlist.el (eudc-hotlist-mode):
3810         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3812 2005-06-10  Miles Bader  <miles@gnu.org>
3814         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3815         Remove "-face" suffix from face names.
3816         (flyspell-incorrect-face, flyspell-duplicate-face):
3817         New backward-compatibility aliases for renamed faces.
3818         (flyspell-mode-on, make-flyspell-overlay)
3819         (flyspell-highlight-incorrect-region)
3820         (flyspell-highlight-duplicate-region)
3821         (flyspell-display-next-corrections)
3822         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3824         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3825         from face name.
3826         (texinfo-heading-face): New backward-compatibility alias for
3827         renamed face.
3828         (texinfo-heading-face): Use renamed texinfo-heading face.
3830         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3831         suffix from face names.
3832         (tex-math-face, tex-verbatim-face):
3833         New backward-compatibility aliases for renamed faces.
3834         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3835         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3836         literal face name.
3838         * textmodes/table.el (table-cell): Remove "-face" suffix from face
3839         name.
3840         (table-cell-face): New backward-compatibility alias for renamed face.
3841         (table--put-cell-face-property, table--update-cell-face):
3842         Use renamed table-cell face.
3844         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3845         from face name.
3846         (sgml-namespace-face): New backward-compatibility alias for
3847         renamed face.
3848         (sgml-namespace-face): Use renamed sgml-namespace face.
3850         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3851         (org-level-4, org-level-5, org-level-6, org-level-7)
3852         (org-level-8, org-warning, org-headline-done)
3853         (org-deadline-announce, org-scheduled-today)
3854         (org-scheduled-previously, org-link, org-done, org-table)
3855         (org-time-grid): Remove "-face" suffix from face names.
3856         (org-level-1-face, org-level-2-face, org-level-3-face)
3857         (org-level-4-face, org-level-5-face, org-level-6-face)
3858         (org-level-7-face, org-level-8-face, org-warning-face)
3859         (org-headline-done-face, org-deadline-announce-face)
3860         (org-scheduled-today-face, org-scheduled-previously-face)
3861         (org-link-face, org-done-face, org-table-face)
3862         (org-time-grid-face):
3863         New backward-compatibility aliases for renamed faces.
3864         (org-level-faces, org-set-font-lock-defaults, org-timeline)
3865         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3866         (org-agenda-get-timestamps, org-agenda-get-scheduled)
3867         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3869         * emulation/viper-init.el (viper-search, viper-replace-overlay)
3870         (viper-minibuffer-emacs, viper-minibuffer-insert)
3871         (viper-minibuffer-vi): Remove "-face" suffix from face names.
3872         (viper-search-face, viper-replace-overlay-face)
3873         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3874         (viper-minibuffer-vi-face):
3875         New backward-compatibility aliases for renamed faces.
3876         (viper-search-face, viper-replace-overlay-face)
3877         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3878         (viper-minibuffer-vi-face): Use renamed viper faces.
3880         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3881         Remove "-face" suffix from face names.
3882         (testcover-nohits-face, testcover-1value-face):
3883         New backward-compatibility aliases for renamed faces.
3884         (testcover-mark): Use renamed testcover faces.
3886         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3887         face name.
3888         (diary-button-face): New backward-compatibility alias for renamed face.
3889         (diary-entry): Use renamed diary-button face.
3891         * calendar/calendar.el (diary, calendar-today, holiday)
3892         (mark-visible-calendar-date): Remove "-face" suffix from face names.
3893         (diary-face, calendar-today-face, holiday-face):
3894         New backward-compatibility aliases for renamed faces.
3895         (eval-after-load "facemenu", diary-entry-marker)
3896         (calendar-today-marker, calendar-holiday-marker, diary-face):
3897         Use renamed calendar faces.
3899         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3900         (compare-windows-face): New backward-compatibility alias for
3901         renamed face.
3902         (compare-windows-highlight): Use renamed compare-windows face.
3904         * strokes.el (strokes-char): Remove "-face" suffix from face name.
3905         (strokes-char-face): New backward-compatibility alias for renamed face.
3906         (strokes-encode-buffer): Use renamed strokes-char face.
3908         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3909         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3910         Remove "-face" suffix from face names.
3911         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3912         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3913         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3914         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3915         Use renamed pcvs faces.
3916         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3917         * pcvs-defs.el (cvs-mode-map): Likewise.
3918         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3920         * info.el (info-title-1, info-title-2, info-title-3)
3921         (info-title-4): Remove "-face" suffix from and downcase face names.
3922         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3923         (Info-title-4-face):
3924         New backward-compatibility aliases for renamed faces.
3925         (Info-fontify-node): Use renamed info faces.
3927         * hilit-chg.el (highlight-changes, highlight-changes-delete):
3928         Remove "-face" suffix from face names.
3929         (highlight-changes-face, highlight-changes-delete-face):
3930         New backward-compatibility aliases for renamed faces.
3931         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3932         (hilit-chg-make-list): Use renamed highlight-changes faces.
3934         * generic-x.el (show-tabs-tab, show-tabs-space):
3935         Remove "-face" suffix from face names.
3936         (show-tabs-tab-face, show-tabs-space-face):
3937         New backward-compatibility aliases for renamed faces.
3938         (show-tabs-generic-mode-font-lock-defaults-1)
3939         (show-tabs-generic-mode-font-lock-defaults-2):
3940         Use renamed show-tabs faces.
3942         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3943         (smerge-markers): Remove "-face" suffix from face names.
3944         (smerge-mine-face, smerge-other-face, smerge-base-face)
3945         (smerge-markers-face):
3946         New backward-compatibility aliases for renamed faces.
3947         (smerge-mine-face, smerge-other-face, smerge-base-face)
3948         (smerge-markers-face): Use renamed smerge faces.
3950         * log-view.el (log-view-file, log-view-message): Remove "-face"
3951         suffix from face names.
3952         (log-view-file-face, log-view-message-face): New
3953         backward-compatibility aliases for renamed faces.
3954         (log-view-file-face, log-view-message-face): Use renamed log-view
3955         faces.
3957         * paren.el (show-paren-match, show-paren-mismatch):
3958         Remove "-face" suffix from face names.
3959         (show-paren-match-face, show-paren-mismatch-face):
3960         New backward-compatibility aliases for renamed faces.
3961         (show-paren-function): Use renamed show-paren faces.
3963         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3964         (ruler-mode-margins, ruler-mode-fringes)
3965         (ruler-mode-column-number, ruler-mode-fill-column)
3966         (ruler-mode-comment-column, ruler-mode-goal-column)
3967         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
3968         suffix from face names.
3969         (ruler-mode-default-face, ruler-mode-pad-face)
3970         (ruler-mode-margins-face, ruler-mode-fringes-face)
3971         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3972         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3973         (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
3974         backward-compatibility aliases for renamed faces.
3975         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3976         (ruler-mode-column-number, ruler-mode-fill-column)
3977         (ruler-mode-comment-column, ruler-mode-goal-column)
3978         (ruler-mode-tab-stop, ruler-mode-current-column)
3979         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
3980         faces.
3982         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3983         face name.
3984         (whitespace-highlight-the-space): Use renamed face.
3985         (whitespace-highlight-face): New backward-compatibility alias for
3986         renamed face.
3988         * woman.el (woman-italic, woman-bold, woman-unknown)
3989         (woman-addition, woman-symbol-face):
3990         Remove "-face" suffix from face names.
3991         (woman-italic-face, woman-bold-face, woman-unknown-face)
3992         (woman-addition-face):
3993         New backward-compatibility aliases for renamed faces.
3994         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3995         (woman-decode-region, woman-replace-match)
3996         (woman-display-extended-fonts, woman-special-characters)
3997         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3998         Use renamed woman faces.
4000         * longlines.el (longlines-visible-face): Face removed.
4002         * diff-mode.el (diff-header, diff-file-header, diff-index)
4003         (diff-hunk-header, diff-removed, diff-added, diff-changed)
4004         (diff-function, diff-context, diff-nonexistent): Remove "-face"
4005         suffix from face names.
4006         (diff-header-face, diff-file-header-face, diff-index-face)
4007         (diff-hunk-header-face, diff-removed-face, diff-added-face)
4008         (diff-changed-face, diff-function-face, diff-context-face)
4009         (diff-nonexistent-face): New backward-compatibility aliases for
4010         renamed faces.
4011         (diff-header-face, diff-file-header-face)
4012         (diff-index, diff-index-face, diff-hunk-header)
4013         (diff-hunk-header-face, diff-removed, diff-removed-face)
4014         (diff-added, diff-added-face, diff-changed-face, diff-function)
4015         (diff-function-face, diff-context-face, diff-nonexistent)
4016         (diff-nonexistent-face): Use renamed diff-mode faces.
4018         * progmodes/compile.el (compilation-warning-face)
4019         (compilation-info-face): Remove "-face" suffix from face names.
4020         (compilation-warning-face, compilation-info-face):
4021         New backward-compatibility aliases for renamed faces.
4022         (compilation-warning-face, compilation-info-face):
4023         Use renamed compilation faces.
4025         * add-log.el (change-log-date, change-log-name)
4026         (change-log-email, change-log-file, change-log-list)
4027         (change-log-conditionals, change-log-function)
4028         (change-log-acknowledgement): Remove "-face" suffix from face names.
4029         (change-log-date-face, change-log-name-face)
4030         (change-log-email-face, change-log-file-face)
4031         (change-log-list-face, change-log-conditionals-face)
4032         (change-log-function-face, change-log-acknowledgement-face):
4033         New backward-compatibility aliases for renamed faces.
4034         (change-log-font-lock-keywords): Use renamed change-log faces.
4036         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
4037         (custom-set, custom-changed, custom-saved, custom-button)
4038         (custom-button-pressed, custom-documentation, custom-state)
4039         (custom-comment, custom-comment-tag, custom-variable-tag)
4040         (custom-variable-button, custom-face-tag, custom-group-tag-1)
4041         (custom-group-tag): Remove "-face" suffix from face names.
4042         (custom-magic-alist, custom-magic-value-create)
4043         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
4044         (custom-invalid-face, custom-rogue-face, custom-modified-face)
4045         (custom-set-face, custom-changed-face, custom-saved-face)
4046         (custom-button-face, custom-button-pressed-face)
4047         (custom-documentation-face, custom-state-face)
4048         (custom-comment-face, custom-comment-tag-face)
4049         (custom-variable-tag-face, custom-variable-button-face)
4050         (custom-face-tag-face, custom-group-tag-face-1)
4051         (custom-group-tag-face):
4052         New backward-compatibility aliases for renamed faces.
4054         * wid-edit.el (widget-documentation, widget-button)
4055         (widget-field, widget-single-line-field, widget-inactive)
4056         (widget-button-pressed): "-face" suffix removed from face names.
4057         (widget-documentation-face, widget-button-face)
4058         (widget-field-face, widget-single-line-field-face)
4059         (widget-inactive-face, widget-button-pressed-face):
4060         New backward-compatibility aliases for renamed faces.
4061         (widget-documentation-face, widget-button-face)
4062         (widget-button-pressed-face, widget-specify-field)
4063         (widget-specify-inactive): Use renamed widget faces.
4065 2005-06-10  Kenichi Handa  <handa@m17n.org>
4067         * term/x-win.el (x-clipboard-yank): Remove condition-case
4068         wrapping.
4070 2005-06-11  Kenichi Handa  <handa@m17n.org>
4072         * add-log.el (change-log-font-lock-keywords): Make the regexp for
4073         date lines stricter.
4075 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
4077         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4078         of x-get-selection.
4080 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
4082         * comint.el (comint-mode, comint-snapshot-last-prompt):
4083         * frame.el (frame-current-scroll-bars):
4084         * term.el (term-mode, term-check-proc, term-input-sender)
4085         (term-simple-send, term-extract-string, term-word)
4086         (term-match-partial-filename):
4087         * window.el (window-current-scroll-bars):
4088         * emulation/cua-base.el (cua-normal-cursor-color)
4089         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4090         (cua-global-mark-cursor-color):
4091         * mail/undigest.el (rmail-forward-separator-regex):
4092         Fix typos in docstrings.
4094         * comint.el (comint-check-proc, make-comint-in-buffer)
4095         (comint-source-default): Doc fixes.
4097         * term.el (term-send-string): Improve argument/docstring
4098         consistency.
4100 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
4102         * comint.el (comint-send-input): Bind `inhibit-read-only' around
4103         call to `delete-region'.
4104         (comint-mode-hook): Do not enable Font Lock by default.
4106 2005-06-09  Lute Kamstra  <lute@gnu.org>
4108         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4109         could be void.
4111 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * emacs-lisp/debug.el (debugger-will-be-back): New var.
4114         (debug): Use it.
4115         (debugger-step-through, debugger-continue, debugger-jump)
4116         (debugger-return-value): Set it when needed.
4117         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4118         Use inhibit-read-only.
4120 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
4122         * window.el (shrink-window-if-larger-than-buffer)
4123         (window-size-fixed): Fix typo in docstring.
4125         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
4126         thumbnails directory on loading.
4127         (thumbs-conversion-program): Use `eq' to check the system type,
4128         not `equal'.
4129         (thumbs-temp-dir): Initialize to `temporary-file-directory',
4130         not "/tmp".  Fix docstring.
4131         (thumbs-thumbsdir): New function to return the thumbnails
4132         directory, creating it if needed.
4133         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4134         (thumbs-temp-file): Delete variable and make it into a function.
4135         (thumbs-resize-image, thumbs-modify-image): Use it.
4136         (thumbs-kill-buffer): Simplify.
4137         (thumbs-gensym): Defalias or duplicate CL `gensym'.
4138         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4139         docstrings.
4141 2005-06-09  Kim F. Storm  <storm@cua.dk>
4143         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4144         set-match-data to free markers in match-data.
4146         * replace.el (replace-match-data): Pass RESEAT arg `t' to
4147         match-data to unchain markers in match-data.
4149 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4152         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
4153         unnecessary now.
4155 2005-06-08  Richard M. Stallman  <rms@gnu.org>
4157         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4158         give the variable a doc string that doesn't say don't set it directly.
4160         * textmodes/ispell.el (ispell-check-version):
4161         Use match-string-no-properties.
4162         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4163         (ispell-buffer-local-words): Likewise.
4165         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4166         except on terminals with enough colors to really display it.
4167         (makefile-dependency-regex): Delete spurious `bb'.
4169         * faces.el (escape-glyph): Use blue once again in last case.
4170         (no-break-space): Redefine so that it isn't invisible on a tty.
4172 2005-06-08  Kim F. Storm  <storm@cua.dk>
4174         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4175         also when reading directory name.
4177 2005-06-08  Lute Kamstra  <lute@gnu.org>
4179         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4180         (flyspell-mode-line-string): Remove autoload cookie.
4181         (flyspell-mode): Remove defvar.
4183 2005-06-07  Lute Kamstra  <lute@gnu.org>
4185         * textmodes/org.el (org-run-mode-hooks): New function.
4186         (org-agenda-mode): Use it.
4188 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
4190         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4192 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4194         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4196 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
4198         * font-lock.el (font-lock-add-keywords): Doc fix.
4200 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4202         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4203         (tex-compile-default): In the absence of any history, use the order in
4204         tex-compile-alist to choose the preferred command.
4205         (tex-compile-commands): Reorder a bit.
4207         * textmodes/flyspell.el (flyspell-auto-correct-binding)
4208         (flyspell-incorrect-face, flyspell-duplicate-face):
4209         Use (X)Emacs-agnostic code.
4210         (flyspell-mode-map): Don't overwrite at each load.  Remove code
4211         redundant with the subsequent add-minor-mode.  Merge Emacs and
4212         XEmacs code.
4213         (flyspell-word): Minor simplification.
4214         (flyspell-math-tex-command-p): Quieten the byte-compiler.
4215         (flyspell-external-point-words): Remove unused vars `size' and
4216         `start'.
4217         (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
4218         the corresponding Emacs code.
4219         (flyspell-correct-word, flyspell-xemacs-popup): Use
4220         flyspell-do-correct.
4222         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4223         a dedicated window.
4225         * international/latexenc.el (latexenc-find-file-coding-system):
4226         Undo part of last patch, to turn off a compiler warning.
4228 2005-06-06  Juri Linkov  <juri@jurta.org>
4230         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4231         Rename `tmm-inactive-face' to `tmm-inactive'.
4233 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
4235         * iswitchb.el: Rename faces.
4237 2005-06-06  Kim F. Storm  <storm@cua.dk>
4239         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4240         (cua-global-mark): Remove -face suffix from face names.
4242         * emulation/cua-gmrk.el (cua--init-global-mark):
4243         Remove cua-global-mark face setup.
4245 2005-06-06  Richard M. Stallman  <rms@gnu.org>
4247         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4248         just like other allowed characters.
4249         (makefile-match-dependency): Exclude leading and training whitespace
4250         from the range of regexp subexp 1.
4251         (makefile-macroassign-regex): Don't try to match the body,
4252         just the name of the macro being defined.
4254         * info.el (Info-read-node-name-2): New function.
4255         (Info-read-node-name-1): Use that.
4256         Add a completion-base-size-function property.
4258         * simple.el (completion-setup-function): Look for
4259         completion-base-size-function property of
4260         minibuffer-completion-table.
4262         * files.el (locate-file-completion): Doc fix.
4264         * printing.el: Don't call pr-update-menus; user must do that.
4266         * emacs-lisp/debug.el (debugger-window): New variable.
4267         (debug): Use debugger-window if it is set and still alive.
4268         Record debugger-window for next entry.
4270         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4272 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
4274         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4275         (hack-one-local-variable, hack-local-variables)
4276         (hack-local-variables-prop-line): Pass that arg.
4278 2005-06-06  Kim F. Storm  <storm@cua.dk>
4280         * ido.el (ido-first-match, ido-only-match, ido-subdir)
4281         (ido-indicator): Remove -face suffix from face names.
4283 2005-06-06  Juri Linkov  <juri@jurta.org>
4285         * font-lock.el (font-lock-regexp-backslash)
4286         (font-lock-regexp-backslash-construct): New faces.
4287         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
4288         after `('.  Add `while-no-input' to control structures.
4290         * faces.el (no-break-space, shadow): New faces.
4291         (escape-glyph): Use less loud colors pink2 and red4.
4293         * diff-mode.el (diff-context-face)
4294         * dired.el (dired-ignored)
4295         * rfn-eshadow.el (file-name-shadow)
4296         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4298         * info.el (Info-title-1-face): Use green instead of yellow because
4299         bold yellow is not readable on light backgrounds.
4301         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4302         before selecting the desired mode to not spend time fontifying
4303         old contents.
4305 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
4307         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4308         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4310         * ps-print.el (ps-default-fg, ps-default-bg):
4311         Fix typos in docstrings.
4313         * isearchb.el (isearchb): Don't pass a spurious second argument to
4314         `iswitchb-completions'.
4316 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
4318         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4319         to preserve point.
4320         (gdb-find-file-hook): Add doc string.
4322         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4323         C dereferenced pointer expression.
4324         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
4326         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4328         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4329         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4330         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4331         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4332         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4333         Make background transparent.
4335 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4337         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
4338         (font-lock-remove-keywords): Doc fix.
4339         (font-lock-mode-major-mode): Compiler defvar.
4340         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4342         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4343         (font-lock-mode): Update `font-lock-mode-major-mode'.
4344         (font-lock-set-defaults): Compiler defvar.
4345         (font-lock-default-function): Take `font-lock-mode-major-mode'
4346         into account.
4348         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4349         keep track of which major mode it enabled the minor mode for.
4350         Use find-file-hook again.  Update docstring.
4352         * simple.el (eval-expression-print-level)
4353         (eval-expression-print-length, eval-expression-debug-on-error):
4354         Doc fixes.
4356 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
4358         * iswitchb.el (iswitchb-single-match-face)
4359         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4360         (iswitchb-invalid-regexp-face): New faces.
4361         (iswitchb-completions): Use them.
4362         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4363         now marked as an obsolete alias.
4364         (iswitchb-read-buffer): Remove check for bound font variables.
4365         (iswitchb-invalid-regexp): New free variable.
4366         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4367         set iswitchb-invalid-regexp.
4368         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4369         invalid regexps.
4370         (iswitchb-completions): Add check for complete match when entering
4371         a regexp.
4372         (iswitchb-completions): Remove require-match argument.
4373         (iswitchb-exhibit): Fix caller.
4374         (iswitchb-common-match-inserted): New variable.
4375         (iswitchb-complete, iswitchb-completion-help): Use it.
4377 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
4379         * url-http.el (url-http-chunked-encoding-after-change-function):
4380         Use `url-http-debug' instead of `message'.
4382 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
4384         * url-http.el (url-http-parse-headers): Pass redirected URL as a
4385         callback argument.
4387 2005-06-04  Kim F. Storm  <storm@cua.dk>
4389         * simple.el (line-move): Only call sit-for when moving backwards.
4391         * ido.el (ido-make-merged-file-list-1): New defun split from
4392         ido-make-merged-file-list.
4393         (ido-make-merged-file-list): Bind throw-on-input around call to
4394         ido-make-merged-file-list-1.  Return input-pending-p if
4395         interrupted by more input available.
4396         (ido-read-internal): Handle input-pending-p return value from
4397         ido-make-merged-file-list.
4399 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4402         compatibility code.
4404         * international/latexenc.el (latexenc-find-file-coding-system):
4405         Don't inherit the EOL part of the coding-system from the
4406         tex-main buffer.  Fit within 80 columns.
4408 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
4410         * tmm.el (tmm-inactive-face): New face.
4411         (tmm-remove-inactive-mouse-face): New function.
4412         (tmm-prompt, tmm-add-one-shortcut)
4413         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4414         but not selectable.
4416 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
4418         * faces.el (face-equal): Improve argument/docstring consistency.
4420 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
4422         * progmodes/make-mode.el (makefile-targets-face)
4423         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4424         (makefile-bsdmake-dependency-regex)
4425         (makefile-makepp-rule-action-regex)
4426         (makefile-bsdmake-rule-action-regex): New constants.
4427         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4429         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4430         Allow (...) within `...' for makepp messages.
4432 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4434         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4436         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4437         "." files are deleted from all file lists before comparison.
4439         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4440         (viper-ESC-key): Made them customizable.
4442         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4444 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
4446         * autorevert.el (auto-revert-buffers): Use save-match-data.
4448 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4450         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4451         menu items with a nil command binding.
4453 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
4455         * emacs-lisp/cl-macs.el (defsetf):
4456         Improve argument/docstring consistency.
4458         * faces.el (list-faces-display): Improve the formatting by
4459         computing the maximum length required for any face-name (reworked
4460         patch of 1999-01-11, accidentally deleted on 1999-07-21).
4461         (internal-find-face): Remove redundant info in docstring.
4463 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
4465         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4466         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4467         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4468         (gdb-assembler-custom): Improve regexps.
4469         (def-gdb-auto-update-handler): Use window point to preserve point.
4471 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4473         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4475 2005-05-31  Jay Belanger  <belanger@truman.edu>
4477         * calc/calc-embed.el (calc-embedded-word): Change argument passed
4478         to calc-embedded.
4479         (calc-embedded-make-info): Have plain prefix argument select
4480         entire line.
4482 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
4484         * faces.el (list-faces-display): Signal error if passed a regexp
4485         that matches no face name.
4487         * simple.el (filter-buffer-substring): Fix typo in docstring.
4489 2005-05-31  Richard M. Stallman  <rms@gnu.org>
4491         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4492         (vhdl-emacs-21): Doc fix.
4493         (vhdl-mode): Unconditionally set comment-padding.
4494         (vhdl-fixup-whitespace-region): Insert spaces only where
4495         there are none.
4496         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4498 2005-05-30  John Wiegley  <johnw@newartisans.com>
4500         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4501         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4502         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4503         `directory-sep-char' to ?/, and all uses of `string-to-int' to
4504         `string-to-number'.
4506 2005-05-30  Jay Belanger  <belanger@truman.edu>
4508         * calc/calc.el (calc-bug-address): Fix docstring.
4509         (calc-window-hook, calc-trail-window-hook): New variables.
4510         (calc-trail-display): Restore use of calc-trail-window-hook.
4511         (calc): Restore use of calc-window-hook.
4513 2005-05-31  Masatake YAMATO  <jet@gyve.org>
4515         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4517         * help-fns.el (help-C-file-name): Add autoload mark for
4518         `find-function-noselect'.
4520 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4522         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4523         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4525 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4527         * calendar/diary-lib.el (mark-included-diary-files): Only kill
4528         included diary buffer if it was not already being visited.
4529         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4531         * calendar/icalendar.el (top-level): Do not require 'appt.
4533         * mail/supercite.el (sc-select-attribution): Only use a list
4534         element from sc-attrib-selection-list if it returns a string.
4535         Reported by Davide G. M. Salvetti <salve@debian.org>.
4537 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
4539         * thumbs.el (thumbs-thumbname): The resulting thumbname now
4540         includes a hash value to improve its uniqueness, and has a ".jpg"
4541         extension.  Also, it is now a valid filename on all systems.
4542         (thumbs-make-thumb): Use `let', not `let*'.
4543         (thumbs-show-thumbs-list): Check for JPEG availability.
4545 2005-05-30  Richard M. Stallman  <rms@gnu.org>
4547         * filesets.el (filesets-menu-ensure-use-cached):
4548         Prevent warning when emacs-version>= is undefined.
4550         * printing.el (pr-interactive-n-up): Use string-to-number.
4552         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4554         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4555         Warn only when name to be defined is quoted.
4557 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
4559         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4560         Make regexp more robust.
4561         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4562         Force regeneration of disassembly.
4564 2005-05-29  Jay Belanger  <belanger@truman.edu>
4566         * calc/calc.el (calc-user-invocation): Check if
4567         calc-invocation-macro is non-nil.
4569 2005-05-29  Juri Linkov  <juri@jurta.org>
4571         * add-log.el (change-log-font-lock-keywords):
4572         Add `+' to e-mail regexp to accept mail address with keywords.
4574         * man.el (Man-name-regexp): Add `:' to accept qualified names.
4576 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4578         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4580         * ielm.el (inferior-emacs-lisp-mode): Ditto.
4582 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4584         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4585         Undo the change that moves to end of the current word.
4587 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
4589         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4590         Throw error when count <= 0 to ensure input is a number.
4591         (gdb-read-memory-custom): Pick up address from buffer.
4592         (gdb-memory-mode): Allow user to increment and decrement
4593         memory address from header line.
4595 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4597         * flyspell.el (flyspell-version): Function deleted.
4598         (flyspell-auto-correct-previous-hook): Doc fix.
4600         * jit-lock.el (jit-lock-function, jit-lock-after-change):
4601         Do nothing if memory is full.
4603         * font-lock.el (font-lock-fontify-syntactically-region):
4604         Pass t for GREEDY to looking-back.
4606         * saveplace.el (save-place-alist-to-file): Write the file
4607         using write-region.
4609         * subr.el (looking-back): New argument GREEDY.
4611         * progmodes/compile.el (compilation-start): Set the mode
4612         before inserting the initial text.
4614         * progmodes/which-func.el (which-func-update-1): Turn the mode
4615         off in case of error by setting which-func-mode.
4617 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
4619         * flyspell.el (flyspell-auto-correct-previous-word):
4620         Narrow down to what's on the screen, and recenter overlays
4621         at the end of the next word.
4623 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
4625         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4626         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4627         (flyspell-abbrev-p): Default to nil.
4628         (flyspell-use-global-abbrev-table-p): Doc fix.
4629         (flyspell-large-region): Allow nil as value.
4630         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4632         (mail-mode-flyspell-verify): More robust handling
4633         of `mail-header-separator'.  More efficient signature detection.
4634         Allow for regexp metacharacters in message-header-separator.
4635         Adding `To' not to be checked in mail-mode-flyspell-verify.
4637         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4638         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4639         Bind flyspell-auto-correct-binding.
4640         Bind C-. and C-, .
4641         (flyspell-mode-map): Likewise.
4642         (flyspell-mode): Doc fix.
4643         (flyspell-accept-buffer-local-defs): Preserve current buffer.
4644         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4645         (flyspell-word-cache-result): New var, always local.
4646         (flyspell-check-pre-word-p): Doc fix.
4647         (flyspell-check-changed-word-p): Handle spc like newline.
4648         (flyspell-post-command-hook): Set flyspell-word-cache-result.
4649         (flyspell-word-search-backward, flyspell-word-search-forward):
4650         New functions.
4651         (flyspell-word): Return t if nothing to check.
4652         When parsing TeX code, check for after } or \.
4653         Use flyspell-word-search-backward to find previous word.
4654         Return nil if duplicated word.
4655         For word already checked, return same value as last time.
4656         Set flyspell-word-cache-result after checking.
4657         Don't clobber the return value.
4658         (flyspell-get-word): Major rewrite.
4659         (flyspell-external-point-words): New locals pword, pcount.
4660         Fix size used in progress message.
4661         Find the proper corresponding word in flyspell-large-region-buffer.
4662         (flyspell-region): Check for flyspell-large-region = nil.
4663         (flyspell-highlight-incorrect-region): Clean up overlays in region.
4664         (flyspell-auto-correct-word): Check that WORD is a cons.
4665         (flyspell-correct-word): Likewise.
4667 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
4669         * progmodes/make-mode.el (makefile-rule-action-regex)
4670         (makefile-macroassign-regex, makefile-makepp-mode)
4671         (makefile-bsdmake-mode): Continuation lines may be empty.
4672         Reported by Joshua Varner.
4673         (makefile-makepp-font-lock-keywords): Add $(stem).
4675 2005-05-28  Karl Berry  <karl@gnu.org>
4677         * textmodes/tex-mode.el: Now that tex-send-command calls
4678         shell-quote-argument (2005-03-31 change), remove all calls to
4679         shell-quote-argument; they all end up invoking tex-send-command.
4680         The double quoting loses on filenames with non-safe characters,
4681         such as "@".  Reported by Frederik Fouvry.
4683 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
4685         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4686         about preserving point.
4688 2005-05-27  Jay Belanger  <belanger@truman.edu>
4690         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4691         Info-goto-node.
4693         * calc/calc-embed.el (calc-embed-arg): New variable.
4694         (calc-do-embedded-activate, calc-embedded-activate-formula)
4695         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4696         variable by new variable.
4697         (calc-embedded-make-info): Replace undeclared variable by new
4698         variable.  When selecting region with positive prefix
4699         argument, use end of previous line instead of beginning of line.
4701         * calc/calc-aent.el (calc-arg-values): Declare it.
4703         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4704         Declare them.
4706         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4708         * calc/calc.el (calc-alg-map): Declare it.
4710         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4712 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
4714         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4715         (gdb-registers-buffer, toggle-gdb-all-registers):
4716         Toggle display of floating point registers.
4717         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4719         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
4720         (toggle-gud-tooltip-dereference):
4721         Rename from gud-toggle-tooltip-dereference.
4723 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4725         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4727 2005-05-27  Jay Belanger  <belanger@truman.edu>
4729         * calc/calc-prog.el (calc-kbd-report): Remove.
4730         (calc-kbd-query): Rewrite.
4732 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
4734         * image.el (image-library-alist): Move to image.c.
4735         (image-type-available-p): Doc fix.
4737 2005-05-27  Lute Kamstra  <lute@gnu.org>
4739         * calc/calc.el (calc):
4740         * outline.el (outline-1, outline-2, outline-3, outline-4)
4741         (outline-5, outline-6, outline-7, outline-8):
4742         * textmodes/dns-mode.el (dns-mode):
4743         * textmodes/sgml-mode.el (sgml-namespace-face):
4744         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4745         (tex-verbatim-face, tex-use-reftex):
4746         * textmodes/texinfo.el (texinfo-heading-face):
4747         Specify customization group.
4749         * longlines.el: Don't require easy-mmode.
4750         (longlines-visible-face): Specify customization group.
4752 2005-05-27  Kenichi Handa  <handa@m17n.org>
4754         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4755         encoding table of windows-1251.
4757         * international/ucs-tables.el (ucs-set-table-for-input):
4758         If translation-table-for-input of a coding system is a symbol, get
4759         its translation-table property.
4761         * international/code-pages.el: Don't register a coding system into
4762         non-iso-charset-alist more than once.
4763         (cp-make-coding-system): Likewise.
4765 2005-05-26  John Wiegley  <johnw@newartisans.com>
4767         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4768         `eshell-resume-eval' is wrapped in a list, it indicates that the
4769         command was run asynchronously.  In that case, unwrap the value
4770         before checking the delimiter value.
4772         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4773         character before a space at the end of a line is \, assume the space
4774         is part of the last argument rather than a final argument separator.
4776         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4777         is in use, and the target is `t' or `nil' (which are the most common
4778         values), don't assume that the symbol target is a buffer.
4780 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4782         * calendar/calendar.el (calendar-mode-line-format):
4783         Use mode-line-highlight as mouse-face.
4785         * time.el (display-time-string-forms, display-time-update):
4786         Use mode-line-highlight as mouse-face.
4788 2005-05-26  Jay Belanger  <belanger@truman.edu>
4790         * calc/calc.el (calc-language-alist): Remove extra defvar.
4792 2005-05-26  Lute Kamstra  <lute@gnu.org>
4794         * arc-mode.el (archive-mode):
4795         * bookmark.el (bookmark-read-annotation-mode)
4796         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4797         * bs.el (bs-mode):
4798         * calc/calc-yank.el (calc-edit-mode):
4799         * calc/calc.el (calc-mode, calc-trail-mode):
4800         * calculator.el (calculator-mode):
4801         * chistory.el (command-history-mode):
4802         * comint.el:
4803         * cus-edit.el (custom-mode):
4804         * descr-text.el (describe-text-mode):
4805         * ebuff-menu.el (Electric-buffer-menu-mode):
4806         * ediff-util.el (ediff-mode):
4807         * emacs-lisp/re-builder.el (reb-mode):
4808         * emulation/vi.el (vi-mode-setup):
4809         * emulation/ws-mode.el (wordstar-mode):
4810         * eshell/esh-mode.el (eshell-mode):
4811         * forms.el (forms-mode):
4812         * help-mode.el (help-mode):
4813         * hexl.el (hexl-mode):
4814         * ibuffer.el (ibuffer-mode):
4815         * ielm.el (inferior-emacs-lisp-mode):
4816         * info.el (Info-mode, Info-edit-mode):
4817         * international/swedish.el:
4818         * ledit.el (ledit-from-lisp-mode):
4819         * locate.el (locate-mode):
4820         * mail/rmail.el (rmail-mode):
4821         * mail/rmailedit.el (rmail-edit-mode):
4822         * mail/rmailsum.el (rmail-summary-mode):
4823         * mail/supercite.el (sc-electric-mode):
4824         * net/eudc.el (eudc-mode):
4825         * net/quickurl.el (quickurl-list-mode):
4826         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4827         * obsolete/ooutline.el (outline-mode):
4828         * obsolete/options.el (Edit-options-mode):
4829         * obsolete/rnews.el (news-mode):
4830         * obsolete/rnewspost.el (news-reply-mode):
4831         * play/5x5.el (5x5-mode):
4832         * play/decipher.el (decipher-mode, decipher-stats-mode):
4833         * play/gomoku.el (gomoku-mode):
4834         * play/snake.el (snake-mode):
4835         * play/solitaire.el (solitaire-mode):
4836         * play/tetris.el (tetris-mode):
4837         * progmodes/ada-mode.el (ada-mode):
4838         * progmodes/antlr-mode.el (antlr-mode):
4839         * progmodes/autoconf.el (autoconf-mode):
4840         * progmodes/dcl-mode.el (dcl-mode):
4841         * progmodes/delphi.el (delphi-mode):
4842         * progmodes/ebrowse.el (ebrowse-tree-mode)
4843         (ebrowse-electric-list-mode, ebrowse-member-mode)
4844         (ebrowse-electric-position-mode):
4845         * progmodes/f90.el (f90-mode):
4846         * progmodes/fortran.el (fortran-mode):
4847         * progmodes/icon.el (icon-mode):
4848         * progmodes/idlw-help.el (idlwave-help-mode):
4849         * progmodes/idlw-shell.el (idlwave-shell-mode):
4850         * progmodes/idlwave.el (idlwave-mode):
4851         * progmodes/inf-lisp.el (inferior-lisp-mode):
4852         * progmodes/m4-mode.el (m4-mode):
4853         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4854         * progmodes/modula2.el (modula-2-mode):
4855         * progmodes/octave-inf.el (inferior-octave-mode):
4856         * progmodes/octave-mod.el (octave-mode):
4857         * progmodes/pascal.el (pascal-mode):
4858         * progmodes/sh-script.el (sh-mode):
4859         * progmodes/sql.el (sql-mode, sql-interactive-mode):
4860         * progmodes/vhdl-mode.el (vhdl-mode):
4861         * progmodes/xscheme.el (scheme-interaction-mode):
4862         * replace.el (occur-mode):
4863         * ses.el (ses-mode):
4864         * simple.el (completion-list-mode):
4865         * skeleton.el:
4866         * speedbar.el (speedbar-mode):
4867         * term.el (term-mode):
4868         * terminal.el (terminal-edit-mode):
4869         * textmodes/reftex-index.el (reftex-index-mode)
4870         (reftex-index-phrases-mode):
4871         * textmodes/reftex-sel.el (reftex-select-label-mode)
4872         (reftex-select-bib-mode):
4873         * textmodes/reftex-toc.el (reftex-toc-mode):
4874         * wdired.el (wdired-change-to-wdired-mode):
4875         * wid-browse.el (widget-browse-mode):
4876         Use run-mode-hooks.
4878         * array.el (array-mode):
4879         * calendar/todo-mode.el (todo-mode):
4880         * man.el (Man-mode):
4881         * play/landmark.el (lm-mode):
4882         * play/mpuz.el (mpuz-mode):
4883         Use kill-all-local-variables and run-mode-hooks.
4885         * subr.el (delay-mode-hooks): Specify indentation.
4887 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
4889         * xml.el (xml-substitute-special): Don't die for undefined xml
4890         entities.
4892 2005-05-26  Jay Belanger  <belanger@truman.edu>
4894         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4895         of nil.
4897 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
4899         * progmodes/gdb-ui.el (gdb-frame-address):
4900         Rename from gdb-current-address.
4901         (gdb-previous-frame-address): Rename from gdb-previous-address.
4902         (gdb-selected-frame): Rename from gdb-current-frame.
4903         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4904         (gdb-frame-number): Rename from gdb-current-stack-level.
4905         (gdb-ann3): Match new mode-name for disassembly buffer.
4906         Extend initialization of variables.
4907         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4908         (gdb-memory-mode): Use mouse-face in header line.
4909         (gdb-assembler-buffer-name): Call it disassembly and give frame
4910         in mode line.
4911         (gdb-source-spec-regexp, gdb-assembler-custom)
4912         (gdb-invalidate-assembler, gdb-frame-handler):
4913         Make robust to leading zeroes in address format.
4915 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
4917         * textmodes/org.el (org-mode): Use `define-derived-mode' to
4918         define `org-mode'.
4919         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4921 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4923         * log-edit.el (log-edit-changelog-entries): Distinguish between
4924         filenames like xfns.c and fns.c.
4926 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
4928         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4929         point after reverting.
4930         (Buffer-menu-make-sort-button): Handle the case where
4931         `Buffer-menu-use-header-line' is nil.
4933 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4935         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4936         New funcs.  In minibuffer-local-completion-map bind `]', `/'
4937         and `:' to them.
4939 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4941         * startup.el (normal-top-level): Allow modification of load-path while
4942         we're iterating over it.
4944 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
4946         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4947         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4948         (thumbs-resize-interactive, thumbs-insert-image)
4949         (thumbs-insert-thumb, thumbs-dired-show-marked)
4950         (thumbs-find-image-at-point, thumbs-delete-images)
4951         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4952         (thumbs-increment-image-size, thumbs-decrement-image-size):
4953         Fix typos in docstrings.
4955 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
4957         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4958         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4959         (cperl-mode): Use them.
4961 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
4963         * window.el (quit-window, shrink-window-if-larger-than-buffer):
4964         Doc fixes.
4966 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
4968         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4969         Bind C-d to gdb-inferior-io-eof.
4971         * dired.el (dired-dnd-popup-notice): Use message-box.
4973 2005-05-23  Masatake YAMATO  <jet@gyve.org>
4975         * bindings.el (mode-line-major-mode-keymap):
4976         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4978         * faces.el (mode-line-highlight): New face.
4980         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4981         as mouse-face.
4983         * bindings.el (top-level, help-echo, mode-line-modified)
4984         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4985         as mouse-face.
4987 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
4989         * progmodes/cc-engine.el (c-guess-basic-syntax):
4990         Remove spurious call to `zerop'.
4992         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4994 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
4996         CC Mode update to 5.30.10:
4998         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4999         could go past the limit in decoration level 2, thereby causing
5000         errors during interactive fontification.
5002         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
5003         the file is evaluated interactively.
5005         * cc-engine.el (c-guess-basic-syntax): Handle operator
5006         declarations somewhat better in C++.
5008         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
5009         make use of `run-mode-hooks' which has been added in Emacs 21.1.
5010         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5011         (awk-mode): Use it.
5012         (make-local-hook): Suppress warning about obsoleteness.
5014         * cc-engine.el, cc-align.el, cc-cmds.el
5015         (c-append-backslashes-forward, c-delete-backslashes-forward)
5016         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
5017         Compensate for return value from `forward-line' when it has moved
5018         but not to a different line due to eob.
5020         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
5021         `objc-method-intro' and `objc-method-args-cont'.
5023 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
5025         CC Mode update to 5.30.10:
5027         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
5028         in the copyright statement.  Incidentally, change "along with GNU
5029         Emacs" to "along with this program" where it occurs.
5031         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
5032         so that it is interactive, hence can be found by M-x awk-mode
5033         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
5034         <gmorris+emacs@ast.cam.ac.uk>.
5036         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
5037         Mode's regexps.
5039 2005-05-23  Kevin Ryde  <user42@zip.com.au>
5041         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
5042         c-parse-state, to avoid a lisp error (on bad code).
5044 2005-05-23  Lute Kamstra  <lute@gnu.org>
5046         * subr.el (font-lock-defaults): Remove defvar as it's already
5047         defined in font-core.el.
5049         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
5051 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
5053         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
5054         more general and work when GDB variable "print pretty" is on,
5055         as with Emacs, for example.
5057 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
5059         * font-core.el: Update comment.
5061         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5062         Use `after-change-major-mode-hook' instead of `find-file-hook'.
5064         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5066 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
5068         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5069         and `yank-handler' in the doc strings.
5071 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5073         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
5075 2005-05-22  Richard M. Stallman  <rms@gnu.org>
5077         * help.el (describe-key): Move print-help-return-message call
5078         out of conditional.
5080         * progmodes/etags.el (list-tags): Use with-no-warnings.
5082         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5083         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5084         (starttls-extra-args, starttls-extra-arguments): Add defvars.
5086         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5088         * language/viet-util.el (viet-viscii-nonascii-translation-table):
5089         Add defvar.
5091         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5092         Use defvar, not defconst.
5094         * hexl.el (hexl-follow-line): Use with-no-warnings.
5096         * emulation/tpu-extras.el: Use write-file-functions instead of
5097         write-file-hooks.
5099         * dired.el (dired-font-lock-keywords): Fontify files with junk
5100         extensions even if marked by -F.
5102 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
5104         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5105         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5106         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5107         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5108         (concatenate, list-length, get*, getf, cl-remprop):
5109         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5110         (etypecase, progv, lexical-let, lexical-let*)
5111         (multiple-value-bind, multiple-value-setq, shiftf):
5112         Improve argument/docstring consistency.
5114         * subr.el (focus-frame, unfocus-frame):
5115         Revert deletion on 2005-05-01.
5117 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
5119         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5120         doesn't exist.
5122         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
5123         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5125 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
5127         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5128         already deleted variables: auto-fill-hook, blink-paren-hook,
5129         lisp-indent-hook, inhibit-local-variables, unread-command-event,
5130         suspend-hooks, comment-indent-hook, meta-flag,
5131         before-change-function, after-change-function,
5132         font-lock-doc-string-face.
5134 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
5136         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5138 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5140         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5141         rmail-dont-reply-to.
5143 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5145         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5146         literal blank when splitting new-header-values.
5148 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
5150         * calendar/cal-menu.el (cal-menu-update): Add separator as a
5151         string so that tmm doesn't create a completion entry for it.
5153         * textmodes/table.el (table-disable-menu): Ditto.
5155 2005-05-21  Richard M. Stallman  <rms@gnu.org>
5157         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5159         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5161         * net/rcompile.el (remote-compile): Use compilation-start.
5163         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5165 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
5167         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5168         Default to makefile-bsdmake-mode on BSD systems.
5170         * imenu.el (imenu-generic-expression, imenu--generic-function'):
5171         REGEXP may also be a search function now.  The part of doc-string
5172         for describing the structure was 95% identical to that of
5173         `imenu--generic-function'.  Unify it there.
5175         * progmodes/make-mode.el (makefile-imenu-generic-expression):
5176         Use function to find dependencies, because regexp alone is so complex,
5177         it easily goes into an endless loop.
5178         (makefile-makepp-mode): Also add submenu for Perl functions
5179         defined in the makefile.
5180         (makefile-bsdmake-mode): Special imenu-generic-expression no
5181         longer needed, due to function call.
5182         (makefile-match-dependency): Take BOUND into account when checking
5183         if we're through.
5185 2005-05-20  Jay Belanger  <belanger@truman.edu>
5187         * calc/calc-units.el (calc-invalidate-units-table):
5188         Use inhibit-read-only.
5189         (math-build-units-table-buffer): Use view-mode.
5191 2005-05-20  David Kastrup  <dak@gnu.org>
5193         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5194         easy-menu-add is not a nop on Emacs; and clarify when to call it.
5196 2005-05-20  Lute Kamstra  <lute@gnu.org>
5198         * diff-mode.el (diff-header-face, diff-file-header-face)
5199         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5200         (diff-added-face, diff-changed-face, diff-function-face)
5201         (diff-context-face, diff-nonexistent-face): Put them in the
5202         diff-mode customization group.
5204 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5206         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5208         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5210         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5211         Minor regexp-optimization.
5213 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
5215         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5216         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5217         (org-agenda-add-time-grid-maybe): New function.
5218         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5219         (org-table-create): `dotimes' instead of `mapcar'.
5220         (org-xor): Simplify implementation.
5221         (org-agenda): `inhibit-redisplay' turned on.
5222         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5223         a consistent line after a state change.
5224         (org-agenda-remove-times-when-in-prefix): New option.
5225         (org-prefix-has-time): New variable.
5226         (org-parse-time-string): Optional argument NODEFAULT.
5227         (org-format-agenda-item): Parse items for time-of-day
5228         specifications and move these into the prefix if possible.
5229         (org-agenda-priority): Get current heading, not previous heading
5230         during agenda remote editing.
5232 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
5234         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5235         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5236         (remove-duplicates, delete-duplicates, substitute)
5237         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5238         (nsubstitute-if-not, find, find-if, find-if-not, position)
5239         (position-if, position-if-not, count, count-if, count-if-not)
5240         (mismatch, search, sort*, stable-sort, merge, member*)
5241         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5242         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5243         (intersection, nintersection, set-difference, nset-difference)
5244         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5245         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5246         (nsublis, tree-equal): Improve argument/docstring consistency.
5248         * subr.el (send-string, send-region):
5249         Remove obsolescence declaration.
5250         (window-dot, set-window-dot, read-input, show-buffer)
5251         (eval-current-buffer, string-to-int):
5252         Add release number to obsolescence declarations.
5254 2005-05-19  Kim F. Storm  <storm@cua.dk>
5256         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5257         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5259 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
5261         * faces.el (list-faces-display): Make back button respect optional
5262         regexp arg.
5264 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
5266         * calculator.el (calculator-radix-grouping-mode)
5267         (calculator-radix-grouping-digits, calculator-displayer)
5268         (calculator-radix-grouping-separator, calculator-copy-displayer):
5269         * dabbrev.el (dabbrev-search-these-buffers-only):
5270         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5271         (diff-advance-after-apply-hunk, diff-mode-hook)
5272         (diff-minor-mode-prefix):
5273         * imenu.el (imenu-use-popup-menu):
5274         * jit-lock.el (jit-lock-context-time):
5275         * newcomment.el (comment-fill-column, comment-column)
5276         (comment-style, comment-padding, comment-multi-line)
5277         (comment-empty-lines, comment-auto-fill-only-comments):
5278         * reveal.el (reveal-around-mark):
5279         * uniquify.el (uniquify-buffer-name-style)
5280         (uniquify-after-kill-buffer-p)
5281         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5282         (uniquify-min-dir-content, uniquify-separator)
5283         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5284         * w32-vars.el (w32-fixed-font-alist):
5285         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5286         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5287         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5288         * progmodes/perl-mode.el (perl-indent-level)
5289         (perl-continued-statement-offset, perl-continued-brace-offset)
5290         (perl-brace-offset, perl-brace-imaginary-offset)
5291         (perl-label-offset, perl-indent-continued-arguments)
5292         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5293         * progmodes/tcl.el (tcl-indent-level)
5294         (tcl-continued-indent-level, tcl-auto-newline)
5295         (tcl-tab-always-indent, tcl-electric-hash-style)
5296         (tcl-help-directory-list, tcl-use-smart-word-finder)
5297         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5298         (inferior-tcl-source-command):
5299         * textmodes/fill.el (enable-kinsoku):
5300         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5301         * textmodes/table.el (table-yank-handler):
5302         Specify missing group (and type, if simple) in defcustom.
5304 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5306         * progmodes/compile.el (compilation-finish-function): Fix defvar.
5308 2005-05-19  Richard M. Stallman  <rms@gnu.org>
5310         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5312         * subr.el (event-basic-type): Don't get an error.
5313         (left-fringe-p): Function deleted.
5315         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5316         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5318         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5319         in recursive copy.
5321         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5323         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5325         * emacs-lisp/bytecomp.el
5326         (byte-compile-file-form-custom-declare-variable): Call
5327         byte-compile-nogroup-warn if appropriate.
5329         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5330         (compilation-set-window): Don't call left-fringe-p; do it directly.
5332 2005-05-19  Jay Belanger  <belanger@truman.edu>
5334         * calc/calc-graph.el (calc-graph-format-data): Make sure
5335         var-PlotRejects is bound before trying to check its value.
5337 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
5339         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5340         definition of this variable from reftex-global.el to reftex.el,
5341         because it is needed in the menu.
5343 2005-05-19  Lute Kamstra  <lute@gnu.org>
5345         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5346         years are fixed.  Don't insert a space after a dash.
5348 2005-05-19  Kim F. Storm  <storm@cua.dk>
5350         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5352 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
5354         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5355         strings, because (eq ... ?\\) is fairly frequent.
5357         * progmodes/make-mode.el (makefile-add-this-line-targets):
5358         Simplify and integrate into `makefile-pickup-targets'.
5359         (makefile-add-this-line-macro): Simplify and integrate into
5360         `makefile-pickup-macros.
5361         (makefile-pickup-filenames-as-targets): Simplify.
5362         (makefile-previous-dependency, makefile-match-dependency):
5363         Don't stumble over `::'.
5365 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
5367         * subr.el (post-command-idle-hook, post-command-idle-delay):
5368         Remove obsoletion of post-command-idle-hook and
5369         post-command-idle-delay.
5371         * faces.el (list-faces-display): Provide button when describe-face
5372         is called to take user back to the list of faces.
5374         * help-fns.el (describe-variable): Remove hyperlinks in a
5375         variable's value as these are quite frequently inappropriate.
5377         * follow.el (follow-submit-feedback, follow-mode):
5378         Remove references to post-command-idle-hook.
5380 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
5382         * progmodes/make-mode.el (makefile-previous-dependency)
5383         (makefile-match-dependency): Check for := (and in bsd mode also
5384         !=) to give a better result, even when font-lock is not on.
5386 2005-05-18  Jay Belanger  <belanger@truman.edu>
5388         * calc/calc-help.el (calc-s-prefix-help):
5389         Add `calc-copy-special-constant' to help string.
5391 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5393         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5395 2005-05-18  Jay Belanger  <belanger@truman.edu>
5397         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5398         in linear factors are in proper order.
5400 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
5402         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5403         Support for jurabib.
5405         * textmodes/reftex.el (featurep): Define aliases for overlay
5406         commands, for XEmacs compatibility, and use these aliases in
5407         overlay initializations.
5408         (reftex-highlight): Use `reftex-move-overlay'.
5409         (reftex-unhighlight): Use `reftex-delete-overlay'.
5410         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
5411         (reftex-access-search-path): Use `reftex-uniquify' instead of
5412         `reftex-uniq'
5414         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5415         `before-string' property modification enables for Emacs as well.
5416         (reftex-select-item): Use `reftex-delete-overlay'.
5417         (reftex-select-mark): Use `reftex-make-overlay' and
5418         `reftex-overlay-put'.
5419         (reftex-select-unmark): Use `reftex-delete-overlay' and
5420         `reftex-overlay-put'.
5422 2005-05-18  Lute Kamstra  <lute@gnu.org>
5424         * emacs-lisp/lisp.el (check-parens): Fix docstring.
5426 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
5428         * add-log.el (add-change-log-entry):
5429         * array.el (array-make-template, array-reconfigure-rows)
5430         (array-init-max-row, array-init-max-column)
5431         (array-init-columns-per-line, array-init-field-width):
5432         * replace.el (replace-match-maybe-edit, perform-replace):
5433         * textmodes/spell.el (spell-region):
5434         Replace `read-input' by `read-string'.
5436         * forms.el (forms-mode):
5437         * finder.el (finder-compile-keywords):
5438         * shadowfile.el (shadow-read-files):
5439         Replace `eval-current-buffer' by `eval-buffer'.
5441         * terminal.el (te-pass-through):
5442         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5443         (ange-ftp-raw-send-cmd):
5444         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5445         (send-process-next-char, telnet-initial-filter, telnet):
5446         Replace `send-string' by `process-send-string'.
5448         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5449         (prolog-consult-region): Replace `send-string' by
5450         `process-send-string'; replace `send-region' by `process-send-region'.
5452         * progmodes/delphi.el (delphi-log-msg):
5453         Replace `set-window-dot' by `set-window-point'.
5455         * subr.el (window-dot, set-window-dot, read-input, send-string)
5456         (send-region, show-buffer, eval-current-buffer):
5457         Make really obsolete, as the comment says.
5459 2005-05-17  Kim F. Storm  <storm@cua.dk>
5461         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5462         (cua--init-keymaps): Bind C-return instead of S-return to set
5463         rectangle mark.
5465         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5466         instead of S-return to toggle/clear rectangle mark.
5468 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
5470         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5471         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5472         Also fontify plain strings assigned to variables, mostly so that a
5473         colon has a face and is thus not taken as a dependency separator.
5474         (makefile-previous-dependency): Inline the new matcher, because it
5475         is too complex to work in both directions.
5476         (makefile-match-dependency): Eliminate `backward' arg (see above).
5477         Completely reimplemented so as to not sometimes go into an endless
5478         loop.  It should also be more efficient, because first it only
5479         searches for `:', instead of applying the very complex regexp.
5480         (makefile-mode): Cancel `font-lock-support-mode', because blocks
5481         to be fontified in one piece can be too long for JIT.
5482         Makefiles are never *that* big.
5484 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
5486         * dired.el (dired-mode): Simplify.
5488 2005-05-17  Lute Kamstra  <lute@gnu.org>
5490         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5491         defcustom for the mode hook variable.
5493         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5494         Emacs Lisp Reference Manual.
5496 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
5498         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5499         (evenp, list*):
5500         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5501         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5503         * net/tramp-smb.el (tramp-smb-open-connection):
5504         Pass `tramp-chunksize' as fifth (required) argument.
5506 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
5508         * font-lock.el (lisp-font-lock-keywords-1):
5509         Set `font-lock-negation-char-face' for [^...] char group.
5510         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5512         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5513         a var, and refine it to mask one more level of nested vars.
5514         (makefile-rule-action-regex): Turn it into a var, and refine it so
5515         it recognizes backslashed continuation lines as belonging to the
5516         same command.
5517         (makefile-macroassign-regex): Refine it so it recognizes
5518         backslashed continuation lines as belonging to the same command.
5519         (makefile-var-use-regex): Don't look at the next char, because it
5520         might be the same one to be skipped by the initial [^$], leading
5521         to an overlooked variable use.
5522         (makefile-make-font-lock-keywords): Remove two parameters, which
5523         are now variables that some of the modes set locally.
5524         Handle dependency and rule action matching through functions, because
5525         regexps alone match too often.  Dependency matching now comes
5526         last, so it can check, whether a colon already matched something else.
5527         (makefile-mode): Inform that font-lock improves makefile parsing
5528         capabilities.
5529         (makefile-match-dependency, makefile-match-action): New functions.
5531 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
5533         * emacs-lisp/cl-extra.el (equalp): Doc fix.
5535         * align.el (align-regexp):
5536         * ansi-color.el (ansi-color-get-face):
5537         * array.el (array-reconfigure-rows, array-init-max-row)
5538         (array-init-max-column, array-init-columns-per-line)
5539         (array-init-field-width):
5540         * dired-aux.el (dired-trample-file-versions):
5541         * dired-x.el (dired-mark-sexp):
5542         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5543         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5544         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5545         * faces.el (face-read-integer):
5546         * files.el (backup-extract-version, insert-directory):
5547         * hexl.el (hexl-insert-decimal-char):
5548         * server.el (server-process-filter):
5549         * shell.el (shell-extract-num):
5550         * startup.el (command-line-1):
5551         * term.el (term-command-hook):
5552         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5553         (time-stamp-do-number):
5554         * time.el (display-time-update):
5555         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5556         (timezone-fix-time):
5557         * vms-patch.el (vms-suspend-resume-hook):
5558         * calendar/appt.el (appt-convert-time):
5559         * calendar/cal-bahai.el (mark-bahai-diary-entries):
5560         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5561         * calendar/cal-islam.el (mark-islamic-diary-entries):
5562         * calendar/calendar.el (calendar-cursor-to-date)
5563         (calendar-star-date):
5564         * calendar/diary-lib.el (diary-attrtype-convert)
5565         (mark-diary-entries, diary-entry-time):
5566         * calendar/solar.el (solar-get-number):
5567         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5568         * emacs-lisp/re-builder.el (reb-display-subexp):
5569         * emulation/edt.el (edt-set-scroll-margins):
5570         * emulation/tpu-extras.el (tpu-set-scroll-margins):
5571         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5572         (vip-get-ex-count):
5573         * emulation/viper-ex.el (viper-get-ex-token)
5574         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5575         * international/fontset.el (fontset-plain-name):
5576         * mail/feedmail.el (feedmail-look-at-queue-directory):
5577         * mail/mailalias.el (mail-get-names):
5578         * mail/rmail.el (rmail-convert-to-babyl-format):
5579         * mail/rmailsum.el (rmail-make-basic-summary-line)
5580         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5581         (rmail-summary-goto-msg):
5582         * mail/smtpmail.el (smtpmail-read-response):
5583         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5584         (ange-ftp-vms-add-file-entry):
5585         * play/gametree.el (gametree-looking-at-ply)
5586         (gametree-current-branch-score):
5587         * progmodes/ada-xref.el (ada-prj-find-prj-file)
5588         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5589         * progmodes/cperl-mode.el (condition-case):
5590         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5591         (ebrowse-set-member-buffer-column-width)
5592         (ebrowse-select-1st-to-9nth):
5593         * progmodes/etags.el (etags-snarf-tag):
5594         * progmodes/flymake.el (flymake-parse-line):
5595         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5596         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5597         (idlwave-shell-menu-def):
5598         * progmodes/ps-mode.el (ps-run-goto-error):
5599         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5600         (vhdl-speedbar-contract-level):
5601         * term/mac-win.el (x-handle-numeric-switch):
5602         * term/sun-mouse.el (sun-get-frame-data):
5603         * term/w32-win.el (x-handle-numeric-switch):
5604         * term/x-win.el (x-handle-numeric-switch):
5605         * textmodes/ispell.el (ispell-parse-output):
5606         * textmodes/nroff-mode.el (nroff-outline-level):
5607         * textmodes/reftex-cite.el (reftex-bib-sort-year)
5608         (reftex-bib-sort-year-reverse, reftex-format-citation):
5609         * textmodes/reftex-parse.el (reftex-init-section-numbers)
5610         (reftex-section-number):
5611         * textmodes/texinfmt.el (texinfo-paragraphindent):
5612         Replace `string-to-int' by `string-to-number'.
5614         * international/latexenc.el: Add page marker to force the "Local
5615         Variables:" string out of the last page.
5617 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5619         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5620         tooltip-change-major-mode.
5621         (gud-tooltip-print-command): Remove case where gud-minor-mode
5622         is gdb ("--fullname").
5623         (gud-tooltip-tips): Turn GUD tooltips off for this case and
5624         explain to user.
5626 2005-05-16  Jay Belanger  <belanger@truman.edu>
5628         * calc/calc-store.el (calc-copy-special-constant): New function.
5630         * calc/calc-ext.el (calc-init-extensions): Add binding for
5631         `calc-copy-special-constant'.
5633         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5634         for the `calc-copy-special-constant' command.
5636 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5638         * subr.el (left-fringe-p): New function.
5640         * progmodes/compile.el (compilation-setup): Set local value of
5641         overlay-arrow-string to "" always.
5642         (compilation-set-window): Left fringe then don't scroll.
5643         No left fringe then no arrow and scroll message to top.
5644         (compilation-context-lines): Adjust doc string accordingly.
5646 2005-05-16  Kim F. Storm  <storm@cua.dk>
5648         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5649         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5650         (ido-wide-find-dir-or-delete-dir): New command for M-d.
5651         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
5652         (ido-read-file-name): Handle commands with ido property value
5653         equal to find-file as reading a file name, to allow C-d to enter dired.
5654         (ibuffer-find-file): Add ido property with value find-file.
5656 2005-05-15  Kim F. Storm  <storm@cua.dk>
5658         * subr.el (open-network-stream-nowait): Remove.
5659         (open-network-stream-server): Remove.
5661 2005-05-15  Richard M. Stallman  <rms@gnu.org>
5663         * faces.el (describe-face): Output a definition link button.
5665         * help-mode.el (help-face-def): New button type.
5667         * emacs-lisp/copyright.el (copyright-fix-years):
5668         Match properly if the first year is 2-digit.
5669         Don't mess up the whitespace after the years by filling.
5671         * dired-aux.el (dired-mark-confirm):
5672         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5674         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5675         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5676         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5678         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5679         Set font-lock-comment-start-skip.
5681         * font-lock.el (font-lock-comment-start-skip): New variable.
5682         (font-lock-comment-end-skip): New variable.
5683         (font-lock-fontify-syntactically-region): Use them if non-nil.
5685 2005-05-15  Jay Belanger  <belanger@truman.edu>
5687         * calc/calc-store.el (calc-store-value): Return a string rather
5688         than display it as a message.
5689         Use calc-var-name for variable name.
5690         (calc-store-into): Add the result of calc-store-value to message.
5691         (calc-copy-variable): Add a message.
5692         (calc-store-exchange): Improve error messages.
5693         (calc-store-binary, calc-store-map): Don't reset the values of
5694         special constants.
5696 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5698         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5699         manual to docstring.
5701         * files.el (hack-local-variables-confirm): Add STRING argument.
5702         Make the function handle non file visiting buffers correctly.
5703         (hack-local-variables-prop-line, hack-local-variables)
5704         (hack-one-local-variable): Use STRING arg of
5705         `hack-local-variables-confirm'.
5707 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
5709         Sync with Tramp 2.0.49.
5711         * tramp.el (tramp-handle-dired-call-process)
5712         (tramp-handle-insert-directory):`insert-buffer' cannot be used
5713         because the contents of the Tramp buffer is changed before
5714         insertion (`expand-file' and alike).
5715         (tramp-handle-insert-directory): If `localname' has an empty
5716         nondirectory name, it must not be quoted.
5717         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
5718         variable `tramp-chunksize'.  Change callees.
5719         (tramp-open-connection-setup-interactive-shell): Check remote host
5720         for buggy `send-process-string' implementation.
5721         Set `tramp-chunksize' if found.  Reported by Michael Kifer
5722         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5723         (tramp-handle-shell-command): `insert-buffer' cannot be used
5724         because the contents of the Tramp buffer is changed before
5725         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5726         <frederic.bothamy@free.fr>.
5727         (tramp-set-auto-save): Actions should be done for Tramp file name
5728         handler only.  Ange-FTP has its own auto-save mechanism.
5729         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5730         (tramp-set-auto-save-file-modes): Set file modes of
5731         `buffer-auto-save-file-name' to ?\600 as fallback solution.
5732         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5733         (tramp-bug): Remove obsolete variable.
5734         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
5735         for presence of `mml-mode'.  Make it running for older Emacsen as well.
5737 2005-05-14  John Paul Wallington  <jpw@pobox.com>
5739         * ibuf-ext.el (define-ibuffer-filter filename):
5740         If `dired-directory' is a list, use its car.
5742 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
5744         * ibuffer.el (define-ibuffer-column filename):
5745         If `dired-directory' is a list, use its car.
5747 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5749         * subr.el (symbol-file): Doc fix.
5751         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5752         (byte-compile-form): Call byte-compile-nogroup-warn.
5753         (byte-compile-warning-types): Doc fix.
5755         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5757         * progmodes/cc-engine.el (c-literal-faces):
5758         Add font-lock-comment-delimiter-face.
5760         * net/net-utils.el (dig): Use with-no-warnings.
5762         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5763         (sc-recite-frame-alist, sc-default-cite-frame)
5764         (sc-default-uncite-frame, sc-default-recite-frame)
5765         (sc-attrib-selection-list, sc-rewrite-header-list):
5766         Mark as risky-local-variable.
5768         * international/ogonek.el (ogonek-jak, ogonek-how):
5769         Don't use beginning-of-buffer.
5771         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5773         * calendar/solar.el (solar-data-list): Move definition up.
5775         * dnd.el (dnd-protocol-alist): Add autoload.
5777         * progmodes/sh-script.el: Many doc usage fixes.
5778         (sh-indent-after-do): Change default to match common styles.
5780 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
5782         * files.el (interpreter-mode-alist)
5783         (auto-mode-interpreter-regexp): Doc fixes.
5785 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
5787         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5789         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5791 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5793         * dired.el (dired-mode): make-variable-buffer-local =>
5794         make-local-variable.
5796 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5798         * term/mac-win.el (mac-select-convert-to-string): Try coding
5799         systems in mac-script-code-coding-systems if specified one cannot
5800         encode string for `com.apple.traditional-mac-plain-text'.
5802 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
5804         * progmodes/make-mode.el (makefile-targets-face)
5805         (makefile-shell-face, makefile-makepp-perl-face): New faces.
5806         (makefile-dependency-regex): Fix it to not make the colon in
5807         $(var:a=b) special.
5808         (makefile-rule-action-regex): New regexp for highlighting embedded
5809         Shell strings.
5810         (makefile-macroassign-regex): Handle != for highlighting as
5811         embedded Shell strings.
5812         (makefile-var-use-regex): New const.
5813         (makefile-statements, makefile-automake-statements)
5814         (makefile-gmake-statements, makefile-makepp-statements)
5815         (makefile-bsdmake-statements): New consts.
5816         (makefile-make-font-lock-keywords): New function.
5817         (makefile-automake-font-lock-keywords)
5818         (makefile-gmake-font-lock-keywords)
5819         (makefile-makepp-font-lock-keywords)
5820         (makefile-bsdmake-font-lock-keywords): New consts.
5821         (makefile-mode-map): Add switchers between the various submodes.
5822         (makefile-mode): Document the availability of the variants.
5823         (makefile-automake-mode, makefile-gmake-mode)
5824         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5826         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5827         new variants of makefile-mode.
5829 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5831         * font-lock.el (font-lock-comment-delimiter-face): Fix up
5832         the inheritance.
5834 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
5836         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5837         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5839         * files.el (normal-mode): Extend the scope of the
5840         `enable-local-variables' binding to include the `set-auto-mode' call.
5841         (magic-mode-alist): Doc fix.
5843 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5845         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5846         font-lock-comment-face rather than copying its setting.
5848 2005-05-12  Andreas Schwab  <schwab@suse.de>
5850         * eshell/esh-mode.el (eshell-send-input): Doc fix.
5852 2005-05-12  Lute Kamstra  <lute@gnu.org>
5854         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5855         defcustom for the mode hook variable.  Delete the last argument.
5856         * generic-x.el: Fix callers of define-generic-mode.
5857         (generic-x-modes): Delete group.
5858         (show-tabs-tab-face, show-tabs-space-face): Put them in the
5859         generic-x customization group.
5861 2005-05-12  Kim F. Storm  <storm@cua.dk>
5863         * font-lock.el (font-lock-negation-char-face): Default to "off".
5865         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5866         font-lock-negation-char-face to ! in !=.
5868 2005-05-12  Masatake YAMATO  <jet@gyve.org>
5870         * add-log.el (find-change-log): Fix typos in the docstring
5871         of function.
5873 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5875         * international/latexenc.el (latexenc-find-file-coding-system):
5876         Avoid `re-search-forward' when looking for input encoding because
5877         of speed and safety.  Better regular expressions for recognizing
5878         input encoding.  Limit a search for TeX-master/tex-main-file to
5879         the local variable section.
5881 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
5883         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5884         syntax of $ to "'" (quote).
5886 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
5888         * dnd.el (dnd-protocol-alist): Improve custom type.
5890         * dired.el (dired-dnd-protocol-alist): New variable.
5891         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
5892         `dired-mode-hook' to the end.
5894 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5896         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5897         comment-end if comment-start-skip is not set.
5898         Obey the font-lock-comment-delimiter-face variables.
5900 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * files.el (executable-find): Move from executable.el.  Use
5903         locate-file.
5904         * progmodes/executable.el (executable-find): Move to files.el.
5906         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5907         when trying to ensure forward progress.
5909 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
5911         * mouse-sel.el (mouse-sel-follow-link-p): New function.
5912         (mouse-select, mouse-select-internal, mouse-extend-internal):
5913         Use it to implement mouse-1-click-follows-link functionality.
5915 2005-05-11  Richard M. Stallman  <rms@gnu.org>
5917         * font-lock.el (font-lock-fontify-syntactically-region):
5918         Use font-lock-comment-delimiter-face for comment delimiters.
5920 2005-05-10  Jay Belanger  <belanger@truman.edu>
5922         * calc/calc-help.el (calc-m-prefix-help): Add mention of
5923         preserving embedded modes.
5925 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5927         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5929         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5930         Move from ada-stmt.el.
5931         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5933         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5934         Move to ada-mode.el.
5935         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5937         * cus-edit.el (custom-file): Call file-chase-links.
5939         * files.el (read-directory-name): Fix previous change.
5940         (hack-local-variables-confirm): New function.
5941         (hack-local-variables-prop-line, hack-local-variables)
5942         (hack-one-local-variable): Use it.
5944 2005-05-10  Lute Kamstra  <lute@gnu.org>
5946         * font-lock.el (font-lock-keywords-alist)
5947         (font-lock-removed-keywords-alist): Clarify docstrings.
5949 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
5951         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5952         (gdb-source-info): Check for preprocessor info.
5953         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
5954         a macro for a function.
5955         (gdb-info-breakpoints-custom): Try to find file again if not already
5956         found (user might have used GDB dir command).
5957         (gdb-get-location): Update gdb-location-alist correctly for change
5958         to gdb-info-breakpoints-custom.
5960         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5961         (gud-tooltip-print-command): Add gdbmi case.
5962         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5963         preprocessor info.
5965 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
5967         * startup.el (fancy-splash-insert): Fix typo in doc string.
5969 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
5971         * obsolete/float.el (string-to-float):
5972         * obsolete/hilit19.el (hilit-add-pattern):
5973         * obsolete/rnews.el (news-parse-range, news-select-message)
5974         (news-get-pruned-list-of-files): Replace `string-to-int' by
5975         `string-to-number'.
5977         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5978         `find-file-not-found-hooks'; use `add-hook'.
5979         (uncompress-while-visiting): Set `write-file-functions', not
5980         `write-file-hooks'; use `add-hook'.
5982 2005-05-09  Kim F. Storm  <storm@cua.dk>
5984         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5985         (cua-paste): Handle clipboard action.
5986         (cua--init-keymaps): Remap clipboard-kill-region and
5987         clipboard-kill-ring-save.
5989 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
5991         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5992         Improve commentary.
5994         * simple.el (next-error-overlay-arrow-position): Revert the change
5995         made on 2005-04-30.
5997 2005-05-07  Jay Belanger  <belanger@truman.edu>
5999         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
6000         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
6001         `calc-sel-reselect'.
6003         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
6004         Calc is in embedded mode.
6006 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
6008         * progmodes/compile.el (compilation-setup):
6009         Set overlay-arrow-string to an empty string on text terminals.
6011         * textmodes/ispell.el (ispell-program-name): Try looking for
6012         "aspell" along exec-path, and if found, use it as the default
6013         speller program.
6015 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
6017         * international/mule.el (sgml-xml-auto-coding-function):
6018         Recognize encoding='FOO' in single quotes as well as in double quotes.
6020 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6022         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
6023         as well as `interactive', so that defmacro* would recognize
6024         `declare' forms.
6026 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
6028         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6029         Explain more about the LIGHTER arg's usage in the doc string.
6030         Add commentary to clarify what the code does.  Fix the regexp that
6031         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
6032         since it could have characters special to regular expressions.
6034 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
6036         * replace.el (occur-1): Bind inhibit-read-only so that
6037         erase-buffer doesn't barf on read-only text properties (likewise
6038         for add-text-properties in occur-engine).  Mark buffer as unmodified.
6039         (occur-engine): Don't set buffer-read-only here.
6041 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6043         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
6044         list-buffers-directory.  This caused the *cvs-commit* buffer to be
6045         sometimes mistakenly reused as a *cvs* buffer.
6047 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
6049         * tooltip.el: Move code for GUD tooltips into gud.el.
6050         (require): CL no longer needed to compile case.
6051         (tooltip-mode): Do not toggle functions for GUD tooltips.
6052         (tooltip-gud-tips-p): Remove.  Replace with minor mode
6053         gud-tooltip-mode in gud.el.
6054         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
6055         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
6056         tooltip-gud prefix with gud-tooltip and obsolete.
6057         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
6058         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6059         (tooltip-mouse-motion): Mouse movement functions/variable.
6060         Rename in gud.el by adding gud prefix.
6061         (tooltip-gud-original-filter, tooltip-gud-dereference)
6062         (tooltip-gud-event, tooltip-toggle-gud-tips)
6063         (tooltip-gud-process-output, tooltip-gud-print-command)
6064         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
6065         gud.el by replacing tooltip-gud prefix with gud-tooltip.
6066         (gdb-tooltip-print): Move to gdb-ui.el.
6068         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6069         (require): CL needed to compile case.
6070         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
6071         tooltip-gud-tips-p.  Make it a minor-mode.
6072         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6073         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6074         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6075         (gud-tooltip-change-major-mode)
6076         (gud-tooltip-activate-mouse-motions-if-enabled)
6077         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6078         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6079         (gud-tooltip-original-filter, gud-tooltip-dereference)
6080         (gud-tooltip-event, tooltip-toggle-gud-tips)
6081         (gud-tooltip-process-output, gud-tooltip-print-command)
6082         (gud-tooltip-tips): Move from tooltip.el.
6084         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
6085         (gdb-cpp-define-alist-flags): Doc fix.
6086         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6087         gud-tooltip-mode is t.
6089 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6091         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6092         evaporate if their text is deleted.
6093         (goto-address-at-point): Make it work as a mouse binding as well.
6094         (goto-address-at-mouse): Obsolete it.  Update users.
6096 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6098         * calendar/appt.el (top-level): No longer activate on load.
6100 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
6102         * calendar/cal-bahai.el (mark-bahai-diary-entries):
6103         * net/webjump.el (webjump):
6104         * progmodes/idlw-help.el (idlwave-do-context-help1)
6105         (idlwave-highlight-linked-completions):
6106         * textmodes/po.el (po-find-file-coding-system-guts):
6107         Replace `assoc-ignore-case' by `assoc-string'.
6109 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
6111         * files.el (locate-file): Doc fix.
6113         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6114         Remove the redundant test for ms-dos.
6116         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6117         look for the preprocessor with exec-suffixes.  If not found in
6118         standard places, look in exec-path.  Remove most of the tests that
6119         used system-type.
6121         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6123         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6125         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6126         file-name clash with jka-compr.el on 8+3 filesystems.
6128 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6130         * term/mac-win.el: Don't define or bind scroll bar functions if
6131         x-toolkit-scroll-bars is t.
6132         (x-select-text, x-get-selection-value): Clear
6133         x-last-selected-text-clipboard if x-select-enable-clipboard is
6134         nil.
6135         (PRIMARY): Put mac-scrap-name property.
6136         (mac-select-convert-to-file-url): New function.
6137         (public.file-url): New selection target type.  Add to
6138         selection-converter-alist.
6139         (x-get-selection, x-selection-value): Handle it.
6140         (x-cut-buffer-or-selection-value): New alias.
6142 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6144         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6145         entry to avoid calling bibtex-find-entry with arg global
6146         being t.  Remove arg key.
6147         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6148         (bibtex-copy-summary-as-kill): Change accordingly.
6150 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6153         (org-agenda-date-later): Use with-current-buffer.
6155 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6157         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6158         (define-obsolete-variable-alias): Doc Fixes.
6160 2005-05-06  Kim F. Storm  <storm@cua.dk>
6162         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
6163         vertical-motion when selective-display is active.
6165         * ido.el (ido-setup-hook): New hook.
6166         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6167         (ido-input-stack): New var.
6168         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
6169         ido-next-work-file binding to M-O.
6170         Bind M-f to ido-wide-find-file-or-pop-dir.
6171         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6172         (ido-read-internal): Run ido-setup-hook.
6173         Catch quit in read-file-name and read-string to cancel edit.
6174         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6175         Automatically pop-all when completing a directory name (RET).
6176         (ido-file-internal): Add with-no-warnings around ffap and dired code.
6177         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6178         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6179         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6180         New functions for M-b/M-f to move among the directory components.
6181         (ido-make-merged-file-list): Catch quit to cancel merge.
6182         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6183         (ido-completion-help): No warnings for ido-completion-buffer-full.
6185 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
6187         * font-lock.el (font-lock-negation-char-face): New face and variable.
6188         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6189         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6190         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6191         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6193 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
6195         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6196         Fix typo in docstring.
6198         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6199         (ebrowse-print-statistics-line)
6200         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6202         * term/w32-win.el (image-library-alist): Add additional name for
6203         Xpm library.
6205 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
6207         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6208         use gcc instead of cpp.
6210         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6211         (gdb-create-define-alist): Use it.
6212         (gdb-cpp-define-alist-program): Update for MS-DOS.
6214 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
6216         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6218 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6220         * help.el (describe-key): No error when UNTRANSLATED is nil.
6222         * simple.el (line-move-1): Fix previous change to signal errors
6223         appropriately.
6225 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
6227         * calendar/icalendar.el (icalendar-version): Now at 0.12.
6228         (icalendar-duration-correction): Remove.
6229         (icalendar--get-event-properties): Split result at commas.
6230         (icalendar--decode-isoduration): New optional argument
6231         DURATION-CORRECTION.
6232         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6233         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6234         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6235         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6236         (icalendar--convert-anniversary-to-ical): New functions, extracted
6237         from icalendar-export-region, with bug fixes.
6238         (icalendar-export-region): Use the above functions.
6239         (icalendar-import-buffer): Check before saving diary file.
6240         (icalendar--convert-recurring-to-diary)
6241         (icalendar--convert-non-recurring-all-day-to-diary)
6242         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6243         extracted from icalendar--convert-ical-to-diary, with bug fixes.
6244         (icalendar--convert-ical-to-diary): Use the above functions.
6246 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
6248         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6249         Remove these recent additions.
6250         (c-mode): Restore to before 2005-04-28.
6252         * progmodes/cc-vars.el (cc-define-list-program): Remove this
6253         recent addition.
6255         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6256         (gdb-define-alist): New variables.
6257         (gdb-create-define-alist): New function.
6258         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6259         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6260         with string-to-number.
6261         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
6263         * progmodes/gud.el: Replace string-to-int with string-to-number.
6264         (gud-find-file): Handle gdb-define-alist.
6266         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6268 2005-05-02  Jay Belanger  <belanger@truman.edu>
6270         * calc/calc-aent.el (math-read-token):
6271         * calc/calc-bin.el (calc-word-size):
6272         * calc/calc-ext.el (calc-read-number-fancy):
6273         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6274         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6275         * calc/calc-frac.el (calc-over-notation):
6276         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6277         (calc-graph-num-points, calc-graph-init):
6278         * calc/calc-prog.el (calc-read-parse-table-part)
6279         (calc-edit-macro-repeats):
6280         * calc/calc-yank.el (calc-do-grab-rectangle):
6281         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6282         Replace `string-to-int' by `string-to-number'.
6284 2005-05-02  Kim F. Storm  <storm@cua.dk>
6286         * kmacro.el: Use executing-kbd-macro-index variable.
6288 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
6290         * net/rlogin.el (rlogin-parse-words): Delete func.
6291         (rlogin): Use split-string, not rlogin-parse-words.
6292         Also, if there are option-like elements in the parsed args,
6293         take the host to be the first arg immediately following them.
6294         Suggested by Michael Mauger.
6296 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6298         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6300 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6302         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6303         (cc-mode-cpp-program): Rename to cc-define-list-program and
6304         move to cc-vars.el.
6306         * progmodes/cc-vars.el (cc-define-list-program):
6307         Change to "gcc -E -dM -".  Make customizable.
6309 2005-05-02  Kim F. Storm  <storm@cua.dk>
6311         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6313 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6315         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6317         * international/mule-util.el (truncate-string): Remove alias and
6318         obsolete declaration.
6320         * international/mule-cmds.el (update-iso-coding-systems):
6321         Remove alias and obsolete declaration.
6323         * international/mule.el (coding-system-parent): Remove alias and
6324         obsolete declaration.
6326         * subr.el (define-function, sref): Remove aliases and obsolete
6327         declarations.
6328         (chars-in-region): Remove obsolete declaration.
6330 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6332         * info.el (Info-mode): Set widen-automatically to nil, locally.
6334         * simple.el (widen-automatically): New variable.
6335         (pop-global-mark): Obey widen-automatically.
6337 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
6339         * term/xterm.el (function-key-map): Call substitute-key-definition
6340         before the keymap size is increased by a lot of define-key calls.
6342 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6344         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6345         Rename ARG to ELEMENT.  Doc fix.
6347 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
6349         * allout.el (allout-exposure): Remove macro and obsolete declaration.
6350         Remove references to allout-exposure/change to allout-new-exposure.
6352         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6353         bytecode symbols.
6355         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6356         (compiled-function-p, focus-frame, unfocus-frame):
6357         Remove aliases and obsolete declarations.
6358         Back out inadvertent changes from previous commit.
6360 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6362         * files.el (require-final-newline): Make Custom tags consistent
6363         with mode-require-final-newline.
6364         (mode-require-final-newline): Doc fix.
6366 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
6368         * international/latexenc.el (latexenc-find-file-coding-system):
6369         Fix regular expressions.
6371 2005-05-01  David Kastrup <dak@gnu.org>
6373         * international/latexenc.el (latexenc-find-file-coding-system):
6374         Fix regular expressions.
6376 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
6378         * subr.el (string-to-int): Make obsolete.
6380 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6382         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6384         * loadup.el: load jka-comp-hook.
6386         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6387         (jka-compr-handler): Add autoload.  `put' calls moved
6388         to jka-comp-hook.el.
6389         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6390         (jka-compr-inhibit): Autoload.
6392         * jka-comp-hook.el: New file.
6393         Enable the mode by default.
6395         * files.el (backup-buffer-copy): Use copy-file instead
6396         of write-region, and put back the 'excl.
6398 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
6400         * progmodes/flymake.el (flymake-split-string)
6401         (flymake-split-string, flymake-log, flymake-pid-to-names)
6402         (flymake-reg-names, flymake-get-source-buffer-name)
6403         (flymake-unreg-names, flymake-add-line-err-info)
6404         (flymake-add-err-info): Clarify docstrings.
6405         (flymake-popup-menu, flymake-make-emacs-menu)
6406         (flymake-make-xemacs-menu): Add docstrings.
6407         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6408         Set variables directly throughout.
6410 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
6412         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6413         exists.  Initialize cc-define-alist.
6414         (c-mode): Add cc-create-define-alist locally to after-save-hook.
6415         If there is no file (Macroexpansion) don't create an alist.
6417 2005-04-29  Sam Steingold  <sds@gnu.org>
6419         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6420         (cc-create-define-alist): Use it instead of the hard-coded string.
6422 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * international/mule-conf.el (file-coding-system-alist): Fix regexp
6425         for latexenc.
6427 2005-04-29  Lute Kamstra  <lute@gnu.org>
6429         * emacs-lisp/generic.el: Improve commentary section.
6430         (define-generic-mode): Improve docstring.
6432 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
6434         * textmodes/org.el (many places): Change to quiet the byte compiler.
6435         (org-prefix-format-compiled): New variable.
6436         (org-compile-prefix-format): New function.
6437         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6438         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6439         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6440         (org-get-entries-from-diary): Use `org-get-time-of-day' for
6441         consistency with entries from `org-mode' files.
6442         (org-get-time-of-day): Fix bug with partial matches early in a line.
6443         (org-non-link-chars): New constant.
6444         (org-link-regexp): Respect `org-non-link-chars'.
6445         (org-agenda-day-view): Remove command.
6446         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6447         (org-follow-bbdb-link, org-store-link): Search also company field.
6448         (org-highlight-overlay): New variable.
6449         (org-highlight, org-unhighlight): New functions.
6450         (org-agenda-mode): Add pre-command-hook to remove highlight.
6451         (org-evaluate-time-range): Behavior depends upon whether time stamp
6452         contains a time or not.
6453         (org-show-subtree, org-show-entry): New functions.
6454         (org-agenda-cleanup-fancy-diary): Remove empty lines.
6456 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
6458         * comint.el (comint-output-filter-functions): Add autoload cookie.
6460 2005-04-28  Kim F. Storm  <storm@cua.dk>
6462         * ido.el (ido-everywhere): Fix last change.
6464 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6466         * international/latexenc.el: New file.
6467         * international/mule-conf.el (file-coding-system-alist): For .tex,
6468         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6470 2005-04-28  Lute Kamstra  <lute@gnu.org>
6472         * font-lock.el (font-lock-add-keywords)
6473         (font-lock-remove-keywords): Clarify docstring.
6474         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6475         Don't start docstrings with a `*'.
6476         (font-lock-update-removed-keyword-alist): Give it a docstring.
6478         * generic-x.el: Update commentary section.
6479         Only require font-lock when compiling.
6480         Define all modes conditionally.
6481         Place all generic modes in the generic-x-modes customization group.
6482         (generic-x-modes): New customization group.
6483         (generic-default-modes, generic-mswindows-modes)
6484         (generic-unix-modes, generic-other-modes): New constants.
6485         (generic-define-mswindows-modes, generic-define-unix-modes):
6486         Update docstrings.  Make them obsolete.
6487         (generic-extras-enable-list): New default value.  Update docstring.
6488         Improve :type.  Change :set function.
6489         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6490         Fix docstring.
6492         * emacs-lisp/generic.el (generic-mode-internal):
6493         Simplify font-lock-defaults.
6494         (define-generic-mode): Fix docstring.
6496 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6498         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6499         font-lock-face property to highlight matches.
6501 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
6503         * progmodes/cc-mode.el (cc-create-define-alist): New function.
6504         (cc-define-alist): New variable.
6505         (c-mode): Make it local and initialize it.
6507         * progmodes/gdb-ui.el (gdb-active-process): New variable.
6508         (gdb-exited): New function.
6509         (gdb-annotation-rules): Use it.
6510         (gdb-starting): Set gdb-active-process to t.
6511         (gdb-stopping): Amend doc string.
6512         (gdb-reset): Set gdb-active-process to nil.
6514         * tooltip.el (tooltip-gud-tips): Show the associated #define
6515         directives when a C program under GDB is not executing.
6517 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6519         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6520         font-lock-fontify-syntactic-keywords.
6522         * font-lock.el (font-lock-default-fontify-region): Don't force
6523         parse-sexp-lookup-properties to nil.
6525 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6527         * man.el (man-mode-syntax-table): Set up `:' to have
6528         word-constituent syntax.
6530 2005-04-27  Lute Kamstra  <lute@gnu.org>
6532         * novice.el (disable-command): Don't add spurious newlines to the
6533         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
6535 2005-04-26  Jay Belanger  <belanger@truman.edu>
6537         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6538         than one window before deleting window.
6540 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
6542         * shell.el (shell-prompt-pattern): Doc fix.
6543         (shell-mode): Set paragraph-separate buffer locally to "\\'".
6545         * comint.el (comint-prompt-regexp, comint-get-old-input)
6546         (comint-use-prompt-regexp)
6547         (comint-use-prompt-regexp-instead-of-fields)
6548         (comint-replace-by-expanded-history, comint-send-input)
6549         (comint-output-filter, comint-get-old-input-default)
6550         (comint-line-beginning-position, comint-bol, comint-show-output)
6551         (comint-backward-matching-input, comint-forward-matching-input)
6552         (comint-next-prompt, comint-previous-prompt):
6553         Rename `comint-use-prompt-regexp-instead-of-fields' to
6554         `comint-use-prompt-regexp'.  Keep old name as alias and declare
6555         obsolete.
6556         (comint-use-prompt-regexp): Shorten first line of doc string.
6558         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6559         Set paragraph-separate buffer locally to "\\'".
6561         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6562         Adapt to above name change.
6564         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6565         (smbclient-prompt-regexp): Ditto.
6567         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6569 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
6571         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6572         gdb-location-list.
6573         Break lines that are over 80 characters wide.
6575 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6577         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6578         New fun and var, to preserve compatibility.
6580         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6582 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
6584         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6585         name to file-newer-than-file-p.
6587 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6589         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6591         * progmodes/python.el (python-mode):
6592         Use new name eldoc-documentation-function.
6594         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6596         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6597         (eldoc-documentation-function):
6598         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
6600 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
6602         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6604 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
6606         * term/xterm.el (function-key-map): Fix strings for
6607         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
6608         {C,S,A,C-S}-{f1-f12}.
6610 2005-04-26  Kenichi Handa  <handa@m17n.org>
6612         * international/mule-cmds.el (select-safe-coding-system):
6613         Fix previous change.
6615 2005-04-26  Lute Kamstra  <lute@gnu.org>
6617         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6619         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6620         (font-lock-comment-delimiter-face): Ditto.
6622         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6624 2005-04-25  Jay Belanger  <belanger@truman.edu>
6626         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6627         to t while inserting information; use help-mode.
6629 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
6631         * term.el (ansi-term-color-vector): Use the xterm colors.
6632         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
6634 2005-04-25  Lute Kamstra  <lute@gnu.org>
6636         * font-core.el (font-lock-defaults): Fix docstring.
6638         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6640 2005-04-25  Kenichi Handa  <handa@m17n.org>
6642         * international/mule-cmds.el (select-safe-coding-system):
6643         Don't check consistency with coding: spec, etc if raw-text or
6644         no-conversion was found to be safe.
6646 2005-04-24  Richard M. Stallman  <rms@gnu.org>
6648         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6649         citation markers at start of each line.
6651         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6652         citation markers at start of each line.
6654         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6656         * files.el (mode-require-final-newline): Fix previous change.
6657         (require-final-newline): Fix type label.
6659 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6661         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6662         statement in buffer (broken by 2004-11-24 change).
6664 2005-04-24  Kim F. Storm  <storm@cua.dk>
6666         * ido.el (ido-everywhere): Save and restore old read-buffer-function
6667         and read-file-name-function values.  Don't overwrite existing
6668         non-nil values if ido-mode is enabled without ido-everywhere.
6670 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
6672         * files.el (mode-require-final-newline): Minor doc fix.
6674 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6676         * subr.el (syntax-after): Doc fix.
6677         (syntax-class): If argument is nil, return nil.  Mask off upper 16
6678         bits, not 8 bits.
6680         * files.el (mode-require-final-newline): Doc fix.
6681         (backup-buffer-copy): Fix last change.
6683 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6685         * term/mac-win.el: Require select.  Set selection-coding-system to
6686         mac-system-coding-system.  Call menu-bar-enable-clipboard.
6687         (x-last-selected-text-clipboard, x-last-selected-text-primary)
6688         (x-select-enable-clipboard): New variables.
6689         (x-select-text, x-get-selection, x-selection-value)
6690         (x-get-selection-value, mac-select-convert-to-string)
6691         (mac-services-open-file, mac-services-open-selection)
6692         (mac-services-insert-text): New functions.
6693         (CLIPBOARD, FIND): Put mac-scrap-name property.
6694         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6695         (public.tiff): Put mac-ostype property.
6696         (selection-converter-alist): Add entries for them.
6697         (mac-application-menu-map): New keymap.
6698         (interprogram-cut-function, interprogram-paste-function): Set to
6699         x-select-text and x-get-selection-value, respectively.
6700         (split-window-keep-point): Set to t.
6702 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6704         * files.el (read-directory-name): Always pass non-nil
6705         DEFAULT-FILENAME arg to read-file-name.
6706         (backup-buffer-copy, basic-save-buffer-2): Take care against
6707         writing thru an unexpected existing symlink.
6708         (revert-buffer): In indirect buffer, revert the base buffer.
6709         (magic-mode-alist): Doc fix.
6710         (buffer-stale-function): Doc fix.
6711         (minibuffer-with-setup-hook): Avoid warning.
6712         (mode-require-final-newline): Doc and custom fix.
6714         * follow.el (follow-end-of-buffer): Use with-no-warnings.
6716         * font-lock.el (font-lock-comment-face): On terminals with few colors,
6717         use the default appearance.
6718         (font-lock-comment-delimiter-face): New face, new variable.
6720         * imenu.el (imenu--generic-function): The official position of a
6721         definition is the start of the line that BEG is in.
6723         * midnight.el (midnight-timer): Move defvar up.
6725         * mouse.el (mouse-drag-region-1): Delete some debugging code.
6727         * saveplace.el (save-place-to-alist): Use with-no-warnings.
6729         * startup.el (command-line): Use with-no-warnings.
6731         * window.el (window-size-fixed): New defvar.
6733         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6735         * mail/rmail.el (rmail-font-lock-keywords):
6736         Use font-lock-comment-delimiter-face.
6738         * mail/sendmail.el (mail-font-lock-keywords):
6739         Use font-lock-comment-delimiter-face.
6741         * progmodes/compile.el (next-error-highlight-timer): New defvar.
6743 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6745         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6746         Specify t for LAXMATCH when matching directories.
6747         Save match data around compilation-compat-error-properties form.
6749 2005-04-23  David Kastrup  <dak@gnu.org>
6751         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6752         Mention that the autoloaded aliases should be kept for AUCTeX.
6754 2005-04-23  Andreas Schwab  <schwab@suse.de>
6756         * isearch.el (isearch-forward): Doc fix.
6758 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
6760         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6761         (jit-lock-stealth-nice): Change default value to 0.5.
6763 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6765         * abbrev.el (write-abbrev-file): Write table entries in
6766         alphabetical order by table name.
6768 2005-04-22  Kim F. Storm  <storm@cua.dk>
6770         * ido.el (ido-read-internal): Fix `list' completion.
6772 2005-04-22  Kenichi Handa  <handa@m17n.org>
6774         * recentf.el (recentf-save-file-coding-system): New variable.
6775         (recentf-save-list): Encode the file by
6776         recentf-save-file-coding-system and add coding: tag.
6778 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6780         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6782 2005-04-21  Lute Kamstra  <lute@gnu.org>
6784         * loadhist.el (unload-feature): Don't remove a function from hooks
6785         if it is about to be restored to an autoload .  Remove functions
6786         that will become unbound from auto-mode-alist.  Simplify the code.
6788         * subr.el (assq-delete-all): New implementation that is linear,
6789         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
6790         (rassq-delete-all): New function.
6792         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6793         Add size-indication-mode.
6795 2005-04-21  Kenichi Handa  <handa@m17n.org>
6797         * international/mule-cmds.el: Add autoload for widget-value in
6798         eval-when-compile.
6800 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
6802         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6803         Add tooltip-mode.
6805         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6807 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
6809         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6810         (inferior-lisp-filter-regexp, inferior-lisp-program)
6811         (inferior-lisp-load-command, inferior-lisp-prompt)
6812         (inferior-lisp-mode-hook, lisp-source-modes)
6813         (inferior-lisp-load-hook): defvar->defcustom.
6814         (inferior-lisp-program, inferior-lisp-prompt)
6815         (inferior-lisp-load-hook): Doc fixes.
6816         (inferior-lisp-install-letter-bindings): Small change in
6817         introductory comment.
6819 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
6821         * vc.el (vc-annotate-color-map): Change some colors so that text
6822         using them as foreground is readable on both white and black
6823         backgrounds.
6825 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * international/mule-conf.el (translation-table-for-input):
6828         Remove redundant declaration.
6830 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
6832         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6834         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6835         (tooltip-toggle-gud-tips): New function.
6837 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6839         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6840         right angle brackets.
6842 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
6844         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6846 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6848         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6849         Remove.  Update callers to use expand-file-name instead.
6851         * subr.el (syntax-class): New function.
6853         * simple.el (blink-matching-open): Use it.
6855         * paren.el (show-paren-function): Use it to recognize parens that are
6856         also used in 2-char comment markers.
6858 2005-04-19  Lute Kamstra  <lute@gnu.org>
6860         * loadhist.el (unload-feature): Update for new format of
6861         load-history.  Simplify the code.
6863 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6865         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6866         (mac-add-charset-info): New function.  Initialize variable
6867         mac-charset-info-alist using it.
6868         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6869         for translation.
6870         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6871         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6872         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6873         New CCL programs.
6875 2005-04-19  Kim F. Storm  <storm@cua.dk>
6877         * simple.el (next-buffer, prev-buffer, next-error)
6878         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6879         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6881         * bindings.el (next-buffer, prev-buffer, next-error)
6882         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6883         (clone-indirect-buffer-other-window): Move bindings from simple.el.
6884         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6885         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6887 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6889         * isearch.el (isearch-edit-string): Make the search-ring available for
6890         minibuffer history commands.
6891         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6892         the default history commands now work just as well.
6893         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6895 2005-04-18  Kim F. Storm  <storm@cua.dk>
6897         * emulation/cua-base.el (cua--pre-command-handler): Add more
6898         elaborate check for shift modifier on non-window systems.
6900 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
6902         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6904 2005-04-18  Kim F. Storm  <storm@cua.dk>
6906         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6907         and make it optional.  Don't test tooltip-gud-echo-area here.
6908         (tooltip-gud-process-output, gdb-tooltip-print):
6909         Pass tooltip-gud-echo-area to tooltip-show.
6910         (tooltip-help-tips): Remove second optional arg to tooltip-show.
6912 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6914         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6915         `display-graphic-p' may not be bound yet.
6917 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
6919         * startup.el (command-line): No longer enable Xterm Mouse mode by
6920         default in terminals compatible with xterm.
6922         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6924 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6926         * tooltip.el (tooltip-gud-echo-area): Rename from
6927         tooltip-use-echo-area.
6928         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6929         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6930         area independently of where help tooltips are displayed.
6932 2005-04-17  David Kastrup  <dak@gnu.org>
6934         * cus-theme.el (custom-theme-write-variables): Quote variables
6935         where necessary.
6937 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6939         * simple.el (yank-excluded-properties): Add follow-link to value.
6941         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6943         * startup.el (fancy-splash-max-time): Just 30 seconds.
6944         (fancy-splash-delay): Just 7.
6945         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6947         * loadhist.el (unload-feature): Update for new format of load-history.
6948         Simplify the code.
6950         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6951         (rmail-font-lock-keywords): Don't fontify the text of a citation.
6953         * mail/sendmail.el (mail-font-lock-keywords):
6954         Don't fontify subject text.
6955         Don't fontify the text of a citation.
6957 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
6959         * comint.el (comint-output-filter): Run comint-output-filter-functions
6960         with point where the user had it.
6962 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6964         * international/ucs-tables.el (ucs-set-table-for-input):
6965         Disable when using unify-on-decoding.
6967 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
6969         * emulation/cua-base.el (cua-global-mark-face): Add special case
6970         for displays supporting a high number of colors.
6972 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
6974         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6976 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
6978         * filesets.el (filesets-add-buffer): If user supplies a name of a
6979         non-existing fileset, create a new fileset.
6981 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
6983         * textmodes/org.el (org-up-heading-all): Fix bug with
6984         `outline-up-heading-all'.
6986 2005-04-16  Andreas Schwab  <schwab@suse.de>
6988         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6989         /etc/permissions.d/* and /etc/aliases.d/*.
6991 2005-04-16  Kenichi Handa  <handa@m17n.org>
6993         * international/code-pages.el (cp-make-coding-system):
6994         Set `translation-table-for-input' property value to the symbol
6995         ucs-mule-to-mule-unicode, not to that value.
6996         (pt154): Escape guillemet by `\'.
6998 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
7000         * loadup.el: Load tooltip if x-show-tip is fboundp.
7002         * startup.el (command-line): Add comment.
7004         * tooltip.el (tooltip-mode): Specify correct standard value for
7005         Custom in init-value.
7007 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
7009         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
7010         possible.
7012 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
7014         * textmodes/org.el (org-agenda-date-prompt): Rename from
7015         `org-agenda-date-today'.
7016         (org-evaluate-time-range): Insert at point instead of directly
7017         after time range.
7018         (org-first-headline-recenter, org-subtree-end-visible-p)
7019         (org-optimize-window-after-visibility-change): New functions
7020         (org-agenda-post-command-hook): Don't allow point at end of line,
7021         to make sure it always hits the text properties.
7022         (org-agenda-next-date-line, org-agenda-previous-date-line):
7023         New commands.
7024         (org-set-regexps-and-options): Category may contain white space.
7025         (org-agenda-get-deadlines, org-agenda-get-scheduled):
7026         Improve marker positions.
7027         (org-agenda-new-marker): Argument POS made optional.
7028         (org-agenda-get-timestamps): Deadlines which are done are listed
7029         in org-done-face now.
7030         (org-agenda-get-todos, org-agenda-get-timestamps)
7031         (org-agenda-get-deadlines, org-agenda-get-scheduled):
7032         Set `undone-face' and `done-face' properties.
7033         (org-last-todo-state-is-todo): New variable.
7034         (org-todo): Set `org-last-todo-state-is-todo'.
7035         (org-agenda-todo): Change face according to
7036         `org-last-todo-state-is-todo'.  And change other lines referring to
7037         the same entry.
7038         (org-calendar-goto-agenda): New command.
7039         (org-calendar-to-agenda-key): New option.
7040         (org-startup-folded): New allowed value `content'.
7041         (org-set-regexps-and-options): Accept new value `content' for
7042         `org-startup-folded'.
7043         (org-get-current-options): Handle new value `content' for
7044         `org-startup-folded'.
7045         (org-insert-todo-heading): New command.
7046         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
7047         interactively in empty file and option
7048         `org-insert-mode-line-in-empty-file' has been set.
7049         (org-agenda-todo,org-agenda-priority): Modify to use
7050         `org-agenda-change-all-lines'.
7051         (org-warning-face): Change color on dark background
7053 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7055         * international/mule-cmds.el (set-locale-environment): On Mac OS,
7056         use preferences AppleLocale and AppleLanguages, and variable
7057         mac-system-locale for default locale.  On Mac OS Classic, use
7058         mac-system-coding-system for default coding systems.
7060         * term/mac-win.el: Don't set file-name-coding-system.
7061         Decode variables system-name, emacs-build-system, user-login-name, and
7062         user-full-name by mac-system-coding-system on Mac OS Classic.
7063         (mac-system-coding-system): New variable.
7065 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
7067         * startup.el (command-line): Handle `xterm-mouse-mode' before
7068         reading init file.
7070         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
7072 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
7074         * progmodes/sh-script.el (sh-here-document-word): Make it a
7075         defcustom.  Doc fix.
7076         (sh-add): Bash uses $(( )) for arithmetic.
7077         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7078         (sh-maybe-here-document): Remove quotes and leading whitespace
7079         from heredoc word when closing.  Indent heredoc with tabs if word
7080         starts with "-".
7082 2005-04-13  Richard M. Stallman  <rms@gnu.org>
7084         * simple.el (undo): Fix previous change.
7086         * custom.el (defface): Doc fix.
7088 2005-04-13  Lute Kamstra  <lute@gnu.org>
7090         * Makefile.in (DONTCOMPILE): Remove list.
7091         (compile, compile-always): Don't use DONTCOMPILE.
7092         (update-authors): Load the library in which batch-update-authors
7093         is defined.
7094         * makefile.w32-in (DONTCOMPILE): Remove list.
7095         (compile, compile-always): Fix comments.
7096         (update-authors): Load the library in which batch-update-authors
7097         is defined.
7099         * generic-x.el (generic-mode-ini-file-find-file-hook):
7100         Rename to ini-generic-mode-find-file-hook.
7101         Keep generic-mode-ini-file-find-file-hook as an alias.
7102         (ini-generic-mode-find-file-hook): Rename from
7103         generic-mode-ini-file-find-file-hook.  Fix docstring.
7104         (ini-generic-mode): Docstring change.
7105         (bat-generic-mode-run-as-comint): Silence the byte compiler.
7107         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7108         called from lisp.
7110         * generic.el: Move to the emacs-lisp subdir.
7112 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
7114         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7115         and C-S- function and cursor motion keys.
7117 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
7119         * startup.el (command-line): Enable Xterm Mouse mode by default.
7120         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7121         for Custom.  No longer show "Mouse" in mode line when enabled.
7122         Doc fix.
7124 2005-04-12  Kim F. Storm  <storm@cua.dk>
7126         * emulation/cua-base.el (cua-rectangle-face)
7127         (cua-rectangle-noselect-face): Define face attributes here.
7129         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7131 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7133         * startup.el (command-line): Turn off blinking cursor if
7134         cursorBlink in resources is off or false.
7136 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7138         * term/mac-win.el (dnd): Require dnd.
7139         (mac-drag-n-drop): Call dnd-handle-one-url.
7140         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7141         (kTextEncodingISOLatin2): Remove constants.
7142         (mac-script-code-coding-systems): New constant.
7143         (mac-handle-language-change): New function.
7144         (special-event-map): Bind it to `language-change' event.
7145         (mac-centraleurroman, mac-cyrillic): New coding systems.
7146         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7147         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7148         and mac-cyrillic-encoder to encode-mac-centraleurroman and
7149         encode-mac-cyrillic, respectively.
7151 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7153         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7154         Don't set overlay-arrow-string to "=>" as this is done
7155         globally in C now.
7157 2005-04-12  Lute Kamstra  <lute@gnu.org>
7159         * generic-x.el (rc-generic-mode, rul-generic-mode):
7160         Fix auto-mode-alist entries.
7161         (etc-fstab-generic-mode): Tweak fontification.
7163         * generic.el (generic-make-keywords-list): Fix docstring.
7164         (generic-mode-internal): Simplify generic-font-lock-keywords.
7166 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
7168         * whitespace.el (whitespace-buffer-leading)
7169         (whitespace-buffer-trailing): Revert the incorrect test inversion.
7170         However, fix the highlight area for the leading and
7171         trailing whitespaces to show space.
7173 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
7175         * whitespace.el (whitespace-version): Bump to 3.5
7177         (whitespace-buffer-leading, whitespace-buffer-trailing):
7178         Invert sense of the test to highlight the whitespace.
7180 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7182         * progmodes/gud.el (gud-display-line): GUD uses its own
7183         overlay arrow now so don't set overlay-arrow-string.
7184         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7186 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
7188         * term.el (term-ansi-current-bold, term-ansi-current-underline)
7189         (term-ansi-current-reverse, term-ansi-current-invisible)
7190         (term-ansi-face-already-done): Change to boolean.
7191         (term-reset-terminal, term-handle-colors-array): Handle the above
7192         vars accordingly.
7193         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7194         (term-emulate-terminal): Use the new name.
7196         * faces.el (secondary-selection): Use yellow1, not yellow.
7197         (trailing-whitespace): Use red1, not red.
7199 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7201         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7202         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7203         (dired-dnd-handle-file): Call dnd-get-local-file-uri
7205         * cus-edit.el (dnd): New group.
7207         * term/w32-win.el (dnd): Require dnd
7208         (w32-drag-n-drop): Call dnd-handle-one-url.
7210         * x-dnd.el: Require dnd.
7211         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7212         Call dnd-handle-one-url.
7213         (x-dnd-types-alist, x-dnd-insert-utf8-text)
7214         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7215         to dnd-insert-text.
7216         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7217         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7218         (x-dnd-get-local-file-name, x-dnd-open-local-file)
7219         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7221         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7223 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7225         * wdired.el: Doc fixes.
7226         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7227         (wdired-use-dired-vertical-movement): Rename from
7228         wdired-always-move-to-filename-beginning.
7229         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7230         (wdired-change-to-wdired-mode): Change mode name.
7231         (wdired-newline): Delete.
7233 2005-04-11  Richard M. Stallman  <rms@gnu.org>
7235         * whitespace.el (whitespace-highlight-the-space):
7236         Don't call whitespace-unhighlight-the-space here.
7238         * simple.el (undo): Record t in undo-equiv-table
7239         for the redo record made by an undo-in-region.
7241 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7243         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7244         (gdb-frame-inferior-io-buffer): New Functions to control
7245         display of separate IO buffer.
7246         (menu): Add them to menu-bar.
7247         (gdb-display-buffer): Check for buffer another frame.
7248         Protect GUD buffer.
7249         (gdb-setup-windows): Create IO buffer if not already there.
7250         (gdb-memory-mode): Remove purecopy noops.
7252 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7254         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7255         and pass to self-insert-command.
7257 2005-04-11  Lute Kamstra  <lute@gnu.org>
7259         * generic.el: Commentary section cleanup.
7260         (generic): Delete.
7261         (generic-use-find-file-hook, generic-lines-to-scan)
7262         (generic-find-file-regexp, generic-ignore-files-regexp)
7263         (default-generic-mode, generic-mode-find-file-hook)
7264         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7265         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
7266         (generic-use-find-file-hook, generic-lines-to-scan)
7267         (generic-find-file-regexp, generic-ignore-files-regexp)
7268         (default-generic-mode, generic-mode-find-file-hook)
7269         (generic-mode-ini-file-find-file-hook): Move from generic.el.
7271 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
7273         * bookmark.el (bookmark-write-file): Catch errors writing file.
7274         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7276 2005-04-10  Richard M. Stallman  <rms@gnu.org>
7278         * startup.el (fancy-splash-tail): Update copyright year.
7279         (command-line): Split part of -Q into -D.
7280         (emacs-basic-display): New defvar.
7281         (fancy-splash-text): Correct name of menu item.
7283         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7285         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7286         lines in one node.
7288         * comint.el (comint-send-input): New arg ARTIFICIAL.
7289         Callers in this file changed.
7291         * abbrev.el (define-abbrevs): Read system abbrevs properly.
7293         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7295 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
7297         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
7298         `ldap-search-internal'.
7300 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7302         * files.el (set-auto-mode-1): Use line-end-position.
7304         * international/latin-1.el:
7305         * international/latin-2.el:
7306         * international/latin-3.el:
7307         * international/latin-4.el:
7308         * international/latin-5.el:
7309         * international/latin-8.el:
7310         * international/latin-9.el: Give punctuation syntax to NBSP.
7312         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7313         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7314         Use char-classes to accept non-ascii letters, accepted in some recent
7315         bibtex implementations.
7317 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
7319         * custom.el (custom-set-minor-mode): Any non-nil value for the
7320         variable should enable the mode when set through Custom.
7322 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7324         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7325         TAB binding so tab-always-indent is obeyed.
7326         (vhdl-minibuffer-local-map): Move initialization into declaration.
7327         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7328         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7329         (vhdl-hooked-abbrev): Avoid test for XEmacs.
7330         (vhdl-current-line): Use line-beginning-position.
7331         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7332         with-output-to-temp-buffer, so the current position can be recorded.
7334 2005-04-10  Masatake YAMATO  <jet@gyve.org>
7336         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7337         Add regexp for gcov.
7339 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7341         * calendar/time-date.el (time-to-seconds, seconds-to-time)
7342         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7343         syntax which Emacs 20 doesn't support.
7345 2005-04-09  Richard M. Stallman  <rms@gnu.org>
7347         * help.el (describe-key-briefly, describe-key):
7348         Replace strings as event types with "(any string)".
7350 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7352         * arc-mode.el (archive-mode-map): Move initialization into
7353         the declaration.  Override *all* bindings of `undo'.
7354         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7356 2005-04-09  Jay Belanger  <belanger@truman.edu>
7358         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7360 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7362         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7363         (xterm-register-default-colors): Update color values computation
7364         to match xterm-200.
7366 2005-04-09  Kenichi Handa  <handa@m17n.org>
7368         * international/code-pages.el (iso-latin-7): Fix the map.
7370 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
7372         * emacs-lisp/lisp.el (defun-prompt-regexp)
7373         (parens-require-spaces, buffer-end, end-of-defun)
7374         (insert-parentheses): Doc fixes.
7376 2005-04-08  Kim F. Storm  <storm@cua.dk>
7378         * comint.el (comint-highlight-prompt): Fix face spec.
7379         * hi-lock.el (hi-green): Likewise.
7381 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7383         * cus-edit.el (custom-modified-face):
7384         * comint.el (comint-highlight-input): Fix previous changes.
7385         * term.el (term-handle-ansi-escape): Add a comment.
7387 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7389         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7390         in the buffer and in whitespace-highlighted-space.
7391         (whitespace-unhighlight-the-space): Simplify.
7392         (whitespace-buffer): Simplify.
7394 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7396         * textmodes/table.el (table-cell-face): Add special case for
7397         displays supporting a high number of colors.
7398         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7399         (vhdl-font-lock-reserved-words-face)
7400         (vhdl-speedbar-architecture-face)
7401         (vhdl-speedbar-instantiation-face)
7402         (vhdl-speedbar-architecture-selected-face)
7403         (vhdl-speedbar-instantiation-selected-face): Likewise.
7404         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7405         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7406         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7407         (ebrowse-root-class-face, ebrowse-member-attribute-face)
7408         (ebrowse-progress-face): Likewise.
7409         * progmodes/compile.el (compilation-info-face): Likewise.
7410         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7411         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7412         * calendar/calendar.el (diary-face): Likewise.
7413         * woman.el (woman-italic-face, woman-bold-face)
7414         (woman-unknown-face): Likewise.
7415         * wid-edit.el (widget-button-pressed-face): Likewise.
7416         * whitespace.el (whitespace-highlight-face): Likewise.
7417         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7418         * pcvs-info.el (cvs-marked-face): Likewise.
7419         * info.el (info-xref): Likewise.
7420         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7421         * hilit-chg.el (highlight-changes-face)
7422         (highlight-changes-delete-face): Likewise.
7423         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7424         (hi-red-b): Likewise.
7425         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7426         * font-lock.el (font-lock-keyword-face)
7427         (font-lock-function-name-face, font-lock-warning-face): Likewise.
7428         * cus-edit.el (custom-invalid-face, custom-modified-face)
7429         (custom-set-face, custom-changed-face, custom-variable-tag-face)
7430         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7431         * comint.el (comint-highlight-prompt): Likewise.
7433 2005-04-08  Lute Kamstra  <lute@gnu.org>
7435         * font-lock.el (font-lock-keywords): Docstring fixes.
7437 2005-04-08  Kenichi Handa  <handa@m17n.org>
7439         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7440         chars are more than a limit, print " and more..." at the tail.
7442 2005-04-08  Kim F. Storm  <storm@cua.dk>
7444         * emacs-lisp/authors.el (authors-aliases): Update list.
7445         (authors-ignored-files): New list.
7446         (authors-fixed-entries): Fix typo.
7447         (authors-renamed-files-alist): Update list.
7448         (authors-add): Check authors-ignored-files.
7450 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
7452         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7453         optional, to ensure backward compatibility.
7455 2005-04-08  Stephen Eglen  <stephen@gnu.org>
7457         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7459 2005-04-08  Kim F. Storm  <storm@cua.dk>
7461         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7463         * mouse.el (mouse-on-link-p): Doc fix.
7465 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
7467         * ielm.el (ielm-prompt-read-only): Doc fix.
7469         * comint.el (comint-prompt-read-only): Doc fix.
7471 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
7473         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7474         ensure dired always handles wildcards passed to ffap.
7475         (find-file-at-point): Use it.
7476         (ffap-dired-wildcards): Doc fix.
7478 2005-04-07  Juri Linkov  <juri@jurta.org>
7480         * simple.el (next-error-overlay-arrow-position): New defvar.
7481         Put "=>" on its property `overlay-arrow-string'.  Add it to
7482         `overlay-arrow-variable-list'.
7484         * progmodes/compile.el (compilation-setup):
7485         Set `next-error-overlay-arrow-position' to nil.  Also set it to
7486         nil in the local hook `kill-buffer-hook'.  Make local variable
7487         `overlay-arrow-string' and set it to "=>".
7488         (compilation-goto-locus): Set BOL position to
7489         `next-error-overlay-arrow-position' instead of
7490         `overlay-arrow-position'.
7492         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7493         locally instead of adding it to the global hook.
7494         (Info-kill-buffer): Move up.
7496 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
7498         * term/xterm.el (xterm-standard-colors): Update color values from
7499         xterm-200.
7501 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7503         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7505         * fast-lock.el:
7506         * lazy-lock.el: Move them to the obsolete subdir.
7508 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7510         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7511         (wdired-add-replace-advice): Remove.
7512         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7514 2005-04-06  Kim F. Storm  <storm@cua.dk>
7516         * startup.el (command-line): Add --bare-bones alias for -Q.
7518 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7520         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7521         create the startup fontset if a font specification ends with
7522         `mac-roman'.
7524 2005-04-06  Lute Kamstra  <lute@gnu.org>
7526         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7527         change.
7529         * emacs-lisp/copyright.el (copyright-update-year): Replace the
7530         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
7532 2005-04-05  Lute Kamstra  <lute@gnu.org>
7534         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7535         (define-generic-mode): Ditto.  Fix debug declaration.
7537         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7538         Put them in the generic-x group.
7540         * calendar/timeclock.el (timeclock): Doc fix.
7542         * generic.el (define-generic-mode): Don't use custom-current-group.
7543         Document default :group value.
7544         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7545         (define-global-minor-mode): Don't use custom-current-group.
7547 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
7549         * startup.el (command-line-1): Display startup-echo-area-message
7550         when fancy splash screen is in use.
7552         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7553         (sh-escaped-newline): New face.
7554         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7555         newline, and use sh-escaped-newline face.
7557         * progmodes/tcl.el (tcl-escaped-newline): New face.
7558         (tcl-builtin-list): New variable.
7559         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7560         newlines.  Fix keywords subexpression number.
7562 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
7564         * textmodes/org.el (org-diary-default-entry): Fix call to
7565         `add-to-diary-entry'.
7567 2005-04-05  Kim F. Storm  <storm@cua.dk>
7569         * ediff-init.el: Use (featurep 'xemacs).
7571 2005-04-05  David Ponce  <david@dponce.com>
7573         * cus-edit.el (face): Derive from symbol widget.  Display sample
7574         of the current face on the fly.
7575         (widget-face-sample-face-get, widget-face-notify): New functions.
7576         (widget-face-value-create): Remove.
7578         * wid-edit.el (widget-field-end): Temporarily remove field
7579         narrowing before to call `get-char-property'.
7581 2005-04-04  Jay Belanger  <belanger@truman.edu>
7583         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7584         (math-read-subscripts): New variable.
7585         (math-read-preprocess-string): Process subscripts.
7587 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7589         * comint.el (comint-prompt-read-only): Doc fix.
7591         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7592         `-1'.  Doc fix.
7594 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
7596         * textmodes/org.el (org-insert-mode-line-in-empty-file):
7597         Change default value to nil.
7599 2005-04-04  Lute Kamstra  <lute@gnu.org>
7601         * autorevert.el (auto-revert-mode): Specify :group.
7602         * battery.el (display-battery-mode): Specify :group.
7603         * diff-mode.el (diff-minor-mode): Specify :group.
7604         * font-core.el (font-lock-mode): Specify :group.
7605         * hl-line.el (hl-line-mode): Specify :group.
7606         * iimage.el (iimage): New customization group.
7607         (iimage-mode): Specify :group.
7608         * longlines.el (longlines-mode): Specify :group.
7609         * master.el: Don't require easy-mmode.
7610         (master): New customization group.
7611         (master-mode): Specify :group.
7612         * msb.el (msb-mode): Specify :group.
7613         * reveal.el (reveal-mode): Specify :group.
7614         * simple.el (next-error-follow-minor-mode): Specify :group.
7615         * smerge-mode.el (smerge-mode): Specify :group.
7616         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7617         * emulation/cua-base.el (cua-mode): Specify :group.
7618         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7619         * language/thai-util.el (thai-auto-composition-mode)
7620         (thai-word-mode): Specify :group.
7621         * mail/supercite.el (sc-minor-mode): Specify :group.
7622         * progmodes/cwarn.el (cwarn-mode): Specify :group.
7623         * progmodes/flymake.el (flymake-mode): Specify :group.
7624         * progmodes/glasses.el (glasses-mode): Specify :group.
7625         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7626         * textmodes/enriched.el (enriched-mode): Specify :group.
7627         * textmodes/refill.el (refill-mode): Specify :group.
7629         * add-log.el (change-log-font-lock-keywords): Names in
7630         parenthesized lists can contain spaces.
7632 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
7634         * startup.el (fancy-splash-text): Shorten default text of
7635         "Emacs Tutorial" line.  Also, if the current language env
7636         indicates an available tutorial file other than TUTORIAL,
7637         extract its title and append it to the line in parentheses.
7638         (fancy-splash-insert): If arg is a thunk, funcall it.
7640 2005-04-04  Jay Belanger  <belanger@truman.edu>
7642         * calc.el (calc-language-alist): Add tags to customization type.
7644 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
7646         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7647         Doc fix.
7649 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
7651         * add-log.el (change-log-font-lock-keywords): The manual
7652         describing a Change Log entry, says: (...) "Aside from these
7653         header lines, every line in the change log starts with a space or
7654         a tab.".  The font-lock was not highlighting lines started with
7655         spaces, added support for it.
7657 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7659         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7660         (bibtex-generate-url-list): Update docstring accordingly.  Put the
7661         complex example in the docstring.
7662         (bibtex-font-lock-url): Use pop.
7664 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7666         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7668         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7670 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7672         * filesets.el (filesets-set-default): Doc fix.
7674 2005-04-03  Lute Kamstra  <lute@gnu.org>
7676         * generic.el (define-generic-mode): Add argument to specify
7677         keywords for defcustom.
7678         (default-generic-mode): Specify :group.
7680         * generic-x.el: Specify :group for all generic modes.
7682         * desktop.el (desktop-no-desktop-file-hook)
7683         (desktop-after-read-hook): Doc fix.
7685 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
7687         * simple.el (visible-mode): Use explicit :group keyword.
7688         This changes the group of `visible-mode-hook' from paren-blinking
7689         to editing-basics.
7691 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
7693         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
7694         mailbox specifications as well as URLs.
7695         (rmail-insert-inbox-text): Remove unused conditional branches.
7697 2005-04-01  Jay Belanger  <belanger@truman.edu>
7699         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7700         (calc-gnuplot-print-command): Move definitions to calc.el.
7702         * calc/calc-embed.el (calc-embedded-announce-formula)
7703         (calc-embedded-open-formula, calc-embedded-close-formula)
7704         (calc-embedded-open-word, calc-embedded-close-word)
7705         (calc-embedded-open-plain, calc-embedded-close-plain)
7706         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7707         (calc-embedded-open-mode, calc-embedded-close-mode):
7708         Move definitions to calc.el.
7710         * calc/calc.el (calc-settings-file, calc-language-alist):
7711         Make customizable.
7712         (calc-embedded-announce-formula, calc-embedded-open-formula)
7713         (calc-embedded-close-formula, calc-embedded-open-word)
7714         (calc-embedded-close-word, calc-embedded-open-plain)
7715         (calc-embedded-close-plain, calc-embedded-open-new-formula)
7716         (calc-embedded-close-new-formula, calc-embedded-open-mode)
7717         (calc-embedded-close-mode, calc-gnuplot-name)
7718         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7719         from other files and make customizable.
7721 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7723         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7724         Use buffer-live-p.
7725         (cvs-mode-run): Don't call cvs-update-header here.
7726         (cvs-run-process): Call cvs-update-header.
7727         Use process properties for cvs-postprocess and cvs-buffer so that
7728         the sentinel can behave better if the temp buffer is killed.
7729         Use a pipe rather than a tty, to better handle unexpected prompts.
7730         (cvs-sentinel): Rewrite.  Call cvs-update-header.
7732 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
7734         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7735         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
7737 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7739         * generic.el (define-generic-mode): Add indentation rule.
7741 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7743         * files.el (mode-require-final-newline): Make Custom correctly
7744         report a nil value and allow to set it to nil via Custom.
7745         Doc fix.
7747 2005-04-01  Kenichi Handa  <handa@m17n.org>
7749         * international/characters.el: Enable the correct case setting for
7750         dotless-i and dotted-I.
7752 2005-04-01  Kim F. Storm  <storm@cua.dk>
7754         * ido.el (ido-file-internal): Fall back to non-ido command if
7755         initial directory is on slow ftp (or tramp) host.
7757 2005-03-31  Richard M. Stallman  <rms@gnu.org>
7759         * emacs-lisp/autoload.el (make-autoload):
7760         Handle define-global-minor-mode.
7762         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7763         Rename from easy-mmode-define-global-mode.
7764         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7766         * progmodes/scheme.el (scheme-mode-syntax-table):
7767         Update syntax of | and # for two-character comment syntax.
7769 2005-03-31  Lute Kamstra  <lute@gnu.org>
7771         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7772         (define-minor-mode): Call custom-current-group at load-time.
7774         * generic.el (define-generic-mode): Add debug declaration.
7775         Add defcustom for the mode hook.
7776         (generic-mode-internal): Use run-mode-hooks.
7778 2005-03-31  Kim F. Storm  <storm@cua.dk>
7780         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7781         (mouse-fixup-help-message): New defun called by show_help_echo
7782         to fixup mouse-2 prefix in help messages when applicable.
7784         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7786 2005-03-31  Kenichi Handa  <handa@m17n.org>
7788         * language/thai-word.el (thai-find-word-ends): Pay attention to
7789         the case that we reach the end of buffer.
7791         * textmodes/fill.el (fill-text-properties-at): New function.
7792         (fill-newline): Use fill-text-properties-at instead of
7793         text-properties-at.
7795 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
7797         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7798         not comint-quote-filename.
7800 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
7802         * help-fns.el (help-with-tutorial): Revert last change.
7804 2005-03-31  Kim F. Storm  <storm@cua.dk>
7806         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7808 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7810         * calendar/cal-china.el: Update reference to "Calendrical
7811         Calculations" book; there's a new edition.
7812         * calendar/cal-coptic.el: Likewise.
7813         * calendar/cal-french.el: Likewise.
7814         * calendar/cal-hebrew.el: Likewise.
7815         * calendar/cal-islam.el: Likewise.
7816         * calendar/cal-iso.el: Likewise.
7817         * calendar/cal-julian.el: Likewise.
7818         * calendar/cal-mayan.el: Likewise.
7819         * calendar/cal-persia.el: Likewise.
7820         * calendar/calendar.el: Likewise.
7821         * calendar/holidays.el: Likewise.
7822         * calendar/lunar.el: Likewise.
7823         * calendar/solar.el: Likewise.
7825         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7826         white space from doc string.
7828 2005-03-30  Jay Belanger  <belanger@truman.edu>
7830         * calc/calc-help.el (calc-full-help): Remove email address.
7832 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
7834         * help-fns.el (help-with-tutorial): Delete title line.
7836 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7838         * calendar/cal-x.el (calendar-one-frame-setup)
7839         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7840         rather than 'symbol for set-window-dedicated-p.
7842         * calendar/appt.el (appt-buffer-name): Make it a constant.
7843         (appt-add): Doc fix.
7845         * filesets.el (filesets-menu-path, filesets-menu-before)
7846         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
7847         (filesets-menu-cache-file): Use directory ~/.emacs.d.
7848         (filesets-add-submenu): Delete and use add-submenu instead.
7850 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
7852         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7853         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7854         (org-diary-default-entry): New function.
7855         (org-get-entries-from-diary): Better parsing of diary entries.
7856         (org-agenda-check-no-diary): New function.
7857         ("diary-lib"): Advice to function `add-to-diary-list', to allow
7858         linking to diary entries.
7859         (org-agenda-execute-calendar-command): New function.
7860         (org-agenda): Improve visible section in window.
7861         Use `org-fit-agenda-window'.
7862         (org-fit-agenda-window): New option.
7863         (org-move-subtree-down): Better handling of empty lines
7864         at end of subtree.
7865         (org-cycle): Numeric prefix is interpreted now as show-subtree N
7866         levels up.
7867         (org-fontify-done-headline): New option.
7868         (org-headline-done-face): New face.
7869         (org-set-font-lock-defaults): Use `org-headline-done-face'.
7870         (org-table-copy-down): Rename from `org-table-copy-from-above'.
7871         When current field is non-empty, it is copied to next row.
7872         (org-table-copy-from-above): Fix bug which made it
7873         impossible to copy fields containing only a single non-white character.
7875 2005-03-30  Kim F. Storm  <storm@cua.dk>
7877         * kmacro.el (kmacro-end-macro): Isearch may store this command
7878         into the macro -- so ignore it when executing keyboard macro.
7880 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
7882         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7884 2005-03-29  Kenichi Handa  <handa@m17n.org>
7886         * language/thai.el ("Thai"): Set setup-function and exit-function
7887         for Thai language environment.
7889         * language/thai-util.el: Require thai-word.
7890         (thai-word-mode-map): New variable.
7891         (thai-word-mode): New minor mode.
7892         (setup-thai-language-environment-internal): New function.
7893         (exit-thai-language-environment-internal): New function.
7895         * language/thai-word.el (thai-word-table): Declare it by defvar,
7896         use dolist to initialize it.
7897         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7898         (thai-fill-find-break-point): New functions.
7900 2005-03-29  Richard M. Stallman  <rms@gnu.org>
7902         * simple.el (idle-update-delay): Move definition up.
7903         (set-mark): Doc fix.
7905 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7907         * longlines.el: New file.
7909         * simple.el (buffer-substring-filters): New variable.
7910         (filter-buffer-substring): New function.
7911         (kill-region, copy-region-as-kill): Use it.
7913         * register.el (copy-to-register, append-to-register)
7914         (prepend-to-register): Use filter-buffer-substring.
7916 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
7918         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7919         (gud-filter-pending-text): Move in front of gdb.
7920         (gud-overlay-arrow-position): New variable.
7921         (gud-sentinel, gud-display-line): Use it in place of
7922         overlay-arrow-position.
7924 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
7926         * progmodes/fortran.el (fortran-if-indent): Doc fix.
7927         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7928         (fortran-font-lock-keywords-4): New variable.
7929         (fortran-blocks-re, fortran-end-block-re)
7930         (fortran-start-block-re): New constants, for hideshow.
7931         (hs-special-modes-alist): Add a Fortran entry.
7932         (fortran-mode-map): Bind fortran-end-of-block,
7933         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7934         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
7935         (fortran-looking-at-if-then, fortran-end-of-block)
7936         (fortran-beginning-of-block): New functions, for hideshow.
7938         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7939         Doc fix.  Tweak regexp.
7940         (f90-beginning-of-block): Push mark first.
7942 2005-03-29  Jay Belanger  <belanger@truman.edu>
7944         * calc/calc.el: Update copyright date.
7945         (calc-version): Increase to 2.1.
7946         (calc-version-date): Remove.
7948         * calc/calc-help.el: Update copyright date.
7949         (calc-full-help): Remove reference to calc-version-date.
7950         Update copyright date.
7952 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7954         * vc.el (vc-do-command): Use a pipe for async processes, so password
7955         prompts don't show up at places where the user can't reply.
7957 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
7959         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7960         on the file name we pass to the inferior shell.
7962 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7964         * progmodes/which-func.el (which-function): Be robust in the face of an
7965         imenu--make-index-alist failure.
7967 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7969         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7971         * progmodes/python.el (python-preoutput-filter): Fix last change.
7973 2005-03-29  Lute Kamstra  <lute@gnu.org>
7975         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7976         functions and compiled macros.
7977         (debug-convert-byte-code): Handle macros too.
7978         (debug-on-entry-1): Don't signal an error when trying to clear a
7979         function that is not set to debug on entry.
7981 2005-03-29  Jay Belanger  <belanger@truman.edu>
7983         * calc/calc-lang.el: Add functions to math-function-table
7984         properties of tex and math.
7986 2005-03-29  Kenichi Handa  <handa@m17n.org>
7988         * ps-mule.el (ps-mule-plot-string): Translate characters by
7989         ps-print-translation-table.
7990         (ps-mule-begin-job): Call find-charset-region/string with
7991         ps-print-translation-table.
7992         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7994         * ps-print.el (ps-print-translation-table): New variable.
7995         (ps-plot-region): Translate characters by ps-print-translation-table.
7997 2005-03-29  Juri Linkov  <juri@jurta.org>
7999         * simple.el (next-error-highlight-timer): New variable.
8001         * progmodes/compile.el (compilation-goto-locus):
8002         Use `next-error-highlight-timer' instead of `sit-for'.
8004 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * mail/supercite.el (sc-mail-field): Use assoc-string.
8007         (sc-get-address): Simplify regexps.
8009         * files.el (minibuffer-with-setup-hook): New macro.
8010         (find-file-read-args): Use it to avoid let-binding
8011         minibuffer-with-setup-hook (which breaks turning on/off
8012         file-name-shadow-mode while in the prompt).
8014         * complete.el (PC-read-include-file-name-internal): Use
8015         test-completion.
8017 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
8019         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
8021 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8023         * window.el (window-buffer-height): Use count-screen-lines.
8025         * progmodes/python.el (python-preoutput-leftover): New var.
8026         (python-preoutput-filter): Use it.
8027         (python-send-receive): Loop until all the result has been received.
8029 2005-03-28  Juri Linkov  <juri@jurta.org>
8031         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
8033         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
8034         "Recover Crashed Session".
8035         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
8036         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
8037         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
8038         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
8039         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
8040         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
8041         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
8042         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
8044         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
8045         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
8046         Ediff Sessions", "Toggle use of separate control buffer frame",
8047         "Use separate frame for Ediff control buffer".
8049         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
8050         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
8051         "Rename Bookmark", "Delete Bookmark".
8053         * info.el (Info-mode-menu): Remove ellipsis from "Index".
8054         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
8055         Add `:active Info-index-alternatives' to "Next Matching Item".
8057         * wdired.el (wdired-change-to-wdired-mode):
8058         Mention `wdired-abort-changes' key in the initial message.
8060         * international/mule.el (auto-coding-alist): Associate non-ascii
8061         image filename extensions with `no-conversion'.
8063 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8065         * international/iso-acc.el:
8066         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8068 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
8070         * textmodes/sgml-mode.el (html-mode): Doc update.
8072         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8074 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
8076         * term.el (term-move-columns): Fix face after extending a line.
8077         (term-insert-spaces): Likewise.
8078         (term-reset-terminal): Fix off by one error.
8080 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8082         * international/mule.el (auto-coding-alist): Add .xpi files.
8084         * files.el (auto-mode-alist): Add .xpi files.
8086 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
8088         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8090 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8092         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8094 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8096         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8097         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
8099         * calendar/cal-move.el (calendar-beginning-of-year): Move the
8100         cursor to Jan 1 when needed.
8101         (calendar-end-of-year): Fix -/+ typo.
8102         Reported by Chong Yidong <cyd@stupidchicken.com>.
8104 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8106         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8108         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8109         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
8111 2005-03-25  Richard M. Stallman  <rms@gnu.org>
8113         * filesets.el (filesets-init): Add autoload.
8115         * mail/mailalias.el (mail-directory): Doc fix.
8117 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8119         * mail/mailalias.el (mail-directory-process): Do nothing if
8120         mail-directory-process is an atom.
8121         (mail-get-names): Ignore mail-directory-names if it is an atom.
8122         (mail-directory-process defvar): Doc fix.
8123         (mail-names): Doc fix.
8125 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
8127         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8129 2005-03-26  Kenichi Handa  <handa@m17n.org>
8131         * international/mule-util.el (detect-coding-with-priority):
8132         Call update-coding-systems-internal before detect-coding-region.
8134 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
8136         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8137         (gdb-frames-mode-map): Add follow-link property.
8139 2005-03-25  Jay Belanger  <belanger@truman.edu>
8141         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8142         for variables.
8144 2005-03-25  Juri Linkov  <juri@jurta.org>
8146         * image-mode.el: Optimize image filename extension regexps in
8147         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
8148         in `auto-mode-alist'.
8149         (image-mode): Add `image-toggle-display-text' to local hook
8150         `change-major-mode-hook'.  Display the image as an image by
8151         default.  Set `cursor-type' and `truncate-lines' if the image
8152         is already displayed.  Take into account the current mode (image
8153         or text) in message.
8154         (image-minor-mode): New minor mode.
8155         (image-mode-maybe, image-toggle-display-text): New functions.
8156         (image-toggle-display): Use called-interactively-p.
8157         Let-bind `inhibit-read-only' to t.
8159         * image-mode.el (image-minor-mode): Set `cursor-type' and
8160         `truncate-lines' if the image is already displayed.  Add turning
8161         image-minor-mode off to `change-major-mode-hook'.  Add message.
8162         Call `image-toggle-display-text' after turning image-minor-mode off.
8164 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8166         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8167         Terminal.app, use utf-8.
8168         (set-display-table-and-terminal-coding-system): Add coding-system arg.
8169         (set-locale-environment): Use it.
8171         * term/xterm.el: Undo last change, better done in mule-cmds.el.
8173         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8175         * progmodes/python.el (python-close-block-statement-p)
8176         (python-outdent-p, python-current-defun): Use symbol-end.
8178 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
8180         * files.el (save-some-buffers): Doc fix.
8182 2005-03-25  Werner Lemberg  <wl@gnu.org>
8184         * complete.el, thumbs.el: Replace `legal' with `valid'.
8185         * calendar/calendar.el: Replace `legal' with `valid'.
8186         * emacs-lisp/advice.el: Replace `legal' with `valid'.
8187         * mail/supercite.el: Replace `legal' with `valid'.
8188         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8189         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8190         Replace `legal' with `valid'.
8191         * textmodes/reftex-vars.el, textmodes/reftex.el:
8192         Replace `legal' with `valid'.
8194 2005-03-25  Werner Lemberg  <wl@gnu.org>
8196         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8197         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8198         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8199         * emulation/vip.el: Replace `illegal' with `invalid'.
8200         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8201         `invalid'.
8202         * mail/supercite.el: Replace `illegal' with `invalid'.
8203         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8204         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8205         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8206         * progmodes/sh-script.el, progmodes/xscheme.el:
8207         Replace `illegal' with `invalid'.
8208         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8209         * textmodes/reftex-index.el, textmodes/reftex-parse.el
8210         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8211         * textmodes/reftex.el, textmodes/org.el:
8212         Replace `illegal' with `invalid'.
8214 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8217         (flymake-find-buildfile, flymake-find-possible-master-files)
8218         (flymake-check-include, flymake-parse-line): Replace loops over the
8219         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8221         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8222         Substitute file-name-as-directory in the rest of the file.
8223         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8224         (flymake-replace-region): Remove unused arg `buffer'.
8225         (flymake-check-patch-master-file-buffer): Update calls to it.
8226         (flymake-add-err-info): Remove unused var `count'.
8227         (flymake-mode): Use define-minor-mode.
8229         * progmodes/flymake.el: Use with-current-buffer.
8230         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8231         flymake-replace-regexp-in-string, flymake-line-beginning-position)
8232         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8233         Avoid testing for `xemacs'.
8234         (flymake-nop): Move.
8235         (flymake-region-has-flymake-overlays): Return the computed value.
8236         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8237         Remove unused var `endline'.
8238         (flymake-get-line-count): Remove unused function.
8239         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8241         * emulation/vi.el:
8242         * generic.el:
8243         * hilit-chg.el (global-highlight-changes):
8244         * hi-lock.el (hi-lock-mode):
8245         * follow.el: find-file-hooks -> find-file-hook.
8247         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8249 2005-03-24  Juri Linkov  <juri@jurta.org>
8251         * dired.el (dired-mode-map): Add menu item "Compare directories"
8252         for dired-compare-directories.
8254         * dired-aux.el (dired-compare-directories): Add autoload cookie.
8255         Doc fix.  Replace `read-file-name' with `read-directory-name'.
8257 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8259         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8261 2005-03-24  Jay Belanger  <belanger@truman.edu>
8263         * calc/calc-embed.el (calc-embedded-mode-change): Save all
8264         relevant mode settings in calc-embedded-original-modes when modes
8265         are permanently changed.
8267 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8269         * autoinsert.el: find-file-hooks -> find-file-hook.
8271 2005-03-24  Lute Kamstra  <lute@gnu.org>
8273         * generic.el (generic-font-lock-defaults): Make it obsolete.
8274         (generic-font-lock-keywords): New variable to replace
8275         generic-font-lock-defaults.
8276         (generic-mode-set-font-lock): Delete it.
8277         (generic-mode-internal): Don't call generic-mode-set-font-lock.
8278         (generic-bracket-support): Add docstring.
8280         * generic-x.el: Rename generic-font-lock-defaults to
8281         generic-font-lock-keywords throughout.
8282         (mailagent-rules-setup-function): Delete it.
8283         (mailagent-rules-generic-mode): Use anonymous function instead.
8284         (show-tabs-generic-mode-font-lock-defaults-1)
8285         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8286         Quote faces.
8287         (show-tabs-tab-face, show-tabs-space-face): Specify background,
8288         not foreground.
8290         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8291         Recognize define-generic-mode.
8293 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8295         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8296         if there's no completion table.
8298 2005-03-23  Miles Bader  <miles@gnu.org>
8300         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8301         Remove tty-specific variants, as they're no longer needed.
8303 2005-03-23  Lute Kamstra  <lute@gnu.org>
8305         * generic-x.el: Code cleanup: make args constant whenever possible.
8306         (installshield-statement-keyword-list)
8307         (installshield-system-functions-list)
8308         (installshield-system-variables-list, installshield-types-list)
8309         (installshield-funarg-constants-list): Make them constants.
8311         * generic.el (generic-make-keywords-list): Add autoload cookie.
8313         * calendar/time-date.el: Add comment on time value formats.
8314         Don't require parse-time.
8315         (with-decoded-time-value): New macro.
8316         (encode-time-value): New function.
8317         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8318         (days-to-time): Return a valid time value when arg is huge.
8319         (time-since): Use time-subtract.
8320         (time-to-number-of-days): Use time-to-seconds.
8322 2005-03-23  David Ponce  <david@dponce.com>
8324         * recentf.el: (recentf-keep): New option.
8325         (recentf-menu-action): Default to `find-file'.
8326         (recentf-keep-non-readable-files-flag)
8327         (recentf-keep-non-readable-files-p)
8328         (recentf-file-readable-p, recentf-find-file)
8329         (recentf-cleanup-remote): Remove.
8330         (recentf-include-p): More robust.
8331         (recentf-keep-p): New function.
8332         (recentf-remove-if-non-kept): Rename from
8333         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
8334         All callers updated.
8335         (recentf-menu-items-for-commands): Fix help string.
8336         (recentf-track-closed-file): Update.  Doc fix.
8337         (recentf-cleanup): Update.  Count removed files.  Doc fix.
8339 2005-03-23  Kim F. Storm  <storm@cua.dk>
8341         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8342         Don't inherit from fringe face (now happens automatically).
8344 2005-03-22  Kim F. Storm  <storm@cua.dk>
8346         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8347         position values.
8349 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8351         * menu-bar.el (showhide-date-time): Remove.
8352         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8353         (menu-bar-make-mm-toggle): Simplify.
8355 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8357         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8358         Accept qualified variable and function names.
8360 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
8362         * bindings.el (completion-ignored-extensions):
8363         Remove ".lis" for `vax-vms'.
8365 2005-03-22  Andreas Schwab  <schwab@suse.de>
8367         * generic-x.el: Revert last change.
8368         * ldefs-boot.el: Update.
8370 2005-03-22  Jay Belanger  <belanger@truman.edu>
8372         * calc/calc-embed (calc-embedded-original-modes): New variable.
8373         (calc-embedded-save-original-modes)
8374         (calc-embedded-restore-original-modes): New functions.
8375         (calc-do-embedded): Save original modes when entering embedded mode
8376         and restore when leaving embedded mode.
8377         (calc-embedded-modes-change): Change the value of
8378         calc-embedded-original-modes to reflect permanent changes.
8380 2005-03-22  Lute Kamstra  <lute@gnu.org>
8382         * generic-x.el: Require generic again.
8384 2005-03-22  Miles Bader  <miles@gnu.org>
8386         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8387         Tweak details to look good on both ttys and bitmap displays, light
8388         or dark background, etc.
8390 2005-03-21  Kim F. Storm  <storm@cua.dk>
8392         * tooltip.el (tooltip-show-help-function): Check car and cdr of
8393         mouse position.
8395 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8397         * icomplete.el: Don't forcibly turn on the mode upon load.
8398         (icomplete-mode): Use define-minor-mode.
8399         (icomplete-eoinput): Default to nil.
8400         (icomplete-minibuffer-setup): Remove autoload.
8401         (icomplete-tidy): Simplify.
8402         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8403         in the initial state or if the user has modified the field.
8404         Fix handling of icomplete-max-delay-chars.
8405         Remove code that handles the oddball case where
8406         minibuffer-completion-table is an integer.
8407         Wrap icomplete-completions in while-no-input in case building
8408         completions takes more time than expected.
8409         (icomplete-completions): Simplify.
8411 2005-03-21  Richard M. Stallman  <rms@gnu.org>
8413         * jka-compr.el (jka-compr-really-do-compress):
8414         Make variable buffer-local.
8416         * image-mode.el: Handle .xpm files too.
8417         (image-toggle-display): Preserve modification flag.
8419         * help.el (where-is): Don't mention aliases with no key bindings.
8421 2005-03-21  Lute Kamstra  <lute@gnu.org>
8423         * generic.el: Fix commentary section.  Don't require cl for
8424         compilation.
8425         (generic-mode-list): Add autoload cookie.
8426         (generic-use-find-file-hook, generic-lines-to-scan)
8427         (generic-find-file-regexp, generic-ignore-files-regexp)
8428         (generic-mode, generic-mode-find-file-hook)
8429         (generic-mode-ini-file-find-file-hook): Fix docstrings.
8430         (define-generic-mode): Make it a defmacro.  Fix docstring.
8431         (generic-mode-internal): Code cleanup.  Add autoload cookie.
8432         (generic-mode-set-comments): Code cleanup.
8433         * generic-x.el: Don't prevent compilation.  Don't require generic.
8434         Follow coding conventions.  Minor code cleanup.
8435         (etc-fstab-generic-mode): Add some keywords.
8436         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8437         define-generic-mode like a function declaration.
8439 2005-03-21  Jay Belanger  <belanger@truman.edu>
8441         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8442         changing modes.
8444 2005-03-21  Sam Steingold  <sds@gnu.org>
8446         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8448 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
8450         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8451         Add underscore to "f$ lexicals" regexp.
8453 2005-03-20  Juri Linkov  <juri@jurta.org>
8455         * subr.el (progress-reporter-do-update): When `min-value' is equal
8456         to `max-value', set `percentage' to 0 and prevent division by zero.
8458 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8460         Sync with Tramp 2.0.48.
8462         * tramp.el (all): Change all addresses to .gnu.org.
8463         (tramp-append-tramp-buffers): New defun.
8464         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8465         Catch `dont-send' signal.
8466         (tramp-set-auto-save-file-modes): Set always permissions, because
8467         there might be an old auto-saved file belonging to another
8468         original file.  This could be a security threat.  Reported by
8469         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8470         Check for Emacs 21.3.50 removed.
8472         * tramp-smb.el (all): Remove debug construct for
8473         `with-parsed-tramp-file-name'.
8474         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8475         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8476         No error message if DIRECTORY or FILENAME doesn't exist.
8477         (tramp-smb-open-connection): Check existence of
8478         `tramp-smb-program'.
8480 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8483         Properly handle the case where the `m' or `s' command's argument is not
8484         yet terminated.
8485         (perl-indent-new-calculate): New function.
8486         (perl-indent-line): Use it.
8488 2005-03-20  Miles Bader  <miles@gnu.org>
8490         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8491         in text-mode too.  Change to new face names.
8492         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8493         Add `:weight bold' attribute.
8494         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8496 2005-03-19  Juri Linkov  <juri@jurta.org>
8498         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
8500         * international/mule.el (auto-coding-alist): Sync with
8501         `auto-mode-alist' by adding upper case archive file extensions
8502         and adding ear/war to jar extension.
8504 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
8506         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8507         running, restart it.
8509 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
8511         * finder.el (finder-current-item): Throw an error on an empty line.
8513         * man.el (Man-follow-manual-reference): If current-word returns
8514         nil, use "".
8516 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
8518         * simple.el (goto-line): Doc fix.
8520 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
8522         * files.el (save-buffer): Doc fix.
8524 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
8526         * recentf.el (recentf-cleanup-remote): New variable.
8527         (recentf-cleanup): Use it to conditionally check availability of
8528         remote files.
8530 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
8532         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8533         function names.
8535 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8537         * language/thai-word.el: New file.
8539 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8541         * files.el (backup-buffer): If the file's directory is not
8542         writable, use copy instead of move to backup the file.
8544 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8546         * obsolete/keyswap.el: Moved to obsolete/ from term/.
8548 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8550         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8551         Use functionp instead of symbolp and fboundp.  Reported by Drkm
8552         <darkman_spam@yahoo.fr>.
8553         (ps-print-version): New version 6.6.6.
8555 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
8557         * textmodes/table.el (table--line-column-position): New idiom.
8558         (table--row-column-insertion-point-p): New function to test
8559         validity of row and column insertion operation at a location.
8560         (table-global-menu, table-cell-menu): Use above functions for
8561         deterministic test operation.
8562         (table--editable-cell-p): Behave in deterministic fashion.
8564 2005-03-18  Juri Linkov  <juri@jurta.org>
8566         * isearch.el (isearch-lazy-highlight-new-loop):
8567         Make arguments beg and end optional.
8568         (isearch-update): Remove optional arguments nil from
8569         isearch-lazy-highlight-new-loop.
8570         (isearch-lazy-highlight-search): Let-bind case-fold-search to
8571         isearch-lazy-highlight-case-fold-search instead of
8572         isearch-case-fold-search, and let-bind isearch-regexp to
8573         isearch-lazy-highlight-regexp.
8574         Use isearch-lazy-highlight-last-string instead of isearch-string.
8576         * replace.el (perform-replace): Remove bindings of global
8577         variables isearch-string, isearch-regexp, isearch-case-fold-search.
8578         Add three new arguments to `replace-highlight'.
8579         (replace-highlight): Add arguments string, regexp, case-fold.
8580         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8581         to allow isearch-lazy-highlight-new-loop to use these values
8582         to set corresponding isearch-lazy-highlight-* internal
8583         variables whose values lazy highlighting will use regardless of
8584         changes to global variables isearch-string, isearch-regexp,
8585         isearch-case-fold-search during lazy highlighting loop.
8586         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8587         to `lazy-highlight-cleanup'.
8589         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8590         (ispell-highlight-face): Set default face to `isearch' when
8591         lazy highlighting is enabled.
8592         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8593         priority to 1.  Add lazy highlighting.
8594         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8595         from `isearch-dehighlight'.
8597 2005-03-18  David Ponce  <david@dponce.com>
8599         * files.el (hack-local-variables): Do a case-insensitive search
8600         for End.
8602 2005-03-18  Juri Linkov  <juri@jurta.org>
8604         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8605         `isearch-lazy-highlight-cleanup', add alias to old name and
8606         declare obsolete.  Add release numbers to other obsolete vars.
8607         (isearch-done, isearch-lazy-highlight-new-loop):
8608         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8609         (lazy-highlight-cleanup) <variable>: Doc fix.
8610         (isearch-lazy-highlight-update): Rename obsolete
8611         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8613 2005-03-18  Kenichi Handa  <handa@m17n.org>
8615         * language/thai-util.el: Fix categorization of Thai characters in
8616         thai-category-table.
8617         (thai-composition-pattern): Adjust it for the above change.
8618         (thai-self-insert-command, thai-compose-syllable): New functions.
8619         (thai-compose-region): Use thai-compose-syllable.
8620         (thai-compose-string): Likewise.
8621         (thai-composition-function): Likewise.
8622         (thai-auto-composition): New function.
8623         (thai-auto-composition-mode): New minor mode.
8625         * language/thai.el: Fix patterns to be registered in
8626         composition-function-table.
8628         * international/quail.el (quail-input-method): Locally bind
8629         inhibit-modification-hooks to t.
8631 2005-03-17  Richard M. Stallman  <rms@gnu.org>
8633         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8634         (perl-mode): Use run-mode-hooks.
8636         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8637         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8638         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8640         * mail/sendmail.el (sendmail-send-it): Reenable the code
8641         to compute resend-to-address and use it.
8643         * tar-mode.el (tar-mode): Turn off undo unconditionally.
8645         * image-mode.el: New file.
8647         * image.el (insert-sliced-image): Add autoload cookie.
8649         * font-lock.el (font-lock-lines-before): New user option.
8650         (font-lock-after-change-function): Obey it.
8652         * bindings.el (esc-map): Make M-g a prefix.
8653         Bind M-g g and M-g M-g to goto-line.
8655         * faces.el (face-id): Doc fix.
8657 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8659         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8660         (rmail-show-message): Use rmail-unknown-mail-followup-to.
8661         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8663         * mail/sendmail.el (mail-yank-ignored-headers)
8664         (mail-font-lock-keywords, mail-mode-fill-paragraph):
8665         Add Mail-Followup-To and Mail-Reply-To headers.
8666         (mail-citation-hook): Add autoload cookie.
8667         (mail-mode): Doc fix.
8668         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8669         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8670         (mail-mode-fill-paragraph): Handle those headers.
8671         (mail-mailing-lists): New variable.
8672         (mail-mail-reply-to, mail-mail-followup-to): New functions.
8674 2005-03-17  Juri Linkov  <juri@jurta.org>
8676         * isearch.el (isearch-fallback): Check for `(car previous)'
8677         before calling `isearch-other-end-state'.
8679 2005-03-17  Kim F. Storm  <storm@cua.dk>
8681         * simple.el (move-beginning-of-line): Move to beginning of buffer
8682         line, as well as beginning of screen line.
8684 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
8686         * calendar/diary-lib.el (mark-diary-entries): Use new optional
8687         argument REDRAW rather than calendar-redrawing variable.
8688         * calendar/calendar.el (calendar-redrawing): Delete.
8689         (redraw-calendar): Do not bind calendar-redrawing.
8691 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
8693         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8694         diary-file buffer.
8696 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8698         * help.el (describe-mode): Allow a :minor-mode-function property to
8699         specify a different minor mode toggle function than the variable.
8700         * simple.el (auto-fill-function):
8701         * subr.el (add-minor-mode): Use it.
8703 2005-03-16  Kenichi Handa  <handa@m17n.org>
8705         * language/ethio-util.el (sera-being-called-by-w3): New variable.
8706         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8707         (ethio-fidel-to-sera-buffer): Likewise.
8709 2005-03-16  Juri Linkov  <juri@jurta.org>
8711         * emacs-lisp/find-func.el (find-function-regexp):
8712         Add defun-emitting macro `menu-bar-make-toggle'.
8714         * isearch.el: Put `isearch-scroll' property to
8715         `split-window-horizontally'.
8717         * info.el: Update error messages for `debug-ignored-errors'.
8718         (Info-isearch-search): Doc fix.
8719         (Info-find-node): Move up code to go into info buffer before
8720         recording the node to the history.
8721         (Info-fontify-node): Fontify titles only if the next line
8722         has two or more `*', `=', `-', `.'.
8723         Display "go to this node" for empty (match-string 3).
8725 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8727         * term/mac-win.el: Add mouse pointer shape constants.
8729 2005-03-15  Kim F. Storm  <storm@cua.dk>
8731         * simple.el (move-beginning-of-line): Use vertical-motion.
8733 2005-03-15  Juri Linkov  <juri@jurta.org>
8735         * isearch.el (isearch-error): New variable.
8736         (isearch-invalid-regexp, isearch-within-brackets): Remove.
8737         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8738         (isearch-within-brackets-state): Remove.
8739         (isearch-case-fold-search-state, isearch-pop-fun-state):
8740         Decrease frame index.
8741         (isearch-mode, isearch-top-state, isearch-push-state)
8742         (isearch-edit-string, isearch-abort, isearch-search-and-update)
8743         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8744         (isearch-search, isearch-lazy-highlight-new-loop):
8745         Replace `isearch-invalid-regexp' with `isearch-error'.
8746         Remove `isearch-within-brackets'.
8747         (isearch-search): Add `search-failed' handler to `condition-case'.
8748         (isearch-lazy-highlight-search): Add `condition-case' to catch
8749         errors and allow `isearch-lazy-highlight-update' to try
8750         highlighting from the beginning of the window.
8751         (isearch-repeat): Move up code to set isearch-wrapped to t
8752         before calling isearch-wrap-function.
8754         * info.el (Info-isearch-initial-node): New internal variable.
8755         (Info-search): Signal an error in isearch mode when search leaves
8756         the initial node.  Signal an error when `bound' is non-nil and
8757         nothing was found in the current subfile.
8758         (Info-isearch-search): Remove `condition-case'.
8759         (Info-isearch-wrap): Don't wrap when search failed during leaving
8760         the initial node.  If `Info-isearch-search' is nil, wrap around
8761         the current node.
8762         (Info-isearch-start): New fun.
8763         (Info-mode): Add buffer-local hook `Info-isearch-start' to
8764         `isearch-mode-hook'.
8766 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8768         * simple.el (normal-erase-is-backspace): Set default to t if
8769         running on Mac.
8771         * term/mac-win.el (function-key-map): Sync with x-win.el.
8773 2005-03-15  Kenichi Handa  <handa@m17n.org>
8775         * international/mule-cmds.el (locale-language-names): Modify the
8776         format of elements and add more entries.
8777         (locale-preferred-coding-systems): Add more entries.
8778         (set-locale-environment): Adjust for the change of
8779         locale-language-names.
8781 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8783         * pcvs.el (smerge-ediff): Remove bogus autoload.
8785 2005-03-14  Lute Kamstra  <lute@gnu.org>
8787         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8788         Ignore a `*' at the beginning of a line.
8790         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8791         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8792         subr.el.
8793         (dont-compile, eval-when-compile, eval-and-compile): Use declare
8794         to specify indentation.
8796         * generic.el (define-generic-mode): Let generic-mode-list be a
8797         list of strings; test membership with equal.
8799 2005-03-14  Kim F. Storm  <storm@cua.dk>
8801         * simple.el (next-line, previous-line): Add optional try-vscroll
8802         arg to recognize interactive use.  Pass it on to line-move.
8803         (line-move): Don't perform auto-window-vscroll when defining or
8804         executing keyboard macro to ensure consistent behavior.
8806 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8808         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8810 2005-03-13  Lute Kamstra  <lute@gnu.org>
8812         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8813         debugger-setup-buffer so that backtrace marks the frames set to
8814         debug-on-exit and we don't have to do it manually.  Set an extra
8815         debug-on-exit for macro's.
8816         (debugger-setup-buffer): Don't mark the top frame manually.
8818 2005-03-12  Lute Kamstra  <lute@gnu.org>
8820         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8821         lisp-indent-function throughout.
8822         (with-no-warnings): Set lisp-indent-function property.
8824 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
8826         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8827         Add entry for backslash.
8829 2005-03-12  Juri Linkov  <juri@jurta.org>
8831         * info.el (Info-search): Four fixes for backward search.
8833 2005-03-11  Jay Belanger  <belanger@truman.edu>
8835         * calc/calc.el (calc-language-alist): New variable.
8836         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8837         (calc-embedded-find-modes): Use calc-language-alist instead of
8838         calc-embedded-language-alist.
8840 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8842         * calendar/calendar.el (calendar-redrawing): New internal
8843         variable.
8844         (redraw-calendar): Remove bogus save-excursion from previous
8845         change.  Bind calendar-redrawing to t for mark-diary-entries.
8846         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8847         calendar if that is why we were called.
8849 2005-03-11  Kenichi Handa  <handa@m17n.org>
8851         * international/mule.el (make-coding-system): Set property
8852         coding-system-define-form to nil.
8853         (define-coding-system-alias): Likewise.
8855 2005-03-11  Kenichi Handa  <handa@m17n.org>
8857         These changes are suggested by Dave Love <fx@gnu.org>.
8859         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8860         coding: tag.
8861         (adaptive-fill-regexp): Add more bullets.
8862         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8863         regexps.
8865 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8867         * help.el (describe-mode): Properly handle non-trivial lighters.
8868         Don't ignore minor modes that are not listed in minor-mode-list.
8870         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8871         feature ON when the user requests to turn it OFF.
8873 2005-03-10  Lute Kamstra  <lute@gnu.org>
8875         * emacs-lisp/debug.el (debug-entry-code): Delete it.
8876         (implement-debug-on-entry): New function to replace debug-entry-code.
8877         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
8878         second argument as the 2005-03-07 change makes it obsolete.
8879         (debug-on-entry, cancel-debug-on-entry): Update call to
8880         debug-on-entry-1.
8881         (debug, debugger-setup-buffer): Comment update.
8882         (debugger-frame-number): Update to work with implement-debug-on-entry.
8884 2005-03-10  Jay Belanger  <belanger@truman.edu>
8886         * calc/calc-embed.el (math-ms-args): Declare it.
8887         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8888         math-ms-args.
8889         (calc-embedded-subst): Use math-multi-subst-rec to substitute
8890         variables.
8892 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
8894         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8895         Use message-box.
8897         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8898         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8899         (tooltip-gud-tips): Simplify.
8900         (tooltip-gud-tips-p): Remove superfluous :set.
8901         (tooltip-gud-modes): Add fortran-mode.
8902         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8904         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8906 2005-03-09  Kim F. Storm  <storm@cua.dk>
8908         * play/animate.el (animate-place-char): Use forward-line instead
8909         of next-line to improve performance.
8911 2005-03-09  Simon Josefsson  <jas@extundo.com>
8913         * net/browse-url.el (browse-url-default-browser): Doc fix.
8915 2005-03-09  Miles Bader  <miles@gnu.org>
8917         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8918         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8920 2005-03-09  Kenichi Handa  <handa@m17n.org>
8922         * international/latin-1.el: Set case and syntax for 255 only if
8923         set-case-syntax-set-multibyte is nil.
8925         * textmodes/ispell.el (ispell-insert-word): New function.
8926         (ispell-word): Use ispell-insert-word to insert a new word.
8927         (ispell-process-line): Likewise.
8928         (ispell-complete-word): Likewise.
8930 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
8932         * calendar/calendar.el (redraw-calendar): Preserve point.
8933         Reported by Matt Hodges <MPHodges@member.fsf.org>.
8934         (calendar-week-start-day): Move after definition of
8935         redraw-calendar.  Delete buffer test, since redraw-calendar has
8936         that now.
8938         * calendar/diary-lib.el (mark-diary-entries): Only call
8939         redraw-calendar in the first of any recursive calls.
8940         Reported by Alan Shutko <ats@acm.org>.
8942 2005-03-08  Juri Linkov  <juri@jurta.org>
8944         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8945         (html-horizontal-rule, html-line, html-image, html-checkboxes)
8946         (html-radio-buttons): Add a space before the trailing `/>' where
8947         sgml-xml-mode is non-nil.
8948         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8949         the subsequent tag of the empty XML tag.
8950         (html-href-anchor): Don't set initial input to "http:".
8951         (html-image): Ask for the image URL and set point inside alt="".
8952         (html-name-anchor): Duplicate the name in the `id' attribute when
8953         sgml-xml-mode is non-nil.
8954         (html-paragraph): Remove \n before <p>.
8955         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8956         instead of `checked' when sgml-xml-mode is non-nil.
8958         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8959         Remove 1 space before #RRGGBB to not truncate it on terminal
8960         windows w/o fringes.  Remove 1 space between bg and fg examples
8961         to get more space.
8962         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8963         avoid byte-compile warnings.
8965         * image-file.el (image-file-handler): Put `safe-magic' property to
8966         `image-file-handler'.
8968         * info.el (Info-isearch-search): Emulate word search in
8969         isearching through multiple Info nodes with Info-search.
8970         (Info-isearch-wrap): Allow isearch-word.
8972 2005-03-08  Lute Kamstra  <lute@gnu.org>
8974         * emacs-lisp/debug.el (debugger-step-through): Make sure that
8975         stepping into the debugger's code is not possible.
8976         (debugger-jumping-flag): Docstring update.
8978 2005-03-08  Jay Belanger  <belanger@truman.edu>
8980         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8981         embedded mode begins.
8982         (calc-embedded-language-alist): New variable.
8983         (calc-embedded-find-modes): Use calc-embedded-language-alist to
8984         set default language mode.
8986 2005-03-08  Kenichi Handa  <handa@m17n.org>
8988         * international/ccl.el (define-ccl-program): Fix docstring about
8989         extra 256 bytes assured for the output buffer.
8991         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8992         Fix BUFFER_MAGNIFICATION to 2.
8993         (ccl-encode-mule-utf-16be-with-signature): Likewise.
8995 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
8997         * align.el (align-rules-list): Added an alignment rule for CSS
8998         declarations (applies to css-mode and html-mode buffers).
9000 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9002         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
9004 2005-03-07  Kim F. Storm  <storm@cua.dk>
9006         * simple.el (move-beginning-of-line): New command.
9008         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
9010         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
9012         * emulation/cua-base.el: Put CUA move property on move-end-of-line
9013         and move-beginning-of-line.
9015         * apropos.el (apropos-print): Omit command from M-x ... RET.
9017 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
9019         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
9020         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
9022 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9024         * bindings.el (esc-map): Bind M-g to goto-line.
9026         * facemenu.el (global-map): Bind M-o, not M-g.
9028 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9030         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
9031         "Open Directory" as for "Open File".
9033 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
9035         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9036         (push-mark-command): Run activate-mark-hook.
9038 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9040         * help-mode.el (help-mode-finish): Don't alter the element
9041         in view-return-to-alist if there already is one.
9043         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
9044         make sure the current buffer is the expected one.
9046         * novice.el (disabled-command-function): Output in *Disabled Command*.
9047         Explicitly ignore non-keyboard events, and explicitly handle C-g.
9049         * textmodes/flyspell.el (flyspell-large-region):
9050         Pass args differently for aspell.
9052         * files.el (mode-require-final-newline): Doc fix.
9054 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9056         * progmodes/which-func.el (which-function):
9057         Specify NOERROR when calling imenu--make-index-alist.
9059 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9061         * simple.el (normal-erase-is-backspace): Define default value.
9063         * custom.el (custom-theme-set-variables): Remove unused var
9064         `immediate'.
9065         (custom-reevaluate-setting): Simple function to handle variables
9066         that are defined before their default value can really be
9067         computed.
9069         * startup.el (command-line): Use it for temporary-file-directory,
9070         small-emporary-file-directory, auto-save-file-name-transforms,
9071         blink-cursor-mode, and normal-erase-is-backspace.
9073         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9074         progress, even with buggy anchored keywords.
9076 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
9078         * simple.el (goto-line): Remove unbalanced final parenthesis.
9080 2005-03-05  Richard M. Stallman  <rms@gnu.org>
9082         * simple.el (goto-line): Use a number at point as the default.
9083         With C-u as arg, switch buffers.
9085 2005-03-05  Juri Linkov  <juri@jurta.org>
9087         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9088         with `no-blinking-cursor'.
9090         * startup.el (no-blinking-cursor): New defvar.
9091         (command-line): Add `--no-blinking-cursor' to longopts.
9092         Set `no-blinking-cursor' to t for command line arguments
9093         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
9094         with `no-blinking-cursor' in the condition for calling
9095         `blink-cursor-mode'.
9097 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
9099         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9100         (menu-bar-options-save): Add blink-cursor-mode.
9101         (menu-bar-options-menu): Add blink-cursor-mode.
9103 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
9105         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9106         (icalendar-export-file, icalendar-export-region)
9107         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9108         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9110 2005-03-04  Lute Kamstra  <lute@gnu.org>
9112         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9113         (debug-function-list): Ditto.
9115 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
9117         * textmodes/texinfmt.el (texinfo-append-refill):
9118         Redefine the types of line to which @refill
9119         is not appended by replacing a search for `@refill\\|@bye' with
9120         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
9121         itemize@refill' bug and the unfilled long lines bug.
9122         (texinfmt-version): Update number and date.
9124 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9126         * international/code-pages.el (windows-1250, windows-125[2-8])
9127         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9129 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9131         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9132         bound yet.
9134 2005-03-02  Romain Francoise  <romain@orebokech.com>
9136         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9137         buffer after removing limits.
9138         (ibuffer-pop-filter): Ditto.
9139         Update copyright.
9141 2005-03-02  Miles Bader  <miles@gnu.org>
9143         * button.el (make-text-button): If the user doesn't specify a
9144         type, use the default.  Rewrite to use `add-text-properties' and
9145         plist functions.
9147 2005-03-01  Lute Kamstra  <lute@gnu.org>
9149         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9150         (debugger-jumping-flag): New var.
9151         (debug-entry-code): Use it.
9152         (debugger-jump): Use debugger-jumping-flag and add
9153         debugger-reenable to post-command-hook.
9154         (debugger-reenable): Use debugger-jumping-flag and remove itself
9155         from post-command-hook.
9156         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9157         debugger-reenable.
9159 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
9161         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9162         inclusion of "itemize\\|", which may be unnecessary, is certainly
9163         inelegant, and stops refilling in itemize lists when formatting
9164         Japanese Texinfo files to Info.
9165         Update copyright to 2005.
9167 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
9169         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9170         of an error if GDB can't find the source file.
9172 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9174         * calendar/calendar.el (redraw-calendar): Work from any buffer,
9175         not just the calendar.
9177         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9178         first.
9179         (diary-redraw-calendar): New function.
9180         (make-diary-entry): Add diary-redraw-calendar to local
9181         write-contents-functions.  Turn off selective display before
9182         inserting in diary.
9184 2005-03-01  Kim F. Storm  <storm@cua.dk>
9186         * emacs-lisp/copyright.el (copyright-fix-years): New command.
9188 2005-03-01  Lute Kamstra  <lute@gnu.org>
9190         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9191         that debug-entry-code can be safely removed from a function while
9192         this code is being evaluated.  Revert the 2005-02-27 change as the
9193         new implementation no longer requires it.  Make sure that a
9194         function body containing just a string is not mistaken for a docstring.
9195         (debug): Skip one more frame in case of debug on entry.
9196         (debugger-setup-buffer): Delete one more frame line in case of
9197         debug on entry.
9198         (debugger-frame-number): Update to use the new text introduced by
9199         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
9201 2005-02-28  Kim F. Storm  <storm@cua.dk>
9203         * double.el (double-translate-key): Call force-window-update after
9204         read-event to avoid crash in redisplay.
9206 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9209         (debug): Use it.  Move the inhibit-trace earlier.
9210         (debug-entry-code): New const.
9211         (debug-on-entry-1): Use it.
9213 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
9215         * international/utf-16.el (ccl-encode-mule-utf-16le):
9216         Fix BUFFER_MAGNIFICATION to 2.
9217         (ccl-encode-mule-utf-16be): Likewise.
9219 2005-02-28  Kenichi Handa  <handa@m17n.org>
9221         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9222         Fix BUFFER_MAGNIFICATION to 4.
9223         (ccl-encode-mule-utf-16be-with-signature): Likewise.
9225 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
9227         * speedbar.el (speedbar-update-flag): Doc fix.
9228         (speedbar-show-info-under-mouse): Give set-mouse-position the right
9229         argument.
9231 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9233         * reveal.el (reveal-post-command): Don't try to reveal overlays which
9234         have a non-nil `invisible' property but are actually visible.
9236         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9237         for perldoc sections.
9238         (perl-outline-regexp, perl-outline-level): New var and function.
9239         (perl-mode): Use them.
9241 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
9243         * calendar/diary-lib.el (diary-remind): Discard any mark portion
9244         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9246 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
9248         * cus-edit.el: Comment change.
9249         (custom-buffer-create-internal): Slightly reword text at top of
9250         Custom buffers.  Mention there that saving an option edits the
9251         init file.  Add link to Emacs manual node on `custom-file'.
9252         (custom-magic-alist): Rewrite individual State messages to use
9253         capitalized keywords.  Doc fix.
9255 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
9257         * calendar/calendar.el (calendar-buffer): Move above
9258         calendar-week-start-day.
9259         (calendar-week-start-day): Doc fix.  Add :set function.
9260         (calendar-minimum-window-height): New variable.
9261         (generate-calendar-window): Only resize window if selected-window
9262         is displaying the calendar buffer.  Use new variable
9263         calendar-minimum-window-height.
9264         (generate-calendar): Reword error message.
9265         (calendar-mode-map): Bind DEL to scroll-other-window-down.
9267 2005-02-27  Andreas Schwab  <schwab@suse.de>
9269         * vc.el (vc-do-command): Don't run command asynchronously when
9270         operating in a remote directory.
9272         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9273         change from sync with Tramp 2.0.47.
9275 2005-02-27  Richard M. Stallman  <rms@gnu.org>
9277         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9279         * textmodes/flyspell.el (flyspell-mode-on):
9280         Call ispell-change-dictionary only if necessary.
9282         * emacs-lisp/re-builder.el (regexp-builder): New function.
9284         * register.el (describe-register-1): Explicitly handle
9285         yank-excluded-properties = t.
9287         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9288         (custom-magic-alist): Change the status descriptions again.
9289         (face widget-type): Total rewrite based on `restricted-sexp'
9290         to eliminate the confusing double hiding levels.
9292         * emacs-lisp/debug.el (debug-on-entry-1):
9293         If function body is empty, add nil as body form.
9295 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * emacs-lisp/trace.el (inhibit-trace): New var.
9298         (trace-make-advice): Use it.
9300         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9302 2005-02-26  Kim F. Storm  <storm@cua.dk>
9304         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9305         (mouse-on-link-p, mouse-drag-region-1): Use it.
9307 2005-02-25  Lute Kamstra  <lute@gnu.org>
9309         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9311 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
9313         * frame.el (blink-cursor-mode): Add :group keyword.
9315 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
9317         * calendar/icalendar.el (icalendar--decode-isodatetime):
9318         New optional argument DAY-SHIFT.
9319         (icalendar-export-region): Fix coding-system-for-write.
9320         (icalendar--convert-ical-to-diary): Shift end-day of all-day
9321         events by one.
9323 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9325         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9327 2005-02-24  Kim F. Storm  <storm@cua.dk>
9329         * international/iso-acc.el (iso-accents-compose): Fix crash
9330         during redisplay.  Call force-window-update after read-event
9331         and delete-region to signal that window is not accurate.
9333 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9336         Remove unused and inexistent var `inhibit-trace'.
9337         (debugger-mode): Use run-mode-hooks.
9338         (debugger-list-functions): Add buttons; setup xref stack.
9340 2005-02-23  Richard M. Stallman  <rms@gnu.org>
9342         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9343         appointment says it was explicitly made.
9344         (appt-add): Set the 3rd element.
9345         (appt-make-list): Preserve explicit appointments.
9347         * subr.el (find-tag-default): Catch errors in forward-sexp.
9349 2005-02-23  Juri Linkov  <juri@jurta.org>
9351         * info.el (Info-isearch-search): New defcustom.
9352         (Info-isearch-search): Call the default isearch function
9353         when Info-isearch-search is nil.
9354         (Info-isearch-wrap): Use variable Info-isearch-search.
9356 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
9358         * cus-edit.el: Comment change.
9360 2005-02-22  Kim F. Storm  <storm@cua.dk>
9362         * progmodes/hideif.el (hide-ifdef-use-define-alist):
9363         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
9365 2005-02-22  Simon Josefsson  <jas@extundo.com>
9367         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9368         New variable.
9369         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
9370         Oskarsson" <myrkraverk@users.sourceforget.net>.
9372 2005-02-22  Kim F. Storm  <storm@cua.dk>
9374         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9375         check that window of that event is the selected window.
9376         (mouse-drag-region-1): Compare mouse event window to selected
9377         window before setting point.
9379         * tooltip.el (tooltip-show-help-function): Pass event to
9380         mouse-on-link-p so it can check selected window.
9382 2005-02-22  Kenichi Handa  <handa@m17n.org>
9384         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9385         (ps-mule-show-warning): New function.
9386         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9387         characters are found.
9389         * ps-print.el (ps-header-footer-string): Return a list of header
9390         and footer strings.
9392 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9394         * pcvs.el (cvs-retrieve-revision): Fix thinko.
9396 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9398         * frame.el (blink-cursor-mode): Use define-minor-mode.
9400         * term/mac-win.el (function-key-map): Use char-names more consistently.
9401         (file-name-coding-system): Only set it for MacOS-9.  The other case is
9402         already handled in mule-cmds.el (where it also works when mac-win.el
9403         is not used).
9405 2005-02-21  Kenichi Handa  <handa@m17n.org>
9407         * international/mule.el (ctext-pre-write-conversion): Always use
9408         " *code-converting-work*" buffer for work.
9410         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9412 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
9414         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9416 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
9418         * ses.el (undo-more): Restore defadvice, but only the part that
9419         allows changes outside the restricted area of the buffer.
9421 2005-02-20  Kim F. Storm  <storm@cua.dk>
9423         * simple.el (line-move): Add fourth optional arg try-vscroll which
9424         must be set to perform auto-window-vscroll.
9425         When moving backwards and doing auto-window-vscroll, automatically
9426         vscroll to the last part of lines which are taller than the window.
9427         (next-line, previous-line): Set try-vscroll arg on line-move.
9429 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9431         * replace.el (query-replace, query-replace-regexp)
9432         (replace-string, replace-regexp): When operating on region, make
9433         the minibuffer prompt say so.
9435         * isearch.el (isearch-forward): Document isearch-query-replace and
9436         isearch-query-replace-regexp keybindings.
9438 2005-02-19  Jay Belanger  <belanger@truman.edu>
9440         * calc/calc-aent.el (math-read-token): Add local variable.
9442         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9443         (calc-edit-top): Move declaration to earlier in file.
9444         (calc-edit-macro-repeats): Add local variables.
9446         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9447         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9448         calcFunc-tanh.
9449         Adjust integration rule for calcFunc-tan.
9451 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9453         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9454         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9455         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9456         (viper-skip-separators): Bug fix.
9457         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9458         particular major mode.
9459         (viper-del-backward-char-in-replace): Don't put deleted char on the
9460         kill ring.
9462         * viper-ex.el (viper-color-display-p): New function.
9463         (viper-has-face-support-p): Use viper-color-display-p.
9465         * viper-keym.el (viper-gnus-modifier-map): New keymap.
9467         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9469         * viper-util.el (viper-glob-unix-files): Fix shell status check.
9470         (viper-file-remote-p): Make equivalent to file-remote-p.
9472         * viper.el (viper-major-mode-modifier-list):
9473         Use viper-gnus-modifier-map.
9475 2005-02-19  David Kastrup  <dak@gnu.org>
9477         * subr.el (subregexp-context-p): Fix garbled doc string by adding
9478         quoting.
9480 2005-02-19  Jay Belanger  <belanger@truman.edu>
9482         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9483         Remove extra definitions.
9484         (calc-coth): New function.
9485         (calcFunc-cot): Fix `let'.
9487 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
9489         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9490         the reasons we use "type pc" in these faces.
9492         * button.el (button): Ditto.
9494 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
9496         * replace.el (query-replace-read-from): Set the value of
9497         query-replace-from-history-variable to handle the case of an empty
9498         string entered to accept the suggested default.
9500         * net/tramp.el (tramp-file-name-for-operation):
9501         Use dired-call-process instead of dired-call-process-command.
9503 2005-02-19  Jay Belanger  <belanger@truman.edu>
9505         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9506         (math-div-non-trig): New variables.
9507         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9508         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9509         (math-combine-prod, math-div-symb-fancy): Add simplifications for
9510         trig expressions.
9512 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
9514         * progmodes/gdb-ui.el (gdb-var-update-handler)
9515         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9516         for watch expressions,
9517         (gdb-var-create-handler): Don't set speedbar-update-flag.
9518         (gdb-post-prompt): Simplify test for speedbar.
9520 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9522         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9523         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9524         we use the syntax table of the correct buffer.
9525         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9526         Felix Gatzemeier.
9528         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9529         (ediff-file-remote-p): Make synonymous with file-remote-p.
9530         In all deffaces ediff-*-face-*, use min-colors.
9532         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9533         ediff-recurse-to-subdirectories.
9534         (ediff-mark-if-equal): Check that the arguments are strings, use
9535         ediff-same-contents (after to Felix Gatzemeier).
9537         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9538         nil.
9540 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9542         * log-view.el (log-view-message-re): Fix up Subversion regexp.
9544 2005-02-18  David Kastrup  <dak@gnu.org>
9546         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9547         use `mark-active' when defined.
9549 2005-02-18  Kenichi Handa  <handa@m17n.org>
9551         * ps-print.el (ps-font-info-database): New entry
9552         ZapfChancery-MediumItalic with correct font name.  Fix font name
9553         of the entry Zapf-Chancery-MediumItalic.
9555 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9557         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9559 2005-02-16  Kim F. Storm  <storm@cua.dk>
9561         * ido.el (ido-fallback-command): Pass user input to fallback command.
9563 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
9565         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9566         (gdb-find-file-hook): Add server prefix.
9568 2005-02-16  Richard M. Stallman  <rms@gnu.org>
9570         * replace.el (perform-replace): Pass new args to replace-highlight.
9571         (replace-highlight): Take region args,
9572         and pass them to isearch-lazy-highlight-new-loop.
9574         * novice.el (disabled-command-hook): Autoload the defalias
9575         and the make-obsolete-variable call.
9577         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9579         * isearch.el (isearch-lazy-highlight-start-limit)
9580         (isearch-lazy-highlight-end-limit): New variables limit
9581         the region for highlighting.
9582         (isearch-lazy-highlight-new-loop): New args BEG and END.
9583         (isearch-lazy-highlight-search): Use the new vars.
9584         (isearch-lazy-highlight-update): Likewise.
9586         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9588         * cus-start.el (all): Use default-boundp.
9590 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
9592         * menu-bar.el (menu-bar-select-frame): Handle current frame.
9594 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
9596         * autorevert.el (auto-revert-stop-on-user-input)
9597         (auto-revert-verbose): Doc fixes.
9599 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
9601         * international/mule-cmds.el (set-locale-environment): Remove call
9602         to set-selection-coding-system on Windows.
9604 2005-02-15  Jay Belanger  <belanger@truman.edu>
9606         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9607         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9608         calcFunc-coth.
9609         (math-simplify-sqrt): Add simplifications.
9611         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9612         to list.
9614         * calc/calc-ext.el: Add functions to autoloads.
9616         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9617         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9618         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9619         (math-csc-raw, math-cot-raw): New functions.
9621         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9623         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9624         the variable name in a message.
9626         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9627         calcFunc-csc, calcFunc-cot.
9629         * calc/calcalg2.el: Add derivative and integration rules for
9630         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9631         calcFunc-csch, calcFunc-coth.
9632         (math-do-integral-methods): Add to checks for when to use
9633         substitutions.
9635         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9637 2005-02-15  Lute Kamstra  <lute@gnu.org>
9639         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9640         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
9641         <monnier@iro.umontreal.ca>
9642         (lisp-outline-level): Improve efficiency.  Suggested by David
9643         Kastrup <dak@gnu.org>.
9645 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
9647         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9648         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9649         (gdb-set-gud-minor-mode-existing-buffers): New functions.
9650         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
9651         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9653 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
9655         * cus-start.el (all): Comment change.
9657 2005-02-14  Lute Kamstra  <lute@gnu.org>
9659         * cus-start.el (all): Check if symbol is void.
9661 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
9663         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9664         optional argument to \cite.
9666 2005-02-14  Richard M. Stallman  <rms@gnu.org>
9668         * cus-edit.el (custom-buffer-create-internal): Update help message.
9669         (custom-magic-alist): Update help messages.
9671         * cus-start.el (all): Allow a var to specify a standard value.
9673 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
9675         * custom.el (custom-theme-set-variables): Handle variable aliases.
9677         * frame.el (blink-cursor-timer): Doc fix.
9678         (blink-cursor): Make it an alias for `blink-cursor-mode' and
9679         declare obsolete.
9680         (blink-cursor-mode): Define with defcustom and use correct
9681         standard expression in that defcustom.
9682         * startup.el (command-line): Adapt to above changes in frame.el.
9684 2005-02-11  Lute Kamstra  <lute@gnu.org>
9686         * apropos.el (apropos-score-doc): Prevent division by zero.
9688 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
9690         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9691         (icalendar--get-event-property-attributes)
9692         (icalendar--get-event-properties)
9693         (icalendar--datetime-to-diary-date): New functions.
9694         (icalendar--split-value): Doc fix.
9695         (icalendar--datetime-to-noneuropean-date)
9696         (icalendar--datetime-to-european-date): New optional argument
9697         SEPARATOR.  Return result as a string instead of a list.
9698         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9699         (icalendar--convert-string-for-export): Rename arg S to STRING.
9700         (icalendar-export-region): Doc fix.  Change name of error buffer.
9701         Save output buffer.
9702         (icalendar-import-file): Add blank at end of prompt.
9703         (icalendar-import-buffer): Doc fix.  Do not switch to error
9704         buffer.  Indicate status in return value.
9705         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
9706         buffer.  Save output buffer.  Handle exception from recurrence
9707         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
9708         events.  Fix problems with weekly all-day events.
9710 2005-02-10  Richard M. Stallman  <rms@gnu.org>
9712         * simple.el (eval-expression-print-format):
9713         Avoid warning about edebug-active.
9715         * help.el (help-for-help-internal): Rename from help-for-help.
9716         (help-for-help): Define with defalias.
9718         * font-core.el (font-lock-default-function): Use with-no-warnings.
9720         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9722         * custom.el (defface): Doc fix.
9724 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
9726         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9727         width 0" to prevent word wrapping problems.
9729 2005-02-09  Kim F. Storm  <storm@cua.dk>
9731         * ido.el (ido-file-extensions-order): New defcustom.
9732         (ido-file-extension-lessp, ido-file-extension-aux)
9733         (ido-file-extension-order): New advanced file ordering.
9734         (ido-file-lessp): New simple file ordering.
9735         (ido-sort-list): Remove.
9736         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9737         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9739 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
9741         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9742         that some versions of grep produce.
9743         (grep-mode-font-lock-keywords): Likewise.
9745 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
9747         * progmodes/gdb-ui.el (gdb-location-list): New variable.
9748         (gdb-cdir): Delete.
9749         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9750         (gdb-source-info): Treat case when source file is in another
9751         directory properly.
9752         (gdb-get-location): New function.
9754 2005-02-07  Jay Belanger  <belanger@truman.edu>
9756         * calc/calc-prog.el (calc-write-parse-table-part)
9757         (calc-fix-token-name): Fix a check for language type.
9759         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9761 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
9763         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9764         as directory not writable.
9766 2005-02-07  Kim F. Storm  <storm@cua.dk>
9768         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9769         (cua--standard-movement-commands): Remove list.
9770         Instead, set CUA property value to move for movement commands.
9771         (cua-movement-commands): Remove.  Users must set CUA prop instead.
9772         (cua--pre-command-handler): Check CUA property.
9773         (cua--init-keymaps): Don't remap undo commands.
9774         (cua-mode): Don't call cua--rectangle-on-off.
9776         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9777         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9778         (cua--rect-undo-set-point): New var.
9779         (cua--rectangle-undo-boundary): Setup undo apply entry.
9780         (cua--rect-undo-handler): New function for rectangle undo.
9781         (cua--rect-start-position, cua--rect-end-position): Add.
9782         (cua--rectangle-post-command): Call cua--rectangle-set-corners
9783         for restored rectangle.  Set point if cua--rect-undo-set-point.
9785 2005-02-06  Jay Belanger  <belanger@truman.edu>
9787         * calc/calc-lang.el (calc-tex-language): Display more information
9788         in messages.
9790         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9791         in TeX mode.
9793 2005-02-06  Richard M. Stallman  <rms@gnu.org>
9795         * emacs-lisp/lisp.el (buffer-end): Doc fix.
9797 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
9799         * net/ldap.el (ldap-search-internal): Support attributes with
9800         optional descriptions separated by a semi-colon, as in
9801         "userCertificate;binary".
9803 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9805         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9806         isn't a cons (i.e. the version is 0).
9808 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
9810         * help.el (help-for-help): Doc fix.
9812 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
9814         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
9815         GDB-Windows on the menu-bar as this works better.
9817 2005-02-04  Jay Belanger  <belanger@truman.edu>
9819         * calc/calc-embed.el (calc-embedded-update): Don't put in
9820         unnecessary newlines.  Adjust the end of formula marker.
9822         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9823         (math-latex-parse-two-args): New function.
9825 2005-02-03  Lute Kamstra  <lute@gnu.org>
9827         * help-fns.el (help-with-tutorial): Make sure that users cannot
9828         remove the entire text of the tutorial by means of `undo'.
9830 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9832         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9833         in recent changes, where the ispell process was repeatedly
9834         killed & restarted.
9836         * international/mule-cmds.el (set-locale-environment): Set file-name
9837         coding system to utf-8 on Darwin systems.
9838         (set-default-coding-systems): Don't set default-file-name-coding-system
9839         on Darwin systems.
9841 2005-02-03  Richard M. Stallman  <rms@gnu.org>
9843         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9845 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
9847         * faces.el (list-faces-display): Add optional argument.
9849 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9851         * font-core.el (font-lock-default-function): Handle the rare case where
9852         only font-lock-keywords is set.
9854 2005-02-02  Kenichi Handa  <handa@m17n.org>
9856         * international/characters.el: Cancel previous change for
9857         I-WITH-DOT-ABOVE and DOTLESS-i.
9859         * international/latin-5.el: Cancel previous change.
9861 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
9863         * progmodes/gud.el: Correction to syntax in gud-menu-map.
9865 2005-02-02  Kenichi Handa  <handa@m17n.org>
9867         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9868         DOTLESS-i.
9870         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9871         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9873         * case-table.el (get-upcase-table): New function.
9874         (copy-case-table): Copy upcaes table too if non-nil.
9875         (set-case-syntax-delims): Maintain upcase table too.
9876         (set-case-syntax-pair): Likewise.
9877         (set-upcase-syntax, set-downcase-syntax): New functions.
9878         (set-case-syntax): Maintain upcase table too.
9880 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
9882         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9884         * progmodes/gud.el (gud-goto-info): New function.
9885         (gud-tool-bar-map): Use correct icon.
9887 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
9889         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9890         When delegating, order args in the funcall correctly.
9892 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
9894         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9896 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
9898         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9899         buffer not visiting a file.
9901 2005-01-31  Jay Belanger  <belanger@truman.edu>
9903         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9904         bound on the line with the formula.
9906 2005-01-31  Kim F. Storm  <storm@cua.dk>
9908         * ses.el (ses-create-cell-variable-range)
9909         (ses-destroy-cell-variable-range, ses-reset-header-string)
9910         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9911         (ses-insert-row): Fix format of apply undo entries.
9913 2005-01-31  Jay Belanger  <belanger@truman.edu>
9915         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9916         parts.
9918         * calc/calc-embed.el (calc-embedded-open-formula)
9919         (calc-embedded-close-formula): Ignore matrix environments.
9921         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9922         TeX mode.
9924         * calc/calc-lang.el (math-function-table, math-oper-table)
9925         (math-variable-table): Adjust the LaTeX portions.
9927         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9928         (math-latex-ignore-words): New constant.
9930 2005-01-31  Richard M. Stallman  <rms@gnu.org>
9932         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9933         (ispell-local-dictionary): Doc fix.
9934         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9935         Don't reinitialize at run time.  Don't defcustom.
9936         All uses changed to append ispell-local-dictionary-alist,
9937         or check it first.
9938         (ispell-current-dictionary): New variable for dictionary in use.
9939         (ispell-dictionary): Now used only for global default.
9940         (ispell-start-process): Set ispell-current-dictionary,
9941         not ispell-dictionary.
9942         (ispell-change-dictionary): Use this only for setting
9943         user preferences.
9944         (ispell-internal-change-dictionary): New function
9945         to change the current dictionary in use.
9946         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9947         Use ispell-current-dictionary.
9948         Handle ispell-local-dictionary-overridden.
9949         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9951 2005-01-31  Jay Belanger  <belanger@truman.edu>
9953         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9955         * calc/calc-ext.el: Add calc-latex-language to autoloads.
9956         (calc-mode-map): Add calc-latex-language.
9958         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9959         (math-latex-print-frac): New functions.
9960         (math-oper-table, math-function-table, math-variable-table)
9961         (math-complex-format, math-input-filter): Add latex properties.
9962         (calc-set-language): Set math-expr-special-function-mapping.
9964         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9965         (calc-write-parse-table-part): Add LaTeX support.
9967         * calc/calc.el (calc-language): Adjust docstring.
9968         (calc-set-mode-line): Add LaTeX support.
9969         (math-expr-special-function-mapping): New variable.
9970         (math-tex-ignore-words): Add to list.
9972         * calc/calccomp.el (math-compose-expr, math-compose-rows):
9973         Add LaTeX support.
9974         (math-compose-expr): Add support for special functions.
9976         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9978 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
9980         * progmodes/gdb-ui.el (gdb-memory-address)
9981         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9982         (gdb-memory-mode-map, gdb-memory-format-keymap)
9983         (gdb-memory-format-menu, gdb-memory-unit-keymap)
9984         (gdb-memory-unit-menu): New variables for a buffer
9985         that lets the user examine program memory.
9986         (gdb-memory-set-address, gdb-memory-set-repeat-count)
9987         (gdb-memory-format-binary, gdb-memory-format-octal)
9988         (gdb-memory-format-unsigned, gdb-memory-format-signed)
9989         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9990         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9991         (gdb-memory-unit-word, gdb-memory-unit-halfword)
9992         (gdb-memory-unit-byte, gdb-memory-unit-menu)
9993         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9994         (gdb-memory-mode, gdb-memory-buffer-name)
9995         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9996         New functions for above buffer.
9998 2005-01-30  Richard M. Stallman  <rms@gnu.org>
10000         * cus-edit.el (custom-bury-buffer): Function deleted.
10001         (custom-buffer-done-function): Option deleted.
10002         (custom-buffer-done-kill): New (replacement option.
10003         (Custom-buffer-done): Call quit-window.
10004         (custom-buffer-create-internal): Update for above changes.
10006 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
10008         * simple.el (undo-ask-before-discard): New var.
10009         (undo-outer-limit-truncate): Implement it.
10010         (undo-extra-outer-limit): Doc update.
10012 2005-01-29  Richard M. Stallman  <rms@gnu.org>
10014         * ses.el (undo-more): Delete defadvice.
10015         (ses-begin-change): Doc fix.
10017         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
10018         instead of rebinding C-x u and C-_.
10020         * files.el (normal-backup-enable-predicate): Return nil for files
10021         in /tmp, regardless of temporary-file-directory.
10023         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
10025         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
10026         (open-rectangle, delete-whitespace-rectangle-line)
10027         (clear-rectangle-line): If FILL, pass t instead of FILL
10028         for move-to-column's 2nd arg.
10030         * simple.el (undo): Fix the test for continuing a series of undos.
10031         (undo-more): Set pending-undo-list to t when we reach end.
10032         (pending-undo-list): Move up defvar.
10034         * wid-edit.el (widget-button-click):
10035         Shorten the range of the track-mouse binding.
10037         * comint.el (comint-insert-input): Undo previous changes;
10038         use last-input-event in interactive spec.
10040 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
10042         * progmodes/compile.el (compilation-start): Bind buffer-read-only
10043         to nil before invoking call-process.  Reset buffer's modified flag
10044         after fontifying it in the no-async branch.
10046         * wid-edit.el (widget-specify-button): If mouse pointer shape
10047         cannot be changed, use mouse face instead.
10049 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
10051         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10052         (gdb-goto-breakpoint): Make breakpoint handling work on template
10053         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
10054         (gdb-assembler-custom): Update to recognize breakpoint information
10055         added on 2005-01-19.
10057 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10060         (dsssl-mode): Use define-derived-mode.
10061         (scheme-mode-initialize): Remove.
10062         (scheme-mode): Use run-mode-hooks.
10064         * cus-edit.el (customize-group-other-window)
10065         (custom-buffer-create-other-window): Don't override special-display-*.
10066         (custom-mode-map): Make it dense.
10068         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10069         sets the default value.
10071 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
10073         * descr-text.el: Add more keywords.
10075 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10077         * speedbar.el: Avoid unnecessary use of locate-library.
10079         * international/mule-cmds.el (standard-display-european-internal):
10080         Don't fiddle with latin-1 non-break space any more since it's now
10081         special cased in the C code.
10082         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10084 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
10086         * cus-start.el (all): Add `undo-outer-limit'.
10088 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10090         * textmodes/bibtex.el (bibtex-format-entry):
10091         Use `bibtex-empty-field-re' only on the text of fields, not on entire
10092         field lines.
10093         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10094         not on part of a buffer.
10096 2005-01-25  Lute Kamstra  <lute@gnu.org>
10098         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10099         nonempty field text strings like "{letters\\macro{}more letters}".
10100         Clarify docstring.
10101         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10102         (bibtex-entry-offset, bibtex-parse-association)
10103         (bibtex-parse-field-name): Fix typos in docstrings.
10104         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10106 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
10108         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10109         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10110         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10111         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10113         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10114         isearch minor mode.
10116 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
10118         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10120 2005-01-24  Lute Kamstra  <lute@gnu.org>
10122         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10123         CASECHARS and NOT-CASECHARS regular expressions of the
10124         "nederlands" and "nederlands8" dictionaries to prevent a "Range
10125         striding over charsets" error.
10127 2005-01-24  Jay Belanger  <belanger@truman.edu>
10129         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10130         display variable name.
10132 2005-01-24  Kenichi Handa  <handa@m17n.org>
10134         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10135         Fix setting of the element of encoded-kbd-iso2022-invocations.
10137 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
10139         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10140         (gdb-threads-select): Change to also accept mouse events.
10141         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10142         (gdb-threads-mouse-select): Delete.
10144 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
10146         * files.el (insert-directory): Take care of empty directory,
10147         listed without -a switch.
10149 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10151         * textmodes/refill.el (refill-post-command-function):
10152         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10153         to the list of functions that we should be careful not to undo.
10154         (refill-late-fill-paragraph-function): Remove.
10155         (refill-saved-state): New var.
10156         (refill-mode): Use it to save fill-paragraph-function.
10157         Save also the value of auto-fill-function.
10159         * term/w32-win.el: Simplify code.
10161 2005-01-23  Kim F. Storm  <storm@cua.dk>
10163         * simple.el (line-move): Adapt to new return value from
10164         pos-visible-in-window-p.
10166         * simple.el (line-move): Fix last change.  Check partial
10167         visibility at point rather than at window-start.
10169 2005-01-22  Jason Rumney  <jasonr@gnu.org>
10171         * term/w32-win.el (xw-defined-colors): Remove debug-message.
10173 2005-01-22  David Kastrup  <dak@gnu.org>
10175         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10177 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
10179         * type-break.el (type-break-mode): Add a test for
10180         type-break-file-name being non-nil.
10182 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10184         * net/eudc.el (top level): Call (message "") via progn, so that
10185         eudc-options-file is loaded.
10187 2005-01-22  Kim F. Storm  <storm@cua.dk>
10189         * simple.el (line-move-1): Rename from line-move.
10190         (line-move): New function that adjusts vscroll for partially
10191         visible rows, and calls line-move-1 otherwise.
10193 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
10195         * pcomplete.el: Define pcomplete-read-event instead of read-event,
10196         since it's not a complete read-event implementation
10198 2005-01-20  Jay Belanger  <belanger@truman.edu>
10200         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10201         for called function.
10203 2005-01-20  Steven Tamm  <steventamm@mac.com>
10205         * term/mac-win.el (process-connection-type): Remove.
10206         Controlled now by s/darwin.h:PTY_ITERATION.
10208 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10210         * window.el (handle-select-window): Don't switch window when we're
10211         in the minibuffer.
10213 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
10215         * subr.el (dotimes-with-progress-reporter): New macro.
10217         * ses.el (ses-dotimes-msg): Remove macro.
10218         Use `dotimes-with-progress-reporter' instead.
10220 2005-01-19  Steven Tamm  <steventamm@mac.com>
10222         * term/mac-win.el (process-connection-type): Use new
10223         operating-system-release variable to use ptys on Darwin 7 (OS X
10224         10.3) when using carbon build.
10226 2005-01-19  Jay Belanger  <belanger@truman.edu>
10228         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10229         flags if the last command was a tab or M-tab.
10231         * calc/calc-prog.el (calc-user-define-edit): Put original formula
10232         in formula editing buffer.
10234 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
10236         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10237         breakpoint image symbol in margin.
10239 2005-01-19  Jay Belanger  <belanger@truman.edu>
10241         * calc/calc-prog.el (calc-execute-kbd-macro):
10242         Ignore calc-keep-arg-flag.
10244 2005-01-19  Kenichi Handa  <handa@m17n.org>
10246         * textmodes/ispell.el (ispell-looking-at): New function.
10247         (ispell-process-line): Use ispell-looking-at to compare the ispell
10248         output and the buffer contents.
10250 2005-01-18  Jay Belanger  <belanger@truman.edu>
10252         * calc/calc.el (calc-display-raw): Fix docstring.
10254 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10256         * simple.el (blink-matching-open): Strip extra info from syntax.
10258         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10259         funny chars in the end-of-here-doc marker.
10261 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
10263         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10264         that enable/disabled state of breakpoints is shown correctly in
10265         fringe and on ttys.
10266         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10267         Add breakpoint information as text properties.
10268         (gdb-mouse-toggle-breakpoint):
10269         Rename to gdb-mouse-set-clear-breakpoint.
10270         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
10271         breakpoints in the margin.
10272         (gdb-remove-strings): Simplify.
10274 2005-01-17  Jay Belanger  <belanger@truman.edu>
10276         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10277         erasing buffer.
10279 2005-01-17  Richard M. Stallman  <rms@gnu.org>
10281         * progmodes/grep.el (grep-find): Copy from `grep' the condition
10282         for calling grep-compute-defaults.
10284         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10285         if buffer is empty.
10287         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10289 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10291         * hilit-chg.el (highlight-changes-mode): Don't autoload.
10293         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10294         non-preloaded variables.
10296 2005-01-17  Steven Tamm  <steventamm@mac.com>
10298         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10299         tex-shell cause to force interactivity when using pipes.
10301 2005-01-17  Kim F. Storm  <storm@cua.dk>
10303         * simple.el (just-one-space): Make arg optional.
10305 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
10307         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10308         posn-at-x-y to t to access left-margin.
10310 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
10312         Sync with Tramp 2.0.47.
10314         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10315         catching keep-date problems in cp/scp operations.
10316         (tramp-handle-copy-file): Don't call `set-file-modes'
10317         unconditionally.  Specialized functions should know better what is
10318         necessary.  This improves performance a little bit, and the
10319         functions could catch errors with `cp -p' and `scp -p'.
10320         (tramp-do-copy-or-rename-file-via-buffer)
10321         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10322         when appropriate.
10323         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10324         Call `set-file-modes' when appropriate.
10325         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
10326         Johnsson <isak@hypergene.com>
10327         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10328         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
10329         <joakim@verona.se>
10330         (tramp-file-name-for-operation): Mark `shell-command' as magic for
10331         Emacs only.
10333         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
10334         `find-file-hooks' and `dired-mode-hook'.
10335         (tramp-minor-mode-map): Respective map.  Add remapping for
10336         `compile' and `recompile'.
10337         (tramp-remap-command, tramp-recompile): New defuns.
10338         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10339         in buffer "*Compilation*".  Call the commands asynchronously.
10341         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10342         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10343         `shell-command', because it isn't magic in XEmacs.  Reported by
10344         Adrian Aichner <adrian@xemacs.org>.
10346         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10347         `substitute-in-file-name.
10348         (tramp-smb-handle-substitute-in-file-name): New defun.
10349         (tramp-smb-advice-PC-do-completion): Delete advice.
10351 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
10353         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10354         Fix error in deleting region.
10356 2005-01-15  Richard M. Stallman  <rms@gnu.org>
10358         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10359         In non-temp buffer, switch syntax table temporarily.
10361         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10363         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10365         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10367         * imenu.el (imenu--split-menu): Copy menulist before sorting.
10368         (imenu--generic-function): Use START, not BEG, as pos of definition.
10370         * simple.el (just-one-space): Argument specifies number of spaces.
10372         * simple.el (eval-expression-print-format): Avoid warning
10373         about edebug-active.
10375 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
10377         * progmodes/sh-script.el: Code copied from make-mode.el
10378         with small changes,
10379         (sh-mode-map): Bind C-c C-\.
10380         (sh-backslash-column, sh-backslash-align): New variables.
10381         (sh-backslash-region, sh-append-backslash): New functions.
10383 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10385         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10386         (rmail-pop-password, rmail-pop-password-required): Move to
10387         rmail-obsolete group.
10388         (rmail-set-pop-password): Rename to rmail-set-remote-password.
10389         All callers updated.
10390         (rmail-get-pop-password): Rename to rmail-get-remote-password.
10391         Take an argument specifying whether it is POP or IMAP mailbox we
10392         are using.  All callers updated.
10393         (rmail-pop-password-error): Rename to
10394         rmail-remote-password-error.  Added mailutils-specific error message.
10395         (rmail-movemail-search-path)
10396         (rmail-movemail-variant-in-use): New variables.
10397         (rmail-remote-password, rmail-remote-password-required):
10398         New customization variables.
10399         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10400         (rmail-parse-url): New function.
10401         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10402         with GNU mailutils movemail.
10404 2005-01-15  Kevin Ryde  <user42@zip.com.au>
10406         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10407         suffix to space, $ or '$, to correctly position point when going
10408         to @table style constants like DBL_MAX.
10410 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
10412         * type-break.el (type-break-mode, type-break-file-time)
10413         (type-break-file-keystroke-count, type-break-choose-file):
10414         Don't store data in or load data from the file if type-break-file-name
10415         is nil.
10416         (type-break-file-name): Doc update as per the above.
10418 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
10420         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10421         lookup-key might return nil; handle that.
10423 2005-01-15  Alan Mackenzie  <acm@muc.de>
10425         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10426         rather than the element found, thus enabling the tree to be setcar'd.
10428 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10430         * textmodes/org.el (org-show-following-heading): New option.
10431         (org-show-hierarchy-above): Use `org-show-following-heading'.
10432         (org-cycle): Documentation fix.
10434         * textmodes/org.el (orgtbl-optimized): New option
10435         (orgtbl-mode): New command, a minor mode.
10436         (orgtbl-mode-map): New variable.
10437         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10438         (orgtbl-error, orgtbl-self-insert-command)
10439         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10441         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10442         a local variable in each org-mode buffer.
10444         * textmodes/org.el (org-set-regexps-and-options): Rename from
10445         `org-set-regexps'.  Added checking for STARTUP keyword.
10446         (org-get-current-options): Add STARTUP options.
10447         (org-table-insert-row): Make mode intelligent about when
10448         realignment is needed.
10449         (org-self-insert-command, org-delete-backward-char, org-delete-char):
10450         New commands.
10451         (org-enable-table-editor): New default value `optimized'.
10452         (org-table-blank-field): Support blanking regions if active.
10454 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10456         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10457         if the year is not given.
10459         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10460         Add new escapes %m and %M, fixed bug with %F by adding
10461         save-match-data.
10462         (reftex-reference): Remove ?. from list of spaces.
10463         (reftex-label-info): Add automatic label prefix recognition.
10465         * textmodes/reftex-index.el (reftex-index-next-phrase):
10466         Add slave parameter to call of `reftex-index-this-phrase'.
10467         (reftex-index-this-phrase): New optional argument.
10468         (reftex-index-region-phrases): Add slave parameter to call of
10469         `reftex-index-this-phrase'.
10470         (reftex-display-index): New argument redo.
10471         (reftex-index-rescan): Add 'redo to arguments of
10472         `reftex-display-index'.
10473         (reftex-index-Rescan, reftex-index-revert)
10474         (reftex-index-switch-index-tag): Add 'redo to arguments of
10475         `reftex-display-index'.
10476         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10477         indexing.  Fix bug with matching is there is a quote before or
10478         after the word.
10480         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10481         Fix bug when collecting citation keys in lines with comments.
10482         (reftex-citation): Prefix argument no longer rescans the document,
10483         but forces prompting for optional arguments of cite macros.
10484         (reftex-do-citation): Prompting for optional arguments implemented.
10486         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10487         Add optional arguments to most cite commands.
10488         (reftex-cite-cleanup-optional-args): New option
10489         (reftex-cite-prompt-optional-args): New option.
10490         (reftex-trust-label-prefix): New option.
10492         * textmodes/reftex-toc.el (reftex-toc-find-section):
10493         Add push-mark before changing the position in the buffer.
10495         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10496         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10498 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
10500         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10501         more carefully.
10503 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10505         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10506         (sgml-mode): Use it.
10507         (sgml-get-context): Better keep track of implicitly closed tags.
10509 2005-01-13  Kenichi Handa  <handa@m17n.org>
10511         * textmodes/ispell.el: These changes are to fix misalignment error
10512         caused by equivalent characters of different Emacs charsets.
10513         (ispell-unified-chars-table): New variable.
10514         (ispell-get-decoded-string): New function.
10515         (ispell-get-casechars, ispell-get-not-casechars)
10516         (ispell-get-otherchars): Call ispell-get-decoded-string.
10518 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10520         * custom.el (custom-declare-variable): Just put symbol instead
10521         of (defvar . symbol) in `current-load-list'.
10523 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10525         * emacs-lisp/elint.el: Fixed typo in Commentary section.
10527 2005-01-12  Jay Belanger  <belanger@truman.edu>
10529         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10530         to create a Calc summary.
10532 2005-01-12  Kim F. Storm  <storm@cua.dk>
10534         * mouse.el (mouse-on-link-p): Change functionality and doc
10535         string to comply with latest description in lisp ref.
10537 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
10539         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10540         Enable mouse clicks on mode-line, header-line and margin.
10541         (event-type): Give mouse event symbols an 'event-kind property
10542         with value 'mouse-click.
10544 2005-01-12  Juri Linkov  <juri@jurta.org>
10546         * facemenu.el (list-colors-display): Add new arg buffer-name.
10547         Use it.  Fix docstring.  Replace code for identifying duplicate
10548         colors by the name with call to `list-colors-duplicates' which
10549         identifies duplicate colors by the value unless the color
10550         is one of special Windows colors.  Set truncate-lines to t.
10551         Print sorted duplicate color names on each line.  Indent to 22
10552         \(the longest color name in rgb.txt) instead of 20.  Optimize.
10553         (list-colors-duplicates): New function.
10554         (facemenu-color-name-equal): Delete function.
10556         * facemenu.el (list-colors-print): New function created from code
10557         in list-colors-display.  Print #RRGGBB at the window right edge.
10558         (list-colors-display): When temp-buffer-show-function is not
10559         defined, call list-colors-print from temp-buffer-show-hook
10560         to get the right value of window-width in list-colors-print
10561         after the buffer is displayed.
10563         * simple.el (pop-mark): Move deactivate-mark out of conditional
10564         part to deactivate the active mark regardless of the state of the
10565         mark ring.
10567         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10568         variables line in desktop files.
10570 2005-01-12  Juri Linkov  <juri@jurta.org>
10572         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10573         Bring together isearch highlight related options.
10574         (lazy-highlight): Replace group `replace' by `matching'.
10575         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10576         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10577         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10578         and declare them obsolete.
10579         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10580         (isearch-faces): Remove defgroup.
10581         (isearch-overlay, isearch-highlight, isearch-dehighlight):
10582         Move isearch highlighting code closer to lazy highlighting code.
10584         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10585         (query-replace-highlight, query-replace-lazy-highlight)
10586         (query-replace): Move definitions to the beginning of the file.
10588 2005-01-11  Juri Linkov  <juri@jurta.org>
10590         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10591         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10592         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10594         * info.el (Info-history-forward): New variable.
10595         (Info-select-node): Reset Info-history-forward to nil.
10596         (Info-last): Turn into defalias.
10597         (Info-history-back): Rename from Info-last.
10598         Add current node to Info-history-forward.
10599         (Info-history-forward): New fun.
10600         (Info-mode-map): Replace Info-last by Info-history-back.
10601         Bind Info-history-forward to "r".
10602         (Info-mode-menu): Replace Info-last by Info-history-back.
10603         Fix menu item text.  Add menu item for Info-history-forward.
10604         (info-tool-bar-map): Replace Info-last by Info-history-back.
10605         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
10606         for Info-history-forward.
10607         (Info-mode): Replace Info-last by Info-history-back in docstring.
10608         Add local variable Info-history-forward.
10609         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10611 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10613         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10614         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10615         Ignore select-window events rather than fiddle with
10616         mouse-autoselect-window.
10618 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
10620         * type-break.el (type-break-mode): Fix previous change.
10622 2005-01-10  Jay Belanger  <belanger@truman.edu>
10624         * calc/calc-ext.el (calc-reset): Reset when inside embedded
10625         calculator; only reset when point is inside a calculator.
10626         Don't adjust the window height if the window takes up the whole height
10627         of the frame.
10629 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
10631         * ebuff-menu.el (Electric-buffer-menu-mode):
10632         Preserve value of buffer-local var header-line-format.
10634 2005-01-09  Jay Belanger  <belanger@truman.edu>
10636         * calc/calc.el (calc-mode-var-list-restore-saved-values):
10637         Make sure settings file exists before accessing it.
10639         * calc/calc-embed.el (calc-embedded-subst):
10640         Replace math-multi-subst-rec, which is only supposed to be called
10641         by math-multi-subst, by math-multi-subst.
10643 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
10645         * vc.el (vc-allow-async-revert): New user option.
10646         (vc-disable-async-diff): New internal variable.
10647         (vc-revert-buffer): Use them to disable asynchronous diff.
10649         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10650         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10651         asynchronously if vc-disable-async-diff is t.
10653 2005-01-09  Jay Belanger  <belanger@truman.edu>
10655         * calc/calc.el (defcalcmodevar): New macro.
10656         (calc-mode-var-list-restore-default-values)
10657         (calc-mode-var-list-restore-saved-values): New functions.
10658         (calc-mode-var-list): Use defcalcmodevar to define it.
10659         (calc-always-load-extensions, calc-line-numbering)
10660         (calc-line-breaking, calc-display-just, calc-display-origin)
10661         (calc-number-radix, calc-leading-zeros, calc-group-digits)
10662         (calc-group-char, calc-point-char, calc-frac-format)
10663         (calc-prefer-frac, calc-hms-format, calc-date-format)
10664         (calc-float-format, calc-full-float-format, calc-complex-format)
10665         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10666         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10667         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10668         (calc-matrix-brackets, calc-language, calc-language-option)
10669         (calc-left-label, calc-right-label, calc-word-size)
10670         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10671         (calc-display-raw, calc-internal-prec, calc-angle-mode)
10672         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10673         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10674         (calc-window-height, calc-display-trail, calc-show-selections)
10675         (calc-use-selections, calc-assoc-selections)
10676         (calc-display-working-message, calc-auto-why, calc-timing)
10677         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10678         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10679         (calc-gnuplot-default-device, calc-gnuplot-default-output)
10680         (calc-gnuplot-print-device, calc-gnuplot-print-output)
10681         (calc-gnuplot-geometry, calc-graph-default-resolution)
10682         (calc-graph-default-resolution-3d, calc-invocation-macro)
10683         (calc-show-banner): Use defcalcmodevar to declare them and set
10684         their default values.
10686         * calc/calc-ext.el (calc-reset): Restore saved values of variables
10687         instead of default values (but restore default values if there is
10688         an argument of 0).
10690 2005-01-09  David Kastrup  <dak@gnu.org>
10692         * desktop.el (desktop-restore-eager): Fix typo in type.
10694 2005-01-08  Richard M. Stallman  <rms@gnu.org>
10696         * cus-edit.el (customize): Delete :link.
10698 2005-01-08  Jay Belanger  <belanger@truman.edu>
10700         * calc/calc.el (calc-mode): Remove the extension from the
10701         `calc-settings-file' file name when loading it.
10703 2005-01-08  Kim F. Storm  <storm@cua.dk>
10705         * info.el (Info-mode-map, Info-next-link-keymap)
10706         (Info-prev-link-keymap, Info-up-link-keymap):
10707         Map follow-link to mouse-face.
10708         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10710 2005-01-08  Jay Belanger  <belanger@truman.edu>
10712         * calc/calc.el (calc-settings-file): Change default value.
10713         Suggested by cgw in a comment in calc-mode.el.
10715         * calc/calc-mode.el (calc-settings-file-name):
10716         Compare calc-settings-file to user-init-file instead of ~/.emacs.
10717         Replace ~/.emacs in a prompt by calc-settings-file.
10719 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
10721         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10722         (desktop-lazy-idle-delay): New customizable variables.
10723         (desktop-buffer-args-list): New variable.
10724         (desktop-append-buffer-args): New function.
10725         (desktop-save): Call desktop-append-buffer-args for some buffers.
10726         (desktop-lazy-create-buffer): New function.
10727         (desktop-idle-create-buffers): New function.
10728         (desktop-read): Add message about buffers to restore lazily.
10729         (desktop-lazy-abort): New command.
10730         (desktop-clear): Call desktop-lazy-abort.
10731         (desktop-lazy-complete): New command.
10733 2005-01-06  Richard M. Stallman  <rms@gnu.org>
10735         * emacs-lisp/find-func.el (find-face-definition):
10736         Rename from find-face.
10738 2005-01-06  Kim F. Storm  <storm@cua.dk>
10740         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10742         * man.el (Man-xref-man-page, Man-xref-header-file)
10743         (Man-xref-normal-file): Add follow-link property.
10745 2005-01-06  Jay Belanger  <belanger@truman.edu>
10747         * calc/calc-units.el: Make sure the proper macro definitions are
10748         available when compiling.
10750 2005-01-06  Juri Linkov  <juri@jurta.org>
10752         * isearch.el (isearch-lazy-highlight-update):
10753         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10755 2005-01-06  Miles Bader  <miles@gnu.org>
10757         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10758         (isearch-lazy-highlight-face): Use new name.
10760 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10762         * uniquify.el (uniquify-rationalize-file-buffer-names):
10763         Re-add an interactive spec.
10764         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10765         to the same name.
10767         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10768         (isearch-update, isearch-done): Adjust calls accordingly.
10770 2005-01-05  Richard M. Stallman  <rms@gnu.org>
10772         * custom.el (custom-set-variables, custom-theme-set-variables):
10773         Clarify documentation.
10775         * emacs-lisp/find-func.el (find-variable)
10776         (find-variable-other-window, find-variable-other-frame):
10777         Fix the TYPE args to find-function-read and find-function-do-it.
10778         (find-function): Doc fix.
10779         (find-function-at-point): Replace function-at-point alias.
10781 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10783         * cus-face.el (custom-declare-face):
10784         Record defface in current-load-list.
10786         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10788         * emacs-lisp/find-func.el: Doc fixes.
10789         (find-face-regexp): New variable.
10790         (find-function-regexp-alist): New variable.
10791         (find-function-C-source): Third arg is now TYPE.
10792         (find-function-search-for-symbol): Handle general TYPE.
10793         (find-function-read, find-function-do-it): Handle general TYPE.
10794         (find-definition-noselect, find-face): New functions.
10795         (function-at-point): Alias deleted.
10797 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10799         * battery.el (display-battery-mode): Rename from display-battery.
10800         Handle the case where it gets turned off.
10802 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10804         * cus-edit.el (customize): Make :link point to user doc.
10806         * man.el (Man-fontify-manpage): Turn off undo generation.
10808         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10810 2005-01-04  Andreas Schwab  <schwab@suse.de>
10812         * files.el (insert-directory): Only look for error lines in
10813         inserted text.  Don't move too far after processing --dired markers.
10815 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10817         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10818         Don't expand if the character is @, period, dash, etc.
10819         (define-mail-abbrev): Quote names that contain problem characters.
10821 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
10823         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10825 2005-01-03  Richard M. Stallman  <rms@gnu.org>
10827         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10828         (query-replace-highlight, query-replace-lazy-highlight)
10829         (query-replace): Definitions moved up.  Doc fix.
10831 2005-01-03  Richard M. Stallman  <rms@gnu.org>
10833         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10834         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10835         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10836         (lazy-highlight-face): Rename from isearch-lazy-...
10837         Change all references to them.
10839 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10841         * cus-edit.el (custom-file): Doc fix for defcustom.
10842         (custom-file): The function no longer sets the variable
10843         `custom-file' to its return value.
10845         * startup.el (command-line): No longer load `custom-file'.
10847 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10849         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10851         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10852         Don't confuse module-prefixed identifiers for labels.
10853         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10855 2005-01-02  Richard M. Stallman  <rms@gnu.org>
10857         * files.el (basic-save-buffer-1): Fix previous change.
10859         * loadhist.el (file-loadhist-lookup): New function.
10860         (file-provides, file-requires): Use it.
10862         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10863         instead of calculating the right size.
10865 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
10867         * vc-svn.el (vc-svn-diff): Stay local if possible.
10869 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10871         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10873         * files.el (hack-local-variables): Fix last change.
10875 2005-01-02  Jay Belanger  <belanger@truman.edu>
10877         * calc/calc-yank.el (calc-edit-top): New variable.
10878         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10879         object.  Change header properties.
10880         (calc-edit-finish, calc-edit-finish-stack-object)
10881         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10882         edited object.
10883         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10884         for the beginning of the edited object.
10885         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10886         for the beginning of the edited object.
10887         * calc/calc-prog.el (calc-edit-macro-finish-edit)
10888         (calc-finish-formula-edit, calc-macro-repeats)
10889         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10890         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10891         beginning of the edited object.
10892         (calc-user-define-edit): Change the header for editing macros.
10893         Remove unnecessary variable.
10895 2005-01-01  Jay Belanger  <belanger@truman.edu>
10897         * calc/calc-yank.el (calc-edit-mode): Change default header.
10898         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10899         * calc/calc-store.el (calc-edit-variable): Change title to match new
10900         header.
10901         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10902         mode to match new header.
10903         (calc-user-define-edit): Change titles to include names of commands.
10904         (calc-finish-formula-edit): Adjust to handle new header.
10905         (calc-finish-macro-edit): Remove.
10906         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10907         (calc-edit-macro-command, calc-edit-macro-command-type)
10908         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10909         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10910         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10911         (calc-edit-macro-finish-edit): New functions.
10912         (calc-user-define-edit): Use new functions to edit named calc macros.
10914 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
10916         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10918         * ses.el (copy-region-as-kill): Deactivate mark.
10920 2005-01-01  Richard M. Stallman  <rms@gnu.org>
10922         * replace.el (occur-1): If the output buffer is also an input,
10923         don't kill it, rename it.
10925         * faces.el (set-face-background, set-face-foreground): Doc fix.
10927         * cus-face.el (custom-face-attributes): Fix :help-echo strings
10928         for :foreground and :background.
10930         * dired.el (dired-view-command-alist): Variable deleted.
10931         (dired-view-file, dired-mouse-find-file-other-window):
10932         Delete the code to use it.
10934 2005-01-01  Kim F. Storm  <storm@cua.dk>
10936         * image.el (insert-sliced-image): Use t for line-height property.
10938 2004-12-31  Jay Belanger  <belanger@truman.edu>
10940         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10941         for "var-" at the beginning of the minibuffer.
10943 2004-12-31  Richard M. Stallman  <rms@gnu.org>
10945         * faces.el (read-face-name):
10946         Don't treat an attribute spec as a list of faces.
10948         * simple.el (undo): Use undo-equiv-table to detect
10949         unexpected changes since previous undo.
10950         (undo-list-saved): Variable deleted.
10951         (buffer-disable-undo): Don't alter undo-list-saved.
10953         * files.el (require-final-newline): Allow `visit' and `visit-save'.
10954         (mode-require-final-newline): New option.
10955         (after-find-file): Handle require-final-newline with new values.
10956         (basic-save-buffer): Handle new values of require-final-newline.
10958         * progmodes/sh-script.el (sh-require-final-newline):
10959         Alist value now controls whether to use mode-require-final-newline.
10960         (sh-set-shell): Implement that new meaning.
10962         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10963         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10964         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10965         Delete old-Emacs compatibility code.
10966         (antlr-c-common-init): Function deleted.
10968         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10969         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10970         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10971         * progmodes/python.el (python-mode): Use mode-require-final-newline.
10972         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10973         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10974         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10975         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10976         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10977         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10978         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10979         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10980         * progmodes/cfengine.el (cfengine-mode): Use
10981         mode-require-final-newline.
10982         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10983         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10984         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10986 2004-12-31  Jay Belanger  <belanger@truman.edu>
10988         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10989         way to return to Calc.
10991         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10992         finish, C-xk as the way to cancel the edit.  Add cancel routine to
10993         kill-buffer-hook.
10995         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10996         MacEdit code.
10998         * calc/calc-prog.el: Remove obsolete MacEdit code.
10999         (calc-macro-edit-algebraic, calc-macro-edit-variable)
11000         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
11002 2004-12-31  Kenichi Handa  <handa@m17n.org>
11004         * international/mule.el (buffer-file-coding-system-explicit):
11005         Rename for explicit-buffer-file-coding-system.
11006         (after-insert-file-set-coding): Adjust for the above change.
11008         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
11009         to buffer-file-coding-system-explicit.
11010         (basic-save-buffer-1): Likewise.
11012 2004-12-30  Richard M. Stallman  <rms@gnu.org>
11014         * textmodes/artist.el (artist-butlast-fn): Var deleted.
11015         (artist-butlast, artist-last): Functions deleted.
11016         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
11017         (artist-compute-key-compl-table): Call remq directly.
11018         (artist-remove-nulls): Function deleted.
11019         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
11020         (artist-push, artist-pop): Macro deleted.
11022 2004-12-30  Andreas Leue  <al@sphenon.de>
11024         * textmodes/artist.el (artist-version): 1.2.6
11025         (artist-prev-next-op-alist): New variable.
11026         (artist-select-next-op-in-list): New function.
11027         (artist-select-prev-op-in-list): New function.
11028         (artist-make-prev-next-op-alist): New function.
11029         (artist-is-in-op-list-p): New function.
11030         (artist-get-first-non-nil-op): New function.
11031         (artist-get-last-non-nil-op): New function.
11032         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
11033         artist-prev-next-op-alist.
11034         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
11035         change drawing operation.
11037 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11039         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
11041 2004-12-31  Masatake YAMATO  <jet@gyve.org>
11043         * server.el (server-process-filter): Suppress `error', too.
11045 2004-12-30  Jay Belanger  <belanger@truman.edu>
11047         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
11048         Change the way a variable is displayed in a message.
11050         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
11051         (calc-user-define-permanent, calc-execute-kbd-macro):
11052         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
11054 2004-12-30  Kenichi Handa  <handa@m17n.org>
11056         * files.el (basic-save-buffer-1):
11057         Set explicit-buffer-file-coding-system to last-coding-system-used.
11058         (revert-buffer): Pay attention to
11059         explicit-buffer-file-coding-system (not buffer-file-coding-system)
11060         on bind coding-system-for-read.
11062         * international/mule.el (explicit-buffer-file-coding-system):
11063         New buffer local variable.
11064         (after-insert-file-set-coding): Set it to coding-system-for-read.
11066 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
11068         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11070 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
11072         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11073         that include line numbers.
11075 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
11077         * files.el (hack-local-variables): If no PREFIX, set it to "^".
11078         Redundant variable PREFIXLEN removed.
11080 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
11082         * eshell/em-hist.el (eshell-previous-matching-input):
11083         Start the deletion from the end of the output.
11085 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11087         * term/mac-win.el: Require x-dnd.
11088         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
11090 2004-12-29  David Kastrup  <dak@gnu.org>
11092         * international/mule.el (decode-coding-inserted-region):
11093         Don't barf if `buffer-undo-list' is already set to `t'.
11095 2004-12-29  Jay Belanger  <belanger@truman.edu>
11097         * calc/calc-prog.el (calc-user-define-formula): Put default values
11098         for function names in prompts.
11099         (calc-user-define-permanent, calc-user-define-composition)
11100         (calc-user-define-formula): Remove the need for "calcFunc-" in the
11101         default input for algebraic functions.
11103 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
11105         * vc-rcs.el (vc-rcs-annotate-command):
11106         Fix omission bug: Call `vc-setup-buffer'.
11108 2004-12-29  Kenichi Handa  <handa@m17n.org>
11110         * international/mule.el (recode-region): New function.
11112 2004-12-28  Richard M. Stallman  <rms@gnu.org>
11114         * simple.el (undo-extra-outer-limit): New variable.
11115         (undo-outer-limit-truncate): Test and set it.
11117         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11118         enables the feature to extend the existing region.
11120         * simple.el (mark-word): New arg ALLOW-EXTEND
11121         enables the feature to extend the existing region.
11123         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11124         enables the feature to extend the existing region.
11126         * startup.el (site-run-file): Don't allow setting it with Custom.
11128         * simple.el (buffer-disable-undo): Fix previous change.
11130 2004-12-27  Masatake YAMATO  <jet@gyve.org>
11132         * hexl.el (hexlify-buffer): Remove fontification here.
11133         Use font lock mechanism instead.
11134         (hexl-font-lock-keywords): New font lock kewords.
11135         (hexl-mode-old-font-lock-keywords): New variable.
11136         (hexl-mode): Store the old font lock keywords.
11137         (hexl-mode-exit): Restore the old font lock keywords.
11139 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11141         * simple.el (undo): Fix previous change.
11143 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11145         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
11146         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11147         Call x-open-connection on Mac OS X.
11149 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11151         * files.el (buffer-save-without-query): New var (buffer-local).
11152         (save-some-buffers): Save those buffers first, w/o asking.
11154         * files.el (insert-directory-ls-version): New variable.
11155         (insert-directory): When ls returns an error, test the version
11156         number to decide what the return code means.
11157         With --dired output format, detect and distinguish lines
11158         that are really error messages.
11159         (insert-directory-adj-pos): New function.
11161         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11163         * battery.el (battery-mode-line-format): Remove initial spaces.
11165         * uniquify.el (uniquify-rationalize-file-buffer-names):
11166         Delete interactive spec.
11168         * type-break.el (type-break-mode): Set buffer-save-without-query.
11169         Remove code that tried to set save-some-buffers-always.
11170         (type-break-file-keystroke-count): Bind deactivate-mark.
11172         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11174         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11175         Test that the buffer is live, and maybe reject current buffer too.
11176         Clarify.
11177         (next-error-find-buffer): Rewrite for clarity.
11179         * loadup.el: Don't use buffer-disable-undo; do it directly.
11181         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11182         (describe-variable): Call symbol-file with `defvar'.
11184         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11185         (symbol-file): Rewritten to handle new load-history format.
11186         Now takes an arg TYPE to specify looking for a particular
11187         type of definition only.
11189         * emacs-lisp/debug.el (debugger-make-xrefs):
11190         Call symbol-file with `defun'.
11192         * emacs-lisp/find-func.el (find-function-noselect):
11193         Call symbol-file with `defun'.
11194         (find-variable-noselect): Call symbol-file with `defvar'.
11196         * eshell/esh-cmd.el (eshell-find-alias-function):
11197         Call symbol-file with `defun'.
11199         * eshell/esh-test.el (eshell-test-goto-func):
11200         Call symbol-file with `defun'.
11202         * mail/rmail.el (rmail-resend):
11203         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11205         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11207         * progmodes/compile.el (compilation-find-buffer): Rename arg.
11209         * textmodes/texinfmt.el (texinfo-format-buffer-1):
11210         Call buffer-disable-undo.
11212         * simple.el (undo-list-saved): New variable (buffer-local).
11213         (undo): Set and test it.
11214         (buffer-disable-undo): Move here from buffer.c.
11215         Clear out undo-list-saved.
11217         * international/mule.el (decode-coding-inserted-region):
11218         Set buffer-undo-list in a correct and optimal way.
11220         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11221         (cperl-font-lock-unfontify-region-function): No need to save and
11222         restore info, since font-lock.el does it for us.
11224         * ansi-color.el (save-buffer-state): Definition deleted.
11225         (ansi-color-unfontify-region): Don't use save-buffer-state.
11227 2004-12-27  Dave Love  <fx@gnu.org>
11229         * wid-edit.el (function): Use restricted-sexp as parent.
11231 2004-12-27  Kevin Ryde  <user42@zip.com.au>
11233         * simple.el (next-matching-history-element): Use same
11234         `interactive' form as previous-matching-history-element.
11236         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11237         it can appear unencoded and has been seen from yahoo.
11239 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
11241         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11242         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
11244 2004-12-27  Kenichi Handa  <handa@m17n.org>
11246         * international/utf-8.el (utf-translate-cjk-load-tables):
11247         Bind coding-system-for-read to nil while loading subst-*.
11249 2004-12-26  Jay Belanger  <belanger@truman.edu>
11251         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11252         default input.
11254 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
11256         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11257         before reverting and disable undo recording while reverting.
11259 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
11261         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11262         (hs-make-overlay): New function.
11263         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11264         (hs-flag-region): Delete function.
11265         (hs-hide-comment-region): No longer use `hs-flag-region'.
11266         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11267         (hs-hide-block-at-point): Likewise.
11268         (hs-hide-level-recursive): Use `hs-discard-overlays'.
11269         (hs-hide-all, hs-show-all): Likewise.
11270         (hs-show-block): Likewise.
11271         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11273 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
11275         * progmodes/hideshow.el: Require `cl' when compiling.
11276         Remove XEmacs and Emacs 19 compatibility.
11277         Use `dolist' and `add-to-list' for load-time actions.
11278         (hs-discard-overlays): Use `dolist'.
11279         (hs-show-block): Likewise.
11281 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
11283         * faces.el (mode-line, mode-line-inactive): Use min-colors.
11285 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
11287         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11288         When extending backwards, move outside the current comment first.
11290 2004-12-22  Kenichi Handa  <handa@m17n.org>
11292         * international/quail.el (quail-start-translation): Fix prompt
11293         string for the case if input-method-use-echo-area being non-nil.
11294         (quail-start-conversion): Likewise.
11295         (quail-show-guidance): Don't show guidance if
11296         input-method-use-echo-area is non-nil.
11298 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11300         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11302 2004-12-21  Markus Rost  <rost@ias.edu>
11304         * calendar/diary-lib.el (mark-diary-entries):
11305         Set mark-diary-entries-in-calendar only after checking for diary-file.
11307 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11309         * faces.el (escape-glyph): Use blue against light foreground.
11311         * simple.el (undo-outer-limit-truncate): New function.
11312         (undo-outer-limit-function): Use undo-outer-limit-truncate.
11314 2004-12-21  Eli Barzilay  <eli@barzilay.org>
11316         * calculator.el (calculator-radix-grouping-mode)
11317         (calculator-radix-grouping-digits)
11318         (calculator-radix-grouping-separator):
11319         New defcustoms for the new radix grouping mode functionality.
11320         (calculator-mode-hook): Now used in electric mode too,
11321         (calculator): Call it.
11322         (calculator-mode-map): Some new keys.
11323         (calculator-message): New function.  Some new calls.
11324         (calculator-op, calculator-set-register): Use it.
11325         (calculator-string-to-number): New function, mostly moved and
11326         updated code from calculator-curnum-value.
11327         (calculator-curnum-value): Use it.
11328         (calculator-paste): Use it, and update grabbing the current-kill.
11329         (calculator-rotate-displayer)
11330         (calculator-rotate-displayer-back): Toggle digit grouping when
11331         in radix mode, use calculator-message.
11332         (calculator-displayer-prev, calculator-displayer-next):
11333         Change digit group size when in radix mode.
11334         (calculator-number-to-string): Rename from
11335         calculator-num-to-string.  Now deals with digit grouping in
11336         radix mode.
11337         (calculator-update-display, calculator-put-value): Use the new name.
11338         (calculator-fact): Return a floating point number.
11339         (calculator-mode): Doc fix.
11341 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11343         * calendar/calendar.el (view-other-diary-entries): Add autoload.
11344         * calendar/diary-lib.el (view-other-diary-entries):
11345         Use current-prefix-arg in interactive spec.
11347 2004-12-19  Jay Belanger  <belanger@truman.edu>
11349         * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11350         adjust the syntax of both delimiters of half-open intervals.
11352 2004-12-19  Kim F. Storm  <storm@cua.dk>
11354         * mouse.el (mouse-1-click-follows-link): Doc fix.
11356 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11358         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11359         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11360         instead of centraleuropean as the name
11362 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
11364         Sync with Tramp 2.0.46.
11366         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11367         parameters wrt Tramp convention.
11368         (tramp-handle-file-attributes-with-perl)
11369         (tramp-handle-directory-files-and-attributes): Apply it.
11370         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11371         `copy-program'.  Reported by Zack Weinberg
11372         <zack@codesourcery.com>.
11373         (top): Set `edebug-form-spec' property directly rather than
11374         calling `def-edebug-spec'.
11376         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11377         advice less fragile.  Surround temporary redefinition of
11378         `substitute-in-file-name' with `unwind-protect'.  Suggested by
11379         Matt Hodges <MPHodges@member.fsf.org>.
11381 2004-12-17  Juri Linkov  <juri@jurta.org>
11383         * replace.el (occur-accumulate-lines, occur-engine):
11384         Make forcing deferred font-lock fontification jit-specific.
11386 2004-12-17  Kim F. Storm  <storm@cua.dk>
11388         * mouse.el (mouse-1-click-follows-link): New defcustom.
11389         (mouse-on-link-p): New function.
11390         (mouse-drag-region-1): Implement mouse-1-click-follows-link
11391         functionality.  Map a mouse-1 click event into a mouse-2 (or
11392         other) event when position is inside a link.
11394         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11395         prefix in tooltip text with "mouse-1" when this is a link
11396         recognized by mouse-1-click-follows-link functionality.
11398         * help.el (describe-key): Report effective and original binding
11399         for mouse-1 when clicked on a link.
11400         (describe-mode): Add follow-link property to "minor-mode" button.
11402         * help-fns.el (describe-variable): Add follow-link property to
11403         "below" button.
11405         * help-mode.el (help-xref): Add follow-link property.
11407         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11408         (apropos-command, apropos-variable, apropos-face, apropos-group)
11409         (apropos-widget, apropos-plist): Add follow-link property.
11411         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11412         checks if position is in a filename, rather than some other
11413         clickable item.  Function looks for cvs-filename-face at position.
11415         * wid-edit.el (widget-specify-field, widget-specify-button):
11416         Map a :follow-link keyword into a follow-link property.
11417         (link): Add :follow-link keyword, map to RET binding.
11419         * dired.el (dired-mode-map): Map follow-link to mouse-face.
11421         * progmodes/compile.el (compilation-minor-mode-map)
11422         (compilation-button-map, compilation-mode-map): Likewise.
11424 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
11426         * play/zone.el (zone): Init `line-spacing' from orig buffer.
11427         (zone-replace-char): Take `count' and `del-count'
11428         instead of `direction'.  Update callers.  When `del-count' is
11429         non-nil, delete that many characters, otherwise `count' characters
11430         backwards.  Insert the newly-replaced string `count' times.
11431         (zone-fret): Handle chars w/ width greater than one.
11432         (zone-fall-through-ws): No longer take window width `ww'.
11433         Update callers.  Add handling for `char-width' greater than one.
11434         (zone-pgm-drip): Update var holding window-end position every cycle.
11436 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
11438         * vc.el (vc-default-update-changelog): Use insert-file-contents,
11439         rather than insert-file.
11441 2004-12-16  Jay Belanger  <belanger@truman.edu>
11443         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11444         (math-init-random-base, math-random-digit): Check to see if
11445         var-RandSeed is bound.
11446         (math-random-last): Declare it.
11447         (math-random-digit): Don't make math-random-last local.
11449 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
11451         * play/zone.el (zone): Fix omission bug: Use a self-disabling
11452         one-shot thunk for uniform (error, quit, normal) recovery.
11453         Reported by John Paul Wallington.
11454         (zone-pgm-random-life): Fix bug:
11455         Recognize empty initial field by lack of "@" chars.
11457 2004-12-16  Juri Linkov  <juri@jurta.org>
11459         * help.el (function-called-at-point):
11460         * help-fns.el (variable-at-point): As a last resort try stripping
11461         non-word prefixes and suffixes.
11463         * descr-text.el (describe-property-list): Don't treat syntax-table
11464         specially.  Use describe-text-sexp which inserts [show] button
11465         for large objects and handles printing errors.  Sort properties
11466         by names in alphabetical order instead of by value sizes.
11467         Add `mouse-face' to list of properties for `describe-face' widget.
11468         (describe-char): Mask out face-id from 19 bits of character.
11469         Print face-id separately.
11471         * replace.el (occur-accumulate-lines, occur-engine):
11472         Fontify unfontified matching lines in the source buffer
11473         before copying them.
11474         (occur-engine): Don't put mouse-face on context lines.
11475         (occur-next-error): Set point to line beginning/end
11476         before searching for prev/next property to skip multiple
11477         matches on a line (not supported by occur engine).
11478         Remove redundant prefix-numeric-value.
11480 2004-12-15  Juri Linkov  <juri@jurta.org>
11482         * replace.el (match): New face.
11483         (list-matching-lines-face): Change default from `bold' to `match'.
11485         * progmodes/grep.el (grep-match-face): New defvar.
11486         (grep-mode-font-lock-keywords): Use grep-match-face instead of
11487         compilation-column-face to highlight grep matches.
11489         * apropos.el (apropos-match-face): Change default from
11490         `secondary-selection' to `match'.
11492         * info-look.el (info-lookup-highlight-face): Change default from
11493         `highlight' to `match'.
11495 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
11497         * progmodes/executable.el (executable-interpret): Eliminate
11498         obsolete compile-internal, and switch to comint for interaction.
11500 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
11502         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11503         `&&' when skipping multiple statements on a line.
11505 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
11507         * play/zone.el (zone): Set `truncate-lines'.
11508         Also, init `tab-width' with value from original buffer.
11509         (zone-shift-up): Rewrite for speed.
11510         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11511         (zone-pgm-jitter): Remove redundant entries from ops vector.
11512         (zone-exploding-remove): Reduce iteration count.
11513         (zone-cpos): Convert to defsubst.
11514         (zone-replace-char): New defsubst.
11515         (zone-park/sit-for): Likewise.
11516         (zone-fret): Take window-start arg.
11517         Update callers.  Use `zone-park/sit-for'.
11518         (zone-fill-out-screen): Rewrite.
11519         (zone-fall-through-ws): Likewise.  Update callers.
11520         (zone-pgm-drip): Use `zone-replace-char'.
11521         Move var inits before while-loop.  Use `zone-park/sit-for'.
11522         (zone-pgm-random-life): Handle empty initial field.
11523         Use `zone-replace-char' and `zone-park/sit-for'.
11525 2004-12-15  Juri Linkov  <juri@jurta.org>
11527         * isearch.el (isearch-update): Test isearch-lazy-highlight
11528         before calling isearch-lazy-highlight-new-loop.
11529         (isearch-lazy-highlight-new-loop):
11530         Don't test isearch-lazy-highlight.
11532         * replace.el (perform-replace): Add isearch-case-fold-search.
11533         Use delimited-flag for isearch-regexp.
11534         Reset isearch-lazy-highlight-last-string to force lazy
11535         highlighting when called from isearch mode.
11536         (query-replace-highlight): Revert defcustom type to boolean.
11537         (query-replace-lazy-highlight): New defcustom.
11538         (query-replace): New face.
11539         (perform-replace, replace-highlight, replace-dehighlight):
11540         Test query-replace-lazy-highlight instead of special value
11541         `isearch' of query-replace-highlight.
11542         (replace-dehighlight): Don't call isearch-dehighlight.
11543         (replace-highlight): Don't call isearch-highlight.
11544         Use face `query-replace' unconditionally.
11546 2004-12-14  Kim F. Storm  <storm@cua.dk>
11548         * simple.el (inhibit-mark-movement): Remove defvar.
11549         (beginning-of-buffer, end-of-buffer): Don't use it.
11551         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11552         Don't use inhibit-mark-movement.
11554         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11555         (cua--undo-push-mark): Remove.
11556         (cua--pre-command-handler, cua--post-command-handler):
11557         Don't fiddle with inhibit-mark-movement.
11559 2004-12-14  Juri Linkov  <juri@jurta.org>
11561         * buff-menu.el (list-buffers-noselect): Collect internal info
11562         for every buffer in BUFFER-LIST arg too.
11563         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11564         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11565         Bind same-window-buffer-names and same-window-regexps to nil.
11567 2004-12-13  Juri Linkov  <juri@jurta.org>
11569         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11571         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11572         (sc-cite-region, sc-uncite-region, sc-recite-region):
11573         Fix previous change to handle not alist as a symbol, but
11574         a citation frame as a symbol that represents a variable name.
11576 2004-12-13  Richard M. Stallman  <rms@gnu.org>
11578         * filecache.el (file-cache-add-directory-using-find):
11579         Only set up file-cache-find-command-posix-flag if we will use it.
11581         * bindings.el (mode-line-buffer-identification-keymap):
11582         Don't cancel the mode-line's usual down-mouse-1 binding.
11584         * cus-edit.el (custom-face-selected): Handle `default' specs.
11585         (custom-face-edit): Increase extra-offset.
11586         (custom-display): Handle `default' specs.
11588         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11590         * emacs-lisp/elint.el (elint-standard-variables)
11591         (elint-unknown-builtin-args): Move definitions up.
11593         * net/browse-url.el (browse-url-url-at-point): Add autoload.
11595         * info.el (info-xref-visited): Use `default' instead of t.
11596         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11598         * faces.el (header-line, mode-line-inactive, tool-bar):
11599         Use `default' instead of t for setting the defaults.
11600         (face-spec-choose): Separate `t' from `default'.
11602         * subr.el (while-no-input): New macro.
11604 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
11606         * filecache.el (file-cache-add-directory-using-find):
11607         Only test file-cache-find-command-posix-flag on some systems.
11609 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11611         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11612         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11613         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11614         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11615         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11616         annotate.
11618 2004-12-12  Juri Linkov  <juri@jurta.org>
11620         * files.el (find-file-other-window, find-file-other-frame):
11621         Add the first buffer to the returned value to return the complete
11622         list of all visited buffers.
11623         (find-file-read-only, find-file-read-only-other-window)
11624         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11625         `find-file-read-args'.  Signal an error about non-existent file
11626         only if file name doesn't contain wildcards.  Toggle read-only in
11627         all visited buffers.
11628         (find-alternate-file, find-alternate-file-other-window):
11629         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
11630         called interactively.  Pass arg `wildcards' to other functions.
11631         (find-file-noselect): Doc fix.
11633         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11634         Doc fix.
11635         (ffap-directory-finder): New variable.
11636         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11637         (ffap-file-at-point): Add /* to immediately rejected names.
11638         Return absolute file names matching ffap-dired-wildcards.
11639         (ffap-read-file-or-url): Set default value for `completing-read'
11640         to `buffer-file-name'.
11641         (find-file-at-point): When filename matches ffap-dired-wildcards,
11642         call ffap-file-finder with t arg `wildcards', instead of dired.
11643         (ffap-other-window, ffap-other-frame): Return visited buffers.
11644         (ffap-read-only, ffap-read-only-other-window)
11645         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11646         (dired-at-point): Call ffap-directory-finder instead of dired.
11647         (ffap-dired-other-window, ffap-dired-other-frame)
11648         (ffap-list-directory): New commands.
11649         (ffap-bindings): New keybindings for new commands.
11651 2004-12-12  Juri Linkov  <juri@jurta.org>
11653         * simple.el (beginning-of-buffer, end-of-buffer):
11654         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11655         Do not push mark when mark is active in transient-mark-mode.
11657         * simple.el (mark-word):
11658         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11659         * textmodes/paragraphs.el (mark-paragraph):
11660         Extend the region when mark is active in transient-mark-mode,
11661         regardless of the last command.  Doc fix.
11663         * simple.el (mark-word): Preserve direction when repeating.
11664         Make arg optional.  Interactive "p" -> "P".
11665         (transient-mark-mode, inhibit-mark-movement): Doc fix.
11667         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11668         preserving direction, to mark forward instead of backward when mark
11669         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11671 2004-12-12  Juri Linkov  <juri@jurta.org>
11673         * isearch.el (isearch-edit-string): Set 7th arg of
11674         `read-from-minibuffer' to `t' to inherit the current input
11675         method (whose name is indicated by [IM] in the minibuffer prompt)
11676         from the current buffer to the minibuffer.
11677         (isearch-lazy-highlight-update): Put body to `with-local-quit'
11678         to allow C-g quitting for lazy highlighting looping inside the
11679         search with nested repetition operators.  Add overlay to the list
11680         before setting its face and other properties to avoid the case of
11681         code quitting after placing the new overlay but before it's
11682         recorded on the list.  Select the window where isearch was
11683         activated, to highlight matches in the right window when isearch
11684         switches the current window to the minibuffer.
11686         * international/isearch-x.el
11687         (isearch-process-search-multibyte-characters):
11688         Use `isearch-message' as initial input for `read-string' instead
11689         of adding it to the minibuffer prompt.  After reading a string
11690         remove the initial value of `isearch-message' from the string.
11692         * replace.el (replace-match-maybe-edit): Doc fix.
11693         (perform-replace): Don't call `replace-highlight' when automatic
11694         replacement is requested in literal mode, since it is intended
11695         only to highlight words during entering a new replacement string
11696         for \? in non-literal mode.
11698         * replace.el (query-replace-highlight): Add new value `isearch'
11699         that allows query replacement to use isearch highlighting.
11700         Change type from `boolean' to `choice'.  Doc fix.
11701         (replace-highlight, replace-dehighlight, perform-replace):
11702         Use isearch highlighting if query-replace-highlight eq `isearch'.
11704 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11706         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11707         (checkdoc-message-text, checkdoc-defun): Fix format messages for
11708         `error'.
11710         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11711         case of \end{verbatim}.
11713 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
11715         * term.el (term-termcap-format): Synchronize with terminfo.
11716         (term-emulate-terminal): Handle reset.
11717         (term-reset-terminal): New function.
11719 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
11721         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11722         (zone-fill-out-screen): New func.
11723         (zone-pgm-drip): Use `zone-fill-out-screen'.
11724         Also, no longer go to point-min on every cycle.
11725         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11726         (zone-pgm-random-life-wait): New user var.
11727         (zone-pgm-random-life): New func.
11729 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
11731         * files.el (auto-mode-alist): Map .com to DCL mode.
11733 2004-12-09  Richard M. Stallman  <rms@gnu.org>
11735         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11737 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
11739         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11740         buffer with a display margin.
11742 2004-12-08  Jay Belanger  <belanger@truman.edu>
11744         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11745         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11747 2004-12-08  Richard M. Stallman  <rms@gnu.org>
11749         * faces.el: Delete code to set display table.
11750         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
11752 2004-12-08  Jay Belanger  <belanger@truman.edu>
11754         * calc/calc.el: Add math-read-preprocess-string to autoloads.
11756         * calc/calc-ext.el (math-read-replacement-list)
11757         (math-read-superscripts, math-read-preprocess-string): Move to
11758         calc-aent.el.
11760         * calc/calc-aent.el (math-read-replacement-list)
11761         (math-read-superscripts, math-read-preprocess-string): Move from
11762         calc-ext.el.
11764 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11766         * isearch.el (isearch-quote-char): Fix up typo in last change.
11768 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
11770         * mouse.el (mouse-set-font): Handle the case where the command was
11771         not invoked using the mouse.
11773         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11774         (edmacro-finish-edit): Further update for keyboard macros that are
11775         lambda forms.
11776         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11778 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11780         * font-lock.el (font-lock-unfontify-region): Save buffer state.
11781         (font-lock-default-unfontify-region): Don't save buffer state any more.
11783 2004-12-07  Jay Belanger  <belanger@truman.edu>
11785         * calc/calc-help.el (calc-describe-key):
11786         Set calc-summary-indentation even when Calc Summary buffer exists.
11788 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
11790         * calendar/holidays.el (holiday-easter-etc): Make arguments
11791         optional for backwards compatibility.  Doc fix.
11792         Remove un-necessary local vars mandatory, output-list.
11793         (holiday-advent): Make arguments optional for backwards
11794         compatibility.  Doc fix.
11796 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11798         * paren.el (show-paren-function): Fix last change (2004-12-02).
11800         * international/mule-util.el (char-displayable-p): Return nil for
11801         unibyte mode.
11803         * subr.el (subregexp-context-p): New function.
11805         * isearch.el (isearch-quote-char): Use it.
11807         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11808         (regexp-opt-not-groupie*-re): Remove.
11809         (regexp-opt): Properly handle inputs with duplicate entries.
11811 2004-12-06  Richard M. Stallman  <rms@gnu.org>
11813         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11815         * cus-edit.el (custom-file): Doc fix.
11817         * textmodes/org.el: New file.
11819 2004-12-06  Kenichi Handa  <handa@m17n.org>
11821         * ldefs-boot.el: Update international/mule-util.el section.
11823 2004-12-05  Sam Steingold  <sds@gnu.org>
11825         * net/tramp.el (tramp-handle-file-accessible-directory-p):
11826         Fix `tramp-time-diff' comparison logic.
11828 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
11830         * progmodes/which-func.el (which-function):
11831         Use `run-hook-with-args-until-success' instead of a custom loop.
11832         Fixes bug with local hooks.
11834 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11836         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11837         Use delete-dups when calculating the initial value.
11838         (bibtex-autokey-get-title): Use <=.
11839         (bibtex-goto-line): New function.
11840         (bibtex-reposition-window): Use line numbers instead of point
11841         positions.  Use window-body-height.
11842         (bibtex-find-crossref): Use bibtex-reposition-window.
11843         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
11844         position of entry if key is found or nil if not found.
11846 2004-12-05  Richard M. Stallman  <rms@gnu.org>
11848         * cus-edit.el (custom-file): Doc fix.
11850         * progmodes/sh-script.el (sh-indent-for-then): Change default.
11852 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11854         * simple.el (blink-matching-open):
11855         * textmodes/tex-mode.el (tex-validate-region):
11856         Obey syntax-table text properties.
11858 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
11860         * wid-edit.el (widget-specify-field): Add `real-field' property to
11861         boundary.
11862         (widget-field-at): Use it.
11864 2004-12-02  Richard M. Stallman  <rms@gnu.org>
11866         * progmodes/cc-mode.el (awk-mode autoload):
11867         Supply t meaning interactive function.
11869         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
11870         (isearch-mode-map): No special definition for space.
11871         (isearch-whitespace-chars): Command deleted.
11872         (isearch-forward-regexp): Doc fix.
11873         (isearch-quote-char): When a space is not inside brackets,
11874         use `[ ]' instead of just space.
11875         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11877         * imenu.el (imenu--generic-function): Delete code to exclude
11878         matches in comments.
11880         * man.el (Man-reverse-face): Change default to `highlight'.
11882         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11883         (occur-engine): Use `face' prop rather than `font-lock-face'
11884         when specifying use of `match-face'.
11885         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11887         * emacs-lisp/elint.el (elint-standard-variables): Update list.
11889         * add-log.el (add-log-current-defun): Handle the case where point
11890         is in the header part of a DEFUN construct.
11892 2004-12-02  Dave Love  <fx@gnu.org>
11894         * progmodes/python.el (python-font-lock-syntactic-keywords):
11895         Fix previous change.
11897 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
11899         * paren.el (show-paren-function): Check for matching chars
11900         specified by text props.
11902 2004-12-02  Jay Belanger  <belanger@truman.edu>
11904         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11905         when reading a new key sequence.
11907 2004-12-02  Kim F. Storm  <storm@cua.dk>
11909         * faces.el (escape-glyph): Rename from glyph.
11910         (standard-display-table): Set it here.  Add escape-glyph face to
11911         extra slot characters.
11913         * disp-table.el: Undo 2004-12-01 change.  Display table is now
11914         setup in faces.el.
11916 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
11918         * xml.el (xml-parse-dtd): Don't show validity messages when
11919         xml-validating-parser is nil.
11920         (xml-substitute-special): Fix validity error messages to
11921         actually show the unexpandable entity.  Added validity error if &
11922         isn't followed by an entity.
11923         (xml-parse-tag): Concatenate any string following the a
11924         <![CDATA[]]> section to the parsed CDATA.
11925         (xml-parse-dtd): Skip parameter entity declarations and use of
11926         parameter entities.
11928 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
11930         * kmacro.el (kmacro-default-counter-format): New var.
11931         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
11932         (kmacro-display): Remove `nil' from `and' form.  Delete call to
11933         `format' inside `message'.
11934         (kmacro-start-macro): Use `kmacro-default-counter-format'.
11936 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11938         * pcvs.el (cvs-header-msg): New function.
11939         (cvs-update-header): Use it.  Change calling convention.
11940         Correctly handle the case of having simultaneous active processes.
11941         (cvs-sentinel): Don't call cvs-update-header any more.
11942         (cvs-mode-run): Update call and add cvs-update-header to postproc.
11944 2004-12-01  Jay Belanger  <belanger@truman.edu>
11946         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11947         Change message.
11949 2004-12-01  Juri Linkov  <juri@jurta.org>
11951         * progmodes/prolog.el (prolog-mode-variables):
11952         Fix imenu-generic-expression.
11954 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
11956         * faces.el (glyph): New face.
11958         * disp-table.el: Add an autoloaded table, that doesn't require
11959         this library, with glyph face.
11961         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11962         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11963         (conf-quote-normal): Allow normalizing only ' or ".
11964         (conf-mode): Regexp-quote constructed comment-start and don't
11965         match section {} where "name" contains braces.
11967         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11968         files.
11970 2004-12-01  Kenichi Handa  <handa@m17n.org>
11972         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11973         (x-select-text): Don't treat eight-bit-control/graphic chars
11974         specially.  Store the encoded text in the X cut buffer.
11975         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11976         with x-last-selected-text-cut-encoded.
11978 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11980         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11982 2004-11-30  Markus Rost  <rost@ias.edu>
11984         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11985         AUCTeX.
11987 2004-11-30  Jay Belanger  <belanger@truman.edu>
11989         * calc/calc-arith.el (math-possible-signs): Made stronger checks
11990         on signs of intervals.
11991         (math-pow-of-zero): Strengthen checks for positive and negative
11992         exponents.
11994         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11995         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11996         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11997         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11998         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11999         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
12000         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
12001         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
12002         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
12003         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
12004         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
12005         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
12006         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
12007         functions with provide statements.
12009         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
12011         * calc/calc-embed.el (calc-do-embedded-activate): Remove from
12012         autoloads.
12014         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
12015         (calc-load-everything, math-defsimplify): Replace dummy autoloading
12016         functions by require statements.
12017         (math-defsimplify): Move to calc-alg.el, add to autoloads.
12019         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12020         (calc-gnuplot-print): Give them values.
12022         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
12023         autoloads.
12024         Add calc-do-embedded-activate to autoloads.
12025         (calc-gnuplot-name, calc-gnuplot-plot-command)
12026         (calc-gnuplot-print-command): Move them to calc-graph.el.
12028 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12030         * term/mac-win.el (ccl-encode-mac-roman-font)
12031         (ccl-encode-mac-cyrillic-font)
12032         (ccl-encode-mac-centraleuropean-font, encoder-list)
12033         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
12034         Support Cyrillic, CentralEuropean, and Dingbat font display
12036 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
12038         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
12040         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
12041         still nil.
12043 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
12045         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
12046         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
12048 2004-11-29  Jay Belanger  <belanger@truman.edu>
12050         * calc/calc-arith.el (math-pow-of-zero): Take into account different
12051         cases of the base and exponent.
12053 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12055         * simple.el (next-error-buffer-p): Allow for inclusive and
12056         exclusive tests for finding a buffer.
12057         (next-error-find-buffer): Pass the exclusive and inclusive tests
12058         to next-error-buffer-p.
12060         * replace.el (occur-next-error): Switch to the Occur buffer when
12061         appropriate, use the exclusive filter to next-error-find-buffer to
12062         do it.  Use the absolute value of the motion amount.
12064 2004-11-29  Kenichi Handa  <handa@m17n.org>
12066         * startup.el (command-line): Decode all default-directory by
12067         locale-coding-system.
12069 2004-11-29  Jay Belanger  <belanger@truman.edu>
12071         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12072         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12073         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12074         Replace calls to calc-extensions by appropriate require, replace
12075         calc-extensions-loaded by appropriate featurep.
12077         * calc/calc-ext.el: Move require to end of file.  Remove redundant
12078         loading of calc.el.
12079         (calc-extensions-loaded): Remove unnecessary variable.
12080         (calc-extensions): Remove unnecessary function.
12081         (calc-load-everything): Replace calc-need-macros by appropriate
12082         require.
12084         * calc/calc-macs.el: Move provide to end of file.
12085         (calc-need-macros): Remove unnecessary function.
12087         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12088         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12089         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12090         Replace calc-extensions by appropriate require.
12091         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12093         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12094         Replace calc-need-macros by appropriate require.
12096         * calc/calc.el: Move require to end of file.
12097         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12098         Remove unnecessary variable.
12099         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12100         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12101         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12102         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12103         (math-stack-value-offset, math-format-value, math-format-flat-expr)
12104         (math-format-number, math-format-bignum, math-read-number)
12105         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12106         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12107         by appropriate require.
12108         (calc-check-defines): Replace calc-need-macros by appropriate require.
12110 2004-11-29  Kim F. Storm  <storm@cua.dk>
12112         * macros.el (insert-kbd-macro): Handle kmacro functions.
12114 2004-11-28  Juri Linkov  <juri@jurta.org>
12116         * compare-w.el (compare-windows-highlight): Attach each overlay
12117         to its window to properly highlight differences while comparing
12118         two windows of the same buffer.  Fix arguments.
12119         (compare-windows-sync-default-function): Fix arguments of
12120         `compare-windows-highlight'.
12122         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12123         Use `read-expression-history'.  Set initial contents only if
12124         `edebug-global-break-condition' is non-nil.  Set histpos to 1
12125         if initial contents is equal to the last history element.
12126         (edebug-set-conditional-breakpoint): Instead of temporarily
12127         prepending the current condition to the history, set initial
12128         contents to the current condition.  Set histpos to 1 if initial
12129         contents is equal to the last history element.
12131         * info.el (Info-search-whitespace-regexp): Remove shy group.
12132         (Info-search): Forward line if search is on the header line.
12133         Use search-whitespace-regexp in two other places.
12135 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
12137         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12138         warning.  Delay real definition, which uses
12139         `set-fringe-indicators-1' till after the definition of that function.
12141 2004-11-28  Kim F. Storm  <storm@cua.dk>
12143         * fringe.el (fringe): New defgroup.
12144         (fringe-mode): Move to fringe group.
12145         (fringe-indicators): New defcustom.
12146         (set-fringe-indicators-1): New defun.
12148         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12149         (menu-bar-showhide-fringe-ind-menu): New keymap.
12150         (menu-bar-showhide-fringe-ind-empty)
12151         (menu-bar-showhide-fringe-ind-mixed)
12152         (menu-bar-showhide-fringe-ind-box)
12153         (menu-bar-showhide-fringe-ind-right)
12154         (menu-bar-showhide-fringe-ind-left)
12155         (menu-bar-showhide-fringe-ind-none): New defuns.
12156         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12158 2004-11-27  Richard M. Stallman  <rms@gnu.org>
12160         * comint.el (comint-read-noecho): Add trivial compatibility definition.
12162         * generic.el (define-generic-mode): Doc fix.
12164         * menu-bar.el (menu-bar-options-save): For the options
12165         that are toggled with menu-bar-make-mm-toggle, don't check
12166         for customized-value prop.
12168 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
12170         * mail/supercite.el (sc-cite-region): Handle the case where
12171         sc-cite-frame-alist is a symbol.
12172         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12173         a symbol.
12174         (sc-recite-region): Handle the case where sc-recite-frame-alist is
12175         a symbol.
12177 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
12179         * wid-edit.el (widget-narrow-to-field): New function.
12180         (widget-complete): Use it.
12182 2004-11-27  Jay Belanger  <belanger@truman.edu>
12184         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12185         variable.
12186         (calc-eval-error): Don't check if the variable calc-eval-error is
12187         bound.
12188         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12189         (math-alg-inequalities): Move declaration to earlier in the file.
12191         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12192         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12193         Declare them.
12195         * calc/calc-lang.el (math-expr-data, math-expr-token)
12196         (math-exp-old-pos): Declare them.
12198         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12199         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12201 2004-11-27  Kim F. Storm  <storm@cua.dk>
12203         * progmodes/flymake.el: Use (featurep 'xemacs).
12204         (flymake-makehash): Change to defsubst.  Use fboundp.
12205         (flymake-time-to-float): Remove.
12206         (flymake-float-time): Merge code from flymake-time-to-float here.
12207         (flymake-replace-regexp-in-string): Change to defsubst.
12208         (flymake-split-string-remove-empty-edges):
12209         Rename to flymake-split-string.
12210         (flymake-split-string): Remove previous defalias.
12211         (flymake-get-temp-dir): Change to defsubst.
12212         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12213         Define for xemacs only.
12214         (flymake-master-file-count-limit): Change into compiler defvar only.
12215         (flymake-find-possible-master-files): Let-bind it dynamically while
12216         sorting files using flymake-master-file-compare.
12218 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12220         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12221         of defun-prompt-regexp matches inside a comment/string but the
12222         beginning is correctly outside everything.
12224         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12225         appears within a string or a comment.
12227         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12228         rather than make-symbol for symbols which are used in
12229         a symbol-macrolet or equivalent.
12231 2004-11-26  Jay Belanger  <belanger@truman.edu>
12233         * calc-misc.el (calc-last-why-command): Declare it.
12235         * calc-vec.el (math-grade-vec): New variable.
12236         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12237         Replace variable grade-vec by declared variable.
12238         (math-rb-close): New variable.
12239         (math-read-brackets, math-read-vector): Replace variable close by
12240         declared variable.
12242         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12243         (calc-one-window, calc-edit-handler, calc-restore-trail)
12244         (calc-allow-ret): Declare them.
12246         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12247         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12248         (math-radix-float-cache-tag, math-random-cache)
12249         (math-max-digits-cache, math-integral-cache, math-units-table)
12250         (math-format-date-cache, math-holidays-cache-tag): Declare them.
12251         (math-moc-func): New variable.
12252         (math-map-over-constants, math-map-over-constants-rec):
12253         Replace variable func by declared variable.
12255         * calc/calc-store.el (calc-given-value, calc-store-opers):
12256         Declare them.
12257         (calc-var-name-map): Move declaration to earlier in the file.
12258         (calc-pv-pos): New variable.
12259         (calc-permanent-variable, calc-insert-permanent-variable):
12260         Replace variable pos by declared variable.
12262         * calc/calc-mtx.el (calc-det-lu): New variable.
12263         (math-det-raw, math-det-step): Replace variable lu by declared
12264         variable.
12266         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12267         (math-multi-subst, math-multi-subst-rec): Replace variables temp
12268         and arg by declared variables.
12269         (calcFunc-reducer): Fix incorrect variable.
12270         (math-inner-mul-func, math-inner-add-func): New variables.
12271         (calcFunc-inner, math-inner-mats): Replace variables mul-func
12272         and add-func by declared variables.
12274         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12275         (calc-digit-value): Declare them.
12277         * calc/calc-help.el (Info-history): Declare it.
12278         (calc-describe-key): Make calc-summary-indentation a local variable.
12279         (calc-help-long-names): Move declaration to earlier in file.
12281         * calc/calc-embed.el (calc-original-buffer): Declare it.
12282         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12283         (calc-embed-bot): New variables.
12284         (calc-do-embedded, calc-embedded-mark-formula)
12285         (calc-embedded-find-bounds, calc-embedded-duplicate)
12286         (calc-embedded-new-formula, calc-embedded-make-info):
12287         Replace vars outer-top, outer-bot, bot and top by declared variables.
12288         (calc-embed-prev-modes): New variable.
12289         (calc-embedded-set-modes, calc-embedded-update): Replace variable
12290         prev-modes with declared variable.
12291         (calc-embed-vars-used): New variable.
12292         (calc-embedded-make-info, calc-embedded-evaluate-expr)
12293         (calc-embedded-update, calc-embedded-find-vars): Replace variable
12294         vars-used by declared variable.
12296         * calc/calc-bin.el (math-format-radix-float): Make pos a local
12297         variable.
12298         (math-format-radix-float): Remove unnecessary setq.
12299         (math-radix-float-cache): Declare it.
12301         * calc/calcsel2.el (calc-keep-selection): Declare it.
12303         * calc/calc-maint.el: Remove file.
12305 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12307         * textmodes/bibtex.el (bibtex-sort-entry-class)
12308         (bibtex-comment-start): Use defcustom.
12309         (bibtex-entry-field-alist): Use nil if initial content of the
12310         field is undefined.  Fix docstring.
12311         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12312         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12313         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12314         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12315         Fix docstring.
12316         (bibtex-autokey-title-terminators): Use only one regexp.
12317         (bibtex-string-maybe-empty-head): New variable.
12318         (bibtex-remove-delimiters-string): New function.
12319         (bibtex-text-in-field-bounds, bibtex-text-in-string):
12320         Use bibtex-remove-delimiters-string.
12321         (bibtex-progress-message, bibtex-field-left-delimiter)
12322         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12323         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12324         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12325         Simplify.
12326         (bibtex-format-entry): Use save-excursion for inherited booktitle.
12327         Use eq and bibtex-remove-delimiters-string.  For end markers use
12328         insertion type so that marker stays after inserted text.
12329         (bibtex-autokey-get-names): Return empty string if name is missing.
12330         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12331         calling bibtex-autokey-name-case-convert.
12332         (bibtex-autokey-demangle-title):
12333         Call bibtex-autokey-titleword-case-convert.  Remove call to
12334         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12335         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12336         (bibtex-read-key): New optional arg global.
12337         (bibtex-files-expand): New optional arg force.
12338         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12339         (bibtex-complete-crossref-cleanup): Rename from
12340         bibtex-complete-key-cleanup.  Simplify code.
12341         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
12342         Operate on current entry.
12343         (bibtex-button): Add docstring.
12344         (bibtex-entry): Simplify.
12345         (bibtex-make-field): Replace optional arg called-by-yank with more
12346         specific args move and interactive.
12347         (bibtex-end-of-entry): Use forward-sexp.
12348         (bibtex-find-entry-globally): Remove.
12349         (bibtex-find-crossref): Allow for crossref key located in other buffer.
12350         Bound to C-c C-x.
12351         (bibtex-find-entry): New optional args global and display.
12352         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
12353         (bibtex-validate): Use arg force of bibtex-files-expand.
12354         (bibtex-clean-entry): Bugfix, clean string entries properly.
12355         Always keep point at beginning of entry.
12356         (bibtex-complete): Bugfix.  Handle string entries properly.
12357         Call cleanup functions only if needed.
12358         (bibtex-String): Use bibtex-read-string-key.
12359         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
12360         case of replacement text.
12362 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
12364         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12365         (tramp-perl-directory-files-and-attributes): New constant.
12366         (tramp-file-name-handler-alist): Delete file-directory-files, add
12367         directory-files-and-attributes.
12368         (tramp-perl-file-attributes): Surround uid and gid by double
12369         quotes.  Change parameter id-format from nonnumeric.
12370         (tramp-convert-file-attributes): New function.
12371         (tramp-handle-file-attributes): Use it.
12372         (tramp-maybe-send-perl-script): New function.
12373         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
12374         file mode.  Change parameter id-format from nonnumeric.
12375         (tramp-handle-file-attributes-with-ls): Change parameter id-format
12376         from nonnumeric.
12377         (tramp-post-connection): Don't send tramp-perl-file-attributes
12378         script.  Reset connection property "perl-scripts".
12379         (tramp-handle-insert-directory): Run real handler when ls-lisp is
12380         in use.
12382 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
12384         * desktop.el (desktop-read): Replace mapcar with mapc.
12385         (desktop-create-buffer): Replace mapcar with mapc.
12386         Remove redundant piece of code.
12388 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
12390         * progmodes/gud.el (gud-display-line): Use display-buffer
12391         for GDB-UI as for GUD.
12393         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12394         Delete variables.
12395         (gdb-ann3): Don't make GUD buffer dedicated.
12396         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12397         (gdb-display-source-buffer): Delete function.
12398         (gdb-view-source-function, gdb-view-assembler): Delete functions.
12399         (menu): Delete menu bindings for viewing source/assembler.
12400         (gdb-setup-windows, gdb-restore-windows):
12401         Don't dedicate GUD.  No assembler now.
12402         (gdb-reset): No need to undedicate source buffers now.
12403         (gdb-source-info): No assembler now.
12405 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
12407         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12408         width to those for special frames.
12409         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12410         Use display-buffer.
12411         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12412         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12413         (gdb-frame-assembler-buffer): Rework like
12414         gdb-frame-breakpoints-buffer.
12416 2004-11-25  Richard M. Stallman  <rms@gnu.org>
12418         * progmodes/flymake.el: Reindent.
12419         (flymake-split-string): Turn into defalias.
12420         (flymake-fix-file-name): Rename from flymake-fix-path-name.
12421         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12422         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
12423         (flymake-build-relative-filename): Rename from ...path.
12424         Fix error message.
12426 2004-11-25  Cheng Gao  <chenggao@gmail.com>
12428         * progmodes/flymake.el: Much whitespace and capitalization change.
12429         Move `provide' to end.  Require `compile' only when compiling.
12431 2004-11-24  Jay Belanger  <belanger@truman.edu>
12433         * calc/calc-alg.el: Added comment.
12434         (math-polynomial-base): Replace variable mpb-top-expr by
12435         math-poly-base-top-expr.
12437         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12438         (math-polynomial-p1): Replace variable mpb-top-expr by declared
12439         variable.
12440         (math-poly-base-total-base): New variable.
12441         (math-total-polynomial-base, math-polynomial-p1): Replace variable
12442         mpb-total-base by declared variable.
12443         (math-factored-vars, math-to-list): Declare it.
12444         (math-fact-expr): New variable.
12445         (calcFunc-factors, calcFunc-factor, math-factor-expr)
12446         (math-factor-expr-try, math-factor-expr-part): Replace variable
12447         expr by declared variable.
12448         (math-fet-x): New variable.
12449         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12450         by declared variable.
12451         (math-factor-poly-coefs): Make temp a local variable.
12453         * calc/calc-units.el (calc-convert-units): Make units a local
12454         variable.
12455         (calc-num-units, calc-den-units): New variables.
12456         (calc-explain-units, calc-explain-units-rec): Replace variables
12457         num-units and den-units by declared variables.
12458         (math-cu-unit-list): New variable.
12459         (math-build-units-table, math-compare-unit-names)
12460         (math-convert-units, math-convert-units-rec): Replace variable
12461         unit-list by declared variable.
12462         (math-fbu-base, math-fbu-entry): New variables.
12463         (math-find-base-units, math-find-base-units-rec): Replace variables
12464         base and entry by declared variables.
12465         (math-which-standard): New variable.
12466         (math-to-standard-units, math-to-standard-rec): Replace variable
12467         which-standard by declared variable.
12468         (math-fcu-u): New variable.
12469         (math-find-compatible-unit, math-find-compatible-unit-rec):
12470         Replace variable u by declared variable.
12471         (math-cu-new-units, math-cu-pure): New variables.
12472         (math-convert-units, math-convert-units-rec): Replace variables
12473         new-units and pure by declared variables.
12474         (math-try-cancel-units): New variable.
12475         (math-simplify-units-quotient): Replace variable try-cancel-units by
12476         declared variable.
12478 2004-11-24  Richard M. Stallman  <rms@gnu.org>
12480         * textmodes/ispell.el (ispell-check-version):
12481         If default-directory is nonexistent, use home dir.
12483         * progmodes/grep.el (grep-regexp-alist):
12484         Don't match parens around line numbers.
12486         * progmodes/cperl-mode.el (cperl-indent-region)
12487         (cperl-imenu--create-perl-index, cperl-xsub-scan):
12488         Don't print progress messages.
12490         * progmodes/compile.el (compilation-mode-map):
12491         Don't inherit from compilation-minor-mode-map;
12492         copy its bindings instead.  But the menu bar Compile
12493         entry now does inherit from compilation-menu-map.
12495         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12496         Use with-no-warnings around compiler-macroexpand.
12498         * imenu.el: Don't always require newcomment.
12499         (imenu--generic-function): Call comment-normalize-vars
12500         if we have a comment syntax.
12501         Exit the loop if REGEXP matches the null string.
12502         Test comment-start as well as comment-start-skip
12503         when deciding whether to check for comments.
12505         * tooltip.el (tooltip-mode): Doc fix.
12507         * term.el (term-escape-char, term-mode): Doc fixes.
12509 2004-11-24  Dave Love  <fx@gnu.org>
12511         * progmodes/python.el (python-font-lock-syntactic-keywords):
12512         Check for escapes in the regexp.
12513         (python-quote-syntax): Don't do it here.
12515 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
12517         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12518         (gdb-frames-mode-map, gdb-threads-mode-map)
12519         (gdb-registers-mode-map, gdb-locals-mode-map)
12520         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12521         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12523         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12524         (dedicated-switch-to-buffer): Rework.
12525         (gdb-var-evaluate-expression-handler, gdb-put-string):
12526         Remove unused variable bindings.
12527         (gdb-setup-windows, gdb-display-buffer):
12528         Simplify.  Use pop-to-buffer.
12529         (gdb-view-source-function): Simplify.
12530         (gdb-frame-breakpoints-buffer):
12531         Use pop-to-buffer, special-display-regexps.
12533 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12535         * progmodes/f90.el (f90-smart-end)
12536         (f90-previous-statement, f90-beginning-of-block): Doc fix.
12537         (f90-calculate-indent): Handle un-named PROGRAM blocks.
12538         (f90-end-of-block): Doc fix.  Make check of outermost block
12539         conditional on value of `f90-smart-end'.
12540         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12541         Handle case where END-BLOCK is nil.
12542         (f90-match-end): Handle un-named PROGRAM blocks.
12543         (f90-backslash-not-special): New function.
12545 2004-11-24  Jay Belanger  <belanger@truman.edu>
12547         * calc/calc.el (calc-embedded-active): Removed unnecessary
12548         declaration.
12549         (calc-show-banner): Removed redundant declaration.
12551         * calc/calc-graph.el (calc-gnuplot-default-device)
12552         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12553         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12554         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12555         Remove redundant initial values.
12557         * calc/calc-arith.el (math-scalar-functions)
12558         (math-nonscalar-functions, math-scalar-if-args-functions)
12559         (math-real-functions, math-positive-functions)
12560         (math-nonnegative-functions, math-real-scalar-functions)
12561         (math-real-if-arg-functions, math-integer-functions)
12562         (math-num-integer-functions, math-rounding-functions)
12563         (math-float-rounding-functions, math-integer-if-args-functions)
12564         (math-super-types): Move declarations to earlier in file.
12565         (math-unit-prefixes): Declared it.
12566         (math-floor-prec, math-trunc-prec): New variables.
12567         (math-trunc-fancy): Replace variable prec by declared variable.
12568         (math-floor-fancy): Replace variable prec by declared variable.
12569         (math-com-bterms): New variable.
12570         (math-commutative-equal, math-commutative-collect):
12571         Replace variable bterms by declared variable.
12573         * calc/calc-misc.el (math-trunc): Replace variable prec by
12574         math-trunc-prec.
12575         (math-floor): Replace variable prec by math-floor-prec.
12577         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12578         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12579         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12580         (math-format-date, math-format-date-part): Replace variables
12581         date, dt, year, month, day, weekday, hour, minute, second and
12582         bc-flag by declared variables.
12583         (math-pd-str): New variable.
12584         (math-parse-date, math-parse-date-word, math-parse-standard-date):
12585         Replace variable str by declared variable.
12586         (math-daylight-savings-hook, math-tzone-names): Move definitions
12587         to earlier in the file.
12588         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12589         (math-sh-year): New variable.
12590         (math-setup-add-holidays, math-setup-holidays)
12591         (math-setup-year-holidays): Replace variable `year' by declared
12592         variable.
12594         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12595         New variables.
12596         (math-nth-root-float, math-nth-root-float-iter): Replace variables
12597         n, nf and nfm1 by declared variables.
12598         (math-nri-n): New variable.
12599         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12600         n by declared variable.
12601         (calcFunc-log): Removed misplaced condition.
12603 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12605         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12607 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
12609         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12610         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12611         Dedicate gdb-related windows.
12612         (gdb-display-buffer): Dedicate gdb-related windows.
12613         Don't grab other frames.
12614         (gdb-reset): Remove dedicated property after debugging.
12616 2004-11-24  Jay Belanger  <belanger@truman.edu>
12618         * calc/calc-sel.el: Add comment.
12620         * calc/calc.el (math-stack-value-offset): Replace variables c,
12621         wid and off with math-svo-c, math-svo-wid and math-svo-off.
12623         * calc/calccomp.el (math-comp-sel-tag): Declare it.
12624         (math-svo-c, math-svo-wid, math-svo-off): New variables.
12625         (math-stack-value-offset-fancy): Replace variables c, wid and off
12626         by declared variables.
12627         (math-comp-just, math-comp-comma-spc): New variables.
12628         (math-compose-expr, math-compose-matrix): Replace variables `just'
12629         and comma-spc by declared variable.
12630         (math-comp-vector-prec): New variable.
12631         (math-compose-expr, math-compose-matrix, math-compose-rows):
12632         Replace variable vector-prec by declared variable.
12633         (math-comp-left-bracket, math-comp-right-bracket)
12634         (math-comp-comma): New variables.
12635         (math-compose-expr, math-compose-rows): Replace variables
12636         left-bracket, right-bracket and comma by declared variables.
12637         (math-comp-full-width): New variable.
12638         (math-comp-to-string-flat, math-comp-to-string-flat-term):
12639         Replace variable full-width by declared variable.
12640         (math-comp-highlight, math-comp-word, math-comp-level)
12641         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12642         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12643         New variables.
12644         (math-comp-to-string-flat, math-comp-to-string-flat-term)
12645         (math-comp-sel-flat-term): Replace variables comp-highlight,
12646         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12647         declared variables.
12648         (math-comp-simplify, math-comp-simplify-term)
12649         (math-comp-add-string, math-comp-add-string-sel):
12650         Replace variables comp-highlight, comp-buf, comp-base,
12651         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12653 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12655         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12657         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12658         and x-server-version may throw.
12660 2004-11-23  Kim F. Storm  <storm@cua.dk>
12662         * subr.el (substitute-key-definition-key): Optimize.
12663         Don't call indirect-function for nil defn (always signals error).
12665         * ido.el (ido-read-internal): Fix require-match check when
12666         ido-directory-too-big is set.
12668 2004-11-23  Jay Belanger  <belanger@truman.edu>
12670         * calc/calc-ext.el (math-read-replacement-list)
12671         (math-read-superscripts): New variables.
12672         (math-read-preprocess-string): New function.
12673         (math-read-expr): Filter input through math-read-preprocess-string.
12675         * calc/calc-aent.el (math-read-exprs): Filter input through
12676         math-read-preprocess-string.
12678 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
12680         * progmodes/compile.el (compilation-start): In cd command use
12681         substitute-env-vars -- not quite shell compatible but better than
12682         nothing.
12683         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12684         handle the newer versions messages, which are more parseable.
12686 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * reveal.el (reveal-mode-map): New var.
12689         (reveal-mode): Use it.
12691 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
12693         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12694         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12696 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12698         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12699         header-line when needed.
12700         Use fixed-pitch only in the header-line.
12701         Build the underline automatically.  Use emdash if available.
12703 2004-11-22  Richard M. Stallman  <rms@gnu.org>
12705         * dired.el (dired-recursive-copies): Move from dired-aux.el.
12706         * dired-aux.el (dired-recursive-copies): Move to dired.el.
12708 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
12710         * progmodes/gdb-ui.el (gdb-resync): New function.
12711         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12712         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12713         Use it to fail more gracefully.
12714         (gdb-variables): Delete variable.
12715         Re-order variables to reduce byte-compiler warnings.
12717 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12719         * descr-text.el (describe-char):
12720         * paren.el (show-paren-function):
12721         * subr.el (syntax-after): Undo last change.
12723         * progmodes/python.el (run-python): Don't hard code *Python*.
12724         Don't modify global process-environment.
12725         (python-send-region, python-load-file): Don't assume that
12726         python-buffer == (process-buffer (python-proc)).
12727         (python-switch-to-python): Simplify.
12729         * dired.el (dired-align-file): Don't assume line starts with spaces.
12731 2004-11-21  Jay Belanger  <belanger@truman.edu>
12733         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12734         Replace variable `lines' by math-read-big-lines.
12735         (math-read-big-expr): Replace variables the-baseline, the-h2
12736         and err-msg by math-read-big-baseline, math-read-big-h2 and
12737         math-read-err-msg.
12738         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12740         * calc/calc-lang.el (math-read-big-rec): Fix typo.
12741         (math-read-big-balance): Replace unbound variable by value.
12742         (math-read-big-lines): New variable.
12743         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12744         (math-read-big-error, math-read-big-balance): Replace variable
12745         `lines' by declared variable.
12746         (math-read-big-baseline, math-read-big-h2): New variables.
12747         (math-read-big-rec): Replace variables the-baseline and the-h2
12748         by declared variables.
12749         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12750         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12751         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12752         declared variables.
12753         (math-read-big-err-msg): New variable.
12754         (math-read-big-error): Replace variable err-msg by declared variable.
12756 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12758         * ses.el: Add coding cookie.
12759         Fix up docstrings, follow new commenting conventions.
12760         (ses-header-line-menu): Fix missing variable rename for header-row.
12761         (ses-cell-size): Remove.
12762         (ses-make-cell): New function.
12763         (ses-cell, ses-insert-row, ses-insert-column): Use it.
12764         (ses-calculate-cell): Remove unused var `symbol'.
12765         (ses-narrowed-p): New function.
12766         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12767         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12768         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12769         (ses-setup): Use restore-buffer-modified-p.
12770         (ses-cleanup): Remove unused var `end'.
12771         (ses-header-string-left-offset): Remove.
12772         (ses-create-header-string): Adjust to new behavior of `align-to'.
12773         Truncate excessively large fields to preserve alignment.
12774         (ses-reconstruct-all): Remove unused var `refs'.
12775         (ses-read-cell-printer): Remove unused var `prompt'.
12776         (ses-delete-row): Remove unused var `pos'.
12777         (ses-delete-column): Remove unused var `new'.
12779 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12781         * ps-print.el: Insert :version tag into all defgroup and defcustom.
12782         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12783         Eliminate eval-and-compile usage.
12784         (ps-insert-file): Use insert-file-contents instead of insert-file.
12785         (ps-setup): Code fix.
12787         * printing.el (pr-setup, lpr-setup): Code fix.
12789 2004-11-21  Jay Belanger  <belanger@truman.edu>
12791         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12792         (calc-original-buffer): Declare them.
12793         (calc-user-formula-alist): New variable.
12794         (calc-user-define-formula, calc-fix-user-formula)
12795         (calc-user-define-composition, calc-finish-formula-edit):
12796         Replace variable `alist' by declared variable.
12797         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12798         (var-q7, var-q7, var-q8, var-q9): Declare them.
12799         (calc-kbd-push): Don't check to see if var-q0 through var-q9
12800         are bound.
12801         (calcFunc-typeof): Replace undeclared variable by expression.
12802         (math-exp-env): New variable.
12803         (math-define-body, math-define-exp): Replace exp-env by declared var.
12804         (math-define-exp): Replace misplaced variable by expression.
12806         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12807         (calc-curve-model, calc-curve-coefnames): New variables.
12808         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12809         varnames, model and coefnames by declared variables.
12810         (math-root-widen): New variable.
12811         (math-search-root, math-find-root): Replace variable root-widen by
12812         declared variable.
12813         (var-DUMMY): Declare it.
12814         (math-root-vars, math-min-vars): Move the declarations to earlier in
12815         the file.
12816         (math-brent-min): Make d a local variable.
12817         (math-find-minimum): Replace non-existent variable.
12818         (math-ninteg-romberg): Remove unnecessary variable.
12819         (math-ninteg-temp): New variable.
12820         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12821         integ-temp by declared variable.
12822         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12823         New variables.
12824         (math-general-fit): Replace variables first-var, first-coef and
12825         new-coefs by declared variables.
12826         (calcFunc-fitvar): Replace variable first-var by declared variable.
12827         (calcFunc-fitparam): Replace variable first-coef by declared variable.
12828         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12829         (math-all-vars-vars, math-all-vars-found): New variables.
12830         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12831         found by declared variable math-all-vars-vars.
12833 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
12835         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12836         of `defconst'.
12838 2004-11-20  Richard M. Stallman  <rms@gnu.org>
12840         * isearch.el (isearch-mode-map): Don't bind SPC.
12841         (isearch-whitespace-chars): Function deleted.
12842         (isearch-search): Bind search-spaces-regexp.
12843         (isearch-lazy-highlight-search): Likewise.
12844         (search-whitespace-regexp): Doc fix.
12845         (isearch-forward-regexp): Doc fix.
12847         * emacs-lisp/bytecomp.el (byte-compile-form):
12848         Move the calls to byte-compile-set-symbol-position,
12849         to avoid having two for the same symbol occurrence.
12851         * comint.el (comint-input-ring-size): Increase to 150.
12853         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12854         New variables.
12855         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12856         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12858         * imenu.el (imenu--generic-function):
12859         Ensure we keep moving backward even if BEG isn't further back.
12861         * replace.el (query-replace-read-to, query-replace-read-from):
12862         Specify t for KEEP-ALL in read-from-minibuffer.
12864         * progmodes/python.el (python-switch-to-python):
12865         If Python isn't running, start it.
12866         Don't alter debug-ignored-errors.
12868         * progmodes/cperl-mode.el (cperl-indent-region):
12869         Don't mind imenu-scanning-message.
12871         * bindings.el (global-map): Bind C-e to move-end-of-line.
12873         * simple.el (line-move-finish): New arg FORWARD.
12874         Ignore invisible newlines, not intangible ones.
12875         Conditions for acceptable stopping positions depend on FORWARD.
12876         (line-move): Pass FORWARD arg to line-move-finish.
12878         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12879         of HEADER.  Compensate for this change in the code to add display
12880         properties.  Don't make the first line intangible.
12882         * info.el (Info-search): Fix previous change.
12884 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
12886         * Makefile.in (recompile): Revert 2004-11-19 change.
12887         (compile): Likewise.
12889 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
12891         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12893 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12895         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
12896         defgroup and defcustom.  Eliminate eval-and-compile usage.
12898         * progmodes/ebnf-otz.el: Fix typos.
12900 2004-11-19  Jay Belanger  <belanger@truman.edu>
12902         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12903         (calc-edit-finish, calc-finish-stack-edit): Replace variable
12904         disp-trail by declared variable.
12906         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12907         (calc-finish-selection-edit): Replace variable disp-trail by
12908         declared variable.
12909         (calc-selection-cache-entry): Move declaration to earlier in the file.
12910         (calc-selection-cache-num, calc-selection-cache-comp)
12911         (calc-selection-cache-offset, calc-selection-true-num)
12912         (calc-final-point-line, calc-final-point-column)
12913         (calc-original-buffer): Declare them.
12914         (calc-fnp-op, calc-fnp-num): New variables.
12915         (calc-find-nth-part, calc-find-nth-part-rec)
12916         (calc-select-previous): Replace op and num by declared variables.
12917         (calc-rsf-old, calc-rsf-new): New variables.
12918         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12919         Replace variables old and new by declared variables.
12920         (calc-sel-reselect): New variable.
12921         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12922         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12923         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12924         reselect with declared variable.
12926         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12927         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12928         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12929         (math-import-list, math-rewrite-phase): Declare them.
12930         (math-rewrite): Use let* to declare variables.
12931         (calc-rewrite-selection): Make rules a local variable.
12932         (calc-rewr-sel): New variable.
12933         (calc-rewrite-selection, calc-locate-selection-marker)
12934         (calc-rewrite): Use the declared variable calc-rewr-sel instead
12935         of sel.
12936         (math-rewrite-whole-expr): New variable.
12937         (math-rewrite, math-rewrite-phase): Replace variable expr by
12938         declared variable.
12939         (math-rewrite-heads-heads, math-rewrite-heads-skips)
12940         (math-rewrite-heads-blanks ): New variables.
12941         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12942         heads, skips and blanks by declared variables.
12943         (math-rwcomp-subst-old, math-rwcomp-subst-new)
12944         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12945         New variables.
12946         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12947         old, new, old-func and new-func by declared variables.
12948         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12949         Remove unnecessary variable.
12950         (math-apply-rw-regs): New variable.
12951         (math-apply-rewrites, math-rwapply-replace-regs)
12952         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12953         (math-apply-rw-ruleset): New variable.
12954         (math-apply-rewrites, math-rwapply-remember): Replace variable
12955         ruleset by declared variable.
12957 2004-11-19  Richard M. Stallman  <rms@gnu.org>
12959         * info.el (Info-search): Use search-whitespace-regexp.
12961 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
12963         * vc-rcs.el (vc-rcs-parse): New function.
12964         (vc-rcs-annotate-command): Likewise.
12965         (vc-rcs-annotate-current-time): Likewise.
12966         (vc-rcs-annotate-time): Likewise.
12967         (vc-rcs-annotate-extract-revision-at-line): Likewise.
12969 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
12971         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12973 2004-11-18  Jay Belanger  <belanger@truman.edu>
12975         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12977 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12979         * printing.el: Eliminate use of interactive-p and eval-and-compile.
12980         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12981         Use make-temp-file to generate PostScript files in any situation.
12982         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12983         (pr-interactive-p): Eliminate var.
12984         (pr-save-interactive): Eliminate macro.
12985         (pr-interface, pr-ps-directory-preview)
12986         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12987         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12988         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12989         (pr-ps-buffer-ps-print, pr-ps-region-preview)
12990         (pr-ps-region-using-ghostscript, pr-ps-region-print)
12991         (pr-ps-region-ps-print, pr-ps-mode-preview)
12992         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12993         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12994         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12995         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12996         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12997         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12998         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12999         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13000         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13001         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13002         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13003         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
13004         Eliminate pr-save-interactive usage.
13005         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
13006         Eliminate pr-interactive-p usage.
13007         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
13008         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
13009         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
13010         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
13011         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
13012         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
13013         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
13014         New funs.
13015         (pr-ps-file): Use make-temp-file to generate a temporary file.
13017 2004-11-17  Jay Belanger  <belanger@truman.edu>
13019         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
13020         a local variable.
13021         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
13022         (math-top-only): New variable.
13023         (math-simplify, math-simplify-step): Replace variable top-only by
13024         declared variable math-top-only.
13025         (math-simplify-expr): Declare it.
13026         Replace argument expr in all calls of math-defsimplify by
13027         math-simplify-expr.
13028         (math-simplify-plus, math-simplify-times, math-simplify-divide)
13029         (math-simplify-divisor, math-simplify-one-divisor)
13030         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
13031         (math-simplify-pow): Replace variable expr by declared variable
13032         math-simplify-expr.
13033         (math-simplify-divisor): Remove local variables temp and op.
13034         (math-simplify-one-divisor): Make temp and op local variables.
13035         (math-simplify-divisor-nover, math-simplify-divisor-dover):
13036         New variables.
13037         (math-simplify-divisor, math-simplify-one-divisor):
13038         Replace variables nover and dover by declared variables.
13039         (math-expr-subst-new, math-expr-subst-old): New variables.
13040         (math-expr-subst, math-expr-subst-rec): Replace variables new
13041         and old by declared variables.
13042         (math-is-poly-degree, math-is-poly-loose): New variables.
13043         (math-is-polynomial, math-is-poly-rec): Replace variables degree
13044         and loose by declared variables.
13045         (math-poly-base-const-ok, math-poly-base-pred): New variables.
13046         (math-polynomial-base, math-polynomial-base-rec):
13047         Replace variables const-ok and mpb-pred by declared variables.
13049         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
13051         * calc/calc-ext.el (math-defsimplify): Change the argument in
13052         the created function to math-simplify-expr.
13054         * calc/calc-units.el (math-simplify-expr): Declare it.
13055         Replace argument expr in all calls of math-defsimplify by
13056         math-simplify-expr.
13057         (math-simplify-units-prod): Replace variable expr by declared
13058         variable math-simplify-expr.
13060 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13062         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13063         Replace mapcar->dolist, format->string.
13065 2004-11-17  Miles Bader  <miles@gnu.org>
13067         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13068         * progmodes/idlwave.el: Remove RCS keywords.
13070 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
13072         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13073         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
13074         Update to IDLWAVE version 5.5.  Too many changes to list them here.
13075         * progmodes/idlw-help.el: New file.
13077 2004-11-16  Richard M. Stallman  <rms@gnu.org>
13079         * international/iso-cvt.el (iso-tex2iso-trans-tab):
13080         Discard spaces after \i according to TeX rules.
13082         * international/mule.el (set-buffer-file-coding-system):
13083         New arg NOMODIFY.
13084         (after-insert-file-set-coding): Pass that new arg.
13085         Prevent set-buffer-multibyte from trying to lock the file.
13087         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13089         * saveplace.el (save-place): Doc fix.
13091         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13092         temporarily widen before finding the following word to copy.
13094         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13095         (cl-map-keymap): Definition deleted.
13097         * subr.el (map-keymap-internal): New function.
13099 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13101         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13102         when pressing rather than when releasing mouse-2.  Simplify.
13104 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13106         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13107         (compilation-mode): Set it here instead.
13109         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13111         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13112         (loop, cl-parse-loop-clause, defsetf): Use backquote.
13114 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13116         * progmodes/compile.el (compilation-internal-error-properties):
13117         Fix up a transposition-typo.  Check end-col before using it.
13119 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
13121         * international/iso-cvt.el (iso-tex2iso-trans-tab):
13122         Discard whitespace after macro \i when converting it.
13124 2004-11-16  Juri Linkov  <juri@jurta.org>
13126         * emacs-lisp/find-func.el (find-function-regexp):
13127         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
13128         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
13129         Remove invalid `\W' from [^cgv\W].  Doc fix.
13130         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13132 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
13134         * play/life.el: Maintainer is now FSF.
13135         (life-patterns, life-neighbor-deltas, life-window-start)
13136         (life-current-generation, life-generation-string): Use defvar
13137         instead of defconst.
13139 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13141         * progmodes/compile.el (compilation-move-to-column): New fun.
13142         (compilation-internal-error-properties)
13143         (compilation-next-error-function): Use it to make sure we don't go past
13144         the end of line.
13146 2004-11-15  John Paul Wallington  <jpw@gnu.org>
13148         * autoinsert.el (auto-insert-alist): Insert the user's name in
13149         copyright notice, rather than Free Software Foundation, for the
13150         Emacs Lisp header case too.
13152 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13154         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13155         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13156         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
13157         return the list of string in a string.
13158         (pr-call-process): Message if calling process returns an error, that
13159         is, the exit status is different of zero.
13161 2004-11-15  Jay Belanger  <belanger@truman.edu>
13163         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13164         variable var-thing.
13165         (math-integ-depth, math-integ-level, math-integral-limit)
13166         (math-enable-subst, math-any-substs, math-integ-msg)
13167         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13168         (math-int-threshold, math-int-factors, math-double-roots)
13169         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13170         (var-GenCount): Declare these variables.
13171         (calcFunc-integ): Don't check if var-IntegLimit is bound.
13172         (math-integral-cache, math-integral-cache-state):
13173         Move declarations to earlier in the file.
13174         (math-deriv-var, math-deriv-total, math-deriv-symb)
13175         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13176         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13177         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13178         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13179         (math-solve-res): New variables
13180         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13181         (math-integral, math-replace-integral-parts)
13182         (math-integrate-by-parts, calc-dump-integral-cache)
13183         (math-try-integral, math-do-integral, math-do-integral)
13184         (math-do-integral-methods, math-try-solve-for)
13185         (math-try-solve-prod, math-solve-poly-funny-powers)
13186         (math-solve-crunch-poly, math-decompose-poly)
13187         (math-solve-find-root-term, math-find-root-in-prod)
13188         (math-integ-try-linear-substitutions)
13189         (math-integ-try-substitutions, math-expr-rational-in)
13190         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13191         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13192         (math-solve-for, math-solve-system, math-solve-system-rec)
13193         (math-solve-get-sign, math-solve-get-int)
13194         (math-solve-system-subst): Replace undeclared variables with newly
13195         declared variables.
13197 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13199         * winner.el (winner-active-region, winner-edges, winner-window-list):
13200         Define at toplevel.
13201         (winner-mode-map): Move init inside declaration.
13203 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
13205         * files.el (convert-standard-filename): Doc fix.
13207 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
13209         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13210         passwd, group, shadow, default/* and pam.d/*.
13212 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13214         * printing.el (pr-menu-spec): Adjust menu specification.
13216 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13218         * printing.el: Doc fix.  Insert :version tag into all defcustom.
13219         Handle interactive-p as is recommended in Emacs Lisp Reference.
13220         Set the file permission bits for newly created files.
13221         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13222         The printing menu specification (in `pr-menu-spec') was merged.
13223         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13224         (pr-version): New version number (6.8.3).
13225         (pr-file-modes): New option.
13226         (pr-interactive-p): New var.
13227         (pr-save-interactive, pr-save-file-modes): New macros.
13228         (pr-setup): Code fix.
13229         (pr-menu-spec): Menu specification merged.
13230         (pr-call-process, pr-text2ps): Set file permission bits.
13231         (pr-despool-print): Set file permission bits.  Handle interactive-p as
13232         is recommended.
13233         (pr-interface, pr-ps-directory-preview)
13234         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13235         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13236         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13237         (pr-ps-buffer-ps-print, pr-ps-region-preview)
13238         (pr-ps-region-using-ghostscript, pr-ps-region-print)
13239         (pr-ps-region-ps-print, pr-ps-mode-preview)
13240         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13241         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13242         (pr-despool-using-ghostscript, pr-despool-ps-print)
13243         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13244         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13245         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13246         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13247         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13248         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13249         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13250         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13251         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13252         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13253         Handle interactive-p as is recommended.
13255 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13257         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13258         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13260         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13261         so it doesn't forget to highlight the beginning of the region either.
13263 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
13265         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13266         (c-font-lock-init): Eliminate obsolete make-local-hook.
13267         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13268         (awk-mode): Use run-mode-hooks.
13270         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13272 2004-11-13  Kim F. Storm  <storm@cua.dk>
13274         * mouse.el (mouse-drag-copy-region): Add :version.
13275         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13276         while dragging mode line, so mode line can be dragged downwards.
13277         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13278         while pressing mouse button so window doesn't scroll until we
13279         release the mouse if clicking on partially visible line.
13281 2004-11-12  Jay Belanger  <belanger@truman.edu>
13283         * calc/calc-graph.el (calc-dumb-map): Declare it.
13284         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13285         than unbound.
13286         (calc-graph-name): Made `end' a local variable.
13287         (calc-graph-lookup): Made `varname' a local variable.
13288         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13289         Declare them.
13290         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13291         (calc-graph-plot, calc-graph-compute-3d): Remove references to
13292         the unused variable y3vec.
13293         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13294         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13295         calc-graph-prev-kill-hook.
13296         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13297         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13298         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13299         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13300         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13301         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13302         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13303         (calc-graph-y3value, calc-graph-y3name)
13304         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13305         (calc-graph-stepcount, calc-graph-is-splot)
13306         (calc-graph-surprise-splot, calc-graph-blank)
13307         (calc-graph-non-blank, calc-graph-curve-num): New variables.
13308         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13309         (calc-graph-recompute-2d, calc-graph-compute-3d)
13310         (calc-graph-format-data): Replace undeclared variables with the
13311         above newly declared variables.
13313 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
13315         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13316         `rsf-beep' and `rsf-sleep-after-message'.
13318         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13319         list if `message-sender' is non-nil.
13321 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13323         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13324         consing by using mapc instead of mapcar.
13326 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
13328         * tooltip.el (require): Explain why CL is needed.
13330 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13332         * printing.el: Insert :version into defgroup (printing).  All reference
13333         to Files option in menubar were changed to File.
13334         (pr-version): New version number (6.8.2).
13335         (pr-get-symbol): Call easy-menu-intern.
13336         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
13337         compilation gripes.
13339 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13341         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13342         new byte-compile-function-environment binding to t.
13344         * font-lock.el (font-lock-fontify-syntactically-region):
13345         Don't forget to highlight the last char when we hit `end'.
13347         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13348         (mwheel-scroll): Adjust accordingly.
13350         * cvs-status.el: Reduce spurious warnings.
13351         (cvs-status-checkout): Remove.
13352         (cvs-status-mode-map): Use cvs-mode-checkout instead.
13354         * pcvs.el (cvs-mode-checkout): New command.
13356         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13358         * tooltip.el: Require CL.
13360         * emacs-lisp/bytecomp.el: Use push.
13361         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13362         (defalias): Remove the `byte-compile' property and add
13363         a `byte-hunk-handler'.
13365 2004-11-11  Juri Linkov  <juri@jurta.org>
13367         * info.el (Info-search): Save match data for isearch.
13368         Skip Tag Table node.
13370         * descr-text.el (describe-char): Replace syntax-after with code
13371         from its previous version.
13373         * files.el (magic-mode-alist): Use optimization for SGML mode too.
13374         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
13376         * international/mule.el (sgml-html-meta-auto-coding-function):
13377         Remove > after <html to allow HTML attributes.
13379 2004-11-11  Jay Belanger  <belanger@truman.edu>
13381         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13382         a variable.
13383         (calcFunc-dfac): Replace unbound max by n.
13384         (math-stirling-local-cache): New variable.
13385         (math-stirling-number, math-stirling-1, math-stirling-2):
13386         Replace the variable `cache' by the declared variable
13387         math-stirling-local-cache.
13388         (var-RandSeed): Declare it as a variable.
13389         (math-init-random-base, math-random-digit): Don't check to see if
13390         var-RandSeed is bound.
13391         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13392         Declare them instead of just setting them.
13393         (math-init-random-base): Made i a local variable.
13394         (math-random-digit): Made math-random-last a local variable.
13395         (math-prime-test-cache): Move declaration to before it is used.
13396         (math-prime-test-cache-k, math-prime-test-cache-q)
13397         (math-prime-test-cache-nm1, math-prime-factors-finished):
13398         Declare them as variables.
13400 2004-11-11  Jay Belanger  <belanger@truman.edu>
13402         * calc/calc-ext.el (math-defcache): Use defvar for the new
13403         variables it creates.
13405 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
13407         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13408         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13409         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13410         (desktop-save): Add :version.
13412 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13414         * printing.el (pr-get-symbol): Don't downcase.
13416 2004-11-10  Jay Belanger  <belanger@truman.edu>
13418         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13419         string to kill-ring.
13421         * calc/calc-aent.el (calc-alg-exp, math-toks)
13422         (math-exp-pos,math-exp-old-pos, math-exp-token)
13423         (math-exp-keep-spaces, math-exp-str): New variables.
13424         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13425         (calcAlg-enter): Use declared variable calc-alg-exp.
13426         (math-build-parse-table, math-find-user-token): Use declared
13427         variable math-toks.
13428         (math-read-exprs, math-read-token, calc-check-user-syntax)
13429         (calc-match-user-syntax, match-factor-after, math-read-factor):
13430         Use declared variables math-exp-pos math-exp-old-pos.
13431         (math-read-exprs, math-read-token, math-read-expr-level)
13432         (calc-check-user-syntax, calc-match-user-syntax)
13433         (match-factor-after, math-read-factor): Use declared variable
13434         math-exp-token.
13435         (math-read-exprs, math-read-expr-list, math-read-token)
13436         (math-read-factor): Use declared variable math-exp-keep-spaces.
13437         (math-read-exprs, math-read-token): Use declared variable
13438         math-exp-str.
13439         (calc-match-user-syntax): Make m a local variable.
13441         * calc/calc-ext.el (math-read-expr): Use declared variables
13442         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13443         math-exp-keep-spaces.
13445         * calc/calc-forms.el (math-read-angle-bracket): Use declared
13446         variables math-exp-pos, math-exp-str.
13448         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13449         math-exp-old-pos.
13450         (math-parse-fortran-vector, math-parse-fortran-vector-end)
13451         (math-parse-eqn-prime): Use declared variable math-exp-token.
13453         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13454         Use declared variable math-exp-pos.
13455         (math-check-for-commas): Use declared variable math-exp-str.
13456         (math-read-brackets): Use declared variables math-exp-old-pos,
13457         math-exp-keep-spaces.
13458         (math-read-brackets, math-read-vector, math-read-matrix):
13459         Use declared variable math-exp-token.
13461 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13463         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13464         where the keymap is a symbol.
13465         (easy-menu-add-item): Use keymap-prompt.  Simplify.
13467         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13469         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13470         (sgml-parse-tag-backward): Use it to skip spurious < or >.
13472 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
13474         * ebuff-menu.el: Doc fixes throughout.
13475         (electric-buffer-menu-mode-hook): New defvar.
13477 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
13479         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13480         The resulting compiler warnings appear to be harmless.
13482 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
13484         * textmodes/conf-mode.el: New file.
13486         * files.el (auto-mode-alist, magic-mode-alist): Use it.
13488 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13490         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13492 2004-11-09  Jay Belanger  <belanger@truman.edu>
13494         * calc/calc-ext.el (calc-init-extensions): Remove old code.
13496         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13497         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13498         (calc-z-prefix-help, calc-user-function-list): Use declared
13499         variables calc-z-prefix-buf, calc-z-prefix-msgs.
13500         (math-map-tree, math-map-tree-rec): Use declared variables
13501         math-mt-many, math-mt-func.
13502         (math-read-expression, math-read-string): Use declared variable
13503         math-expr-data.
13505         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13506         variable math-normalize-a.
13508         * calc/calc.el (math-normalize-a): New variable.
13509         (math-normalize): Use declared variable math-normalize-a.
13511         * calc/calc-poly.el (math-expand-form): Use declared variable
13512         math-mt-many.
13514         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13515         Use declared variable math-mt-many.
13516         (math-rewrite): Use declared variable math-mt-func.
13518         * calc/calc-vec.el (math-read-brackets, math-read-vector)
13519         (math-read-matrix): Use declared variable math-expr-data.
13521         * calc/calc-lang.el (math-parse-fortran-vector)
13522         (math-parse-fortran-vector-end, math-parse-tex-sum)
13523         (math-parse-eqn-matrix, math-parse-eqn-prime)
13524         (math-read-math-subscr): Use declared variable math-expr-data.
13526         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13527         (math-read-expr-level, math-read-token, calc-check-user-syntax)
13528         (calc-match-user-syntax, math-read-if, math-factor-after)
13529         (math-read-factor): Use declared variable math-expr-data.
13531 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13533         * calendar/diary-lib.el (diary-from-outlook)
13534         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13535         interactive-p; but rather new optional argument NOCONFIRM.
13537 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13539         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13540         (easy-menu-name-match): Revert correspondingly.
13542 2004-11-09  Richard M. Stallman  <rms@gnu.org>
13544         * emacs-lisp/bytecomp.el (byte-compile-defalias):
13545         Turn off warnings for the new function even if definition not constant.
13546         If the definition isn't a quoted symbol, record (FUNCTION . t).
13547         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13548         (byte-compile-callargs-warn): Handle (FUNCTION . t).
13549         (display-call-tree, byte-compile-arglist-warn):
13550         Handle t returned by byte-compile-fdefinition.
13552 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13554         * Makefile.in (maintainer-clean): Depend on distclean.
13556         * help-fns.el (help-C-file-name): File name must be in build-files
13557         to be returned.
13559 2004-11-09  Jay Belanger  <belanger@truman.edu>
13561         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13562         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13564         * calc/calc.el (calc, calc-trail-display, calc-mode):
13565         Remove obsolete sections.
13567         * calc/calc.el (calc-x-paste-text): Remove.
13569         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13570         mouse-2.
13572 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
13574         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13575         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13576         current frame (in case of recursive calls).
13577         (gdb-show-changed-values): Add :version keyword.
13579 2004-11-09  Kenichi Handa  <handa@m17n.org>
13581         * international/mule-cmds.el: Change coding: tag back to
13582         iso-2022-7bit.
13584 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13586         * international/mule-cmds.el: Change coding-system to utf-8.
13587         (select-safe-coding-system-interactively):
13588         New function extracted from select-safe-coding-system.
13589         (select-safe-coding-system): Use it.
13591 2004-11-08  Richard M. Stallman  <rms@gnu.org>
13593         * subr.el (syntax-after): Doc fix.
13595         * paren.el (show-paren-function): Change calls to syntax-after
13596         for new way of returning the value.
13598         * menu-bar.el (menu-bar-file-menu): Make this the real name
13599         and menu-bar-files-menu the alias.  Use the former.
13600         (global-map): Use `file', not `files', as the symbol.
13602         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13604         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13605         Don't use beginning-of-buffer.
13606         (filesets-cmd-show-result): Use with-no-warnings.
13608 2004-11-08  Juri Linkov  <juri@jurta.org>
13610         * progmodes/compile.el (compile): Don't overwrite last command in
13611         minibuffer history with default command if they are not equal.
13613 2004-11-08  Jay Belanger  <belanger@truman.edu>
13615         * calc/calcalg2.el (math-do-integral-methods): Try linear then
13616         non-linear substitutions.
13618 2004-11-08  Jay Belanger  <belanger@truman.edu>
13620         * calc/calcalg2.el (math-linear-subst-tried): New variable.
13621         (math-do-integral): Set `math-linear-subst-tried' to nil.
13622         (math-do-integral-methods): Use `math-linear-subst-tried' to
13623         determine what type of substitution to try.
13624         (math-integ-try-linear-substituion):
13625         Set `math-linear-subst-tried' to t.
13627 2004-11-08  Kim F. Storm  <storm@cua.dk>
13629         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13631 2004-11-07  Juri Linkov  <juri@jurta.org>
13633         * info-look.el (info-lookup): Allow reusing in the current buffer
13634         not only *info* buffer, but all (even renamed) Info buffers
13635         by checking for major-mode instead of *info* buffer name.
13636         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13637         (octave-mode, maxima-mode) <doc-spec>:
13638         Allow long dashes generated by Texinfo 4.7 before definitions.
13639         (texinfo-mode) <doc-spec>: Add space to suffix to find command
13640         definitions with argument separated by space.
13642 2004-11-06  Richard M. Stallman  <rms@gnu.org>
13644         * simple.el (next-error group, face): Move before first use.
13645         (next-error-highlight, next-error-highlight-no-select): Likewise.
13647         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13648         (line-move): New args NOERROR and TO-END.
13649         Return t if succeed in moving specified number of lines.
13650         (move-end-of-line): New function.
13652         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13653         (end-of-buffer-other-window): Likewise.
13655         * simple.el (line-move-ignore-invisible): Default to t.
13657         * subr.el (syntax-after): Return the syntax letter, not the raw code.
13659         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13661         * international/iso-cvt.el (iso-cvt-define-menu):
13662         Rename menu-bar-files-menu to menu-bar-file-menu.
13664         * net/browse-url.el (browse-url-gnome-moz-program)
13665         (browse-url-gnome-moz-arguments): Move up before first use.
13667         * net/tramp.el (tramp group): Add :version.
13669         * progmodes/ada-xref.el (ada-gdb-application):
13670         Use goto-char instead of beginning-of-buffer.
13672         * progmodes/cperl-mode.el (cperl-info-on-command):
13673         Use goto-char instead of beginning-of-buffer.
13675         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13676         Move up before first use.
13677         (idlwave-shell-temp-pro-file): Likewise.
13678         (idlwave-shell-temp-rinfo-save-file): Likewise.
13679         (idlwave-shell-temp-file): Minor doc fix.
13681         * textmodes/flyspell.el (flyspell-external-point-words):
13682         Use goto-char instead of beginning-of-buffer.
13684 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
13686         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13687         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
13688         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13690 2004-11-06  David Ponce  <david@dponce.com>
13692         * recentf.el (recentf-menu-path): Use menu item name.
13694 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
13696         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13697         display doesn't support images.
13699 2004-11-06  Andreas Schwab  <schwab@suse.de>
13701         * tempo.el (tempo-match-finder): Doc fix.
13703         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13705 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13707         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13708         (easy-menu-lookup-name): New fun to replace it.
13709         (easy-menu-get-map): Use it to obey menu item names (rather than just
13710         keys) when looking up `path'.
13711         (easy-menu-always-true-p): Rename from easy-menu-always-true.
13712         (easy-menu-convert-item-1): Adjust to new name.
13714 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
13716         * outline.el (hide-body): Don't hide lines at the top of the file
13717         that precede the first header line.
13719 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
13721         * align.el (align-areas): Delete whitespace before reindenting, so
13722         that tabs are never placed after spaces.
13724 2004-11-06  Alan Shutko  <ats@acm.org>
13726         * macros.el (insert-kbd-macro): Do completions based on macros,
13727         rather than all commands.
13729 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
13731         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13732         to solve a bug whereby tags with 'b' don't match.
13734 2004-11-05  Juri Linkov  <juri@jurta.org>
13736         * info.el (Info-search): Don't search in node header lines
13737         and file headers.
13739         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13740         symbol-constituent characters after dot, not only digits.
13742 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
13744         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13746 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13748         * dired.el (dired-read-dir-and-switches): Call read-directory-name
13749         if a dialog will be used, read-file-name otherwise.
13751 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13753         * textmodes/table.el (table group): Add :version.
13755         * textmodes/ispell.el (ispell-word):
13756         Don't alter args; set them only thru `interactive' spec.
13758         * textmodes/flyspell.el (flyspell-word):
13759         Don't alter FOLLOWING; set it only thru `interactive' spec.
13761         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13763         * net/browse-url.el (browse-url-maybe-new-window):
13764         Use called-interactively-p.
13766         * mail/supercite.el (sc-cite-region):
13767         Don't use interactive-p.  Add arg INTERACTIVE.
13768         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
13770         * international/mule-cmds.el (set-input-method, toggle-input-method):
13771         Don't use interactive-p.  Add arg INTERACTIVE.
13773         * eshell/esh-mode.el (eshell-show-maximum-output):
13774         Don't use interactive-p.
13775         (eshell-truncate-buffer): Just message, no error, if buffer is short.
13777         * mouse.el (mouse-show-mark): Get positions to delete from mark
13778         and point, not from mouse-drag-overlay.
13780         * imenu.el (imenu-eager-completion-buffer): Add :version.
13782         * filesets.el (filesets group): Add :version.
13784 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
13786         * files.el (xml-based-modes): Delete var.
13787         (magic-mode-alist): New more general var.
13788         (set-auto-mode): Use it.
13790         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13791         when clicking from another window.
13793 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
13795         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13796         (vc-cvs-annotate-time): Incorporate value of deleted var.
13797         Remove special-case handling of beginning-of-buffer cruft.
13798         Cache ending position (point) and return value in text property
13799         `vc-cvs-annotate-time', and consult it on subsequent invocations.
13801         * vc-cvs.el (vc-cvs-annotate-command):
13802         Delete extraneous lines from beginning of buffer.
13803         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13805         * progmodes/grep.el (grep-default-command): Take empty string
13806         for tag if all other methods yield nil.  Shell-quote the tag.
13808         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13809         spec in `interactive' form, and mention it in the docstring.
13810         Also, make sure point is at bol after calling `annotate-time'.
13812 2004-11-02  Richard M. Stallman  <rms@gnu.org>
13814         * cus-edit.el (customize-group-other-window):
13815         Select the window that displays the custom buffer.
13816         (custom-buffer-create-other-window): Likewise.
13818         * comint.el (comint-insert-input): Fix previous change.
13820         * emacs-lisp/elp.el (elp-instrument-function):
13821         Use called-interactively-p.
13823         * emacs-lisp/easymenu.el (easy-menu-intern):
13824         Don't downcase; rather, case-flip the first letter of each word.
13826         * emacs-lisp/easy-mmode.el (define-minor-mode):
13827         Use called-interactively-p.
13829         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13830         Add interactive-only.
13831         (byte-compile-warnings): Add interactive-only as option.
13832         (byte-compile-interactive-only-functions): New variable.
13833         (byte-compile-form): Warn about calls to functions
13834         in byte-compile-interactive-only-functions.
13836         * emacs-lisp/autoload.el (update-file-autoloads):
13837         Don't use interactive-p; take new arg SAVE-AFTER.
13839         * emacs-lisp/advice.el (ad-make-advised-definition):
13840         Use called-interactively-p.
13842 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13844         * files.el (find-file-existing): New function.
13846         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13847         find-file-existing.  Add "New File..." that calls find-file.
13849         * diropen.pbm, diropen.xpm: New files.
13851         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13852         icon diropen.  New tool bar item find-file-existing uses icon open.
13854         * dired.el (dired-read-dir-and-switches): Call read-directory-name
13855         instead of read-file-name.
13857 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
13859         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13860         (icalendar--split-value): Change name of work buffer.
13861         (icalendar--get-weekday-abbrev): Return nil on error.
13862         (icalendar--date-to-isodate): New function.
13863         (icalendar-convert-diary-to-ical)
13864         (icalendar-extract-ical-from-buffer): Use only two args for
13865         make-obsolete (XEmacs compatibility).
13866         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13867         (icalendar-export-region): Doc fix.
13868         If error, return non-nil and write errors to a buffer.
13869         Use correct weekday for weekly recurring events.
13870         Check whether date has been parsed for ordinary events.
13871         Make weekly events start in the year 2000.
13872         DTEND is non-inclusive, shift end date by one day if
13873         necessary (not for entries that have date and time).
13874         Rename local let variables: oops -> found-error, datestring ->
13875         startdatestring.
13877 2004-11-02  Kim F. Storm  <storm@cua.dk>
13879         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13880         keep-mode-if-same variable.  Add it as optional arg instead.
13881         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13883         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13884         substitute-command-keys will select lower-case bindings like those
13885         used in the static help texts.
13887         * descr-text.el (describe-text-properties): Don't err if called in
13888         the *Help* buffer; output to *Help-2* buffer instead.
13890         * kmacro.el (group kmacro): Add :version.
13891         (kmacro-keyboard-quit): New function to cleanup on C-g.
13892         (kmacro-start-macro): Set defining-kbd-macro to append when
13893         appending to last macro.
13895         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13897 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
13899         * progmodes/gdb-ui.el (gdb-enable-debug-log)
13900         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13901         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13902         Add :version keyword.
13904 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
13906         * progmodes/flymake.el (flymake-err-line-patterns):
13907         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13908         `compilation-error-regexp-alist-alist' to internal Flymake format.
13910         * progmodes/flymake.el: Eliminate byte-compiler warnings.
13912 2004-11-01  Jay Belanger  <belanger@truman.edu>
13914         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13915         with `interactive "s"'.
13917 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13919         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13920         Revert change from 2004-10-16.  '*' checks the current buffer, but the
13921         mouse click may be in another buffer.
13923 2004-11-01  John Paul Wallington  <jpw@gnu.org>
13925         * files.el (large-file-warning-threshold): Add :version keyword.
13926         (kill-some-buffers): Doc fix.
13928         * thumbs.el (group thumbs): Add :version keyword.
13930         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13932 2004-11-01  Richard M. Stallman  <rms@gnu.org>
13934         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13936         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13938         * allout.el (allout group): Add :version.
13939         (allout-init): Don't use interactive-p.
13940         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13941         (allout-forward-current-level, allout-backward-current-level):
13942         Don't use interactive-p.
13944         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13945         (bibtex-find-text): Likewise.
13947         * progmodes/vhdl-mode.el (vhdl-fill-region)
13948         (vhdl-beginning-of-statement): Don't use interactive-p.
13950         * progmodes/idlwave.el (idlwave-update-routine-info):
13951         Don't use interactive-p.
13953         * progmodes/idlw-shell.el (idlwave-shell-send-char):
13954         Don't use interactive-p.
13956         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13957         Don't use interactive-p.
13959         * progmodes/ada-xref.el (ada-make-body-gnatstub):
13960         Don't use interactive-p.
13962         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13963         (fortune-in-buffer): Doc fix.
13965         * play/5x5.el (5x5-new-game): Set up the buffer even if not
13966         interactive.
13968         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13969         don't select the temporary buffer.
13970         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13971         (eudc-get-phone): Likewise.
13973 2004-11-01  Kim F. Storm  <storm@cua.dk>
13975         * man.el (Man-xref-normal-file): Fix help-echo.
13977 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13979         * reveal.el (reveal-last-tick): New var.
13980         (reveal-post-command): Use it to avoid closing overlays when we're
13981         appending text to them.
13983 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13985         * textmodes/bibtex.el: Require button.
13986         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13987         (bibtex-reference-keys): Distinguish between header keys and
13988         crossref keys.
13989         (bibtex-beginning-of-field): New function.
13990         (bibtex-url-map): Remove.
13991         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13992         (bibtex-font-lock-url-regexp): Assume that field names begin at
13993         the beginning of a line.
13994         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
13995         Remove field delimiters.  Use bibtex-beginning-of-field.
13996         Bugfix, point can be inside a field with a url.
13997         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13998         New functions.
13999         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
14000         (bibtex-key-in-head): Simplify.
14001         (bibtex-current-line): Use bolp.
14002         (bibtex-parse-keys): Remove unused arg `add'.
14003         Use bibtex-type-in-head and bibtex-key-in-head.
14004         (bibtex-parse-entry, bibtex-autofill-entry):
14005         Use bibtex-type-in-head and bibtex-key-in-head.
14006         (bibtex-autokey-get-field): Do not alter case of replacement text.
14007         (bibtex-autokey-get-names): Do all processing of name list.
14008         (bibtex-autokey-get-year): New function.
14009         (bibtex-autokey-get-title): Do all processing of title words.
14010         (bibtex-generate-autokey): Simplify.
14011         (bibtex-string-files-init): Use default-directory.
14012         Allow for absolute file names in bibtex-string-files.
14013         (bibtex-files, bibtex-file-path): New variables.
14014         (bibtex-files-expand): New function.
14015         (bibtex-find-entry-globally): New command.
14016         (bibtex-summary-function): New variable.
14017         (bibtex-summary): Default value of bibtex-summary-function.
14018         (bibtex-find-crossref): New optional args pnt and split.
14019         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
14020         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
14021         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
14022         Fix handling of required and alternative fields.
14023         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
14024         Use cons and display-buffer.
14025         (bibtex-validate-globally): New command.
14026         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
14027         bibtex-parse-keys and bibtex-parse-strings for updating
14028         bibtex-reference-keys and bibtex-strings.
14029         (bibtex-realign): Remove blank lines past the last entry.
14030         (bibtex-reformat): Use bibtex-entry-format as default.
14031         (bibtex-choose-completion-string): Remove.
14032         (bibtex-complete): Do not use bibtex-choose-completion-string.
14033         (bibtex-url): Simplify.
14035 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14037         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
14038         (x-dnd-types-alist, x-dnd-open-file-other-window)
14039         (x-dnd-known-types): Add :version.
14041 2004-10-31  John Paul Wallington  <jpw@gnu.org>
14043         * ibuffer.el (group ibuffer): Add :version keyword.
14045 2004-10-31  Kim F. Storm  <storm@cua.dk>
14047         * ido.el (group ido): Add :version keyword.
14048         (ido-mode): Remove :version keyword.
14050         * emulation/cua-base.el (group cua): Add :version keyword.
14051         (cua-mode): Remove :version keyword.
14053 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
14055         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
14057         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
14058         compiler warning.
14059         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
14060         function.
14061         (help-at-pt-display-when-idle): Remove autoload.
14063 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14065         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14067 2004-10-30  Juri Linkov  <juri@jurta.org>
14069         * help.el (function-called-at-point):
14070         * help-fns.el (variable-at-point): Read -> intern.
14072 2004-10-30  Simon Josefsson  <jas@extundo.com>
14074         * progmodes/autoconf.el (autoconf-font-lock-keywords):
14075         Recognize AS_* too.
14077 2004-10-29  Simon Josefsson  <jas@extundo.com>
14079         * subr.el (read-passwd): Move back from password.el.
14081         * password.el: Remove, not ready yet.
14083 2004-10-29  Andreas Schwab  <schwab@suse.de>
14085         * speedbar.el (speedbar-frame-parameters): Improve customize type.
14087 2004-10-29  Sam Steingold  <sds@gnu.org>
14089         * mouse.el (mouse-show-mark): Replace the last occurrence of
14090         x-lost-selection-hooks with x-lost-selection-functions.
14092 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14094         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14095         x-lost-selection-functions is bound.
14097         * mouse-sel.el (mouse-sel-mode):
14098         * emacs-lisp/lselect.el: Adjust to new names for
14099         x-(lost|sent)-selection-functions.
14101         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14102         New obsolete aliases of x-lost-selection-functions and
14103         x-sent-selection-functions.
14105 2004-10-28  Kim F. Storm  <storm@cua.dk>
14107         * imenu.el (imenu-scanning-message): Remove.
14108         (imenu-progress-message): Make it a no-op.
14110 2004-10-28  John Paul Wallington  <jpw@gnu.org>
14112         * files.el (set-auto-mode): Call `throw' correctly.
14114 2004-10-28  Juri Linkov  <juri@jurta.org>
14116         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14117         to search `Info-...' commands in `info' manual.
14118         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14119         Add 'info-file "emacs" property.
14120         (Info-find-emacs-command-nodes): Fix index line number regexp.
14121         Set real line number (instead of fake 0) in first element of the
14122         returned list.
14123         (Info-goto-emacs-command-node): Use line number of first element
14124         to set point in the first found Info node.
14126         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14127         code to `grep-mode-font-lock-keywords'.
14128         (grep-mode-font-lock-keywords): Delete grep markers instead
14129         of making them invisible.
14131 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14133         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14134         and x-server-version in bug report.
14136 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
14138         * files.el (set-auto-mode-0): New function.
14139         (set-auto-mode): Use it to handle aliased modes and to
14140         be consistent between C-x C-f and C-x C-w.
14142 2004-10-28  Kenichi Handa  <handa@m17n.org>
14144         * international/utf-8.el (utf-translate-cjk-charsets):
14145         Add katakana-jisx0201.
14147         * international/subst-jis.el: Add data for JISX0201.
14149 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14151         * obsolete/hilit19.el (hilit-mode): New function.
14152         Move all the toplevel side-effecting stuff into it, so that loading
14153         hilit19 doesn't mess everything up any more.
14155 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14157         * add-log.el (add-change-log-entry): Set up mailing address
14158         and full name later, and don't alter add-log-mailing-address
14159         or add-log-full-name.
14161         * elide-head.el (elide-head): Change error to message.
14162         (elide-head-show): Likewise.
14164         * apropos.el (apropos-macrop): Doc fix.
14166         * mouse.el (mouse-show-mark): Do most processing the same
14167         regardless of transient-mark-mode.
14169         * shadowfile.el (shadow-copy-files): Use interactive-p
14170         only to control whether to print a message.
14172         * tar-mode.el (tar-mode): Use write-contents-functions,
14173         not write-contents-hooks.
14175         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14176         directory-sep-char.
14178 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14180         * strokes.el (strokes-unload-hook): Fix previous change.
14182         * type-break.el (type-break-run-at-time): Always use run-at-time;
14183         forget the alternatives.
14184         (type-break-cancel-function-timers): Always use cancel-function-timers;
14185         forget the alternatives.
14187         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14189 2004-10-27  Kenichi Handa  <handa@m17n.org>
14191         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14193         * international/subst-gb2312.el: Likewise.
14195         * international/subst-big5.el: Likewise.
14197         * international/subst-ksc.el: Likewise.
14199         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14200         New variable.
14201         (utf-translate-cjk-set-unicode-range): New function.
14202         (utf-translate-cjk-unicode-range): Make it customizable.
14203         (utf-8-post-read-conversion):
14204         Use utf-translate-cjk-unicode-range-string.
14205         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14206         Unicode ranges.
14208 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
14210         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14211         trivial variants to shorten the list.
14212         (xml-based-modes): New var.
14213         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14214         declaration higher priority than auto-mode-alist.
14216         * find-file.el (cc-other-file-alist): Bring it in line with
14217         cc-mode's auto-mode-alist entries and use \' instead of $.
14219         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14220         and add "Id" and "Name" submenus to it.
14222         * imenu.el (imenu--generic-function): Skip matches in comments.
14224 2004-10-26  Jay Belanger  <belanger@truman.edu>
14226         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14227         (full-calc-keypad, calc-trail-display): Use an extra argument
14228         instead of `interactive-p'.
14230         * calc/calc-misc.el (calc-other-window): Use an extra argument
14231         instead of `interactive-p'.
14233         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14234         `interactive-p'.
14236 2004-10-26  Kim F. Storm  <storm@cua.dk>
14238         * help.el (describe-key): Describe both down-event and up-event
14239         for a mouse click.
14241 2004-10-26  Richard M. Stallman  <rms@gnu.org>
14243         * woman.el (woman): Don't call interactive-p.
14245         * pcomplete.el (pcomplete): Instead of interactive-p,
14246         use an arg set non-nil by the interactive spec.
14248         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14249         use an arg set non-nil by the interactive spec.
14251         * man.el (Man-cleanup-manpage): Instead of interactive-p,
14252         use an arg set non-nil by the interactive spec.
14254 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
14256         * progmodes/flymake.el (flymake-split-string):
14257         Use `flymake-split-string-remove-empty-edges' in any case.
14259 2004-10-26  Masatake YAMATO  <jet@gyve.org>
14261         * progmodes/flymake.el (flymake-err-line-patterns):
14262         Use `compilation-error-regexp-alist-alist' instead of
14263         `compilation-error-regexp-alist'.
14265 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14267         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14268         verbatim face on the \ of \end{verbatim}.
14270 2004-10-25  Jay Belanger  <belanger@truman.edu>
14272         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14273         erasing minibuffer.
14275 2004-10-25  Simon Josefsson  <jas@extundo.com>
14277         * subr.el (read-passwd): Move to net/password.el.
14279         * net/password.el (read-passwd): Add.  Autoload it.
14281 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
14283         * mouse-sel.el (mouse-sel-mode): Specify custom group.
14285         * simple.el (process-file): Fix logic.
14287 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
14289         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14290         (increase-right-margin): Remove erroneous call to `interactive-p'.
14292 2004-10-24  Kim F. Storm  <storm@cua.dk>
14294         * help.el (describe-mode): Fix 2004-10-13 change.
14295         Copy pure "Auto Fill" string so it can be propertized later
14296         without causing a read-only error.
14298 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
14300         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14301         style indexes.
14303 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
14305         * simple.el (process-file): Accept nil for INFILE.  Reported by
14306         Luc Teirlinck.
14308 2004-10-24  Masatake YAMATO  <jet@gyve.org>
14310         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14311         Handle periods and underscores in a function name.
14312         Remove the address fontification.
14314 2004-10-24  Masatake YAMATO  <jet@gyve.org>
14316         * progmodes/asm-mode.el (asm-font-lock-keywords):
14317         Use font-lock-variable-name-face for registers.
14319 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
14321         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14322         kill-all-local-variables.
14323         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14324         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14325         Use kill-all-local-variables and provide mode-hooks.
14326         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14327         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14328         Suggested by Masatake YAMATO <jet@gyve.org>.
14330 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
14332         * simple.el (process-file): New function, similar to call-process
14333         but supports file handlers.
14334         * vc.el (vc-do-command): Use it, instead of call-process.
14335         * net/tramp-vc.el (vc-do-command): Do not advise it if
14336         process-file is fboundp.
14337         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14338         process-file.
14339         (tramp-handle-process-file): New function.
14340         (tramp-file-name-for-operation): Support process-file.
14342 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
14344         * calendar/icalendar.el (icalendar--weekday-array): New constant.
14345         (icalendar-weekdayabbrev-table)
14346         (icalendar-monthnumber-table): Delete.
14347         (icalendar--get-month-number): Use calendar-month-name-array.
14348         (icalendar--get-weekday-number): New function.
14349         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14350         (icalendar-export-region): Handle multi-line entries.
14351         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14353 2004-10-23  John Paul Wallington  <jpw@gnu.org>
14355         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14356         `wildcards' set to t in interactive spec.
14358         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14359         interactive spec rather than use `interactive-p'.
14360         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14361         rather than use function `interactive-p'.
14363 2004-10-22  Kenichi Handa  <handa@m17n.org>
14365         * international/mule.el (translate-region): Implement it in Lisp
14366         as a front end of translate-region-internal.
14368 2004-10-21  Jay Belanger  <belanger@truman.edu>
14370         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14371         Declare these variables with defvar.
14373         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14374         is bound, only check to see if it is bound.
14376 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14378         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14379         Don't output messages.
14381         * calc/calc-help.el (calc-describe-bindings): Fix last change.
14383 2004-10-21  John Paul Wallington  <jpw@gnu.org>
14385         * calc/calc-graph.el (calc-graph-init):
14386         Use `set-process-query-on-exit-flag'.
14388 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
14390         * progmodes/compile.el (compilation-start): Rely on `cd' to get
14391         dir right and also allow argumentless cd.
14393 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14395         * textmodes/flyspell.el (flyspell-mode): Doc fix.
14397         * eshell/em-unix.el (eshell-grep):
14398         Don't bind compilation-process-setup-function.
14400         * comint.el (comint-insert-input): Use @ in `interactive'.
14401         (comint-input-filter-functions): Doc fix.
14402         (comint-kill-whole-line, comint-get-source): Doc fix.
14404         * progmodes/compile.el (compilation-setup):
14405         Don't set buffer-read-only if MINOR is non-nil.
14407 2004-10-19  Jay Belanger  <belanger@truman.edu>
14409         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14410         (calc-emacs-type-gnu19): Remove.
14411         (calc-digit-map, calc-read-key-sequence, calc-read-key):
14412         Remove check for old emacs versions.
14414         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14415         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14416         for current Emacs.
14418         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14419         the end of the minibuffer.
14420         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
14421         copy `esc-map'.
14423         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14425         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14426         call that would be given when the current emacs was used.
14428 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
14430         * calendar/icalendar.el: Set coding to utf-8.
14431         (icalendar-version): Increase to 0.07.
14432         (icalendar-monthnumber-table): Change March pattern.
14433         (icalendar-get-all-event-properties)
14434         (icalendar-set-event-property): Delete.
14435         (icalendar-all-events): No longer interactive.
14436         (icalendar-convert-diary-to-ical)
14437         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14438         their replacements.
14439         (icalendar-export-file, icalendar-export-region): New functions;
14440         essentially old `icalendar-convert-diary-to-ical' but appending to
14441         target rather than overwriting.
14442         (icalendar-import-file): Append to target file rather than
14443         overwriting.  Fourth arg deleted.
14444         (icalendar-import-buffer): New name for old
14445         `icalendar-extract-ical-from-buffer'.
14446         (icalendar--convert-string-for-import): New name for
14447         old `icalendar-convert-for-import'.
14448         (include-icalendar-files): Delete.
14449         Prefix for all internal functions changed from `icalendar-'
14450         to `icalendar--'.
14452 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14454         * paths.el (news-path): Fix previous change.
14456 2004-10-18  Jay Belanger  <belanger@truman.edu>
14458         * calc/calc-help.el (calc-describe-bindings):
14459         Set `buffer-read-only' to nil while working in the keybindings buffer;
14460         remove some extra information from the keybindings buffer.
14462 2004-10-18  David Ponce  <david@dponce.com>
14464         * mouse.el (mouse-drag-move-window-top): New function.
14465         (mouse-drag-mode-line-1): Use it.
14467 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14469         * info.el (Info-fontify-node): For multiline refs,
14470         arrange to unfontify newline and surrounding whitespace.
14472 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14474         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14475         directory is missing.
14477 2004-10-17  John Paul Wallington  <jpw@gnu.org>
14479         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14480         New customizable variable; whether to display buffers that match
14481         `ibuffer-maybe-show-predicates' by default.
14482         (ibuffer-maybe-show-predicates): Mention it in docstring.
14483         (ibuffer-display-maybe-show-predicates): New variable.
14484         (ibuffer-update): Prefix arg now toggles whether buffers that
14485         match `ibuffer-maybe-show-predicates' should be displayed.
14486         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14487         locally to heed `ibuffer-default-display-maybe-show-predicates'.
14488         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14490 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
14492         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
14493         work correctly.
14495 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
14497         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14498         (Buffer-menu-beginning): New helper function.
14499         (Buffer-menu-execute): Use it.
14500         (Buffer-menu-select): Use it.
14501         (Buffer-menu-sort): Use it and also keep markers.
14503 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14505         * paths.el (news-directory): Rename from news-path.  Old name alias.
14506         (rmail-spool-directory): Use defvar.
14507         (sendmail-program): Use defcustom.
14508         (remote-shell-program): Use defcustom.
14509         (term-file-prefix): Use defvar.
14510         (abbrev-file-name): Use defvar.
14512         * term.el: Add maintainer.
14514         * subr.el (with-local-quit): Return nil if there's a quit.
14515         (read-passwd): Use with-local-quit.  Doc fix.
14517         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14518         (strokes-unload-hook): Set as a variable with add-hook.
14520         * startup.el (fancy-splash-tail, normal-splash-screen):
14521         Update copyright year.
14523         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14525         * server.el (server-unload-hook): Set as a variable with add-hook.
14527         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14529         * frame.el (special-display-popup-frame):
14530         Make the buffer current as its frame is created.
14532         * delsel.el (delsel-unload-hook): Set as a variable.
14534         * comint.el (comint-output-filter-functions):
14535         Add comint-watch-for-password-prompt.
14536         (comint-read-noecho): Function deleted.
14537         (send-invisible): Use read-passwd.
14539         * fringe.el (fringe-mode-initialize): New function.
14540         (fringe-mode): Use fringe-mode-initialize as :initialize.
14542 2004-10-17  Kim F. Storm  <storm@cua.dk>
14544         * language/indian.el (indian-script-language-alist): Swap value
14545         and doc.
14546         (indian-font-char-index-table): Doc fix.
14548 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14550         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14552 2004-10-16  Juri Linkov  <juri@jurta.org>
14554         * progmodes/compile.el (compilation-start): Move let-binding of
14555         `process-environment' into `with-current-buffer' body.
14556         Reported by Matt Hodges <MPHodges@member.fsf.org>.
14558 2004-10-16  Richard M. Stallman  <rms@gnu.org>
14560         * pcvs-util.el (cvs-bury-buffer):
14561         Don't call get-buffer-window for effect.
14563         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14565         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14567         * msb.el (msb-unload-hook): Set the variable.
14569         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14570         Use * to err if buffer is readonly.
14572         * subr.el (looking-back): Return only t or nil.
14574         * whitespace.el (whitespace-unload-hook): Set the variable.
14576         * view.el (view-mode-enable): Set view-page-size and
14577         view-half-page-size to nil.
14578         (view-set-half-page-size-default): view-half-page-size = nil
14579         means the default.
14580         (View-scroll-page-forward): Use view-page-size-default.
14581         (View-scroll-page-backward): Likewise.
14582         (view-page-size, view-half-page-size): Doc fixes.
14584         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14586         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14588         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14589         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
14590         (byte-compile-log-1): Bind inhibit-read-only.
14591         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14592         (byte-compile-log-warning): Likewise.
14593         (byte-compile-file-form-require): Detect "cl" from the arg value.
14595         * progmodes/compile.el (compilation-start): Assume compilation-mode
14596         will make the buffer read-only.
14597         (compilation-mode): Take arg name-of-mode.
14598         (compilation-setup): Make buffer read-only.
14599         (compilation-handle-exit): Bind inhibit-read-only.
14601         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14602         (ispell-message): Likewise.
14603         (ispell-show-choices): Don't call get-buffer-window uselessly.
14604         (ispell-init-process): Use set-process-query-on-exit-flag.
14606 2004-10-16  Kim F. Storm  <storm@cua.dk>
14608         * fringe.el (fringe-bitmaps): Only initialize when defined.
14610         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14611         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14613         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14615 2004-10-15  Simon Josefsson  <jas@extundo.com>
14617         * net/password.el: Add.
14619 2004-10-14  Masatake YAMATO  <jet@gyve.org>
14621         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14622         (gdb-script-end-of-defun): New function.
14623         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14624         `gdb-script-end-of-defun' as *-of-defun-function.
14626 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
14628         * button.el (button-activate): Allow a marker to display as an action.
14630         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14632         * help.el (describe-mode): Use it to make minor mode list into
14633         hyperlinks.
14635 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14637         * vc.el (vc-annotate-display-select): Fix typo.
14639         * subr.el (substitute-key-definition-key): New function.
14640         (substitute-key-definition): Use it with map-keymap.
14641         (event-modifiers): Use push.
14642         (mouse-movement-p, with-temp-buffer): Simplify.
14644 2004-10-12  Jay Belanger  <belanger@truman.edu>
14646         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14647         New variables.
14648         (calc-help-index-entries): New function.
14649         (calc-describe-function): Use `calc-help-function-list' instead of
14650         obarray for completion.
14651         (calc-describe-variable): Use `calc-help-variable-list' instead
14652         of obarray for completion.
14654 2004-10-12  Richard M. Stallman  <rms@gnu.org>
14656         * info-look.el (info-lookup-file): Add info-file property.
14657         (info-lookup-symbol): Likewise.
14659         * info.el (info-xref): Add underlining.
14660         (info): Add info-file property.
14661         (Info-find-emacs-command-nodes): Specify case-sensitive search.
14663 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
14665         Sync with Tramp 2.0.45.
14667         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14668         defined.  This is not the case for XEmacs without package "edebug".
14669         (tramp-set-auto-save-file-modes): Set permissions of autosaved
14670         remote files to the permissions of the original file.  This is not
14671         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
14672         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
14673         (tramp-perl-decode): Fix an error in Perl implementation.
14674         $pending must be cleared every loop.  Reported by Benjamin Place
14675         <benjaminplace@sprintmail.com>
14677         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14678         Don't activate advice during definition.  This is done later on,
14679         depending on test result of `substitute-in-file-name'.
14680         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14682 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14684         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14686         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14688 2004-10-12  David Ponce  <david@dponce.com>
14690         * recentf.el (recentf-edit-list): Update the menu when the recentf
14691         list has been modified.
14693 2004-10-12  Simon Josefsson  <jas@extundo.com>
14695         * net/tls.el (tls-certtool-program): New variable.
14696         (tls-certificate-information): New function, based on
14697         ssl-certificate-information.
14699 2004-10-12  Kenichi Handa  <handa@m17n.org>
14701         * international/mule.el (coding-system-equal): Move from mule-util.el.
14703         * international/mule-util.el (coding-system-equal): Move to mule.el.
14705 2004-10-12  Kim F. Storm  <storm@cua.dk>
14707         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14708         reset kmacro-initial-counter-value if set.
14709         (kmacro-set-counter): Only set kmacro-counter if defining or executing
14710         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
14711         (kmacro-display): Show macro counter if non-zero.
14713         * subr.el (substitute-key-definition): Mention command remapping
14714         in doc string.
14716 2004-10-11  Jay Belanger  <belanger@truman.edu>
14718         * calc/calc-misc.el (calc-info-goto-node): New function.
14719         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14720         node in one step.
14721         (calc-describe-copying, calc-describe-distribution)
14722         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14723         Go to appropriate info node in one step.
14725 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14727         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14729         * font-lock.el (font-lock-apply-highlight): Fix last change.
14731 2004-10-11  Simon Josefsson  <jas@extundo.com>
14733         * mail/smtpmail.el (smtpmail-open-stream): Look for
14734         starttls-gnutls-program instead of starttls-program iff
14735         starttls-use-gnutls is non-nil.
14736         (smtpmail-open-stream): Don't overwrite user settings of
14737         starttls-extra-arguments and starttls-extra-args.
14739 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14741         * comint.el (comint-mouse-insert-input): Remove.
14742         (comint-insert-input): Make it work for mouse bindings.
14743         (comint-mode-map): Move defs into the declaration.
14744         (comint-output-filter): Typo.
14746         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14748 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
14750         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14751         (ange-ftp-call-chmod): Reference remote-shell-program instead of
14752         ange-ftp-remote-shell.
14754 2004-10-10  Andreas Schwab  <schwab@suse.de>
14756         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14757         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14758         Reported by <sri@asu.edu>.
14760 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
14762         * vc.el (vc-annotate-mode): Remove variable.
14763         (vc-annotate-display-select): Only call vc-annotate-mode
14764         if we're not in that mode already.
14766 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14768         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14769         (imenu-choose-buffer-index): Check here for rescan instead.
14771         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14772         where the face expression evals to nil.
14774         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14775         (tex-font-lock-keywords-2): Use it.
14776         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14778         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14780 2004-10-09  Kim F. Storm  <storm@cua.dk>
14782         * subr.el (progress-reporter-update): Define before first usage.
14783         (make-progress-reporter): Doc fix.
14785 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
14787         * textmodes/paragraphs.el (sentence-end-double-space)
14788         (sentence-end-without-period, sentence-end-without-space)
14789         (sentence-end): Doc fixes.
14791 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
14793         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14794         Change paragraph-start regexp so we don't fill code starting with #'(.
14796 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
14798         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14799         New defcustom.
14800         (extract-address-components): Use it.
14802 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
14804         * subr.el (make-progress-reporter, progress-reporter-update)
14805         (progress-reporter-force-update, progress-reporter-do-update)
14806         (progress-reporter-done): New functions.
14808         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14810         * progmodes/etags.el (etags-tags-completion-table): Use progress
14811         reporter.
14812         (etags-tags-apropos): Likewise.
14814 2004-10-08  Alan Mackenzie  <acm@muc.de>
14816         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14817         of current line.
14819 2004-10-08  Masatake YAMATO  <jet@gyve.org>
14821         * server.el (server-process-filter): Wrap `process-send-region'
14822         by `condition-case' to guard the case when the pipe to PROC is closed.
14824 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
14826         * xml.el (xml-substitute-special): Limit handling of external entities.
14828 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
14830         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14832 2004-10-06  John Paul Wallington  <jpw@gnu.org>
14834         * xml.el (xml-parse-dtd): Fix `error' call.
14836 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
14838         * xml.el (xml-substitute-special): Return a single string instead
14839         of a list of strings if an entity substitution is made.
14841 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
14843         * calendar/icalendar.el: New file.
14845 2004-10-05  Juri Linkov  <juri@jurta.org>
14847         * isearch.el (isearch-done): Set mark after running hook.
14848         Reported by Drew Adams <drew.adams@oracle.com>.
14850         * info.el (Info-history, Info-toc): Fix Info headers.
14851         (Info-toc): Narrow buffer before Info-fontify-node.
14852         (Info-build-toc): Don't check for special Info file names.
14853         Set main-file to nil if Info-find-file returns a symbol.
14855 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
14857         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14858         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14859         * calendar/cal-menu.el (calendar-mode-map): Ditto.
14861 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
14863         * calendar/cal-iso.el (calendar-iso-read-args): New function,
14864         for old interactive spec from calendar-goto-iso-date.
14865         (calendar-goto-iso-date): Use it.
14866         (calendar-goto-iso-week): New function.  Suggested by Emilio
14867         C. Lopes <eclig@gmx.net>.
14869 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
14871         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14872         `set-right-margin' bindings that follow the minor mode conventions.
14874 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14876         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14877         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14878         (latex-block-args-alist): Add minipage and picture.
14879         (latex-block-body-alist): Use reftex-label if enabled.
14880         (latex-insert-block): Don't insert a \n if not necessary.
14881         (tex-compile-commands): Make sure dvips doesn't send to printer.
14882         (tex-compile-default): Handle the case where no executable is found.
14883         (latex-noindent-environments): New var.
14884         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
14885         If tex-indent-allhanging is non-nil, make sure we only align for macros
14886         at beginning of line.
14888 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
14890         * newcomment.el (comment-beginning): Doc fix and don't choke on
14891         unset `comment-end-skip' when at beginning of comment.
14893 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
14895         * term.el (term-adjust-current-row-cache): Don't allow the current
14896         row to become negative.
14897         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
14898         the end of the line.  Fix scroll down.  Add comments.
14899         (term-handle-ansi-escape): Don't exceed terminal width when moving
14900         right.
14901         (term-scroll-region): Move the cursor after setting the scroll region.
14903 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
14905         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14906         to `width' for consistency with docstring.  Doc fix.
14908 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
14910         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14911         This is necessary for derived modes.
14913 2004-09-30  Kim F. Storm  <storm@cua.dk>
14915         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14916         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14918         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14919         kmacro-extract-lambda functions.
14920         (edit-kbd-macro): Handle kmacro lambda forms.
14921         Include counter and counter format in edit buffer.
14922         (edmacro-finish-edit): Get counter and format from edit buffer and
14923         update kmacro bindings when found.
14925 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
14927         * textmodes/paragraphs.el (forward-paragraph):
14928         Avoid args-out-of-range error when point winds up at the beginning of
14929         the buffer and hard newlines are enabled.
14931         * newcomment.el (comment-multi-line): Doc fix.
14933 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14935         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14936         (diff-fixup-modifs): Catch unified-diff file-headers.
14938 2004-09-29  Kim F. Storm  <storm@cua.dk>
14940         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14941         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14942         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14944         * fringe.el (fringe-bitmap-p): New macro.
14945         (fringe-bitmaps): Add standard fringe bitmaps on load.
14947 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14949         * dired.el (dired-view-command-alist): Use more efficient regexps.
14950         Remove dubious arguments.
14951         (dired-align-file): New function.
14952         (dired-insert-directory): Use it.
14953         (dired-move-to-end-of-filename): Make the " -> " search more specific.
14954         (dired-buffers-for-dir): Remove unused var `pattern'.
14956 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
14958         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14959         from diary display excursion.  Store diary buffer's point for
14960         `simple-diary-display'.
14961         (simple-diary-display): Set window point and start when
14962         displaying buffer, to preserve point.
14964 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
14966         * textmodes/enriched.el (enriched-translations): Replace defconst
14967         with defvar.
14969 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14971         * printing.el: Doc fix.
14972         (pr-version): New version number (6.8.1).
14973         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14974         make-temp-name.
14975         (pr-delete-file): Check if file exists before deleting it.
14976         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14978 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14980         * term.el (term-display-table): New variable.
14981         (term-mode): Use it.
14982         (term-exec-1): Set the coding system to binary.
14983         (term-emulate-terminal): Decode the string before inserting it.
14985 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
14987         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14988         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14989         (map): Bind S-prior, S-next and S-insert.
14990         (term-mode): Set `indent-tabs-mode' to nil.
14991         (term-paste): New function to be bound to S-insert.
14992         (term-send-del, term-send-backspace): Change the strings sent.
14993         (term-termcap-format): Synchronize with etc/e/eterm.ti.
14994         (term-handle-colors-array): Fix handling of underline and reverse.
14995         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
14996         (term-erase-in-line): Fix comparison.
14997         (term-emulate-terminal): Fix line wrap handling.
14998         (term-start-output-log): Rename from `term-set-output-log'.
14999         (term-stop-output-log): Rename from `term-stop-photo'.
15000         (term-switch-to-alternate-sub-buffer): Comment out, unused.
15002 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15004         * dired.el (dired-move-to-filename): Don't output a message if
15005         raise-error is non-nil.  Fix return position and value.
15007         * files.el (insert-directory): Obey --dired even with symlinks.
15009 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
15011         * ls-lisp.el (ls-lisp-format): Mark file names with property
15012         dired-filename.
15014 2004-09-25  Kim F. Storm  <storm@cua.dk>
15016         * ido.el (ido-max-directory-size): New defcustom.
15017         (ido-decorations): Add "too big" element.
15018         (ido-directory-too-big): New dynamic var.
15019         (ido-may-cache-directory): Don't cache big directories.
15020         (ido-directory-too-big-p): New defun.
15021         (ido-set-current-directory): Update ido-directory-too-big.
15022         (ido-read-internal): Make empty ido-cur-item if too-big.
15023         (ido-buffer-internal): Use ido-read-internal directly instead of
15024         ido-read-buffer.
15025         (ido-file-internal): Init ido-directory-too-big.
15026         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
15027         and redo completion with full list.
15028         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
15029         it, and show completions.
15030         (ido-all-completions): Let bind ido-directory-too-big to nil.
15031         (ido-exhibit): Handle ido-directory-too-big.
15032         (ido-read-buffer): Handle fallback to read-buffer.
15033         Init ido-directory-too-big.
15034         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
15035         Init ido-directory-too-big.
15037 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
15039         * subr.el (delay-mode-hooks): Doc fix.
15041 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
15043         * textmodes/enriched.el
15044         (enriched-default-text-properties-local-flag): New variable.
15045         (enriched-mode): Make sure that enabling and disabling the mode is
15046         a no-op.  Doc fix.
15048 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
15050         * calendar/holidays.el (holiday-advent): Report on a specified day
15051         offset from advent, not just advent.
15052         (holiday-easter-etc): Report on one specified day offset from
15053         easter, not all easter holidays.  Various Easter holidays moved to
15054         `christian-holidays' variable in calendar.el.
15055         * calendar/calendar.el (christian-holidays): Adapt for new
15056         behavior of `holiday-advent' and `holiday-easter-etc' functions.
15058 2004-09-23  Kim F. Storm  <storm@cua.dk>
15060         * image.el (insert-sliced-image): Add doc string.
15062         * ido.el (ido-choice-list): New dynamic var for `list' context.
15063         (ido-context-switch-command): New dynamic var.
15064         (ido-define-mode-map): Generalize switch between file/buffer contexts.
15065         (ido-read-internal): Handle new `list' context.
15066         Handle insert-buffer and insert-file ido-exit values.
15067         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
15068         ido-context-switch-command.  Handle insert-file ido-exit value.
15069         (ido-read-buffer): Set ido-context-switch-command to 'ignore
15070         unless it is already bound by caller.
15071         (ido-file-internal): New arg switch-cmd.  Use it to setup
15072         ido-context-switch-command.  Handle insert-buffer ido-exit value.
15073         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15074         used for context switching.
15075         (ido-all-completions): Handle new `list' context.
15076         (ido-make-choice-list): Return choices for `list' context.
15077         (ido-find-file-in-dir, ido-display-file, ido-write-file)
15078         (ido-display-buffer, ido-kill-buffer): Disable context switching.
15079         (ido-insert-buffer, ido-insert-file): Setup context switching.
15080         (ido-exhibit): Handle `list' context.
15081         (ido-read-file-name): Disable context switching.  Handle fallback.
15082         (ido-read-directory-name): Disable context switching.
15083         (ido-completing-read): New defun like completing-read.  Setup and
15084         use new `list' context.
15086 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
15088         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15090 2004-09-21  Jay Belanger  <belanger@truman.edu>
15092         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
15093         `calc-graph-set-styles' so the gnuplot buffer will appear in a
15094         separate window.
15096 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
15098         * subr.el (after-change-major-mode-hook): Doc fix.
15100 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15102         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
15103         of ghostscript for monochrome PostScript file in Windows.
15105 2004-09-21  Kenichi Handa  <handa@m17n.org>
15107         * descr-text.el (describe-char): Checking of quail activation fixed.
15109 2004-09-21  Jay Belanger  <belanger@truman.edu>
15111         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15113 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
15115         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15116         after the mode hooks instead of before.  Doc fix.
15118 2004-09-20  Jason Rumney  <jasonr@gnu.org>
15120         * startup.el (command-line) [windows-nt]: Try .emacs first, then
15121         _emacs, but revert to .emacs if neither exists in home directory.
15123 2004-09-20  John Paul Wallington  <jpw@gnu.org>
15125         * bindings.el (completion-ignored-extensions): Add .dfsl.
15127 2004-09-20  Richard M. Stallman  <rms@gnu.org>
15129         * bindings.el (scroll-left): Make it disabled.
15131         * files.el (enable-local-eval): Doc fix.
15133         * indent.el (move-to-left-margin): Special case for minibuffer.
15135         * term.el (term-emulate-terminal): Turn off undo for output.
15136         Use with-current-buffer and save-selected-window.
15138         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15140         * progmodes/make-mode.el (makefile-fill-paragraph):
15141         Don't insist on spaces when looking for comments.  # is enough.
15143         * files.el (hack-local-variables): Copy the variables list
15144         to another buffer, strip prefixes and suffixes there, then read.
15145         (enable-local-eval): Doc fix.
15146         (ignored-local-variables): Initialize to nil.
15147         (risky-local-variable-p): Don't check ignored-local-variables here.
15148         (hack-one-local-variable): Ignore var if in ignored-local-variables.
15150 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
15152         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15153         of = to "." (punctuation).
15155 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15157         * subr.el (event-basic-type): Fix mask (extend to 22bits).
15159 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
15161         * textmodes/enriched.el (enriched-rerun-flag): New variable.
15162         (enriched-before-change-major-mode): New function.
15163         Add it to `change-major-mode-hook'.
15164         (enriched-after-change-major-mode): New function.
15165         Add it to `after-change-major-mode-hook'.
15166         (enriched-mode): Make it work correctly if called from
15167         `after-change-major-mode-hook'.
15168         No longer set `indent-line-function'.
15170         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15172         * subr.el (after-change-major-mode-hook): New variable.
15173         (run-mode-hooks): Implement it.
15175 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15177         * battery.el (battery-linux-proc-apm): Use string-to-number.
15178         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15179         Use dolist (and less indentation).  Use erase-buffer.
15180         Pre-initialize `design-capacity', `warn', and `low'.
15181         (battery-format): Use replace-regexp-in-string.
15183 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15185         * battery.el: Delete superfluous empty lines.
15186         (battery-linux-proc-acpi): Attempt to gather information from all
15187         battery subdirectories regardless of their file name.
15188         (battery-linux-proc-apm): Replace all occurrences of
15189         battery-hex-to-int-2 with string-to-int (base 16).
15190         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15191         (battery-hex-map): Delete variable.
15193 2004-09-18  John Paul Wallington  <jpw@gnu.org>
15195         * calc/calc-units.el (calc-quick-units): Fix overzealous
15196         s/or/unless/.
15198 2004-09-17  Jay Belanger  <belanger@truman.edu>
15200         * calc/calc.el (calc-mode-var-list): Fix the value of
15201         `calc-matrix-brackets'.
15203 2004-09-17  Romain Francoise  <romain@orebokech.com>
15205         * ibuf-ext.el (define-ibuffer-filter filename):
15206         Expand dired-directory since buffer-file-name is absolute.
15208 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15210         * ediff-init.el (ediff-current-diff-face-A)
15211         (ediff-current-diff-face-B, ediff-current-diff-face-C)
15212         (ediff-current-diff-face-Ancestor)
15213         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15214         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15215         (ediff-even-diff-face-A, ediff-even-diff-face-B)
15216         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15217         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15218         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15219         Use min-colors.
15221         * term.el (term-down): Perform vertical motion if DOWN is negative.
15222         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15223         (term-termcap-format): Synchronize with the eterm terminfo entry
15224         in etc/e/eterm.ti.
15225         (term-handle-colors-array): If the current foreground or
15226         background are zero (i.e. unspecified), use the foreground and
15227         background of the default face for reverse video.
15228         (term-ansi-at-eval-string, term-ansi-default-fg)
15229         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15230         (term-mem): Delete unused function.
15231         (term-protocol-version): Increment.
15232         (term-current-face): Set to default.
15234 2004-09-15  Jay Belanger  <belanger@truman.edu>
15236         * calc/calc.el (calc-mode-var-list): Define this variable.
15237         (calc-always-load-extensions, calc-line-numbering)
15238         (calc-line-breaking, calc-display-just, calc-display-origin)
15239         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15240         (calc-group-char, calc-point-char, calc-frac-format)
15241         (calc-prefer-frac, calc-hms-format, calc-date-format)
15242         (calc-float-format, calc-full-float-format, calc-complex-format)
15243         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15244         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15245         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15246         (calc-matrix-brackets, calc-language, calc-language-option)
15247         (calc-left-label, calc-right-label, calc-word-size)
15248         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15249         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15250         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15251         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15252         (calc-window-height, calc-display-trail, calc-show-selections)
15253         (calc-use-selections, calc-assoc-selections)
15254         (calc-display-working-message, calc-auto-why, calc-timing)
15255         (calc-mode-save-mode, calc-standard-date-formats)
15256         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15257         (calc-user-parse-tables, calc-gnuplot-default-device)
15258         (calc-gnuplot-default-output, calc-gnuplot-print-device)
15259         (calc-gnuplot-print-output, calc-gnuplot-geometry)
15260         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15261         (calc-invocation-macro, calc-show-banner): Give these values as
15262         part of `calc-mode-var-list's initialization after the variables
15263         are declared with defvar.
15264         (calc-bug-address): Change email address to send bug reports to.
15265         Change the maintainer address at the top.
15266         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15267         than "\\.emacs" to determine if it is the user-init-file.
15269         * calc/calc-embed.el (calc-embedded-set-modes): Use
15270         `calc-mode-var-list' correctly.
15272 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
15274         * vc.el (annotate-time): Document point handling.
15275         (vc-annotate-display-autoscale): Doc fix.
15277 2004-09-15  Miles Bader  <miles@gnu.org>
15279         * generic.el (generic-make-keywords-list): Use symbol rather than
15280         word anchors in regexp.
15282 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15284         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15285         no file name consider `dired-directory'.
15287 2004-09-14  Kim F. Storm  <storm@cua.dk>
15289         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
15291 2004-09-14  Simon Josefsson  <jas@extundo.com>
15293         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15295         * textmodes/dns-mode.el: Add.
15297 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15299         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15300         (disabled-command-function): Make the ?\  char more obvious.
15302         * vc-arch.el (vc-arch-root, vc-arch-registered):
15303         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15305 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
15307         * windmove.el (windmove-frame-edges): Report coordinates of
15308         outside edges of frame, not inside edges.
15309         (windmove-coordinates-of-position): Convert into wrapper to new
15310         function `windmove-coordinates-of-window-position';
15311         `compute-motion' always applies to selected window.
15312         (windmove-coordinates-of-position): Update documentation to refer
15313         to Emacs 21 Lisp Reference Manual.
15314         (windmove-find-other-window): Fix off-by-one errors for max x,y.
15316 2004-09-13  Kim F. Storm  <storm@cua.dk>
15318         * isearch.el (isearch-resume-in-command-history): Rename from
15319         isearch-resume-enabled and change default to nil.
15321 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15323         * vc-hooks.el (vc-ignore-dir-regexp): New var.
15324         (vc-registered): Use it.
15325         (vc-find-root): New fun.
15327         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15328         Don't tell to use \\{...} when it's already done.
15330         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15331         Provide a sample complex default.
15332         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15333         (bibtex-entry): Use mapc.
15335 2004-09-12  Kim F. Storm  <storm@cua.dk>
15337         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15339         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15340         inhibit-field-text-motion to t so rectangles work in comint buffers.
15342         * simple.el (choose-completion-string): Set buffer before running
15343         choose-completion-string-functions hook so it can be buffer-local.
15345 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
15347         * progmodes/compile.el (compilation-start): Parse command to see
15348         if it starts with a cd, and if so perform it for the *compilation*
15349         buffer.  Change the header to reflect this.
15351 2004-09-11  Kim F. Storm  <storm@cua.dk>
15353         * ido.el (ido-enable-dot-prefix): Doc fix.
15354         (ido-enable-dot-prefix): New defcustom.
15355         (ido-set-matches1): Use it.
15357 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15359         * textmodes/bibtex.el (bibtex-mark-active)
15360         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15362 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15364         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15365         used in a case insensitive environment.
15366         (bibtex-mode-map): Rearrange order of menus.
15367         (bibtex-quoted-string-re): Obsolete.
15368         (bibtex-complete-key-cleanup): Variable replaced by new function.
15369         (bibtex-font-lock-keywords): Use backquotes.
15370         (bibtex-font-lock-url-regexp): New internal variable.
15371         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15372         "OPT" and "ALT".
15373         (bibtex-insert-current-kill, bibtex-make-field)
15374         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15375         (bibtex-parse-field-text): Simplify.
15376         (bibtex-string=): New helper function.
15377         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15378         (bibtex-map-entries): Use bibtex-string=.
15379         (bibtex-search-entry): Use not.
15380         (bibtex-enclosing-field): Fix docstring.
15381         (bibtex-assoc-regexp): Obsolete.
15382         (bibtex-format-entry): Use assoc-string and bibtex-string=.
15383         (bibtex-autokey-get-names): Handle empty name field.
15384         (bibtex-parse-strings): Use assoc-string and unless.
15385         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15386         Use assoc-string.
15387         (bibtex-pop): Simplify.
15388         (bibtex-mode): Set font-lock-extra-managed-props.
15389         (bibtex-entry-update): Use assoc-string.
15390         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15391         (bibtex-autofill-entry): Use bibtex-string=.
15392         (bibtex-print-help-message): Simplify.
15393         (bibtex-find-entry): New optional arg START.
15394         (bibtex-validate): Use bibtex-string= and assoc-string.
15395         Do not call obsolete function compilation-parse-errors.
15396         (bibtex-remove-delimiters): Only remove delimiters if present.
15397         (bibtex-copy-entry-as-kill): Add docstring.
15398         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
15399         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15400         (bibtex-complete): Use bibtex-predefined-month-strings,
15401         bibtex-string=, and new function bibtex-complete-key-cleanup.
15402         (bibtex-generate-url-list): New variable.
15403         (bibtex-url): New command bound to C-c C-l and mouse-2.
15404         (bibtex-url-map): New local keymap for bibtex-url-mouse.
15405         (bibtex-font-lock-url): New function.
15407 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15409         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15411 2004-09-09  Kim F. Storm  <storm@cua.dk>
15413         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15414         counter and format with binding.
15415         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
15416         the declared macro uses own macro counter and format.  Give symbol
15417         kmacro property.
15418         (kmacro-keymap): Bind kmacro-name-last-macro to n.
15419         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15420         (kmacro-end-and-call-macro): Doc fix.
15422 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
15424         * desktop.el (desktop-clear-preserve-buffers):
15425         Remove make-obsolete-variable.
15427 2004-09-08  Richard M. Stallman  <rms@gnu.org>
15429         * buff-menu.el (list-buffers-noselect): Call format-mode-line
15430         with the buffer as argument.
15432 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15434         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15436 2004-09-08  Juri Linkov  <juri@jurta.org>
15438         * replace.el (perform-replace): Use `query-replace-descr'.
15440         * cus-start.el (history-delete-duplicates): Specify customization.
15442         * diff-mode.el (diff-mode-map):
15443         * progmodes/compile.el (compilation-mode-map):
15444         * progmodes/grep.el (grep-mode-map):
15445         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15446         to `next-error-follow-minor-mode'.
15448 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15450         * isearch.el (isearch-lazy-highlight-update): Take into account
15451         the case of zero-length match at the search bound.
15453 2004-09-08  Kim F. Storm  <storm@cua.dk>
15455         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15456         change.  Use zero width overlays when necessary.
15458 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15460         * subr.el (split-string): Docfix.
15462 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15464         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15465         (display-call-tree): Ensure newline after caller/calls blocks.
15467 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15469         * startup.el (command-line-1): Make option
15470         --directory/-L modify `load-path' straight away.
15472 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15474         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15476 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15478         * emacs-lisp/autoload.el (make-autoload):
15479         Handle `define-compilation-mode'.
15481         * emacs-lisp/lisp-mode.el (define-compilation-mode):
15482         Specify `doc-string-elt' property.
15484 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15486         * bs.el (bs-mode): Doc fix.
15488 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15490         * info.el (Info-insert-dir): Fix temp buffer leak bug.
15492 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15494         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15496 2004-09-08  Kenichi Handa  <handa@m17n.org>
15498         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15499         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15500         ps-mule-next-point -> 1+).
15502         * composite.el (encode-composition-rule): Add autoload cookie.
15504 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
15506         * format.el (buffer-auto-save-file-format): Make it permanent local.
15508 2004-09-07  Kim F. Storm  <storm@cua.dk>
15510         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15511         (authors-fixed-entries): Fix typo.
15512         (authors-canonical-author-name): Compact multiple spaces.
15513         Ignore trivial names (e.g. only first name).
15515         * term.el (term-window-width): Only use full window width on
15516         window system if overflow-newline-into-fringe is enabled.
15517         (term-mode): Don't disable overflow-newline-into-fringe.
15519 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15521         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15522         motion as seen on my Mac OS X xterms.
15524         * newcomment.el (uncomment-region-default, comment-region-default):
15525         New functions extracted from uncomment-region and comment-region.
15526         (comment-region, comment-region-function, uncomment-region)
15527         (uncomment-region-function): Use them.
15529         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15531         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15532         It's not crucial but can make sense at times.
15534         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15535         the first commit.
15537         * vc.el (vc-buffer-context, vc-restore-buffer-context):
15538         Disable obsolete code.
15540 2004-09-07  Juri Linkov  <juri@jurta.org>
15542         * progmodes/grep.el (grep-highlight-matches): Change default from
15543         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
15544         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15545         if grep option `--color' is available, or to `nil' otherwise.
15546         (grep-process-setup): Call `grep-compute-defaults' if
15547         `grep-highlight-matches' is not computed.  Set env-vars only
15548         if `grep-highlight-matches' is `t'.
15549         (grep-use-null-device): Remove redundant type `boolean' (`choice'
15550         is already defined).
15552         * progmodes/compile.el (compilation-start): Use copy of
15553         `process-environment' created by `copy-sequence' to not
15554         modify env-vars in the global `process-environment'.
15556 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
15558         * simple.el (next-error-follow-minor-mode): Fix last change.
15560 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
15562         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15563         permanent local.
15565 2004-09-04  Richard M. Stallman  <rms@gnu.org>
15567         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15568         highlighting if the search string is empty.
15570 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
15572         * facemenu.el (facemenu-active-faces): Change condition of inner
15573         `while' loop to also check the first two elements of `face-atts'
15574         and `mask-atts'.
15576 2004-09-04  John Paul Wallington  <jpw@gnu.org>
15578         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15579         (thumbs-view-image-mode): Make buffer read-only.
15581 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
15583         * textmodes/ispell.el (ispell-really-aspell): New defvar.
15584         (ispell-check-version): Set it.
15585         (ispell-send-replacement): New function.
15586         (ispell-process-line): Call ispell-send-replacement.
15588 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15590         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15591         Support choosing seconds with "s".
15593 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
15595         * terminal.el (te-escape): Show `?' in prompt for help key.
15597 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
15599         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15601 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
15603         * simple.el (next-error-follow-minor-mode)
15604         (next-error-follow-mode-post-command-hook): New functions.
15605         (next-error-follow-last-line): New defvar.
15607         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15608         * progmodes/compile.el (compilation-mode-map): Likewise.
15609         * progmodes/grep.el (grep-mode-map): Likewise.
15610         * replace.el (occur-mode-map): Likewise.
15612         * newcomment.el (uncomment-region): Bind comment-use-global-state
15613         to nil.
15615 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
15617         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15618         locally around the call to `revert-buffer'.
15620 2004-09-03  Juri Linkov  <juri@jurta.org>
15622         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15623         `isearch-adjusted' to `t'.
15624         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15625         (isearch-message-prefix): Add "pending" for isearch-adjusted.
15626         (isearch-other-meta-char): Restore isearch-point unconditionally.
15627         (isearch-query-replace): Add new arg `regexp-flag' and use it.
15628         Set point to start of match if region is not active in transient
15629         mark mode (to include the current match to region boundaries).
15630         Push the search string to `query-replace-from-history-variable'.
15631         Add prompt "Query replace regexp" for isearch-regexp.
15632         Add region beginning/end as last arguments of `perform-replace.'
15633         (isearch-query-replace-regexp): Replace code by the call to
15634         `isearch-query-replace' with arg `t'.
15636 2004-09-03  Richard M. Stallman  <rms@gnu.org>
15638         * startup.el (normal-top-level): Undo previous TERM change.
15640 2004-09-03  Kim F. Storm  <storm@cua.dk>
15642         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15643         highlight overlays; allow using RET when cursor is over a button.
15644         (cua--highlight-rectangle): Use it.
15645         (cua--rectangle-set-corners): Don't move backwards at eol.
15646         (cua--forward-line): Don't move into void after eob.
15648         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15649         point is set (and displayed) inside rectangle.
15650         (cua--rectangle-operation): Fix for highlight of empty lines.
15651         (cua--highlight-rectangle): Fix highlight for tabs.
15652         Position cursor at left/right edge of rectangle using new `cursor'
15653         property on overlay strings.
15654         (cua--indent-rectangle): Don't tabify.
15655         (cua-rotate-rectangle): Ignore that point has moved.
15657 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15659         * term/mac-win.el: Add ASCII equivalents for some function keys.
15660         (mode-line-frame-identification): Sync with x-win.el.
15662 2004-09-02  Juri Linkov  <juri@jurta.org>
15664         * progmodes/compile.el (compilation-buffer-name): Compare major
15665         mode with second element of compilation-arguments instead of third
15666         to reflect latest changes in compilation-arguments structure.
15667         (recompile): Use global variable `compilation-directory' to get
15668         recent compilation directory only when `recompile' is invoked NOT
15669         in the compilation buffer.  Otherwise, use `default-directory' of
15670         the compilation buffer.
15671         (compilation-error-properties): Allow to funcall col and end-col.
15672         (compilation-mode-font-lock-keywords): Check col and end-col by
15673         `integerp'.
15674         (compilation-goto-locus): If end-mk is non-nil in transient mark
15675         mode don't activate the mark (and don't display message in
15676         push-mark), but highlight overlay between mk and end-mk.
15678         * progmodes/grep.el (grep-highlight-matches): New defcustom.
15679         (grep-regexp-alist): Add rule to highlight grep matches.
15680         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15682         * info.el (Info-fontify-node): Don't compute other-tag
15683         if Info-hide-note-references=hide.
15685         * help.el (function-called-at-point):
15686         * help-fns.el (variable-at-point):
15687         Try `find-tag-default' when other methods failed.
15689         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15690         Do not push mark if inhibit-mark-movement is non-nil.
15692         * textmodes/ispell.el (ispell-html-skip-alists):
15693         Fix backslashes in docstring.
15695 2004-09-01  Juri Linkov  <juri@jurta.org>
15697         * isearch.el (isearch-wrap-function)
15698         (isearch-push-state-function): New defvars.
15699         (isearch-pop-fun-state): New defsubst.
15700         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15701         (isearch-push-state): Set the result of calling
15702         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15703         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15704         restore the mode-specific starting point of terminated search.
15705         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15706         (isearch-repeat): Call `isearch-wrap-function' if defined.
15707         (isearch-message-prefix): Don't add prefix "over" to the message
15708         for wrapped search if `isearch-wrap-function' is defined.
15709         (isearch-search): Call function saved in `isearch-pop-fun-state' to
15710         restore the mode-specific starting point of failed search.
15712         * info.el (Info-search-whitespace-regexp): Fix backslashes.
15713         (Info-search): Add new optional arguments for the sake of isearch.
15714         Replace whitespace in Info-search-whitespace-regexp literally.
15715         Add backward search.  Don't call `Info-select-node' if regexp is
15716         found in the same Info node.  Don't add node to Info-history for
15717         wrapped isearch.
15718         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15719         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15720         (Info-mode): Set local variables `isearch-search-fun-function',
15721         `isearch-wrap-function', `isearch-push-state-function',
15722         `search-whitespace-regexp'.
15724         * isearch.el: Remove ancient Change Log section.
15725         (isearch-string, isearch-message-string, isearch-point)
15726         (isearch-success, isearch-forward-flag, isearch-other-end)
15727         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15728         (isearch-barrier, isearch-within-brackets)
15729         (isearch-case-fold-search): Add suffix `-state' to state-related
15730         defsubsts to avoid name clashes with other function names.
15732         * simple.el (next-error): New defgroup and defface.
15733         (next-error-highlight, next-error-highlight-no-select):
15734         New defcustoms.
15735         (next-error-no-select): Let-bind next-error-highlight to the value
15736         of next-error-highlight-no-select before calling `next-error'.
15738         * progmodes/compile.el (compilation-goto-locus):
15739         Use `next-error' face instead of `region'.  Set 4-th argument of
15740         `move-overlay' to `current-buffer' to move overlay to different
15741         source buffers.  Use new variable `next-error-highlight'.
15743         * simple.el (next-error-find-buffer): Move the rule
15744         "if current buffer is a next-error capable buffer" after the
15745         rule "if next-error-last-buffer is set to a live buffer".
15746         Simplify to test all rules in one `or'.
15747         (next-error): Doc fix.
15748         (next-error, previous-error, first-error)
15749         (next-error-no-select, previous-error-no-select):
15750         Make arguments optional.
15752 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
15754         * macros.el (apply-macro-to-region-lines): Make it operate on all
15755         lines that begin in the region, rather than on all complete lines
15756         in the region.
15758 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15760         * x-dnd.el (x-dnd-protocol-alist): Document update.
15761         (x-dnd-known-types): Defcustom it.
15762         (x-dnd-handle-motif): Print message-atom in error message.
15764 2004-08-30  John Paul Wallington  <jpw@gnu.org>
15766         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15767         strings rather than programatically constructing message.
15769 2004-08-30  Richard M. Stallman  <rms@gnu.org>
15771         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15772         Don't return a string that would read as the wrong character code.
15774 2004-08-29  Kim F. Storm  <storm@cua.dk>
15776         * emulation/cua-base.el (cua-auto-expand-rectangles):
15777         Remove automatic rectangle padding feature; replace by non-destructive
15778         virtual rectangle edges feature.
15779         (cua-virtual-rectangle-edges): New defcustom.
15780         (cua-auto-tabify-rectangles): New defcustom.
15781         (cua-paste): If paste into a marked rectangle, insert rectangle at
15782         current column, even if virtual; also paste exactly as many lines
15783         as has been marked (ignore additional lines or add empty lines),
15784         but paste whole source if only one line is marked.
15785         (cua--update-indications): No longer use overwrite-cursor to
15786         indicate rectangle padding
15788         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15789         (cua--rectangle-virtual-edges): New defun.
15790         (cua--rectangle-get-corners): Remove optional PAD arg.
15791         (cua--rectangle-set-corners): Never do padding.
15792         (cua--forward-line): Remove optional PAD arg.  Simplify.
15793         (cua-resize-rectangle-right, cua-resize-rectangle-left)
15794         (cua-resize-rectangle-down, cua-resize-rectangle-up):
15795         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15796         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15797         (cua--rectangle-move): Never do padding.  Simplify.
15798         (cua--tabify-start): New defun.
15799         (cua--rectangle-operation): Add tabify arg.  All callers changed.
15800         (cua--pad-rectangle): Remove.
15801         (cua--delete-rectangle): Handle delete with virtual edges.
15802         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15803         (cua--insert-rectangle): Handle insert at virtual column.
15804         Perform auto-tabify if necessary.
15805         (cua--activate-rectangle): Remove optional FORCE arg.
15806         Never do padding.  Simplify.
15807         (cua--highlight-rectangle): Enhance for virtual edges.
15808         (cua-toggle-rectangle-padding): Remove command.
15809         (cua-toggle-rectangle-virtual-edges): New command.
15810         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
15811         (cua--rectangle-post-command): Don't force rectangle padding.
15812         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15814 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
15816         * indent.el (edit-tab-stops-buffer): Doc fix.
15818 2004-08-28  Richard M. Stallman  <rms@gnu.org>
15820         * progmodes/grep.el (grep-default-command): Use find-tag-default.
15821         (grep-tag-default): Function deleted.
15823         * subr.el (find-tag-default): Move from etags.el.
15825         * progmodes/etags.el (find-tag-default): Move to subr.el.
15827         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15828         into the basic character if it has an uppercase form.
15830 2004-08-27  Kenichi Handa  <handa@m17n.org>
15832         * international/utf-8.el (utf-8-post-read-conversion): If the
15833         buffer is unibyte, temporarily make it multibyte.
15835 2004-08-27  Masatake YAMATO  <jet@gyve.org>
15837         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15839 2004-08-25  John Paul Wallington  <jpw@gnu.org>
15841         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15842         0, 1, and many mismatches in message.
15843         (tex-start-shell): Use `set-process-query-on-exit-flag'.
15845         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15846         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15848 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15850         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15851         vc-diff-switches differently.
15853 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
15855         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15856         before and a real defvar after
15857         `speedbar-supported-extension-expressions'.  This is to silence
15858         the compiler without breaking bootstrapping.
15860 2004-08-22  Richard M. Stallman  <rms@gnu.org>
15862         * textmodes/flyspell.el (flyspell-word):
15863         Use set-process-query-on-exit-flag.
15864         (flyspell-highlight-duplicate-region): Take POSS as arg.
15865         (flyspell-word): Pass POSS as arg.
15867         * progmodes/ada-xref.el: Many doc and style fixes.
15868         (ada-find-any-references): Use compilation-start.
15869         (ada-get-ali-file-name): Improve error msg.
15870         (ada-get-ada-file-name): Likewise.
15872         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15873         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15875         * mail/mail-extr.el (mail-extr-all-top-level-domains):
15876         Add forward defvar.
15878         * whitespace.el (global-whitespace-mode): New alias
15879         for whitespace-global-mode.
15881         * speedbar.el (speedbar-file-regexp): Move definition up.
15882         (speedbar-mode, speedbar-set-mode-line-format):
15883         Use with-no-warnings.
15884         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15886         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15887         controls whether to display the error buffer.
15889         * ps-mule.el: Delete compatibility code for old Emacsen.
15890         (ps-mule-find-wrappoint): Don't use chars-in-region.
15892         * frame.el (display-mouse-p, display-selections-p):
15893         Use with-no-warnings.
15895         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15897 2004-08-22  David Kastrup  <dak@gnu.org>
15899         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15900         information.
15902         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15904 2004-08-22  Andreas Schwab  <schwab@suse.de>
15906         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15908 2004-08-22  Masatake YAMATO  <jet@gyve.org>
15910         * cvs-status.el (cvs-status-checkout): New function.
15911         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15913 2004-08-21  David Kastrup  <dak@gnu.org>
15915         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15916         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15917         has been converted to use hashtables, the relation `nil=none' is
15918         no longer valid, as `nil' is not a hashtable.  This patch tries to
15919         reduce the number of resulting errors.
15921 2004-08-21  John Paul Wallington  <jpw@gnu.org>
15923         * subr.el (process-kill-without-query): Made obsolete in
15924         version 21.4, not 21.5.
15926         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15927         (vc-previous-comment, vc-next-comment)
15928         (vc-comment-search-reverse, vc-comment-search-forward)
15929         (vc-comment-to-change-log): Likewise.
15931         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15933 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
15935         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15936         Correct indentation of DEFMETHODS with non-standard method
15937         combinations (e.g., PROGN, MIN, MAX).
15939 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15941         * startup.el (normal-top-level-add-subdirs-to-load-path):
15942         Avoid unnecessarily checking system-type.
15943         (normal-top-level): Set TERM to "dumb".  Simplify.
15945         * avoid.el (mouse-avoidance-ignore-p): New fun.
15946         Also ignore switch-frame, select-window, double, and triple clicks.
15947         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15948         (mouse-avoidance-fancy-hook): Use it.
15950 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
15952         * avoid.el (mouse-avoidance-nudge-mouse)
15953         (mouse-avoidance-banish-destination): Stay within the current window
15954         to avoid problems with mouse-autoselect-window.
15956 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15958         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15959         the newer format of some messages in cvs-1.12.1.
15961 2004-08-19  Masatake YAMATO  <jet@gyve.org>
15963         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15964         (elp-results-jump-to-definition-by-mouse)
15965         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15966         (elp-output-result): Use elp-output-insert-symname.
15968 2004-08-18  Kenichi Handa  <handa@m17n.org>
15970         * language/cyrillic.el: Register koi8-r in
15971         ctext-non-standard-encodings-alist.
15972         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15974 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
15976         * emacs-lisp/copyright.el (copyright-update-year): Delete code
15977         that replaces 20xy with xy.
15979 2004-08-17  John Paul Wallington  <jpw@gnu.org>
15981         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15982         (reb-force-update): Doc fix.
15984 2004-08-16  Richard M. Stallman  <rms@gnu.org>
15986         * progmodes/which-func.el (which-func-update-1): Doc fix.
15988         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15989         (sh-mode-abbrev-table): New variable.
15991         * progmodes/compile.el (compilation-mode): Doc fix.
15993         * emacs-lisp/lisp-mode.el (eval-last-sexp):
15994         Don't cons a new symbol each time.
15995         (eval-last-sexp-fake-value): New variable.
15997         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15998         (copyright-update-year): Detect continuation of list of years.
16000         * term.el (term-default-fg-color, term-default-bg-color)
16001         (ansi-term-color-vector): Use `unspecified', not nil, as default.
16003         * imenu.el: Several doc fixes: don't say variables are buffer-local.
16005 2004-08-16  Davis Herring  <herring@lanl.gov>
16007         * isearch.el (isearch-string, isearch-message-string, isearch-point)
16008         (isearch-success, isearch-forward-flag, isearch-other-end)
16009         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16010         (isearch-barrier, isearch-within-brackets)
16011         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
16013 2004-08-16  Kenichi Handa  <handa@m17n.org>
16015         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
16017 2004-08-15  Kenichi Handa  <handa@m17n.org>
16019         * term/x-win.el (x-selection-value): If utf8 was successful but
16020         ctext was not, use utf8 string.
16022 2004-08-14  Davis Herring  <herring@lanl.gov>
16024         * isearch.el: Remove accidental changes of March 4.  Fix backing
16025         up when a regexp isearch is made more general.  Use symbolic
16026         accessor functions for isearch stack frames to make usage clearer.
16027         (search-whitespace-regexp): Made groups in documentation shy (as
16028         is the group in the default value).
16029         (isearch-fallback): New function, addresses problems with regexps
16030         liberalized by `\|', adds support for liberalization by `\}' (the
16031         general repetition construct), and incorporates behavior for
16032         `*'/`?'.
16033         (isearch-}-char): New command, calls `isearch-fallback' with
16034         arguments appropriate to a typed `}'.
16035         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
16036         appropriately.
16037         (isearch-mode-map): Bind `}' to `isearch-}-char'.
16038         (isearch-string, isearch-message,string, isearch-point)
16039         (isearch-success, isearch-forward-flag, isearch-other-end)
16040         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16041         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
16042         New inline functions to read fields of a stack frame.
16044 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
16046         * battery.el (battery-linux-proc-acpi): Look into battery
16047         directories matching the literal string "CMB", too (required for
16048         Linux kernel version 2.6.7).
16050 2004-08-14  John Paul Wallington  <jpw@gnu.org>
16052         * cus-start.el (read-file-name-completion-ignore-case): Add.
16053         (blink-cursor-alist): Change version to "21.4".
16055         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
16057 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
16059         * speedbar.el (speedbar-scan-subdirs): New option.
16060         (speedbar-file-lists): Don't ignore file-name case on Unix and use
16061         dolist.
16062         (speedbar-insert-files-at-point): Take an extra argument and use
16063         it to optionally find out if a subdir is empty.  Also unreadable
16064         files don't get expand buttons.
16065         (speedbar-directory): New image (unused pixmap already existed).
16066         (speedbar-expand-image-button-alist): Use it.
16068 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
16070         CC Mode update to 5.30.9:
16072         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
16073         Move from cc-vars to cc-defs for dependency reasons.  Fix the
16074         POSIX char class test to check that it works in
16075         `skip-chars-(forward|backward)' too.
16077         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16078         first argument starts with a special brace list.
16080         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
16081         when `c-opt-type-concat-key' is used (i.e. in Pike).
16083         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
16084         Fix bug when the inner char pair doesn't have paren syntax,
16085         i.e. "(<>)".
16087         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16088         whitespace safe.
16090         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
16091         position for `arglist-intro', `arglist-cont-nonempty' and
16092         `arglist-close' when there are two arglist open parens on the same
16093         line and there's nothing in front of the first.
16095         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16096         locking of qualified names in Java, which previously could fontify
16097         common indexing expressions in many cases.  The standard Java
16098         naming conventions are used to tell them apart.
16100         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16101         Fix inconsistency wrt opening parens on the first line inside a paren
16102         block.
16104         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16105         compile time for the sake of `c-major-mode-is'.
16107         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16108         `c-major-mode-is' in the event that this is used inside a
16109         `c-lang-defconst'.
16111         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16112         `c-lang-defconst' so that it works better with fallback languages.
16114         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16115         it to fail to record the base mode.
16117         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16118         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16119         is used.  Reorder the syntax checks to get more efficient
16120         skipping in some situations.
16122         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16123         continuation which might precede the newly inserted '{'.
16125         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16126         Fix cases where it could loop indefinitely.
16128         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16129         size specs correctly.  Only fontify identifiers in front of '('
16130         with as functions - don't accept any paren char.  Tighten up
16131         initializer skipping to stop before function and class blocks.
16133         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16134         the point could be left directly after an open paren when finding
16135         the beginning of the first decl in the block.
16137         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16138         table when filtering out legitimate open parens to be recorded.
16139         This could cause cache inconsistencies when e.g.
16140         `c++-template-syntax-table' was temporarily in use.
16142         * progmodes/cc-engine.el (c-on-identifier)
16143         (c-simple-skip-symbol-backward): Small fix for handling "-"
16144         correctly in `skip-chars-backward'.  Affected the operator lfun
16145         syntax in Pike.
16147         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16148         Fix bug that could cause an error from `after-change-functions' when
16149         the changed region is at bob.
16151 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
16153         CC Mode update to 5.30.9:
16155         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16156         to say that <TAB> doesn't insert WS into a CPP line.
16157         (c-indent-command, c-tab-always-indent): Amend doc strings.
16159         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16160         checks for user errors, thus eliminating cryptic and unhelpful
16161         Emacs error messages.  (1) Check the arg to `c-set-style' is a
16162         string.  (2) Check that settings to `c-offsets-alist' are not
16163         spuriously quoted.
16165         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16166         which precedes the newly inserted `{'.
16168 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
16170         Sync with Tramp 2.0.44.
16172         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16173         function "tramp_file_attributes".  Otherwise, file names
16174         containing spaces are misinterpreted.  Reported by Magnus Henoch
16175         <mange@freemail.hu>.
16176         (tramp-handle-file-truename): FILENAME must be expanded first.
16177         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16178         obscure results.  Reported by D. Goel <deego@gnufans.org>.
16179         (tramp-handle-verify-visited-file-modtime): If file does not
16180         exist, say it is not modified if and only if that agrees with the
16181         buffer's record.  Check whether a file is visiting the buffer, or
16182         the buffer has no recorded last modification time.  Return t in
16183         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
16184         <teirllm@auburn.edu>.
16185         (tramp-handle-write-region): Pass modtime explicitly to
16186         `set-visited-file-modtime', because filename can be different
16187         from (buffer-file-name) if `file-precious-flag' is set.
16188         `set-visited-file-modtime' must be called always when `visit' is t
16189         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16190         (tramp-handle-set-visited-file-modtime): If `time-list' is not
16191         nil, don't apply the whole body.  If the file doesn't exists, set
16192         modtime to '(-1 65535).  Suggested by Luc Teirlinck
16193         <teirllm@auburn.edu>.
16195 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16197         * help.el (describe-bindings): Doc fix.
16199         * subr.el (kbd): Doc fix.
16201 2004-08-08  John Paul Wallington  <jpw@gnu.org>
16203         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16204         instead of `string-to-int'.
16205         (define-ibuffer-column mode): Fix indentation.
16207 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
16209         * wid-edit.el (widget-sexp-validate): Allow whitespace after
16210         expression.
16212 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16214         * subr.el (global-unset-key, local-unset-key): Doc fixes.
16216         * novice.el (disabled-command-function): New variable renamed from
16217         `disabled-command-hook'.
16218         (disabled-command-hook): Keep the _variable_ as alias for
16219         `disabled-command-function' and make obsolete.
16220         (disabled-command-function): Function renamed from
16221         `disabled-command-hook'.  Adapt code to name change of the variable.
16223 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
16225         * simple.el (completion-root-regexp): New defvar.
16226         (completion-setup-function): Use it instead of a literal string.
16228 2004-08-07  John Paul Wallington  <jpw@gnu.org>
16230         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16231         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16232         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16233         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16235 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16237         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16238         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16240 2004-08-04  Kenichi Handa  <handa@m17n.org>
16242         * international/encoded-kb.el (encoded-kbd-setup-keymap):
16243         Fix previous change.
16245 2004-08-03  Kenichi Handa  <handa@m17n.org>
16247         * international/encoded-kb.el: The following changes are to
16248         utilize key-translation-map instead of minor mode map.
16249         (encoded-kbd-iso2022-non-ascii-map): Delete it.
16250         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16251         (encoded-kbd-last-key): New function.
16252         (encoded-kbd-iso2022-single-shift): New function.
16253         (encoded-kbd-iso2022-designation)
16254         (encoded-kbd-self-insert-iso2022-7bit)
16255         (encoded-kbd-self-insert-iso2022-8bit)
16256         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16257         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16258         key-translation-map.
16259         (encoded-kbd-setup-keymap): Setup key-translation-map.
16260         (saved-key-translation-map): New variable.
16261         (encoded-kbd-mode): Save/restore key-translation-map.
16262         Adjust for the change of encoded-kbd-setup-keymap.
16264 2004-08-02  Kim F. Storm  <storm@cua.dk>
16266         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16267         and call compute-motion with nil for topos and width to get proper
16268         usable width and height for both window and non-window systems.
16270         * windmove.el (windmove-coordinates-of-position): Let compute-motion
16271         calculate usable window width and height.
16273         * window.el (window-buffer-height): Call compute-motion with nil width.
16275 2004-08-01  David Kastrup  <dak@gnu.org>
16277         * replace.el (query-replace-read-from):
16278         Use `query-replace-compile-replacement'.
16279         (query-replace-compile-replacement): New function.
16280         (query-replace-read-to): Use `query-replace-compile-replacement'
16281         for repeating the last command.
16283 2004-08-01  John Paul Wallington  <jpw@gnu.org>
16285         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16286         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16287         (pr-switches): Remove period from end of error messages.
16289         * help-mode.el (help-go-back): Likewise.
16291         * abbrev.el (only-global-abbrevs): Doc fix.
16292         (edit-abbrevs-map): Define within defvar.
16293         (quietly-read-abbrev-file): Doc fix.
16295 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
16297         * novice.el (enable-command, disable-command): Doc fixes.
16299         * subr.el (event-modifiers, event-basic-type): Doc fixes.
16301 2004-07-30  Richard M. Stallman  <rms@gnu.org>
16303         * subr.el (with-local-quit): Doc fix.
16305 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
16307         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16309 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
16311         * custom.el (defcustom): Doc fix.
16313 2004-07-28  Masatake YAMATO  <jet@gyve.org>
16315         * progmodes/etags.el (etags-tags-apropos): Show building progress.
16317 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16319         * imenu.el (imenu-prev-index-position-function)
16320         (imenu-extract-index-name-function, imenu-name-lookup-function)
16321         (imenu--index-alist): Docstring redundancy fix.
16323 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
16325         * wdired.el (wdired-finish-edit): Require dired-aux before locally
16326         binding dired-backup-overwrite.
16328 2004-07-25  John Paul Wallington  <jpw@gnu.org>
16330         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16332 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
16334         * term/tty-colors.el (tty-color-approximate): Doc fix.
16336         * select.el (x-get-selection, x-set-selection): Doc fixes.
16338         * frame.el (make-frame): Doc fix.
16340 2004-07-24  Richard M. Stallman  <rms@gnu.org>
16342         * mail/rmail.el (rmail-mime-charset-pattern):
16343         Don't include semicolon in the charset value.
16345         * replace.el (occur-next-error): Call set-window-point.
16346         (occur-engine): Handle negative NLINES.
16348 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
16350         * frame.el (modify-all-frames-parameters): Minor doc fix.
16351         (set-frame-configuration): Doc fix.
16353 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16355         * simple.el (completion-setup-function): Compute the common parts
16356         and the first difference place correctly when
16357         partial-completion-mode is on.
16359 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16361         * ps-print.el: Doc fix.
16362         (ps-print-version): New version 6.6.5.
16363         (ps-printing-region): Doc fix.
16364         (ps-generate-string-list): Comment fix.
16365         (ps-message-log-max): Code fix.
16367 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16369         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16370         generated PostScript.
16372 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
16374         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
16375         with Gnus v5_10 branch.)
16377 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16379         * calendar/time-date.el (time-to-number-of-days): New function.
16380         Imported from Gnus.
16382 2004-07-22  Kim F. Storm  <storm@cua.dk>
16384         * progmodes/make-mode.el: Fix comments.
16386 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16388         * printing.el: Doc fix.
16390 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
16392         * frame.el (modify-all-frames-parameters): Minor doc fix.
16394 2004-07-20  Richard M. Stallman  <rms@gnu.org>
16396         * textmodes/fill.el (fill-nobreak-p): If this break point is
16397         at the end of the line, don't consider the newline which follows
16398         as a reason to return t.
16400 2004-07-19  John Paul Wallington  <jpw@gnu.org>
16402         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16404 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
16406         * dired-aux.el (dired-do-kill-lines): Expand docstring.
16407         Delete irrelevant code.
16409 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16411         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16412         New docstring.  From Luc Teirlinck.
16414 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
16416         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16417         section.
16418         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16419         non-file buffers.  We know it is nil.
16421 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16423         Sync with Tramp 2.0.43.
16425         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16426         Remove outdated comment.
16427         (tramp-locked, tramp-locker): New variables for implementing a
16428         global lock.
16429         (tramp-sh-file-name-handler): Use them to implement the global lock.
16431 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
16433         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
16434         calls to respective `xxx` calls.
16435         (tramp-process-alive-regexp): Precise doc string.
16436         (tramp-multi-action-process-alive): New defun.
16437         (tramp-multi-actions): Use it.
16438         (tramp-handle-find-backup-file-name): `copy-tree' is available
16439         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
16440         in order to avoid this function.
16441         (tramp-handle-write-region): Set current buffer.  If connection
16442         wasn't open, `file-modes' has changed it accidentally.  Reported by
16443         David Kastrup <dak@gnu.org>.
16444         (tramp-enter-password, tramp-read-passwd): New arguments USER and
16445         HOST.
16446         (tramp-action-password, tramp-multi-action-password): Apply it.
16447         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16448         name must still contain the port number.  Otherwise, we have two
16449         Tramp buffers, with all the confusion.  Reported by Myron Selby
16450         <myron@xytech.com> and Rolf Dubitzky
16451         <Dubitzky@physi.uni-heidelberg.de>.
16453         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16454         HOST to `tramp-enter-passwd'.
16456         * net/tramp-vc.el (all): Code cleanup.  Change all
16457         `tramp-handle-xxx' calls to respective `xxx` calls.
16459 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
16461         * emacs-lisp/testcover.el: New category "potentially-1valued" for
16462         functions that are not erroneous if either 1-valued or
16463         multi-valued.  Detect functions in this class.
16464         (testcover-1value-functions, testcover-compose-functions)
16465         (testcover-progn-functions) Add some additional functions to lists.
16466         (testcover-mark): Bugfix when marking up the definition for an
16467         empty function.
16469 2004-07-17  Richard M. Stallman  <rms@gnu.org>
16471         * replace.el (occur-read-primary-args): Pass default to
16472         read-from-minibuffer.
16474         * mail/footnote.el (footnote-section-tag): Use defcustom.
16476         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16477         Compile font-lock-keywords, not KEYWORDS.
16478         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16479         Add warn, check-type.  Handle cerror like error.
16481 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
16483         * progmodes/which-func.el (which-func-keymap): New var.
16484         (which-func-face): New face.
16485         (which-func-format): Use them.
16487 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16489         * buff-menu.el (list-buffers-noselect): Append the buffer's
16490         process status to its mode name.
16492 2004-07-16  Kim F. Storm  <storm@cua.dk>
16494         * simple.el (inhibit-mark-movement): New defvar.
16495         (beginning-of-buffer, end-of-buffer): Do not push mark if
16496         inhibit-mark-movement is non-nil or C-u prefix is given.
16498         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16499         Init to beginning-of-buffer and end-of-buffer.
16500         (cua--undo-push-mark): New defvar.
16501         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16502         already active and command is in cua--preserve-mark-commands.
16503         Also fix check for shift modifier on non-window systems.
16504         (cua--post-command-handler): Clear inhibit-mark-movement if set.
16506 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
16508         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16509         of two integers, instead of a cons.
16511         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16512         `visited-file-modtime' now returns a list of two integers, instead
16513         of a cons.
16515         * dired.el (dired-directory-changed-p): Ditto.
16517         * progmodes/grep.el (grep): Doc fix.
16519 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
16521         * autorevert.el (auto-revert-tail-mode)
16522         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16523         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16524         in both at the same time.
16525         (auto-revert-tail-mode): New command.
16526         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16527         (auto-revert-handler): Revert only either tail or whole file.
16529         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16530         add auto-revert-tail-mode.
16532 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16534         * printing.el: Doc fix.  Change name of some funs.
16535         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
16536         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
16537         (pr-standard-file-name): New fun.  Replace pr-standard-path.
16538         (pr-call-process): Code fix.
16540 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
16542         * subr.el (with-selected-window): Doc fix.
16544 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
16546         * subr.el (get-buffer-window-list): Doc fix.
16548 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
16550         * files.el (switch-to-buffer-other-window): Doc fix.
16552         * window.el (save-selected-window, one-window-p)
16553         (split-window-keep-point, split-window-vertically)
16554         (split-window-horizontally): Doc fixes.
16556 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16558         * printing.el: Doc fix.  Now it uses call-process instead of
16559         shell-command for low command execution.
16560         (pr-version): New version number (6.8).
16561         (pr-shell-file-name): Option removed.
16562         (pr-shell-command): Fun removed.
16563         (pr-call-process): New fun.  Replace pr-shell-command.
16564         (pr-standard-path, pr-remove-nil-from-list): New funs.
16565         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16566         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16567         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16568         (pr-ps-utility-process, pr-txt-print): Code fix.
16570 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16572         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16573         boolean.
16575 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
16577         * wid-edit.el (widget-field-buffer): Doc fix.
16579 2004-07-09  John Paul Wallington  <jpw@gnu.org>
16581         * emacs-lisp/re-builder.el (reb-update-overlays):
16582         Distinguish between one and several matches in message.
16584 2004-07-09  Richard M. Stallman  <rms@gnu.org>
16586         * mouse.el (mouse-set-region-1): If transient-mark-mode
16587         is `identity', change it to `only'.
16589         * simple.el (current-word): Doc fix.
16591 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
16593         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16594         so that it is more understanding of whitespace.
16596         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16597         (("ns" . "element") (attr-list) children) instead of
16598         ((:ns . "element") (attr-list) children) in order to reduce the
16599         number of symbols used.
16600         (xml-skip-dtd): Change to use xml-parse-dtd but set
16601         xml-validating-parsing to nil.
16602         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16603         (xml-substitute-entity): Remove in favor of new entity substitution.
16604         (xml-substitute-special): Rewrite in to substitute complex
16605         entities from DOCTYPE declarations.
16606         (xml-parse-fragment): Parse fragments from entity declarations.
16607         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16608         (xml-parse-dtd, xml-substitute-special): Make validity checks
16609         conditioned on xml-validating-parser.  Add "Not Well Formed" to
16610         error messages about well-formedness.
16612 2004-07-08  Steven Tamm  <steventamm@mac.com>
16614         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16615         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16616         Do not treat double clicks and triple clicks specially in the
16617         scroll bar (preventing strange repositioning problems)
16619 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16621         * replace.el (query-replace-regexp-eval): Fix last change.
16623 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16625         * replace.el (query-replace-descr): New fun.
16626         (query-replace-read-from, query-replace-read-args): Default to the
16627         previous from&to.
16628         (query-replace-read-to): Quote the `from' string when displaying it.
16629         (query-replace-regexp-eval): Immediately check read-only status.
16630         Use query-replace-read-from to get the \n checking.
16631         Quote the `from' string when displaying it.
16632         (map-query-replace-regexp, occur-read-primary-args):
16633         Quote the `from' string when displaying it.
16635         * isearch.el (isearch-query-replace): Pass the regexp-ness and
16636         delimited-ness of the search to query-replace.
16638         * replace.el (query-replace-read-from, query-replace-read-to):
16639         New funs extracted from query-replace-read-args.
16640         (query-replace-read-args): Use them.
16642         * replace.el (query-replace-interactive, query-replace-read-args):
16643         Remove the `initial' special value.
16644         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16645         (occur-engine): Remove unused var `matchend'.
16647         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16648         Use the search string without prompting.
16650 2004-07-05  Kenichi Handa  <handa@m17n.org>
16652         * international/mule.el (decode-coding-inserted-region):
16653         Set last-coding-system-used only when coding is nil.
16655 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
16657         * progmodes/grep.el (grep-compute-defaults, grep-command)
16658         (grep-program, find-program, grep-find-use-xargs, grep-history)
16659         (grep-find-history, grep-tag-default, grep-find-command)
16660         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16661         Add autoload cookies, for unbundled packages that load `compile'
16662         and expect all grep-related symbols to become defined.
16664 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
16666         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16667         (iimage-mode-image-search-path): New user option to search the
16668         image file.
16669         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
16670         have locate-file.
16671         (iimage-mode-buffer): Use it.
16673 2004-07-03  Nick Roberts  <nickrob@gnu.org>
16675         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16676         carefully.
16677         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16679 2004-07-03  Juri Linkov  <juri@jurta.org>
16681         * replace.el (query-replace-read-args): Swallow space after 'foo,
16682         not after (quote foo).  Match space only immediately after symbol,
16683         not anywhere in the whole string.
16685 2004-07-02  Richard M. Stallman  <rms@gnu.org>
16687         * replace.el (query-replace-read-args): Swallow space after
16688         symbols, not after closeparens.  But avoid error if string ends there.
16690         * progmodes/python.el (python-beginning-of-statement):
16691         Exit the loop if backward-up-list gets error.
16693         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16695 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
16697         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16698         only if vc-consult-headers is non-nil.
16700 2004-07-02  Juri Linkov  <juri@jurta.org>
16702         * pcvs.el (cvs-mode-diff-repository): New command.
16704         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16706 2004-07-01  Juri Linkov  <juri@jurta.org>
16708         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16709         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
16710         C-M-% to isearch-query-replace-regexp.
16711         (minibuffer-local-isearch-map): Add arrow key bindings.
16712         Bind C-f to isearch-yank-char-in-minibuffer.
16713         (isearch-forward): Doc fix.
16714         (isearch-edit-string): Doc fix.
16715         (isearch-query-replace, isearch-query-replace-regexp): New funs.
16716         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
16717         (isearch-yank-char): Add optional arg.
16718         (isearch-yank-char-in-minibuffer): New fun.
16720         * replace.el (query-replace-interactive): Change type from boolean
16721         to choice.  Add value `initial'.
16722         (query-replace-read-args): Handle value `initial' of
16723         query-replace-interactive.
16725 2004-06-29  Kim F. Storm  <storm@cua.dk>
16727         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16728         (breakpoint-disabled-bitmap-face): Add :group 'gud.
16730         * progmodes/ada-xref.el (ada-tight-gvd-integration):
16731         Add :group 'ada.
16733         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16735 2004-06-29  Juri Linkov  <juri@jurta.org>
16737         * replace.el (query-replace-read-args): Swallow a space after
16738         everything except )]" which in most cases means after a symbol.
16740         * emacs-lisp/pp.el (pp-buffer): Add autoload.
16742 2004-06-28  Richard M. Stallman  <rms@gnu.org>
16744         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16745         More changes to go with previous change in font-lock.el.
16747 2004-06-26  David Kastrup  <dak@gnu.org>
16749         * replace.el (perform-replace): Highlight the match even in
16750         non-query mode if there is potential replace string editing.
16752 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
16754         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16755         agree with new return value of `file-remote-p'.
16756         This syncs with Tramp 2.0.42.
16758         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16759         according to new documentation of `file-remote-p'.
16761         * files.el (file-remote-p): Fix doc to say that return value is
16762         identification of remote system, if not nil.
16763         (file-relative-name): Use new return value of `file-remote-p'.
16765 2004-06-26  Nick Roberts  <nickrob@gnu.org>
16767         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16768         (gdb-goto-breakpoint): Fix breakage.
16770 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
16772         * man.el (Man-getpage-in-background): Add windows-nt to the list
16773         of systems where shell-file-name should be used instead of
16774         literal "sh".
16776 2004-06-25  Sam Steingold  <sds@gnu.org>
16778         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16779         function names `(setf symbol)'.
16781 2004-06-24  Richard M. Stallman  <rms@gnu.org>
16783         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16785         * font-lock.el (font-lock-keywords): Change format of compiled values.
16786         Document it.
16787         (font-lock-add-keywords): If font-lock-keywords is compiled,
16788         extract the uncompiled version, modify, then recompile.
16789         (font-lock-remove-keywords): Likewise.
16790         (font-lock-fontify-keywords-region): Handle changed format.
16791         (font-lock-compile-keywords): Handle changed format.
16792         (font-lock-set-defaults): Compile the keywords explicitly here.
16794 2004-06-24  David Kastrup  <dak@gnu.org>
16796         * replace.el (query-replace-read-args): Implement `\,' and `\#'
16797         replacements here.
16798         (query-replace-regexp): Doc string explaining this and the new
16799         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
16800         is better placed in `query-replace-read-args'.
16801         (replace-regexp): Explain `\,', `\#' and `\?'.
16802         (replace-match-data): New function for thorough reuse/destruction
16803         of old match-data.
16804         (replace-match-maybe-edit): Function for implementing `\?' editing.
16805         (perform-replace): Fix maintaining of the match stack including
16806         already matched regions, implement `\?', fix various problems
16807         with regions while editing and other stuff.
16808         (replace-highlight): Simplify.
16810 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
16812         * progmodes/grep.el (grep-error-screen-columns): New variable.
16813         (grep-regexp-alist): Give it the full functionality of gnu style
16814         compilation messages with line and column ranges.  Ask me for the
16815         perl script I'm working on, that uses these.
16817 2004-06-23  Nick Roberts  <nickrob@gnu.org>
16819         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16820         Remove.
16821         (comint-insert-input, comint-mouse-insert-input): New functions
16822         based on comint-insert-clicked-input for two bindings but just
16823         one functionality.
16825 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
16827         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16829 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
16831         * files.el (write-contents-functions): Doc fix.
16833 2004-06-21  Juanma Barranquero  <lektu@terra.es>
16835         * image.el (image-library-alist): Rewrite docstring in active voice.
16837 2004-06-20  Richard M. Stallman  <rms@gnu.org>
16839         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16841         * isearch.el (isearch-repeat): Avoid testing old match data.
16842         (isearch-message): Display trailing space in special font
16843         when search is failing.
16844         (isearch-search-fun-function): Doc fix.
16846         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16848 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
16850         * frame.el (show-trailing-whitespace): Doc fix.
16852         * cus-edit.el (custom-variable-documentation): New function.
16853         (custom-variable): Use it.
16855 2004-06-19  Nick Roberts  <nickrob@gnu.org>
16857         * man.el (Man-getpage-in-background): Revert previous change but
16858         make cygwin a special case.
16860 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
16862         * autorevert.el (global-auto-revert-non-file-buffers):
16863         Update docstring.
16865 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
16867         * progmodes/compile.el (compilation-error-properties): Store one
16868         more than end-col, if present, so that transient-mark-mode will
16869         highlight last char too.
16870         * progmodes/grep.el (grep-regexp-alist): Match columns and column
16871         ranges, if present.
16873 2004-06-18  Jason Rumney  <jasonr@gnu.org>
16875         * makefile.w32-in: Double percent signs in for loops.
16877 2004-06-17  David Kastrup  <dak@gnu.org>
16879         * replace.el (query-replace-read-args): Only warn about use of \n
16880         and \t when we are doing a regexp replacement and the actual
16881         escaped character is n or t.
16882         (query-replace-regexp): Add \, and \# interpretation to
16883         interactive call and document it.
16884         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16885         as shortkey for replace-count.
16886         (replace-quote): New function for doubling backslashes.
16888 2004-06-17  Juanma Barranquero  <lektu@terra.es>
16890         * files.el (parse-colon-path, cd): Mention in docstring that the
16891         path separator is colon in GNU-like systems.
16893         * newcomment.el (comment-region-internal): Fix docstring.
16895         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16896         (ewoc-invalidate, ewoc-collect): Doc fixes.
16897         (ewoc--create-node, ewoc--delete-node-internal):
16898         Fix typos in docstring.
16900 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
16902         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16903         manual to docstring.
16905 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16907         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16909 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
16911         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16912         Add hyperlink to emacs-xtra manual to docstring.
16914         * autorevert.el (global-auto-revert-non-file-buffers):
16915         Add hyperlink to emacs-xtra manual to docstring, as well as an
16916         info-link.
16918 2004-06-14  Juanma Barranquero  <lektu@terra.es>
16920         * image.el (image-library-alist): New variable to map image types
16921         to external libraries.  Initialized to nil, unless system-specific
16922         configs change it.
16923         (image-type-available-p): Determine whether an image type is
16924         available by calling `init-image-library'.
16926         * term/w32-win.el (image-library-alist): Initialize to a known set
16927         of probable library names.
16929 2004-06-14  Kenichi Handa  <handa@m17n.org>
16931         * international/code-pages.el (windows-1256, cp1125): Fix tables
16932         for several characters.
16934         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16936 2004-06-13  Richard M. Stallman  <rms@gnu.org>
16938         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16940         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16941         not "`pc-selection-mode'".
16943         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16945         * simple.el (previous-matching-history-element): Specify a default.
16947         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16949         * cus-face.el (custom-declare-face): Simplify code.
16951         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16953 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
16955         * files.el (before-save-hook): Add `time-stamp' to the options.
16957         * time-stamp.el (time-stamp): Recommend adding it to
16958         `before-save-hook', rather than `write-file-functions'.
16959         Make a similar change in `Commentary' section.
16961 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16963         * diff-mode.el (diff-current-defun): If at start of hunk, use
16964         position of first change.
16966 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
16968         * dired-x.el (dired-mark-omitted): Bind to "*O".
16970 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
16972         * bookmark.el (bookmark-bmenu-relocate): New function, as
16973         suggested by David J. Biesack <David.Biesack@sas.com>.
16974         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16975         (bookmark-bmenu-mode): Describe binding in doc string.
16976         (bookmark-set-filename): Save the bookmark list if it's time.
16978 2004-06-13  Kenichi Handa  <handa@m17n.org>
16980         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16981         (ccl-untranslated-to-ucs): Fix typo.
16983 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16985         * progmodes/python.el (python-open-block-statement-p):
16986         Fix indentation after a block opening that contains a comment.
16988 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
16990         * bindings.el (completion-ignored-extensions): Add file extensions
16991         of Python byte-compiled files.
16993 2004-06-12  Juri Linkov  <juri@jurta.org>
16995         * info.el (Info-goto-node): Add autoload.
16996         (Info-toc): Add substring-no-properties on Info file name.
16997         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16998         (Info-mode-map): Bind L to Info-history, T to Info-toc.
17000 2004-06-12  Kenichi Handa  <handa@m17n.org>
17002         * international/mule-cmds.el (set-language-environment):
17003         Load subst tables if necessary.
17005         * international/mule.el (decode-char): Load subst tables if necessary.
17006         (encode-char): Likewise.
17008         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
17009         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
17010         (utf-16le-decode-loop): Set r5 to -1 before loop.
17011         (utf-16be-decode-loop): Likewise.
17012         (ccl-decode-mule-utf-16le): Add EOF processing block.
17013         (ccl-decode-mule-utf-16be): Likewise.
17014         (ccl-decode-mule-utf-16le-with-signature): Likewise.
17015         (ccl-decode-mule-utf-16be-with-signature): Likewise.
17016         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
17017         (ccl-mule-utf-16-encode-untrans): New CCL.
17018         (utf-16-decode-to-ucs): Handle pre-read character.
17019         (utf-16le-encode-loop): Handle surrogate pair.
17020         (utf-16be-encode-loop): Likewise.
17021         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
17022         of utf-16le-encode-loop.
17023         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
17024         of utf-16be-encode-loop.
17025         (mule-utf-16-post-read-conversion):
17026         Call utf-8-post-read-conversion at first.
17027         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
17028         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
17029         Add post-read-conversion and pre-write-conversion.
17031         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
17032         (utf-translate-cjk-unicode-range): New variable.
17033         (utf-translate-cjk-load-tables): New function.
17034         (utf-lookup-subst-table-for-decode): New function.
17035         (utf-lookup-subst-table-for-encode): New function.
17036         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
17037         tables here.  Update safe-charsets of utf-* coding systems.
17038         (ccl-mule-utf-untrans): New CCL.
17039         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
17040         at end of each branch.
17041         (ccl-mule-utf-8-encode-untrans): New CCL.
17042         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
17043         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
17044         length of encoding.  Don't return r0.
17045         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
17046         (utf-8-post-read-conversion): Narrow to region properly.
17047         If utf-translate-cjk-mode is on, load tables if necessary.
17048         Call utf-8-compose with hash-table arg if necessary.
17049         Call XXX-compose-region instead of XXX-post-read-conversion.
17050         (utf-8-pre-write-conversion): New function.
17051         (mule-utf-8): Include CJK charsets in safe-charsets if
17052         utf-translate-cjk-mode is on.  Add pre-write-conversion.
17054         * international/characters.el: Temporarily set
17055         utf-translate-cjk-mode to nil.
17057         * language/devan-util.el (devanagari-compose-region):
17058         Add autoload cookie.
17060         * international/ccl.el (ccl-dump-call): Fix printing the
17061         subroutine name.
17063 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
17065         * dired.el (dired-revert): If buffer is marked unmodified before
17066         reverting, keep it marked unmodified.  Adapt to new conventions
17067         for commenting out code.
17068         (dired-make-relative): Adapt to new conventions for commenting out
17069         code.
17071 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
17073         * eshell/esh-module.el (eshell-load-defgroups):
17074         Bind `vc-handled-backends' to nil when opening files.
17076 2004-06-11  Juanma Barranquero  <lektu@terra.es>
17078         * files.el (parse-colon-path, cd): Doc fixes (refer to
17079         `path-separator', not colon).
17081 2004-06-10  Juanma Barranquero  <lektu@terra.es>
17083         * newcomment.el (comment-search-forward)
17084         (comment-search-backward): Fix typos in docstring.
17085         (comment-region): Doc fix.
17087 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
17089         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17090         switch is no longer stored in `dired-switches-alist'.
17092         * dired-aux.el (dired-insert-subdir): Do not store R switch in
17093         `dired-switches-alist'.
17095 2004-06-10  Kim F. Storm  <storm@cua.dk>
17097         * pcvs.el (cvs-mode-diff-yesterday): New command.
17099         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17101 2004-06-10  Juri Linkov  <juri@jurta.org>
17103         * emacs-lisp/edebug.el (edebug-eval-defun):
17104         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17105         Fix docstring.
17107         * simple.el (eval-expression-print-format): Don't print additional
17108         information on the first call to `eval-print-last-sexp'.
17109         (next-error-find-buffer): Fix punctuation.
17110         (killing) <defgroup>: Fix punctuation.
17111         (yank-excluded-properties): Change group from editing to killing.
17113         * replace.el (perform-replace): Use `limit' to terminate the
17114         while-loop explicitly.
17116 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17118         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17119         Use lc-*.xpm as prefix instead of *-locol.xpm.
17121         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17122         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17123         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17124         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17125         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17126         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17127         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17128         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17129         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17130         * toolbar/lc-up_arrow.xpm:
17131         Rename from *-locol.xpm.
17133 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
17135         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17136         include forms like &<str>; as valid url patterns.
17138 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
17140         * dired.el (dired-diff, dired-backup-diff)
17141         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17142         (dired-do-chown, dired-do-touch, dired-do-print)
17143         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17144         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17145         (dired-create-directory, dired-do-copy, dired-do-symlink)
17146         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17147         (dired-do-copy-regexp, dired-do-hardlink-regexp)
17148         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17149         (dired-maybe-insert-subdir, dired-next-subdir)
17150         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17151         (dired-kill-subdir, dired-tree-up, dired-tree-down)
17152         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17153         (dired-run-shell-command, dired-query): Remove redundant,
17154         or incorrect, autoloads.
17156         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17157         does not end in a slash.  Add optional argument KILL-ROOT.
17158         Update docstring.
17159         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17160         (dired-query): Add autoloads.
17162 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
17164         * progmodes/compile.el (compilation-set-window-height): Rearrange
17165         the save-* functions because a buffer can have several current
17166         point in different windows.
17167         (compilation-error-regexp-alist-alist): Recognize {standard input}
17168         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17170 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17172         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17173         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17174         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17175         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17176         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17177         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17178         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17179         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17180         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17181         * toolbar/up_arrow-locol.xpm:
17182         New versions of icons that uses fewer colors.
17184         * toolbar/tool-bar.el (tool-bar-local-item)
17185         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17186         if display-color-cells is 256 or less.
17188 2004-06-08  Kim F. Storm  <storm@cua.dk>
17190         * wid-edit.el (widget-specify-button): Use hand pointer rather
17191         than mouse-face as visible mouse-over effect.
17193 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
17195         * saveplace.el (save-place-alist-to-file): Bind `print-length'
17196         and `print-level' to nil when writing out `save-place-alist'.
17197         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17199 2004-06-07  Juanma Barranquero  <lektu@terra.es>
17201         * completion.el (completion-kill-region): Doc fix.
17203         * format.el (format-insert-annotations)
17204         (format-annotate-location): Doc fixes.
17205         (format-subtract-regions): Make arguments match their use in docstring.
17207         * simple.el (kill-region): Doc fix.
17209         * subr.el (insert-buffer-substring-no-properties)
17210         (insert-buffer-substring-as-yank): Doc fixes.
17212 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
17214         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17215         Update docstring.
17216         (dired-reset-subdir-switches): New function.
17218         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17219         Limit scope of `buffer-read-only' binding.
17221 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
17223         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17224         eshell-explicit-command-char.
17226 2004-06-06  Juanma Barranquero  <lektu@terra.es>
17228         * help-fns.el (help-argument-name): Inherit from italic face only
17229         if the frame supports it.
17231 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17233         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17234         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17235         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17236         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17237         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17238         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17239         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17240         New conversions from xpm files.
17242         * toolbar/README: New file.
17244 2004-06-06  Richard M. Stallman  <rms@gnu.org>
17246         * isearch.el (isearch-mode-map): Undo previous change.
17248 2004-06-05  Juri Linkov  <juri@jurta.org>
17250         * bindings.el (debug-ignored-errors): Add regexps for history
17251         related messages.  Remove $ from "No further undo information".
17252         Move Ediff's messages to ediff.el.
17254         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17256         * cus-edit.el (custom-display): Add `min-colors'.
17258         * custom.el (defface): Add `supports' to docstring.
17260         * help-fns.el (help-argument-name): Add :group 'help.
17262 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
17264         * find-dired.el (find-ls-subdir-switches): New user option.
17265         (find-dired): No longer call `abbreviate-file-name' on DIR.
17266         Set `dired-subdir-switches' buffer-locally.
17268         * locate.el: Merge the two `Commentary' sections.
17269         (locate-ls-subdir-switches): New user option.
17270         (locate): Update for other changes.
17271         (locate-mode-map): Restore Dired binding for mouse-2.
17272         Bind `locate-mouse-view-file' to M-mouse-2.
17273         Bind `l' to `locate-do-redisplay'.
17274         (locate-main-listing-line-p, locate-do-redisplay): New functions.
17275         (locate-mouse-view-file, locate-tags, locate-find-directory):
17276         Print message if used outside main listing.
17277         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
17278         Various changes to support inserted subdirectories.
17279         (locate-insert-header): Change header of *Locate* buffer.
17281         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17282         Change interactive default switches.
17283         (dired-rename-subdir-2): Update `dired-switches-alist'.
17284         (dired-insert-subdir, dired-kill-subdir):
17285         Handle `dired-switches-alist'.  Do not mark buffer modified.
17286         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17287         (dired-insert-subdir-doinsert): Omit messages.
17288         Handle `dired-subdir-switches'.
17289         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17291         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17292         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17293         subdirs if -R switch is used for a subdir.
17294         (dired-mode): Set `dired-switches-alist'.
17295         (dired-build-subdir-alist): Only print number of directories in
17296         echo area when invoked interactively.
17298 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
17300         * dired-x.el (dired-omit-mode): Rename from
17301         dired-omit-files-p.  Use define-minor-mode to define it.
17302         (dired-omit-files-p): Add as alias for dired-omit-mode.
17303         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
17304         dired-mark-omitted.
17305         (dired-mark-omitted): Add.  Bind to M-O.
17307 2004-06-05  Kenichi Handa  <handa@m17n.org>
17309         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17311 2004-06-05  Juanma Barranquero  <lektu@terra.es>
17313         * help-fns.el (help-argument-name): Reintroduce face.
17314         (help-default-arg-highlight): Use it, now that
17315         `face-differs-from-default-p' can be trusted.
17317 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17319         * textmodes/table.el: Sentence commands added to Point Motion
17320         group; kill and backward-kill commands added to Extraction group.
17322 2004-06-04  Mario Lang  <mlang@delysid.org>
17324         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17325         systems appear to use mW, make the code handle this.  Fix a
17326         division-by-zero bug while at it, and handle kernels with
17327         a slightly different layout in /proc/acpi.
17329 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
17331         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17332         because the latter is a CL-ism.  This fixes the bug reported by
17333         Shawn Boyette <mdxi@collapsar.net> in
17334         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17336 2004-06-04  Miles Bader  <miles@gnu.org>
17338         * faces.el (display-supports-face-attributes-p): Function moved to
17339         C code.  Previously only the tty-related portion of this function
17340         was done in C; however the previous attempt to do a halfway-proper
17341         job for non-tty displays in lisp didn't work properly because of
17342         funny conditions during Emacs startup.
17343         (face-differs-from-default-p): Simplify, now that
17344         display-supports-face-attributes-p works properly on all display
17345         types.  Remove :stipple from comparison; it doesn't really work
17346         in emacs anyway.
17348 2004-06-04  Miles Bader  <miles@gnu.org>
17350         * faces.el (face-differs-from-default-p): Use a different
17351         implementation, so we can really check whether FACE displays
17352         differently or not.
17354 2004-06-04  Miles Bader  <miles@gnu.org>
17356         * faces.el (display-supports-face-attributes-p): Implement a
17357         `different from default' check for non-tty displays.
17359 2004-06-03  David Kastrup  <dak@gnu.org>
17361         * woman.el (woman-mapcan): More concise code.
17362         (woman-topic-all-completions, woman-topic-all-completions-1)
17363         (woman-topic-all-completions-merge): Replace by a simpler and
17364         much faster implementation based on O(n log n) sort/merge instead
17365         of the old O(n^2) behavior.
17367 2004-06-03  Miles Bader  <miles@gnu.org>
17369         * subr.el (read-number): Use canonical format for default in prompt.
17371         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17372         Add regexp for " [...]" style defaults.
17374 2004-06-02  Romain Francoise  <romain@orebokech.com>
17376         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17377         groups: if the user asks for a hidden buffer, open the
17378         corresponding filter group to expose it.
17380         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17381         `ibuffer-jump-to-buffer'.
17382         (ibuffer-jump-offer-only-visible-buffers): New user option.
17384 2004-06-02  Juanma Barranquero  <lektu@terra.es>
17386         * faces.el (frame-update-faces): Add empty docstring so the one
17387         for `ignore' doesn't show through.
17389         * subr.el (process-kill-without-query): Remove spurious "\n" on
17390         obsolescence string.
17391         (focus-frame, unfocus-frame): Add obsolescence declaration and
17392         empty docstring.
17394         * international/mule.el (register-char-codings): Make alias for
17395         `ignore'.  Move docstring to obsolescence info and remove redundancy.
17397 2004-06-02  Kim F. Storm  <storm@cua.dk>
17399         * frame.el (blink-cursor-start): Turn cursor off initially so blink
17400         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17402 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17404         * comint.el (comint-replace-by-expanded-history-before-point):
17405         Obey `start' as the docstring says.
17406         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17407         (comint-update-fence): Prevent font-lock from running unnecessarily.
17408         (comint-dynamic-list-completions): Use with-current-buffer.
17410 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17412         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17413         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17414         (bibtex-entry-update): Handle alternatives and optional fields.
17415         (bibtex-parse-entry): Bugfix, handle empty key.
17417 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17419         * vc-arch.el (vc-arch-state): Don't assume the file exists.
17421 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
17423         * desktop.el (desktop-save): Don't save minor modes without a
17424         known mode initialization function.
17426 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
17428         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17430         * autorevert.el: Update `Commentary' section.
17432 2004-05-30  Juanma Barranquero  <lektu@terra.es>
17434         * dos-fns.el (convert-standard-filename):
17435         * files.el (convert-standard-filename):
17436         * w32-fns.el (convert-standard-filename):
17437         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17439 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
17441         Sync with Tramp.
17443         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17444         (tramp-let-maybe): Move to an earlier spot in the file.
17445         Patch by Andreas Schwab.
17447 2004-05-30  Andreas Schwab  <schwab@suse.de>
17449         * dired.el (dired-get-filename): Don't use dired-re-dot.
17451 2004-05-30  Richard M. Stallman  <rms@gnu.org>
17453         * files.el (find-file): Doc fix.
17455         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17457 2004-05-30  Nick Roberts  <nickrob@gnu.org>
17459         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17460         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17461         modeline of the locals buffer.
17462         (gdb-goto-breakpoint): Handle gdbmi.
17463         (gdb-get-frame-number): Change for gdbmi.
17465 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
17467         * files.el (file-remote-p): Apply file name handler for operation
17468         `file-remote-p'.  It isn't a property any longer.
17469         (file-relative-name): `fh' and `fd' get the required value via
17470         `find-file-name-handler' already.
17472         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17473         (top): Remove setting of `file-remote-p' property for
17474         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
17476 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
17478         Version 2.0.41 of Tramp released.
17480         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17481         Throw away if process has died.
17482         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17483         (tramp-out-of-band-prompt-regexp): Rename to
17484         `tramp-process-alive-regexp', because its usage is widen.
17485         (tramp-actions-copy-out-of-band): Apply it.
17486         (tramp-actions-before-shell, tramp-multi-actions):
17487         Add `tramp-action-process-alive' action.
17488         (tramp-action-process-alive): New defun.
17489         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17490         Add entry for `file-remote-p'.
17491         (tramp-handle-file-remote-p): New defun.
17492         (top): Remove setting of `file-remote-p'.  Don't set
17493         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17495         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17496         `file-remote-p'.
17498         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17499         counted for (last) line.  [They should or they shouldn't?  --Stef]
17500         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17502 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
17504         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17505         not really necessary but seems to keep the shell history smaller
17506         in some cases.  It is no substitute for setting HISTFILE and
17507         HISTSIZE from tramp-open-connection-setup-interactive-shell,
17508         though.  Suggested by Luc Teirlinck.
17509         (tramp-open-connection-setup-interactive-shell): Export variables
17510         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
17511         (tramp-set-process-query-on-exit-flag): New compat function.
17512         (tramp-open-connection-multi, tramp-open-connection-su)
17513         (tramp-open-connection-rsh, tramp-open-connection-telnet)
17514         (tramp-do-copy-or-rename-file-out-of-band): Use it.
17515         (tramp-let-maybe): New macro, let-binds a variable only if it
17516         isn't obsolete.
17517         (tramp-check-ls-commands, tramp-handle-expand-file-name)
17518         (tramp-handle-file-truename): Use it.
17519         (tramp-completion-file-name-regexp-unified): Avoid matching
17520         filenames starting with "/:" -- those are reserved for
17521         file-name-non-special.
17523         * tramp-smb.el (tramp-smb-open-connection):
17524         Use tramp-set-process-query-on-exit-flag compat function.
17526 2004-05-29  Richard M. Stallman  <rms@gnu.org>
17528         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17530         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17531         (eval-last-sexp-print-value): Print char equivalent regardless
17532         of standard-output value.
17534         * thumbs.el (thumbs-subst-char-in-string): Delete.
17535         (thumbs-thumbname): Use subst-char-in-string.
17536         (thumbs-resize-image): Use condition-case, not ignore-errors.
17537         (thumbs-kill-buffer): Likewise.
17539         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
17540         (thumbs-mode): Make buffer read-only.
17541         (thumbs-make-thumb): Unconditionally accept an existing file.
17542         (thumbs-insert-thumb): Add thumb-image-file property to the image.
17543         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17544         (thumbs-show-thumbs-list): Error if images not supported.
17545         (thumbs-save-current-image): Improve prompt string.
17546         (thumbs-mode-map): Define u, R, x.
17547         (thumbs-unmark): New command.
17548         (thumbs-emboss-image): Minor cleanup.
17549         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17550         (thumbs-rename-images): New command.
17551         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
17553         * thumbs.el (thumbs-current-image): New function.
17554         (thumbs-file-list, thumbs-file-alist): New functions.
17555         (thumbs-find-image): Delete arg L.
17556         Don't set up thumbs-fileL as buffer-local global var.
17557         (thumbs-find-image-at-point): Use thumbs-current-image.
17558         (thumbs-set-image-at-point-to-root-window): Likewise.
17559         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17560         Record and warn about errors.  Update thumbs-markedL for deletions.
17561         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17562         (thumbs-redraw-buffer): Use thumbs-file-list.
17563         (thumbs-mark): Use thumbs-current-image.
17564         (thumbs-show-name): Use thumbs-current-image.
17566         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17567         and imenu--last-menubar-index-alist.
17569         * subr.el (with-selected-window): Undo previous change.
17571 2004-05-29  John Paul Wallington  <jpw@gnu.org>
17573         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17574         (thumbs-mouse-find-image): New command.
17575         (thumbs-mode-map): Bind it to mouse-2.
17576         (thumbs-mode): Make mode-class special.
17577         (thumbs-view-image-mode): Likewise.
17579 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
17581         * flymake.el: New file.
17583 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
17585         * files.el (find-file-noselect-1): Do not bind
17586         `inhibit-read-only' to t during execution of
17587         `find-file-not-found-functions'.
17589 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17591         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17592         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17594 2004-05-28  Juri Linkov  <juri@jurta.org>
17596         * simple.el (eval-expression-print-format): New fun.
17598         * simple.el (eval-expression):
17599         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17600         * emacs-lisp/edebug.el (edebug-compute-previous-result)
17601         (edebug-eval-expression): Print additionally the value returned by
17602         `eval-expression-print-format'.
17604         * emacs-lisp/lisp.el (insert-pair-alist): New var.
17605         (insert-pair): Make arguments optional.  Find character pair
17606         from `insert-pair-alist' according to the last input event.
17607         (insert-parentheses): Make arguments optional.
17608         (raise-sexp, delete-pair): New funs.
17610         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17611         (emacs-lisp-mode-map, lisp-interaction-mode-map):
17612         Bind C-M-q to `indent-pp-sexp'.
17614         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17615         `pp-to-string' modified to be able to format text with newlines.
17616         (pp-to-string): Move the buffer-formatting part of the code to
17617         `pp-buffer'.  Call `pp-buffer'.
17619         * info.el (Info-desktop-buffer-misc-data): Don't save information
17620         about virtual files.
17621         (Info-restore-desktop-buffer): Restore Info buffers in prepared
17622         buffers with names obtained from the desktop file instead of the
17623         default *info* buffer.
17625 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17627         * subr.el (with-selected-window): Only save/restore the selected
17628         window.
17630         * progmodes/compile.el (compilation-error-regexp-alist):
17631         Use expand-file-name and data-directory.
17633         * progmodes/grep.el (grep-tree): Rework previous fix.
17635         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17636         after the user marked text with the mouse.
17638         * startup.el (command-line): Keep the first regexp of
17639         auto-save-file-name-transforms intact.
17641 2004-05-28  Juanma Barranquero  <lektu@terra.es>
17643         * cus-edit.el (customize-face, customize-face-other-window)
17644         (custom-face-edit-delete): Make arguments match their use in
17645         docstring.
17646         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17647         docstring.
17649         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17650         not `cvs-butlast'.
17652         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17653         `nbutlast' are in subr.el).
17655         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17656         (set-w32-system-coding-system): Doc fixes.
17658         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17659         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17660         Make arguments match their use in docstring.
17661         (artist-draw-region-trim-line-endings)
17662         (artist-mouse-choose-operation): Fix typo in docstring.
17663         (artist-key-set-point-common): Doc fix.
17665 2004-05-28  Simon Josefsson  <jas@extundo.com>
17667         * mail/smtpmail.el (smtpmail-open-stream):
17668         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17670 2004-05-26  Simon Josefsson  <jas@extundo.com>
17672         * starttls.el: Merge with my GNUTLS based starttls.el.
17673         (starttls-gnutls-program, starttls-use-gnutls)
17674         (starttls-extra-arguments, starttls-process-connection-type)
17675         (starttls-connect, starttls-failure, starttls-success): New variables.
17676         (starttls-program, starttls-extra-args): Doc fix.
17677         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17678         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17679         and pass on to corresponding *-gnutls function if it is set.
17681 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
17683         * autorevert.el (auto-revert-handler): Disable auto-reverting of
17684         remote files.
17686 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
17688         * files.el (file-name-non-special): There are more operations
17689         which need handling: `find-backup-file-name',
17690         `insert-file-contents', `verify-visited-file-modtime',
17691         `write-region'.  Rename t value of method to `add'.  Add new
17692         methods `quote' and `unquote-then-quote' to file-arg-indices.
17694 2004-05-25  Juri Linkov  <juri@jurta.org>
17696         * info.el (Info-toc): Call Info-mode on intermediate buffer.
17697         (Info-index-nodes): Enclose code in condition-case to catch errors.
17698         (Info-index-node): Don't search all index nodes if request is only
17699         for the current node and file is not in the cache of index nodes.
17700         (Info-mode-map): Bind Info-copy-current-node-name to `w'
17701         for consistency with dired-copy-filename-as-kill.
17702         Bind `S' to Info-search-case-sensitively.
17703         (Info-copy-current-node-name): New arg.  With zero prefix arg put
17704         the name inside a function call to `info'.  Display copied text in
17705         the echo area.
17707 2004-05-25  Sam Steingold  <sds@gnu.org>
17709         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17710         strip the package prefix from the symbol name, if any.
17711         Make it the `find-tag-default-function' for `lisp-mode'.
17713 2004-05-25  John Paul Wallington  <jpw@gnu.org>
17715         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17716         instead of obsolete `process-kill-without-query'.
17718         * textmodes/texinfmt.el (texinfo-indexvar-alist):
17719         Declare as variable, not constant.
17721 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
17723         * files.el (find-file-noselect-1): Fix bug introduced by
17724         Revision 1.694.  As a side effect, `inhibit-read-only'
17725         is again, by default, t during execution of
17726         `find-file-not-found-functions'.
17727         (insert-directory): Check that lines were really inserted by
17728         the --dired switch, before erasing them.
17730 2004-05-24  Nick Roberts  <nickrob@gnu.org>
17732         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17733         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17734         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17735         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17736         gud-minor-mode (gdbmi).
17738 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
17740         * net/browse-url.el (browse-url-interactive-arg): Enable user to
17741         explicitly select the text to be taken as URL.
17743 2004-05-23  Juri Linkov  <juri@jurta.org>
17745         * info.el (Info-index-nodes): New var and fun.
17746         (Info-goto-index, Info-index, info-apropos)
17747         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17748         (Info-index): Fix docstring.  Store and restore Info-history-list.
17749         (Info-complete-nodes): New var.
17750         (Info-complete-menu-item): Use it.
17751         (Info-index-node): New fun.
17752         (Info-final-node, Info-forward-node, Info-backward-node)
17753         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17754         Use Info-index-node.
17755         (Info-extract-menu-item, Info-extract-menu-counting): Set second
17756         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17757         (Info-find-node-2): If a node with period in its name not found,
17758         try to find a node without the name part after period.
17759         (Info-select-node): Call Info-fontify-node only if
17760         Info-fontify-maximum-menu-size is not nil.
17761         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17762         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17763         Preserve Info-history-list.
17764         (Info-toc): Set Info-current-file.
17765         (Info-build-toc): Move point to the beginning of the buffer.
17766         Add main-file variable.
17767         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17768         Use backslashed representation of the control character ^_.
17770         * textmodes/texinfmt.el (texinfo-print-index): Print index line
17771         numbers in the new Texinfo 4.7 format.
17773         * add-log.el (change-log-font-lock-keywords): Remove `:' from
17774         regexps for function and variable names.
17776         * descr-text.el (describe-property-list): Add [show] button for
17777         `syntax-table' property with action to pp to a separate buffer.
17778         (describe-char): Replace search-forward by re-search-forward with
17779         whitespace regexp after "character:" to not fail in too narrow windows.
17781         * simple.el (next-error-find-buffer): Add a rule to return
17782         next-error capable buffer if one window on the selected frame
17783         displays such buffer.
17785 2004-05-23  Nick Roberts  <nickrob@gnu.org>
17787         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17788         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17789         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17790         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17791         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17792         Handle new value for gud-minor-mode (gdbmi).
17793         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17794         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17795         Change from local to global gdb variable set.
17796         (gdb-ann3): Initialize above gdb variable set.
17797         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17798         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17799         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17800         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17801         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17802         (gdb-info-locals-handler, gdb-invalidate-assembler)
17803         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17804         set as global variables.
17805         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17806         Handle gdbmi.
17807         (gdb-info-breakpoints-custom): Fix regexp.
17808         (def-gdb-var): Delete.
17810         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17811         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17812         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17813         a new mode.  The file (gdb-mi.el) for this mode will be included
17814         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17815         primary interface.
17817 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
17819         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17820         interpreted as a directory.
17822 2004-05-22  Richard M. Stallman  <rms@gnu.org>
17824         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17825         as a close quote.
17827         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17829         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17830         Use assoc-string, not assoc-ignore-case.
17832         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17834         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17835         If moving back then fwd gets a defun that ends before point,
17836         try again moving fwd then back.
17838         * files.el (file-name-non-special): Allow t in file-arg-indices
17839         to mean requote the return value.  Use `identity' as an element
17840         rather than as the whole value.
17842         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
17844 2004-05-22  Juanma Barranquero  <lektu@terra.es>
17846         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17847         `help-make-usage'.
17848         (help-highlight-arguments): Skip function name before searching
17849         for arguments.
17851 2004-05-21  Juanma Barranquero  <lektu@terra.es>
17853         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17854         Don't mention in the docstring these arguments meant for
17855         internal (recursive) use only.
17856         (allout-char-spec): Comment out (it's not implemented).
17857         (allout-old-expose-topic, allout-exposure): Fix docstring and add
17858         obsolescence declaration.
17859         (allout-flatten-exposed-to-buffer)
17860         (allout-indented-exposed-to-buffer): Fix typos in docstring.
17861         (my-mark-marker): Doc fix.
17862         (produce-allout-mode-map, allout-sibling-index)
17863         (allout-isearch-expose, allout-distinctive-bullet)
17864         (allout-open-topic, allout-reindent-body)
17865         (allout-rebullet-heading, allout-process-exposed)
17866         (allout-insert-listified, allout-latex-verb-quote)
17867         (allout-insert-latex-header, allout-insert-latex-trailer):
17868         Make arguments match their use in docstring.
17869         (allout-primary-bullet, allout-old-style-prefixes)
17870         (allout-inhibit-protection, allout-init, allout-mode)
17871         (allout-before-change-protect, allout-flag-region):
17872         Use "Emacs" instead of "emacs" in docstrings.
17874 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
17876         * international/characters.el: Modify syntax of more characters.
17878 2004-05-21  Masatake YAMATO  <jet@gyve.org>
17880         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17881         (etags-tags-completion-table): Show parsing progress.
17883 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
17885         * locate.el (locate-prompt-for-command): Shorten first line of
17886         docstring.
17887         (locate-mode): Expand docstring and include keymap summary.
17889         * files.el (find-file-noselect-1): Limit the scope of the
17890         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
17891         is, by default, nil during the execution of
17892         `find-file-not-found-functions' and `find-file-hook'.
17894 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
17896         * facemenu.el (facemenu-color-name-equal): New function.
17897         (list-colors-display): Use it to compare colors instead of
17898         facemenu-color-equal.
17900 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
17902         * compare-w.el (compare-windows-face): Use min-colors instead of
17903         checking for tty or pc types.
17905 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17907         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17908         (completion-setup-function): Use with-current-buffer.
17909         Properly save excursion.  Simplify.
17910         Don't assume there is necessarily a `mouse-face' property somewhere.
17912         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17914         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
17916         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17917         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17918         Use with-current-buffer.
17919         (byte-goto-log-buffer): Delete.
17920         (byte-compile-log-file): Call compilation-forget-errors.
17922 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17924         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17925         output messages into the search result.
17927 2004-05-19  Masatake YAMATO  <jet@gyve.org>
17929         * wid-edit.el (widget-radio-button-notify): Revert my last
17930         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17932 2004-05-19  Kenichi Handa  <handa@m17n.org>
17934         * international/characters.el: Fix syntax (open/close) of CJK chars.
17936 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
17938         * help-mode.el (help-go-back): Don't depend on position of back button.
17940 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17942         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17943         files don't contain an accidental additional /.
17945         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17946         in source buffer.
17948 2004-05-18  Masatake YAMATO  <jet@gyve.org>
17950         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17951         to widget-apply.  :action method assumes 2 arguments, not 3.
17953 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
17955         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17956         New constants.
17957         (hs-special-modes-alist): Add an f90-mode entry.
17959 2004-05-17  Sam Steingold  <sds@gnu.org>
17961         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17962         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
17964 2004-05-16  Kim F. Storm  <storm@cua.dk>
17966         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17968 2004-05-15  John Wiegley  <johnw@newartisans.com>
17970         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17971         (eshell-output-object-to-target): Improve output speed 20% by not
17972         calling `eshell-stringify' if something is already known to be a
17973         string.
17975 2004-05-15  Alex Ott  <ott@jet.msk.su>
17977         * textmodes/ispell.el (ispell-local-dictionary-alist):
17978         Add windows-1251 to the choice of coding systems.
17979         (ispell-dictionary-alist-6): Add support for "russianw.aff",
17980         encoded in cp1251.
17982 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
17984         * progmodes/compile.el (compilation-warning-face)
17985         (compilation-info-face): Use min-colors.
17987 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17989         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17990         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17991         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17992         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17993         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17994         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17995         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17996         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17997         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17998         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17999         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
18000         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
18001         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
18002         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
18004 2004-05-15  Kim F. Storm  <storm@cua.dk>
18006         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
18007         Use it to set triggered-p element of timer.
18008         (timer-event-handler): Set triggered-p element non-nil while running
18009         the timer function.
18011 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18013         * descr-text.el (describe-char-unicode-data)
18014         (describe-char-unicodedata-file): Re-enable the unicode code now that
18015         the licensing issues have been cleared in the unicode-4 license.
18016         (describe-text-properties-1): Remove unused `overlay' var.
18017         (describe-char): Remove unused var `buffer'.
18019 2004-05-14  David Ponce  <david@dponce.com>
18021         * tree-widget.el: New file.
18023 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
18025         * language/european.el ("Brazilian Portuguese"): Add support for
18026         Brazilian Portuguese.
18028 2004-05-13  John Wiegley  <johnw@newartisans.com>
18030         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
18031         `recentf-mode' if this variable has been customized to t.
18033         * eshell/esh-test.el (eshell-test): Call the function
18034         `emacs-version' rather than trying to build a custom version string.
18036 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18038         * net/telnet.el (telnet-mode): Use define-derived-mode.
18039         Don't modify the global value of comint-prompt-regexp.
18041 2004-05-13  John Paul Wallington  <jpw@gnu.org>
18043         * version.el (emacs-version): Check for `gtk' feature before
18044         `x-toolkit' feature.
18046 2004-05-13  Juanma Barranquero  <lektu@terra.es>
18048         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
18049         arguments in the docstring, they're used only in recursive calls.
18051         * help-fns.el (help-arg-highlighting-function)
18052         (help-argument-name): Delete.
18053         (help-default-arg-highlight): New function.
18054         (help-do-arg-highlighting): Use it.
18056 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18058         * calendar/appt.el (appt-disp-window):
18059         Use `calendar-set-mode-line' for a centered mode-line.
18061 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
18063         * calendar/appt.el (appt-disp-window): Do not split window
18064         excessively when `split-height-threshold' is low.
18066 2004-05-12  Nick Roberts  <nickrob@gnu.org>
18068         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18069         kill-buffer-hook here and make it local.
18070         (gud-kill-buffer-hook): Use kill-process for a sure kill.
18072 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
18074         * progmodes/compile.el (compilation-set-window-height):
18075         Use save-excursion to protect against misplaced marker.
18077 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18079         * custom.el (defface): Document that type can have value gtk.
18081         * faces.el (face-spec-set-match-display): Handle type gtk in display.
18083 2004-05-12  Kenichi Handa  <handa@m17n.org>
18085         * descr-text.el: Require quail at compile time.
18086         (describe-char): If an input method is on and it supports the
18087         character, show how to input it.
18089         * international/quail.el (quail-install-decode-map): Accept a
18090         char-table whose subtype is `quail-decode-map'.
18091         (quail-store-decode-map-key, quail-gen-decode-map1)
18092         (quail-gen-decode-map, quail-find-key1, quail-find-key)
18093         (quail-show-key): New functions.
18095 2004-05-12  Juanma Barranquero  <lektu@terra.es>
18097         * generic.el (define-generic-mode): Remove redundant arglist info.
18099         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18100         Make arguments match their use in docstring.
18101         (help-arg-highlighting-function): New variable.
18102         (help-argument-name): Mention it in the docstring.
18103         (help-do-arg-highlight): Use it.  Expand regexp to accept also
18104         ARG-xxx and xxx-ARG references.
18106 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
18108         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18109         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18110         and "mailto:addr1?to=addr2" equal.
18112 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18114         * man.el (Man-getpage-in-background): Use shell-file-name
18115         and shell-command-switch variables instead of hard-coded values.
18117 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
18119         * iimage.el: New file.
18121 2004-05-11  Juanma Barranquero  <lektu@terra.es>
18123         * custom.el (custom-initialize-default, defcustom):
18124         Fix typo in docstring.
18126         * files.el (set-visited-file-name, file-expand-wildcards):
18127         Fix docstring.
18129 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18131         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18133         * subr.el (eventp): Be more discriminating with integers.
18135 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
18137         * progmodes/compile.el (compile): Add universal prefix arg.
18138         (compilation-error-regexp-alist-alist): Add edg patterns.
18140 2004-05-10  Sam Steingold  <sds@gnu.org>
18142         * textmodes/ispell.el (ispell-message):
18143         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18145 2004-05-10  Dave Love  <fx@gnu.org>
18147         * progmodes/python.el (help-buffer): Autoload when compiling.
18148         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18149         (run-python): Prepend to any existing PYTHONPATH.
18151 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
18153         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18154         for pending breakpoints.
18156 2004-05-10  Richard M. Stallman  <rms@gnu.org>
18158         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
18159         directly without calling any functions in Rmail.
18160         (unrmail-unprune): Function deleted.
18162 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18164         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18165         C-c C-z binding.
18167 2004-05-10  Kenichi Handa  <handa@m17n.org>
18169         * descr-text.el (describe-char): Fix previous change.  Don't make
18170         a unibyte character to multibyte in the *Help* buffer.
18172 2004-05-10  Miles Bader  <miles@gnu.org>
18174         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18175         buffer an error if the debugger process is actually running.
18177 2004-05-10  Juanma Barranquero  <lektu@terra.es>
18179         * help-fns.el (help-argument-name): Default to italic.
18180         (help-highlight-arguments): Return always (usage . doc), even when
18181         usage is nil.
18183         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18184         (define-ibuffer-filter): Add usage info.
18185         (define-ibuffer-op): Add usage info (but CL-style defaults for
18186         keyword args are not shown).
18188         * subr.el (remove-overlays, read-passwd): Fix docstring.
18189         (start-process-shell-command): Fix docstring.  Put usage info in a
18190         format usable by `describe-function'.
18191         (open-network-stream, open-network-stream-nowait)
18192         (open-network-stream-server): Fix docstring.
18194 2004-05-09  Jason Rumney  <jasonr@gnu.org>
18196         * international/code-pages (cp932, cp936, cp949, c950): Remove.
18197         Only define cp125* if windows-125* is already defined.
18199         * language/korean.el (cp949): Add alias.
18201         * language/chinese.el (cp936, cp950): Add aliases.
18203         * language/japanese.el (cp932): Add alias.
18205         * term/w32-win.el: Require code-pages.
18207         * international/mule-cmds.el (set-locale-environment):
18208         On MS-Windows use ansi code-page for default coding-systems.
18209         Set up paper sizes for Windows 3 letter languages.
18211         * international/code-pages.el (cp932, cp936, cp949, cp950):
18212         Add aliases.  Also add cp125* if not already defined.
18214 2004-05-09  Juanma Barranquero  <lektu@terra.es>
18216         * help-fns.el (help-highlight-arguments): Don't try to highlight
18217         missing or autoloaded arglists.  Accept structured arguments, like
18218         the first ones of `do' and `flet'.
18220         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18221         (cvs-get-marked): Remove redundant arglist info.
18223         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18224         Don't use CL-style default args.
18226 2004-05-08  Andreas Schwab  <schwab@suse.de>
18228         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18230         * international/subst-ksc.el: Fix references to utf-translate-cjk
18231         into utf-translate-cjk-mode.
18232         * international/subst-big5.el: Likewise.
18233         * international/subst-gb2312.el: Likewise.
18234         * international/subst-jis.el: Likewise.
18235         * international/utf-16.el: Likewise.
18236         * international/utf-8.el: Likewise.
18238 2004-05-08  John Wiegley  <johnw@newartisans.com>
18240         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18241         "virtual buffers" (off by default), which makes it possible to
18242         switch to the "virtual" buffers of recently visited files.  When a
18243         buffer name search fails, and this option is on, iswitchb will
18244         look at the list of recently visited files, and permit matching
18245         against those names.  When the user hits RET on a match, it will
18246         revisit that file.
18247         (iswitchb-read-buffer): Add two optional arguments, which makes
18248         isearchb.el possible.
18249         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18250         (iswitchb-next-match): Add support for virtual buffers.
18252         * isearchb.el: This module extends iswitchb to provide "as you
18253         type" buffer selection.
18255         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18256         Ignore the read-only property when flyspell highlighting is on.
18257         Not ignoring it leads to a series of confusing errors.
18258         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18259         but also make sure to call flyspell-incorrect-hook.
18260         (flyspell-maybe-correct-transposition): Perform transposition test
18261         by bit twiddling a string, rather than using a temp buffer.
18262         (flyspell-maybe-correct-doubling): Use a string rather than a temp
18263         buffer.  This is also the original version of the code, which
18264         could not be checked in before due to a previous lack of
18265         assignment papers.  This version has seen heavy usage on my system
18266         for several years now.
18268         * calendar/cal-bahai.el: New file, which adds support for the
18269         Baha'i calendar to Emacs.  This calendar is based on a solar year
18270         of 19 months of 19 days, with 4 intercalary days.  Each year
18271         begins on March 21, with the calendar starting in 1844.
18273         * calendar/cal-menu.el, calendar/calendar.el
18274         * calendar/diary-lib.el, calendar/holidays.el:
18275         Added support for using cal-bahai.el.
18277         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18278         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18279         function can be used outside of eshell buffers.
18280         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18282 2004-05-08  Juanma Barranquero  <lektu@terra.es>
18284         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18285         word constituent so FOO-ARG is not recognized as an arg.
18286         (help-highlight-arguments): Don't skip lists in mandatory arguments.
18288         * simple.el (next-error): Fix typo in docstring.
18289         (open-line): Make argument names match their use in docstring.
18290         (split-line): Fix docstring.
18292         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18293         usable by `describe-function'.
18294         (gensym, gentemp, typep, ignore-errors): Make argument names match
18295         their use in docstring.
18297         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18298         argument to `help-setup-xref'.
18300 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
18302         Version 2.0.40 of Tramp released.
18304         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18305         Use symbol-function to invoke functions only known on some Emacs
18306         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
18307         Scaldeferri <kevin@scaldeferri.com>.
18308         (tramp-do-copy-or-rename-file-via-buffer): Rename from
18309         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18310         consistent with the other tramp-do-* functions.
18311         (tramp-do-copy-or-rename-file): Calls adjusted.
18312         (tramp-process-initial-commands): Avoid liveness check on shell --
18313         we know that it must be alive since we're opening a connection at
18314         this moment.
18315         (tramp-last-cmd): New internal variable.
18316         (tramp-process-echoes): New tunable.
18317         (tramp-send-command): Set tramp-last-cmd.
18318         (tramp-wait-for-output): Delete echo, if applicable.
18319         (tramp-read-passwd): Construct the key for the password cache in a
18320         way that works for multi methods, too.
18321         (tramp-bug): Add backup-directory-alist and
18322         bkup-backup-directory-info to bug reports, with Tramp counterparts.
18324 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
18326         * net/tramp*.el: Suppress byte-compiler warnings where possible.
18328         * net/tramp.el (tramp-out-of-band-prompt-regexp)
18329         (tramp-actions-copy-out-of-band): New defcustoms.
18330         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18331         used instead of a synchronous one.  Allows password entering.
18332         (tramp-action-out-of-band): New defun.
18333         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18334         Remove restriction with password from doc string.
18335         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18336         `tramp-out-of-band-prompt-regexp',
18337         `tramp-actions-copy-out-of-band', `password-cache' and
18338         `password-cache-expiry'.
18339         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
18340         password caching.
18341         (tramp-touch): FILE can be a local file, too.
18342         (TODO): Remove items done.
18343         (tramp-handle-insert-directory): Properly quote file name also if
18344         not full-directory-p.  Handle wildcard case.  Reported by Andreas
18345         Schwab <schwab@suse.de>.
18346         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18347         new file.
18348         (tramp-handle-file-local-copy, tramp-handle-write-region):
18349         The permissions of the temporary file are set if filename exists.
18350         Reported by Ted Stern <stern@cray.com>.
18351         (tramp-backup-directory-alist)
18352         (tramp-bkup-backup-directory-info): New defcustoms.
18353         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18354         (tramp-handle-find-backup-file-name): New function.
18355         Implements Tramp's find-backup-file-name.
18357         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18358         for `find-backup-file-name'.
18360         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18361         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
18363 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
18365         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18367 2004-05-07  Juanma Barranquero  <lektu@terra.es>
18369         * subr.el (lambda): Add arglist description to docstring.
18370         (declare): Fix typo in docstring.
18371         (open-network-stream): Fix docstring.
18372         (process-kill-without-query): Fix docstring and add obsolescence info.
18373         (last, butlast, nbutlast): Make arguments match their use in docstring.
18374         (insert-buffer-substring-no-properties): Likewise.
18375         (insert-buffer-substring-as-yank): Likewise.
18376         (split-string): Fix docstring.
18378         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18379         Make argument names match their use in docstring.
18381         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18383 2004-05-06  Nick Roberts  <nickrob@gnu.org>
18385         * progmodes/gdb-ui.el: Improve/extend documentation strings.
18386         Fit first sentence on one line for apropos-command.
18388 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18390         Changes largely merged in from Dave Love's code.
18391         * progmodes/python.el: Doc fixes.
18392         (python-mode-map): Add python-complete-symbol.
18393         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18394         (python-comment-indent, python-complete-symbol)
18395         (python-symbol-completions, python-partial-symbol)
18396         (python-try-complete): New.
18397         (python-indent-line): Remove optional arg.  Use python-block-end-p.
18398         (python-check): Bind compilation-error-regexp-alist.
18399         (inferior-python-mode): Use rx.  Move keybindings to top level.
18400         Set comint-input-filter.
18401         (python-preoutput-filter): Use rx.
18402         (python-input-filter): Re-introduce.
18403         (python-proc): Start new process if necessary.
18404         Check python-buffer non-nil.
18405         (view-return-to-alist): Defvar.
18406         (python-send-receive): New.
18407         (python-eldoc-function): Use it.
18408         (python-mode-running): Don't defvar.
18409         (python-mode): Set comment-indent-function.
18410         Maybe update hippie-expand-try-functions-list.
18411         (python-indentation-levels): Initialize differently.
18412         (python-block-end-p): New.
18413         (python-indent-line): Use it.
18414         (python-compilation-regexp-alist): Augment.
18415         (run-python): Import `emacs' module to Python rather than loading
18416         code directly.  Set python-buffer differently.
18417         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
18418         Use python-proc.
18419         (python-send-command): Go to end of comint buffer.
18420         (python-load-file): Use python-proc, emacs.eimport.
18421         (python-describe-symbol): Simplify interactive form.
18422         Use emacs.help.  Do use temp-buffer-show-hook.
18423         Call print-help-return-message.
18424         (hippie-exp): Require when compiling.
18425         (python-preoutput-continuation): Use rx.
18427         * diff-mode.el (diff-make-unified): Fix regexp.
18429 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
18431         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18432         filter groups from the buffer when rebuilding the Ibuffer buffer
18433         and `ibuffer-show-empty-filter-groups' is nil.
18435 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18437         * ps-print.el (ps-print-quote): Call ps-value-string.
18438         (ps-setup): Call ps-comment-string.
18439         (ps-value-string, ps-comment-string): New funs.
18441 2004-05-06  Juanma Barranquero  <lektu@terra.es>
18443         * ehelp.el (electric-help-command-loop): Check whether the last
18444         character is visible, not (point-max).
18446         * help-fns.el (help-argument-name): Default to bold; don't inherit
18447         from font-lock-variable-name-face.
18448         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18450 2004-05-05  Kenichi Handa  <handa@m17n.org>
18452         * descr-text.el (describe-char): Copy the character with text
18453         properties and overlays into the first line, and call
18454         describe-text-properties on it.
18456 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
18458         * iswitchb.el (iswitchb-global-map): Fix typo.
18459         Remove unwanted ###autoloads from source file.
18461 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
18463         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18464         in run-hooks.  Use substitute-command-keys in message.
18465         (wdired-abort-changes): Add message.
18467 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
18469         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18470         (sql-emacs20-p): Remove.
18471         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18472         (sql-builtin-face, sql-doc-face): Remove.
18473         (sql-mode-ansi-font-lock-keywords)
18474         (sql-mode-oracle-font-lock-keywords)
18475         (sql-mode-postgres-font-lock-keywords)
18476         (sql-mode-linter-font-lock-keywords)
18477         (sql-mode-ms-font-lock-keywords)
18478         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18479         (sql-product-font-lock): Fix font-lock reset when font rules change.
18480         (sql-highlight-product): Remove incorrect font-lock reset logic.
18482 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
18484         * ses.el (ses-set-parameter): Fix typo.
18486 2004-05-04  Kim F. Storm  <storm@cua.dk>
18488         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18489         Must expand directory for completion to work; and don't mess with
18490         process-environment.
18491         (ido-read-file-name): If command has ido property, don't use ido
18492         if value is ignore, or read as directory if value is dir.
18493         Set ido ignore property for dired-do-rename command.
18495 2004-05-04  Juanma Barranquero  <lektu@terra.es>
18497         * ehelp.el (electric-help-command-loop, electric-help-undefined)
18498         (electric-help-help): Check against unmapped commands.
18500         * help-fns.el (help-argument-name): New face, inheriting from
18501         font-lock-variable-name-face, to highlight function arguments in
18502         `describe-function' and `describe-key'.
18503         (help-do-arg-highlight): Auxiliary function to highlight a given
18504         list of arguments in a string.
18505         (help-highlight-arguments): Highlight the function arguments and
18506         all uses of them in the docstring.
18507         (describe-function-1): Use it.  Do docstring output via `insert',
18508         not 'princ', so text attributes are preserved.
18510         * winner.el (winner-mode-map): Move `winner-undo' and
18511         `winner-redo' to C-c <left> and C-c <right>, respectively (the
18512         previous bindings conflict with `prev-buffer', `next-buffer').
18514 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18516         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18517         (bibtex-entry-update): New command bound to C-c C-u.
18518         (bibtex-text-in-string): Fix regexp.
18519         (bibtex-assoc-of-regexp): Remove.
18520         (bibtex-progress-message): Fix docstring.
18521         (bibtex-inside-field): Use if.
18522         (bibtex-assoc-regexp): New function.
18523         (bibtex-format-entry): Make code more robust so that it formats
18524         also old entries.
18525         (bibtex-autokey-demangle-title): Merge with obsolete function
18526         bibtex-assoc-of-regexp.
18527         (bibtex-field-list): New function.
18528         (bibtex-entry): Use bibtex-field-list.
18529         (bibtex-parse-entry): Fix docstring.
18530         (bibtex-print-help-message): Use bibtex-field-list.
18531         (bibtex-make-field): Use bibtex-field-list.
18532         (bibtex-entry-index): Bugfix.  Return crossref key if required.
18533         (bibtex-lessp): Fix docstring.
18535 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
18537         * select.el (xselect-convert-to-string): Move comment to intended line.
18539 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18541         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18542         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18544 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18546         * term/x-win.el (x-clipboard-yank): Don't exit on error from
18547         x-get-selection.
18549 2004-05-03  Jason Rumney  <jasonr@gnu.org>
18551         * makefile.nt: Remove.
18553 2004-05-03  Kim F. Storm  <storm@cua.dk>
18555         * emulation/cua-base.el (cua--update-indications): Fix last change.
18556         (cua-mode): Deactivate mark when cua-mode is enabled.
18558 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
18560         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18562 2004-05-03  Nick Roberts  <nickrob@gnu.org>
18564         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18565         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18566         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18567         window over visible frames.
18568         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18570 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18572         * progmodes/compile.el (compilation-gcpro): New var.
18573         (compilation-fake-loc): Use it.
18574         (compilation-forget-errors): Reset it.
18576 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
18578         * diff-mode.el (diff-header-face, diff-file-header-face):
18579         Use min-colors.
18581 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18583         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18584         (bibtex-clean-entry): Disentangle code.
18585         (bibtex-realign): New function.
18586         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
18587         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18588         Remove undocumented optional arg called-by-convert-alien.
18589         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
18590         for sorting instead of bibtex-sort-buffer.
18592 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
18594         * progmodes/compile.el (compilation-start): In the
18595         no-async-subprocesses branch, call sit-for to give redisplay a
18596         chance to show the updated process status in the mode line, and
18597         fontify the buffer explicitly after the process exits.
18599 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18601         * progmodes/python.el (python-compilation-line-number): Remove.
18602         (python-compilation-regexp-alist): Don't use it any more.
18603         (python-orig-start, python-input-filter): Remove.
18604         (inferior-python-mode): Don't set up comint-input-filter-functions.
18605         (python-send-region): Use compilation-fake-loc.
18607         * progmodes/compile.el (compilation-messages-start): New var.
18608         (compilation-mode): Don't setup next-error-function here.
18609         (compilation-setup): Set it up here instead (for minor modes as well).
18610         Make compilation-messages-start buffer local.
18611         (compilation-next-error-function): Use it.
18612         (compilation-forget-errors): Set compilation-messages-start.
18614 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18616         * ielm.el (ielm-prompt-read-only): Update docstring.
18618         * comint.el (comint-prompt-read-only): Update docstring.
18619         (comint-update-fence, comint-kill-whole-line)
18620         (comint-kill-region): New functions.
18622         * simple.el (kill-whole-line): Use "p" instead of "P" in
18623         interactive form.
18625 2004-05-01  Juanma Barranquero  <lektu@terra.es>
18627         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18628         format arglist so default values in CL-style argument lists are
18629         correctly shown.
18631 2004-05-01  Jason Rumney  <jasonr@gnu.org>
18633         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18635 2004-05-01  Kenichi Handa  <handa@m17n.org>
18637         * international/titdic-cnv.el (miscdic-convert): Don't generate a
18638         quail file if it is up to date.
18640 2004-04-30  Juri Linkov  <juri@jurta.org>
18642         * cus-edit.el (custom-mode-map):
18643         Add key binding `C-x C-s' to `Custom-save'.
18645         * outline.el (outline-blank-line): New var.
18646         (outline-next-preface, outline-show-heading)
18647         (outline-end-of-subtree): Use it.
18649         * dired-aux.el (dired-touch-initial): New fun.
18650         (dired-do-chxxx): Call it for op-symbol `touch'.
18651         (dired-diff): Use `dired-dwim-target-directory'
18652         if current dired buffer has no buffer mark.
18654         * bindings.el (propertized-buffer-identification):
18655         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18656         Add C-M-arrow keys for consistency.
18658         * files.el (confirm-kill-emacs):
18659         Change group from top-level `emacs' to `convenience'.
18661         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18662         Push mark on the first call of successive command calls.
18663         (insert-pair): New fun created from `insert-parentheses' with
18664         `open' and `close' arguments added.  Enclose active regions
18665         in paired characters.  Compare adjacent characters syntax with
18666         inserted characters syntax before inserting a space.
18667         (insert-parentheses): Call `insert-pair' with ?\( ?\).
18669         * delsel.el: Don't put `delete-selection' property
18670         on `insert-parentheses' symbol to take advantage of
18671         region handling in `insert-pair' function.
18672         Suggested by Stephan Stahl <stahl@eos.franken.de>.
18674 2004-04-30  Kim F. Storm  <storm@cua.dk>
18676         * emulation/cua-base.el: Add support for changing cursor types;
18677         based on patch from Michael Mauger.
18678         (cua-normal-cursor-color, cua-read-only-cursor-color)
18679         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18680         Customization cursor type and/or cursor color.
18681         (cua--update-indications): Handle cursor type changes.
18682         (cua-mode): Update cursor indications if enabled.
18684         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18686         * mouse.el (mouse-drag-copy-region): New defcustom.
18687         (mouse-set-region, mouse-drag-region-1): Use it.
18689         * simple.el (kill-ring-save): If region face background color is
18690         unspecified (if no highlighting), show extent of fully visible
18691         region even if transient-mark-mode is enabled.
18693         * emulation/cua-base.el (cua--standard-movement-commands):
18694         Add cua-scroll-up and cua-scroll-down.
18695         (cua-scroll-up, cua-scroll-down): New commands.
18696         (cua--init-keymaps): Remap scroll-up and scroll-down.
18698         * emulation/cua-rect.el (cua--convert-rectangle-as):
18699         New defmacro.
18700         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18701         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18702         New commands (suggested by Jordan Breeding).
18704 2004-04-30  Juanma Barranquero  <lektu@terra.es>
18706         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18708 2004-04-30  Mario Lang  <mlang@delysid.org>
18710         * diff.el (diff-switches): Fix typo in docstring.
18712 2004-04-30  Alex Schroeder  <alex@gnu.org>
18714         * xml.el (xml-debug-print-internal): Don't add newline and
18715         indentation to text nodes and write empty elements as empty tags
18716         instead of opening and closing tags.
18717         (xml-debug-print): Take optional indent-string argument.
18718         (xml-print): Alias for xml-debug-print.
18720 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18722         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18723         than duplicate call to `line-beginning-position'.
18725         * progmodes/f90.el (f90-get-present-comment-type):
18726         Return whitespace, as well as comment chars, for consistent filling
18727         of comment blocks.  Use `match-string-no-properties'.
18728         (f90-break-line): Trim trailing whitespace when filling comments.
18730 2004-04-30  Dave Love  <fx@gnu.org>
18732         * calendar/diary-lib.el (diary-outlook-formats): New variable.
18733         (diary-from-outlook-internal, diary-from-outlook)
18734         (diary-from-outlook-gnus, diary-from-outlook-rmail):
18735         New functions to import diary entries from Outlook-format
18736         appointments in mail messages.
18738 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18740         * progmodes/python.el (python-send-command): New fun.
18741         (python-send-region, python-load-file): Use it.
18743         * progmodes/compile.el (compilation-last-buffer): Add var alias.
18745         * help-fns.el (help-C-file-name): Use new subr-name.
18746         Prepend `src/' to the file name.
18747         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18748         (describe-function-1, describe-variable): Only find a C source file
18749         name if DOC is already loaded.
18751         * help-mode.el (help-function-def, help-variable-def):
18752         Use the new find-function-search-for-symbol functionality.
18753         Allow FILE to be `C-source'.
18755         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18756         (find-function-C-source): New fun.
18757         (find-function-search-for-symbol): Use it.
18759 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
18761         * progmodes/sql.el (sql-product-alist): Rename variable
18762         `sql-product-support'.  Add Postgres login parameters.
18763         (sql-set-product, sql-product-feature): Update with renamed variable.
18764         (sql-connect-postgres): Add username prompt.
18765         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18766         Make patterns less product specific.
18767         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18768         (sql-mode-abbrev-table): Modify initialization.
18769         (sql-builtin-face): Add variable.
18770         (sql-keywords-re): Add macro.
18771         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18772         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18773         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18774         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18775         (sql-mode-linter-font-lock-keywords)
18776         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18777         (sql-mode-sybase-font-lock-keywords)
18778         (sql-mode-informix-font-lock-keywords)
18779         (sql-mode-interbase-font-lock-keywords)
18780         (sql-mode-ingres-font-lock-keywords)
18781         (sql-mode-solid-font-lock-keywords)
18782         (sql-mode-sqlite-font-lock-keywords)
18783         (sql-mode-db2-font-lock-keywords): Default to nil.
18784         (sql-product-font-lock): Always highlight ANSI keywords.
18785         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18786         (sql-send-string): Add function.
18788 2004-04-29  Dave Love  <fx@gnu.org>
18790         * progmodes/cfengine.el (cfengine-beginning-of-defun)
18791         (cfengine-end-of-defun): Ensure progress through buffer.
18793         * info-look.el (cfengine-mode): Accept a terminal ().
18795 2004-04-29  Juri Linkov  <juri@jurta.org>
18797         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18798         instead of isearch-yank-word-or-char.  Add new key bindings for
18799         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18800         (isearch-del-char): New fun.
18801         (isearch-forward, isearch-edit-string): Update docstring.
18802         (isearch-yank-char): Doc fix.
18803         (isearch-other-meta-char): Restore point after scrolling.
18805         * progmodes/compile.el (compilation-context-lines): Add nil option
18806         to disable compilation output window scrolling.
18807         (compilation-set-window): Use it.
18809         * outline.el (outline-next-preface, outline-show-heading):
18810         Don't leave unhidden blank line before heading.
18811         (outline-end-of-subtree): Include last newline into subtree.
18812         (hide-entry): Leave point at beginning of heading instead of end.
18813         (outline-up-heading): Push mark for the first call of successive
18814         command calls.
18816 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18818         * comint.el (comint-prompt-read-only): New variable.
18819         (comint-output-filter): Implement it.
18821         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18822         (ielm-prompt-internal): New variable.
18823         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18824         (ielm-send-input): Delete unused variable `buf'.
18825         (ielm-eval-input): Use `ielm-prompt-internal'.
18826         (inferior-emacs-lisp-mode): Use new variables
18827         `comint-prompt-read-only' and `ielm-prompt-internal'.
18828         Get rid of obsolete variable `directory-sep-char'.
18829         (ielm): Use `zerop'.
18831 2004-04-29  John Paul Wallington  <jpw@gnu.org>
18833         * thumbs.el (toplevel): Require cl at compile time.
18834         Remove conditional definitions of `ignore-errors' and `caddar'
18835         because they occur at run time.
18837 2004-04-28  Nick Roberts  <nickrob@gnu.org>
18839         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18840         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18841         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18842         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18844         * progmodes/gud.el (gud-common-init): Throw an error if program is
18845         already running under gdb.
18847 2004-04-28  John Paul Wallington  <jpw@gnu.org>
18849         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18850         (thumbs-show-image-num): Move assignment of
18851         `thumbs-current-image-filename' within scope of `i'.
18852         (thumbs-emboss-image): Don't use `evenp'.
18854 2004-04-28  Richard M. Stallman  <rms@gnu.org>
18856         * progmodes/compile.el (compilation-context-lines): Default now 0.
18858 2004-04-28  Juanma Barranquero  <lektu@terra.es>
18860         Use `time-less-p' from calendar/time-date.el instead of defining
18861         custom versions of it.
18863         * pcomplete.el (pcomplete-time-less-p): Remove.
18865         * thumbs.el (time-less-p): Remove.
18867         * calendar/timeclock.el (timeclock-time-less-p): Remove.
18868         (timeclock-generate-report): Use `time-less-p'.
18870         * emacs-lisp/autoload.el (autoload-before-p): Remove.
18871         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18873 2004-04-28  Masatake YAMATO  <jet@gyve.org>
18875         * subr.el (remove-overlays): Make arguments optional.
18877         * wid-edit.el (widget-specify-button): Put evaporate to the
18878         overlay for sample.
18879         (widget-specify-sample): Put evaporate to the overlay for sample.
18880         (widget-specify-doc): Put evaporate to the overlay for documentation.
18882 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
18884         * info.el (info-apropos): Make it an index node.  Align node names
18885         like makeinfo.
18887 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
18889         * net/browse-url.el (browse-url-netscape-sentinel)
18890         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18891         (browse-url-epiphany-sentinel, browse-url-mosaic):
18892         Use browse-url-*-program instead of a literal program name.
18894 2004-04-27  Kevin Ryde  <user42@zip.com.au>
18896         * eshell/em-alias.el:
18897         * eshell/em-dirs.el:
18898         * eshell/em-hist.el:
18899         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18900         features when M-x customize-group loads modules before the main
18901         eshell.el.
18903 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
18905         * subr.el (momentary-string-display): Support EXIT-CHAR that is
18906         either a character representation of an event or an event
18907         description list.
18909         * type-break.el: Capitalize Emacs and Lisp.
18910         (type-break-good-break-interval, type-break-demo-boring-stats)
18911         (type-break-terse-messages, type-break-file-name): New defcustoms.
18912         (type-break-post-command-hook)
18913         (type-break-warning-countdown-string): Quote variable names in doc.
18914         (type-break-interval-start, type-break-auto-save-file-name): New vars.
18915         (type-break-mode): Document type-break-good-break-interval and the
18916         "session" file.  Schedule break according to the session file.
18917         Kill session file buffer on exit.  Organize for save-some-buffers
18918         to always save the session file.
18919         (type-break-mode-line-message-mode, type-break-query-mode):
18920         Uppercase arguments.
18921         (type-break-file-time, type-break-file-keystroke-count, timep)
18922         (type-break-choose-file, type-break-get-previous-time)
18923         (type-break-get-previous-count): New defuns.
18924         (type-break): Avoid break querying after a completed break in the
18925         case where the query was initiated during user invocation of the
18926         break.  Optional terse messages.
18927         Use type-break-good-break-interval if type-break-good-rest-interval is
18928         nil.  File the break time.
18929         (type-break-schedule): New optional args for overriding the use of
18930         the current time.
18931         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18932         after a break.
18933         (type-break-check): File the keystroke count.
18934         (type-break-do-query): Prevent a second query when the break is
18935         interrupted.  Optional terse message.
18936         (type-break-keystroke-reset): Record the start of a typing interval.
18937         (type-break-demo-boring): Optional terse messages.  Display word
18938         per minute and keystroke counts according to
18939         type-break-demo-boring-stats.
18941 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
18943         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18944         directories, make sure they exist under archive-tmpdir.
18946 2004-04-27  Juri Linkov  <juri@jurta.org>
18948         * help.el (view-emacs-news): With argument, display info for the
18949         selected version by finding it among different NEWS files, and
18950         narrowing the buffer to the selected version.
18952         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18953         same-window-buffer-names.
18954         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
18955         non-numeric prefix argument, append the number to the buffer name
18956         for numeric prefix argument.
18957         (info-other-window): Bind same-window-regexps to nil.
18958         (Info-reference-name): Rename to Info-point-loc.
18959         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18960         and Info-find-index-name for stringy Info-point-loc.
18961         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
18962         without middle `.', but with final `.' and optional line number
18963         for it.  Set Info-point-loc for index nodes.
18964         (Info-index): Remove middle `.' from index entry regexp.
18965         Modify line number regexp.
18966         (Info-index-next): Decrement line number.
18967         (info-apropos): Remove middle `.' from index entry regexp.
18968         Add optional line number regexp at the end.  Add matched value
18969         for line number to the result list and insert it to the buffer.
18970         Replace match-string by match-string-no-properties.
18971         Reorder result list.
18972         (Info-fontify-node): Hide index line numbers.
18973         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18974         empty matches.
18975         (Info-follow-reference): Use `str' instead of
18976         Info-following-node-name-re.
18977         (Info-toc): Use full file names.  Set Info-current-node to "Top".
18978         (Info-fontify-node): Compare file names without directory name.
18979         (Info-try-follow-nearest-node): Don't set Info-reference-name.
18980         Set second arg of Info-extract-menu-node-name for index nodes.
18981         (info-xref-visited): Use magenta3 instead of magenta4.
18982         (Info-mode): Add info-apropos to docstring.
18984         * log-view.el (log-view-diff): Replace interactive code "r"
18985         by a list to allow to call it even if region is not active.
18987         * paren.el (show-paren-highlight-openparen): New var.
18988         (show-paren-function): Turn on openparen highlighting when
18989         matching forward if show-paren-highlight-openparen is non-nil.
18991         * simple.el (kill-ring-save): Use blink-matching-delay instead of
18992         the constant value 1.
18993         (completions-common-part): Expand docstring.
18995         * textmodes/picture.el (picture-mode-map): Add arrow keys.
18997 2004-04-27  Kim F. Storm  <storm@cua.dk>
18999         * image.el (insert-sliced-image): Use line-height instead of
19000         line-spacing property on newline.
19002 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
19004         * desktop.el (desktop-buffer-misc-data-function): Rename to
19005         desktop-save-buffer and change docstring.
19006         (desktop-buffer-modes-to-save): Delete.
19007         (desktop-save-buffer-p): Use desktop-save-buffer instead of
19008         desktop-buffer-modes-to-save.
19009         (desktop-save): Rename desktop-buffer-misc-data-function to
19010         desktop-save-buffer and allow non-function value.
19011         (desktop-missing-file-warning): Correct docstring.
19013         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
19014         to desktop-save-buffer.
19016         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19017         desktop-save-buffer.
19019         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
19021         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
19023 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
19025         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
19027 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
19029         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
19030         (ielm): Only go to the end of the buffer when starting a new process.
19032 2004-04-25  Juanma Barranquero  <lektu@terra.es>
19034         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
19035         mode line.  Bind `inhibit-read-only' to t before modifying
19036         properties of text in the buffer.
19037         (ielm): Force point to the end of buffer, even when running ielm
19038         from inside itself.
19040 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19042         * info.el (info-apropos): Reset Info-complete-cache.
19044 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
19046         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19047         Also recognize severe Irix et al. messages.
19048         (compilation-normalize-filename, compile-abbreviate-directory):
19049         Delete functions.
19050         (compilation-get-file-structure): New function inherits
19051         functionality of the two preceding ones.
19052         (compilation-internal-error-properties, compilation-fake-loc):
19053         Use it so that different paths to the same file share the same
19054         markers.  Also optimize finding adjacent marker slightly.
19056 2004-04-25  Kim F. Storm  <storm@cua.dk>
19058         * image.el (insert-sliced-image): Add line-spacing t property
19059         to newlines separating image lines.
19061 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
19063         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19065         * ielm.el (ielm-prompt-read-only): New user option.
19066         (ielm-prompt): Expand docstring to describe new behavior.
19067         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19068         mention it in the docstring.
19070 2004-04-24  Andreas Schwab  <schwab@suse.de>
19072         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19074         * diff.el (diff): Set default-directory in diff buffer.
19076 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
19078         * mail/sendmail.el (mail-bury): Don't delete the frame where the
19079         mail was being composed if the terminal cannot display more than
19080         one frame; instead, switch to previous frame.
19082         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19083         (rmail-start-mail): Support rmail-mail-new-frame even on
19084         terminals that can display only one frame at a time.
19086 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19088         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19089         (checkdoc-output-font-lock-keywords): Remove error regexp.
19090         (checkdoc-output-mode-map): Remove.
19091         (checkdoc-output-mode): Derive from compilation-mode.
19092         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19094         * dired.el (dired-mode-map): Add a menu entry for wdired.
19096         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19097         (rx-bracket, rx-check-any, rx-any): Clean up name space.
19099         * wdired.el (wdired-mode-map): Move init into declaration.
19100         Fix `return' binding.
19101         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19102         Use force-mode-line-update.
19103         (wdired-get-filename): Use `unless'.
19104         (wdired-preprocess-files): Don't assume names have no \n and use / for
19105         dir separator.
19106         (wdired-normalize-filename): Use replace-regexp-in-string.
19107         (wdired-load-hooks): Remove.
19108         (wdired-mode-hooks): Rename to wdired-mode-hook.
19110         * info-look.el: Add support for cfengine-mode.
19111         (info-lookup-setup-mode): Use dolist.
19113 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
19115         * wdired.el: New file.
19117 2004-04-23  Juanma Barranquero  <lektu@terra.es>
19119         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19121         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19122         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19123         (pcomplete--help, pcomplete--here): Doc fixes.
19125 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
19127         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19128         handles wrong-number-of-arguments in backend call.
19130         * vc.el (vc-print-log): Likewise.
19132 2004-04-20  Dave Love  <fx@gnu.org>
19134         * emacs-lisp/rx.el: Doc fixes.
19135         (rx-constituents): Add/extend many forms.
19136         (rx-check): Check form is a list.
19137         (bracket): Defvar.
19138         (rx-check-any, rx-any, rx-check-not): Modify.
19139         (rx-not): Simplify.
19140         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19141         (rx-kleene): Use rx-trans-forms.
19142         (rx-quote-for-set): Delete.
19143         (rx): Allow multiple args.
19145 2004-04-23  Kenichi Handa  <handa@m17n.org>
19147         * international/mule-util.el (char-displayable-p): Simplify by
19148         using internal-char-font.
19150 2004-04-23  Juanma Barranquero  <lektu@terra.es>
19152         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19154 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19156         * diff-mode.el (diff-next-error): New fun.
19157         (diff-mode): Use it.
19159         * simple.el (next-error): Change arg name.
19160         Add support for the documented C-u C-x ` usage.
19162         * frame.el (special-display-popup-frame, next-multiframe-window)
19163         (previous-multiframe-window): Only consider frames on same display.
19165 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
19167         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19168         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19170 2004-04-22  Kim F. Storm  <storm@cua.dk>
19172         * net/telnet.el (telnet): Add optional port arg.
19174 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19176         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19177         Minor sanity check on the `hyperlink' slot.
19179         * Makefile.in (recompile): Compile new files.
19181         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19182         Add byte-recompile-directory's optional `arg'.
19184         * cvs-status.el (cvs-tree-use-charset): New var.
19185         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19186         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19187         (cvs-status-cvstrees): Use it.
19189         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19190         Make it a normal major mode.
19191         (checkdoc-buffer-label): Make sure the file name is meaningful.
19192         (checkdoc-output-to-error-buffer): Remove.
19193         (checkdoc-error, checkdoc-start-section): Rewrite.
19195         * info.el (info-node, info-menu-5, info-xref, info-header-node)
19196         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19197         (Info-title-4-face): Use new syntax.
19198         (info-xref-visited): Inherit from info-xref.
19200         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19202 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19204         * simple.el (next-error-last-buffer, next-error-function):
19205         New variables for the next-error framework.
19206         (next-error-buffer-p): New function.
19207         (next-error-find-buffer): Generalize compilation-find-buffer.
19208         (next-error, previous-error, first-error, next-error-no-select)
19209         (previous-error-no-select): Move from compile.el.
19211         * replace.el (occur-next-error, occur-1): Hook into the next-error
19212         framework.
19214         * progmodes/compile.el (compilation-start):
19215         Set next-error-last-buffer so next-error knows where to jump.
19216         (compilation-setup): Set the buffer-local variable
19217         next-error-function to 'compilation-next-error-function.
19218         (compilation-buffer-p, compilation-buffer-internal-p): Use an
19219         alternate way to find if a buffer is a compilation buffer, for
19220         next-error convenience.
19221         (next-error-no-select, previous-error-no-select, next-error)
19222         (previous-error, first-error): Move to simple.el.
19223         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19224         (compilation-last-buffer): Remove.
19225         (compilation-start, compilation-next-error, compilation-setup)
19226         (compilation-next-error-function, compilation-find-buffer):
19227         Remove compilation-last-buffer use.
19229 2004-04-21  Juanma Barranquero  <lektu@terra.es>
19231         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19232         (font-lock-warning-face): Fix spacing.
19234         * makefile.w32-in (WINS): Add url/ directory.
19236 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
19238         * desktop.el (desktop-buffer-mode-handlers): New variable.
19239         Alist of major mode specific functions to restore a desktop buffer.
19240         (desktop-buffer-handlers): Make variable obsolete.
19241         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19242         Catch errors signaled in handlers.  Update buffer count.
19243         Evaluate desktop-buffer-point.
19244         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19245         move to dired.el.
19246         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19247         move to info.el.
19248         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19249         move to mail/rmail.el.
19250         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19251         to mh-e/mh-e.el.
19252         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19253         On fail, print message (to message buffer) even if
19254         desktop-missing-file-warning is nil.
19255         (desktop-buffer-misc-data-function): New buffer local variable.
19256         Function returning major mode specific data.
19257         (desktop-buffer-misc-functions): Make variable obsolete.
19258         (desktop-save): Use desktop-buffer-misc-data-function.
19259         (desktop-buffer-dired-misc-data): Rename to
19260         dired-desktop-buffer-misc-data and move to dired.el.
19261         (desktop-buffer-info-misc-data): Rename to
19262         Info-desktop-buffer-misc-data and move to info.el.
19263         (desktop-read): Add message about number of buffers restored/failed.
19265         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19266         Add parameters.  Pause to display error only when
19267         desktop-missing-file-warning is non-nil.
19268         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
19269         (dired-mode): Bind desktop-buffer-misc-data-function.
19271         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19272         Add Parameters.
19273         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
19274         (Info-mode): Bind desktop-buffer-misc-data-function.
19276         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19277         Add Parameters.
19279         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19280         Add Parameters.
19282 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
19284         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19285         the case of letters in case-insensitive expansions when the
19286         abbrev is preceded by characters with letter syntax.
19288 2004-04-21  Richard M. Stallman  <rms@gnu.org>
19290         * progmodes/cperl-mode.el (cperl-putback-char):
19291         Delete Emacs 18 definition.
19293         * international/mule.el (ctext-post-read-conversion):
19294         Use assoc-string, not assoc-ignore-case.
19296         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19298         * emacs-lisp/easymenu.el (easy-menu-add):
19299         Do call x-popup-menu, but only if it's defined.
19301         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19303         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19304         Handle multiple args: compile like progn.
19306         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19307         take all args as &rest arg.
19309         * autoinsert.el (auto-insert-alist): Insert the user's name in
19310         copyright notice, rather than Free Software Foundation.
19312 2004-04-21  Kenichi Handa  <handa@m17n.org>
19314         * descr-text.el (describe-char): Make it work on *Help* buffer.
19316 2004-04-21  Kim F. Storm  <storm@cua.dk>
19318         * image.el (insert-image): Add optional SLICE arg.
19319         (insert-sliced-image): New defun.
19321 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19323         * subr.el (read-number): Check whether `default' is nil.
19325 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19327         * progmodes/compile.el (compilation-error-properties): Split into
19328         two.
19329         (compilation-internal-error-properties): New one.
19330         (compilation-compat-error-properties): Use it.  Fix the non-marker
19331         case.
19333 2004-04-20  Richard M. Stallman  <rms@gnu.org>
19335         * window.el (split-window-save-restore-data):
19336         Don't update the data if OLD-INFO is nil.
19338         * view.el (view-return-to-alist): Mark it permanent local.
19340         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19342         * recentf.el (recentf-save-list): Catch and warn about errors.
19344         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19345         so "Buffers" won't be pure.
19347         * help-mode.el (help-mode-finish): Set help-return-alist first
19348         thing, setting only the entry for the selected window.
19350         * help-fns.el (describe-function-1): If many non-control non-meta
19351         keys run the command, don't list all of them.
19353 2004-04-20  Juanma Barranquero  <lektu@terra.es>
19355         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19356         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
19358         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19360 2004-04-20  Kenichi Handa  <handa@m17n.org>
19362         * international/quail.el (quail-lookup-key): New optional arg
19363         NOT-RESET-INDICES.
19364         (quail-get-translations): Call quail-lookup-key with
19365         NOT-RESET-INDICES t.
19366         (quail-completion): Likewise.
19367         (quail-lookup-map-and-concat): Likewise.
19369 2004-04-20  Kenichi Handa  <handa@m17n.org>
19371         * international/quail.el (quail-update-translation): Don't insert
19372         such an unsupported multibyte char in a unibyte buffer.
19374 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
19376         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19377         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19378         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19379         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19380         (gdb-frame-assembler-buffer): Improve behavior with
19381         multiple frames.
19382         (gdb-display-buffer): Extend search to all visible frames.
19384 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
19386         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19387         characters left after base64 decoding.
19388         (rmail-decode-region): Use -dos variety of `coding', to remove any
19389         ^M characters left after qp or base64 decoding.
19391 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19393         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19394         messages.
19396 2004-04-19  Stephen Eglen  <stephen@gnu.org>
19398         * add-log.el (add-change-log-entry): Update doc string to mention
19399         add-log-full-name and add-log-mailing-address.
19401 2004-04-18  Juri Linkov  <juri@jurta.org>
19403         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19404         (Info-find-node-2): Simplify error message.
19405         (Info-insert-dir): Use Info-following-node-name.
19406         (Info-goto-node): Remove *info-history* and *info-toc*.
19407         (Info-history): Create a node of the virtual history file.
19408         (Info-toc): Create a node of the virtual toc file.
19409         (Info-insert-toc): New arg `curr-file' for reference file names.
19410         (info-apropos): Remove redundant var binding for temp-file.
19411         (Info-index, Info-index-next, Info-mode): Doc fix.
19412         (Info-goto-emacs-command-node): Don't jump to *info* from
19413         non-*info* Info buffers.
19414         (Info-fontify-node): Don't show the file name of external
19415         references if `Info-hide-note-references' is `hide'.  Don't hide
19416         newlines at the end of paragraphs.
19418         * international/mule-diag.el (list-input-methods):
19419         Fix args to help-xref-button.
19421         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19422         to put into effect local variables from TUTORIAL files.
19424         * textmodes/paragraphs.el (sentence-end) <function>: New fun
19425         with default value taken from the variable `sentence-end'.
19426         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
19427         Add nil const to :type.
19428         (sentence-end-without-period, sentence-end-double-space)
19429         (sentence-end-without-space): Doc fix.
19431         * textmodes/paragraphs.el (forward-sentence):
19432         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19433         (fill-delete-newlines):
19434         * progmodes/cc-cmds.el (c-beginning-of-statement):
19435         Use function `sentence-end' instead of variable `sentence-end'.
19437 2004-04-18  Andreas Schwab  <schwab@suse.de>
19439         * progmodes/compile.el (compilation-start): Set window start to
19440         point-min if compilation-scroll-output is nil.
19442 2004-04-18  John Wiegley  <johnw@newartisans.com>
19444         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19446 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
19448         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19449         (gdb-info-breakpoints-custom): Revert previous change.
19450         (gdb-view-assembler): Update assembler if necessary.
19451         (gdb-frame-handler): Parse correctly for gdb-current-frame.
19452         (gdb-display-source-buffer): Update properly when both source and
19453         assembler are visible.
19455 2004-04-17  John Wiegley  <johnw@newartisans.com>
19457         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19458         which limits the number of names shown in the minibuffer.  Off by
19459         default.
19460         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
19461         up iswitchb for users with a multitude of open buffers by showing
19462         only the first and last N/2 buffers in the completion list (which
19463         is enough to aid C-s/C-r, and to know that more characters are
19464         needed to refine the completion list).
19466 2004-04-17  Richard M. Stallman  <rms@gnu.org>
19468         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19469         (file-truename): Expand all ~ constructs directly.
19470         (insert-directory): Delete any error msg output by the
19471         `insert-directory-program'.
19473         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19474         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19475         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19476         (allout-init): Use find-file-hook, not find-file-hooks.
19477         (allout-mode): Eliminate Emacs 18 support.
19478         Use write-contents-functions, not local-write-file-hooks.
19480 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
19482         * progmodes/compile.el (compilation-error-properties): Fix for
19483         adding messages when there are already markers for their file.
19484         (compilation-fake-loc): New function.
19486 2004-04-16  Dave Love  <fx@gnu.org>
19488         * progmodes/python.el (python-compilation-line-number): Fix
19489         braindamage.
19490         (python-load-file): Fix python-orig-start setting.
19492         * progmodes/compile.el: Doc fixes.
19493         (compilation-error-regexp-alist-alist)
19494         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19495         (compilation-assq): Wrap in eval-when-compile.
19496         (compilation-mode-font-lock-keywords): Don't use list*.
19497         (compilation-start): Avoid warning.
19498         (compilation-compat-error-properties)
19499         (compilation-directory-properties): Add keymap property.
19500         (compilation-parsing-end): Make it a marker for better compatibility.
19502         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19504 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
19506         * xml.el: Doc fixes.
19507         (xml-get-children): Only looks at sub-tags and ignore strings.
19509         * xml.el (xml-parse-tag): Avoid overwriting node-name.
19511 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19513         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19515 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
19517         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19519         * vc.el (vc-print-log): Likewise.
19521 2004-04-16  Masatake YAMATO  <jet@gyve.org>
19523         * simple.el (completion-setup-function): Set an initial value to
19524         `element-common-end' before entering loop.  Set a value to
19525         `element-common-end' at the end of loop.  The bug is reported by
19526         Juri Linkov <juri@jurta.org> in emacs-devel list.
19527         (completions-common-part): Rename from completion-de-emphasis.
19528         (completions-first-difference): Rename from completion-emphasis.
19529         Suggested by RMS.
19531 2004-04-16  Juanma Barranquero  <lektu@terra.es>
19533         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19534         (bookmark-edit-annotation-mode): Add mode name.
19536 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19538         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19539         for nested conflict markers.
19540         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19542 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
19544         * progmodes/gdb-ui.el (gdb-goto-info): New function.
19546         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19548 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19550         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19551         Give a backtrace if requested.
19553         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19555         * progmodes/python.el (python-mouse-2-command, python-RET-command):
19556         Remove unused functions.
19557         (python-orig-start-line, python-orig-file): Remove.
19558         (python-orig-start): New var.
19559         (python-input-filter, python-compilation-line-number)
19560         (python-send-region, python-load-file): Use it.
19562         * info.el (info): Always jump to *info*.
19564         * subr.el (posn-set-point): New function.
19566         * mouse.el (mouse-set-point): Use it.
19568         * progmodes/compile.el (compile-goto-error): Use it.
19569         (compilation-button-map): New keymap.
19570         (compilation-error-properties): Use it.
19571         (compilation-shell-minor-mode-map): Don't bind mouse-2.
19573         * smerge-mode.el (smerge-popup-context-menu): Use it.
19575         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19576         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19577         mouse and non-mouse case.
19579         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19580         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19582         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19583         Make it work for non-mouse events.
19585         * pcvs-info.el (cvs-status-map): Update binding name.
19587 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
19589         * xml.el (xml-maybe-do-ns): New function to handle namespace
19590         parsing of both attribute and element names.
19591         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19592         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19593         (xml-parse-tag): Update assumed namespaces.  Clean up namespace
19594         parsing.
19595         (xml-parse-attlist): Make it do its own namespace parsing.
19597 2004-04-14  Dave Love  <fx@gnu.org>
19599         * progmodes/python.el (run-python): Fix use of \n.
19600         (python-load-file): Remove `try' from Python fragment.
19601         (python-describe-symbol): Fix message.
19603         * comint.el: Doc fixes.
19604         (comint-last-input-start, comint-last-input-end)
19605         (comint-last-output-start): Give them values.
19606         (comint-arguments): Avoid warning.
19607         (comint-skip-prompt): Use line-end-position.
19608         (comint-backward-matching-input): Rename arg to agree with doc.
19609         (comint-extract-string): Use syntax-ppss.
19610         (comint-dynamic-simple-complete): Delete useless list construction.
19611         (comint-redirect-subvert-readonly): New.
19612         (comint-redirect-preoutput-filter): Use it.
19614         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19615         Correctly handle negative arguments when calling hook functions.
19617 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
19619         * info.el (info-apropos): Don't clobber Info-history-list.
19621 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
19623         * progmodes/compile.el (compilation-setup):
19624         Localize overlay-arrow-position.
19625         (compilation-sentinel): Restructure code equivalently.
19626         (compilation-next-error): Find message on same line after point if
19627         not found before point.
19628         (compile-mouse-goto-error): Restore function so that compilation
19629         buffer need not be current and use compile-goto-error.
19630         (compile-goto-error): Restore function.
19631         (next-error): Set overlay-arrow-position.
19632         (compilation-forget-errors): Don't localize already local
19633         compilation-locs and remove FIXME about refontifying.
19635 2004-04-14  Kim F. Storm  <storm@cua.dk>
19637         * startup.el (emacs-quick-startup): New defvar (set by -Q).
19638         (command-line): New option -Q.  Like -q --no-site-file, but in
19639         addition it also disables menu-bar, tool-bar, scroll-bars,
19640         tool-tips, and the blinking cursor.
19641         (command-line-1): Skip startup screen if -Q.
19642         (fancy-splash-head): Use ":align-to center" prop to center splash
19643         image.
19645         * emulation/cua-base.el (cua-read-only-cursor-color)
19646         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19648 2004-04-13  Dave Love  <fx@gnu.org>
19650         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
19651         (syntax): Don't require.
19652         (python) <defgroup>: Add :version.
19653         (python-quote-syntax): Re-written.
19654         (inferior-python-mode): Move stuff here from run-python and add
19655         some more.
19656         (python-preoutput-continuation, python-preoutput-result)
19657         (python-dotty-syntax-table): New.
19658         (python-describe-symbol): Use them.
19659         (run-python): Move stuff to inferior-python-mode.  Modify code
19660         loaded into Python.
19661         (python-send-region): Use python-proc, python-send-string.
19662         (python-send-string): Send newlines too.  Callers changed.
19663         (python-load-file): Re-written.
19664         (python-eldoc-function): New.
19665         (info-look): Don't require.
19666         (python-after-info-look): New.  A modified version of former
19667         top-level code for use with eval-after-load.
19668         (python-maybe-jython, python-guess-indent): Use widened buffer.
19669         (python-fill-paragraph): Re-written.
19670         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
19671         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
19673 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19675         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19676         Set compilation-error-regexp-alist earlier.
19678         * progmodes/compile.el (compilation-minor-mode-map)
19679         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19680         (compile-goto-error): Re-merge the mouse and non-mouse commands.
19682 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19684         * progmodes/compile.el (compile-goto-error): Select the buffer/window
19685         corresponding to the event.
19687 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
19689         * loadup.el: Add cygwin to system-type list, for unexec() support.
19691 2004-04-12  John Paul Wallington  <jpw@gnu.org>
19693         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19694         (ibuffer-restore-window-config-on-quit): New variable to replace
19695         `ibuffer-delete-window-on-quit'.  Update all references.
19696         (ibuffer-prev-window-config): New variable.
19697         (ibuffer-quit): Restore previous window configuration instead of
19698         deleting window.
19699         (ibuffer): Save window configuration before showing Ibuffer buffer.
19701         * help.el (describe-mode): Doc fix.
19703 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19705         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19706         not to treat nil as a function.
19708         * vc-arch.el (vc-arch-root): Be a bit more careful.
19709         (vc-arch-register): Save the buffer if we modified it.
19710         (vc-arch-delete-rej-if-obsolete): Save excursion.
19711         (vc-arch-find-file-hook): Use the simpler after-save-hook.
19712         (vc-arch-responsible-p, vc-arch-init-version): New functions.
19714         * net/ldap.el (ldap-search): Use list*.
19716 2004-04-12  Juri Linkov  <juri@jurta.org>
19718         * info.el (Info-follow-reference): Allow multiline reference name.
19720 2004-04-11  Dave Love  <fx@gnu.org>
19722         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19724         * progmodes/python.el: New file.
19726 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
19728         * vc-hooks.el (vc-arg-list): Function removed.
19729         (vc-default-workfile-unchanged-p): Use condition-case to check for
19730         backward compatibility.
19732         * vc.el (vc-print-log): Use condition-case to check for backward
19733         compatibility.
19735 2004-04-11  Juri Linkov  <juri@jurta.org>
19737         * dired.el (dired-faces): New defgroup.
19738         (dired-header, dired-mark, dired-marked, dired-flagged)
19739         (dired-warning, dired-directory, dired-symlink, dired-ignored):
19740         New faces.
19741         (dired-header-face, dired-mark-face, dired-marked-face)
19742         (dired-flagged-face, dired-warning-face, dired-directory-face)
19743         (dired-symlink-face, dired-ignored-face): New face variables.
19744         (dired-font-lock-keywords): Use them instead of font-lock faces.
19745         Split the rule for dired marks into 3 separate rules: for marks,
19746         marked file names and flagged file names.
19748         * help-mode.el (help-make-xrefs): Add a final newline to the
19749         *Help* buffer.
19751 2004-04-11  John Paul Wallington  <jpw@gnu.org>
19753         * replace.el (occur-engine): Distinguish between one and several
19754         matches in the matches per buffer heading.
19756 2004-04-11  Kim F. Storm  <storm@cua.dk>
19758         * ido.el (ido-confirm-unique-completion): New defcustom.
19759         (ido-complete): Use it.
19760         (ido-write-file): Set it to t unconditionally.
19762 2004-04-10  Miles Bader  <miles@gnu.org>
19764         RCS keyword removal (only non-comment changes are enumerated here):
19766         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19767         (byte-compile-insert-header): Don't use `byte-compile-version'.
19768         * forms.el (forms-version): Variable removed.
19769         (forms-mode): Don't use `forms-version'.
19770         * recentf.el (recentf-version): Variable removed.
19771         * progmodes/delphi.el (delphi-version): Variable removed.
19772         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19774 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19776         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19778 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
19780         * info.el (info-apropos): Improve menu item regexp.
19782 2004-04-09  Simon Josefsson  <jas@extundo.com>
19784         * mail/smtpmail.el: Add comment, based on report by
19785         kdc@rcn.com (Kevin D. Clark).
19787 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19789         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19790         Redo one more thing that I didn't notice Daniel had undone.
19792 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
19794         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19795         (gdb-goto-breakpoint, gdb-display-buffer)
19796         (gdb-display-source-buffer, gdb-view-source-function)
19797         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19798         (gdb-source-info, gdb-frame-handler): Don't specify a window
19799         for display.
19800         (gdb-info-breakpoints-custom): Remove superfluous update of
19801         assembler buffer.
19802         (gdb-many-windows): Make settable outside gdb.
19804 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
19806         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19807         Derive from fundamental-mode rather than text-mode.
19809 2004-04-08  Juri Linkov  <juri@jurta.org>
19811         * info.el (Info-history): Doc fix.
19812         (Info-history-list): New var.
19813         (info-xref): Change magenta4 to blue, remove bold for dark and
19814         light backgrounds, change bold to underline for non-color classes.
19815         (info-xref-visited): New face.
19816         (Info-fontify-visited-nodes): New custom.
19817         (Info-hide-note-references): Add new value `hide'.  Doc fix.
19818         (Info-reference-name): New var.
19819         (Info-selection-hook): New custom.
19820         (Info-edit-mode-hook): New var.
19821         (Info-find-file): New fun.
19822         (Info-find-node): Move part of code to Info-find-file.
19823         (Info-find-node-2): Add anchors to Info-history-list.  Move point
19824         to the place with the reference name if name is defined.
19825         (Info-select-node): Add current node to Info-history-list.
19826         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19827         (Info-search-whitespace-regexp): New custom.
19828         (Info-search-case-fold): New var.
19829         (Info-search): Add "case-sensitively" to the prompt.
19830         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
19831         (Info-search-case-sensitively, Info-search-next): New fun.
19832         (Info-up): Move point to the menu item of the current node.
19833         (Info-history): New fun.  Add *info-history* to
19834         same-window-buffer-names.
19835         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
19836         (Info-insert-toc): New fun.
19837         (Info-build-toc): New fun.
19838         (Info-follow-reference): Add new arg `fork'.  Doc fix.
19839         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
19840         with the same name prefer the reference closest to point.
19841         (Info-next-reference): Replace * by + in the *Note regexp.
19842         Add regexp for http:// and ftp://.  Skip the *Note prefix.
19843         (Info-prev-reference): Replace * by + in the *Note regexp.
19844         Add regexp for http:// and ftp://.  Skip the *Note prefix.
19845         (Info-follow-nearest-node): Add new arg `fork'.
19846         (Info-try-follow-nearest-node): Add new arg `fork'.
19847         Call browse-url for http:// and ftp:// references.
19848         Set Info-reference-name for index entries.
19849         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19850         Info-search-next, Info-history, Info-toc, clone-buffer.
19851         (Info-menu-update): Replace * by + in the *Note regexp.
19852         (Info-mode): Add documentation for Info-history, Info-toc,
19853         Info-search-case-sensitively, Info-search-next, clone-buffer.
19854         (Info-fontify-menu-headers): Remove fun.  Move code to
19855         Info-fontify-node.
19856         (Info-fontify-node): Add docstring.  Add local vars
19857         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
19858         then fontify header line, titles, menu headers, http and ftp
19859         references, refill paragraphs.  If not-fontified-p is t or
19860         fontify-visited-p is t then fontify cross references, menu items.
19861         Fontify menu headers.  Fontify http and ftp references.
19862         Change regexp for cross references to require whitespace after *Note,
19863         add matching groups for file and node names.  Remove hack for quote.
19864         Use display property for Info-hide-note-references=t.  Use fifth
19865         or fourth match for help-echo.  Display visited nodes in a
19866         different face.  Unhide file names of external references.
19867         Unhide newlines.  Display visited menu items in a different face.
19869 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19871         * progmodes/compile.el: Require CL.
19872         (compilation-mode-font-lock-keywords): Re-install the "line as
19873         function" patch.
19875         * help-fns.el (help-C-source-directory): New var.
19876         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19877         (describe-function-1, describe-variable): Use them.
19879         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19880         to C source files specially.
19882 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
19884         * info.el (Info-hide-cookies-node): New function.
19885         (Info-select-node): Use it.
19886         (Info-display-images-node): Remove message with image file name.
19888 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
19890         * progmodes/compile.el (compilation-warning-face)
19891         (compilation-info-face, compilation-skip-threshold)
19892         (compilation-skip-visited, compilation-context-lines):
19893         Declare :version when added to Emacs.
19894         (compilation-error-regexp-alist-alist): Extend caml and irix.
19895         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19896         (compilation-mode-font-lock-keywords): Temporarily undo line as
19897         function patch, which wasn't ready.
19899 2004-04-07  Kenichi Handa  <handa@m17n.org>
19901         * international/latin1-disp.el (latin1-display-setup): Check each
19902         character is displayable or not instead of calling
19903         latin1-display-check-font.
19905 2004-04-06  Kenichi Handa  <handa@m17n.org>
19907         * language/ethio-util.el (ethio-sera-being-called-by-w3):
19908         New variable.
19909         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19910         instead of sera-being-called-by-w3.
19911         (ethio-fidel-to-sera-buffer): Likewise.
19912         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19913         instead of sera-being-called-by-w3.
19914         (ethio-write-file): Likewise.
19916 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19918         * printing.el: Doc fix.
19920 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
19922         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19923         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19924         (gdb-setup-windows): Only use separate IO buffer if required.
19926 2004-04-06  Kim F. Storm  <storm@cua.dk>
19928         * term.el (term-is-xemacs): Remove.
19929         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19930         (term-window-width): New function.
19931         (term-mode, term-check-size): Use it.
19932         (term-mode): Disable overflow-newline-into-fringe in term buffer.
19934 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19936         * cus-edit.el (custom-add-parent-links): Change unbound variable
19937         `symbol' to `name'.
19939 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
19940         * info.el (info-apropos): New function.
19941         (Info-mode-menu): Add it.
19942         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19944         * help-mode.el (help-make-xrefs): Recognize aliased variable with
19945         inherited docstring.
19947         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19949 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19951         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19953         * progmodes/compile.el (font-lock): Don't require any more.
19954         (compilation-error-properties, compilation-start, compilation-sentinel)
19955         (compilation-filter, next-error): Use with-current-buffer.
19956         (compilation-skip-to-next-location, compilation-skip-threshold)
19957         (compilation-skip-visited): Move to silence the byte-compiler.
19958         (compilation-setup): Simplify.
19959         (compilation-next-error): Use line-(beginning|end)-position.
19960         Make sure `pt' is non-nil before using compilation-loop.
19961         (compile-goto-error): Add optional event arg.  Use it.
19962         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19963         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19964         Update the binding for mouse-2.
19965         (first-error): Set compilation-current-error to nil rather than bob.
19966         (compilation-parsing-end, compilation-parse-errors-function)
19967         (compilation-error-list, compilation-old-error-list):
19968         "New" compatibility variables.
19969         (compile-buffer-substring, compilation-compat-error-properties)
19970         (compilation-compat-parse-errors, compilation-forget-errors):
19971         New compatibility functions.
19972         (compilation-mode-font-lock-keywords): Use them.
19974 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19976         * autorevert.el (auto-revert-handler): If point (or a window
19977         point) is at the end of the buffer, keep it there after
19978         reverting.  This allows to tail a file.
19979         Mention this in the `Commentary'.
19981         * format.el (format-write-file): Add optional argument CONFIRM
19982         and make it behave like the analogous argument to `write-file'.
19984 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19986         * progmodes/ebnf2ps.el: Doc fix.
19987         (ebnf-version): New version number (4.2).
19988         (ebnf-syntax): Customization and docstring fix.
19989         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19990         Put autoloaded funs before first use.
19991         (ebnf-style-database): Add dtd entry.
19992         (ebnf-syntax-alist): Add dtd initialization.
19993         (ebnf-token-sequence): New fun.
19994         (ebnf-comment-table): Add new comment action character.
19995         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19997         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19998         Type Definition for XML).
20000         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
20001         * progmodes/ebnf-bnf.el (ebnf-sequence):
20002         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
20003         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
20004         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
20005         Code simplification: call ebnf-token-sequence.
20007 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
20009         * calendar/timeclock.el (timeclock-relative)
20010         (timeclock-get-project-function, timeclock-get-workday-function)
20011         (timeclock-query-out, timeclock-when-to-leave)
20012         (timeclock-when-to-leave-string, timeclock-log-data)
20013         (timeclock-generate-report, timeclock-in): Doc fixes.
20015 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20017         * url/: New dir.  Import the URL package from its repository.
20019 2004-04-03  Andreas Schwab  <schwab@suse.de>
20021         * diff-mode.el (diff-mode): Fix missing quote.
20023 2004-04-03  Juri Linkov  <juri@jurta.org>
20025         * descr-text.el (describe-property-list): Add `font-lock-face'.
20027         * dired.el (dired-font-lock-keywords): Fix permission regexps.
20029 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20031         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
20032         Use utf-16le on little endian machines and utf-16be otherwise.
20034 2004-04-02  David Kastrup  <dak@gnu.org>
20036         * net/browse-url.el (browse-url-generic): Use call-process
20037         instead of start-process to allow browsers that fork and detach.
20039 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
20041         * compile.el (compilation-current-error): New var.
20042         (compilation-setup, compile-mouse-goto-error)
20043         (compile-goto-error, next-error): Use it.
20044         (compilation-skip-to-next-location): Default to t, which gives
20045         contiguous skipping like old compile (where this was redundant).
20046         (compilation-next-error): Prevent previous-* commands from moving
20047         back to message at or just before point.
20049 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
20051         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
20052         (gdb-source-info): Don't display source at startup, if required.
20053         (gdb-show-main): New option.
20054         (gdba): Update documentation.
20055         (gdb-source): Cover case of auto-display output.
20057 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
20059         * autorevert.el: Delete obsolete autoloads and defvars.
20060         (auto-revert-check-vc-info): New user option.
20061         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20062         (auto-revert-handler-vc): Delete.
20063         (auto-revert-handler): Treat return value `fast' of
20064         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
20066         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20067         return `fast'.
20069         * files.el (buffer-stale-function): Doc change.
20071 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20073         * printing.el: New tip on Tips section.
20074         (pr-version): New version number (6.7.4).
20075         (pr-shell-file-name): Initialization fix.
20077 2004-03-31  Juri Linkov  <juri@jurta.org>
20079         * dired.el: Add autoload for `dired-do-touch'.
20080         (dired-touch-program): New var.
20081         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20082         (dired-no-confirm): Add `touch' to docstring.
20084         * dired-aux.el (dired-do-touch): New fun.
20085         (dired-do-chxxx): Add argument -t for touch operation.
20087         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20088         `dired-move-to-filename-regexp'.
20090 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
20092         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20094 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20096         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20097         and only if the buffer was modified.
20099 2004-03-30  Kenichi Handa  <handa@m17n.org>
20101         * international/characters.el: Delete pairs for U+2308..U+230B.
20103 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
20105         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20106         to detect the beginning of a level 2 or 3 annotation.
20108 2004-03-29  Kenichi Handa  <handa@m17n.org>
20110         * international/ucs-tables.el (ucs-insert): Fix the error message.
20112 2004-03-29  Kenichi Handa  <handa@m17n.org>
20114         * international/mule-util.el (char-displayable-p): Fix generation
20115         of XLFD file name.
20117         * Makefile.in (setwins, setwins_almost): Change directory to $wd
20118         before finding directories by `find'.
20120 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20122         * subr.el (interactive-form): Delete.  Now implemented in C.
20124         * pcvs.el (cvs-parse-process): Workaround for Darwin.
20126         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20127         (vc-diff-label): New fun.
20128         (vc-diff-internal): Use it.
20130         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20132 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20134         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20136         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20137         specify XML (EBNFX).
20139         * progmodes/ebnf2ps.el: Doc fix.
20140         (ebnf-version): New version number (4.1).
20141         (ebnf-syntax): Adjust customization.
20142         (ebnf-style-database): Add ebnfx entry.
20143         (ebnf-syntax-alist): Add ebnfx initialization.
20144         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20146         * printing.el: Doc fix.
20147         (pr-version): New version number (6.7.3).
20148         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20149         returns nil for mouse position.  Reported by Drew Adams
20150         <drew.adams@oracle.com>.
20151         (pr-update-menus): Modify interactive declaration.  Reported by Drew
20152         Adams <drew.adams@oracle.com>.
20154 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
20156         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20157         (gud-gdba-marker-filter): Log the process input and output, if
20158         required.  From Stefan Monnier.
20159         (gdb-debug-log, gdb-enable-debug-log): New variables.
20160         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20162 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20164         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20165         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20167 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
20169         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20170         Call vc-find-file-hook here instead of in auto-revert-buffers.
20171         (auto-revert-buffers): Delete call to vc-find-file-hook.
20172         (auto-revert-verbose, global-auto-revert-non-file-buffers)
20173         (global-auto-revert-mode, auto-revert-set-timer)
20174         (auto-revert-handler, auto-revert-buffers): Doc fixes.
20176 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20178         * woman.el (woman-change-fonts): Rename local variable
20179         woman-font-alist to font-alist to avoid a compiler warning.
20181 2004-03-27  Dave Love  <fx@gnu.org>
20183         * emacs-lisp/rx.el (rx): Doc fix.
20184         Fix copyright years.
20186         * strokes.el (strokes-global-set-stroke-string): New function.
20187         (strokes-list-strokes): Cope with strings, not just commands.
20188         Set foreground color of image.
20189         (strokes-global-set-stroke): Doc fix.
20191 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
20193         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20194         Auto Revert mode.
20195         (Buffer-menu-files-only): New variable.
20196         (Buffer-menu-toggle-files-only): New function.
20197         (Buffer-menu-mode-map): Bind it to `T'.
20198         (Buffer-menu-mode): Mention `T' in docstring.
20199         Set buffer-stale-function.
20200         (list-buffers-noselect): Mark buffer non-modified and set
20201         Buffer-menu-files-only.
20203         * dired.el (buffer-stale-function): Remove no longer needed defvar.
20205         * autorevert.el (auto-revert-handler): Print revert message
20206         before, rather than after, reverting.
20207         (buffer-stale-function): Move to files.el.
20209         * files.el (buffer-stale-function): Move here from autorevert.el.
20211 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20213         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20215         * calc/calc.el (calc-mode-map): Use mapc.
20217         * apropos.el (apropos-mode): Don't autoload.
20218         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
20219         (apropos): Use it.
20220         (apropos-print): Add optional `text' argument.
20221         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20222         Don't assume point-min == 1.
20224         * bs.el (bs-buffer-list): Use buffer-local-value.
20225         (bs--set-toggle-to-show): Use with-current-buffer.
20227         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20228         New funs.
20229         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
20231         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20233         * dabbrev.el (dabbrev-expand): Fix regexp construction.
20234         (dabbrev--find-expansion): Use pop.
20235         (dabbrev--search): Use match-string-no-properties.
20237         * dired.el (dired-mode): Use run-mode-hooks.
20238         (dired-move-to-end-of-filename): Use match-string.
20240         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20241         is bound before using it.
20242         (ediff-verbose-p): Make it into a var since it's not constant.
20244         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20246         * faces.el (read-face-font): Don't cons up unnecessarily.
20247         (header-line, tool-bar): Share common parts.
20249         * files.el (file-relative-name): Use compare-strings.
20251         * finder.el (finder-mode): Follow coding convention.
20253         * subr.el (read-number): New function.
20255         * ses.el (ses-read-number): Move to subr.el.
20256         (ses-set-header-row): Use read-number.
20258 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
20260         * vc-hooks.el (vc-arg-list): New function, which handles both
20261         compiled and uncompiled code.
20262         (vc-default-workfile-unchanged-p): Use it.
20264         * vc.el (vc-print-log): Undo prev change, use new function
20265         vc-arg-list from vc-hooks.el.
20267 2004-03-26  Masatake YAMATO  <jet@gyve.org>
20269         * simple.el (completion-setup-function): Emphasize the
20270         first uncommon characters in the completions; and de-emphasize
20271         the common prefix substrings.
20272         (completion-emphasis): New face.
20273         (completion-de-emphasis): New face.
20275 2004-03-25  Juanma Barranquero  <lektu@terra.es>
20277         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20278         Comment out (it's unused and unfinished code).
20280 2004-03-25  Sam Steingold  <sds@gnu.org>
20282         * vc.el (vc-print-log): Fix a bug in the last patch:
20283         backend-function may be a byte-compiled object, not a lambda.
20285 2004-03-25  Juri Linkov  <juri@jurta.org>
20287         * descr-text.el (describe-property-list): Add a button
20288         for `face' property that calls `describe-face'.
20289         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20291         * international/mule.el (keyboard-coding-system):
20292         * kmacro.el (kmacro-call-macro): Fix docstring.
20294         * dired.el: Fix comments.
20296         * textmodes/fill.el (fill): Fix Info link.
20298         * font-lock.el (fast-lock, lazy-lock):
20299         * jit-lock.el (jit-lock): Remove links to removed Support Modes
20300         Info node.
20302         * eshell/eshell.el (eshell): Fix broken info-link.
20304         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20305         * eshell/em-banner.el (eshell-banner):
20306         * eshell/em-smart.el (eshell-smart):
20307         * eshell/esh-cmd.el (eshell-cmd):
20308         Comment out broken info-links to incomplete Info manual.
20310         * info-xref.el: Fix commentary.
20312 2004-03-25  Kevin Ryde  <user42@zip.com.au>
20314         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20315         Remove spurious node duplicate suppression, doesn't work, not wanted.
20316         (info-xref-output): Take format style args, add "sit-for 0" to let
20317         user see the results as they progress.
20318         (info-xref-check-all-custom): New function.
20320 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
20322         * gdb-ui.el: Moved to progmodes.
20324 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20326         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20328 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20330         * calendar/appt.el (appt-check): Remove superfluous progn.
20331         When finished with diary buffer: if it was not being displayed
20332         before, kill it; otherwise restore its original state.
20333         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20335         * calendar/calendar.el (calendar-set-mode-line): Use total
20336         available mode-line width, rather than frame-width.
20338         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20339         after mode change so effect not lost.
20341 2004-03-23  Dave Love  <fx@gnu.org>
20343         * dired.el (dired) <defgroup>: Add link to manual.
20344         (dired-font-lock-keywords): Add highlighting on unusual permissions.
20345         (dired-revert): Use dolist.
20346         (dired-mode-map): Add U binding.
20347         (dired-mode): Add font-lock-beginning-of-syntax-function.
20348         (dired-garbage-files-regexp): Make it a defcustom.
20350 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20352         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20353         is equivalent to nil.
20354         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20355         (vc-arch-mode-line-string): Accept `added' state.
20356         (vc-arch-state): Use inode-sigs if available.
20357         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20358         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
20359         (vc-arch-tagline-re): New var.
20360         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20361         New functions.
20362         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20363         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20365         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20366         (vc-file-not-found-hook): Use it.
20368         * diff-mode.el (diff-default-read-only): Change default.
20369         (diff-mode-hook): Make it a defcustom.  Add some options.
20370         (diff-mode-map): Bind diff-refine-hook.
20371         (diff-yank-handler): New var.
20372         (diff-yank-function): New fun.
20373         (diff-font-lock-keywords): Use them.
20374         (diff-end-of-file): Handle case where file-header looks like diff text.
20375         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20376         (diff-file-kill): Delete a subsequent empty line, if applicable.
20377         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20378         (diff-find-file-name): Use it.
20379         (diff-tell-file-name): New command.
20380         (diff-mode): Be careful with view-mode.
20381         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20382         New functions, for use in diff-mode-hook.
20383         (diff-find-source-location): Catch "regex too large" errors.
20384         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20385         (diff-refine-hunk): New command.
20387         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20388         (smerge-context-menu-map): Remove unused var.
20389         (smerge-keep-all): Preserve markers.
20390         (smerge-keep-n): New fun.
20391         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20392         (smerge-keep-current, smerge-ediff): Use it.
20393         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
20394         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20395         (smerge-resolve): Resolve trivial 3-part conflicts.
20397 2004-03-23  Juri Linkov  <juri@jurta.org>
20399         * man.el (Man-width): New var.
20400         (Man-getpage-in-background): Use it.
20401         (Man-support-local-filenames): New var and fun.
20402         (Man-build-man-command): Don't add a second %s.
20403         (Man-fontify-manpage): Clean up message.
20404         (Man-mode): Set outline-regexp, outline-level,
20405         imenu-generic-expression.
20407         * woman.el (woman-fill-frame): Doc fix.
20408         (woman-decode-region): Use window-width instead of frame-width.
20410         * abbrevlist.el (list-one-abbrev-table):
20411         * descr-text.el (describe-char):
20412         * international/mule-diag.el (describe-current-coding-system):
20413         * international/quail.el (quail-insert-decode-map):
20414         Use window-width instead of frame-width.
20416         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20417         (jka-compr-mode-alist-additions): Add tbz.
20418         (jka-compr-write-region, jka-compr-insert-file-contents):
20419         Add message for undefined compress-program.
20420         (jka-compr-write-region): Remove redundant var bindings.
20422         * dired-x.el (dired-guess-shell-alist-default): Add choices for
20423         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
20424         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20425         (dired-man): Use dired-guess-shell-command.
20426         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20427         Change default nil to t.
20429         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20430         (dired-compare-directories): Add default value for empty input.
20432         * help-at-pt.el: Move suggestions for key bindings to Commentary.
20434         * time.el (display-time-string-forms): Fix help-echo date format.
20436 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
20438         * autorevert.el (global-auto-revert-non-file-buffers): Expand
20439         docstring.
20440         (buffer-stale-function): New variable.
20441         (auto-revert-list-diff, auto-revert-dired-file-list)
20442         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20443         (auto-revert-handler): Take over some functionality of deleted
20444         functions.
20445         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20447         * dired.el (dired-directory-changed-p): New fun, extracted from
20448         dired-internal-noselect.
20449         (dired-buffer-stale-p): New fun.
20450         (dired-internal-noselect): Use dired-directory-changed-p.
20451         Eliminate revert messages.
20452         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20454 2004-03-23  Kenichi Handa  <handa@m17n.org>
20456         * international/characters.el: Setup syntaxes for more parentheses
20457         Unicode characters.
20459         * international/mule-cmds.el (select-safe-coding-system):
20460         Merge coding-system and auto-cs before comparing them.
20462 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20464         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20466         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20467         normal-auto-fill-function and comment-indent-function.
20468         The default values now work just as well.
20469         Don't set font-lock-beginning-of-syntax-function since we already set
20470         syntax-begin-function.
20471         (lisp-outline-level): Put ;;;###autoload at same level as (.
20472         (prin1-char): Quote special chars.
20474         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20475         than with-no-warnings.
20477         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20478         if the source location can't be found.
20479         (edebug-compute-previous-result): Use prin1-char.
20481         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20482         (debug-ignored-errors): Add an entry.
20484         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20485         (byte-compile-file): Output warning when deleting a file.
20487         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20488         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20490         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20491         (byte-compile-inline-expand): Use backquote.
20492         (byte-optimize-pure-func): Rename from byte-optimize-concat.
20493         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20495         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20497         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20499 2004-03-22  Juri Linkov  <juri@jurta.org>
20501         * finder.el (finder-known-keywords): Fix data, tex, unix.
20503         * play/landmark.el: Fix keywords.
20505         * language/ethio-util.el (ethio-find-file): Doc fix.
20507         * emacs-lisp/warnings.el: Doc fix.
20509         * textmodes/ispell.el (ispell-help): Doc fix.
20511 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
20513         * format.el (format-insert-file): Always return a list of two
20514         elements, like insert-file-contents does.
20516 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
20518         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20519         and vc-BACKEND-diff.
20520         (vc-print-log): If the print-log implementation supports it, use
20521         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20522         (vc-version-diff, vc-diff-internal): Doc fixes.
20524         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20525         implementation supports it, let diff output go to *vc*,
20526         not *vc-diff*, since this is an internal call.
20528         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20530         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20532         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20534 2004-03-21  Dave Love  <fx@gnu.org>
20536         * progmodes/cfengine.el (cfengine-mode):
20537         Set parse-sexp-ignore-comments.
20539         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20541 2004-03-21  Juanma Barranquero  <lektu@terra.es>
20543         * allout.el (allout-mode): Fix docstring.
20545 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
20547         * files.el (insert-directory): Fix bug if SWITCHES is a list.
20549         * autorevert.el (auto-revert-interval): Make new value take
20550         effect immediately when set through Custom.
20551         (auto-revert-set-timer): Add interactive declaration.
20553 2004-03-19  David Ponce  <david@dponce.com>
20555         * ruler-mode.el (ruler-mode-header-line-format-old):
20556         Don't `make-variable-buffer-local'.
20557         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20558         (ruler-mode-header-line-format): Simply funcall the above.
20559         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20560         to save/restore a previous header line format.
20561         (ruler-mode-space): Don't depend on a numeric WIDTH value.
20562         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20563         fringes and margins width.
20564         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20566 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20568         * log-edit.el (log-edit-font-lock-keywords): Typo.
20570         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20571         (tex-send-tex-command): Rather than here.
20572         (tex-compilation-parse-errors): Simplify.
20574         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20576         * time.el (display-time-string-forms): Add help-echo with date on time.
20578         * composite.el (compose-region): Use restore-buffer-modified-p.
20580         * disp-table.el (standard-display-8bit): Simplify.
20582         * server.el (server-process-filter): Delete temp frame.
20584         * add-log.el (add-change-log-entry): Simplify.
20586 2004-03-19  Kim F. Storm  <storm@cua.dk>
20588         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20589         (hexl-follow-line): Don't require 'fringe.
20591         * progmodes/compile.el (compilation-start): Always set
20592         compilation-last-buffer and return it.
20594 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
20596         * simple.el (clone-buffer): Doc fix.
20598 2004-03-18  Juanma Barranquero  <lektu@terra.es>
20600         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20602 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20604         * log-edit.el (log-edit-font-lock-keywords): New var.
20605         (log-edit-mode): Use it.
20607 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
20609         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20610         properly for watching in speedbar.
20612 2004-03-17  Masatake YAMATO  <jet@gyve.org>
20614         * smerge-mode.el (smerge-popup-context-menu):
20615         Put `unwind-protect' around `overlay-put' and `popup-menu'.
20617 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20619         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20620         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20621         Take sealed revisions into account.
20622         (vc-arch-checkin): Extract a summary line from the message.
20624 2004-03-16  Masatake YAMATO  <jet@gyve.org>
20626         * register.el (register): Provide `register' feature.
20628 2004-03-15  Masatake YAMATO  <jet@gyve.org>
20630         Added context menu support in smerge mode.
20631         Most of the part is written by Stefan Monnier.
20633         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20634         New keymap and menu.
20635         (smerge-text-properties): New function.
20636         (smerge-remove-props): New function.
20637         (smerge-popup-context-menu): New function.
20638         (smerge-resolve): Call `smerge-remove-props'.
20639         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20640         (smerge-keep-current): Ditto.
20641         (smerge-kill-current): New function.
20642         (smerge-match-conflict): Put text properties.
20643         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20645 2004-03-15  David Ponce  <david@dponce.com>
20647         * ruler-mode.el (ruler-mode-left-fringe-cols)
20648         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20649         (ruler-mode-right-scroll-bar-cols): Remove.
20650         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20651         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20652         Use fringe-columns and scroll-bar-columns.
20654 2004-03-15  Masatake YAMATO  <jet@gyve.org>
20656         * hl-line.el (hl-line-range-function): New variable.
20657         (hl-line-move): New function.
20658         (global-hl-line-highlight): Use `hl-line-move'.
20659         (hl-line-highlight): Ditto.
20661         * scroll-bar.el (scroll-bar-columns):
20662         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20664         * ruler-mode.el (top-level): Require scroll-bar and fringe.
20665         (ruler-mode-left-fringe-cols)
20666         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20667         (ruler-mode-right-scroll-bar-cols)
20668         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20669         (ruler-mode-ruler-function): New variable.
20670         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20671         if the value for `ruler-mode-ruler-function' is given.
20673         * hexl.el (hexl-mode-hook): Make the hook customizable.
20674         (hexl-address-area, hexl-ascii-area): New customize variables.
20675         (hexlify-buffer): Put font-lock-faces on the address area and
20676         the ascii area.
20677         (hexl-activate-ruler): New function.
20678         (hexl-follow-line): New function.
20679         (hexl-highlight-line-range): New function.
20680         (hexl-mode-ruler): New function.
20682 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20684         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
20685         (vc-default-find-file-hook): New fun.
20686         (vc-find-file-hook): Call new find-file-hook operation.
20688         * vc-arch.el: New file.
20690 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
20692         * info-look.el (info-lookup): Reuse an existing Info window.
20694 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20696         * woman.el (woman-preserve-ascii): Default value changed to t and
20697         doc string revised.
20699 2004-03-12  Richard M. Stallman  <rms@gnu.org>
20701         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20702         Fix minor bug.
20704         * replace.el (occur-engine): Change message for count of matches.
20706         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20707         For strings, do compare text properties.
20709 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
20711         * progmodes/compile.el (compile-auto-highlight)
20712         (compilation-error-list, compilation-old-error-list)
20713         (compilation-parse-errors-function, compilation-parsing-end)
20714         (compilation-error-message, compilation-directory-stack)
20715         (compilation-enter-directory-regexp-alist)
20716         (compilation-leave-directory-regexp-alist)
20717         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20718         (compilation-current-file, compilation-regexps): Remove vars.
20720         (compile-error-at-point, compilation-error-filedata)
20721         (compilation-error-filedata-file-name, compile-reinitialize-errors)
20722         (compilation-next-error-locus, compilation-forget-errors)
20723         (count-regexp-groupings, compilation-parse-errors)
20724         (compile-collect-regexps, compile-buffer-substring): Remove funs.
20726         (compile-internal): Make obsolete.
20728         (compilation-first-column, compilation-error)
20729         (compilation-directory-matcher, compilation-page-delimiter)
20730         (compilation-mode-font-lock-keywords, compilation-debug)
20731         (compilation-error-face, compilation-warning-face)
20732         (compilation-info-face, compilation-line-face)
20733         (compilation-column-face, compilation-enter-directory-face)
20734         (compilation-leave-directory-face, compilation-skip-threshold)
20735         (compilation-skip-visited, compilation-context-lines): New vars.
20737         (compilation-warning-face, compilation-info-face)
20738         (compilation-message-face): New faces.
20740         (compilation-error-regexp-alist-alist): New constant.
20742         (compilation-face, compilation-directory-properties)
20743         (compilation-assq, compilation-error-properties, compilation-start)
20744         (define-compilation-mode, compilation-loop)
20745         (compilation-set-window): New functions.
20747         (compile): Additional argument for interactive compiles like TeX.
20749         * progmodes/grep.el (kill-grep): Move here from compile.el
20750         (grep-error, grep-hit-face, grep-error-face)
20751         (grep-mode-font-lock-keywords): New variables.
20752         (grep-regexp-alist): Simplify regexp and add `binary' case.
20753         (grep-mode): New mode.
20754         (grep-process-setup): Simplify.
20756 2004-03-11  Jason Rumney  <jasonr@gnu.org>
20758         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20759         letters on DOS/Windows.
20761 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20763         * server.el (server-name): New var.
20764         (server-socket-dir): New var to replace server-socket-name.
20765         (server-start): Use them.
20767 2004-03-11  Simon Josefsson  <jas@extundo.com>
20769         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20770         died to avoid infloop.  Reported by Jonathan Glauner
20771         <jglauner@sbum.org>.
20773 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20775         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20776         (smerge-mode-menu): Use it to deactivate menu entries.
20777         (smerge-keep-current): New fun.
20778         (smerge-keep-current): Use it.
20780 2004-03-10  John Paul Wallington  <jpw@gnu.org>
20782         * foldout.el (foldout-fold-list, foldout-modeline-string):
20783         Declare them as variables, not constants.
20785 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20787         * ps-print.el: Modification to print *Messages* buffer.
20788         (ps-print-version): New version 6.6.4.
20789         (ps-message-log-max): New fun.
20790         (ps-spool-without-faces, ps-spool-with-faces)
20791         (ps-count-lines-preprint): Code fix.
20793         * printing.el: New tips in Tips section.
20795 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20797         * delim-col.el: Doc fix.
20799         * printing.el: Doc fix.  New doc section (Tips).
20801 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20803         * type-break.el (type-break-emacs-variant): Remove.
20804         (type-break-run-at-time, type-break-cancel-function-timers):
20805         Use fboundp rather than version name and number.
20807 2004-03-09  Masatake YAMATO  <jet@gyve.org>
20809         * hexl.el (hexl-mode): Use `make-local-variable' instead of
20810         `make-variable-buffer-local'.
20812 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
20814         * find-dired.el (find-dired): Call `shell-command' instead of
20815         `start-process-shell-command'.  By this, Tramp takes over
20816         handling of remote directories.
20818 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20820         * newcomment.el (comment-use-global-state): New var.
20821         (comment-search-forward): Use it.
20823         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20825         * cus-edit.el (fill) <defgroup>: Move to fill.el.
20827         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20828         (enable-kinsoku): Make it a defcustom.
20829         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20830         paragraph to same-comment-start-marker.
20832 2004-03-07  Dave Love  <fx@gnu.org>
20834         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20835         (browse-url-mail): Use it.
20837         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20838         (rfc2368-unhexify-string): Use replace-regexp-in-string.
20840 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20842         * woman.el (woman-man.conf-path): Doc fix.
20843         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20845 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
20847         * sort.el (sort-columns): Remove ms-dos from the list of systems
20848         where the external `sort' command is not used.
20850 2004-03-07  Kim F. Storm  <storm@cua.dk>
20852         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20853         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20854         from overlay-arrow-variable-list.
20855         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20857 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
20859         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20860         overlay arrow string properly for the assembler buffer.
20862 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20864         * mail/sendmail.el (mail-mode): Fix last change.
20866 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
20868         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20869         for the assembler buffer.
20870         (gdb-assembler-custom): Position the overlay arrow.
20871         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20873 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20875         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20877         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20878         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20880         * mail/sendmail.el (mail-mode): Set comment-start-skip.
20882         * newcomment.el (uncomment-region): Allow non-terminated comment.
20883         (comment-normalize-vars): Check the user-specified comstart marker.
20885 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20887         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20888         Otherwise, do use it if the region only contains font-lock text
20889         properties.
20891 2004-03-04  Masatake YAMATO  <jet@gyve.org>
20893         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20894         as the callback function for eldoc.
20895         (hexl-print-current-point-info): New function.
20896         (hexl-current-address): Print the address in both decimal
20897         and hexadecimal format.
20899 2004-03-04  Richard M. Stallman  <rms@gnu.org>
20901         * mail/rmail.el (rmail-convert-to-babyl-format):
20902         Specify t for UNIBYTE when calling mail-unquote-printable-region.
20904         * mail/mail-utils.el (mail-unquote-printable-region):
20905         New arg UNIBYTE.
20907         * startup.el (command-switch-alist): Doc fix.
20909         * simple.el (undo): Temporarily set this-command to `undo-start',
20910         then set it to `undo' once undo-start returns without error.
20912         * simple.el (minibuffer-history-sexp-flag): Doc fix.
20914         * simple.el (kill-line): Don't disregard trailing whitespace
20915         in eol condition, if show-trailing-whitespace is set.
20917         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20918         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20919         When disabling, restore old values only if mouse-sel-has-been-enabled.
20921         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20922         (isearch-{-char): New function.
20923         (isearch-mode-map): Bind { to isearch-{-char.
20925         * font-lock.el (lisp-font-lock-keywords-2):
20926         Turn off the CL with-... and do-... general patterns.
20927         Instead, recognize several specific with... and do... constructs.
20929         * files.el (switch-to-buffer-other-window):
20930         Bind same-window-buffer-names and same-window-regexps to nil.
20931         (switch-to-buffer-other-frame): Likewise.
20933 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20935         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20936         recognizing leading comment on code line.
20938 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20940         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20941         hidden files/directories.
20943 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20945         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20946         only comment-start (in case the mode hasn't set it).
20948         * Makefile.in (AUTOGENEL): New var.
20949         (bootstrap-prepare): Rename from bootstrap-clean.
20950         Don't remove elc files.
20951         (maintainer-clean): New target.
20953         * xml.el (xml-get-attribute-or-nil): Simplify.
20955 2004-03-02  Juri Linkov  <juri@jurta.org>
20957         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20958         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20959         URL to prevent their substitution with the environment variable
20960         values by browsers.
20962 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20964         * ps-print.el: Doc fix.
20965         (ps-print-version): New version number (6.6.3).
20966         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20967         Docstring fix.
20968         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20969         before printing.
20970         (ps-time-stamp-yyyy-mm-dd): New fun.
20971         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20973 2004-03-02  Kim F. Storm  <storm@cua.dk>
20975         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20977 2004-03-01  Juanma Barranquero  <lektu@terra.es>
20979         * allout.el (allout-rebullet-heading): Fix typo in docstring.
20981         * desktop.el (desktop-file-version)
20982         (desktop-after-read-hook): Fix typos.
20983         (desktop-clear-preserve-buffers): Remove redundant info in
20984         docstring already shown by the obsolescence message.
20985         (desktop-truncate, desktop-internal-v2s)
20986         (desktop-value-to-string): Change argument name to match docstring.
20988         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20990         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20991         docstring.
20993 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20995         * printing.el: Replace "As Is..." in PostScript file print/preview by
20996         "No Preprocessing...".  Suggested by Colin Marquardt
20997         <_marquardt_@zmd.de>.
20998         (pr-insert-section-4): Adjust buffer interface.
21000 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
21002         Version 2.0.39 of Tramp released.
21004         * net/tramp.el (tramp-handle-file-local-copy)
21005         (tramp-handle-write-region, tramp-open-connection-rsh):
21006         Variable name typo.  Small change.  From Patrick Tullmann
21007         <tullmann@flux.utah.edu>.
21008         (tramp-process-connection-type): New variable.
21009         (tramp-maybe-open-connection): Use it.
21010         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
21011         (tramp-touch): Set last-modified time of a remote file.
21012         (tramp-handle-write-region): Say which function is used when encoding.
21014 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
21016         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
21017         case of non-existing filename, too.  Reported by Christoph Bauer
21018         <c_bauer@informatik.uni-kl.de>.
21019         (tramp-smb-get-file-entries): The directory in question should
21020         have permissions "drwxrwxrwx".  Just virtual, because we don't
21021         know the real permissions.  Don't we know?
21022         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
21023         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
21024         (tramp-smb-wait-for-output): Optimize algorithm getting pending
21025         output.  If it was received chunkwise, there have been problems.
21026         Remove the "prompt not found" error message; it is obvious.
21027         Simplify algorithm.
21028         (tramp-smb-process-running): Remove.  Since we acknowledge the
21029         virtual prompt for shares, there's no need for distinction of
21030         reading shares (process ends afterwards) and interactive mode of
21031         smblient.
21032         (tramp-smb-open-connection): Setting process sentinel removed.
21033         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
21034         "NT_STATUS_NETWORK_ACCESS_DENIED".
21035         (tramp-smb-maybe-open-connection): Set `process-connection-type'
21036         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
21037         (top-level): Setting default value in `tramp-default-method-alist'
21038         corrected.  Order of USER and HOST have been wrong.
21039         Nobody complained for months ...
21040         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
21041         (tramp-smb-open-connection): Clear password cache if login has failed.
21043         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
21044         `tramp-unified-filenames'.
21045         (tramp-completion-mode): Make test for XEmacs explicitly.
21046         `event-to-character' can exists in Emacs packages too.
21047         Reported by Matt Swift <swift@alum.mit.edu>.
21048         (tramp-buffer-name): Buffer name must contain the user if exists.
21049         Reported by Adrian Phillips <a.phillips@met.no>.
21050         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
21051         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
21052         (tramp-do-copy-or-rename-file-out-of-band): Rename from
21053         `tramp-do-copy-or-rename-file-one-local', because it handles also
21054         the case both files use the same out-of-band method.
21055         Implementation added.
21056         (tramp-handle-file-local-copy, tramp-handle-write-region):
21057         Out-of-band handling removed.  `copy-file' called instead, which
21058         calls `tramp-do-copy-or-rename-file-out-of-band'.
21059         (tramp-action-password): Check for out-of-band method removed.
21060         This function is used for 'login-program.
21061         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21062         appropriate.
21063         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21064         and `tramp-parse-sknownhosts'.
21065         (tramp-completion-function-alist): It's a defvar now, because we
21066         want to apply the optimized `tramp-set-completion-function'
21067         instead of a static list.
21068         (tramp-set-completion-function): Implementation tuned.
21069         Avoid double entries, and entries where the function or the
21070         file/directory doesn't exist.
21071         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21072         for SSH2.
21073         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21074         (tramp-handle-dired-compress-file): New function.
21075         (tramp-async-proc): New variable.
21076         (tramp-handle-shell-command): Adding asynchronous processes.
21077         They are far from being perfect, but it works at least for
21078         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
21079         (top-level): Require password.el if visible.  Should be mandatory
21080         once No Gnus has found its way into (X)Emacs.
21081         (tramp-read-passwd): Invoke `password-read' if available,
21082         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
21083         fallback any longer.
21084         (tramp-clear-passwd): New function.
21085         (tramp-process-actions, tramp-process-multi-actions):
21086         Clear password cache if login has failed.
21088         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
21089         its own module.
21090         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21091         `ange-ftp-ftp-name-res'.  There could be incorrect values from
21092         previous calls in case the "ftp" method is used in the Tramp file
21093         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21095 2004-02-28  Richard M. Stallman  <rms@gnu.org>
21097         * term.el (term-mouse-paste): Call mouse-set-point.
21099         * thumbs.el: New file.
21101 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21103         * progmodes/ebnf-abn.el: Doc fix.
21105         * progmodes/ebnf-bnf.el: Doc fix.
21106         (ebnf-repeat): Code fix.
21108         * progmodes/ebnf2ps.el: Doc fix.
21109         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21111 2004-02-28  Juri Linkov  <juri@jurta.org>
21113         * ffap.el (dired-at-point): Additional writability test for
21114         relative directory names.
21115         (dired-at-point-prompter): Treat directories as a directory, get
21116         the directory component from files.
21117         (ffap-string-at-point): Return string from region if region is active.
21118         (ffap-file-at-point): Remove redundant code.
21120 2004-02-28  Kim F. Storm  <storm@cua.dk>
21122         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21123         Initialize margin area images to nil.
21124         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21125         (breakpoint-enabled-bitmap-face)
21126         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21127         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21128         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21129         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21130         (gdb-reset): Use gdb-remove-breakpoint-icons.
21131         (gdb-put-string): Add dprop arg to specify alternative display
21132         property (for setting fringe bitmap).
21133         (gdb-remove-strings): Doc fix.
21134         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21135         icon in fringe (if available), or else as icon or text in display
21136         margin.  Creates necessary icons in breakpoint-bitmap,
21137         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21138         Also make left window margin if required.
21139         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21140         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
21141         no longer needed.
21142         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21143         gdb-put-breakpoint-icon.
21144         (gdb-assembler-mode): Don't set left-margin-width here.
21146 2004-02-27  Kevin Ryde  <user42@zip.com.au>
21148         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21149         comma, so that it DTRT in macros.
21151 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21153         * progmodes/sh-script.el (sh-shell-arg)
21154         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21155         (sh-leading-keywords, sh-other-keywords): Fix custom type.
21157 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
21159         * faces.el (face-spec-set-match-display): Add a new attribute,
21160         `min-colors'.
21161         (region, highlight, secondary-selection): Use `min-colors'.
21163         * custom.el (defface): Add documentation for `min-colors'.
21165         * font-lock.el (font-lock-comment-face, font-lock-string-face)
21166         (font-lock-keyword-face, font-lock-function-name-face)
21167         (font-lock-variable-name-face, font-lock-constant-face):
21168         Use `min-colors'.
21170         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21172 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21174         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
21175         define assq-delete-all if it's not defined.
21176         (ebnf-generate-region): Code fix.
21178         * printing.el: Doc fix.
21179         (pr-version): New version number (6.7.2).
21180         (pr-command): Return empty string if command is an empty string.
21182 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21184         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21186         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
21187         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21188         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
21189         "tt" ["test"] ).  Reported by Markus Dreyer
21190         <mdreyer@ix.urz.uni-heidelberg.de>.
21191         (ebnf-version): New version number (4.0).
21192         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21193         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21194         (ebnf-delete-style): New commands.
21195         (ebnf-directory, ebnf-file): New funs.
21196         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21197         (ebnf-production-name-p, ebnf-stop-on-error): New options.
21198         (ebnf-syntax-alist): New var.
21199         (ebnf-element-width): New fun replacing ebnf-list-width.
21200         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21201         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21202         (ebnf-prologue): Adjust vars.
21203         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21204         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21205         (ebnf-check-style-values, ebnf-generate-production)
21206         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21207         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21208         (ebnf-token-repeat): Code fix.
21210         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
21211         %right, %left and %prec.  Suggested by Matthew K. Junker
21212         <junker@alum.mit.edu>.
21213         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21215         * progmodes/ebnf-iso.el: Doc fix.
21216         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21217         (ebnf-iso-lex): Code fix.
21219         * progmodes/ebnf-bnf.el: Doc fix.
21220         (ebnf-bnf-lex): Code fix.
21222         * progmodes/ebnf-otz.el: Doc fix.
21224 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
21226         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
21227         (abbrev-prefix-mark): Doc fix.
21229 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
21231         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21232         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21233         (gdb-var-delete): Make interactive (really).
21234         (gdb-edit-value): Make non-interactive.
21236         * progmodes/gud.el (gud-speedbar-menu-items):
21237         Add gdb-var-delete and, indirectly, gdb-edit-value.
21238         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21239         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21240         (gud-gdb-marker-filter): Add comment for annotations.
21242 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
21244         * calendar/calendar.el (generate-calendar)
21245         (calendar-read-date): Prevent display of BC calendars once more -
21246         reverts 2003-10-01 change.
21247         (generate-calendar-month): Doc fix.
21249 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
21251         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21252         return value of increment-calendar-month.
21254 2004-02-21  Stephen Compall  <s11@member.fsf.org>
21256         * saveplace.el (save-place-forget-unreadable-files)
21257         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21258         (save-place-forget-unreadable-files): New function.
21259         (save-place-alist-to-file): Use it to filter out files that are
21260         no longer readable.
21262         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21263         current Texinfo environment, using the same method as in
21264         `texinfo-insert-@end', and insert a space rather than a newline if
21265         point in a @table environment.
21267 2004-02-21  Juri Linkov  <juri@jurta.org>
21269         * ffap.el (ffap-file-at-point): Try parent directories.
21271 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
21273         * vcursor.el (vcursor-modifiers): New defcustom.
21274         (vcursor-cs-binding): Use vcursor-modifiers instead of a
21275         hard-coded list.
21277 2004-02-21  Masatake YAMATO  <jet@gyve.org>
21279         * play/animate.el (animate-birthday-present): Accept names other
21280         than `Sarah', too.
21282 2004-02-21  Juri Linkov  <juri@jurta.org>
21284         * startup.el: Remove table of command line arguments from the
21285         Commentary section.
21287 2004-02-20  John Wiegley  <johnw@newartisans.com>
21289         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21290         again" modifier from 'e' to 'E', since 'e' is also used by the
21291         "file extension" modifier.
21293 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
21295         * help-fns.el (describe-categories): Doc fix.
21297 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21299         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21300         temporary file for buffer already visiting one.  This change makes
21301         output likely to be directly usable by patch program.
21302         Suggested by Adrian Aichner  <adrian@xemacs.org>
21304 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
21306         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21307         case of variables defined in compound statements.
21308         (gdb-setup-windows, gdb-source-info, gdb-source-info):
21309         Simplify constructions using switch-to-buffer.
21311 2004-02-19  Simon Josefsson  <jas@extundo.com>
21313         * play/morse.el: Fix typo.
21314         (morse-code): Add @.
21316 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
21318         * calendar/appt.el (appt-display-format): Change default to
21319         'ignore, for backwards compatibility.
21320         (appt-display-message): If appt-display-format is 'ignore,
21321         respect old vars appt-msg-window and appt-visible.
21322         (appt-activate): Don't depend on return value of cancel-timer.
21324         * calendar/calendar.el (calendar-holidays): Doc fix.
21326         * calendar/cal-coptic.el (coptic-prompt-for-date):
21327         Use assoc-string instead of assoc-ignore-case.
21328         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21329         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21330         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21331         * calendar/cal-islam.el (calendar-goto-islamic-date)
21332         (mark-islamic-diary-entries): Ditto.
21333         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21334         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21335         (calendar-read-mayan-tzolkin-date): Ditto.
21336         * calendar/calendar.el (calendar-read-date): Ditto.
21337         * calendar/diary-lib.el (mark-diary-entries): Ditto.
21339 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21341         * progmodes/executable.el (executable-command-find-posix-p):
21342         Fix choice of the directory.
21344 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
21346         * simple.el (interprogram-cut-function)
21347         (interprogram-paste-function, kill-new, kill-append):
21348         Doc fixes.
21349         (kill-region): Make it return nil.  Doc fix.
21350         (yank-pop): Make its argument optional.
21351         (yank): Make ARG `-' equivalent to `-1'.
21353 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
21355         * mail/rmail.el (rmail-get-new-mail): Don't reference
21356         rmail-use-spam-filter if rmail-spam-filter is not loaded.
21358 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21360         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21361         if one of global-auto-revert-non-file-buffers or autorevert-mode
21362         is non-nil.
21364 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21366         * subr.el (delete-dups): A better implementation from Karl Heuer
21367         <kwzh@gnu.org>.
21369 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
21371         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21372         correct place.
21373         * progmodes/icon.el (icon-indent-command): Ditto.
21374         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21376 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21378         * progmodes/grep.el (grep-compute-defaults): Undo change from
21379         2004-01-29: don't use executable-command-find-posix-p.
21381 2004-02-16  Richard Sharman  <rsharman@pobox.com>
21383         * hilit-chg.el: Use require instead of eval-and-compile.
21384         (highlight-compare-buffers): New function.
21386 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
21388         * man.el (Man-fontify-manpage): Render section headings in
21389         `Man-overstrike-face' even when overstrike was not used by man
21390         formatter for section headings.
21392 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
21394         * rmail-spam-filter.el (vm-use-spam-filter)
21395         (rsf-min-region-length-added-to-spam-list): New variables.
21396         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21397         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
21398         spam testing.  Don't delete spam message if automatic deletion
21399         after output via variable rmail-delete-after-output is turned on.
21400         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21401         rsf-bbdb-dont-create-entries-for-spam.
21402         (check-field): New function, extracted from code in
21403         rmail-spam-filter to ease addition of header fields like content-type.
21404         (message-content-type): New variable to check the content-type:
21405         field added, also in defcustom of rsf-definitions-alist.
21406         (rmail-spam-filter): Replace repeated test code for header fields
21407         by calls to check-field; change the call to
21408         rmail-output-to-rmail-file such that rmail-current-message stays
21409         the same to avoid wrong deletion of unseen flags.
21410         (rsf-add-contents-type): New function to convert old format
21411         of rmail-spam-definitions-alist into new one.
21412         Change prefixes of all variables and functions from
21413         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21415 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21417         * loadhist.el (unload-hook-features-list): New defvar.
21419 2004-02-16  Dave Love  <fx@gnu.org>
21421         * loadhist.el (unload-feature): Doc fix.  Rename flist to
21422         unload-hook-features-list.
21424 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
21426         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21427         cookie.  Don't check if we are looking-at open-formula.
21429 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21431         * subr.el (match-string-no-properties): Use substring-no-properties.
21433 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21435         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21436         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21437         Use lower-case "rx" in all error message.
21439 2004-02-16  Dave Love  <fx@gnu.org>
21441         * emacs-lisp/rx.el (rx-or): Put group around result.
21442         (rx-constituents): Add backref.
21443         (rx-syntax): Add string-delimiter, comment-delimiter.
21444         (rx-categories): Add combining-diacritic.
21445         (rx-check-not, rx-greedy, rx): Doc fix.
21446         (rx-backref, rx-check-backref): New.
21448 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
21450         * newcomment.el (uncomment-region): Allow eob as comment end.
21452 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
21454         * filecache.el: All message and error commands now use prefix
21455         "Filecache:" to make it easy to read *Messages* buffer.
21457 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
21459         * autorevert.el: Add support to detect changed dired and VC buffers.
21460         (auto-revert-active-p, auto-revert-list-diff)
21461         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21462         (auto-revert-handler, auto-revert-active-p): New functions.
21463         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21464         and `auto-revert-active-p'.
21465         (eval-when-compile): Defvar dired-directory and vc-mode.
21466         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21467         (auto-revert-handler-vc): New functions.
21469 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21471         * progmodes/compile.el (compilation-directory): New defvar.
21472         (compile): Save current directory in compilation-directory.
21473         (recompile): Bind default-directory to compilation-directory if
21474         that is non-nil.
21476 2004-02-16  Dave Love  <fx@gnu.org>
21478         * newcomment.el (comment-insert-comment-function)
21479         (comment-region-function, uncomment-region-function): New.
21480         (comment-indent): Use comment-insert-comment-function.
21481         (uncomment-region): Use uncomment-region-function.
21482         (comment-region): Use comment-region-function.
21484         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21486 2004-02-16  Richard Stallman  <rms@gnu.org>
21488         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21489         loaddefs* and ldefs-boot*.
21491 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21493         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21494         and email address at the beginning and end of the address.
21496         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21497         anchored at the beginning of the email address.
21499 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
21501         * international/ccl.el (ccl-compile-write): Pass `left' to
21502         ccl-embed-code to generate correct code of write-expr-register.
21504 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
21506         * progmodes/grep.el (grep-compute-defaults): Fix typos.
21508 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21510         * x-dnd.el: Mention support for Motif in commentary.
21511         (x-dnd-handle-drag-n-drop-event): Ditto.
21513 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
21515         * ses.el: Use "ses--" prefixes for buffer-local variables.
21516         Use (point-min) instead of 1, even when we know the buffer
21517         is unnarrowed.
21518         (ses-build-load-map): Delete.  Distribute its content to defconsts for
21519         the three maps.
21520         (ses-menu, ses-header-line-menu): New menus.
21521         (ses-mode-map): Use them.
21522         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
21524 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
21526         * Makefile.in: Fix the CC Mode recompile kludge so it works
21527         when building in a different directory.
21529 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
21531         * simple.el (kill-new): Put yank-handler property on the entire string.
21533 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21535         * diff.el: Don't use compile any more, use diff-mode instead.
21536         (diff-regexp-alist, diff-old-file, diff-new-file)
21537         (diff-parse-differences, diff-process-setup): Remove.
21538         (diff-sentinel): New fun.
21539         (diff): Use it.  Run the process ourselves.
21540         Use diff-mode for the rest of the processing.
21542         * diff.el (diff): Simplify code handling `switch'.
21544 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21546         * pcvs-defs.el (cvs-menu): Add `tag'.
21548 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
21550         * simple.el (kill-append): Doc fix.
21552         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21553         Adapt outline-regexp to the new conventions for commenting out code.
21555 2004-02-11  John Paul Wallington  <jpw@gnu.org>
21557         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21559 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21561         * diff.el (diff-switches): New fun.
21562         (diff, diff-backup): Use it.
21563         (diff): Clean up the args construction.  Use backquote.
21564         Use listp instead of consp to avoid putting a nil arg.
21565         (diff): Add a revert-buffer function.
21567 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21569         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21570         handled by x-dnd-handle-file-name.
21571         (x-dnd-known-types): Add COMPOUND_TEXT.
21572         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21573         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21574         x-dnd-empty-state.
21575         (x-dnd-forget-drop): Ditto.
21576         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21577         (x-dnd-handle-one-url): Return private when inserting text.
21578         (x-dnd-insert-ctext): New function.
21579         (x-dnd-handle-file-name): New function for FILE_NAME.
21580         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21581         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21582         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21584 2004-02-10  Kenichi Handa  <handa@m17n.org>
21586         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21587         instead of while loop.
21589 2004-02-10  Miles Bader  <miles@gnu.org>
21591         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21593 2004-02-09  Kenichi Handa  <handa@m17n.org>
21595         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21596         have end-of-line.
21598 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
21600         * Makefile.in: Added extra dependencies in the recompile target
21601         needed to cope with the compile time macro expansions in CC Mode.
21603 2004-02-09  Kim F. Storm  <storm@cua.dk>
21605         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21606         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21607         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21608         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21609         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21610         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21611         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21612         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21613         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21614         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21615         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21617 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21619         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21620         Don't allow shrink if there's a window on our right.
21622         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21623         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21624         Bring together declaration and initialization.
21625         (prolog-mode-variables): Don't set the syntax table.
21626         Don't set paragraph-start and comment-indent-function.
21627         Add /*..*/ to the comment regexps.
21628         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
21629         (prolog-mode-map): Don't bind TAB.
21630         (prolog-mode): Set the syntax table.
21631         (prolog-comment-indent): Remove.
21632         (inferior-prolog-mode-map): Initialize in the declaration.
21633         (inferior-prolog-mode-syntax-table)
21634         (inferior-prolog-mode-abbrev-table): New vars.
21635         (inferior-prolog-mode): Derive from comint-mode.
21636         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21637         minibuffer windows.
21639         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21640         in file names, as long as it is unambiguous.
21642 2004-02-08  Andreas Schwab  <schwab@suse.de>
21644         * textmodes/reftex-toc.el
21645         (reftex-toc-load-all-files-for-promotion): Remove useless use of
21646         format.  Doc fix.
21648         * textmodes/refer.el (refer-find-entry-internal): Remove extra
21649         format string arguments.
21651         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21652         string argument.
21654         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21656         * play/zone.el (zone-call): Fix format string.
21658         * net/webjump.el (webjump-builtin): Add missing format string argument.
21660         * midnight.el (midnight-delay-set): Remove extra format string
21661         argument.
21663         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21665         * hexl.el (hexl-insert-char): Add missing format string argument.
21667         * format.el (format-decode): Fix format string.
21669         * emulation/vi.el (vi-mode): Remove extra format string argument.
21670         (vi-repeat-last-search): Likewise.
21671         (vi-reverse-last-search): Likewise.
21672         (vi-goto-mark): Likewise.
21673         (vi-reverse-last-find-char): Likewise.
21674         (vi-repeat-last-find-char): Likewise.
21675         (vi-locate-def): Likewise.
21677         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21679         * ediff-util.el (ediff-toggle-read-only): Remove extra format
21680         string argument.
21681         (ediff-toggle-regexp-match): Likewise.
21683         * dired-aux.el (dired-do-query-replace-regexp): Add missing
21684         format string argument.
21686         * calc/calc-map.el (calc-get-operator): Remove extra format
21687         string argument.
21689         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21691         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21692         string argument.
21694         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21696         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21698         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21700         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21701         (cl-struct-setf-expander): Likewise.
21703         * vc.el (with-vc-file): Fix unsafe uses of error.
21704         (vc-cancel-version): Likewise.
21706 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
21708         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21709         thousands separator; fixes <class>:<line-number> regexp for
21710         non-english locales.
21712 2004-02-08  Andreas Schwab  <schwab@suse.de>
21714         * view.el (view-mode-enable): Revert previous change.
21716 2004-02-07  Kim F. Storm  <storm@cua.dk>
21718         * simple.el (line-number-at-pos): Rename from line-at-pos.
21719         Uses changed (what-line and vc-annotate-warp-version).
21721 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21723         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21724         (diff-mode): Remove aborted attempt at support for compile.el.
21725         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21727 2004-02-06  Andreas Schwab  <schwab@suse.de>
21729         * view.el (view-mode-enable): Add view-mode-map to
21730         minor-mode-overriding-map-alist.
21732 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21734         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21736 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21738         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21739         with point inside rather than after the paragraph.
21741 2004-02-04  Sam Steingold  <sds@gnu.org>
21743         * mail/smtpmail.el (smtpmail-try-auth-methods):
21744         Do not try authentication when no mechanism is available.
21745         Pass port-name as defaultport to `netrc-machine'.
21747 2004-02-04  Stephen Eglen  <stephen@gnu.org>
21749         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21750         to show how minibuffer height can be constrained.
21752 2004-02-04  John Paul Wallington  <jpw@gnu.org>
21754         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21756 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21758         * x-dnd.el: New file for drag and drop.
21760         * term/x-win.el: require x-dnd, set after-make-frame-functions
21761         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21762         drag-n-drop event.
21764         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21765         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21766         (dired-dnd-handle-file): New functions for drag and drop support.
21767         (dired-mode): Initialize drag and drop if x-dnd present.
21769 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21771         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21772         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21773         (cperl-mode): Set fill-paragraph-function.
21774         (cperl-fill-paragraph): Make it non-interactive.
21776 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
21778         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21780 2004-02-02  David Kastrup  <dak@gnu.org>
21782         * replace.el (perform-replace): Allow 'literal argument in
21783         regexp-flag to indicate literal replacement.
21784         (query-replace-regexp-eval): Use it.
21786 2004-02-01  Andreas Schwab  <schwab@suse.de>
21788         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21790 2004-02-01  Stephen Eglen  <stephen@gnu.org>
21792         * info-look.el: Add support for maxima-mode.  Update commentary
21793         because info-lookup-symbol is now bound to C-h S.
21795 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
21797         * simple.el (edit-and-eval-command): Bind print-level and
21798         minibuffer-history-sexp-flag around call to read-from-minibuffer.
21799         Correct initial position in command-history.
21801 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
21803         * files.el (read-directory-name): Adapt the docstring to recent
21804         change in Fread_file_name.
21806 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
21808         * ses.el (ses-print-cell): If print format too wide for column
21809         width, truncate decimal places if that helps to avoid "#####" fill.
21810         * ses.el (ses-initial-column-width): Revert previous change.
21812 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21814         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21815         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21816         Add edebug info.
21817         (jit-lock-mode): Setup/cancel the new timer.
21818         (jit-lock-context-fontify): New fun.  Extracted from
21819         context fontification code of jit-lock-stealth-fontify.
21820         (jit-lock-stealth-fontify): Don't do context fontification any more.
21822         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21823         (jit-lock-fontify-now): Handle the `quit' case.
21824         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21826 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
21828         * progmodes/executable.el (executable-command-find-posix-p):
21829         New.  Check if find handles arguments Posix-style.
21831         * progmodes/grep.el (grep-compute-defaults):
21832         Use executable-command-find-posix-p.
21833         (grep-find): Check `grep-find-command'.
21835         * filecache.el (file-cache-find-posix-p): Delete.
21836         (file-cache-add-directory-using-find):
21837         Use `executable-command-find-posix-p'.
21839 2004-01-29  Dave Love  <fx@gnu.org>
21841         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21842         Iterate the hook function if arg is given.
21843         (mark-defun, narrow-to-defun): Change order of finding the limits.
21845         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21846         (byte-compile-format-warn): New.
21847         (byte-compile-callargs-warn): Use it.
21848         (Format, message, error): Add byte-compile-format-like property.
21849         (byte-compile-maybe-guarded): New.
21850         (byte-compile-if, byte-compile-cond): Use it.
21851         (byte-compile-lambda): Compile interactive forms,
21852         just to make warnings about them.
21854 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
21856         * ses.el (ses-initial-column-width): Increase to 14, so it will
21857         work well with the default printer of "%.7g" for extreme values
21858         like "-1.234567e+07".
21860 2004-01-29  Kenichi Handa  <handa@m17n.org>
21862         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21864 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
21866         * dos-w32.el: Added support for the `default-printer-name' function.
21868 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21870         * server.el (server-socket-name): Don't use the hostname in the
21871         socket name since /tmp is local to the host anyway.
21873         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21874         robust check of widening and fix var-naming.
21876 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
21878         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21879         or rmail-spam- to rsf- in all function and variable names.
21880         (rsf-min-region-to-spam-list): New variable.
21881         (rsf-bbdb-auto-delete-spam-entries): Rename from
21882         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
21883         scanned together with the recipients field for spam testing; Don't
21884         delete spam message if rmail-delete-after-output is non-nil;
21885         (rsf-check-field): New function, extracted from code in
21886         rmail-spam-filter to ease addition of header fields like
21887         content-type:;
21888         (message-content-type): New variable.  The content-type: field was
21889         added also in defcustom of rsf-definitions-alist;
21890         (rmail-spam-filter): Replace repeated test code for header fields
21891         by calls to check-field; change the call to
21892         rmail-output-to-rmail-file such that rmail-current-message stays
21893         the same to avoid wrong deletion of unseen flags.
21894         (rmail-use-spam-filter): Add autoload cookie.
21896 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
21898         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
21899         (file-cache-add-directory-using-find): Add Cygwin support.
21900         (file-cache-find-command-posix-flag): New user variable.
21902         * filecache.el (file-cache-add-directory): Check for
21903         directories an remove them from dir-files.
21905 2004-01-27  Richard M. Stallman  <rms@gnu.org>
21907         * man.el (Man-fontify-manpage): Clean up message.
21909 2004-01-27  Kenichi Handa  <handa@m17n.org>
21911         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21912         (sentence-end): Define using sentence-end-without-space.
21914         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21915         a sentence ends with one of a character in sentence-end-without-space.
21917 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21919         * font-lock.el (font-lock): Add jit-lock as explicit group member.
21920         (jit-lock): Group declaration moved to jit-lock.el.
21921         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21922         when necessary.
21924         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21925         (jit-lock-context-unfontify-pos): Rename from
21926         jit-lock-first-unfontify-pos.
21927         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21929 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
21931         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21932         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21933         (fortran-fill): When filling a string, adjust re-search-backward
21934         argument for special case of string just on fill-column.
21935         When filling non-string, allow one extra char if
21936         fortran-break-before-delimiters is non-nil.
21937         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21938         Use fortran-break-delimiters-re and fortran-no-break-re to
21939         correctly handle cases such as "**".
21941         * progmodes/f90.el (f90-break-delimiters): Doc fix.
21942         (f90-no-break-re): Add some extra tokens.  Doc fix.
21944 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
21946         * mail/rmail-spam-filter.el:
21947         Use two semicolons as Commentary line prefix.
21948         Add ";;; Code:" stylized comment.
21949         Delete end-of-line whitespace.
21950         Wrap (require 'cl) with `eval-when-compile'.
21952 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
21954         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21955         at the top level of vc.el.
21957 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
21959         * vc.el (vc-current-line): Function removed.  This is now done by
21960         the new function line-at-pos in simple.el.
21961         (vc-annotate-warp-version): Use line-at-pos instead of
21962         vc-current-line.
21964 2004-01-22  Kim F. Storm  <storm@cua.dk>
21966         * simple.el (line-at-pos): New defun.
21967         (what-line): Use it.  Optimize by only counting lines in narrowed
21968         region once.
21970 2004-01-22  Kenichi Handa  <handa@m17n.org>
21972         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21973         point (register r1) only for charset mule-unicode-0100-24ff.
21975 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21977         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21978         trailing white space and ensure a final newline.
21980         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21981         Add autoload cookie.
21983 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
21985         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21986         activate view-mode explicitly.
21988 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21990         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21991         menu-bar-enable-clipboard and make Paste use clipboard first.
21993 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21995         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
21996         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21997         (vc-mcvs-cvs): Remove.
21998         (vc-mcvs-command): Remove use of assert.
22000         * outline.el (outline-insert-heading): Tighten up match.
22001         (outline-demote, outline-move-subtree-down): Don't assume anything
22002         about outline-regexp.
22004         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
22005         (texinfo-show-structure): Explicitly add ^, and simplify.
22007 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
22009         * calendar/appt.el (appt-check): Restore usage of
22010         appt-issue-message deleted in previous change.
22011         (top-level): Activate package when loaded (needed for backwards
22012         compatibility).
22014 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22016         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
22017         following previous change to smtpmail-send-data.
22019 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
22021         * vc.el (vc-default-previous-version): Doc enhancement.
22022         (vc-default-next-version): New function.
22023         (vc-print-log): New arg FOCUS-REV.
22024         (vc-annotate-mode): Derive from view-mode.
22025         (vc-annotate): New args REVISION, DISPLAY-MODE.
22026         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
22027         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
22028         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
22029         (vc-annotate-show-diff-revision-at-line, vc-current-line)
22030         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
22032         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
22034 2004-01-19  Karl Berry  <karl@gnu.org>
22036         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
22037         or "TexInfo".
22039 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
22041         * subr.el (delete-dups): New function.
22043 2004-01-19  Karl Berry  <karl@gnu.org>
22045         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
22046         with ^, since that's what texinfo-show-structure
22047         documentation says (plus it works much better in texinfo.txi).
22049 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
22051         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
22053 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
22055         * progmodes/which-func.el (which-function-mode): Don't cancel
22056         which-func-update-timer if not set.
22058 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
22060         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22061         Remove spurious left square bracket in XX:XXam regexp.
22063 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
22065         * progmodes/cc-defs.el: Do not require cl at run time.
22067 2004-01-16  Richard M. Stallman  <rms@gnu.org>
22069         * emacs-lisp/cl.el (cl-cannot-unload): New function.
22070         (cl-unload-hook): Defvar this to run cl-cannot-unload.
22072         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22073         Call rmail-spam-filter.  Delete and expunge spam.
22074         Print number of spam messages deleted.
22075         Save and restore the deletion status of old messages when reading
22076         new mail with spam filter, so that expunging spam does not expunge
22077         msgs deleted by the user.
22078         (rmail-only-expunge): Add an optional argument dont-show to
22079         prevent showing message after expunge.
22081 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
22083         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22084         * subr.el (declare): New macro.
22086 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
22088         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22090 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22092         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22093         Test window-system rather than system-type (for X11/Mac).
22095 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
22097         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22099 2004-01-12  Richard M. Stallman  <rms@gnu.org>
22101         * mail/rmail.el (rmail-convert-to-babyl-format):
22102         Use mail-unquote-printable-region.
22103         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22104         (rmail-hex-char-to-integer): Functions deleted.
22106         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22107         (mail-unquote-printable-region): New arg NOERROR.
22108         For invalid encoding, either signal an error to just return nil.
22110 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22112         * calendar/appt.el: Update copyright and commentary.
22113         (appt-issue-message): Make obsolete.
22114         (appt-visible, appt-msg-window): Make obsolete, in favor of
22115         appt-display-format.
22116         (appt-display-mode-line, appt-display-duration)
22117         (appt-display-diary, appt-time-msg-list, appt-mode-string)
22118         (appt-prev-comp-time, appt-display-count, appt-timer)
22119         (appt-convert-time): Doc change.
22120         (appt-disp-window-function, appt-delete-window-function):
22121         Use defcustom rather than defvar.
22122         (appt-display-format): New variable.
22123         (appt-display-message): New function with display code from appt-check.
22124         (appt-check): Add optional FORCE argument.  Doc change.
22125         Add appt-make-list to diary-hook if displaying diary.
22126         Remove checking of view-diary-entries-initially.
22127         Message display section removed to new function appt-display-message.
22128         (appt-display-window): Doc change.  Remove unused internal var
22129         this-buffer.  Do not beep, since appt-display-message does that.
22130         (appt-make-list): Doc change.  Use caar.
22131         (appt-sort-list): Simplify by using builtin sort function.
22132         (appt-update-list): New function for updating appts when diary is
22133         saved.
22134         (appt-activate): New autoloaded function to toggle package
22135         functionality.
22137         * calendar/cal-x.el: (calendar-one-frame-setup)
22138         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22140         * calendar/calendar.el: Update copyright.
22141         (view-diary-entries-initially, european-calendar-style): Doc change.
22142         (calendar-setup): Make defcustom rather than defvar.
22143         (mark-visible-calendar-date): Initialize temp-face and faceinfo
22144         in let binding so local to function.
22146         * calendar/diary-lib.el: Update copyright.
22147         (diary, diary-entry-time): Doc change.
22148         (list-diary-entries): Doc change.  Trivial logic change.
22149         (fancy-diary-display): Restore make-face command mistakenly
22150         deleted 2003-05-08.
22151         (show-all-diary-entries): Allow to pop-up frame if needed.
22153 2004-01-09  John Paul Wallington  <jpw@gnu.org>
22155         * bindings.el (mode-line-change-eol): Add EVENT parameter.
22156         Temporarily select EVENT's window for changing eol type.
22158 2004-01-09  Deepak Goel  <deego@gnufans.org>
22160         * calendar/diary-lib.el (diary-entry-time):
22161         Also accept time in the form XX[.XX][am/pm/AM/PM].
22162         (fancy-diary-font-lock-keywords): Likewise.
22163         (diary-font-lock-keywords): Likewise.
22164         * calendar/appt.el (appt-add): Likewise.
22165         (appt-make-list): Likewise.
22166         (appt-convert-time): Likewise.
22168 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
22170         * gdb-ui.el (gdb-ann3): Revert previous change.
22171         (gdb-source-info): Allow for case of where compilation directory
22172         is not recorded.
22174 2004-01-08  John Paul Wallington  <jpw@gnu.org>
22176         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22178 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
22180         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22182         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22183         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22184         problems.
22185         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22187 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
22189         * files.el (write-file-functions, write-contents-functions):
22190         Clarify docstrings.
22192 2004-01-07  Kenichi Handa  <handa@m17n.org>
22194         * international/mule.el (set-auto-coding): Fix for the case that
22195         end-of-line is only CR.
22197 2004-01-07  Kim F. Storm  <storm@cua.dk>
22199         * subr.el (event-start, event-end): Doc fix.
22200         (posn-string, posn-image): New defuns.
22201         (posn-object): Return either image or string object.
22202         (posn-object-x-y): Return 8th element of position.
22203         (posn-object-width-height): New defun.
22205 2004-01-06  Andreas Schwab  <schwab@suse.de>
22207         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22208         output.
22210 2004-01-05  Karl Berry  <karl@gnu.org>
22212         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22213         / and *, too.
22215 2003-12-31  Simon Josefsson  <jas@extundo.com>
22217         * files.el (before-save-hook): Add.
22218         (basic-save-buffer): Use before-save-hook.
22220         * emacs-lisp/copyright.el: Fix comment to recommend
22221         before-save-hook instead of write-file-functions.
22223 2004-01-05  Richard M. Stallman  <rms@gnu.org>
22225         * finder.el (finder-commentary): Call delete-other-windows.
22227         * net/ange-ftp.el (ange-ftp-file-attributes):
22228         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22230 2004-01-04  Karl Berry  <karl@gnu.org>
22232         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22233         comment characters % and # in the copyright year notice,
22234         as well as ;.
22236 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
22238         * wid-edit.el (default): Define dummy :value-delete.
22239         Reported by Jesper Harder <harder@ifa.au.dk>.
22241 2004-01-03  Richard M. Stallman  <rms@gnu.org>
22243         * progmodes/compile.el (compile-internal): Use point, not point-min,
22244         for set-window-point.
22246         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22248         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22250         * progmodes/grep.el (grep-mode-map):
22251         Don't remap next-line, previous-line.
22253 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
22255         * speedbar.el (speedbar-edit-line): Change regexp to position
22256         the cursor on the first character of this line's button.
22258 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22260         * subr.el (functionp): Doc fix.
22262 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22264         * progmodes/idlwave.el (idlwave-make-tags):
22265         * textmodes/flyspell.el (flyspell-large-region):.
22266         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22267         * emulation/viper-util.el (viper-glob-unix-files):
22268         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22269         * man.el (Man-init-defvars):
22270         * jka-compr.el (jka-compr-call-process):
22271         * files.el (get-free-disk-space,insert-directory):
22272         * ediff-ptch.el (ediff-test-patch-utility):
22273         * ediff-diff.el (ediff-test-utility):
22274         * dired-aux.el (dired-check-process):
22275         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22276         test the return value of call-process, because it can be a string.
22278 2003-12-31  John Paul Wallington  <jpw@gnu.org>
22280         * bindings.el (completion-ignored-extensions): Add .pfsl.
22282 2003-12-31  Kim F. Storm  <storm@cua.dk>
22284         * ido.el (ido-nonreadable-directory-p): New defun to check for
22285         nonreadable directory without activating tramp (to avoid problems
22286         with checking incomplete tramp paths).
22287         (ido-set-current-directory, ido-file-internal)
22288         (ido-file-name-all-completions1): Use it.
22290 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
22292         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22293         documentation if the anchor (or node) name is preceded by `info
22294         anchor' or `Info anchor' in addition to earlier `info node' and
22295         `Info node'.
22296         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22298 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
22300         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22301         error in arguments to base64-decode-region.  Remove ^M characters
22302         after decoding base64.
22304 2003-12-30  Simon Josefsson  <jas@extundo.com>
22306         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
22307         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22308         have only been distributed with Emacs for some years.
22309         (texinfo-mode-hook): Customize.
22311 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
22313         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22314         cleaner (suggested by Richard Stallman).
22316         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22317         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22318         file-name clashes on 8+3 DOS filesystems.
22320         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22321         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22322         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22323         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22324         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22325         file-name clashes on 8+3 filesystems.
22327         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22328         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22329         file-name clashes on 8+3 DOS filesystems.
22331 2003-12-29  Richard M. Stallman  <rms@gnu.org>
22333         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22334         Upcase the character.
22336         * textmodes/flyspell.el (mail-mode-flyspell-verify):
22337         Search for header separator alone on a line, literally,
22338         and search for it backward, not forward.
22339         (flyspell-abbrev-table): Always use global-abbrev-table
22340         if there is no local one.
22342         * progmodes/sh-script.el (sh-get-indent-info):
22343         Don't move point back if at bob.
22345         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22347         * play/handwrite.el (handwrite): Make the handwrite credit message
22348         a comment rather than an output command.
22350         * obsolete/sc.el: Display message that this file is obsolete.
22352         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22354         * mail/rfc822.el (rfc822-address-start): Declare variable.
22355         Renamed from address-start.  All uses changed.
22357         * term.el (term-exec): Set up sentinel.
22358         (term-sentinel): New function.
22359         (term-handle-exit): New function.
22361         * subr.el (assoc-ignore-case, assoc-ignore-representation):
22362         Use assoc-string, and mark them obsolete.
22363         (delay-mode-hooks): Mark as permanent local.
22365         * simple.el (sendmail-user-agent-compose): Use assoc-string.
22367         * register.el (copy-rectangle-to-register): Doc fix.
22369         * info.el (Info-insert-dir): Use assoc-string.
22371         * info-look.el (info-lookup): Use assoc-string.
22373         * frame.el (pop-up-frame-function): Use quote, not `function'.
22374         (frame-notice-user-settings): Calculate ADJUSTED-TOP
22375         copying with lists as coordinate values.
22377         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22379         * find-dired.el (kill-find): New command.
22380         (find-dired): Make buffer read-only.
22381         Set up a keymap with C-c C-k running kill-find.
22382         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22384         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22386         * filecache.el (file-cache-ignore-case): New variable.
22387         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
22389         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22390         (comint-dynamic-complete-as-filename): Rename local vars.
22391         (comint-dynamic-list-filename-completions): Likewise.
22393         * comint.el (comint-dynamic-list-completions-config): New var.
22394         (comint-dynamic-list-completions): Handle both SPC and TAB right.
22396         * comint.el (comint-file-name-chars): Add [].
22397         (comint-word): Use skip-chars-backward, not search.
22399         * shell.el (shell-file-name-chars): Add [].
22401         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22403         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22405         * generic.el (define-generic-mode): Doc fix.
22407 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22409         * files.el (kill-some-buffers): Doc fix.
22411 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
22413         * comint.el (comint-watch-for-password-prompt): Pass `string' as
22414         arg to send-invisible
22415         (send-invisible): Doc fix.  The argument is now a prompt, not the
22416         string to send.
22417         (comint-read-noecho): Doc fix.
22419 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
22421         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22422         "@", as required by some ISP hosting service.  Fix defcustom
22423         argument syntax errors that prevented use of customization.
22425 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22427         * xml.el (xml-get-attribute-or-nil): Doc fix.
22429 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
22431         * net/zone-mode.el (zone-mode): Use write-file-functions, not
22432         write-file-hooks.
22434 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22436         * autorevert.el (auto-revert-interval): Doc fix.
22438 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
22440         * xml.el (xml-get-attribute-or-nil): New function, like
22441         xml-get-attribute, but returns nil if the attribute was not found.
22442         (xml-get-attribute): Convert to defsubst, uses
22443         xml-get-attribute-or-nil.
22445 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22447         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22449 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
22451         * custom.el (custom-declare-theme): Use `value' when putting
22452         properties on `theme'.
22454 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
22456         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22457         for each yank-handler segment.
22458         (insert-for-yank-1): New function, with the body of the previous
22459         insert-for-yank.
22461         * textmodes/table.el (table-yank-handler): New defcustom.
22462         (table--put-cell-indicator-property): Put yank-handler property
22463         that indicates the yank handler for the table cell.
22465 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22467         * generic-x.el (etc-modules-conf-generic-mode): A more complete
22468         set of keywords.
22470 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22472         * international/mule-cmds.el (reset-language-environment)
22473         (set-language-environment): Don't invoke fontset-related functions
22474         if fontset-list is not fboundp.
22476 2003-12-29  Kenichi Handa  <handa@m17n.org>
22478         * international/mule-cmds.el (reset-language-environment):
22479         Call set-overriding-fontspec-internal with nil.
22480         (set-language-environment): Call set-overriding-fontspec-internal
22481         if the language environment specify `overriding-fontspec'.
22482         (language-info-alist): Doc added.
22484         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22485         characters of mule-unicode-0100-24ff.
22486         (ccl-encode-windows-1251-font): New CCL program.
22487         ("Bulgarian"): Specify overriding-fontspec.
22488         ("Belarusian"): Likewise.
22490 2003-12-28  Sam Steingold  <sds@gnu.org>
22492         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22493         parameter ID-FORMAT to conform with the 2003-11-30 patch.
22495 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
22497         * progmodes/gud.el (gud-gdb-command-name): Set default to
22498         "gdb --annotate=3".
22499         (gud-gdb-marker-filter): Look out for annotations.
22500         (gdb-first-pre-prompt): New variable.
22501         Remove trailing white space.
22503         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22504         if necessary.
22505         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
22506         annotations are detected.
22507         (gud-gdba-marker-filter): Use global variable gud-marker-acc
22508         instead of a local one to allow transition from
22509         gud-gdb-marker-filter.
22510         Remove trailing white space.
22512 2003-12-27  Kim F. Storm  <storm@cua.dk>
22514         * ido.el: Handle non-readable directories.
22515         (ido-decorations): Add 9th element for non-readable directory.
22516         (ido-directory-nonreadable): New dynamic var.
22517         (ido-set-current-directory): Set it.
22518         (ido-read-buffer, ido-file-internal):
22519         (ido-read-file-name, ido-read-directory-name): Let-bind it.
22520         (ido-file-name-all-completions1): Return empty list for
22521         non-readable directory.
22522         (ido-exhibit): Print [Not readable] if directory is not readable.
22523         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22524         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22525         Use it.
22527 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
22529         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22530         calls to directory-files-and-attributes and file-attributes.
22531         (ls-lisp-format): Remove system dependent handling of user and
22532         group id's.
22534 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
22536         * ffap.el (ffap-read-file-or-url): Revert previous change.
22538 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
22540         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22541         new list of included files called `files-with-node-lines', that
22542         only have node lines.  This way @include commands can include any
22543         file, such as version and update files without node lines, not
22544         just files that are chapters.
22546 2003-12-25  Andreas Schwab  <schwab@suse.de>
22548         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22549         file not found.
22551 2003-12-08  Miles Bader  <miles@gnu.org>
22553         * dired.el (dired-between-files): Always use dired-move-to-filename,
22554         which is more robust in non-english locales.
22556 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22558         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22560 2003-12-24  Andreas Schwab  <schwab@suse.de>
22562         * shell.el (shell-file-name-quote-list): Add backslash.
22564         * comint.el (comint-quote-filename): Correctly handle backslash
22565         in comint-file-name-quote-list.
22567 2003-12-24  Kenichi Handa  <handa@m17n.org>
22569         * international/mule-cmds.el (set-default-coding-systems):
22570         Call ucs-set-table-for-input for all buffers that don't have local
22571         value of buffer-file-coding-system.
22573         * international/ucs-tables.el (ucs-set-table-for-input):
22574         If translation-table-for-encode is a symbol, get its
22575         translation-table property.
22577 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
22579         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22580         to `completing-read' on a recently fixed bug.
22582         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22583         instead of SPACE, to get the list of possible fringe modes.
22584         SPACE only works if both `partial-completion-mode' and
22585         `completion-auto-help' are nil.
22587         * complete.el (PC-is-complete-p): Delete.
22588         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22589         calls to `test-completion'.
22591 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
22593         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22594         to edit values when there are no children.
22596         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22597         a mode called "Assembler" already exists.
22598         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22599         (gud-watch): Use format option.  Remove font properties from string.
22600         (gdb-var-create-handler, gdb-var-list-children-handler):
22601         Don't bother about properties as there are none.
22602         (gdb-var-create-handler, gdb-var-list-children-handler)
22603         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22604         with two arguments.
22605         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22606         Let speedbar show value changes with a different font.
22607         (gdb-edit-value): New defun.
22608         (gdb-clear-partial-output, gdb-clear-inferior-io)
22609         (def-gdb-auto-update-handler): Use erase-buffer.
22610         (gdb-frame-handler): Display watch expressions in
22611         FUNCTION::VARIABLE format if required.
22613 2003-12-23  John Paul Wallington  <jpw@gnu.org>
22615         * info.el (Info-unescape-quotes, Info-split-parameter-string)
22616         (Info-goto-emacs-command-node): Doc fixes.
22618 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
22620         * cus-edit.el (custom-add-parent-links): Define "many".
22622 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
22624         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22625         (widget-child-validate, widget-type-value-create)
22626         (widget-type-default-get, widget-type-match): New functions.
22627         (lazy): New widget.
22628         (menu-choice, checklist, radio-button-choice, editable-list)
22629         (group, documentation-string): Remove redundant (per 2003-10-25
22630         change) calls to `widget-children-value-delete'.
22631         (widget-choice-value-get, widget-choice-value-inline): Remove.
22632         (menu-choice): Update widget.
22634 2003-12-03  Kenichi Handa  <handa@m17n.org>
22636         * language/cyrillic.el: Register "microsoft-cp1251" in
22637         ctext-non-standard-encodings-alist.
22638         ("Bulgarian"): Add ctext-non-standard-encodings.
22639         ("Belarusian"): Likewise.
22641         * international/mule-conf.el (compound-text-with-extensions):
22642         Change the type to 2 (iso-2022 base).
22644         * international/mule.el (ctext-non-standard-encodings-alist):
22645         Change the format.
22646         (ctext-non-standard-encodings): New variable.
22647         (ctext-post-read-conversion): Fully re-written.
22648         (ctext-non-standard-designations-alist): Delete it.
22649         (ctext-non-standard-encodings-table): New function.
22650         (ctext-pre-write-conversion): Fully re-written.
22652 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
22654         * cus-edit.el (custom-add-parent-links): Add documentation links
22655         for parent, if the item has none of its own.
22657 2003-11-30  Richard M. Stallman  <rms@gnu.org>
22659         * dired-aux.el (dired-do-query-replace-regexp):
22660         Report files visited read-only.
22662 2003-11-30  Juri Linkov  <juri@jurta.org>
22664         * dired-aux.el (dired-compare-directories): New command.
22665         (dired-file-set-difference, dired-files-attributes): New functions.
22667 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
22668         Version 2.0.38 of Tramp released.
22670         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
22671         Charles Curley <charlescurley@charlescurley.com>.
22672         (tramp-multi-connection-function-alist): Add ssht entry which adds
22673         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
22674         Aichner.
22675         (tramp-get-method-parameter): New function to retrieve a method
22676         parameter.  This allows for omission of method parameters.
22677         Callers adjusted.
22679 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
22681         * net/tramp.el: Add new optional parameter ID-FORMAT to
22682         `file-attributes'.  Calls of `file-attributes' won't use this
22683         parameter for backward compatibility reasons.
22684         (tramp-perl-file-attributes): Add a new parameter to Perl script
22685         in order to handle uid/gid as strings, if desired.
22686         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22687         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22688         order to make the function more general.
22689         (tramp-handle-file-attributes): Replace proprietary optional
22690         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22691         (tramp-handle-file-attributes-with-perl): Handle parameter
22692         NONNUMERIC if set.  This wasn't done in the past.
22693         (tramp-post-connection): Apply second parameter "$2" if
22694         `tramp-remote-perl' is called.
22696         * net/tramp-smb.el (tramp-smb-handle-delete-file):
22697         Correct cut'n'waste error (`filename' instead of `directory').
22698         (tramp-smb-handle-directory-files-and-attributes)
22699         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22700         introduced parameter ID-FORMAT.
22701         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22702         error (`directory' instead of `ldir').
22704         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22705         `file-attributes' has a second parameter.  If yes, apply it with
22706         value "'integer".  Otherwise, don't use that parameter (default is
22707         integer format).
22709 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
22711         * help.el (help-map): Bind `display-local-help' to `C-h .'.
22712         (help-for-help): Add `C-h .' to the listed Help options.
22713         Remove trailing whitespace.
22715         * help-at-pt.el: New file.
22717 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
22719         * subr.el (noreturn, 1value): New macros for test coverage.
22720         See `testcover.el'.
22722         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22723         `1value'.
22725         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22726         for macro `1value'.
22727         (testcover-1value): New function.  Checks that a 1value form
22728         actually returns only one value.  Requested by RMS.
22730 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
22732         * gdb-ui.el (gud-watch, gdb-var-create-handler)
22733         (gdb-var-list-children, gdb-var-list-children-handler)
22734         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22735         gdb commands that use mi to keep them out of the command history.
22737 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22739         * cus-start.el (all): Add use-file-dialog.
22741 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22743         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22745 2003-11-27  Kim F. Storm  <storm@cua.dk>
22747         * subr.el (posn-object-x-y): New defun.
22749 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22751         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22752         Don't use `space' for \\\n.
22753         Be more selective as to which # are comment-starters.
22755 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
22757         * subr.el (number-sequence): Improve handling of floating point
22758         arguments (suggested by Kim Storm).  Allow negative arguments.
22760 2003-11-26  Kenichi Handa  <handa@m17n.org>
22762         * international/mule-cmds.el (standard-display-european-internal):
22763         Cancel the standard-display-table setting for ` and '.
22765 2003-11-26  Kim F. Storm  <storm@cua.dk>
22767         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22768         New defcustoms to add ffap-like functionality to ido.
22769         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
22770         (ido-no-final-slash): New defun.
22771         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22772         (ido-read-file-name): ): Toggle VC checking via
22773         vc-handled-backends instead of vc-master-templates.
22774         (ido-file-internal): Handle ido-use-url-at-point and
22775         ido-use-filename-at-point via code borrowed from ffap-guesser.
22776         Handle new ido-exit code ffap.
22777         (ido-sort-list): Ignore final slash when sorting file names.
22779 2003-11-25  Kim F. Storm  <storm@cua.dk>
22781         * emulation/cua-base.el (cua--standard-movement-commands):
22782         Add forward-sentence and backward-sentence.
22784 2003-11-25  Stephen Eglen  <stephen@gnu.org>
22786         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22787         iswitchb-exit is set to 'usefirst when user selects buffer at head
22788         of list using RET.  (Selecting buffers at the head of the list was
22789         broken if the substring was also a complete buffername.)
22791 2003-11-23  Kim F. Storm  <storm@cua.dk>
22793         * progmodes/compile.el (grep-command, grep-use-null-device)
22794         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22795         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22796         (grep-regexp-alist, grep-program, find-program)
22797         (grep-find-use-xargs, grep-history, grep-find-history)
22798         (grep-process-setup, grep-compute-defaults)
22799         (grep-default-command, grep, grep-tag-default, grep-find)
22800         (grep-expand-command-macros, grep-tree-last-regexp)
22801         (grep-tree-last-files, grep-tree): Move grep variables, functions
22802         and commands to new file grep.el.
22803         (compilation-mode-map): Remove grep commands from Compile sub-menu.
22804         (compilation-process-setup-function): Doc fix.
22805         (compilation-highlight-regexp, compilation-highlight-overlay): New
22806         defvars used for highlighting current compile error in source buffer.
22807         (compile-internal): New optional args HIGHLIGHT-REGEXP and
22808         LOCAL-MAP which overrides compilation-highlight-regexp and
22809         compilation-mode-map for this compilation.
22810         Delay calling compilation-set-window-height until after running
22811         compilation-process-setup-function so it can buffer-local override
22812         compilation-window-height.
22813         Check buffer-local value of compilation-scroll-output.
22814         (compilation-set-window-height): Use buffer-local value of
22815         compilation-window-height.
22816         (compilation-revert-buffer): Don't pass (undefined)
22817         preserve-modes arg to revert-buffer.
22818         (next-error-no-select, previous-error-no-select): New commands.
22819         (compilation-goto-locus): Temporarily highlight current match in
22820         source buffer using compilation-highlight-regexp.
22822         * progmodes/grep.el: New file with grep code from compile.el.
22823         (grep): New defcustom group.
22824         (grep-window-height): New defcustom, like compilation-window-height.
22825         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22826         (grep-scroll-output): New defcustom, like compilation-scroll-output.
22827         (grep-command, grep-use-null-device, grep-find-command)
22828         (grep-tree-files-aliases, grep-tree-ignore-case)
22829         (grep-tree-ignore-CVS-directories): Move to grep custom group.
22830         (grep-setup-hook): New hook variable.
22831         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
22832         (grep-last-buffer): New defvar, override compilation-last-buffer.
22833         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
22834         Call compile-internal with args highlight-regexp and grep-mode-map.
22836 2003-11-23  Kim F. Storm  <storm@cua.dk>
22838         * subr.el (event-start, event-end): Doc fix.
22839         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22840         (posn-area, posn-actual-col-row, posn-object): New defuns.
22841         (posn-col-row): Simplify doc.  Rewrite to use cond.
22842         (posn-point): Also return buffer position for events outside text
22843         area (that info is now present in the event position).
22845         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22846         mouse-set-point so that hscroll still works now that clicks on
22847         fringes generate specific mouse events.
22848         (mouse-set-point): Note that it now works in fringes and margins
22849         too due to new semantics of posn-point in fringes and margins.
22851         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22852         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22854 2003-11-20  Kim F. Storm  <storm@cua.dk>
22856         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22857         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22858         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22859         to 100 for icons to avoid increasing line height when shown.
22861 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22863         * newcomment.el (comment-normalize-vars): Initialize properly if
22864         comment-start was nil.
22866 2003-11-19  Andreas Schwab  <schwab@suse.de>
22868         * simple.el (set-variable): Fix indentation.
22870 2003-11-17  Kenichi Handa  <handa@m17n.org>
22872         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22873         Fix docstring.
22875 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22877         * international/latin1-disp.el (latin1-display): Fix docstring.
22879 2003-11-16  John Wiegley  <johnw@newartisans.com>
22881         * eshell/em-ls.el (eshell-ls-file): There are times with
22882         size-width is nil and uncomputed (when directories are created in
22883         dired, for example); in this case, 4 is reasonable default value,
22884         although it may caused skewed new entries (which could be avoided
22885         by returning the original value of 8 in all cases, but 99% of the
22886         time this is a waste of whitespace).
22888 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
22890         * cc-engine.el (c-guess-continued-construct)
22891         (c-guess-basic-syntax): Check a little more carefully if it's a
22892         function declaration when an unknown construct followed by a block
22893         is found inside a statement context.  This avoids macros followed
22894         by blocks to be taken as function declarations.
22896         (c-guess-continued-construct): Change the analysis of a statement
22897         continuation with a brace open to `substatement-block', for
22898         consistency with recognized statements.
22900         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22901         start is in a position so that `c-beginning-of-statement-1' jumped
22902         to the beginning of the same statement.
22904         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22905         Don't accept binary operators in the arglist if we're in a function
22906         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
22907         template recognition in cases like "if (a < b || c > d)".
22909         (c-restricted-<>-arglists): New more appropriate name for
22910         `c-disallow-comma-in-<>-arglists'.
22912         Accessing functions updated for the variable name change.
22914         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22915         match data could get clobbered if NOT-INSIDE-TOKEN is used.
22917         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22918         labels.
22920         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22921         instead of duplicating parts of it.  This fixes bogus label
22922         recognition.
22924         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
22925         of checking the context in which to apply the minimum indentation,
22926         so that it isn't enforced in e.g. namespace blocks.
22928         * cc-vars.el (c-inside-block-syms): New constant used by
22929         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
22930         to somewhat reduce the risk of becoming stale.
22932         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22933         cc-cmds to cc-engine to allow use from cc-align.
22935         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22936         qualified identifiers containing "::".
22938         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22939         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22941         * cc-vars.el (c-emacs-features): Use a space in front of the name
22942         of the temporary buffer.  That also avoids dumping problems in
22943         XEmacs due to undo info being left around after the buffer is killed.
22945         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22946         arglist to see if it's a K&R style declaration.
22948         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22949         before returning `knr-argdecl-intro'.
22951 2003-11-16  John Wiegley  <johnw@newartisans.com>
22953         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22954         field in a long-listing always 8 characters, use `size-width',
22955         which has already been computed.
22957 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
22959         * subr.el (minor-mode-list): Add `hs-minor-mode'.
22961 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
22963         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22964         Support operation while narrowed, with `diff-restrict-view'.
22966 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
22968         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22969         Take additional optional arg NARROWFUN.  For the generated functions:
22970         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
22971         include frags that arrange to check for and save narrowing state before
22972         the move and then conditionally call NARROWFUN after the move.
22974 2003-11-14  John Wiegley  <johnw@newartisans.com>
22976         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22977         that was optional, but obviously missing based on surrounding code.
22979         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22980         string arguments to numbers unless the whole argument was seen as
22981         a number.
22983 2003-11-14  Kenichi Handa  <handa@m17n.org>
22985         * international/mule.el (ctext-non-standard-encodings-alist):
22986         Fix coding systems.
22988 2003-11-10  Kenichi Handa  <handa@m17n.org>
22990         * language/kannada.el ("Kannada"): Add sample-text.
22992         * language/knd-util.el (kannada-compose-region)
22993         (kannada-compose-string, kannada-post-read-conversion):
22994         Add autoload cookie.
22996         * international/quail.el (quail-completion): Change the message
22997         "corresponding translations" to "corresponding characters".
22999 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
23001         * descr-text.el (describe-char): Fix typo.
23003 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
23005         These changes are to support Kannada language/script.
23007         * Makefile.in (DONTCOMPILE): Add kannada.el.
23009         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
23011         * loadup.el: Preload kannada.el.
23013         * language/ind-util.el (ucs-kannada-to-is13194-alist)
23014         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
23015         New variables.
23017         * language/kannada.el: New file.
23019         * language/knd-util.el: New file.
23021 2003-11-07  Andreas Schwab  <schwab@suse.de>
23023         * progmodes/autoconf.el (autoconf-font-lock-keywords):
23024         Also highlight AH_*.
23026         * xml.el (xml-parse-dtd): Fix misplaced paren.
23028 2003-11-07  Kenichi Handa  <handa@m17n.org>
23030         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
23032 2003-11-05  Juri Linkov  <juri@jurta.org>
23034         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
23035         (desktop-buffer-file): Use saved buffer-file-coding-system
23036         for file reading.  Set auto-insert to nil to prevent automatic
23037         insertion into restored empty files.
23039 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
23041         * files.el (risky-local-variable-p): Make second argument optional.
23043 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23045         * subr.el (add-hook): Fix last change.
23047 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
23049         * mail/rmail.el (rmail-convert-to-babyl-format):
23050         If base64-decode-region signals an error, catch it and silently
23051         ignore it.
23053 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
23055         * xml.el (xml-parse-region): Allow comments to appear after the
23056         topmost element has closed.
23057         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
23058         (xml-ns-expand-attr): New functions to do namespace handling.
23059         (xml-intern-attrlist): Back-compatible handling of attribute names.
23060         (xml-parse-tag): Move namespace handling to separate functions.
23061         Now produces elements in the form ((:ns . "element") (attr-list)
23062         children) instead of ('ns:element (attr-list) children).
23063         (xml-parse-attlist): Fix attribute parsing.
23064         (xml-parse-dtd): Change parsing so that it produces strings
23065         instead of interned symbols.
23067 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
23069         * dired.el (dired-ls-sorting-switches): Doc fix.
23071 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
23073         * emacs-lisp/rx.el (rx-or): Fix the case of
23074         "(rx (and ?a (or ?b ?c) ?d))".
23076 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
23078         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23079         (texinfo-format-region): Use it.
23080         (texinfo-format-buffer-1): Ditto.
23082 2003-11-01  Alan Mackenzie  <acm@muc.de>
23084         Changes to allow scrolling whilst in isearch mode:
23085         * isearch.el (isearch-unread-key-sequence): New function,
23086         extracted from isearch-other-meta-char.
23087         (top level): (put 'foo 'isearch-scroll) on all Emacs's
23088         "scrollable" standard functions.
23089         (isearch-allow-scroll): New customizable variable.
23090         (isearch-string-out-of-window, isearch-back-into-window)
23091         (isearch-reread-key-sequence-naturally)
23092         (isearch-lookup-scroll-key): New functions.
23093         (isearch-other-meta-char): Doc string and functionality enhanced.
23094         Now accepts a prefix argument.
23095         (isearch-lazy-highlight-window-end): New variable.
23096         (isearch-lazy-highlight-new-loop): Pay attention to the window's
23097         end (thru isearch-lazy-highlight-window-end), not only its start.
23099         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23100         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23101         (universal-argument, universal-argument-more, negative-argument)
23102         (digit-argument, universal-argument-other-key): Minor changes.
23104 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
23106         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23107         recursively if the last message is deleted, thus avoiding an
23108         infinite loop.
23110 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23112         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23113         (tex-main-file): Don't add .tex if the extension is already present.
23114         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23116 2003-10-29  Lute Kamstra  <lute@gnu.org>
23118         * progmodes/octave-inf.el (inferior-octave-prompt):
23119         Recognize version number in prompt.
23121 2003-10-28  Dave Love  <fx@gnu.org>
23123         * international/characters.el: Fix some Unicode ranges.
23125 2003-10-28  Kenichi Handa  <handa@m17n.org>
23127         * disp-table.el (standard-display-8bit)
23128         (standard-display-default, standard-display-ascii)
23129         (standard-display-g1, standard-display-graphic)
23130         (standard-display-underline): Assure that standard-display-table
23131         is a display table.
23133 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23135         * simple.el (reindent-then-newline-and-indent): Delete space *after*
23136         reindenting the first line.
23138 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
23140         * wid-edit.el (widget-default-delete): Always delete child widgets.
23142 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23144         * newcomment.el (comment-indent): Don't call indent-according-to-mode
23145         if the line has code.
23146         Don't try to line up with something that's too far left.
23148         * progmodes/octave-mod.el (octave-comment-start): Simplify.
23149         (octave-mode-syntax-table): Add % as a comment starter.
23150         (octave-point): Remove.
23151         (octave-in-comment-p, octave-in-string-p)
23152         (octave-not-in-string-or-comment-p, calculate-octave-indent)
23153         (octave-blink-matching-block-open, octave-auto-fill):
23154         Use line-(beginning|end)-position instead.
23156 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
23158         * emacs-lisp/authors.el (authors-aliases): Add correct realname
23159         for Francesco Potort\e,Al\e(B.
23161 2003-10-23  Dave Love  <fx@gnu.org>
23163         * international/mule-cmds.el (locale-charset-to-coding-system):
23164         Don't rely on nil being a coding system.
23166         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23167         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23168         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23170 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
23172         * gdb-ui.el (gdb-current-language): New variable.
23173         (gdb-update-flag): Remove variable.
23174         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23175         (gdb-take-last-elt): Remove function.
23176         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23177         (gdb-post-prompt): Check for variable object changes here.
23179         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23180         object changes in gdb-ui.el.
23182 2003-10-21  Richard M. Stallman  <rms@gnu.org>
23184         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23186         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23187         Don't check for foo*/ wildcard form here.
23188         (insert-directory): Recognize foo*/ as a wildcard.
23189         Separate wildcard-regexp variable from the arg, wildcard.
23191         * subr.el (add-hook): Correctly detect when make-local-hook was used.
23192         (remove-hook): Correctly handle strange cases about local hooks.
23194 2003-10-21  David Ponce  <david@dponce.com>
23196         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23197         argument REAL, to return a real number instead of a rounded
23198         integer value.  Define as inline function.
23199         (ruler-mode-right-fringe-cols): Likewise.
23200         (ruler-mode-scroll-bar-cols): New function.
23201         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
23202         (ruler-mode-right-scroll-bar-cols): Likewise.
23203         (ruler-mode-space): New function.
23204         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
23205         scroll bar mode and margins in a more robust way.
23207 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
23209         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23210         (antlr-c-init-language-vars): New function.
23211         (antlr-mode): Use it with cc-mode before v5.29.
23212         (antlr-c-common-init): Don't set some local vars here.
23213         (antlr-mode): Set them here.
23214         (antlr-c-forward-sws): New function alias.
23215         (antlr-mode): Redefine with cc-mode before v5.30.
23216         (antlr-skip-sexps): Use it.
23217         (antlr-skip-exception-part): Ditto.
23218         (antlr-skip-file-prelude): Ditto.
23219         (antlr-outside-rule-p): Ditto.
23220         (antlr-end-of-body): Ditto.
23221         (antlr-option-kind): Ditto.
23222         (antlr-insert-option-area): Ditto.
23223         (antlr-file-dependencies): Ditto.
23225 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23227         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23228         Move backward only if point was not inside an entry.
23230 2003-10-21  Richard M. Stallman  <rms@gnu.org>
23232         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23234 2003-10-21  Juri Linkov  <juri@jurta.org>
23236         * compare-w.el: Automatically skip non-matching text to resync.
23237         (compare-windows-whitespace): Doc fix.
23238         (compare-windows-sync, compare-windows-sync-string-size)
23239         (compare-windows-recenter, compare-ignore-whitespace)
23240         (compare-windows-highlight, compare-windows-face): New variables.
23241         (compare-windows): Use compare-windows-sync.
23242         (compare-windows-highlight, compare-windows-dehighlight)
23243         (compare-windows-sync-regexp)
23244         (compare-windows-sync-default-function): New functions.
23246 2003-10-21  Juri Linkov  <juri@jurta.org>
23248         * diff.el (diff-parse-differences): Don't visit the files now;
23249         instead, just record the error locus.
23251 2003-10-21  Dave Love  <fx@gnu.org>
23253         * progmodes/cfengine.el: New file.
23255 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23257         * complete.el (PC-do-completion): Do not forget to use `pred' as the
23258         default-directory when completing file names.
23260 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
23262         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23263         followed by the word `face', it gets treated as a face, even if
23264         it is also defined as a variable or a function.
23266 2003-10-20  Dave Love  <fx@gnu.org>
23268         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23269         Avoid incf in macro expansion.
23271 2003-10-20  John Paul Wallington  <jpw@gnu.org>
23273         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23274         `evenp' so we don't implicitly require cl library at runtime.
23276 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
23278         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23279         (help-make-xrefs): Only make cross-references for faces if
23280         preceded or followed by the word `face'.  Do not make a
23281         cross-reference for variables without variable documentation,
23282         unless preceded by the word `variable' or `option'.  Update doc
23283         string accordingly.
23285 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
23287         * progmodes/hideshow.el: Rewrite one-armed `if'
23288         constructs using either `when' or `unless'.
23289         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23291 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
23293         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23294         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23295         instead of 12x12.
23297 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
23299         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23300         message while converting to Babyl.
23302 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
23304         * allout.el (allout-mode): Doc fix.
23306 2003-10-16  Lute Kamstra  <lute@gnu.org>
23308         * subr.el (force-mode-line-update): Fix docstring.
23310 2003-10-14  Dave Love  <fx@gnu.org>
23312         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23313         (default-input-method): Add :link, improve :type.
23314         (locale-charset-language-names): Fix utf-8 pattern.
23315         (locale-charset-match-p, locale-charset-alist)
23316         (locale-charset-to-coding-system): New.
23317         (set-locale-environment): Deal with codeset part of locale specs.
23319 2003-10-14  Lute Kamstra  <lute@gnu.org>
23321         * fringe.el (fringe-mode): Use active voice in docstring.
23322         (set-fringe-style): Ditto.
23324 2003-10-13  Lute Kamstra  <lute@gnu.org>
23326         * fringe.el (fringe-mode): Fix docstring.
23327         (set-fringe-style): Ditto.
23329 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
23331         * ediff-mult.el (ediff-filegroup-action):
23332         Use ediff-default-filtering-regexp.
23334         * ediff-util.el (ediff-recenter): Don't call
23335         ediff-restore-highlighting twice.
23336         (ediff-select-difference): Set current difference.
23337         (ediff-unselect-and-select-difference): Add comment.
23339         * ediff.el (ediff-directories,ediff-directory-revisions)
23340         (ediff-directories3,ediff-merge-directories)
23341         (ediff-merge-directories-with-ancestor)
23342         (ediff-merge-directory-revisions)
23343         (ediff-merge-directory-revisions-with-ancestor):
23344         Use ediff-default-filtering-regexp.
23346 2003-10-12  Andreas Schwab  <schwab@suse.de>
23348         * international/mule-cmds.el (locale-charset-language-names):
23349         Simplify regex by removing unused grouping.
23351 2003-10-10  Dave Love  <fx@gnu.org>
23353         * bindings.el: Don't bind stop.
23355 2003-10-08  Miles Bader  <miles@gnu.org>
23357         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23358         face instead of attempting to emulate it.
23360 2003-10-07  Kenichi Handa  <handa@m17n.org>
23362         * international/mule-diag.el (list-coding-systems-1): List coding
23363         systems that are loaded automatically.
23365         * international/code-pages.el (iso-8859-11): Add autoload cookie.
23367         * international/mule.el (autoload-coding-system): New function.
23369 2003-10-07  Andreas Schwab  <schwab@suse.de>
23371         * log-edit.el (log-edit-changelog-entries): Prefer local value of
23372         change-log-default-name in the buffer visiting the file.
23374 2003-10-06  Dave Love  <fx@gnu.org>
23376         * files.el (find-file-hook): Customize.
23377         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23379         * bindings.el (completion-ignored-extensions): Remove .log.
23380         (global-map): Add again, open, stop keys.
23382 2003-10-05  Richard M. Stallman  <rms@gnu.org>
23384         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23385         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23386         Use sh-modify directly.
23387         (sh-select): Use sh-append, not eval.
23389         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23391         * info.el (Info-following-node-name): New function.
23393         * loadhist.el (unload-feature-special-hooks):
23394         Rename from loadhist-hook-functions.
23395         (loadhist-hook-functions): Now an alias.
23397 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
23399         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23400         file-name clashes on 8+3 filesystems.
23402         * Makefile.in (DONTCOMPILE, bootstrap-clean):
23403         Rename loaddefs-boot.el to ldefs-boot.el
23405         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23406         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23408 2003-10-03  Lute Kamstra  <lute@gnu.org>
23410         * info.el (Info-mode): Revert previous change.
23411         (Info-escape-percent): New function.
23412         (Info-fontify-node): Use it.
23414 2003-10-02  Andreas Schwab  <schwab@suse.de>
23416         * loaddefs-boot.el: Regenerated.
23418 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
23420         * ffap.el: Remove defadvice related code from CVS since `complete'
23421         provides a `PC-completion-as-file-name-predicate' variable that
23422         ffap can override.
23424 2003-10-02  Kenichi Handa  <handa@m17n.org>
23426         * international/utf-8.el (ccl-decode-mule-utf-8):
23427         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23429         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23430         * international/subst-big5.el: Likewise.
23431         * international/subst-gb2312.el: Likewise.
23432         * international/subst-ksc.el: Likewise.
23434 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
23436         * calendar/calendar.el (increment-calendar-month)
23437         (calendar-leap-year-p, calendar-absolute-from-gregorian)
23438         (generate-calendar, calendar-read-date, calendar-interval)
23439         (calendar-day-of-week): Handle years BC.
23440         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23442 2003-10-01  Dave Love  <fx@gnu.org>
23444         * language/cyrillic.el (cp1251): Alias for windows-1251.
23446         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23447         bootstrap.
23449 2003-10-01  Lute Kamstra  <lute@gnu.org>
23451         * files.el: Fix typo.
23452         * imenu.el (imenu--generic-function): Docstring fix.
23454 2003-09-30  Richard M. Stallman  <rms@gnu.org>
23456         * dired.el (dired-mode): Handle dired-directory as a list.
23458 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
23460         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23462         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23464         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23465         Replace gud-display with gud-watch.
23466         (gud-speedbar-buttons): Add stuff for watching expressions
23467         in the speedbar when using M-x gdba.  Use dolist on old part
23468         of this function.
23470         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23471         (gdb-update-flag): New variables.
23472         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23473         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23474         (gud-watch, gdb-var-create-handler) : New functions.
23475         (gdb-var-list-children, gdb-var-list-children-handler)
23476         (gdb-var-create-regexp, gdb-var-update-regexp)
23477         (gdb-var-list-children-regexp): New constants.
23478         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23479         (gdb-annotation-rules): Reduce annotation set (level 3).
23480         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23481         (gdb-post-prompt): Don't update GDB buffers every time speedbar
23482         updates.
23483         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23484         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23485         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23486         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23487         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23488         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23489         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23490         (gud-display, gud-display1)
23491         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23492         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23493         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23494         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23495         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23496         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23497         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23498         (gdb-display-display-buffer, gdb-toggle-display)
23499         (gdb-delete-display, gdb-expressions-popup-menu)
23500         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23501         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23502         to display buffer.
23504 2003-09-30  Richard M. Stallman  <rms@gnu.org>
23506         * progmodes/ada-mode.el (ada-mode): Don't use advice.
23507         Instead, set which-func-functions.
23509         * progmodes/which-func.el (which-func-modes): Add ada-mode.
23510         (which-func-functions): New variable.
23511         (which-function): Use that.
23513         * info.el (Info-mode): Double each `%' in header line.
23515         * emacs-lisp/lisp-mnt.el (lm-with-file):
23516         When FILE is nil, run BODY in current buffer.
23518         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23520         * help.el (describe-mode): Start with a brief list of minor modes.
23521         Find them thru minor-mode-list so as to find them all.
23522         Show them in alphabetical order.
23524         * mail/sendmail.el (mail-aliases): Doc fix.
23526         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23528 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
23530         * mail/rmailsum.el (rmail-make-summary-line-1):
23531         Change comma after last label to a space.
23532         (rmail-summary-font-lock-keywords): Adapt to that change.
23534 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
23536         * progmodes/scheme.el (scheme-mode-variables): When setting
23537         `font-lock-defaults', also specify that "#" should
23538         be interpreted with `word' syntax.
23539         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23541 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
23543         * desktop.el: A lot of comments updated.
23544         (desktop-save-mode): Minor mode introduced.
23545         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23546         (desktop-load-default): Function made obsolete.
23547         (desktop-locals-to-save): Variable made customizable.
23548         (desktop-read): Optional parameter `dirname' added.
23549         (desktop-change-dir, desktop-revert): Parameter `dirname' in
23550         `desktop-read' used.
23551         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23553 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
23555         * whitespace.el (whitespace-clean-msg): Add user customizable message
23556         for displaying ``clean'' output.
23557         (whitespace-buffer): Use `whitespace-clean-msg'.
23558         (whitespace-global-mode): Fix typo.
23560 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
23562         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23564 2003-09-29  Lute Kamstra  <lute@gnu.org>
23566         * bindings.el (mode-line-modes): Remove superfluous :propertize
23567         construct in initialization.
23568         (mode-line-position): Change cons cell into proper list in
23569         initialization.
23571 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
23573         * international/mule.el (decode-coding-inserted-region): Use car
23574         of the return value of find-operation-coding-system.
23576 2003-09-29  Kenichi Handa  <handa@m17n.org>
23578         * descr-text.el (describe-char): Fix previous change.
23580 2003-09-28  Kenichi Handa  <handa@m17n.org>
23582         * descr-text.el (describe-char-display): New function.
23583         (describe-char): Pay attention to display table on describing how
23584         a character is displayed.
23586         * international/mule-cmds.el (encoded-string-description):
23587         Prepend "0x" to each encoded byte.
23589 2003-09-28  Andreas Schwab  <schwab@suse.de>
23591         * find-file.el (ff-special-constructs): Add autoload cookie.
23593 2003-09-28  Kevin Ryde  <user42@zip.com.au>
23595         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23596         makeinfo appends to duplicate index entries.
23598 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
23600         * dired-x.el (dired-clean-tex): Doc fix.
23602         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23603         using a Chinese tutorial.
23605 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23607         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23608         between "MAIL FROM:" and "RCPT TO:" and the following address.
23610 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23612         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23614 2003-09-28  David Ponce  <david@dponce.com>
23616         * recentf.el (recentf-initialize-file-name-history): New defcustom.
23617         (recentf-load-list): When `recentf-initialize-file-name-history'
23618         is non-nil, initialize an empty `file-name-history' with the
23619         recent list.
23621 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
23623         * man.el (Man-default-man-entry): Remove the leading `*' from the
23624         word at point.
23626 2003-09-26  Lute Kamstra  <lute@gnu.org>
23628         * bindings.el (mode-line-position): Mention size indication in
23629         docstring.
23631 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
23633         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23635         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23636         because it's autoloaded now.
23638 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
23640         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23641         (sh-font-lock-keywords, sh-feature): Fix previous change of
23642         sh-feature to avoid infloop with sh-font-lock-keywords.
23644 2003-09-25  Kim F. Storm  <storm@cua.dk>
23646         * frame.el (frame-current-scroll-bars): New defun.
23648         * window.el (window-current-scroll-bars): New defun.
23650 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23652         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23653         cause errors when the state cache contains info on parts that have
23654         been narrowed out.
23656 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23658         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23659         `c-setup-paragraph-variables' has to be used when this variable is
23660         changed; it doesn't work to reinitialize the mode since that
23661         typically clobbers the variable.
23663         * progmodes/cc-styles.el (c-setup-paragraph-variables):
23664         Make it interactive.
23666 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23668         * progmodes/cc-fonts.el (c-font-lock-declarations):
23669         Fix recognition of constructors and destructors for classes whose
23670         names are matched by `*-font-lock-extra-types'.
23672         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23673         followed by an identifier in C++ then it's a type.
23675 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23677         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23678         problem that primarily affected XEmacs.  Don't use faces to find
23679         unterminated strings since Emacs and XEmacs fontify strings
23680         differently - this function should now work better in XEmacs.
23682 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23684         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23685         `expand-abbrev' workaround which caused braces to misbehave inside
23686         macros.
23688         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23689         handling.  This bug could cause interactive font locking to bail out.
23691 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23693         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23694         Handle paren-style types in Pike.  Also fixed some cases of
23695         insufficient handling of unbalanced parens.
23697 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
23699         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23700         common shell prompts that are not common filename or URL characters.
23701         (ffap-file-at-point): Use the new regexp to strip the prompts from
23702         the file names.  This is an issue mostly for user prompts that
23703         don't have a trailing space and find-file-at-point is invoked from
23704         within a shell inside Emacs.
23706 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
23708         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23709         stamps numerically, rather than textually.
23711 2003-09-24  Kenichi Handa  <handa@m17n.org>
23713         * language/devan-util.el (devanagari-post-read-conversion):
23714         * language/mlm-util.el (malayalam-post-read-conversion):
23715         * language/tml-util.el (tamil-post-read-conversion):
23716         Add autoload cookie.
23718         * international/utf-8.el (utf-8-post-read-conversion):
23719         Call post-read-conversion functions for Devanagari, Malayalam,
23720         and Tamil.
23722 2003-09-23  Dave Love  <fx@gnu.org>
23724         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23726 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
23728         * progmodes/gud.el (perldb): Add gud-until to list of commands.
23729         Update gud-remove.
23731 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23733         * progmodes/sh-script.el (sh-mode-default-syntax-table):
23734         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
23735         (sh-mode-syntax-table-input): New variable.
23736         (sh-require-final-newline): Don't use eval.
23737         (sh-builtins, sh-leading-keywords, sh-other-keywords)
23738         (sh-variables, sh-font-lock-keywords): Don't use eval.
23739         (sh-set-shell): When setting require-final-newline,
23740         treat value = `require-final-newline' as don't change it.
23741         Set sh-mode-syntax-table locally based on
23742         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23744         * progmodes/compile.el (compile-internal):
23745         Call compilation-set-window-height before setting window start.
23747 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
23749         * emacs-lisp/bytecomp.el (byte-compile-log-file):
23750         Clear out byte-compile-last-warned-form.
23752 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23754         * woman.el (woman-file-name, woman-follow-word):
23755         If current-word returns nil, use "".
23757         * simple.el (eval-expression): Bind standard-output in to-buffer case.
23759 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23761         * emacs-lisp/lisp-mnt.el (lm-with-file):
23762         Don't visit the file, just use insert-file-contents in temp buffer.
23764 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
23766         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23767         Add surrounding \\( and \\) around the header, as in
23768         for lm-history-header 'Change Log\\|History'.
23770 2003-09-22  John Paul Wallington  <jpw@gnu.org>
23772         * progmodes/ld-script.el: Add Commentary section,
23773         minor cleanup of file header.
23774         (ld-script-font-lock-keywords): Doc fix.
23775         (toplevel): Provide `ld-script' feature.
23777 2003-09-21  Kim F. Storm  <storm@cua.dk>
23779         * scroll-bar.el (set-scroll-bar-mode): Initialize to
23780         new built-in variable default-frame-scroll-bars.
23781         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23782         scroll-bar-mode; notably, use it instead of t when we toggle
23783         scroll-bars on.
23784         (toggle-scroll-bar): Use default-frame-scroll-bars.
23786 2003-09-19  Masatake YAMATO  <jet@gyve.org>
23788         * pcvs.el (cvs-do-removal): Change the prompt depending on
23789         `filter' value.
23791 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
23793         * startup.el (command-line-1): Stop startup-echo-area-message
23794         being hidden by "Loading image..." message.
23795         (use-fancy-splash-screens-p, display-splash-screen):
23796         Move display-graphic-p test from latter to former.
23798         * progmodes/sh-script.el (sh-font-lock-keywords):
23799         Highlight escaped EOLs differently from other backslash constructs.
23801 2003-09-19  Richard M. Stallman  <rms@gnu.org>
23803         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23804         New functions.
23805         (edebug-enter, edebug-outside-excursion): Use them.
23807         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23808         Fix the condition for whether to print "In WHERE".
23810 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
23812         * finder.el (finder-mode-hook): New variable.
23813         (finder-mode): Run hook finder-mode-hook
23815 2003-09-18  Masatake YAMATO  <jet@gyve.org>
23817         * progmodes/ebrowse.el: Fix broken magic autoload comments.
23819 2003-09-17  Mario Lang  <mlang@delysid.org>
23821         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23822         "p %e" to actually print the value in the GUD buffer.
23824 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
23826         From David Ponce <david.ponce@wanadoo.fr>:
23827         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23828         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23829         from loaddefs-boot.el if necessary.
23831 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
23833         * progmodes/gud.el (gud-find-class): Make jdb work again since
23834         cc-mode changed the syntactic information.
23836 2003-09-15  David Ponce  <david@dponce.com>
23838         * recentf.el: (recentf-exclude): Accept predicates too.
23839         (recentf-file-readable-p): New function.
23840         (recentf-include-p): Handle predicates in recentf-exclude.
23841         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
23842         (recentf-cleanup): Likewise.
23843         (recentf-save-list): Use write-file to handle backup of
23844         recentf-save-file.
23846 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
23848         * loaddefs-boot.el: Renamed from `loaddefs.el'
23849         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23850         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23851         necessary.
23853 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
23855         * electric.el (Electric-pop-up-window): For the `one-window' case,
23856         no longer disconcertingly move point in the original buffer.
23858 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23860         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23862 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23864         * dired.el (dired-mode-map): Fix typo.
23866 2003-09-11  Richard M. Stallman  <rms@gnu.org>
23868         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23870 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
23872         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23873         the function is less noisy.  Now only `kill-buffer' can ask questions.
23875 2003-09-10  Mario Lang  <mlang@delysid.org>
23877         * battery.el: Update Commentary and Copyright.
23878         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23879         appear due to wrong ordering of the expressions in `or'.
23881 2003-09-09  Lute Kamstra  <lute@gnu.org>
23883         * misc.el (upcase-char): Fix docstring.
23884         (zap-up-to-char): New command.
23886 2003-09-08  David Ponce  <david@dponce.com>
23888         Ensure that recentf correctly updates the menu bar.
23889         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23890         (recentf-menu-bar): New function.
23891         (recentf-clear-data): Use it
23892         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
23893         of easy-menu-change.
23895 2003-09-08  Lute Kamstra  <lute@gnu.org>
23897         * simple.el (size-indication-mode): New.
23898         * bindings.el (mode-line-position): Add buffer size indicator.
23900 2003-09-04  Mario Lang  <mlang@delysid.org>
23902         * battery.el (battery-linux-proc-acpi): New function.
23903         (battery-status-function): Modify default value calculation to also
23904         check for availability of ACPI.
23905         (battery-echo-area-format): Ditto.
23906         (battery-mode-line-format): Ditto.
23908 2003-09-06  Dave Love  <fx@gnu.org>
23910         * ielm.el (ielm-mode-hook): Add :options.
23912         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23913         (eldoc-print-current-symbol-info): Use it.
23915 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
23917         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23918         being displayed in GUD buffer.
23919         (gdb-idle-input-queue): Remove var.  Use just one queue.
23920         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23921         Remove functions.  Use just one queue.
23922         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23923         (gdb-invalidate-assembler, gdb-get-current-frame):
23924         Modify functions.  Use just one queue.
23926 2003-09-04  Dave Love  <fx@gnu.org>
23928         * cus-start.el: Add blink-cursor-alist.
23930         * ruler-mode.el (ruler-mode-fill-column-char)
23931         (ruler-mode-current-column-char): Use char-displayable-p,
23932         not window-system.
23934         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23936         * language/european.el (windows-1252): Move from code-pages.
23938         * language/cyrillic.el ("Windows-1251"): Delete.
23939         ("Bulgarian", "Belarusian"): Remove `features'.
23940         (windows-1251): Move from code-pages.
23942         * international/mule-diag.el (non-iso-charset-alist):
23943         Remove `codepage' stuff.
23944         (print-designation, list-coding-systems-1): Output fixes.
23946         * international/code-pages.el (cp-make-translation-table)
23947         (cp-valid-codes): Made defsubsts.
23948         (cp-fix-safe-chars): Delete.
23949         (mule-diag): Don't require.
23950         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23951         (top-level): Check for defined coding system when defining
23952         cp... aliases.  Change w32-add-charset-info test to avoid warning.
23953         (non-iso-charset-alist): Defvar when compiling.
23954         (cp-make-coding-system): Doc fix.
23956 2003-09-02  Jason Rumney  <jasonr@gnu.org>
23958         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23959         line-ends from CVS before doing conversion.
23961 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
23963         * calendar/diary-lib.el (diary-header-line-flag)
23964         (diary-header-line-format): New variables.
23965         (list-diary-entries): Use them to set header line in simple diary.
23967         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23968         other than font-lock-string-face to highlight backslashes.
23970 2003-09-01  Jason Rumney  <jasonr@gnu.org>
23972         * international/titdic-cnv.el (tit-read-key-value): Include \r in
23973         regexp.
23975 2003-09-01  Dave Love  <fx@gnu.org>
23977         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23979         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23980         and :help; also line and column numbers labels.
23982         * international/mule-util.el (char-displayable-p): Move from
23983         latin1-disp, rename and autoload.
23985         * international/latin1-disp.el (latin1-char-displayable-p):
23986         Now obsolete alias.  Replace uses with char-displayable-p.
23987         (latin1-display-ucs-per-lynx): Fix last change.
23989         * international/mule-cmds.el (standard-display-european-internal):
23990         Don't use char code for Latin-1 NBSP.
23991         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
23992         U+2018, U+2019 for `'.
23993         (select-safe-coding-system): Message fix.
23995 2003-09-01  Kenichi Handa  <handa@m17n.org>
23997         * international/fontset.el (setup-default-fontset): For Thai
23998         font, specify "*" family.
24000 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24002         * progmodes/compile.el (previous-error): Accept a prefix
24003         argument, similarly to next-error.
24005 2003-08-31  Masatake YAMATO  <jet@gyve.org>
24007         * pcvs.el (cvs-do-removal): Use = instead of eq to check
24008         the number of files.  Bind the number of files to a local
24009         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
24011 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
24013         * vc-hooks.el (vc-make-version-backup): Fix the change made on
24014         2003-07-26: msdos-long-file-names is a function, not a variable.
24016 2003-08-29  Richard M. Stallman  <rms@gnu.org>
24018         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
24019         Do nothing with mail-personal-alias-file if it is nil.
24021         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
24022         Do nothing if mail-personal-alias-file is nil.
24024         * term.el (term-exec-1): Bind coding-system-for-read.
24026         * dired.el (dired-mouse-find-file-other-window):
24027         Use dired-view-command-alist here, as in dired-view-file.
24028         (dired-view-command-alist): Use %s to substitute file name.
24029         Handle .ps_pages, .eps, .jpg, .gif, .png.
24031 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
24033         * info.el (Info-mode-map): Bind S-tab and <backtab> to
24034         `Info-prev-reference', instead of M-tab.
24036 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
24038         * simple.el (blink-matching-open): Work correctly on chars that
24039         are designated as parens through the syntax-table text property.
24041 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
24043         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
24044         line break position in the middle of a non-kinsoku (e.g. latin)
24045         word, making it skip until either a space or a character with
24046         category "|".
24047         (kinsoku-longer): Test for end of buffer.
24049 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
24051         * mail/rmail.el (rmail-convert-to-babyl-format):
24052         Detect quoted-printable- and base64-encoded messages and decode them
24053         automatically.  Set the message's encoding from the charset=
24054         header, if any.  Decode base64-encoded messages in Mail format as well.
24056 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
24058         * mail/smtpmail.el: Fix previous change.
24059         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24060         calling smtpmail-via-smtp.
24061         (smtpmail-via-smtp): Add fall-back values for envelope-from.
24063 2003-08-26  John Paul Wallington  <jpw@gnu.org>
24065         * image.el (image-jpeg-p): Don't search beyond length of data.
24067 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24069         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24070         misfeature in `expand-abbrev' which caused electric keywords like
24071         "else" to disappear if an open brace was typed directly afterwards.
24073 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24075         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24076         mandatory in `define-widget'.
24078         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24079         Don't align the operators "!=", "<=" and ">=" as assignment operators.
24081         (c-assignment-operators): New language constant that only contains
24082         the assignment operators.
24084         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24086 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24088         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24089         Safeguard against unbalanced sexps.
24091 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
24093         * version.el (emacs-version): Check for gtk.  Include gtk version info.
24095 2003-08-25  John Paul Wallington  <jpw@gnu.org>
24097         * man.el (Man-default-man-entry): Don't whizz past the section
24098         number before looking for it.
24100 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
24102         * progmodes/gud.el (gud-display-line): Don't set window-point if
24103         source buffer is not visible.  (Only happens with M-x gdba.)
24105         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24106         documentation.
24107         (gdb-source, gdb-source-info): Update to assembler unnecessary
24108         as its done after each GDB command anyway.
24109         (gdb-pre-prompt): Use with-current-buffer.
24110         (gdb-insert-field): Add help-echo text.
24111         (gdb-invalidate-assembler): Re-display of assembler now done in
24112         gdb-info-breakpoints-custom.
24113         (gdb-info-breakpoints-custom): Force re-display of assembler to
24114         happen *after* update of breakpoints buffer.
24115         (gdb-display-source-buffer): Don't choke if gdb-source-window
24116         isn't visible.
24117         (gdb-put-string, gdb-put-arrow): Remove free variables.
24119 2003-08-24  John Paul Wallington  <jpw@gnu.org>
24121         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24123         * man.el (Man-default-man-entry): Strip text properties when
24124         snarfing parts of entry because `format' preserves properties.
24126 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
24128         * files.el (file-newest-backup): Use `expand-file-name'.
24130         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24131         Allow the diary to pop up a new frame, if needed.
24133         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24134         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24135         (smtpmail-send-it): Make treatment of envelope-from consistent with
24136         sendmail.el.
24138         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24139         (sh-leading-keywords): Add the bash `time' reserved word.
24140         (sh-variables): Add some bash variables.
24141         (sh-add-completer): Fix nil branch of case statement.
24143 2003-08-24  Masatake YAMATO  <jet@gyve.org>
24145         * progmodes/ld-script.el: New file.
24147 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
24149         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24151 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
24153         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24154         Better explain obsolescence, and what to use instead.
24156 2003-08-23  Masatake YAMATO  <jet@gyve.org>
24158         * pcvs.el (cvs-do-removal): Show the deleted file name
24159         on the prompt.
24161 2003-08-20  Dave Love  <fx@gnu.org>
24163         * international/mule.el (make-coding-system)
24164         (set-buffer-file-coding-system): Doc fix.
24166         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24168         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24170         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24172         * international/utf-16.el: Add mime-text-unsuitable coding system
24173         properties.
24175         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24177         * cus-edit.el: Add some :links.
24178         (bib): Remove.
24180         * textmodes/bib-mode.el (bib): Add :group external.
24182 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
24184         * wid-edit.el (widget-echo-help): Make it handle expressions that
24185         evaluate to strings.
24187 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
24189         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
24191         Simplify selection of SQL products to define highlighting and
24192         interactive mode.  Includes detailed instructions on adding
24193         support for new products.
24195         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
24196         product for use in highlighting and interactive mode.
24197         (sql-interactive-product): New variable.  SQL product for
24198         sql-interactive-mode.
24199         (sql-product-support): New variable.  Specifies product-specific
24200         parameters to drive highlighting and interactive mode.
24201         (sql-imenu-generic-expression): Add more object types.
24202         (sql-sqlite-options): Correct comment.
24203         (sql-ms-program): Use "osql" rather than "isql".
24204         (sql-prompt-regexp, sql-prompt-length): Update comment.
24205         (sql-mode-menu): Add "Start SQLi session" entry.
24206         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
24207         (sql-mode-abbrev-table): Add abbreviations.  Support of
24208         SYSTEM-FLAG on define-abbrev.  Support was removed with last
24209         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24210         (sql-mode-font-lock-object-name): Add font-lock pattern for object
24211         names.
24212         (sql-mode-ansi-font-lock-keywords): Set as default value.
24213         (sql-mode-oracle-font-lock-keywords): Set as default value.
24214         Support Oracle 9i keywords.
24215         (sql-mode-postgres-font-lock-keywords): Set as default value.
24216         (sql-mode-linter-font-lock-keywords): Set as default value.
24217         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
24218         SQLServer 2000.
24219         (sql-mode-sybase-font-lock-keywords)
24220         (sql-mode-interbase-font-lock-keywords)
24221         (sql-mode-sqlite-font-lock-keywords)
24222         (sql-mode-strong-font-lock-keywords)
24223         (sql-mode-mysql-font-lock-keywords)
24224         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
24225         keywords.
24226         (sql-mode-font-lock-defaults): Update comment.
24227         (sql-product-feature): New function.  Returns feature associated
24228         with a product from `sql-product-support' alist.
24229         (sql-product-font-lock): New function.  Set font-lock support
24230         based on `sql-product'.
24231         (sql-add-product-keywords): New function.  Add font-lock rules to
24232         product-specific keyword variables.
24233         (sql-set-product): New function.  Set `sql-product' and apply
24234         appropriate font-lock highlighting.
24235         (sql-highlight-product): New function.  Set font-lock support
24236         based on a product.  Also set mode name to include product name.
24237         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24238         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24239         Use `sql-set-product'.
24240         (sql-highlight-ms-keywords)
24241         (sql-highlight-sybase-keywords)
24242         (sql-highlight-interbase-keywords)
24243         (sql-highlight-strong-keywords)
24244         (sql-highlight-mysql-keywords)
24245         (sql-highlight-sqlite-keywords)
24246         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
24247         (sql-get-login): Prompt in the same order as the tokens.
24248         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24249         (sql-product-interactive): New function.  Common portions of
24250         product-specific interactive mode wrappers.
24251         (sql-interactive-mode): Rewritten to use product features.
24252         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24253         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24254         (sql-db2, sql-linter): Use `sql-product-interactive'.
24255         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24256         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24257         (sql-connect-ingres, sql-connect-postgres)
24258         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24259         New functions.  Format command line parameters and invoke comint on
24260         the appropriate interpreter.  Code was in the corresponding
24261         `sql-xyz' function before.
24262         (sql-connect-ms): New function.  Support -E argument to use
24263         operating system credentials for authentication.
24265 2003-08-18  Kenichi Handa  <handa@m17n.org>
24267         * international/mule.el (encode-char): Fix for the ASCII case.
24269 2003-08-15  Kenichi Handa  <handa@m17n.org>
24271         * international/fontset.el (setup-default-fontset): Change "*" to
24272         nil in the specifications of font family.
24274 2003-08-18  Kim F. Storm  <storm@cua.dk>
24276         * kmacro.el (kmacro-keymap): Group related bindings in
24277         initialization for clarity.  Bind C-s to start macro.
24278         Remove C-r binding.
24279         (kmacro-initial-counter-value): New defvar to hold initial counter
24280         value in case we set the value before defining a macro.
24281         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24282         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24283         not defining or executing macro.  Doc fix.
24284         (kmacro-add-counter): Clear kmacro-initial-counter-value.
24285         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24286         temporarily view older elements on the macro ring without cycling
24287         the ring.
24288         (kmacro-display): Doc fix.
24289         (kmacro-exec-ring-item): New helper function.
24290         (kmacro-call-ring-2nd): Use it.
24291         (kmacro-call-ring-2nd-repeat): Doc fix.
24292         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24293         (kmacro-end-or-call-macro): Execute last viewed macro (using
24294         kmacro-exec-ring-item) from ring if this follows
24295         kmacro-view-macro.  This allows us to find a macro on the ring
24296         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24297         the ring to bring it to the head of the ring.
24298         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24299         Allow binding to reserved keys without specifying C-x C-k prefix.
24300         Ask for confirmation if entered key sequence is already bound to
24301         a non-macro command.
24302         (kmacro-view-macro): Repeating command will show older elements
24303         on the macro ring; C-k will execute the last viewed macro.
24304         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
24305         property from 'ring to 'head.
24307 2003-08-17  Alan Shutko  <ats@acm.org>
24309         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24310         keeping December out of the alist.
24312 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
24314         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24315         * calendar/calendar.el (calendar-mode-map): Bind it to key.
24316         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24317         (calendar-flatten): New function.
24318         (calendar-mouse-view-other-diary-entries)
24319         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24320         in the menu title and to show multi-line diary entries correctly
24321         in the menu.
24323 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
24325         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24326         defcustom, because the default was recently changed.
24328 2003-08-16  Richard M. Stallman  <rms@gnu.org>
24330         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24332         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24333         New subroutine, broken out of eval-last-sexp-1.
24334         (eval-last-sexp-1): Use eval-last-sexp-print-value.
24336         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24338         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24340         * simple.el (eval-expression): Use eval-last-sexp-print-value.
24342 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
24344         * progmodes/compile.el (compilation-error-regexp-alist):
24345         Add Java ANt error detection as described in document
24346         http://ant.apache.org/faq.html
24348 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
24350         * simple.el (backward-word, forward-to-indentation)
24351         (backward-to-indentation): Argument changed to optional.
24352         (next-line, previous-line): Use `or' instead of `unless'.
24354 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24356         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24357         instead of a constant.
24359 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
24361         * shell.el (shell): With prefix-arg, suggest a new buffer name.
24363 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
24365         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24366         (vc-sccs-workfile-version): Search the entire delta table, rather
24367         than just the first entry, because that might be a deleted version.
24369 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
24371         * menu-bar.el (menu-bar-options-menu): Supply a body for the
24372         [save-place] binding in the Options menu.  Have it require
24373         'saveplace' and then toggle the variable manually, to avoid an
24374         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
24375         for the bug report.
24377 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
24379         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24380         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24381         (gdb-info-threads-custom): Add help-echo text.
24382         (gdb-display-back): Don't use purecopy.
24383         (gdb-info-breakpoints-custom, gdb-reset)
24384         (gdb-assembler-custom): Use display-images-p to test if breakpoint
24385         icons can be displayed.
24387 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
24389         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24391 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
24393         * bookmark.el (bookmark-completing-read):
24394         Return a string, instead of a list of one string.
24395         Use a popup menu if activated from the mouse.
24396         (bookmark-edit-annotation): Remove unused vars.
24397         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24398         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24399         to bookmark-completing-read.
24400         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24401         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24402         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24403         and erase-buffer.
24404         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24405         (bookmark-menu-jump, bookmark-menu-insert)
24406         (bookmark-popup-menu-and-apply-function)
24407         (bookmark-menu-popup-paned-bookmark-menu): Remove.
24408         (bookmark-menu-build-paned-menu): Remove by folding it into
24409         bookmark-menu-popup-paned-menu.
24410         (menu-bar-bookmark-map): Move the define-key statements here.
24411         Use the "non-menu" commands since they now pop up a menu if needed.
24412         (bookmark-exit-hook-internal): Simplify.
24414 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
24416         * reftex-toc.el (reftex-toc-rename-label): New function.
24417         (reftex-toc-check-docstruct): New function.
24419         * reftex.el (reftex-region-active-p): New function.
24421         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24422         regexp to find the \bibliography macro.
24424         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24425         which does not exist in LaTeX.
24426         (reftex-cite-format-builtin): Added amsrefs support.
24427         (reftex-toc-confirm-promotion): New option
24429         * reftex-toc.el
24430         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24431         (reftex-toc-demote, reftex-toc-promote)
24432         (reftex-toc-do-promote, reftex-toc-promote-prepare)
24433         (reftex-toc-promote-action, reftex-toc-extract-section-number)
24434         (reftex-toc-newhead-from-alist)
24435         (reftex-toc-load-all-files-for-promotion): New functions.
24436         (reftex-toc-help): Added description of new keys.
24437         (reftex-toc-split-windows-fraction): New option.
24438         (reftex-recenter-toc-when-idle): Search *toc* window on all
24439         visible frames.
24440         (reftex-toc): Additional parameter REUSE
24441         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
24442         with REUSE argument.
24443         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24444         the call of `reftex-toc'.
24445         (reftex-make-separate-toc-frame): New function .
24446         (reftex-toc-recenter): When called with triple prefix arg, call
24447         `reftex-make-separate-toc-frame' first.
24448         (reftex-toc-toggle-dedicated-frame): New command.
24449         (reftex-toc-quit): Adapted to delete frame when called in
24450         dedicated frame.
24452         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24453         all enclosing macros.
24456 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24458         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24459         first use.
24461 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24463         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24465 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
24467         * calendar/calendar.el (list-diary-entries-hook)
24468         (diary-display-hook, nongregorian-diary-listing-hook)
24469         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24470         Add some customize options for these hooks.
24471         (calendar-abbrev-construct): Don't try to take a substring longer
24472         than the original string.
24474 2003-08-05  Richard M. Stallman  <rms@gnu.org>
24476         * emacs-lisp/testcover.el (noreturn): Report error if does return.
24477         (testcover-reinstrument-clauses): Doc fix.
24479         * emacs-lisp/warnings.el: Doc fixes, args renamed.
24480         (warning-type-format): Rename from warning-group-format.
24482         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24483         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24484         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24485         to prevent warnings about defvar for an obsolete variable.
24487         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24488         warning-group-format renamed to warning-type-format.
24490         * subr.el (read-passwd): Use clear-string instead of fillarray.
24492         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24493         Use vconcat instead of concat.
24494         (edmacro-sanitize-for-string): New function.
24496 2003-08-05  Dave Love  <fx@gnu.org>
24498         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24499         line-number-display-limit-width.
24501         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24503 2003-08-05  Kenichi Handa  <handa@m17n.org>
24505         * international/code-pages.el: Don't require mule-diag.
24507         * international/mule-diag.el (non-iso-charset-alist):
24508         Add autoload cookie.
24510         * language/devan-util.el (dev-glyph-order): Add an entry for the
24511         glyph code #xC4.
24513 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
24515         * calendar/calendar.el (diary-file, diary-file-name-prefix)
24516         (european-calendar-style, diary-date-forms)
24517         (calendar-day-name-array, calendar-month-name-array): Doc change.
24518         (generate-calendar-month): Adapt for new behavior of
24519         `calendar-day-name' function.
24520         (calendar-abbrev-length, calendar-day-abbrev-array)
24521         (calendar-month-abbrev-array): New variables.
24522         (calendar-abbrev-construct): New function.
24523         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24524         rather than fixing abbrevs at some width.  Calling syntax change.
24525         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
24526         (calendar-date-string): Adapt for new behaviors of
24527         `calendar-day-name' and `calendar-month-name' functions.
24529         * calendar/diary-lib.el (list-diary-entries): Adapt for new
24530         behavior of `calendar-day-name' and `calendar-month-name' functions.
24531         (diary-name-pattern): Use abbrev arrays, rather than fixing
24532         abbrevs at three chars.  Calling syntax change.
24533         (mark-diary-entries): Adapt for new behaviors of
24534         `diary-name-pattern' and `calendar-make-alist' functions.
24535         (fancy-diary-font-lock-keywords): Adapt for new behavior of
24536         `diary-name-pattern' function.
24537         (font-lock-diary-date-forms): Use abbrev arrays, rather than
24538         fixing abbrevs at three chars.  Calling syntax change.
24539         (cal-hebrew, cal-islam): Require when compiling.
24540         (diary-font-lock-keywords): Adapt for new behavior of
24541         `font-lock-diary-date-forms' function.
24543         * calendar/cal-hebrew.el: Reposition some code so defined before used.
24544         (calendar-hebrew-month-name-array-common-year)
24545         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24546         (list-hebrew-diary-entries): Adapt for new behaviors of
24547         `calendar-day-name' and `add-to-diary-list' functions.
24548         (mark-hebrew-diary-entries): Adapt for new behaviors of
24549         `diary-name-pattern' and `calendar-make-alist' functions.
24551         * calendar/cal-islam.el (calendar-islamic-month-name-array):
24552         Add doc string.
24553         (list-islamic-diary-entries): Adapt for new behaviors of
24554         `calendar-day-name' and `add-to-diary-list' functions.
24555         (mark-islamic-diary-entries): Adapt for new behaviors of
24556         `diary-name-pattern' and `calendar-make-alist' functions.
24558         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24559         `calendar-month-name' function.
24561         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24563         * calendar/solar.el (solar-seasons-data): Move definition before use.
24565         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24566         (cal-tex-LaTeX-hourbox): Move definition before use.
24568         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24569         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24570         * lunar.el, solar.el (displayed-month, displayed-year):
24571         Define for compiler.
24573 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24575         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24576         MODE.  Renamed from c-init-c-language-vars'.
24577         (c-initialize-cc-mode): Change accordingly.
24578         (c-common-init): Ditto.
24579         (c-mode): Ditto.
24580         (c++-mode): Use `c-init-language-vars-for'.
24581         (objc-mode): Ditto.
24582         (java-mode): Ditto.
24583         (idl-mode): Ditto.
24584         (pike-mode): Ditto.
24585         (awk-mode): Ditto.
24587 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24589         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24590         or not the point moved.
24592         (c-search-decl-header-end): Don't trip up on operator identifiers
24593         in C++ and operators like == in all languages.
24595         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24596         Detect leading labels correctly.
24598 2003-08-02  Andreas Schwab  <schwab@suse.de>
24600         * textmodes/ispell.el: Don't redo key bindings on loading, put
24601         them only in loaddefs.el.
24602         * bookmark.el: Likewise.
24603         * dabbrev.el: Likewise.
24604         * emerge.el: Likewise.
24606         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24607         has more than one member.
24609         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24611 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24613         * lpr.el (printify-region): It was ending conversion before the
24614         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
24616 2003-07-31  John Paul Wallington  <jpw@gnu.org>
24618         * net/browse-url.el (browse-url-epiphany): Doc fix.
24620 2003-07-30  Kenichi Handa  <handa@m17n.org>
24622         * international/fontset.el (setup-default-fontset):
24623         Change registry names of Akurti fonts.
24625 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24627         * comint.el (comint-read-noecho): Use `clear-string' instead of
24628         `fillarray'.
24630 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
24632         * outline.el (outline-mode-hook): Add defvar.
24634 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
24636         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24637         Restore assembler in source window if that is what has been selected.
24638         (menu): Add gdb-restore-windows to menu.  Make gdba
24639         specific menus only visible from gdba.
24641 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
24643         * progmodes/compile.el (compilation-environment): New user variable.
24644         (compile-internal): Respect it.
24646 2003-07-23  Masatake YAMATO  <jet@gyve.org>
24648         * progmodes/gud.el (gdb-script-font-lock-keywords):
24649         Put `font-lock-function-name-face' on a symbol which includes
24650         `-' like `hook-run'.  Put font-lock-variable-name-face
24651         on a symbol starting with $.
24653 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
24655         * files.el (set-visited-file-name): Use truename for buffer-file-name.
24657 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
24659         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24661 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
24663         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24664         Use with-no-warnings.
24665         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24666         rather than to find-file-not-found-hook, which doesn't exist.
24668 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
24670         * international/quail.el (quail-translate-key): Fix previous change.
24672 2003-07-25  John Paul Wallington  <jpw@gnu.org>
24674         * server.el (server-start): Check `server-process' is non-nil
24675         before killing it to avoid killing current buffer's process.
24677         * simple.el (choose-completion-string): Use `minibufferp';
24678         test `completion-reference-buffer' if `buffer' arg is nil.
24679         (push-mark): Use `when' and `unless'.
24680         (pop-mark): Use `when'.
24682         * mouse-sel.el (mouse-sel-get-selection-function):
24683         Check `x-last-selected-text-primary'.  Don't barf if it or
24684         `x-last-selected-text' aren't bound.
24686 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24688         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24690 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
24692         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24694 2003-07-23  John Paul Wallington  <jpw@gnu.org>
24696         * tooltip.el (defface tooltip): Inherit from variable-pitch.
24698 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24700         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24701         string.  Defvar the derived hook.
24703         * macros.el (insert-kbd-macro): Escape double quote character.
24704         From Thomas W Murphy <twm@andrew.cmu.edu>.
24706 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
24708         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24709         to match the specific mark rather than reusing comment-start-skip.
24711 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
24713         * progmodes/hideshow.el (hs-special-modes-alist):
24714         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
24716 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
24718         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24719         value using ?\s.
24721 2003-07-21  John Paul Wallington  <jpw@gnu.org>
24723         * subr.el (with-selected-window): Add closing paren.
24725 2003-07-21  Richard M. Stallman  <rms@gnu.org>
24727         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24728         (lisp-mode): Likewise.
24730         * subr.el (with-selected-window): Copy code form save-selected-window
24731         so as to call select-window with norecord arg.
24732         (dynamic-completion-table): Doc fix.
24733         (lazy-completion-table): Doc fix.
24735         * international/mule-cmds.el (set-locale-environment):
24736         langinfo renamed to locale-info.
24738         * international/mule.el (auto-coding-functions): Doc fix.
24740 2003-07-21  Kenichi Handa  <handa@m17n.org>
24742         * international/quail.el (quail-translate-key):
24743         Update quail-current-str correctly.
24745 2003-07-21  Andreas Schwab  <schwab@suse.de>
24747         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24748         ?, to "_".
24750 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
24751         Version 2.0.36 of Tramp released.
24753         * net/tramp.el (tramp-default-password-end-of-line): Rename from
24754         tramp-password-end-of-line.
24755         (tramp-password-end-of-line): New method parameter.
24756         (tramp-get-password-end-of-line): Function to access method
24757         parameter `tramp-password-end-of-line', or variable
24758         `tramp-default-password-end-of-line' (default value).
24759         (tramp-methods): Add entries for new parameter
24760         tramp-password-end-of-line.
24761         (tramp-enter-password): Use new function
24762         `tramp-get-password-end-of-line'.
24763         (tramp-handle-insert-file-contents): Do not
24764         unconditionally inhibit the file operation file-local-copy, only
24765         do that when the inhibit-file-name-operation is currently
24766         insert-file-contents.  This fixes finding remote CVS-controlled
24767         files.  (It would barf on inserting the CVS/Entries file
24768         literally, because the file-local-copy handler wasn't called.)
24769         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24770         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24771         (tramp-initial-commands): New variable.
24772         (tramp-process-initial-commands): New function, using the variable.
24773         (tramp-open-connection-setup-interactive-shell): Call the new function.
24774         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24775         method into the buffer name, never use nil.  Reported by Hanak
24776         David <dhanak@inf.bme.hu>.
24777         (tramp-open-connection-setup-interactive-shell): Erase buffer
24778         before sending "stty -onlcr".
24780         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24782 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
24784         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24786 2003-07-19  John Paul Wallington  <jpw@gnu.org>
24788         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24789         (artist-draw-rect, artist-draw-square): Doc fixes.
24791         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24793         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24795 2003-07-19  Kenichi Handa  <handa@m17n.org>
24797         * international/kkc.el (kkc-show-conversion-list-update):
24798         Highlight the correct candidate in the message.
24800 2003-07-18  John Paul Wallington  <jpw@gnu.org>
24802         * simple.el (current-word): Don't include punctuation char when
24803         `really-word' arg is non-nil.
24805 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
24807         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24808         moved to the directory obsolete.
24810 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
24812         * info.el (Info-menu-entry-name-re): Allow newlines in
24813         menu entry names.
24815         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24816         syntax-ppss-after-change-function.
24817         (syntax-ppss-after-change-function): New alias.  Update uses.
24818         (syntax-ppss): Catch the case where the buffer is narrowed.
24820 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24822         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24823         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24825 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24827         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24828         since it might be modified.
24830         * progmodes/cc-langs.el (c++-make-template-syntax-table)
24831         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24832         names to these language constants.
24834 2003-07-15  Kim F. Storm  <storm@cua.dk>
24836         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24837         All uses changed.
24839 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
24841         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24842         Namespace support.
24844 2003-07-13  Juanma Barranquero  <lektu@terra.es>
24846         * frame.el (modify-all-frames-parameters): Reinstall (copyright
24847         papers received).
24849 2003-07-13  Karl Eichwalder  <ke@suse.de>
24851         * textmodes/po.el (po-find-charset): White space at the start of the
24852         Content-Type field body is non-mandatory.
24854 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
24856         * textmodes/texinfo.el (texinfo-section-list):
24857         Append appendixsection; a synonym for appendixsec.
24859 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
24861         * man.el (Man-translate-cleanup): New.
24862         (Man-translate-references): Call `Man-translate-cleanup' to clean
24863         leading, trailing and middle spaces.
24865 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
24867         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24868         Handle `dired-directory' being a list.
24870 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24872         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24873         it doesn't exist.
24875 2003-07-12  Richard M. Stallman  <rms@gnu.org>
24877         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24879         * progmodes/cc-defs.el (c-make-keywords-re):
24880         Don't use delete-duplicates.
24881         (c-lang-const): Don't use mapcan.
24883         * apropos.el (apropos-show-scores): Make it customizable.
24884         Document new meaning.
24885         (apropos): Compute scores from symbols.
24886         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24888 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24890         * ps-bdf.el: Fix copyright line.
24891         (bdf-directory-list): Fix initialization code.
24893 2003-07-11  John Paul Wallington  <jpw@gnu.org>
24895         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24896         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24897         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24899 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
24901         * emacs-lisp/ring.el (ring-elements): Doc fix.
24903 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24905         * calendar/timeclock.el (timeclock-relative)
24906         (timeclock-ask-before-exiting, timeclock-use-display-time):
24907         Doc changes.
24908         (timeclock-modeline-display): Give a message if
24909         `timeclock-use-display-time' is non-nil but `display-time-mode'
24910         is not active.
24912 2003-07-11  Kenichi Handa  <handa@m17n.org>
24914         * international/mule-cmds.el (set-language-environment):
24915         Set current-language-environment to the correct string.
24917 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24919         * ps-print.el: Print line number correctly in a region.  Reported by
24920         Tim Allen <timallen@ls83.fsnet.co.uk>.
24921         (ps-print-version): New version number (6.6.2).
24922         (ps-printing-region): Code fix.
24924 2003-07-10  John Paul Wallington  <jpw@gnu.org>
24926         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24927         this function can be called from `add-completions-from-tags-table'.
24929 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
24931         * calendar/timeclock.el (timeclock-use-display-time)
24932         (timeclock-day-over-hook, timeclock-workday-remaining)
24933         (timeclock-status-string, timeclock-when-to-leave)
24934         (timeclock-when-to-leave-string, timeclock-log-data)
24935         (timeclock-find-discrep, timeclock-day-base)
24936         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24937         (timeclock-modeline-display): Set the variable
24938         `timeclock-modeline-display'.
24939         (timeclock-update-modeline): Doc fix.  Respect value of
24940         `timeclock-relative'.
24942 2003-07-09  Richard M. Stallman  <rms@gnu.org>
24944         * textmodes/reftex-parse.el (reftex-all-document-files):
24945         Add autoload cookie.
24947         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24948         (reftex-scanning-info-available-p): Add autoload cookie.
24950         * international/mule-cmds.el
24951         (set-display-table-and-terminal-coding-system): Delete duplicate
24952         aset on standard-display-table.
24954         * view.el (view-file): If existing buffer's major mode is special,
24955         don't go into view mode.
24957         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24959 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24961         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24962         buffer changes; there's third party code that calls this function
24963         directly.
24965 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24967         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24968         (autodoc-font-lock-keywords): Don't byte compile on font lock
24969         initialization when running from byte compiled files.
24971 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
24973         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24974         statement ends with auto-increment "++".
24976 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24978         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24979         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24980         these are changed, so declare them as variables and not constants.
24982 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
24984         * subr.el (dolist, dotimes): Doc fix.
24986 2003-07-08  Kim F. Storm  <storm@cua.dk>
24988         * international/mule-cmds.el
24989         (set-display-table-and-terminal-coding-system): Don't break
24990         bootstrap if standard-display-table isn't setup yet.
24992 2003-07-07  Richard M. Stallman  <rms@gnu.org>
24994         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24995         Give it a doc string, and autoload it.
24997         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24998         Use with-no-warnings.
25000         * info.el (Info-search): If find invisible text, search again.
25002         * isearch.el (search-whitespace-regexp): Add a shy group around it.
25004         * man.el (Man-name-regexp): Match + as part of name.
25006         * simple.el (visible-mode): Rename from vis-mode.
25007         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
25009         * simple.el (current-word): New arg REALLY-WORD specifies
25010         don't include punctuation chars.
25012         * emacs-lisp/debug.el (debug, debugger-env-macro):
25013         Use with-no-warnings while accessing and binding unread-command-char.
25015         * international/mule-cmds.el
25016         (set-display-table-and-terminal-coding-system): Use explicit loop
25017         instead of calling standard-display-default.
25019         * net/ange-ftp.el (ange-ftp-file-symlink-p):
25020         Use condition-case to catch error in ange-ftp-get-files.
25022         * net/browse-url.el (browse-url-browser-function):
25023         Add alternative for Epiphany.
25024         (browse-url-epiphany-program, browse-url-epiphany-arguments)
25025         (browse-url-epiphany-startup-arguments)
25026         (browse-url-epiphany-new-window-is-tab): New variables.
25027         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
25029         * progmodes/compile.el (compile-auto-highlight): Default now t.
25030         (compile): Doc fix.
25031         (compilation-next-error): Fix previous change.
25033         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
25035         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
25037 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
25039         * gdb-ui.el (gdb-source-info): Display current frame when
25040         attaching to an existing process.
25041         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
25042         while laying out windows when attaching to an existing process.
25044 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
25046         * info.el (Info-menu): Use Info-menu-entry-name-re.
25048 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
25050         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
25051         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
25053         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
25054         to match the same text.
25056 2003-07-06  John Paul Wallington  <jpw@gnu.org>
25058         * vc.el (vc-annotate-offset): Move defvar up.
25060 2003-07-06  Kim F. Storm  <storm@cua.dk>
25062         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25063         This should fix the infinite loop when extracting menu names.
25065 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
25067         * files.el (auto-mode-alist, interpreter-mode-alist):
25068         Remove entries to CC Mode modes to avoid duplicates; they are now added
25069         with autoload directives in cc-mode.el.
25071 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
25073         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25074         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25075         these are changed, so declare them as variables and not constants.
25077         * progmodes/cc-mode.el: Fix some autoload problems: Try to
25078         ensure that the entry for ".c" extension comes before the one for
25079         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25080         Fix incorrect entries that were added to `interpreter-mode-alist'.
25081         Move the autoload directives for AWK to the top level since they
25082         aren't recognized anywhere else.  Do not use the new AWK mode doc
25083         in the autoload form for the old AWK mode.
25085 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25087         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25088         (bibtex-sort-ignore-string-entries): Default value t.
25089         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25090         erroneously in previous version.
25091         (bibtex-string-files): Docstring reflects new parsing scheme.
25092         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25093         docstring, add # as one of the chars to crush
25094         (bibtex-autokey-prefix-string, bibtex-autokey-names)
25095         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25096         (bibtex-autokey-name-change-strings)
25097         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25098         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25099         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25100         (bibtex-autokey-title-terminators)
25101         (bibtex-autokey-titlewords-stretch)
25102         (bibtex-autokey-titleword-ignore)
25103         (bibtex-autokey-titleword-case-convert)
25104         (bibtex-autokey-titleword-abbrevs)
25105         (bibtex-autokey-titleword-abbrevs)
25106         (bibtex-autokey-titleword-change-strings)
25107         (bibtex-autokey-titleword-length)
25108         (bibtex-autokey-titleword-separator)
25109         (bibtex-autokey-name-year-separator)
25110         (bibtex-autokey-year-title-separator)
25111         (bibtex-autokey-before-presentation-function)
25112         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25113         Fix docstring.
25114         (bibtex-strings, bibtex-reference-keys):
25115         Use lazy-completion-table and make-variable-buffer-local.
25116         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25117         (bibtex-braced-string-syntax-table)
25118         (bibtex-quoted-string-syntax-table): New variables.
25119         (bibtex-parse-nested-braces): Remove.
25120         (bibtex-parse-field-string): Use syntax table and forward-sexp.
25121         (bibtex-parse-association): Simplify.
25122         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25123         (bibtex-parse-field-text): Simplify.
25124         (bibtex-search-forward-field, bibtex-search-backward-field):
25125         argument BOUND can take value t.
25126         (bibtex-start-of-field, bibtex-start-of-name-in-field)
25127         (bibtex-end-of-name-in-field, bibtex-end-of-field)
25128         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25129         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25130         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25131         (bibtex-skip-to-valid-entry): Return buffer position of beginning
25132         and ending of entry.  Update for changes of bibtex-search-entry.
25133         Simplify.
25134         (bibtex-map-entries): FUN is called with three arguments.
25135         (bibtex-search-entry): Return a cons pair with buffer positions of
25136         beginning and end of entry.
25137         (bibtex-enclosing-field): Simplify.
25138         (bibtex-format-entry): Use booktitle to set a missing title.
25139         (bibtex-autokey-get-names): Fiddle with regexps.
25140         (bibtex-generate-autokey): Use identity.
25141         (bibtex-parse-keys): Use simplified parsing algorithm if
25142         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
25143         arguments.  Return alist of keys.
25144         (bibtex-parse-strings): Simplify.  Return alist of strings.
25145         (bibtex-complete-string-cleanup): Fix docstring.
25146         (bibtex-read-key): New function.
25147         (bibtex-mode): Fix docstring.  Do not parse for keys and
25148         strings when the mode is entered.  Set fill-paragraph-function to
25149         bibtex-fill-field.  Setup font-lock-mark-block-function the way
25150         font-lock intended.
25151         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
25152         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25153         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25154         (bibtex-Preamble): Avoid hard coded constants.
25155         (bibtex-make-field): Fix docstring.  Simplify.
25156         (bibtex-beginning-of-entry): Always return new position of point.
25157         (bibtex-end-of-entry): Rearrange cond clauses.
25158         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25159         Update for changes of bibtex-map-entries.
25160         (bibtex-ispell-abstract): Do not move point.
25161         (bibtex-entry-index): Use downcase.  Simplify.
25162         (bibtex-lessp): Handle catch-all.
25163         (bibtex-find-crossref): Turn into a command.
25164         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
25165         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
25166         preamble entries.
25167         (bibtex-fill-field-bounds): New function.
25168         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
25169         (bibtex-fill-entry): Use bibtex-fill-field-bounds
25170         (bibtex-String): Use bibtex-strings.  Always obey
25171         bibtex-sort-ignore-string-entries.
25173 2003-07-05  John Paul Wallington  <jpw@gnu.org>
25175         * cus-theme.el (customize-create-theme):
25176         Call `customize-create-theme' in Reset widget's notify function.
25178         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25179         (ibuffer-mark-interactive): Use `or' instead of `unless'.
25180         (define-ibuffer-column name): Add summarizer.
25181         (define-ibuffer-column size): Likewise.
25182         (define-ibuffer-column filename): Likewise.
25183         (define-ibuffer-column process): Likewise.  Change BODY's output too.
25184         (define-ibuffer-column filename-and-process): Likewise, likewise.
25185         (ibuffer): Remove local vars `already-in' and `need-update'.
25187         * ibuf-ext.el: Don't require `derived' at compile-time.
25189 2003-07-05  Kim F. Storm  <storm@cua.dk>
25191         * info.el: Disable paragraph refilling.
25192         (Info-refill-paragraphs): New defcustom.
25193         (Info-fontify-node): Use it.
25195 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
25197         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25198         thingies from constructors created by defstruct.
25200         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25201         the default value of the variable.
25202         (byte-code-meter): Move declaration to top level.
25204         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25206         * info.el (Info-following-node-name-re): New fun.
25207         (Info-following-node-name): Remove.
25208         (Info-insert-dir): Use the new fun.
25209         (Info-extract-pointer): Don't save restriction; use new fun.
25210         (Info-menu-entry-name-re): New const.
25211         (Info-menu-entry-name-re): Use it along with new fun.
25212         (Info-node-spec-re): Use new fun.
25213         (Info-complete-menu-item, Info-fontify-node): Use new const.
25214         (Info-goto-node, Info-follow-reference, Info-menu-update):
25215         Use match-string.
25216         (Info-follow-reference): Use assoc-string.
25217         Use a list of strings for the completion table.
25218         (Info-fontify-node): Use match-string, line-end-position.
25219         Limit the search for `node:' to the first line.
25221         * newcomment.el (uncomment-region): Remove padding coming from
25222         comment-start rather than just from comment-padding.
25224         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25225         (vc-cvs-stay-local-p): Use vc-stay-local-p.
25226         (vc-cvs-rename-file): Remove (use the default).
25227         (vc-cvs-register): Register parent dir if needed.
25228         (vc-cvs-could-register): Return non-nil if parent can be registered.
25229         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25230         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25232         * vc-svn.el (vc-svn-use-edit): Make it into a const.
25233         (vc-svn-update): Fix the arguments to `svn'.
25234         (vc-svn-diff-tree): Just use `vc-svn-diff'.
25235         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25236         Simple implementations, assuming `name' is a URL.
25238         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25239         set of chars allowed unquoted in a case pattern.
25241         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25243         * font-lock.el (font-lock-extra-types-widget)
25244         (c-font-lock-extra-types, c++-font-lock-extra-types)
25245         (objc-font-lock-extra-types, java-font-lock-extra-types)
25246         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25247         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25248         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25249         (font-lock-match-c++-structor-declaration)
25250         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25251         (c++-font-lock-keywords-3, c++-font-lock-keywords)
25252         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25253         (objc-font-lock-keywords-3, objc-font-lock-keywords)
25254         (java-font-lock-keywords-1, java-font-lock-keywords-2)
25255         (java-font-lock-keywords-3, java-font-lock-keywords)
25256         (java-font-lock-syntactic-face-function): Remove obsolete code
25257         and constants.  It's all in cc-fonts.el now.
25259 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
25261         * mail/sendmail.el (mail-specify-envelope-from)
25262         (mail-envelope-from): Doc fix.
25264 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
25266         * generic-x.el: Do away with the dependency on `c-emacs-features'
25267         when populating `rul-generic-mode-syntax-table'; we already know
25268         this isn't XEmacs.
25270 See ChangeLog.10 for earlier changes.
25272 ;; Local Variables:
25273 ;; coding: iso-2022-7bit
25274 ;; End:
25276     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
25277   Copying and distribution of this file, with or without modification,
25278   are permitted provided the copyright notice and this notice are preserved.
25280 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1