(font-lock-comment-face, font-lock-doc-face, font-lock-string-face,
[emacs.git] / lisp / ChangeLog
blob090cf988293d351c5eb589dfe536990db46b622b
1 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
3         * man.el (Man-init-defvars, Man-translate-references)
4         (Man-support-local-filenames, Man-highlight-references):
5         * progmodes/sql.el (sql-interactive-mode):
6         * shell.el (shell-mode, shell-resync-dirs): Fix typos in
7         docstrings.
9         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10         (compilation-mode-font-lock-keywords): Add defvars.
11         (checkdoc-interactive-loop): "?\ " -> "?\s".
13         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14         (font-lock-doc-face, font-lock-string-face)
15         (font-lock-keywords-case-fold-search): Add defvars.
16         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
18         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19         Don't pass X and Y (they are ignored anyway).
20         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21         (mouse-delete-window): Make arguments optional.
23         * obsolete/rnews.el (news-add-news-group): Don't use
24         `end-of-line'.
25         (caesar-translate-table, minor-modes, news-buffer-save)
26         (news-group-name, news-minor-modes): Add defvars.
28         * emacs-lisp/lselect.el (mouse-highlight-priority)
29         (x-lost-selection-functions, zmacs-regions):
30         * emacs-lisp/pp.el (font-lock-verbose):
31         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
32         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
33         (ses-mode-map):
34         * emacs-lisp/tcover-unsafep.el (safe-functions):
35         * obsolete/fast-lock.el (font-lock-face-list):
36         * obsolete/rnewspost.el (mail-reply-buffer):
37         * obsolete/scribe.el (compile-command):
38         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
40 005-08-28  John Paul Wallington  <jpw@gnu.org>
42         * ibuf-ext.el (ibuffer-auto-update-changed): Use
43         `frame-or-buffer-changed-p' to check whether we need to update.
44         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
45         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
46         as a `frame-or-buffer-changed-p' state vector instead.
48 2005-08-27  Romain Francoise  <romain@orebokech.com>
50         * textmodes/makeinfo.el (makeinfo-compile): Use
51         `compilation-start'.  Set `next-error-function' according to
52         `disable-errors'.
53         (makeinfo-next-error): New function.
54         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
55         (makeinfo-buffer): Likewise.
57         * progmodes/compile.el (compilation-start): Add autoload cookie.
59         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
60         * textmodes/sgml-mode.el: Likewise.
61         * progmodes/python.el: Likewise.
63 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
65         * simple.el (blink-matching-paren-distance): Document the meaning
66         of nil value, and allow to customize to nil.
68         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
69         command.com, not command.exe.
71 2005-08-26  John Wiegley  <johnw@newartisans.com>
73         * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the
74         code around a bit so that an extraneous nil argument is not added
75         to a command when no args are given.
77         * eshell/esh-arg.el (eshell-parse-double-quote): If a
78         double-quoted argument resolves to nil, return it as an empty
79         string rather than as nil.  This made it impossible to pass "" to
80         a shell script as a null string argument.
82 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * outline.el (outline-invent-heading): New fun.
85         (outline-promote, outline-demote): Use it.
86         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
87         (outline-end-of-subtree): Remove unused var `opoint'.
89 2005-08-26  David Reitter  <david.reitter@gmail.com>
91         * menu-bar.el (truncate-lines, write-file, print-buffer)
92         (ps-print-buffer-faces, ps-print-buffer, split-window):
93         Disable menu items when the frame they refer to is invisible, or when
94         they refer to a buffer and the minibuffer is selected.
96 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
98         * progmodes/flymake.el (flymake-highlight-err-lines):
99         Use save-excursion around flymake-highlight-line to preserve point.
101 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
103         * progmodes/octave-mod.el: Change Author and Maintainer address.
104         (octave-maintainer-address): Change Kurt's email address.
105         * progmodes/octave-inf.el: Change Author and Maintainer address.
106         * progmodes/octave-hlp.el: Change Author and Maintainer address.
108 2005-08-26  Kim F. Storm  <storm@cua.dk>
110         * subr.el (version-list-<, version-list-<=, version-list-=):
111         Renamed from integer-list-*.
112         (version-list-not-zero): Likewise.  Fix while loop.
113         (version=): Use version-list-= instead of string-equal.
115 2005-08-26  Richard M. Stallman  <rms@gnu.org>
117         * outline.el (outline-promote): Try shortening the heading.
118         As last resort, read the heading to use.
119         (outline-demote): As last resort, read the heading to use.
121 2005-08-26  Romain Francoise  <romain@orebokech.com>
123         * progmodes/compile.el (compilation-start): Doc fix.
125         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
126         (antlr-font-lock-additional-keywords): Fix reference to
127         `antlr-font-lock-literal-regexp' erroneously changed during the
128         mass face rename.
129         (antlr-run-tool): Use `compilation-start'.
131         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
132         instead of the obsolete `compile-internal'.
134 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
136         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
137         (number, original-date):
138         * calendar/cal-china.el (date):
139         * calendar/cal-coptic.el (date):
140         * calendar/cal-french.el (date):
141         * calendar/cal-hebrew.el (date, entry, number, original-date):
142         * calendar/cal-islam.el (date, number, original-date):
143         * calendar/cal-iso.el (date):
144         * calendar/cal-julian.el (date):
145         * calendar/cal-mayan.el (date):
146         * calendar/cal-menu.el (date, event):
147         * calendar/cal-persia.el (date):
148         * calendar/lunar.el (date):
149         * calendar/solar.el (date): Add defvars.
151         * emerge.el:
152         * ibuffer.el:
153         * info-xref.el:
154         * obsolete/bg-mouse.el:
155         * obsolete/sun-curs.el:
156         * obsolete/swedish.el: Move the `defvar's to the top level.
158         * smerge-mode.el (smerge-refined-change): Add :group.
160 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
163         (smerge-keep-n): Remove props.
164         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
165         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
166         now that it's done in smerge-keep-n.
167         (smerge-refined-change): New face.
168         (smerge-refine-chopup-region, smerge-refine-highlight-change)
169         (smerge-refine): New funs.
170         (smerge-basic-map): Bind smerge-refine.
172 2005-08-25  Juri Linkov  <juri@jurta.org>
174         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
175         compilation-process-setup-function and compilation-disable-input
176         in grep-mode instead of let-bindings in grep.
178         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
179         Delete "Automatic File De/compression" (auto-compression-mode).
181 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
183         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
184         Silence warning about non-existent variable.
186 2005-08-25  Richard M. Stallman  <rms@gnu.org>
188         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
189         Rename "Describe Key" to "Describe Key or Mouse Operation".
191         * mail/mailalias.el (build-mail-aliases): Delete comments
192         from the contents before processing them.
194         * isearch.el (isearch-edit-string): Erase the Search prompt
195         if user enters an empty string and there is no default.
197         * comint.el (comint-file-name-prefix): Add autoload.
199 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
201         * subr.el (play-sound): Rearrange to avoid warning.
203 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
205         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
206         New hook.
207         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
209 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
211         * subr.el (version-separator, version-regexp-alist): New vars used by
212         version comparison funs.
213         (integer-list-<, integer-list-=, integer-list-<=)
214         (integer-list-not-zero): New funs for integer list comparison.
215         (version-to-list, version=, version<, version<=): New funs for version
216         comparison.
218 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
220         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
221         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
222         time to silence the byte-compiler.
224         * ibuffer.el (ibuffer-compile-make-eliding-form)
225         (ibuffer-check-formats): Use `with-no-warnings' to hide references
226         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
227         so it's silly to get warnings for it).
228         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
229         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
230         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
231         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
232         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
233         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
234         Defvar at compile time.
235         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
236         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
237         Declare them before use.
239         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
240         (info-xref-good, info-xref-bad): Defvar at compile time.
242         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
243         Use `let*' instead of `let'.
245         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
246         (*mouse-y*, menu, char): Defvar at compile time.
247         (sc::menu): Declare it before use.
248         (sc::pack-one-line): Use `let', not `let*'.
250         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
251         (mail-send-hook): Defvar at compile time.
253         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
254         Defvar at compile time.
256         * term/sun-mouse.el (current-global-mousemap)
257         (current-local-mousemap): Declare them before use.
259 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
261         * bookmark.el (bookmark-after-jump-hook): New hook.
262         (bookmark-jump): Run `bookmark-after-jump-hook'.
264 2005-08-23  Juri Linkov  <juri@jurta.org>
266         * faces.el (minibuffer-prompt): Doc fix.
268 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
270         * progmodes/xscheme.el: Trivial changes to silence warnings.
271         (xscheme-previous-mode, xscheme-previous-process-state):
272         Add defvars.
273         (xscheme-last-input-end, xscheme-process-command-line)
274         (xscheme-process-name, xscheme-buffer-name)
275         (xscheme-expressions-ring-max, xscheme-expressions-ring)
276         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
277         (xscheme-control-g-synchronization-p)
278         (xscheme-control-g-disabled-p, xscheme-string-receiver)
279         (default-xscheme-runlight, xscheme-runlight)
280         (xscheme-runlight-string, xscheme-process-filter-state)
281         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
282         Move to beginning of file.
283         (scheme-interaction-mode-commands-alist)
284         (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
285         them before use.  Note: the initialization code for the variables
286         has not been moved because it uses functions that reference the
287         variables.
288         (xscheme-control-g-message-string, xscheme-process-filter-alist)
289         (xscheme-prompt-for-expression-map): Declare them before use.
290         (scheme-debugger-mode-commands): "?\ " -> "?\s".
292 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
294         * hexl.el (hexl-print-current-point-info): Fix simple spelling
295         error.
297 2005-08-22  Juri Linkov  <juri@jurta.org>
299         * faces.el (set-face-underline): Delete this duplicate function
300         and make an obsolete alias to set-face-underline-p.
301         (set-face-underline-p): Use docstring of set-face-underline.
302         (describe-face): Create hyperlink to parent face.
304         * info.el (Info-insert-dir): Use save-excursion around
305         insert-buffer-substring.
306         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
307         (Info-escape-percent): Delete function.
308         (Info-fontify-node): Replace Info-escape-percent by
309         replace-regexp-in-string with REP arg set to lambda that
310         duplicates `%' and preserves text properties.
312         * progmodes/compile.el (compilation-disable-input): Doc fix.
313         (define-compilation-mode): Doc fix and refill.
314         (kill-compilation): Use `mode-name' in the error message.
315         (compilation-find-file): Use `compilation-error' in the
316         read-file-name's prompt.
318 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
320         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
321         (smerge-auto-leave): Make undo re-enable the mode.
322         (debug-ignored-errors): Add the user-error of impossible resolution.
323         (smerge-resolve): Move things around a bit, in preparation for later.
324         (smerge-diff): Don't fail if the buffer has no associated file.
325         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
326         (smerge-conflict-overlay): New function.
327         (smerge-match-conflict): Don't add text properties here.
328         (smerge-find-conflict): Instead, add an overlay here.
329         Also check for the case where we're inside a conflict already, so as to
330         obviate the need for font-lock-multiline, which is unbearably slow with
331         large conflicts and ciomplex font-lock patterns.
332         (smerge-remove-props): Remove overlay rather than text-properties.
333         (smerge-mode): Don't set font-lock-multiline.
334         Remove overlays when turned off.
336 2005-08-21  Kim F. Storm  <storm@cua.dk>
338         * ido.el (ido-ignore-item-p): Use save-match-data.
339         Bind case-fold-search to ido-case-fold locally.
341 2005-08-20  Richard M. Stallman  <rms@gnu.org>
343         * files.el (normal-mode): If font lock is on, turn it off and on.
345         * subr.el (replace-regexp-in-string): Doc fix.
347         * startup.el (command-line-1): Don't suppress startup screen
348         due to existing processes.
350         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
352         * progmodes/compile.el (compilation-disable-input): Default to nil.
354 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
356         * progmodes/compile.el (compilation-disable-input): New defcustom.
357         (compilation-start): If compilation-disable-input is non-nil, send
358         EOF to the compilation process.
360 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
362         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
363         Run the argument of tex-shell-cd-command through
364         convert-standard-filename, to get the correct style of slashes on
365         Windows, and enclose the result in quotes, in case the file name
366         includes whitespace or other special characters.
368 2005-08-19  Andreas Schwab  <schwab@suse.de>
370         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
371         process.
373 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
375         * cus-start.el (minibuffer-prompt-properties): Correct typo.
377 2005-08-18  Kim F. Storm  <storm@cua.dk>
379         * scroll-lock.el: Fix errors due to incorrect line wrapping.
381 2005-08-18  Richard M. Stallman  <rms@gnu.org>
383         * scroll-lock.el: New file.
385 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
387         * dired.el (dired-move-to-end-of-filename):
388         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
390 2005-08-18  Kim F. Storm  <storm@cua.dk>
392         * ido.el (ido-everywhere): Fix defcustom :set function to disable
393         rather than toggle mode when custom value is nil.
394         (ido-everywhere): Fix defun doc string.
396 2005-08-17  Richard M. Stallman  <rms@gnu.org>
398         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
399         as tag instead of "Inviolable".
401 2005-08-17  Kim F. Storm  <storm@cua.dk>
403         * windmove.el (windmove-coordinates-of-position): Remove.
404         (windmove-coordinates-of-window-position): Remove.
405         (windmove-reference-loc): Use posn-at-point instead.
407         * subr.el (insert-for-yank-1): Doc fix.
409         * ido.el (ido-enter-matching-directory): Rename from
410         ido-enter-single-matching-directory.  Change 'slash choice to
411         'only.  Add 'first choice.
412         (ido-exhibit): Adapt to above changes.
414 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
416         * Makefile.in: Expand comment about building loaddefs.el.
418 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
420         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
421         Comment use of defadvice.
423         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
425 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
427         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
428         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
429         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
430         * progmodes/idlw-shell.el, progmodes/ld-script.el,
431         * progmodes/which-func.el, ruler-mode.el, strokes.el,
432         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
433         for backward compatibility for faces that did not appear in the
434         previous Emacs release.
436         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
438 2005-08-15  Kim F. Storm  <storm@cua.dk>
440         * emulation/cua-base.el (cua-delete-region): Return t if
441         deleted region was non-empty.
442         (cua-replace-region): Inhibit overwrite-mode for
443         self-insert-command if replaced region was non-empty.
444         (cua--explicit-region-start, cua--status-string): Make them
445         buffer-local at top-level...
446         (cua-mode): ...rather than when mode is enabled.
448 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
450         * progmodes/vhdl-mode.el (vhdl-emacs-21):
451         Set t for Emacs 21, 22, and so on.
453 2005-08-15  David Ponce  <david@dponce.com>
455         * tree-widget.el Update Commentary header.
456         (tree-widget-theme): Doc fix.
457         (tree-widget-space-width): New option.
458         (tree-widget-image-properties): Look up in the default theme too.
459         (tree-widget--cursors): Only for images with arrow pointer shape.
460         (tree-widget-lookup-image): Pointer shape is hand by default.
461         (tree-widget-icon): Rename generic icon widget from
462         `tree-widget-control'.
463         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
464         derive from `tree-widget-icon'.
465         (tree-widget-handle): Improve default look and feel of the text
466         representation.
467         (tree-widget): Rename :*-control properties to :*-icon properties.
468         Add :action and :help-echo properties.
469         (tree-widget-after-toggle-functions): Move.
470         (tree-widget-close-node, tree-widget-open-node): Remove.
471         (tree-widget-before-create-icon-functions): New hook.
472         (tree-widget-value-create): Update to allow customization of icons
473         and nodes at run-time via that new hook.
474         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
475         (tree-widget-icon-action, tree-widget-icon-help-echo)
476         (tree-widget-action, tree-widget-help-echo): New functions.
478 2005-08-15  Kim F. Storm  <storm@cua.dk>
480         * ido.el (ido-buffer-internal): Use with-no-warnings.
481         (ido-make-merged-file-list): Use while-no-input.
483 2005-08-15  Richard M. Stallman  <rms@gnu.org>
485         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
486         (flyspell-large-region): Fix doc and custom type.
488 2005-08-14  Richard M. Stallman  <rms@gnu.org>
490         * files.el (interpreter-mode-alist): Doc fix.
492         * mail/rmail.el (rmail-nonignored-headers): New variable.
493         (rmail-clear-headers): Use it.
494         (rmail-reply): Better handling of mail-followup-to header.
496         * progmodes/sh-script.el (sh-font-lock-keywords-var):
497         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
498         don't try to refer to executable-font-lock-keywords.
499         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
500         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
501         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
502         (sh-mode): Set comment-start-skip, local-abbrev-table,
503         imenu-case-fold-search.
504         (sh-set-shell): Don't set them here.
505         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
506         Don't cache the results in the original alist; don't ever modify
507         that alist.
509         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
511         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
512         empty.
514 2005-08-15  Andreas Schwab  <schwab@suse.de>
516         * desktop.el: Put autoload cookie at risky-local-variable declarations.
518         * dired.el, info.el, mail/rmail.el: Revert last change.
520 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
522         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
523         modification in `eval-after-load' form.
524         * info.el: Likewise.
525         * mail/rmail.el: Likewise.
527 2005-08-14  Juri Linkov  <juri@jurta.org>
529         * progmodes/compile.el (compilation-mode-font-lock-keywords):
530         Remove highlighting of "Compilation started".  Highlight only
531         the word "finished" in "Compilation finished".  Add highlighting
532         of "interrupt", "killed", "terminated" and the exit code.
533         (compilation-start): Add newline after header.  Use exactly the
534         same time stamp format as the finishing message.
535         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
537         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
538         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
539         Add highlighting of "interrupt", "killed", "terminated".
541         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
542         enabled and the current command is self-insert-command, call it
543         explicitly with overwrite-mode bound to nil, to not allow it
544         to delete the character after the selected region.
546 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
548         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
549         move-end-of-line, end-of-line, and beginning-of-line to the list
550         of commands after which the echo area is updated.
552 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
554         * cus-edit.el (custom-save-all, custom-save-delete):
555         Bind recentf-exclude to exclude custom-file.
557 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
559         * mail/rmailsum.el (rmail-summary-end-of-message): New command
560         to go to the bottom of the mail message.  Added to
561         `rmail-summary-mode-map' with key "/".
562         (rmail-summary-show-message): New (internal) function for use by
563         both `rmail-summary-beginning/end-of-message'.
564         (rmail-summary-beginning-of-message): Change to use
565         rmail-summary-show-message.
567         * mail/rmail.el (rmail-end-of-message): New command to go to the
568         end of the current message.  Added to `rmail-mode-map' with key "/".
569         (rmail-beginning-of-message): Fix to work as documented.
570         (rmail-mode): Change documentation.
572         * progmodes/compile.el (compilation-start): Add the line
573         "Compilation started" with compilation start time.
574         (compilation-mode-font-lock-keywords): Add `started' to keywords.
576 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
578         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
579         of menu items.
581 2005-08-11  Richard M. Stallman  <rms@gnu.org>
583         * simple.el (pop-global-mark): Reverse test of widen-automatically.
585         * battery.el (battery-status-function): Don't use ignore-errors.
587 2005-08-11  Lute Kamstra  <lute@gnu.org>
589         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
590         define-obsolete-variable-alias.
592 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
594         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
595         (ange-ftp-send-cmd): Revert last change, and expand
596         the comment explaining the problem.
598 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
600         * ldefs-boot.el: Update.
602         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
603         item to "Time, Load and Mail".  Change help echo text.
605         * time.el (display-time-use-mail-icon, display-time-format)
606         (display-time-string-forms): Shorten first line of docstrings.
608 2005-08-10  Lars Hansen  <larsh@soem.dk>
610         * desktop.el (desktop-buffer-mode-handlers):
611         Make non-customizable. Add autoload cookie.  Change initial value to
612         nil; add elements in respective modules instead.  Fix doc string.
613         (desktop-load-file): New function.
614         (desktop-minor-mode-handlers): New autoloaded variable.
615         (desktop-create-buffer): Call minor mode handlers.
616         Use desktop-load-file to load major and minor mode modules prior to
617         checking for a handler.
618         (desktop-save): Don't add nil to desktop-minor-modes for minor
619         modes with nil function in desktop-minor-mode-table.  Don't delete
620         desktop file before rewriting it.
621         (desktop-locals-to-save): Add autoload cookie.  Don't make
622         automatically buffer-local.  Add variables column-number-mode,
623         size-indication-mode, indent-tabs-mode,
624         indicate-buffer-boundaries, indicate-empty-lines and
625         show-trailing-whitespace.
626         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
627         regexps. Don't use desktop-clear-preserve-buffers-regexp.
628         (desktop-clear-preserve-buffers-regexp): Delete.
629         (desktop-clear-preserve-buffers): Update initial value and docstring.
630         (desktop-save-buffer): Fix doc string.
632         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
633         (hilit-chg-desktop-restore): New function.
634         (highlight-changes-mode): Add highlight-changes-mode to
635         desktop-locals-to-save.
637         * dired.el: Add handler to desktop-buffer-mode-handlers.
638         (dired-restore-desktop-buffer): Remove autoload cookie.
639         (dired-mode): Add autoload cookie.
641         * info.el: Add handler to desktop-buffer-mode-handlers.
642         (Info-restore-desktop-buffer): Remove autoload cookie.
643         (Info-mode): Add autoload cookie.
645         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
646         (mh-restore-desktop-buffer): Remove autoload cookie.
647         (mh-folder-mode): Add autoload cookie.
649         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
650         (rmail-restore-desktop-buffer): Remove autoload cookie.
652 2005-08-11  Masatake YAMATO  <jet@gyve.org>
654         * hexl.el (hexl-address-region):
655         (hexl-ascii-region, hexl-font-lock-keywords):
656         (hexl-highlight-line-range): Use the term "region"
657         instead of "area" for consistency with the other symbols
658         defined in hexl.el.
660 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
662         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
663         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
664         out by Juri Linkov).  Add `display-battery-mode'.
666 2005-08-09  Juri Linkov  <juri@jurta.org>
668         * progmodes/compile.el (compilation-mode-font-lock-keywords):
669         Remove `-text' from face variable names.
670         (compilation-error-file-name, compilation-warning-file-name)
671         (compilation-info-file-name): Delete faces.
672         (compilation-line-number, compilation-column-number):
673         Remove face underlining.
674         (compilation-message-face): Set to `underline' value by default.
675         (compilation-error-face, compilation-warning-face)
676         (compilation-info-face): Remove `-file-name' from face names.
677         (compilation-error-text-face, compilation-warning-text-face)
678         (compilation-info-text-face): Delete face variables.
679         (compilation-text-face): Delete function.
681         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
682         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
683         (grep-error-face): Set to `compilation-error' instead of
684         `compilation-error-face' (which is redefined to `grep-hit-face' in
685         grep buffers).
686         (grep-mode-font-lock-keywords): Remove `-text' from face variable
687         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
689         * dired-aux.el (dired-do-query-replace-regexp):
690         Use `query-replace-read-args'.
692         * replace.el (query-replace-read-from, query-replace-read-to)
693         (query-replace-read-args): Rename arg `string' to `prompt'.
695         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
697 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
699         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
700         uploading files.
701         (ange-ftp-canonize-filename): Handle file names beginning with ~
702         correctly.
704 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
706         * textmodes/fill.el (canonically-space-region)
707         (fill-context-prefix, fill-french-nobreak-p)
708         (fill-delete-newlines, fill-comment-paragraph)
709         (justify-current-line): "?\ " -> "?\s".
711 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
713         * textmodes/fill.el (fill-nonuniform-paragraphs):
714         Improve argument/docstring consistency.
716 2005-08-09  Richard M. Stallman  <rms@gnu.org>
718         * textmodes/ispell.el (ispell-word): More fboundp checks.
720         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
721         (find-file-noselect-1): Call it here, only if RAWFILE.
722         (normal-mode): Always set some major mode.
723         (save-some-buffers-action-alist): Change some explanation strings.
724         (file-name-non-special): In the `quote' method, use unwind-protect.
726 2005-08-09  Magnus Henoch  <mange@freemail.hu>
728         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
729         (ispell-have-aspell-dictionaries): New variable.
730         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
731         (ispell-get-aspell-config-value): New function.
732         (ispell-aspell-find-dictionary): New function.
733         (ispell-aspell-add-aliases): New function.
734         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
735         appropriate.  Don't look for ispell dictionaries if we use aspell.
736         (ispell-menu-map): Don't build a submenu of dictionaries.
738 2005-08-09  Richard M. Stallman  <rms@gnu.org>
740         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
741         (sql-read-passwd): Use read-passwd.
743         * progmodes/idlw-toolbar.el (idlwave-toolbar)
744         (idlwave-toolbar-is-possible): Add defvars.
746         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
747         Avoid warnings.
749         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
750         (idlwave-system-class-info, idlwave-executive-commands-alist):
751         Use defvar.
753         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
755         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
756         Avoid warnings.
758         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
759         and content-type: headers.
761         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
763         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
764         and rename some of them to be more self-explanatory.
766         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
768         * startup.el (command-line-1): Implement -scriptload.
770         * replace.el (occur-engine): Initial *Occur* output not undoable.
772         * menu-bar.el (menu-bar-file-menu): Rename some menu items
773         and improve help strings.
775         * isearch.el (isearch-repeat): When changing direction,
776         mark search successful.
778         * ediff-init.el: Use (featurep 'xemacs).
780         * comint.el (send-invisible): Identify buffer, if not selected.
782         * align.el: Delete autoload for c-guess-basic-syntax.
784 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
786         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
787         Improve argument/docstring consistency.  Doc fixes.
788         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
789         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
790         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
791         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
792         (r2bv-organization, r2bv-pages, r2bv-primary-author)
793         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
794         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
795         Defvar at compile time.
797 2005-08-09  Juri Linkov  <juri@jurta.org>
799         * info.el: Replace `info' with upper-case `Info' where appropriate.
800         (info-title-1, info-title-2, info-title-3, info-title-4)
801         (info-menu-header): Move up face definitions.
802         (info-menu-star): Rename from `info-menu-5'.
803         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
804         (Info-fontify-visited-nodes): Fix docstring.
805         (Info-hide-note-references): Fix docstring.
806         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
807         menu items in the same way as on cross-references.
808         (info-apropos): Fix sorting order and formatting to be like in the
809         stand-alone Info browser.  Display error messages for 1 sec.
810         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
811         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
812         from the menu bar.
813         (Info-insert-dir): Restore point after calling
814         `insert-buffer-substring'.
816 2005-08-08  Richard M. Stallman  <rms@gnu.org>
818         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
819         (recompute-lucid-menubar): Add defvars.
821         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
823         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
825         * net/net-utils.el (run-dig): Rename from `dig'.
827         * play/gametree.el (gametree-mode): Use make-local-variable,
828         not make-variable-buffer-local.
830         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
832         * ansi-color.el (ansi-color-make-extent)
833         (ansi-color-set-extent-face): Use fboundp, not functionp.
835         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
836         not make-variable-buffer-local.
838         * bookmark.el (Info-current-file): Add defvar.
839         (bookmark-jump-noselect): Use with-no-warnings.
841         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
843         * ebuff-menu.el (Helper-return-blurb): Add defvar.
845         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
847         * find-file.el (ada-procedure-start-regexp)
848         (ada-package-start-regexp): Add defvars.
850         * info.el (Info-insert-dir): Use insert-buffer-substring.
852         * xml.el (xml-att-def-re): Add defvar.
854         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
855         calling convention.
857         * subr.el (while-no-input): Return t if there is input.
859 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
861         * cus-start.el (all): Add `overflow-newline-into-fringe'.
863 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
865         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
866         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
868 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
870         * cmuscheme.el (scheme-start-file): Replace reference to
871         `user-emacs-directory' by "~/.emacs.d/".
873 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
875         * info.el (Info-dir-remove-duplicates): Avoid case folding
876         in loop; instead, keep downcased strings for comparison.
877         Suggested by Helmut Eller.
879 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
881         Sync with Tramp 2.0.50.
883         * tramp.el: Remove defvar of `last-coding-system-used' in the
884         XEmacs case; not necessary anymore.
885         (tramp-user-regexp): Allow "@" as part of user name.
886         (tramp-handle-set-visited-file-modtime)
887         (tramp-handle-insert-file-contents)
888         (tramp-handle-write-region): No special handling for
889         `last-coding-system-used, because this is done in
890         `tramp-accept-process-output' now.
891         (tramp-accept-process-output): New defun.
892         (tramp-process-one-action, tramp-process-one-multi-action)
893         (tramp-wait-for-regexp, tramp-wait-for-output)
894         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
895         Howells <dhowells@redhat.com>.
896         (clear-visited-file-modtime): Defadvice removed.  The check for
897         unset buffer's modtime does not need to be based on
898         `tramp-buffer-file-attributes'.  Suggested by RMS.
899         (tramp-message): Insert "\n" if not being at beginning of line.
900         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
901         sequence with same logic.
902         (tramp-completion-handle-expand-file-name): Discard call of
903         `tramp-drop-volume-letter'.  It is not necessary, and there have
904         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
905         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
906         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
907         should always be visible.
908         (tramp-handle-insert-directory, tramp-setup-complete)
909         (tramp-set-process-query-on-exit-flag)
910         (tramp-append-tramp-buffers): Pacify byte-compiler.
911         (tramp-bug): Delete non-existing variables from list.
912         Apply `tramp-load-report-modules' as pre-hook.
913         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
914         `shell-prompt-pattern' because of non-7bit characters.
915         Reported by Sebastian Luque <sluque@mun.ca>.
916         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
917         (tramp-match-string-list): Remove function.
918         (tramp-wait-for-regexp): Remove call of that function.
919         Suggested by Kim F. Storm <storm@cua.dk>.
920         (tramp-set-auto-save-file-modes): Use octal integer code #o600
921         instead of octal character code ?\600.  The latter resulted in a
922         syntax error with XEmacs.
924         * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
925         XEmacs case; not necessary anymore.
926         (tramp-smb-handle-write-region): No special handling for
927         `last-coding-system-used, because this is done in
928         `tramp-accept-process-output' now.
929         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
931 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
933         * wid-edit.el (widget-choice-value-create):
934         Unconditionally respect user choice.  Set :explicit-choice back to nil
935         when no longer needed.
936         (widget-choice-action): Unconditionally respect user choice.
937         Eliminate :explicit-choice-value.
939         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
941         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
942         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
943         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
944         running new function `toggle-indicate-empty-lines'.
945         Rename "Customize" item to "Customize fringe".
946         Rename "Indicators" item to "Buffer boundaries" and change help echo.
947         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
948         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
949         Delete "Empty lines only" item.
950         (menu-bar-showhide-fringe-ind-customize): New function.
951         (menu-bar-showhide-fringe-ind-mixed)
952         (menu-bar-showhide-fringe-ind-box)
953         (menu-bar-showhide-fringe-ind-right)
954         (menu-bar-showhide-fringe-ind-left)
955         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
956         instead of `fringe-indicators'.
958 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
960         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
961         Change the date of last update.
963 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
965         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
966         (viper-exec-yank, viper-put-back): Don't display modification msg
967         if in the minibuffer.
969         * viper-init.el (viper-replace-overlay-cursor-color)
970         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
971         Make variables frame local.
973         * viper-util.el (viper-append-filter-alist): Use append instead of
974         nconc.
976         * viper.el (viper-vi-state-mode-list)
977         (viper-emacs-state-mode-list): Move help-mode and
978         completion-list-mode from the first list to the second.
979         (viper-mode): Docstring.
980         (viper-go-away, viper-non-hook-settings): Don't localize
981         minor-mode-alist in newer Emacsen.  Add advice to
982         set-cursor-color.  Don't bind "\C-c\\".
984 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
986         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
987         (scheme-macro-expand-command): New user options.
988         (scheme-trace-procedure, scheme-expand-current-form): New commands.
989         (scheme-form-at-point, scheme-start-file)
990         (scheme-interactively-start-process): New functions.
991         (scheme-get-process): New function, extracted from `scheme-proc'.
992         (run-scheme): Call `scheme-start-file' to get start file, and pass
993         it to `make-comint'.
994         (switch-to-scheme, scheme-proc):
995         Call `scheme-interactively-start-process' if no Scheme buffer/process
996         is available.
998 2005-08-06  Juri Linkov  <juri@jurta.org>
1000         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1001         Use `compilation-text-face', `compilation-info-text-face' and
1002         `compilation-error-text-face' instead of `font-lock-keyword-face'.
1003         (compilation-error): New face.
1004         (compilation-error-file-name): Inherit from
1005         `compilation-error' instead of `font-lock-warning-face'.
1006         (compilation-warning-file-name): Inherit from
1007         `compilation-warning' instead of `font-lock-warning-face'.
1008         (compilation-info, compilation-error-file-name)
1009         (compilation-warning-file-name, compilation-info-file-name)
1010         (compilation-line-number, compilation-column-number): Doc fix.
1011         (compilation-error-text-face, compilation-warning-text-face)
1012         (compilation-info-text-face): New face variables.
1013         (compilation-line-face, compilation-column-face)
1014         (compilation-enter-directory-face)
1015         (compilation-leave-directory-face): Doc fix.
1016         (compilation-text-face): New function.
1018         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
1019         instead of 1 to display binary file names as info file links.
1020         (grep-error-face): Use `compilation-error-face' instead of
1021         `font-lock-keyword-face'.
1022         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
1023         and `compilation-warning-text-face' instead of
1024         `font-lock-keyword-face'.  Use `compilation-error-text-face'
1025         instead of `grep-error-face'.
1027 2005-08-05  Kenichi Handa  <handa@m17n.org>
1029         * international/code-pages.el: Add autoload cookies for all coding
1030         systems.
1032 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
1034         * cus-start.el (all): Put undo.c where it alphabetically belongs.
1036 2005-08-04  Juri Linkov  <juri@jurta.org>
1038         * progmodes/compile.el (compilation-mode-map):
1039         * progmodes/grep.el (grep-mode-map):
1040         Bind TAB to `compilation-next-error' and [backtab] to
1041         `compilation-previous-error'.
1043         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
1044         matching line numbers, column numbers and their ranges with regexp
1045         matching only line numbers.
1046         (grep-context-face): New face variable.
1047         (grep-mode-font-lock-keywords): Use it.
1049         * faces.el (read-face-name): Delete duplicate faces.
1051 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
1053         * thumbs.el (thumbs-find-image): Don't make variables
1054         automatically buffer local.
1055         (thumbs-current-tmp-filename, thumbs-current-image-filename)
1056         (thumbs-image-num): Make automatically buffer local.
1057         (thumbs-show-thumbs-list): Use `make-local-variable', not
1058         `make-variable-buffer-local'.
1059         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
1061         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
1062         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
1063         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
1064         (bother, bye, canyou, chatlst, continue, deathlst, describe)
1065         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
1066         (feelings-about, foullst, found, hello, history, howareyoulst)
1067         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
1068         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
1069         (neglst, obj, object, owner, please, problems, qlist)
1070         (random-adjective, relation, remlst, repetitive-shortness)
1071         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
1072         (shortlst, something, sportslst, stallmanlst, states, subj)
1073         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
1074         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
1075         Defvar at compile time.
1077         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
1078         not `make-variable-buffer-local'.
1080 2005-08-02  Kim F. Storm  <storm@cua.dk>
1082         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
1083         rectangle overlay in selected window.
1085 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
1087         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
1088         instead of display group.  Make `indicate-buffer-boundaries'
1089         customizable through Custom.
1091 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
1093         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
1094         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
1095         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
1096         (gdb-put-string): Fix typos in docstrings.
1098 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
1100         Update copyright notices of files in progmodes directory for
1101         release of Emacs 22.1.
1103         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
1105         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
1106         Don't barf if the GUD buffer has been killed.
1108 2005-08-01  Kim F. Storm  <storm@cua.dk>
1110         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
1112 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * simple.el (next-error-follow-minor-mode):
1115         make-variable-buffer-local -> make-local-variable.
1117         * emacs-lisp/cl-extra.el: Require CL also when compiling.
1119         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
1120         (byte-compile-form-make-variable-buffer-local): New functions to warn
1121         about misuses of make-variable-buffer-local where make-local-variable
1122         was meant.
1124 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
1126         * bs.el (bs-attributes-list): Doc fix.
1127         (bs): Update url-link.
1129         * desktop.el (desktop-save-buffer): Fix typos in docstring.
1130         (desktop-load-default): Simplify.
1132         * ibuffer.el (ibuffer-columnize-and-insert-list)
1133         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
1134         (ibuffer-unmark-all, ibuffer-toggle-marks)
1135         (ibuffer-unmark-forward, ibuffer-unmark-backward)
1136         (ibuffer-compile-make-format-form, ibuffer-format-column)
1137         (ibuffer-current-buffers-with-marks)
1138         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
1139         (ibuffer): Doc fix.
1140         (ibuffer-mode): Fix typo in docstring.
1141         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
1142         with `define-obsolete-variable-alias'.
1143         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
1145 2005-07-29  Kenichi Handa  <handa@m17n.org>
1147         * international/mule-cmds.el (select-message-coding-system):
1148         Be sure to use LF for end-of-line.  If no coding system is decided,
1149         return iso-8859-1-unix.
1151 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
1154         (ange-ftp-pending-error-line): New vars.
1155         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
1156         to handle the non-fatal no-route-to-host messages.
1157         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
1159 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
1161         * isearch.el (isearch-mode-map, isearch-other-meta-char)
1162         (isearch-quote-char, isearch-printing-char)
1163         (isearch-text-char-description): "?\ " -> "?\s".
1164         (isearch-lazy-highlight-cleanup)
1165         (isearch-lazy-highlight-initial-delay)
1166         (isearch-lazy-highlight-interval)
1167         (isearch-lazy-highlight-max-at-a-time)
1168         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
1169         Declare with define-obsolete-*-alias macros.
1170         (isearch-forward): Fix typo in docstring.
1171         (search-invisible, search-ring-yank-pointer)
1172         (regexp-search-ring-yank-pointer): Doc fixes.
1174         * recentf.el (recentf-menu-append-commands-p): Declare with
1175         `define-obsolete-variable-alias'.
1176         (recentf-max-saved-items, recentf-menu-filter)
1177         (recentf-arrange-by-rule-subfilter): Doc fixes.
1178         (recentf-menu-append-commands-flag)
1179         (recentf-initialize-file-name-history, recentf-expand-file-name)
1180         (recentf-clear-data): Fix typos in docstrings.
1182 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
1184         * progmodes/gdb-ui.el: Smarten comments.
1185         (gdb-info-breakpoints-custom): Use nowarn when finding file.
1187 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1189         * term/apollo.el (terminal-init-apollo): New function containing
1190         all former top level forms in the file.
1191         * term/bobcat.el (terminal-init-bobcat):
1192         * term/cygwin.el (terminal-init-cygwin):
1193         * term/iris-ansi.el (terminal-init-iris-ansi):
1194         * term/linux.el (terminal-init-linux):
1195         * term/news.el (terminal-init-news):
1196         * term/rxvt.el (terminal-init-rxvt):
1197         * term/sun.el (terminal-init-sun):
1198         * term/tvi970.el (terminal-init-tvi970):
1199         * term/vt100.el (terminal-init-vt100):
1200         * term/vt102.el (terminal-init-vt102):
1201         * term/vt125.el (terminal-init-vt125):
1202         * term/vt200.el (terminal-init-vt200):
1203         * term/vt201.el (terminal-init-vt201):
1204         * term/vt220.el (terminal-init-vt220):
1205         * term/vt240.el (terminal-init-vt240):
1206         * term/vt300.el (terminal-init-vt300):
1207         * term/vt320.el (terminal-init-vt320):
1208         * term/vt400.el (terminal-init-vt400):
1209         * term/vt420.el (terminal-init-vt420):
1210         * term/wyse50.el (terminal-init-wyse50):
1211         * term/xterm.el (terminal-init-xterm): Likewise.
1213         * term/README: Describe the terminal-init-* functionality.
1215         * startup.el (command-line): After loading the terminal initialization
1216         file call the corresponding terminal initialization function.
1218 2005-07-27  Kenichi Handa  <handa@m17n.org>
1220         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1221         negative.
1223         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
1224         (ps-mule-composition-prologue): Fix for the case that
1225         RelativeCompose is false.
1227 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1231         * descr-text.el (describe-char): Handle the case where the list of
1232         chars is displayed in a separate frame.
1233         Be a bit more discriminating when looking for the char.
1235 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
1237         * bookmark.el (bookmark-automatically-show-annotations)
1238         (bookmark-read-annotation-text-func): Doc fixes.
1239         (bookmark-save): Improve argument/docstring consistency.
1240         (bookmark-get-bookmark, bookmark-get-bookmark-record)
1241         (bookmark-alist-from-buffer)
1242         (bookmark-upgrade-file-format-from-0)
1243         (bookmark-grok-file-format-version)
1244         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1245         (bookmark-read-annotation-mode)
1246         (bookmark-insert-current-bookmark, bookmark-jump)
1247         (bookmark-exit-hook): Fix typos in docstrings.
1248         (bookmark-exit-hooks): Define as obsolete alias.
1249         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1250         not `bookmark-exit-hooks'.  Fix docstring.
1251         (bookmark-bmenu-select): "?\ " -> "?\s".
1253 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
1255         * startup.el (command-line): Fix typo.
1257 2005-07-24  Richard M. Stallman  <rms@gnu.org>
1259         * tooltip.el (tooltip-mode): Test emacs-basic-display,
1260         not emacs-quick-startup.
1262 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
1264         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1265         (reb-next-match, reb-show-subexp): Use `with-selected-window'
1266         instead of `reb-with-current-window'.
1267         (reb-prev-match): Likewise.  Also, don't move left if the search
1268         was unsuccessful.
1269         (reb-initialize-buffer): New function.
1270         (re-builder, reb-change-syntax): Use it.
1272         * man.el (Man-goto-page): Make second argument NOERROR optional.
1274 2005-07-23  Richard M. Stallman  <rms@gnu.org>
1276         * man.el (Man-bgproc-sentinel): Check here for failure to find
1277         any man page in the output, and report the error here.
1278         (Man-arguments): Make it permanent local.
1279         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
1280         (Man-mode): Pass t for NOERROR.
1282         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1283         (grep-mode-font-lock-keywords):
1284         Don't use compilation-...-face for messages that are not file names.
1286         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1287         Don't use compilation-...-face for messages that are not file names.
1289 2005-07-22  Juri Linkov  <juri@jurta.org>
1291         * startup.el (normal-splash-screen): Update menu name.
1293         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1295 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1297         * term/xterm.el: Load term/rxvt if the terminal is actually an
1298         rxvt terminal.
1299         (xterm-rxvt-set-background-mode): Remove, not used anymore.
1301         * term/rxvt.el (function-key-map): Use substitute-key-definition
1302         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1304         * term/cygwin.el: New file.
1306 2005-07-22  Kim F. Storm  <storm@cua.dk>
1308         * image-file.el (insert-image-file, image-file-yank-handler):
1309         Fix last change to maintain a (unique) yank-handler on yanked images.
1311 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
1313         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1314         of the file size (as in "177B" for 177 bytes).  This happens with
1315         "ls -lh" on FreeBSD.
1317 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
1319         * hilit-chg.el (highlight-changes-global-initial-state)
1320         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1321         (hilit-chg-fixup, highlight-changes-mode):
1322         Fix typos in docstrings.
1323         (highlight-changes-global-modes, highlight-changes-rotate-faces):
1324         Doc fixes.
1326 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
1328         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1329         mode function using `eval-after-load'.
1331 2005-07-21  Kim F. Storm  <storm@cua.dk>
1333         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1334         included when reporting an emacs crash, and tell about the DEBUG file.
1336         * image-file.el (insert-image-file): Add yank-handler.
1337         (image-file-yank-handler): Yank handler to make unique copies of
1338         images when they are yanked into a buffer next to each other.
1340 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
1342         * comint.el (comint-use-prompt-regexp, comint-send-input)
1343         (comint-source-default, comint-extract-string)
1344         (comint-get-source, comint-word, comint-completion)
1345         (comint-source, comint-prompt-read-only, comint-update-fence):
1346         Fix typos in docstrings.
1347         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1348         Declare with define-obsolete-*-alias macros.
1349         (comint-previous-matching-input-from-input)
1350         (comint-next-matching-input-from-input)
1351         (comint-previous-matching-input, comint-next-matching-input)
1352         (comint-forward-matching-input):
1353         Improve argument/docstring consistency.
1355         * desktop.el (desktop-clear-preserve-buffers-regexp):
1356         Also preserve the *server* buffer.
1358         * simple.el (clone-indirect-buffer): Doc fix.
1359         (fixup-whitespace, just-one-space)
1360         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1361         (next-error, next-error-highlight)
1362         (next-error-highlight-no-select, next-error-last-buffer)
1363         (next-error-buffer-p, next-error-find-buffer, next-error)
1364         (previous-error, next-error-no-select, previous-error-no-select)
1365         (open-line, split-line, minibuffer-prompt-width, kill-new)
1366         (binary-overwrite-mode): Fix typos in docstrings.
1367         (set-fill-column): Fix typo in message.
1369         * skeleton.el (skeleton-proxy-new): Doc fix.
1371         * strokes.el (strokes-load-hook): Doc fix.
1372         (strokes-grid-resolution, strokes-get-grid-position)
1373         (strokes-renormalize-to-grid, strokes-read-stroke)
1374         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1375         (strokes-global-map): Fix typos in docstrings.
1376         (strokes-help): Doc fix.  Fix help message and pass it through
1377         `substitute-command-keys'.
1379         * tempo.el (tempo-insert-prompt, tempo-interactive)
1380         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1381         (tempo-insert-string-functions, tempo-local-tags)
1382         (tempo-define-template, tempo-insert-template)
1383         (tempo-insert-prompt-compat, tempo-is-user-element)
1384         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1385         Fix typos in docstrings.
1387         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1388         (vcursor-key-bindings, vcursor-use-vcursor-map)
1389         (vcursor-find-window, vcursor-scroll-down)
1390         (vcursor-disable, vcursor-beginning-of-buffer)
1391         (vcursor-end-of-buffer): Fix typos in docstrings.
1392         (vcursor-relative-move, vcursor-get-char-count):
1393         Improve argument/docstring consistency.
1395         * version.el: "?\ " -> "?\s".
1397         * wid-edit.el (widget-default-create, widget-after-change)
1398         (widget-default-format-handler, widget-checklist-add-item)
1399         (widget-radio-add-item, widget-choose, widget-specify-secret)
1400         (widget-field-value-create, widget-field-value-get)
1401         (widget-editable-list-format-handler)
1402         (widget-editable-list-entry-create, widget-group-value-create)
1403         (widget-documentation-link-add)
1404         (widget-documentation-string-value-create): "?\ " -> "?\s".
1405         (widget-convert-text): Doc fix.
1406         (widget-narrow-to-field, widget-field-find)
1407         (widget-url-link-action, widget-emacs-library-link-action)
1408         (widget-color-notify): Fix typos in docstrings.
1410         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1411         (x-select-text, set-w32-system-coding-system)
1412         (w32-add-charset-info): Fix typos in docstrings.
1414         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1415         (cua-enable-cua-keys, cua-use-hyper-key)
1416         (cua-virtual-rectangle-edges): Fix typos in docstrings.
1417         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1419         * net/tramp.el (tramp-handle-load): Fix typo in error message.
1421         * emacs-lisp/re-builder.el (regexp-builder): Declare with
1422         `defalias' instead of faking it.
1424         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1425         (eshell-ls-missing, eshell-ls-dired-initial-args)
1426         (eshell-ls-use-in-dired): Fix typos in docstrings.
1428 2005-07-20  Kim F. Storm  <storm@cua.dk>
1430         * emulation/cua-base.el (cua-mode): Improve doc string.
1432 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
1434         * abbrev.el (expand-region-abbrevs): Doc fix.
1435         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1436         Improve argument/docstring consistency.
1438         * arc-mode.el (archive-get-descr, archive-alternate-display):
1439         Doc fixes.
1440         (archive-l-e): Improve argument/docstring consistency.
1441         (archive-tmpdir, archive-unixdate, archive-unixtime)
1442         (archive-chmod-entry): Fix typos in docstrings.
1443         (archive-unflag, archive-unflag-backwards)
1444         (archive-unmark-all-files): "?\ " -> "?\s".
1446         * buff-menu.el (Buffer-menu-unmark): Doc fix.
1447         (Buffer-menu-not-modified, Buffer-menu-execute)
1448         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1449         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1451         * composite.el (compose-string, encode-composition-rule)
1452         (compose-last-chars): Fix typos in docstrings.
1454         * desktop.el (desktop-enable, desktop-basefilename):
1455         Declare with `define-obsolete-variable-alias'.
1456         (desktop-internal-v2s): Don't quote keywords.
1457         (desktop-clear): "?\ " -> "?\s".
1459         * dired.el (dired-align-file, dired-flag-backup-files)
1460         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1461         (dired-listing-switches, dired-ls-F-marks-symlinks)
1462         (dired-dwim-target, dired-load-hook, dired-mode-hook)
1463         (dired-directory, dired-faces, dired, dired-revert)
1464         (dired-mode, dired-summary, dired-view-file)
1465         (dired-copy-filename-as-kill, dired-delete-file)
1466         (dired-no-confirm, dired-unmark-all-marks)
1467         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1468         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1469         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1470         Fix typos in message strings.
1472         * dired-x.el (virtual-dired): Declare with `defalias'.
1473         (dired-mark-unmarked-files, dired-local-variables-file)
1474         (dired-omit-here-always): Doc fix.
1475         (dired-omit-mode, dired-find-subdir)
1476         (dired-enable-local-variables, dired-clean-up-buffers-too)
1477         (dired-extra-startup, dired-mark-extension, dired-jump)
1478         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1479         (dired-smart-shell-command, dired-guess-shell-alist-user)
1480         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1481         (dired-x-bind-find-file, dired-x-submit-report):
1482         Fix typos in docstrings.
1483         (dired-mark-unmarked-files): "?\ " -> "?\s".
1485         * dirtrack.el (dirtrack-list): Fix typos in docstring.
1487         * faces.el (describe-face): "?\ " -> "?\s".
1488         (read-all-face-attributes, read-face-font, modify-face)
1489         (face-attr-construct, italic): Fix typos in docstrings.
1490         (frame-update-face-colors): Declare with
1491         `define-obsolete-function-alias'.
1493         * files.el (find-file-noselect, recode-file-name): Doc fixes.
1494         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1495         (magic-mode-alist, buffer-file-numbers-unique)
1496         (write-file-functions, get-free-disk-space):
1497         Fix typos in docstrings.
1498         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1499         (write-contents-hooks, write-file-hooks):
1500         Declare with `define-obsolete-variable-alias'.
1502         * forms-d2.el (arch-rj): Fix typo in docstrings.
1503         (arch-tocol): Likewise.  "?\ " -> "?\s".
1505         * frame.el (set-frame-font, cursor-in-non-selected-windows):
1506         Fix typo in docstring.
1507         (set-screen-width, set-screen-height): Delete redundant info in
1508         doctrings.
1509         (new-frame, screen-height, screen-width): Declare with
1510         `define-obsolete-function-alias'.
1511         (delete-frame-hook, blink-cursor): Declare with
1512         `define-obsolete-variable-alias'.
1514         * paths.el (prune-directory-list): Fix typos in docstring.
1516         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1517         (cvs-prefix-get): Fix typos in docstrings.
1519         * ps-print.el (ps-extend-face-list, ps-extend-face)
1520         (ps-print-background-image): Fix typos in docstrings.
1521         (ps-default-fg, ps-default-bg): Doc fixes.
1523         * s-region.el (s-region-bind): Doc fix.
1524         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1526         * textmodes/org.el (org-table-formula-substitute-names)
1527         (org-table-get-vertical-vector): Doc fixes.
1528         (org-table-recalculate): Remove unused argument to `message'.
1530 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
1532         * textmodes/org.el (org-table-column-names)
1533         (org-table-column-name-regexp)
1534         (org-table-named-field-locations): New variables.
1535         (org-archive-subtree): Protect `this-command' when calling
1536         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1537         the kill buffer.
1538         (org-complete): Remove fixed-formula completion.
1539         (org-edit-formulas-map): New variable.
1540         (org-table-edit-formulas): New command.
1541         (org-finish-edit-formulas, org-abort-edit-formulas)
1542         (org-show-variable, org-table-get-vertical-vector): New functions.
1543         (org-table-maybe-eval-formula): Handle `:=' fields.
1544         (org-table-get-stored-formulas, org-table-store-formulas)
1545         (org-table-get-formula, org-table-modify-formulas)
1546         (org-table-replace-in-formulas): Handle named field formulas.
1547         (org-table-get-specials): Store locations of named fields.
1549 2005-07-19  Juri Linkov  <juri@jurta.org>
1551         * progmodes/grep.el (grep-regexp-alist)
1552         (grep-mode-font-lock-keywords, grep-process-setup):
1553         Use default GNU grep match color "01;31m" instead of "01;41m".
1554         (grep-regexp-alist, grep-mode-font-lock-keywords):
1555         Use `\\[[0-9]*m' instead of `\\[00m'.
1556         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1557         sgr_start where its handling is more important.  Use the real
1558         length of sgr_start instead of constant 8.
1559         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1560         specially.  Delete all remaining escape sequences.
1561         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1562         (grep-regexp-alist): Make hyperlink only for binary file name
1563         instead of the whole line.
1564         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1565         (grep-mode): Add autoload.
1567         * emacs-lisp/find-func.el (find-function-regexp):
1568         Add `define-compilation-mode'.
1570 2005-07-19  Juri Linkov  <juri@jurta.org>
1572         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1573         (compare-windows-sync-string-size, compare-windows-recenter)
1574         (compare-windows-highlight, compare-windows): Add version 22.1.
1575         (compare-windows) <defface>: Inherit from lazy-highlight instead
1576         of duplicating its default value.
1578         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1579         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1581         * descr-text.el (describe-char): Create link buttons for `charset'
1582         and `code point'.  Add the current input method name with a link
1583         button to `to input' field.  Print face names of display table
1584         characters in `The display table entry is displayed by' section
1585         instead of printing face-id in the `display' field.
1586         Guess hardcoded faces and create a link button for them.
1587         Skip empty fields when calculating max-width.
1588         Treat `widget-create' specially while inserting strings from the
1589         collected field list.
1590         (describe-char-after): Made obsolete in version 22.1, not 21.5.
1592         * diff-mode.el (diff-file-header): Change foreground color from
1593         yellow to green on light backgrounds.
1594         (diff-context): Inherit from `shadow' only for color/grayscale
1595         with more than 88 colors.
1596         (diff-indicator-removed, diff-indicator-added)
1597         (diff-indicator-changed): New faces.
1598         (diff-font-lock-keywords): Use new faces.  Regroup rules.
1599         Add "^---$" for `normal' diff format.  Fontify `#' lines with
1600         font-lock-comment-delimiter-face and font-lock-comment-face.
1601         Add `#' to ^[^...] in the rule for `diff-context-face'.
1603         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1604         a button-like box.  Inherit from `highlight' on low colors.
1605         (shadow): Use shades of gray only for color/grayscale with
1606         more than 88 colors.  Use green for light backgrounds with
1607         8 colors, and yellow for dark backgrounds with 8 colors.
1609         * font-lock.el (font-lock-regexp-grouping-backslash):
1610         Don't inherit from escape-glyph (use bold for all cases).
1612         * info.el (info-xref-visited): Use light foreground color `violet'
1613         for dark backgrounds instead of dark color `magenta3'.
1614         (info-title-1): Use `yellow' color for dark backgrounds.
1616         * isearch.el (isearch): Use not-too-dark magenta3 instead of
1617         too-light magenta2.
1619         * replace.el (match): Use slightly more light RoyalBlue3 instead
1620         of dark RoyalBlue4.
1622         * wid-edit.el (widget-inactive): Inherit from `shadow'.
1624 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
1626         * novice.el (disabled-command-hook): Declare it with
1627         `define-obsolete-variable-alias'.
1629         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1630         (desktop-buffer-misc-functions, desktop-buffer-handlers)
1631         (desktop-load-default): Add release to obsolescence info.
1632         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1633         (desktop-append-buffer-args, desktop-read):
1634         Fix typos in docstrings.
1635         (desktop-kill): Fix typo in message.
1636         (desktop-save): Doc fix.
1638 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1640         * viper-cmd.el (viper-escape-to-state): Bug fix.
1641         (viper-envelop-ESC-key): Change the definition of fast
1642         keysequence so it'll work with keyboard macros.
1644         * ediff.el (ediff-patch-buffer): Change the docstring.
1646 2005-07-19  Kenichi Handa  <handa@m17n.org>
1648         * international/mule-cmds.el (select-safe-coding-system): Try to
1649         use an auto-coding (if any) before anything else.  If the found
1650         auto-coding is invalid, show a warning message.
1652         * international/mule.el (find-auto-coding): New function created
1653         by modifying the body of set-auto-coding.
1654         (set-auto-coding): Use find-auto-coding to find a coding.
1656 2005-07-18  Richard M. Stallman  <rms@gnu.org>
1658         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1659         not isearch-mode-end-hook-error.
1660         (allout-before-change-protect): Fix error message.
1662 2005-07-18  Juri Linkov  <juri@jurta.org>
1664         * allout.el (allout-mode):
1665         * calculator.el (calculator-copy):
1666         * custom.el (custom-known-themes):
1667         * dired.el (dired-desktop-buffer-misc-data)
1668         (dired-restore-desktop-buffer):
1669         * dired-x.el (dired-omit-marker-char):
1670         * files.el (basic-save-buffer):
1671         * font-core.el (font-lock-mode):
1672         * calendar/calendar.el (calendar-goto-hebrew-date)
1673         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1674         (calendar-goto-persian-date):
1675         * language/ethio-util.el (ethio-sera-to-fidel-region):
1676         * textmodes/picture.el (picture-mode):
1677         Delete duplicate duplicate words.
1679 2005-07-18  Juri Linkov  <juri@jurta.org>
1681         * isearch.el (isearch-mode-map): Remove key bindings for regexp
1682         chars * ? } |.
1683         (isearch-fallback): Don't call `isearch-process-search-char'.
1684         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1685         (isearch-process-search-char): Call `isearch-fallback' for regexp
1686         chars * ? } |.
1687         (isearch-return-char): Make obsolete with `make-obsolete' instead
1688         of simply documenting it as obsolete in the docstring.
1689         (isearch-fallback): Refill docstring.
1691         * international/isearch-x.el
1692         (isearch-process-search-multibyte-characters): Remove unneeded
1693         `concat'.  Add intermediate values to `junk-hist' instead of
1694         `minibuffer-history'.  Test the length of `str'.
1696 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
1698         * allout.el (allout-resolve-xref): Fix typos in error strings.
1699         (allout-before-change-protect): Remove unneeded `concat'.
1701         * array.el (array-mode, array-reconfigure-rows)
1702         (untabify-backward): Fix typos in docstrings.
1703         (array-reconfigure-rows): Use `insert-buffer-substring', not
1704         `insert-buffer'.
1706         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1707         * progmodes/ada-mode.el (ada-make-body):
1708         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1710         * dired.el (dired-log):
1711         * tar-mode.el (tar-subfile-save-buffer):
1712         * play/zone.el (zone-pgm-stress-destress):
1713         Use `insert-buffer-substring', not `insert-buffer'.
1715 2005-07-17  Simon Josefsson  <jas@extundo.com>
1717         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1719 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
1721         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1722         Add plain auth method.
1723         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1725 2005-07-17  Kim F. Storm  <storm@cua.dk>
1727         * ido.el (dired-other-window): Add ido property.
1729 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
1731         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1732         Fix typo in docstring.
1733         (byte-compile-interactive-only-functions): Add `insert-buffer' and
1734         `insert-file-literally'.
1736         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1737         info and delete redundant message.  Doc fix.
1738         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1739         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1741 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1743         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1744         (byte-compile-and): Use byte-compile-and-recursion.
1745         (byte-compile-or-recursion): New function.
1746         (byte-compile-or): Use that.
1747         (byte-compile-if): Guard the else-clause too.
1748         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1750         * isearch.el (isearch-mode-end-hook-quit): New variable.
1751         (isearch-done): Bind it.
1752         (isearch-mode-end-hook): Doc fix.
1754         * allout.el (allout-isearch-did-quit): Variable deleted.
1755         (allout-real-isearch-abort): Function name no longer used.
1756         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1757         (allout-isearch-rectification): isearch-mode always exists.
1758         Don't set allout-isearch-did-quit.
1759         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1760         allout-isearch-did-quit.
1761         (allout-enwrap-isearch): Just add the hook.
1762         (allout-isearch-abort): Function deleted.
1763         (allout-pre-command-business): Avoid warning.
1765         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1766         Correctly avoid warnings.
1767         (pascal-outline): Likewise.
1769         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1771         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1773         * play/tetris.el (tetris-mode): Avoid warning.
1775         * play/snake.el (snake-mode): Avoid warning.
1777         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1778         (gamegrid-set-display-table): Avoid warning.
1779         (gamegrid-set-timer): Likewise.
1780         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1781         (gamegrid-add-score-with-update-game-score-1): Take FILE
1782         as argument.
1783         (gamegrid-add-score-with-update-game-score): Pass that argument.
1784         Rename have-shared-game-dir to gamegrid-shared-game-dir.
1786         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1788         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1789         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1791         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1792         and insert-file.
1794         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1795         (sc-ask): Avoid warnings.
1797         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1798         (eshell-hist-initialize): Use that var the natural way.
1800         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1802         * emacs-lisp/re-builder.el (reb-cook-regexp):
1803         Avoid warning calling lre-compile-string.
1804         (reb-color-display-p): Avoid warning.
1806         * calculator.el (calculator-last-input): Guard uses
1807         of event-key and key-press-event-p.
1808         (event-key, key-press-event-p): Delete definitions.
1810         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1811         (find-gc-source-directory, find-gc-subrs-callers)
1812         (find-gc-noreturn-list, find-gc-source-files)
1813         (find-gc-subrs-called): Vars renamed and defvar'd.
1815         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1816         (checkdoc-overlay-put, checkdoc-delete-overlay)
1817         (checkdoc-overlay-start, checkdoc-overlay-end)
1818         (checkdoc-mode-line-update, checkdoc-char=):
1819         Define such that compiler knows they are defined.
1820         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
1821         (checkdoc-read-event): Delete.  Use read-event directly.
1823         * whitespace.el (whitespace-make-overlay)
1824         (whitespace-overlay-put, whitespace-delete-overlay)
1825         (whitespace-overlay-start, whitespace-overlay-end):
1826         Define such that compiler knows they are defined.
1827         (whitespace): Move conditional inside.
1829         * tempo.el (tempo-insert-template): Suppress warning.
1831         * ediff-diff.el (longlines-mode): Add defvar.
1833 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
1835         * server.el: Bind "C-x #" in a way that works even if C-x is
1836         redefined to a command key, not a prefix key.
1838 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
1840         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1841         cl-make-type-test till execution time.
1843 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
1845         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1846         arg ARG and use it.
1848 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
1850         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1852 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
1854         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1855         a defcustom with two :set or :type keywords.
1857 2005-07-15  Richard M. Stallman  <rms@gnu.org>
1859         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1860         Don't give ^M comment-end syntax.
1862 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
1864         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1865         Don't consider gdbmi (gdb-mi.el has its own update functions).
1866         (gdb-var-delete): Make it work for gdbmi as well.
1867         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1869         * progmodes/gud.el (etags, sdb): Only require etags when needed.
1870         (gud-speedbar-menu-items): Correct logic for enabling items.
1872 2005-07-15  Kim F. Storm  <storm@cua.dk>
1874         * ido.el: Fix commentary.
1875         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1876         Use with-no-warnings around ffap-guesser.
1877         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1878         Let bind minibuffer-completing-file-name to t.
1880 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
1882         * startup.el (site-run-file, keyboard-type): Doc fixes.
1883         (command-line): Check for "--basic-display" argument; also for
1884         "--quick", not "--bare-bones" (which was renamed).
1885         (fancy-splash-text): Add missing item "Getting New Versions".
1886         (normal-splash-screen): Fix typos and improve consistency with
1887         `fancy-splash-text'.  Update copyright year.
1889         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1890         valid binding for `help-char'.
1892         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1894 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
1896         * term.el (term-mode): Disable cua-mode for term buffers.
1898 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
1900         * add-log.el (add-log-mailing-address, change-log-merge):
1901         Doc fixes.
1902         (change-log-get-method-definition): Fix typo in docstring.
1904 2005-07-14  Kim F. Storm  <storm@cua.dk>
1906         * emulation/cua-base.el:
1907         (cua--pre-command-handler-1, cua--pre-command-handler)
1908         (cua--post-command-handler-1, cua--post-command-handler):
1909         Split in two.  Check (buffer local) value of cua-mode.
1910         (cua-selection-mode): New command.
1912 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1914         * custom.el (custom-initialize-safe-set)
1915         (custom-initialize-safe-default): Doc fixes.
1917         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1918         and simplify :init-value again.
1920         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1921         and simplify :init-value again.  Delete autoload.
1923         * startup.el (command-line): Use `custom-reevaluate-setting' again
1924         for tooltip-mode.
1926         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1927         a defcustom with two :initialize keywords.
1929 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
1931         * allout.el (my-mark-marker, allout-isearch-prior-pos)
1932         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1933         (allout-post-command-business, allout-flag-region)
1934         (isearch-reenable-font-lock, allout-yank)
1935         (allout-insert-latex-header, allout-insert-latex-trailer)
1936         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1937         (allout-latex-verb-quote): Fix typos in docstrings.
1938         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1939         (allout-unprotected, allout-prefix-data):
1940         Improve argument/docstring consistency.
1941         (allout-chart-subtree): Fix argument spec.
1942         (allout-open-topic): Rename `use_sib_bullet' argument to
1943         `use-sib-bullet'.  Doc fix.
1945         * whitespace.el (whitespace-check-buffer-leading)
1946         (whitespace-check-buffer-trailing)
1947         (whitespace-check-buffer-indent)
1948         (whitespace-check-buffer-spacetab)
1949         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1950         (whitespace-check-leading-whitespace)
1951         (whitespace-check-trailing-whitespace)
1952         (whitespace-check-spacetab-whitespace)
1953         (whitespace-check-indent-whitespace)
1954         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1955         (whitespace-modes): Fix typos in docstrings.
1956         (defgroup, defcustom): Doc fixes.
1958         * winner.el (winner-mode, winner-boring-buffers)
1959         (winner-pending-undo-ring): Doc fixes.
1960         (winner-ring): Remove unneeded `progn'.
1961         (winner-equal): `defsubst' it.
1962         (winner-redo): Fix message.
1964 2005-07-13  Kim F. Storm  <storm@cua.dk>
1966         * simple.el (line-move-1): Always use vertical-motion to
1967         do the last (or only) line move to ensure some movement.
1968         Undo 2005-06-23 change--don't check for overlays.
1970 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1972         * term/mac-win.el (ccl-encode-mac-roman-font)
1973         (ccl-encode-mac-centraleurroman-font)
1974         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1975         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1976         Change charset-id boundary of dimension to ?\xef.
1977         (mac-char-fontspec-list): New constant.
1978         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
1979         argument.  Nil uses itself as family in font-spec.  Previous
1980         behavior for nil is now provided by non-nil non-string argument.
1981         All callers changed.  Add font-specs for Mac fonts to
1982         "fontset-default" unless iso8859-1 fonts are installed.
1984 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1986         * progmodes/sh-script.el (sh-get-indent-info): Only indent
1987         a continuation line if the \ is preceded by SPC or TAB.
1988         (sh-get-indent-info): Simplify.
1989         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1990         Use with-current-buffer.
1992         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1993         when the matched text is empty.
1995 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
1997         * startup.el (command-line): Revert to previous handling of
1998         tooltip-mode.  Explain in comment why the complexity is needed.
2000         * tooltip.el (tooltip-mode): Revert to previous implementation of
2001         its defcustom.
2003         * frame.el (blink-cursor-mode): Revert to previous implementation
2004         of its defcustom.  Update comment.
2006 2005-07-12  Lars Hansen  <larsh@soem.dk>
2008         * desktop.el: Update e-mail address.
2010 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2012         * term/mac-win.el (mac-services-mail-selection)
2013         (mac-services-mail-to): New functions.
2014         (mac-application-menu-map): Bind them.
2016 2005-07-12  wulei <milton@wulei.net>  (tiny change)
2018         * progmodes/gdb-ui.el: Add note about buffering with Windows.
2020 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
2022         * custom.el (custom-reevaluate-setting): Doc fix.
2024 2005-07-11  Jay Belanger  <belanger@truman.edu>
2026         * calc/calc.el (calc-embedded-announce-formula-alist)
2027         (calc-embedded-open-close-plain-alist)
2028         (calc-embedded-open-close-mode-alist): Add checks for additional
2029         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
2031 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
2033         * custom.el (custom-enable-theme): Don't add theme to
2034         `custom-enabled-themes' with `push' because there is no
2035         setf-method for `delq'.
2037 2005-07-11  Richard M. Stallman  <rms@gnu.org>
2039         * custom.el (custom-declare-variable): Doc fix.
2041         * dired-aux.el (dired-compare-directories): Remove "." and ".."
2042         from the alists.
2044         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
2045         Do nothing if edebug-active.
2047         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
2048         (edebug-display): Do it here instead.
2050 2005-07-10  Richard M. Stallman  <rms@gnu.org>
2052         * cus-face.el (custom-theme-set-faces): Make it work.
2053         (custom-reset-faces): Doc fix.
2054         (custom-theme-reset-internal-face, custom-theme-face-value):
2055         Functions deleted.
2057         * custom.el (custom-push-theme): Maintain list of the settings
2058         of a given theme in its theme-settings property.
2059         Maintain position of old settings in the theme-value
2060         or theme-face property.
2061         (custom-enabled-themes): New variable.
2062         (custom-theme-enabled-p): New function.
2063         (provide-theme): Update custom-enabled-themes.
2064         Disable and reenable the `user' theme.
2065         (require-theme): Doc fix.
2066         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
2067         (custom-theme-value, custom-theme-variable-value): Likewise.
2068         (custom-theme-reset-internal): Likewise.
2069         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
2070         (custom-enable-theme, custom-disable-theme): New functions.
2071         (custom-variable-theme-value, custom-face-theme-value): Likewise.
2072         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
2073         (custom-theme-reset-variables): Simplify.
2074         (deftheme, custom-declare-theme, custom-make-theme-feature):
2075         Definitions moved.
2077 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
2079         * longlines.el (longlines-show-region)
2080         (longlines-unshow-hard-newlines): Recognize hard newlines by
2081         non-nil hard property, instead of t.
2083 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
2085         * viper-cmd.el (viper--key-maps): New variable.
2086         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
2087         emulation-mode-map-alists.
2088         (viper-envelop-ESC-key): Use viper-subseq.
2089         (viper-search-forward/backward/next): Disable debug-on-error.
2091         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2092         (viper-ESC-key): New defcustoms.
2094         * viper-macs.el (ex-map-read-args): Use viper-subseq.
2096         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
2097         (viper-subseq): Copy of subseq from cl.el.
2099         * viper.el (viper-go-away, viper-set-hooks): Use
2100         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
2102         * viper-mous.el (viper-current-frame-saved): Use defvar.
2104         * viper-init.el: Get rid of -face in face names.
2106         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2107         Make it work with longlines mode
2109         * ediff-mult.el (ediff-meta-mode-hook): New variable.
2111         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
2113         * ediff-init: Get rid of -face in face names.
2115 2005-07-10  Richard M. Stallman  <rms@gnu.org>
2117         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
2118         and with-timeout-unsuspend.
2120         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
2121         and with-timeout-unsuspend.
2123         * emacs-lisp/timer.el (with-timeout-timers): New variable.
2124         (with-timeout): Bind that variable to record timers.
2125         (with-timeout-suspend, with-timeout-unsuspend): New functions.
2127         * emacs-lisp/debug.el (debug-help-follow): New function.
2128         (debugger-mode-map): Use that instead of help-follow.
2129         (debugger-setup-buffer): Use eval-buffer-list
2130         to handle eval-buffer frames.
2132 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
2134         * timezone.el (timezone-parse-date): Change first regexp
2135         so it will not mistakenly match dates with no time zone.
2137 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
2139         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
2141 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
2143         * custom.el (custom-initialize-safe-set)
2144         (custom-initialize-safe-default): New functions.
2146         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2147         and simplify :init-value.
2149         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2150         and simplify :init-value.  Delete obsolete comment.
2152         * startup.el (command-line): Use `custom-reevaluate-setting' to
2153         handle `tooltip-mode'.  Delete obsolete comment.
2155         * files.el (set-visited-file-name): Avoid calling
2156         `file-name-nondirectory' with a nil argument.
2158 2005-07-09  Richard M. Stallman  <rms@gnu.org>
2160         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
2161         was called with nil for the buffer, handle the read position right.
2162         Handle read position for eval-region, too.
2164 2005-07-09  Juri Linkov  <juri@jurta.org>
2166         * fringe.el (fringe-mode): Add period in docstring.
2167         (fringe-query-style): Build prompt depending on `all-frames' arg.
2169         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
2170         to not create links to unrelated functions in the Help buffer.
2172         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
2173         Doc fix.
2175         * simple.el (next-error-hook): New variable.
2176         (next-error): Use it.  Doc fix.
2178         * textmodes/ispell.el (ispell-command-loop): Add current
2179         dictionary name and program name to mode-line-format.
2180         (ispell-region, ispell-process-line): Add current dictionary name
2181         and program name to messages.
2183 2005-07-08  Jay Belanger  <belanger@truman.edu>
2185         * calc/calc.el (calc-embedded-announce-formula-alist)
2186         (calc-embedded-open-close-formula-alist)
2187         (calc-embedded-open-close-word-alist)
2188         (calc-embedded-open-close-plain-alist)
2189         (calc-embedded-open-close-new-formula-alist)
2190         (calc-embedded-open-close-mode-alist)
2191         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
2192         (calc-embedded-mode-hook): New variables.
2194         * calc/calc-embed.el (calc-embedded-firsttime)
2195         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
2196         New variables.
2197         (calc-do-embedded): Use calc-embedded-firsttime,
2198         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
2199         determine whether or not to run hooks.
2200         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
2201         calc-embedded-firsttime-formula appropriately.
2202         Set calc-embedded delimiter variables according to mode.
2204 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2206         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2207         Check for "emacs", etc., as entire symbol, not just as word.
2208         (checkdoc-file-comments-engine): Use regexp-quote on FN.
2210         * files.el (set-visited-file-name): Report the error
2211         for "empty filename" earlier.
2212         (kill-some-buffers): Ignore buffers already dead.
2214         * fringe.el (fringe-mode): Doc fix.
2216         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2217         Check for (featurep 'xemacs) and turn off warnings in what it guards.
2218         Use unwind-protect to ensure byte-compile-unresolved-functions
2219         is updated.
2221         * whitespace.el (whitespace-buffer-leading-cleanup):
2222         Simplify w/ skip-chars-forward.
2223         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2225         * mail/rmail.el (rmail-only-expunge): Fix paren error.
2226         Unconditionally try to leave point at the same old place.
2228 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
2230         * comint.el (comint-postoutput-scroll-to-bottom)
2231         (comint-show-maximum-output): Take scroll-margin into consideration.
2233 2005-07-08  Kim F. Storm  <storm@cua.dk>
2235         * ido.el (ido-use-filename-at-point): New choice `guess'.
2236         (ido-file-internal): Try ffap-guesser if selected.
2238         * ido.el (ido-before-fallback-functions): New hook.
2239         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2240         (ido-read-file-name): Run it.
2242 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2245         strings rather than a list of symbols to the completion function.
2247 2005-07-07  Jay Belanger  <belanger@truman.edu>
2249         * calc/calc-units.el (math-apply-units): Change the places in
2250         which units are simplified.
2252 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
2254         * cus-edit.el (customize-option, customize-option-other-window):
2255         Make them handle aliases.
2257         * custom.el (custom-variable-p): Make it recursively follow
2258         aliases.  Mention that in the docstring.
2260 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2262         * cus-start.el (exec-path): Use `directory' instead of `file'.
2263         Fix tag for nil.
2265 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
2267         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2268         when called non-interactively.  Doc fix.
2270 2005-07-07  Lute Kamstra  <lute@gnu.org>
2272         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2273         new address as well.
2275 2005-07-07  Kenichi Handa  <handa@m17n.org>
2277         * international/mule.el (make-coding-system):
2278         Describe `ascii-incompatible' property in the docstring.
2279         (set-file-name-coding-system): Signal an error if coding-system is
2280         ascii-incompatible.
2281         (set-keyboard-coding-system): Likewise.
2283         * international/mule-cmds.el (set-default-coding-systems):
2284         Don't set default-file-name-coding-system and
2285         default-keyboard-coding-system if coding-system is ASCII-incompatible.
2287         * international/utf-16.el: Declare that all UTF-16-based coding
2288         systems are ASCII-incompatible.
2290 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
2292         * progmodes/gud.el: Require font-lock for displaying errors.
2293         Used by gdb-ui.el.
2295 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
2297         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2298         values for the pattern lists which are `read'able but not
2299         `append'able (like symbols).
2301 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2303         * progmodes/flymake.el (flymake-float-time): Instead of
2304         with-no-warnings, test for xemacs.
2305         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2306         to avoid warning.
2308 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
2310         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2312 2005-07-05  Lute Kamstra  <lute@gnu.org>
2314         * battery.el: Add support for Darwin (with much debugging help
2315         from Samuel Lauber <sam124@operamail.com>).
2316         (battery-status-function, battery-echo-area-format)
2317         (battery-mode-line-format): Add support for pmset on Darwin.
2318         (battery-load-low, battery-load-critical): New user options.
2319         (battery-pmset): New function.
2321 2005-07-05  Lute Kamstra  <lute@gnu.org>
2323         Update FSF's address in GPL notices.
2325         * textmodes/page-ext.el: Update FSF's address.
2327 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2329         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2330         filling from using prefix when filling a single-line docstring.
2332         * progmodes/flymake.el: Remove useless eval-when-compile.
2334         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2336 2005-07-04  Richard M. Stallman  <rms@gnu.org>
2338         * textmodes/org.el (org-file-apps-defaults-gnu):
2339         Rename from org-file-apps-defaults-linux.
2340         (org-default-apps): Don't test system-type for `linux'.
2341         (org-file-apps): Doc fix.
2343 2005-07-04  David Ponce  <david@dponce.com>
2345         * tree-widget.el: Improve header Commentary section.
2346         (tree-widget) [defgroup]
2347         (tree-widget-image-enable, tree-widget-themes-directory)
2348         (tree-widget-theme, tree-widget-image-properties-emacs)
2349         (tree-widget-image-properties-xemacs, tree-widget-create-image)
2350         (tree-widget-image-formats, tree-widget-control)
2351         (tree-widget-empty-control, tree-widget-leaf-control
2352         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2353         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2354         (tree-widget-keep, tree-widget-after-toggle-functions)
2355         (tree-widget-open-node, tree-widget-close-node): Doc fix.
2356         (tree-widget-open-control, tree-widget-close-control): Fix doc and
2357         :help-echo message.
2358         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
2359         (tree-widget-image-properties): Doc fix.  Clearer implementation.
2360         (tree-widget--cursors): New constant.
2361         (tree-widget-lookup-image): New function split from
2362         `tree-widget-find-image'.  Clearer implementation.
2363         (tree-widget-find-image): Use it.
2364         (tree-widget-button-keymap): Use `set-keymap-parent'.
2365         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2366         Define the sub-widgets here.
2367         (tree-widget-node): Check that :node is not a tree-widget.
2368         (tree-widget-get-super, tree-widget-open-control)
2369         (tree-widget-close-control, tree-widget-empty-control)
2370         (tree-widget-leaf-control, tree-widget-guide)
2371         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2372         (tree-widget-no-handle, tree-widget-value-delete)
2373         (tree-widget-map): Remove.
2374         (tree-widget-children-value-save): Doc fix.  Simplified.
2375         (tree-widget-value-create): Update according to previous changes.
2377 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
2379         * textmodes/org.el: Leading space replaced by TABS.
2380         (org-recalc-marks, org-table-rotate-recalc-marks)
2381         (org-table-get-specials): Treat "^" and "_" marks.
2382         (org-table-justify-field-maybe): Optional argument NEW.
2383         (org-table-eval-formula): Parsing of the format simplified.
2384         New modes C,I.  Honor the %= parameter in the current table.
2385         Avoid unnecessary re-align by using the NEW argument to
2386         `org-table-justify-field-maybe'.
2387         (org-calc-default-modes): Default for date-format mimicks org-mode.
2388         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2390 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2392         * cus-face.el (custom-theme-set-faces): Make it handle face
2393         aliases whose alias declarations are pre- or autoloaded.
2395 2005-07-04  Juri Linkov  <juri@jurta.org>
2397         * faces.el (read-face-name): Put the code for getting a face name
2398         from the buffer before adding the faces from the `face' property.
2399         Use `completing-read-multiple' instead of `completing-read'.
2400         Require `crm'.  Add default value and post-process the returned
2401         list of faces.
2403         * emacs-lisp/crm.el (crm-find-current-element)
2404         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2406         * emacs-lisp/lisp-mode.el (eval-defun-1):
2407         * emacs-lisp/edebug.el (edebug-eval-defun):
2408         Remove unnecessary quotes.
2410 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2412         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2413         (prolog-indent-level): Fix typo in docstring.
2415         * info.el (Info-history, Info-history-forward)
2416         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2418         * add-log.el (add-change-log-entry):
2419         * comint.el (comint-dynamic-list-input-ring)
2420         (comint-dynamic-list-completions):
2421         * dabbrev.el (dabbrev-expand):
2422         * delim-col.el (delimit-columns-rectangle-line):
2423         * diff-mode.el (diff-context->unified, diff-reverse-direction)
2424         (diff-unified->context):
2425         * ediff-init.el (ediff-abbrev-jobname):
2426         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2427         (ediff-replace-session-activity-marker-in-meta-buffer):
2428         * info.el (Info-summary):
2429         * lpr.el (printify-region):
2430         * printing.el (pr-create-interface):
2431         * ps-print.el (ps-print-quote):
2432         * ses.el (ses-column-widths, ses-print-cell)
2433         (ses-adjust-print-width, ses-center):
2434         * shell.el (shell-file-name-quote-list):
2435         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2436         (strokes-fill-current-buffer-with-whitespace)
2437         (strokes-xpm-for-stroke, strokes-list-strokes)
2438         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2439         * term.el (term-dynamic-list-input-ring)
2440         (term-dynamic-list-completions):
2441         * calc/calc.el (math-format-stack-value):
2442         * emacs-lisp/edebug.el (edebug-display-freq-count):
2443         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2444         (delphi-new-comment-line):
2445         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2446         * progmodes/executable.el (executable-set-magic):
2447         * progmodes/python.el (inferior-python-mode):
2448         * progmodes/scheme.el (scheme-mode-syntax-table):
2449         * progmodes/sh-script.el (sh-maybe-here-document):
2450         * progmodes/sql.el (sql-copy-column):
2451         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2452         * textmodes/bibtex.el (bibtex-mode):
2453         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2454         (sgml-auto-attributes):
2455         * textmodes/table.el (table-insert, table-shorten-cell)
2456         (table--generate-source-scan-lines, table-delete-row)
2457         (*table--cell-delete-char, table--spacify-frame)
2458         (table--horizontally-shift-above-and-below)
2459         (table--cell-insert-char, table--cell-blank-str)
2460         (table--fill-region-strictly):
2461         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2462         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2464         * add-log.el (change-log):
2465         * apropos.el (apropos):
2466         * comint.el (comint-completion, comint-source):
2467         * dabbrev.el (dabbrev):
2468         * delim-col.el (columns):
2469         * diff-mode.el (diff-mode):
2470         * ediff.el (ediff):
2471         * ediff-diff.el (ediff-diff):
2472         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2473         * ediff-mult.el (ediff-mult):
2474         * ediff-ptch.el (ediff-ptch):
2475         * ediff-wind.el (ediff-window):
2476         * facemenu.el (facemenu):
2477         * indent.el (indent):
2478         * info.el (info):
2479         * jka-cmpr-hook.el (compression, jka-compr):
2480         * lpr.el (lpr):
2481         * outline.el (outlines):
2482         * pcmpl-cvs.el (pcmpl-cvs):
2483         * pcmpl-rpm.el (pcmpl-rpm):
2484         * printing.el (printing):
2485         * ps-print.el (postscript, ps-print, ps-print-horizontal)
2486         (ps-print-vertical, ps-print-headers, ps-print-font)
2487         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2488         (ps-print-background, ps-print-printer, ps-print-page)
2489         (ps-print-miscellany):
2490         * ses.el (ses):
2491         * shell.el (shell, shell-directories, shell-faces):
2492         * startup.el (initialization):
2493         * strokes.el (strokes):
2494         * term.el (term):
2495         * uniquify.el (uniquify):
2496         * w32-vars.el (w32):
2497         * calc/calc.el (calc):
2498         * emacs-lisp/bytecomp.el (bytecomp):
2499         * emacs-lisp/cl-indent.el (lisp-indent):
2500         * emacs-lisp/edebug.el (edebug):
2501         * emacs-lisp/elp.el (elp):
2502         * emacs-lisp/testcover.el (testcover):
2503         * emacs-lisp/trace.el (trace):
2504         * emulation/viper-ex.el (viper-ex):
2505         * emulation/viper-mous.el (viper-mouse):
2506         * mail/mailalias.el (mailalias):
2507         * mail/supercite.el (supercite, supercite-frames)
2508         (supercite-attr, supercite-cite, supercite-hooks):
2509         * net/rcompile.el (remote-compile):
2510         * net/rlogin.el (rlogin):
2511         * obsolete/ooutline.el (outlines):
2512         * progmodes/delphi.el (delphi):
2513         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2514         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2515         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2516         (ebnf-optimization):
2517         * progmodes/etags.el (etags):
2518         * progmodes/executable.el (executable):
2519         * progmodes/idlwave.el (idlwave):
2520         * progmodes/pascal.el (pascal):
2521         * progmodes/prolog.el (prolog):
2522         * progmodes/python.el (python):
2523         * progmodes/scheme.el (scheme):
2524         * progmodes/sh-script.el (sh, sh-script):
2525         * progmodes/sql.el (SQL):
2526         * progmodes/tcl.el (tcl):
2527         * textmodes/bibtex.el (bibtex, bibtex-autokey):
2528         * textmodes/enriched.el (enriched):
2529         * textmodes/makeinfo.el (makeinfo):
2530         * textmodes/sgml-mode.el (sgml):
2531         * textmodes/table.el (table-hooks):
2532         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2533         * textmodes/texinfo.el (texinfo):
2534         * textmodes/two-column.el (two-column):
2535         Finish `defgroup' description with period.
2537         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2538         * eshell/esh-var.el (eshell-var):
2539         * progmodes/vhdl-mode.el (vhdl-testbench):
2540         * textmodes/org.el (org): Fix typos in docstrings.
2542         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2543         consistency.
2545         * progmodes/flymake.el (flymake-find-file): Remove.
2546         (flymake-float-time): Use `with-no-warnings'.
2547         (flymake-check-start-time, flymake-check-was-interrupted)
2548         (flymake-err-info, flymake-is-running, flymake-last-change-time)
2549         (flymake-new-err-info): `defvar' at compile time.
2551 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
2553         * replace.el (occur-hook): Doc fix.
2554         (occur-1): Don't call `occur-hook' if there are no matches.
2556 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2558         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2559         global-map, save the same map.
2560         (global-map): Don't alter it at top level.
2561         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2562         Then alter it here instead.
2563         (tpu-edt-off): Set global-map to the saved one.
2565         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2566         All references simplified.
2567         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
2568         (zmacs-regions): Add defvar.
2569         (repeat-complex-command-map): Everything about that deleted.
2571         * textmodes/artist.el (artist-key-is-drawing)
2572         (artist-key-endpoint1, artist-key-poly-point-list)
2573         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2574         (artist-key-compl-table, artist-rb-save-data)
2575         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2576         Don't put them in eval-when-compile.
2577         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2579         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2580         Use with-no-warnings.
2582         * net/browse-url.el (dos-windows-version): Add defvar.
2584         * mail/supercite.el (filladapt-prefix-table): Add defvar.
2586         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2587         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2588         (rmail-new-summary-line-count): Rename from new-summary-line-count.
2589         Add defvar.
2590         (rmail-summary-beginning-of-message): Use with-no-warnings.
2591         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2593         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2594         Use with-no-warnings.
2596         * emulation/vi.el (vi-mark-region): Use c-mark-function.
2597         (c-mark-function): Add point-moving-unit property.
2598         (vi-goto-line): Use with-no-warnings.
2600         * emulation/edt.el (edt-last-copied-word): Add defvar.
2601         (zmacs-region-stays): Likewise.
2602         (edt-mark-section-wisely): Use c-mark-function for C.
2603         Use makr-defun for Fortran.
2604         (time-string): defvar deleted.
2605         (edt-display-the-time): Don't set time-string.
2607         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2609         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2610         Don't warn when name is not constant
2611         or for defining the group `emacs'.
2613         * tooltip.el (gud-tooltip-mode): Add defvar.
2615         * startup.el (default-frame-background-mode): Add defvar.
2617         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2619         * info.el (tool-bar-map): Add defvar.
2621         * dired.el (dnd-protocol-alist): Add defvar.
2623         * dired-aux.el (dired-query): Display question with answer, when
2624         the user answers.
2626         * custom.el (custom-add-option): Doc fix.
2628         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2630 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
2632         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2633         bogus name from the last change.
2635 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
2637         * custom.el (custom-declare-variable): Fix typos in comment.
2638         (custom-known-themes): Doc fix.
2639         (custom-theme-directory): New defcustom.
2640         (require-theme): Make it check `custom-theme-directory'.
2642         * cus-theme.el (custom-new-theme-mode): New function.
2643         (custom-theme-name, custom-theme-variables, custom-theme-faces)
2644         (custom-theme-description): Add compiler defvars.
2645         (customize-create-theme): Add doc to the "*New Custom Theme*"
2646         buffer.  Use `custom-new-theme-mode'.
2647         (custom-theme-write): Put the created buffer in emacs-lisp-mode
2648         and save it to the `custom-theme-directory'.  Make this the
2649         default directory of the buffer.
2651 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
2653         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2654         Fix unbalanced parentheses.
2656 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2659         into flymake-mode and delegate to flymake-mode.
2661         * find-file.el (ff-which-function-are-we-in): Clean up.
2663 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
2665         * replace.el (occur-rename-buffer): Fix docstring.
2667         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2668         (edt-last-copied-word, edt-learn-macro-count)
2669         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2670         (edt-rect-start-point, edt-user-global-map, rect-start-point)
2671         (time-string, zmacs-region-stays):
2672         * emulation/edt-mapper.el (edt-save-function-key-map)
2673         (EDT-key-name): `defvar' to silence the byte-compiler.
2675 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2677         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2678         font-lock-regexp-backslash.  Doc fix.
2679         (font-lock-regexp-backslash-grouping-construct): Rename from
2680         font-lock-regexp-backslash-construct.  Doc fix.
2681         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2682         grouping constructs.
2684 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
2686         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2687         updating all the prerequisites.
2689 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
2691         * textmodes/org.el (org-agenda-start-on-weekday)
2692         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2693         (org-agenda-use-time-grid, org-archive-location)
2694         (org-allow-space-in-links, org-usenet-links-prefer-google)
2695         (org-enable-table-editor, org-export-default-language)
2696         (org-export-html-show-new-buffer, org-fill-paragraph)
2697         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2698         (org-goto-quit, org-occur, org-eval-in-calendar)
2699         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2700         (org-agenda-diary-entry, org-remember-help)
2701         (org-table-convert-region, org-at-table-p)
2702         (org-table-move-row-down, org-table-move-row-up)
2703         (org-table-copy-region, org-table-toggle-vline-visibility)
2704         (org-table-get-stored-formulas, org-table-get-specials)
2705         (org-recalc-commands, org-table-eval-formula)
2706         (org-table-formula-substitute-names, orgtbl-make-binding)
2707         (org-format-org-table-html, org-format-table-table-html)
2708         (org-format-table-table-html-using-table-generate-source)
2709         (org-customize): Fix typos in docstrings.
2710         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2711         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2712         (org-back-to-heading): Doc fixes.
2713         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2714         (org-agenda-change-all-lines, org-get-header):
2715         Improve argument/docstring consistency.
2716         (orgtbl-error): Fix error message.
2718         * progmodes/flymake.el (flymake-find-possible-master-files)
2719         (flymake-master-file-compare, flymake-get-line-err-count)
2720         (flymake-highlight-line, flymake-gui-warnings-enabled):
2721         Fix typos in docstrings.
2722         (flymake-parse-line, flymake-get-project-include-dirs-function)
2723         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2724         Doc fixes.
2725         (flymake-get-project-include-dirs-function)
2726         (flymake-make-err-menu-data):
2727         Improve argument/docstring consistency.
2729 2005-07-01  Lute Kamstra  <lute@gnu.org>
2731         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2732         Catch errors with ignore-errors.  Use temporary buffer.
2733         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
2735         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2736         background color faces.
2737         (facemenu-set-foreground, facemenu-set-background):
2738         Use facemenu-set-face-from-menu.
2739         (facemenu-set-face-from-menu): Treat face names that start with
2740         "fg:" or "bg:" as special.
2741         (facemenu-add-new-color): Don't create faces.  Simplify.
2743 2005-06-30  Richard M. Stallman  <rms@gnu.org>
2745         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2746         (crm-find-current-element): Likewise.
2748 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2750         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2752 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * arc-mode.el (archive-extract): Make it work as a mouse binding.
2755         (archive-mouse-extract): Make it an obsolete alias.
2756         (archive-mode-map): Don't use archive-mouse-extract any more.
2757         (archive-mode, archive-extract): write-contents-hooks ->
2758         write-contents-functions.
2759         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2760         first arg.
2761         (archive-rename-entry): Update the call.
2762         (archive-zip-summarize): Remove unused var `method'.
2763         (archive-lzh-summarize): Remove unused var `creator'.
2765         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2766         dedicated frame upon exit.
2768         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2769         (archive-zip-extract, archive-zip-expunge)
2770         (archive-zip-update, archive-zip-update-case): Use executable-find.
2771         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2772         Use restore-buffer-modified-p.
2773         (archive-extract, archive-add-new-member, archive-write-file-member):
2774         Use with-current-buffer.
2775         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2777 2005-06-30  Andreas Schwab  <schwab@suse.de>
2779         * progmodes/gud.el (gud-filter): Remove unneeded progn.
2781 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2783         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2785 2005-06-30  Juri Linkov  <juri@jurta.org>
2787         * faces.el (vertical-border): Inherit from mode-line-inactive
2788         only on tty.
2790 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
2792         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2793         example, -NLINES in the `occur' docstring).
2795         * replace.el (occur-1): When no matches are found, do not set the
2796         `buffer-read-only' and modified flags for the occur buffer,
2797         because it is deleted.
2799         * emulation/cua-base.el (cua-check-pending-input)
2800         (cua-repeat-replace-region, cua-mode, cua-debug)
2801         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2802         Fix typos in docstrings.
2804         * emulation/cua-gmrk.el (cua-toggle-global-mark)
2805         (cua-cut-region-to-global-mark)
2806         (cua--cut-rectangle-to-global-mark):
2807         Remove period from end of messages.
2809         * emulation/cua-rect.el (cua-do-rectangle-padding):
2810         Remove period from end of messages.
2811         (cua--rectangle-seq-format): Fix typo in docstring.
2812         (cua-sequence-rectangle, cua-fill-char-rectangle):
2813         Improve argument/docstring consistency.
2815 2005-06-29  Juri Linkov  <juri@jurta.org>
2817         * faces.el (default-frame-background-mode): New internal variable.
2818         (frame-set-background-mode): Use it.
2820         * startup.el (normal-top-level): Set default-frame-background-mode
2821         instead of frame-background-mode.  Before setting it, test for its
2822         nil value.  Remove tests for frame-background-mode and frame
2823         parameter `reverse'.  Add test for "unspecified-fg".
2825         * term/xterm.el (xterm-rxvt-set-background-mode):
2826         * term/rxvt.el (rxvt-set-background-mode):
2827         Set default-frame-background-mode instead of frame-background-mode.
2829 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2831         * simple.el (set-variable): Warn about obsolete user variables.
2833         * imenu.el (imenu--completion-buffer):
2834         * mouse.el (mouse-buffer-menu-alist):
2835         * msb.el (msb-invisible-buffer-p):
2836         * calendar/diary-lib.el (diary-header-line-format):
2837         * emacs-lisp/pp.el (pp-buffer):
2838         * progmodes/cperl-mode.el (cperl-do-auto-fill):
2839         * textmodes/picture.el (picture-replace-match):
2840         Change space constants followed by a sexp to "?\s ".
2842         * play/decipher.el (decipher-loop-with-breaks):
2843         * textmodes/texinfo.el (texinfo-insert-@item): Change space
2844         constants "protected" from end of line by a comment to "?\s".
2846 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2848         * font-lock.el (save-buffer-state): Use `declare'.
2850         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2851         reset the syntax-table to cperl-mode-syntax-table.
2852         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2853         "foo_print_bar" is not matched as a reserved keyword.
2855 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
2857         * textmodes/org.el (orgtbl-setup): New function, for delayed
2858         setup for the orgtbl commands.
2859         (org-calc-default-modes): New option.
2860         (orgtbl-make-binding): Use `defun' to get better help display.
2861         (org-diary): Call `org-compile-prefix-format'.
2862         (org-table-formula-substitute-names): New function.
2863         (org-agenda-day-view, org-agenda-week-view): New commands.
2864         (org-agenda-toggle-week-view): Command removed.
2865         (org-tbl-menu): Split off from org-org-menu.
2866         (org-mode): Move removal of outline-mode menus to here.
2867         (org-table-formula-debug): New option.
2868         (org-table-insert-row): Keep first field if just "#" or "*".
2869         (org-mode): Paragraph regexps fixed.
2870         (org-table-recalculate-regexp): New constant.
2871         (org-table-justify-field-maybe): Avoid replace if not necessary.
2872         (org-copy-special, org-cut-special): Use `call-interactively'.
2873         (org-table-copy-region): Take region from `interactive' call.
2874         (org-trim): Return string even if no match.
2875         (org-formula): New face.
2876         (org-set-font-lock-defaults): No longer highlight "FIXME".
2877         But highlight formula-related fields in table.
2878         (org-table-p): Use regexp, not fontification.
2879         (org-table-align): Handle white space at end of line.
2880         (org-table-formula-evaluate-inline): New option.
2881         (org-mode): Auto-wrapping in comment lines turned off.
2882         (org-table-copy-down): Evaluate only in copied field, not in
2883         destination.
2884         (org-table-current-formula): Variable removed.
2885         (org-table-store-formulas, org-table-get-stored-formulas)
2886         (org-table-modify-formulas, org-table-replace-in-formulas)
2887         (org-table-maybe-eval-formula): New functions.
2888         (org-table-get-formula): Modify to use stored formulas.
2889         (org-table-insert-column, org-table-delete-column)
2890         (org-table-move-column): Call `org-table-modify-formulas'.
2891         (org-complete): Add completion for keyword formulas.
2892         (orgtbl-mode): Pull orgtbl-mode-map to start of
2893         minor-mode-map-alist.
2895 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2897         * progmodes/python.el (python-check): Require `compile' before
2898         modifying its variables.
2900         * newcomment.el (comment-indent-default): Don't get fooled by an early
2901         end of buffer.
2903 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2905         * ps-print.el (ps-print-version): Fix version number.
2907 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
2909         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2911 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2913         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2914         (flyspell-local-mouse-map): Declaration deleted.
2915         (flyspell-mouse-map): Bind only mouse-2.
2916         (flyspell-mode-map): Don't test flyspell-use-local-map.
2917         (flyspell-overlay-keymap-property-name): Var deleted.
2918         (flyspell-mode-on): Don't make local bindings for
2919         flyspell-mouse-map and flyspell-mode-map.
2920         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2922         * textmodes/ispell.el (ispell-word): Do not ignore short words.
2924         * progmodes/compile.el (compilation-next-error-function):
2925         Don't switch buffers; operate on the current buffer.
2927         * progmodes/compile.el (compilation-error-file-name)
2928         (compilation-warning-file-name, compilation-info-file-name)
2929         (compilation-line-number, compilation-column-number): New faces.
2930         (compilation-error-face, compilation-warning-face)
2931         (compilation-info-face, compilation-line-face)
2932         (compilation-column-face): Use them.
2934         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2936         * comint.el (comint-password-prompt-regexp): Accept ", try again".
2938         * bindings.el (global-map): Bind insertchar and its variants.
2940 2005-06-27  Richard M. Stallman  <rms@gnu.org>
2942         * textmodes/artist.el (artist-text-overwrite)
2943         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2945 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2947         * ps-print.el: It was not working the page selection for printing.
2948         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2949         (ps-print-version): New version 6.6.7.
2950         (ps-end-sheet): New fun.
2951         (ps-header-sheet, ps-end-job): Call it.
2953 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2955         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2957 2005-06-27  Lute Kamstra  <lute@gnu.org>
2959         * facemenu.el (facemenu-unlisted-faces): Add foreground and
2960         background color faces.
2961         (facemenu-get-face): Delete function.
2962         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2963         (facemenu-add-new-color): Make second argument mandatory.
2964         Create the appropriate face and return it.  Simplify.
2965         (facemenu-set-foreground, facemenu-set-background): Don't check if
2966         color is defined.  Use return value of facemenu-add-new-color.
2968 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
2970         * progmodes/gud.el (gud-filter): Add missing argument to
2971         with-selected-window.
2973 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2975         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2976         a :require to the defcustom.
2978         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2979         defcustoms corresponding to minor modes.
2981 2005-06-26  David Ponce  <david@dponce.com>
2983         * recentf.el: Require tree-widget instead of wid-edit.
2984         (recentf-filename-handler): Fix widget :type.
2985         (recentf-cancel-dialog, recentf-open-more-files)
2986         (recentf-open-files-action): Doc fix.
2987         (recentf-dialog-goto-first): New function.
2988         (recentf-dialog-mode-map): Set parent keymap first.
2989         (recentf-dialog-mode): Define with define-derived-mode.
2990         Don't display continuation lines in dialogs.
2991         (recentf-edit-list): Rename from recentf-edit-selected-items.
2992         (recentf-edit-list-select): Rename from recentf-edit-list-action.
2993         Simplify.
2994         (recentf-edit-list-validate): New function.
2995         (recentf-edit-list): Update accordingly.
2996         (recentf-open-files-item-shift): Remove.
2997         (recentf-open-files-item): Convert menu elements into tree and
2998         link widgets.  Don't create the widgets.
2999         (recentf-open-files): Update accordingly.
3000         (recentf-save-list): Untabify.
3002 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
3004         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
3005         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
3006         partially contained in the active region.  Do not take active
3007         region into account when called from Lisp, unless INTERACTIVE arg
3008         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
3009         avoid trouble with fields.  Make marker point nowhere when no
3010         longer used.  Always return nil.  Doc fix.
3011         (flush-lines): Add INTERACTIVE arg.  Do not take active region
3012         into account when called from Lisp, unless INTERACTIVE arg is
3013         non-nil.  Use `forward-line' instead of `beginning-of-line' to
3014         avoid trouble with fields.  Make marker point nowhere when no
3015         longer used.  Always return nil.  Doc fix.
3016         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
3017         interchangeable.  Do not take active region into account when
3018         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
3019         message in echo area when called from Lisp, unless INTERACTIVE arg
3020         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
3021         Return the number of matches.  Doc fix.
3022         (occur): Doc fix.
3023         (perform-replace): Make comment follow double space convention for
3024         the sake of `outline-minor-mode'.
3026         * faces.el (facep): Doc fix.
3028 2005-06-25  Richard M. Stallman  <rms@gnu.org>
3030         * facemenu.el (facemenu-enable-faces-p): New function.
3031         (facemenu-background-menu, facemenu-foreground-menu)
3032         (facemenu-face-menu): Add menu-enable property.
3034         * jka-compr.el (jka-compr-insert-file-contents):
3035         Special handling if cannot find the uncompression program.
3037         * cus-face.el (custom-face-attributes): Add autoload.
3039         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3040         Bind comment-indent-function locally.
3042         * window.el (save-selected-window): Use save-current-buffer.
3044         * subr.el (with-selected-window): Use save-current-buffer.
3046         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
3047         and with-current-buffer.
3049 2005-06-24  Richard M. Stallman  <rms@gnu.org>
3051         * simple.el (line-move-1): Fix previous change.
3053 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3055         * replace.el (occur-1): Set `buffer-read-only' and the
3056         buffer-modified flag before running `occur-hook' to protect
3057         against unintentional buffer switches that can lead to data loss.
3059 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
3061         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
3062         (gud-gdb-marker-filter): Use font-lock-warning-face for any
3063         initial error.
3065         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
3066         after fresh input.
3067         (gdb-var-create-handler): Put name of expression in quotes.
3069 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3071         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
3072         elements of RING in order, and without bogus nil elements.
3074 2005-06-23  Richard M. Stallman  <rms@gnu.org>
3076         * simple.el (set-variable): Args renamed; doc fix.
3077         (line-move-1): When there are overlays around, use vertical-motion.
3079         * faces.el (escape-glyph): Use brown against light background.
3080         (nobreak-space): Rename from no-break-space.
3081         Fix previous change.
3083         * dired-aux.el (dired-do-copy): Fix arg prompt.
3085         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
3087 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3089         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
3090         rather than "Distributor".
3092 2005-06-23  Lute Kamstra  <lute@gnu.org>
3094         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
3095         (debug-on-entry): Use it.  New interactive declaration that uses
3096         function-called-at-point.
3098 2005-06-23  Kim F. Storm  <storm@cua.dk>
3100         * subr.el (save-match-data): Add comment about using evaporate arg
3101         to set-match-data.
3103 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
3105         * cus-edit.el (customize-face)
3106         (customize-face-other-window): Handle face aliases.
3108         * faces.el (face-documentation, set-face-attribute)
3109         (face-spec-set): Handle face aliases.
3111 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
3113         * help-mode.el (help-make-xrefs): If a symbol representing a face
3114         name is not followed by the word "face", it could still be a
3115         function or variable name, so don't bypass other checks.
3117 2005-06-22  Juri Linkov  <juri@jurta.org>
3119         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
3120         Replace aliased functions with calls where second arg `inherit' is t.
3122 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
3124         * progmodes/gdb-ui.el (gdb-error): New variable.
3125         (gdb-error): New function.
3126         (gdb-annotation-rules): Act on error-begin and error annotations.
3127         (gdb-concat-output): Use font-lock-warning-face for errors.
3129 2005-06-22  Miles Bader  <miles@gnu.org>
3131         * bindings.el (propertized-buffer-identification): Use renamed
3132         `Buffer-menu-buffer' face.
3134         * faces.el (vertical-border): Rename from `vertical-divider'.
3135         (escape-glyph): Change dark-background color back to `cyan'.
3137 2005-06-21  Juri Linkov  <juri@jurta.org>
3139         * faces.el (face-user-default-spec): Try getting `customized-face'
3140         prior to `saved-face'.
3141         (frame-background-mode): Refill docstring.
3143         * emacs-lisp/lisp-mode.el (eval-defun-1):
3144         * emacs-lisp/edebug.el (edebug-eval-defun):
3145         Set `saved-face' temporarily to nil before calling form.
3146         Set `customized-face' to the new spec after that.
3148 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3150         * subr.el (1value, lambda, key-substitution-in-progress):
3151         Doc fixes.
3153         * autoinsert.el (auto-insert-alist):
3154         * ses.el (ses-call-printer):
3155         * subr.el (noreturn):
3156         * emacs-lisp/lisp.el (check-parens):
3157         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
3158         * net/browse-url.el (browse-url-mosaic):
3159         * progmodes/cc-defs.el (c-safe-scan-lists):
3160         * progmodes/ebnf-abn.el (ebnf-abn-lex):
3161         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
3162         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
3163         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
3164         * progmodes/ebnf-iso.el (ebnf-iso-lex):
3165         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
3167 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
3169         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
3171 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
3173         * calendar/appt.el (appt-make-list): Activate the package, if
3174         not already active (for backwards compatibility).
3176 2005-06-20  Kim F. Storm  <storm@cua.dk>
3178         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
3180 2005-06-20  Miles Bader  <miles@gnu.org>
3182         * faces.el (vertical-divider): New face.
3184 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
3186         * simple.el (kill-whole-line): Doc fix.
3187         (next-error-buffer-p, next-error-find-buffer)
3188         (clone-indirect-buffer): Fix typos in docstrings.
3189         (comment-line-break-function): Doc fix: don't say variable
3190         is automatically buffer-local (it isn't).
3192 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
3194         * net/tramp-ftp.el (top):
3195         * net/tramp-smb.el (top):
3196         * net/tramp-util.el (top):
3197         * net/tramp-uu.el (top):
3198         * net/tramp-vc.el (top):
3199         * net/tramp.el (top): Revert copyright years back to original
3200         ones.  Tramp has a life outside GNU Emacs.
3202 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
3204         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
3206 2005-06-18  Juri Linkov  <juri@jurta.org>
3208         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3209         end of first regexp to limit the match to the position between
3210         line number and source line with same separator character as used
3211         between file name and line number.  In the second regexp limit
3212         mouse-face area to file name and line number by adding new group
3213         for them and referring it in HYPERLINK arg.
3214         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3215         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3216         previous line where grep markers may be already removed.
3218 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
3220         * progmodes/ps-mode.el: Update version and maintainer's email address.
3222 2005-06-18  Steve Youngs  <steve@xemacs.org>
3224         * net/browse-url.el (browse-url-browser-function)
3225         (browse-url-default-browser): Add firefox.
3226         (browse-url-firefox-program, browse-url-firefox-arguments)
3227         (browse-url-firefox-startup-arguments)
3228         (browse-url-firefox-new-window-is-tab): New defcustoms.
3229         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3231 2005-06-17  Richard M. Stallman  <rms@gnu.org>
3233         * startup.el (command-line): Warn if specified user name has
3234         no home directory.
3236         * term.el (term-get-old-input, term-input-filter, term-input-sender)
3237         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3239         * longlines.el (longlines-mode, longlines-show-hard-newlines):
3240         Doc fixes.
3242         * faces.el (underline): Try bold if terminal doesn't support underline.
3244         * mail/sendmail.el (mail-setup-with-from): New variable.
3245         (mail-insert-from-field): New function.
3246         (sendmail-send-it): Call it.
3247         (mail-setup): Optionally call it here.
3249         * term/linux.el: Call tty-no-underline.
3251 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
3253         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3255 2005-06-17  Miles Bader  <miles@gnu.org>
3257         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3258         (ediff-current-diff-C, ediff-current-diff-Ancestor)
3259         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3260         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3261         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3262         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3263         Remove "-face" suffix from face names.
3264         (ediff-current-diff-face-A, ediff-current-diff-face-B)
3265         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3266         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3267         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3268         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3269         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3270         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3271         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3272         New backward-compatibility aliases for renamed faces.
3273         (ediff-current-diff-face-A, ediff-current-diff-face-B)
3274         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3275         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3276         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3277         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3278         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3279         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3280         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3281         Use renamed ediff faces.
3283         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3284         Remove "-face" suffix from face names.
3285         (eshell-test-ok-face, eshell-test-failed-face):
3286         New backward-compatibility aliases for renamed faces.
3287         (eshell-run-test): Use renamed eshell-test faces.
3289         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3290         face name.
3291         (eshell-prompt-face): New backward-compatibility alias for renamed
3292         face.
3293         (eshell-emit-prompt): Use renamed eshell-prompt face.
3295         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3296         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3297         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3298         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3299         Remove "-face" suffix from face names.
3300         (eshell-ls-directory-face, eshell-ls-symlink-face)
3301         (eshell-ls-executable-face, eshell-ls-readonly-face)
3302         (eshell-ls-unreadable-face, eshell-ls-special-face)
3303         (eshell-ls-missing-face, eshell-ls-archive-face)
3304         (eshell-ls-backup-face, eshell-ls-product-face)
3305         (eshell-ls-clutter-face):
3306         New backward-compatibility aliases for renamed faces.
3307         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3309         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3310         Remove "-face" suffix from face name.
3311         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3312         instead of literal face.
3314 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
3316         * emacs-lisp/warnings.el (display-warning, lwarn)
3317         (warning-minimum-log-level): Doc fixes.
3318         (warning-minimum-level, warning-minimum-log-level):
3319         Add :debug to :type choices.
3321         * progmodes/ada-mode.el (ada-format-paramlist)
3322         (ada-get-indent-case, ada-check-matching-start)
3323         (ada-check-defun-name, ada-goto-matching-decl-start)
3324         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3325         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3326         (ada-make-subprogram-body): Follow error conventions.
3327         (ada-case-exception-file, ada-indent-comment-as-code)
3328         (ada-indent-handle-comment-special, ada-indent-renames)
3329         (ada-indent-return, ada-search-directories-internal)
3330         (ada-tab-policy, ada-case-exception-substring)
3331         (ada-other-file-alist, ada-matching-start-re)
3332         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3333         (ada-imenu-generic-expression, ada-compile-goto-error)
3334         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3335         (ada-popup-menu, ada-add-extensions, ada-mode)
3336         (ada-region-selected, ada-create-case-exception)
3337         (ada-create-case-exception-substring, ada-after-keyword-p)
3338         (ada-activate-keys-for-case, ada-adjust-case-region)
3339         (ada-adjust-case-buffer, ada-format-paramlist)
3340         (ada-scan-paramlist, ada-insert-paramlist)
3341         (ada-indent-newline-indent)
3342         (ada-indent-newline-indent-conditional)
3343         (ada-justified-indent-current, ada-goto-previous-word)
3344         (ada-indent-current, ada-get-indent-open-paren)
3345         (ada-get-indent-paramlist, ada-get-indent-end)
3346         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3347         (ada-get-indent-block-start, ada-get-indent-subprog)
3348         (ada-get-indent-noindent, ada-get-indent-label)
3349         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3350         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3351         (ada-goto-stmt-end, ada-goto-next-word)
3352         (ada-check-matching-start, ada-check-defun-name)
3353         (ada-goto-matching-decl-start, ada-goto-matching-start)
3354         (ada-goto-matching-end, ada-search-ignore-string-comment)
3355         (ada-in-decl-p, ada-looking-at-semi-or)
3356         (ada-looking-at-semi-private, ada-in-paramlist-p)
3357         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3358         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3359         (ada-next-procedure, ada-previous-procedure, ada-next-package)
3360         (ada-previous-package, ada-create-menu)
3361         (ada-fill-comment-paragraph-justify)
3362         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3363         (ada-other-file-name, ada-last-which-function-line)
3364         (ada-last-which-function-subprog, ada-which-function)
3365         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3366         (ada-gen-treat-proc, ada-check-emacs-version)
3367         (ada-continuation-indent, ada-align-region-separate):
3368         Fix typos in docstrings.
3369         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3371 2005-06-16  Lute Kamstra  <lute@gnu.org>
3373         * simple.el (fundamental-mode): Run after-change-major-mode-hook
3374         conditionally.
3376 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3378         * comint.el (comint-replace-by-expanded-filename)
3379         (comint-prompt-regexp, comint-delimiter-argument-list)
3380         (comint-preinput-scroll-to-bottom):
3381         * info.el (Info-hide-cookies-node):
3382         * ls-lisp.el (ls-lisp-classify):
3383         * find-file.el (ff-search-directories, ff-special-constructs)
3384         (ff-find-other-file):
3385         * font-lock.el (font-lock-keywords):
3386         * shell.el (shell-prompt-pattern)
3387         (shell-dynamic-complete-functions, shell-mode)
3388         (shell-delimiter-argument-list):
3389         * term.el (term-replace-by-expanded-filename)
3390         (term-prompt-regexp, term-delimiter-argument-list):
3391         * woman.el (woman-ignore, woman0-if):
3392         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3393         * emacs-lisp/elint.el (elint-init-env):
3394         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3395         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3396         * language/ethio-util.el (ethio-tilde-escape)
3397         (ethio-use-three-dot-question):
3398         * net/zone-mode.el (zone-mode-load-time-setup):
3399         * progmodes/cc-align.el (c-lineup-argcont):
3400         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3401         * progmodes/cperl-mode.el (cperl-set-style-back):
3402         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3403         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3404         Fix spellings in docstrings.
3406         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3407         * progmodes/modula2.el (m2-for): Fix spellings.
3409         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3411         * simple.el (undo-more): Don't use `format' on `error' arguments.
3412         Improve argument/docstring consistency.
3413         (pending-undo-list): Doc fix.
3415         * smerge-mode.el (smerge-ensure-match):
3416         * emulation/vip.el (vip-ex):
3417         * net/zone-mode.el (zone-mode-update-serial):
3418         * progmodes/idlwave.el (idlwave-complete):
3419         * progmodes/vhdl-mode.el (vhdl-visit-file)
3420         (vhdl-compose-wire-components):
3421         Don't use `format' on `error' arguments.
3423         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3424         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3425         (tooltip-help-tips): Fix typos in docstrings.
3427 2005-06-16  David Ponce  <david@dponce.com>
3429         * tree-widget.el (tree-widget-value-create): Simplify last change.
3431 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
3433         * ido.el (ido-incomplete-regexp): New variable.
3434         (ido-set-matches-1): Handle invalid-regexp error and set
3435         ido-incomplete-regexp.
3436         (ido-incomplete-regexp): New face.
3437         (ido-completions): Use it.
3438         (ido-complete, ido-exit-minibuffer, ido-completions):
3439         Handle incomplete regexps.
3440         (ido-completions): Add check for complete match when entering a regexp.
3442 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3444         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3446 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3448         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3449         by field delimiters.
3451 2005-06-15  David Ponce  <david@dponce.com>
3453         * tree-widget.el: eval-and-compile inlined functions so they will
3454         be available at run-time too.
3455         (tree-widget-super-format-handler)
3456         (tree-widget-format-handler): Remove.
3457         (tree-widget-value-create): Handle the :indent property.
3459 2005-06-15  Miles Bader  <miles@gnu.org>
3461         * progmodes/which-func.el (which-func): Only inherit
3462         `font-lock-function-name-face' when that makes sense against the
3463         default mode-line face, otherwise set the face color explicitly.
3465         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3466         faces instead of (non-existent) variables.
3468 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3470         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3471         (iswitchb-get-matched-buffers): Likewise.  Simplify.
3473 2005-06-14  Miles Bader  <miles@gnu.org>
3475         * progmodes/ld-script.el (ld-script-location-counter):
3476         Remove "-face" suffix from face name.
3477         (ld-script-location-counter-face):
3478         New backward-compatibility alias for renamed face.
3479         (ld-script-location-counter-face): Use renamed face.
3481         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3482         (cperl-hash): Remove "-face" suffix from face names.
3483         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3484         New backward-compatibility aliases for renamed faces.
3485         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3486         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3488         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3489         name.
3490         (which-func-face): New backward-compatibility alias for renamed face.
3491         (which-func-format): Use renamed which-func face.
3493         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3494         (vhdl-function, vhdl-directive, vhdl-reserved-word)
3495         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3496         names.
3497         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3498         (vhdl-speedbar-configuration, vhdl-speedbar-package)
3499         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3500         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3501         (vhdl-speedbar-architecture-selected)
3502         (vhdl-speedbar-configuration-selected)
3503         (vhdl-speedbar-package-selected)
3504         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3505         names.
3506         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3507         Use renamed faces.
3508         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3509         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3510         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3511         Use renamed faces.
3512         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3513         names.
3514         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3515         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3516         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3517         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3518         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3519         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3521         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3522         face name.
3523         (sh-heredoc-face): New backward-compatibility alias for renamed face.
3524         (sh-heredoc-face): Use renamed sh-heredoc face.
3526         * progmodes/idlw-help.el (idlwave-help-link):
3527         Remove "-face" suffix from face name.
3528         (idlwave-help-link-face):
3529         New backward-compatibility alias for renamed face.
3530         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3532         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3533         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3534         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3535         New backward-compatibility aliases for renamed faces.
3536         (idlwave-shell-disabled-breakpoint-face)
3537         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3539         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3540         Remove "-face" suffix from face names.
3541         (flymake-errline-face, flymake-warnline-face):
3542         New backward-compatibility aliases for renamed faces.
3543         (flymake-highlight-line): Use renamed flymake faces.
3545         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3546         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3547         (ebrowse-member-class, ebrowse-progress):
3548         Remove "-face" suffix from face names.
3549         (ebrowse-tree-mark-face, ebrowse-root-class-face)
3550         (ebrowse-file-name-face, ebrowse-default-face)
3551         (ebrowse-member-attribute-face, ebrowse-member-class-face)
3552         (ebrowse-progress-face):
3553         New backward-compatibility aliases for renamed faces.
3554         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3555         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3556         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3557         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3559         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3560         antlr-syntax)
3561         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3562         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3563         names.
3564         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3565         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3566         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3567         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3568         backward-compatibility aliases for renamed faces.
3569         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3570         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3571         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3572         remove "font-lock-".  Use renamed antlr-mode faces.
3573         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
3574         literal face-names with face variable references.
3576         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3577         face name.
3578         (Buffer-menu-buffer-face): New backward-compatibility alias for
3579         renamed face.
3580         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3582 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
3584         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3585         Eliminate "-face" suffix.
3586         (makefile-targets): Inherit from font-lock-function-name-face and
3587         eliminate "-face" suffix.
3588         (makefile-shell): Remove attributes and eliminate "-face" suffix.
3589         (makefile-*-font-lock-keywords): Append makefile-targets in rule
3590         actions, instead of prepending, to make it less visible.
3591         (makefile-previous-dependency, makefile-match-dependency):
3592         Don't match a target on a continuation line.
3594         * files.el (auto-mode-alist): Put Makefile in gmake mode.
3596 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
3598         * progmodes/gdb-ui.el (menu): Re-order menu items.
3599         (gdb-tooltip-print): Respect tooltip-use-echo-area.
3601         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3602         Define in tooltip.el.
3603         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3604         (gud-tooltip-tips): Respect tooltip-use-echo-area and
3605         gud-tooltip-echo-area.
3607         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3608         backward compatibility and make obsolete.
3609         (tooltip-help-tips): Use tooltip-use-echo-area.
3610         (tooltip-show-help-function): Rename to...
3611         (tooltip-show-help): ...this, because it is a function.
3612         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3614 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
3616         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3617         (edebug-print-length, edebug-print-level, edebug-print-circle)
3618         (edebug-modify-breakpoint, edebug-eval-last-sexp)
3619         (edebug-eval-print-last-sexp): Doc fixes.
3621 2005-06-14  Kim F. Storm  <storm@cua.dk>
3623         * ido.el (ido-mode): Make a new keymap every time we enable ido,
3624         as the coverage buffer/file/both may change.
3626 2005-06-14  Lute Kamstra  <lute@gnu.org>
3628         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3629         and run-mode-hooks.  Simplify.
3631         * mail/rmailedit.el (rmail-edit-mode):
3632         * progmodes/octave-inf.el (inferior-octave-mode):
3633         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3635         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3636         and run-mode-hooks.
3637         (recentf-edit-list, recentf-open-files): Don't call
3638         kill-all-local-variables directly.
3640         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3642 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3644         * emacs-lisp/byte-run.el (make-obsolete)
3645         (define-obsolete-function-alias): Rename arguments FUNCTION and
3646         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3647         (make-obsolete-variable, define-obsolete-variable-alias):
3648         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3649         respectively.
3651         * isearchb.el (isearchb-activate):
3652         * pcvs.el (cvs-mode):
3653         * ses.el (ses-load):
3654         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3655         * net/tramp.el (tramp-find-file-exists-command)
3656         (tramp-find-shell):
3657         * progmodes/ada-mode.el (ada-create-case-exception)
3658         (ada-create-case-exception-substring, ada-make-subprogram-body):
3659         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3660         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3661         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3662         * textmodes/org.el (org-promote, org-evaluate-time-range)
3663         (org-agenda-next-date-line, org-agenda-previous-date-line)
3664         (org-agenda-error, org-open-at-point, org-table-move-row)
3665         (org-format-table-table-html-using-table-generate-source)
3666         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3667         * textmodes/reftex.el (reftex-access-scan-info):
3668         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3669         (reftex-toc-promote-prepare): Follow error conventions.
3671         * diff-mode.el (diff-mode): Fix typo in docstring.
3673         * forms.el (forms--intuit-from-file): Fix reference to
3674         `forms-number-of-fields' in error message.
3675         (forms-print): Fix quoting in error message.
3677         * forms.el (forms-mode):
3678         * emulation/vi.el (vi-goto-insert-state):
3679         * progmodes/flymake.el (flymake-new-err-info)
3680         (flymake-start-syntax-check-for-current-buffer)
3681         (flymake-simple-cleanup):
3682         * eshell/esh-var.el (eshell/export):
3683         * progmodes/gud.el (xdb):
3684         * textmodes/flyspell.el (flyspell-incorrect-hook)
3685         (flyspell-maybe-correct-transposition)
3686         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3688 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
3690         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3691         minibuffer prompt.
3693 2005-06-13  Kim F. Storm  <storm@cua.dk>
3695         * subr.el (add-to-ordered-list): New defun.
3697         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3698         add cua--keymap-alist to emulation-mode-map-alists.
3700 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3702         * subr.el (complete-in-turn): New macro.
3703         (dynamic-completion-table, lazy-completion-table): Add debug info.
3705         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3706         in preference to face aliases.
3708         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3709         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3710         Remove unused vars `start' and `firstline'.
3711         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3712         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3714 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
3716         * cus-start.el (all): Don't complain about missing GTK-related
3717         variables, unless either `gtk' is boundp or this isn't a
3718         `windows-nt' build.
3720 2005-06-13  Lute Kamstra  <lute@gnu.org>
3722         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3723         run-mode-hooks.
3725         * ediff-mult.el (ediff-meta-mode):
3726         * ediff-util.el (ediff-mode): Use run-mode-hooks.
3728         * ledit.el (ledit-mode): Use delay-mode-hooks.
3730         * woman.el (woman-mode-line-format): Delete constant.
3731         (woman-mode-map): Initialize it properly.
3732         (woman-mode): Set mode-class property to special.
3733         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
3734         Set major-mode and mode-name.  Don't set mode-line-format directly.
3735         (Man-getpage-in-background): Don't reference woman-mode-line-format.
3737         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3738         string argument obsolete.
3740 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
3742         * textmodes/org.el (org-CUA-compatible): New option.
3743         (org-disputed-keys): New variable.
3744         (org-key): New function.
3745         (orgtbl-make-binding): Add docstring to the created function.
3746         (org-mode): Set paragraph start/separate regexps.
3747         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3748         (org-archive-location, org-archive-mark-done)
3749         (org-archive-stamp-time): New options.
3750         (org-archive-subtree): New command.
3751         (org-fill-paragraph): New function.
3752         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3753         (org-fake-empty-table-line): Function removed.
3754         (org-format-org-table-html): Do not create empty table lines at
3755         separator lines.  Improved table header treatment.
3756         (org-link-format): New option.
3757         (org-make-link): New function.
3758         (org-insert-link, org-store-link): Use org-make-link.
3759         (org-open-file): Quote file name for shell command, to allow
3760         spaces in file names.
3761         (org-link-regexp): Fix bug with mailto link.
3762         (org-link-maybe-angles-regexp, org-protected-link-regexp):
3763         New constants.
3764         (org-export-as-html): Deal with the optional angles around a link.
3765         Better treatment of file: links.
3766         (org-open-at-point): Replace @{ and @} with < and >.
3767         (org-run-mode-hooks): Function removed.
3768         (org-agenda-mode): No longer use `org-run-mode-hooks'.
3770 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
3772         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3773         MI command -data-list-register-values.
3774         (gdb-post-prompt): Indent properly.
3776 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
3778         * hilit-chg.el (highlight-changes-colors): Rename from
3779         `highlight-changes-colours'.
3780         (highlight-changes-colours): Keep as obsolete alias.
3781         (highlight-changes-face-list): Doc fix.
3782         (hilit-chg-make-list): Use `highlight-changes-colors'.
3784 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
3786         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3787         defun-prompt-regexp.
3789 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
3791         * loadup.el: Don't say we are dumping under 2 names on windows-nt
3792         and cygwin.
3794         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3795         Don't use an old loaddefs.el, as in Makefile.in.
3797 2005-06-12  Lute Kamstra  <lute@gnu.org>
3799         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3801         * man.el (Man-mode-map): Initialize it properly.
3802         (Man-mode): Set mode-class property to special.
3804         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3806 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3808         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3809         A newline is needed in the docstring there.
3811         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3812         Doc fixes.
3814 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3816         * printing.el: Doc fix.  The menubar is no more changed when printing
3817         is loaded, it only changes when pr-menu-bind or pr-update-menus is
3818         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
3819         (pr-version): New version number (6.8.4).
3820         (pr-menu-bind): New command.
3821         (pr-update-menus): Docstring and code fix.
3822         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3823         Docstring fix.
3824         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3825         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3827 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
3829         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3830         "Returns" to "return", document useful return values, etc.
3832 2005-06-11  Alan Mackenzie  <acm@muc.de>
3834         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3835         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3836         (adaptive-file-function): Minor amendment to doc-string.
3838 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3840         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3841         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3842         Fix :type--it is `integer', not `string'.
3844         * faces.el (modeline-highlight): Rename from (the erroneous)
3845         `modeline-higilight'.
3847 2005-06-11  Lute Kamstra  <lute@gnu.org>
3849         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3850         lisp-interaction-mode-map but make it the parent.
3851         (edebug-eval-mode): Use define-derived-mode.
3853 2005-06-11  Andreas Schwab  <schwab@suse.de>
3855         * bindings.el: Add binding of `ESC functionkey' for every
3856         `M-functionkey'.
3857         * hexl.el (hexl-mode-map): Likewise.
3859 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
3861         * progmodes/compile.el (compilation-error-regexp-alist-alist)
3862         [msft]: update regexp for newer msft compilers.
3864 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
3866         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3867         ATTLIST portions of included DTDs.
3868         (xml-parse-dtd): Eliminate use of inefficient match-data.
3870 2005-06-10  Miles Bader  <miles@gnu.org>
3872         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3873         (mpuz-text): Remove "-face" suffix from face names.
3874         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3875         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3876         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3878         * play/gomoku.el (gomoku-O, gomoku-X):
3879         Remove "-face" suffix from face names.
3880         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3881         New backward-compatibility aliases for renamed faces.
3882         (gomoku-font-lock-keywords): Use renamed gomoku faces.
3884 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3886         * thumbs.el: Fixes for changes of 2005-06-09.
3887         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3888         as a directory.
3889         (thumbs-thumbname): Remove directory separator from format string;
3890         `thumbs-thumbsdir' now returns a valid directory name.
3891         (thumbs-temp-dir): New defsubst.
3892         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3893         Use it.
3895         * cus-edit.el (minibuffer):
3896         * files.el (make-backup-file-name-function):
3897         * filesets.el (filesets-external-viewers):
3898         * hilit-chg.el (highlight-changes-colours)
3899         (highlight-changes-face-list, highlight-changes-rotate-faces):
3900         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3901         * kmacro.el (kmacro-call-macro):
3902         * log-edit.el (log-edit-changelog-full-paragraphs):
3903         * mouse.el (mouse-1-click-follows-link):
3904         * skeleton.el (skeleton-autowrap):
3905         * subr.el (insert-for-yank-1):
3906         * tempo.el (tempo-insert-region):
3907         * terminal.el (terminal-emulator):
3908         * time.el (display-time-mail-face):
3909         * vc.el (vc-annotate):
3910         * vcursor.el (vcursor-copy-line):
3911         * woman.el (woman-bold-headings, woman-ignore)
3912         (woman-default-faces, woman-monochrome-faces):
3913         * calendar/todo-mode.el (todo-insert-threshold):
3914         * emulation/pc-select.el (pc-select-selection-keys-only)
3915         (pc-selection-mode):
3916         * emulation/vip.el (vip-find-char-forward):
3917         * emulation/viper-cmd.el (viper-find-char-forward):
3918         * international/mule-cmds.el
3919         (select-safe-coding-system-accept-default-p)
3920         (input-method-exit-on-invalid-key):
3921         * international/mule-diag.el (describe-coding-system):
3922         * international/ucs-tables.el (unify-8859-on-encoding-mode):
3923         * net/browse-url.el (browse-url-xterm-program):
3924         * obsolete/lazy-lock.el (lazy-lock-mode):
3925         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3926         (cperl-mode):
3927         * progmodes/cpp.el (cpp-face-light-name-list)
3928         (cpp-face-dark-name-list):
3929         * progmodes/delphi.el (delphi-newline-always-indents):
3930         Fix spellings in docstrings.
3932         * ido.el (ido-mode, ido-file-extensions-order)
3933         (ido-default-file-method, ido-default-buffer-method)
3934         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3935         (ido-decorations, ido-read-file-name-as-directory-commands)
3936         (ido-read-file-name-non-ido, ido-work-directory-list)
3937         (ido-ignore-item-temp-list, ido-current-directory)
3938         (ido-magic-forward-char, ido-enter-find-file)
3939         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3940         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3942 2005-06-10  Lute Kamstra  <lute@gnu.org>
3944         * play/dunnet.el (dun-mode): Use define-derived-mode.
3945         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
3946         obsolete alias.
3948         * play/doctor.el (doctor-mode-map): Remove defvar.
3949         (doctor-mode): Use define-derived-mode.
3951         * mail/mspools.el (mspools-mode):
3952         * net/eudc-hotlist.el (eudc-hotlist-mode):
3953         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3955 2005-06-10  Miles Bader  <miles@gnu.org>
3957         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3958         Remove "-face" suffix from face names.
3959         (flyspell-incorrect-face, flyspell-duplicate-face):
3960         New backward-compatibility aliases for renamed faces.
3961         (flyspell-mode-on, make-flyspell-overlay)
3962         (flyspell-highlight-incorrect-region)
3963         (flyspell-highlight-duplicate-region)
3964         (flyspell-display-next-corrections)
3965         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3967         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3968         from face name.
3969         (texinfo-heading-face): New backward-compatibility alias for
3970         renamed face.
3971         (texinfo-heading-face): Use renamed texinfo-heading face.
3973         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3974         suffix from face names.
3975         (tex-math-face, tex-verbatim-face):
3976         New backward-compatibility aliases for renamed faces.
3977         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3978         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3979         literal face name.
3981         * textmodes/table.el (table-cell): Remove "-face" suffix from face
3982         name.
3983         (table-cell-face): New backward-compatibility alias for renamed face.
3984         (table--put-cell-face-property, table--update-cell-face):
3985         Use renamed table-cell face.
3987         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3988         from face name.
3989         (sgml-namespace-face): New backward-compatibility alias for
3990         renamed face.
3991         (sgml-namespace-face): Use renamed sgml-namespace face.
3993         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3994         (org-level-4, org-level-5, org-level-6, org-level-7)
3995         (org-level-8, org-warning, org-headline-done)
3996         (org-deadline-announce, org-scheduled-today)
3997         (org-scheduled-previously, org-link, org-done, org-table)
3998         (org-time-grid): Remove "-face" suffix from face names.
3999         (org-level-1-face, org-level-2-face, org-level-3-face)
4000         (org-level-4-face, org-level-5-face, org-level-6-face)
4001         (org-level-7-face, org-level-8-face, org-warning-face)
4002         (org-headline-done-face, org-deadline-announce-face)
4003         (org-scheduled-today-face, org-scheduled-previously-face)
4004         (org-link-face, org-done-face, org-table-face)
4005         (org-time-grid-face):
4006         New backward-compatibility aliases for renamed faces.
4007         (org-level-faces, org-set-font-lock-defaults, org-timeline)
4008         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
4009         (org-agenda-get-timestamps, org-agenda-get-scheduled)
4010         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
4012         * emulation/viper-init.el (viper-search, viper-replace-overlay)
4013         (viper-minibuffer-emacs, viper-minibuffer-insert)
4014         (viper-minibuffer-vi): Remove "-face" suffix from face names.
4015         (viper-search-face, viper-replace-overlay-face)
4016         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4017         (viper-minibuffer-vi-face):
4018         New backward-compatibility aliases for renamed faces.
4019         (viper-search-face, viper-replace-overlay-face)
4020         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4021         (viper-minibuffer-vi-face): Use renamed viper faces.
4023         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
4024         Remove "-face" suffix from face names.
4025         (testcover-nohits-face, testcover-1value-face):
4026         New backward-compatibility aliases for renamed faces.
4027         (testcover-mark): Use renamed testcover faces.
4029         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
4030         face name.
4031         (diary-button-face): New backward-compatibility alias for renamed face.
4032         (diary-entry): Use renamed diary-button face.
4034         * calendar/calendar.el (diary, calendar-today, holiday)
4035         (mark-visible-calendar-date): Remove "-face" suffix from face names.
4036         (diary-face, calendar-today-face, holiday-face):
4037         New backward-compatibility aliases for renamed faces.
4038         (eval-after-load "facemenu", diary-entry-marker)
4039         (calendar-today-marker, calendar-holiday-marker, diary-face):
4040         Use renamed calendar faces.
4042         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
4043         (compare-windows-face): New backward-compatibility alias for
4044         renamed face.
4045         (compare-windows-highlight): Use renamed compare-windows face.
4047         * strokes.el (strokes-char): Remove "-face" suffix from face name.
4048         (strokes-char-face): New backward-compatibility alias for renamed face.
4049         (strokes-encode-buffer): Use renamed strokes-char face.
4051         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
4052         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
4053         Remove "-face" suffix from face names.
4054         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4055         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4056         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
4057         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
4058         Use renamed pcvs faces.
4059         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
4060         * pcvs-defs.el (cvs-mode-map): Likewise.
4061         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
4063         * info.el (info-title-1, info-title-2, info-title-3)
4064         (info-title-4): Remove "-face" suffix from and downcase face names.
4065         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4066         (Info-title-4-face):
4067         New backward-compatibility aliases for renamed faces.
4068         (Info-fontify-node): Use renamed info faces.
4070         * hilit-chg.el (highlight-changes, highlight-changes-delete):
4071         Remove "-face" suffix from face names.
4072         (highlight-changes-face, highlight-changes-delete-face):
4073         New backward-compatibility aliases for renamed faces.
4074         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
4075         (hilit-chg-make-list): Use renamed highlight-changes faces.
4077         * generic-x.el (show-tabs-tab, show-tabs-space):
4078         Remove "-face" suffix from face names.
4079         (show-tabs-tab-face, show-tabs-space-face):
4080         New backward-compatibility aliases for renamed faces.
4081         (show-tabs-generic-mode-font-lock-defaults-1)
4082         (show-tabs-generic-mode-font-lock-defaults-2):
4083         Use renamed show-tabs faces.
4085         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
4086         (smerge-markers): Remove "-face" suffix from face names.
4087         (smerge-mine-face, smerge-other-face, smerge-base-face)
4088         (smerge-markers-face):
4089         New backward-compatibility aliases for renamed faces.
4090         (smerge-mine-face, smerge-other-face, smerge-base-face)
4091         (smerge-markers-face): Use renamed smerge faces.
4093         * log-view.el (log-view-file, log-view-message): Remove "-face"
4094         suffix from face names.
4095         (log-view-file-face, log-view-message-face): New
4096         backward-compatibility aliases for renamed faces.
4097         (log-view-file-face, log-view-message-face): Use renamed log-view
4098         faces.
4100         * paren.el (show-paren-match, show-paren-mismatch):
4101         Remove "-face" suffix from face names.
4102         (show-paren-match-face, show-paren-mismatch-face):
4103         New backward-compatibility aliases for renamed faces.
4104         (show-paren-function): Use renamed show-paren faces.
4106         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
4107         (ruler-mode-margins, ruler-mode-fringes)
4108         (ruler-mode-column-number, ruler-mode-fill-column)
4109         (ruler-mode-comment-column, ruler-mode-goal-column)
4110         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
4111         suffix from face names.
4112         (ruler-mode-default-face, ruler-mode-pad-face)
4113         (ruler-mode-margins-face, ruler-mode-fringes-face)
4114         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
4115         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
4116         (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
4117         backward-compatibility aliases for renamed faces.
4118         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
4119         (ruler-mode-column-number, ruler-mode-fill-column)
4120         (ruler-mode-comment-column, ruler-mode-goal-column)
4121         (ruler-mode-tab-stop, ruler-mode-current-column)
4122         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
4123         faces.
4125         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
4126         face name.
4127         (whitespace-highlight-the-space): Use renamed face.
4128         (whitespace-highlight-face): New backward-compatibility alias for
4129         renamed face.
4131         * woman.el (woman-italic, woman-bold, woman-unknown)
4132         (woman-addition, woman-symbol-face):
4133         Remove "-face" suffix from face names.
4134         (woman-italic-face, woman-bold-face, woman-unknown-face)
4135         (woman-addition-face):
4136         New backward-compatibility aliases for renamed faces.
4137         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
4138         (woman-decode-region, woman-replace-match)
4139         (woman-display-extended-fonts, woman-special-characters)
4140         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
4141         Use renamed woman faces.
4143         * longlines.el (longlines-visible-face): Face removed.
4145         * diff-mode.el (diff-header, diff-file-header, diff-index)
4146         (diff-hunk-header, diff-removed, diff-added, diff-changed)
4147         (diff-function, diff-context, diff-nonexistent): Remove "-face"
4148         suffix from face names.
4149         (diff-header-face, diff-file-header-face, diff-index-face)
4150         (diff-hunk-header-face, diff-removed-face, diff-added-face)
4151         (diff-changed-face, diff-function-face, diff-context-face)
4152         (diff-nonexistent-face): New backward-compatibility aliases for
4153         renamed faces.
4154         (diff-header-face, diff-file-header-face)
4155         (diff-index, diff-index-face, diff-hunk-header)
4156         (diff-hunk-header-face, diff-removed, diff-removed-face)
4157         (diff-added, diff-added-face, diff-changed-face, diff-function)
4158         (diff-function-face, diff-context-face, diff-nonexistent)
4159         (diff-nonexistent-face): Use renamed diff-mode faces.
4161         * progmodes/compile.el (compilation-warning-face)
4162         (compilation-info-face): Remove "-face" suffix from face names.
4163         (compilation-warning-face, compilation-info-face):
4164         New backward-compatibility aliases for renamed faces.
4165         (compilation-warning-face, compilation-info-face):
4166         Use renamed compilation faces.
4168         * add-log.el (change-log-date, change-log-name)
4169         (change-log-email, change-log-file, change-log-list)
4170         (change-log-conditionals, change-log-function)
4171         (change-log-acknowledgement): Remove "-face" suffix from face names.
4172         (change-log-date-face, change-log-name-face)
4173         (change-log-email-face, change-log-file-face)
4174         (change-log-list-face, change-log-conditionals-face)
4175         (change-log-function-face, change-log-acknowledgement-face):
4176         New backward-compatibility aliases for renamed faces.
4177         (change-log-font-lock-keywords): Use renamed change-log faces.
4179         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
4180         (custom-set, custom-changed, custom-saved, custom-button)
4181         (custom-button-pressed, custom-documentation, custom-state)
4182         (custom-comment, custom-comment-tag, custom-variable-tag)
4183         (custom-variable-button, custom-face-tag, custom-group-tag-1)
4184         (custom-group-tag): Remove "-face" suffix from face names.
4185         (custom-magic-alist, custom-magic-value-create)
4186         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
4187         (custom-invalid-face, custom-rogue-face, custom-modified-face)
4188         (custom-set-face, custom-changed-face, custom-saved-face)
4189         (custom-button-face, custom-button-pressed-face)
4190         (custom-documentation-face, custom-state-face)
4191         (custom-comment-face, custom-comment-tag-face)
4192         (custom-variable-tag-face, custom-variable-button-face)
4193         (custom-face-tag-face, custom-group-tag-face-1)
4194         (custom-group-tag-face):
4195         New backward-compatibility aliases for renamed faces.
4197         * wid-edit.el (widget-documentation, widget-button)
4198         (widget-field, widget-single-line-field, widget-inactive)
4199         (widget-button-pressed): "-face" suffix removed from face names.
4200         (widget-documentation-face, widget-button-face)
4201         (widget-field-face, widget-single-line-field-face)
4202         (widget-inactive-face, widget-button-pressed-face):
4203         New backward-compatibility aliases for renamed faces.
4204         (widget-documentation-face, widget-button-face)
4205         (widget-button-pressed-face, widget-specify-field)
4206         (widget-specify-inactive): Use renamed widget faces.
4208 2005-06-10  Kenichi Handa  <handa@m17n.org>
4210         * term/x-win.el (x-clipboard-yank): Remove condition-case
4211         wrapping.
4213 2005-06-11  Kenichi Handa  <handa@m17n.org>
4215         * add-log.el (change-log-font-lock-keywords): Make the regexp for
4216         date lines stricter.
4218 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
4220         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4221         of x-get-selection.
4223 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
4225         * comint.el (comint-mode, comint-snapshot-last-prompt):
4226         * frame.el (frame-current-scroll-bars):
4227         * term.el (term-mode, term-check-proc, term-input-sender)
4228         (term-simple-send, term-extract-string, term-word)
4229         (term-match-partial-filename):
4230         * window.el (window-current-scroll-bars):
4231         * emulation/cua-base.el (cua-normal-cursor-color)
4232         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4233         (cua-global-mark-cursor-color):
4234         * mail/undigest.el (rmail-forward-separator-regex):
4235         Fix typos in docstrings.
4237         * comint.el (comint-check-proc, make-comint-in-buffer)
4238         (comint-source-default): Doc fixes.
4240         * term.el (term-send-string): Improve argument/docstring
4241         consistency.
4243 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
4245         * comint.el (comint-send-input): Bind `inhibit-read-only' around
4246         call to `delete-region'.
4247         (comint-mode-hook): Do not enable Font Lock by default.
4249 2005-06-09  Lute Kamstra  <lute@gnu.org>
4251         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4252         could be void.
4254 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4256         * emacs-lisp/debug.el (debugger-will-be-back): New var.
4257         (debug): Use it.
4258         (debugger-step-through, debugger-continue, debugger-jump)
4259         (debugger-return-value): Set it when needed.
4260         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4261         Use inhibit-read-only.
4263 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
4265         * window.el (shrink-window-if-larger-than-buffer)
4266         (window-size-fixed): Fix typo in docstring.
4268         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
4269         thumbnails directory on loading.
4270         (thumbs-conversion-program): Use `eq' to check the system type,
4271         not `equal'.
4272         (thumbs-temp-dir): Initialize to `temporary-file-directory',
4273         not "/tmp".  Fix docstring.
4274         (thumbs-thumbsdir): New function to return the thumbnails
4275         directory, creating it if needed.
4276         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4277         (thumbs-temp-file): Delete variable and make it into a function.
4278         (thumbs-resize-image, thumbs-modify-image): Use it.
4279         (thumbs-kill-buffer): Simplify.
4280         (thumbs-gensym): Defalias or duplicate CL `gensym'.
4281         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4282         docstrings.
4284 2005-06-09  Kim F. Storm  <storm@cua.dk>
4286         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4287         set-match-data to free markers in match-data.
4289         * replace.el (replace-match-data): Pass RESEAT arg `t' to
4290         match-data to unchain markers in match-data.
4292 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4294         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4295         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
4296         unnecessary now.
4298 2005-06-08  Richard M. Stallman  <rms@gnu.org>
4300         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4301         give the variable a doc string that doesn't say don't set it directly.
4303         * textmodes/ispell.el (ispell-check-version):
4304         Use match-string-no-properties.
4305         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4306         (ispell-buffer-local-words): Likewise.
4308         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4309         except on terminals with enough colors to really display it.
4310         (makefile-dependency-regex): Delete spurious `bb'.
4312         * faces.el (escape-glyph): Use blue once again in last case.
4313         (no-break-space): Redefine so that it isn't invisible on a tty.
4315 2005-06-08  Kim F. Storm  <storm@cua.dk>
4317         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4318         also when reading directory name.
4320 2005-06-08  Lute Kamstra  <lute@gnu.org>
4322         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4323         (flyspell-mode-line-string): Remove autoload cookie.
4324         (flyspell-mode): Remove defvar.
4326 2005-06-07  Lute Kamstra  <lute@gnu.org>
4328         * textmodes/org.el (org-run-mode-hooks): New function.
4329         (org-agenda-mode): Use it.
4331 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
4333         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4335 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4337         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4339 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
4341         * font-lock.el (font-lock-add-keywords): Doc fix.
4343 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4345         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4346         (tex-compile-default): In the absence of any history, use the order in
4347         tex-compile-alist to choose the preferred command.
4348         (tex-compile-commands): Reorder a bit.
4350         * textmodes/flyspell.el (flyspell-auto-correct-binding)
4351         (flyspell-incorrect-face, flyspell-duplicate-face):
4352         Use (X)Emacs-agnostic code.
4353         (flyspell-mode-map): Don't overwrite at each load.  Remove code
4354         redundant with the subsequent add-minor-mode.  Merge Emacs and
4355         XEmacs code.
4356         (flyspell-word): Minor simplification.
4357         (flyspell-math-tex-command-p): Quieten the byte-compiler.
4358         (flyspell-external-point-words): Remove unused vars `size' and
4359         `start'.
4360         (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
4361         the corresponding Emacs code.
4362         (flyspell-correct-word, flyspell-xemacs-popup): Use
4363         flyspell-do-correct.
4365         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4366         a dedicated window.
4368         * international/latexenc.el (latexenc-find-file-coding-system):
4369         Undo part of last patch, to turn off a compiler warning.
4371 2005-06-06  Juri Linkov  <juri@jurta.org>
4373         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4374         Rename `tmm-inactive-face' to `tmm-inactive'.
4376 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
4378         * iswitchb.el: Rename faces.
4380 2005-06-06  Kim F. Storm  <storm@cua.dk>
4382         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4383         (cua-global-mark): Remove -face suffix from face names.
4385         * emulation/cua-gmrk.el (cua--init-global-mark):
4386         Remove cua-global-mark face setup.
4388 2005-06-06  Richard M. Stallman  <rms@gnu.org>
4390         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4391         just like other allowed characters.
4392         (makefile-match-dependency): Exclude leading and training whitespace
4393         from the range of regexp subexp 1.
4394         (makefile-macroassign-regex): Don't try to match the body,
4395         just the name of the macro being defined.
4397         * info.el (Info-read-node-name-2): New function.
4398         (Info-read-node-name-1): Use that.
4399         Add a completion-base-size-function property.
4401         * simple.el (completion-setup-function): Look for
4402         completion-base-size-function property of
4403         minibuffer-completion-table.
4405         * files.el (locate-file-completion): Doc fix.
4407         * printing.el: Don't call pr-update-menus; user must do that.
4409         * emacs-lisp/debug.el (debugger-window): New variable.
4410         (debug): Use debugger-window if it is set and still alive.
4411         Record debugger-window for next entry.
4413         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4415 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
4417         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4418         (hack-one-local-variable, hack-local-variables)
4419         (hack-local-variables-prop-line): Pass that arg.
4421 2005-06-06  Kim F. Storm  <storm@cua.dk>
4423         * ido.el (ido-first-match, ido-only-match, ido-subdir)
4424         (ido-indicator): Remove -face suffix from face names.
4426 2005-06-06  Juri Linkov  <juri@jurta.org>
4428         * font-lock.el (font-lock-regexp-backslash)
4429         (font-lock-regexp-backslash-construct): New faces.
4430         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
4431         after `('.  Add `while-no-input' to control structures.
4433         * faces.el (no-break-space, shadow): New faces.
4434         (escape-glyph): Use less loud colors pink2 and red4.
4436         * diff-mode.el (diff-context-face)
4437         * dired.el (dired-ignored)
4438         * rfn-eshadow.el (file-name-shadow)
4439         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4441         * info.el (Info-title-1-face): Use green instead of yellow because
4442         bold yellow is not readable on light backgrounds.
4444         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4445         before selecting the desired mode to not spend time fontifying
4446         old contents.
4448 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
4450         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4451         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4453         * ps-print.el (ps-default-fg, ps-default-bg):
4454         Fix typos in docstrings.
4456         * isearchb.el (isearchb): Don't pass a spurious second argument to
4457         `iswitchb-completions'.
4459 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
4461         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4462         to preserve point.
4463         (gdb-find-file-hook): Add doc string.
4465         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4466         C dereferenced pointer expression.
4467         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
4469         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4471         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4472         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4473         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4474         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4475         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4476         Make background transparent.
4478 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4480         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
4481         (font-lock-remove-keywords): Doc fix.
4482         (font-lock-mode-major-mode): Compiler defvar.
4483         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4485         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4486         (font-lock-mode): Update `font-lock-mode-major-mode'.
4487         (font-lock-set-defaults): Compiler defvar.
4488         (font-lock-default-function): Take `font-lock-mode-major-mode'
4489         into account.
4491         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4492         keep track of which major mode it enabled the minor mode for.
4493         Use find-file-hook again.  Update docstring.
4495         * simple.el (eval-expression-print-level)
4496         (eval-expression-print-length, eval-expression-debug-on-error):
4497         Doc fixes.
4499 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
4501         * iswitchb.el (iswitchb-single-match-face)
4502         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4503         (iswitchb-invalid-regexp-face): New faces.
4504         (iswitchb-completions): Use them.
4505         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4506         now marked as an obsolete alias.
4507         (iswitchb-read-buffer): Remove check for bound font variables.
4508         (iswitchb-invalid-regexp): New free variable.
4509         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4510         set iswitchb-invalid-regexp.
4511         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4512         invalid regexps.
4513         (iswitchb-completions): Add check for complete match when entering
4514         a regexp.
4515         (iswitchb-completions): Remove require-match argument.
4516         (iswitchb-exhibit): Fix caller.
4517         (iswitchb-common-match-inserted): New variable.
4518         (iswitchb-complete, iswitchb-completion-help): Use it.
4520 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
4522         * url-http.el (url-http-chunked-encoding-after-change-function):
4523         Use `url-http-debug' instead of `message'.
4525 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
4527         * url-http.el (url-http-parse-headers): Pass redirected URL as a
4528         callback argument.
4530 2005-06-04  Kim F. Storm  <storm@cua.dk>
4532         * simple.el (line-move): Only call sit-for when moving backwards.
4534         * ido.el (ido-make-merged-file-list-1): New defun split from
4535         ido-make-merged-file-list.
4536         (ido-make-merged-file-list): Bind throw-on-input around call to
4537         ido-make-merged-file-list-1.  Return input-pending-p if
4538         interrupted by more input available.
4539         (ido-read-internal): Handle input-pending-p return value from
4540         ido-make-merged-file-list.
4542 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4544         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4545         compatibility code.
4547         * international/latexenc.el (latexenc-find-file-coding-system):
4548         Don't inherit the EOL part of the coding-system from the
4549         tex-main buffer.  Fit within 80 columns.
4551 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
4553         * tmm.el (tmm-inactive-face): New face.
4554         (tmm-remove-inactive-mouse-face): New function.
4555         (tmm-prompt, tmm-add-one-shortcut)
4556         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4557         but not selectable.
4559 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
4561         * faces.el (face-equal): Improve argument/docstring consistency.
4563 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
4565         * progmodes/make-mode.el (makefile-targets-face)
4566         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4567         (makefile-bsdmake-dependency-regex)
4568         (makefile-makepp-rule-action-regex)
4569         (makefile-bsdmake-rule-action-regex): New constants.
4570         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4572         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4573         Allow (...) within `...' for makepp messages.
4575 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4577         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4579         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4580         "." files are deleted from all file lists before comparison.
4582         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4583         (viper-ESC-key): Made them customizable.
4585         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4587 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
4589         * autorevert.el (auto-revert-buffers): Use save-match-data.
4591 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4594         menu items with a nil command binding.
4596 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
4598         * emacs-lisp/cl-macs.el (defsetf):
4599         Improve argument/docstring consistency.
4601         * faces.el (list-faces-display): Improve the formatting by
4602         computing the maximum length required for any face-name (reworked
4603         patch of 1999-01-11, accidentally deleted on 1999-07-21).
4604         (internal-find-face): Remove redundant info in docstring.
4606 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
4608         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4609         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4610         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4611         (gdb-assembler-custom): Improve regexps.
4612         (def-gdb-auto-update-handler): Use window point to preserve point.
4614 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4618 2005-05-31  Jay Belanger  <belanger@truman.edu>
4620         * calc/calc-embed.el (calc-embedded-word): Change argument passed
4621         to calc-embedded.
4622         (calc-embedded-make-info): Have plain prefix argument select
4623         entire line.
4625 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
4627         * faces.el (list-faces-display): Signal error if passed a regexp
4628         that matches no face name.
4630         * simple.el (filter-buffer-substring): Fix typo in docstring.
4632 2005-05-31  Richard M. Stallman  <rms@gnu.org>
4634         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4635         (vhdl-emacs-21): Doc fix.
4636         (vhdl-mode): Unconditionally set comment-padding.
4637         (vhdl-fixup-whitespace-region): Insert spaces only where
4638         there are none.
4639         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4641 2005-05-30  John Wiegley  <johnw@newartisans.com>
4643         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4644         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4645         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4646         `directory-sep-char' to ?/, and all uses of `string-to-int' to
4647         `string-to-number'.
4649 2005-05-30  Jay Belanger  <belanger@truman.edu>
4651         * calc/calc.el (calc-bug-address): Fix docstring.
4652         (calc-window-hook, calc-trail-window-hook): New variables.
4653         (calc-trail-display): Restore use of calc-trail-window-hook.
4654         (calc): Restore use of calc-window-hook.
4656 2005-05-31  Masatake YAMATO  <jet@gyve.org>
4658         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4660         * help-fns.el (help-C-file-name): Add autoload mark for
4661         `find-function-noselect'.
4663 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4665         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4666         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4668 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4670         * calendar/diary-lib.el (mark-included-diary-files): Only kill
4671         included diary buffer if it was not already being visited.
4672         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4674         * calendar/icalendar.el (top-level): Do not require 'appt.
4676         * mail/supercite.el (sc-select-attribution): Only use a list
4677         element from sc-attrib-selection-list if it returns a string.
4678         Reported by Davide G. M. Salvetti <salve@debian.org>.
4680 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
4682         * thumbs.el (thumbs-thumbname): The resulting thumbname now
4683         includes a hash value to improve its uniqueness, and has a ".jpg"
4684         extension.  Also, it is now a valid filename on all systems.
4685         (thumbs-make-thumb): Use `let', not `let*'.
4686         (thumbs-show-thumbs-list): Check for JPEG availability.
4688 2005-05-30  Richard M. Stallman  <rms@gnu.org>
4690         * filesets.el (filesets-menu-ensure-use-cached):
4691         Prevent warning when emacs-version>= is undefined.
4693         * printing.el (pr-interactive-n-up): Use string-to-number.
4695         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4697         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4698         Warn only when name to be defined is quoted.
4700 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
4702         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4703         Make regexp more robust.
4704         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4705         Force regeneration of disassembly.
4707 2005-05-29  Jay Belanger  <belanger@truman.edu>
4709         * calc/calc.el (calc-user-invocation): Check if
4710         calc-invocation-macro is non-nil.
4712 2005-05-29  Juri Linkov  <juri@jurta.org>
4714         * add-log.el (change-log-font-lock-keywords):
4715         Add `+' to e-mail regexp to accept mail address with keywords.
4717         * man.el (Man-name-regexp): Add `:' to accept qualified names.
4719 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4721         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4723         * ielm.el (inferior-emacs-lisp-mode): Ditto.
4725 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4727         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4728         Undo the change that moves to end of the current word.
4730 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
4732         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4733         Throw error when count <= 0 to ensure input is a number.
4734         (gdb-read-memory-custom): Pick up address from buffer.
4735         (gdb-memory-mode): Allow user to increment and decrement
4736         memory address from header line.
4738 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4740         * flyspell.el (flyspell-version): Function deleted.
4741         (flyspell-auto-correct-previous-hook): Doc fix.
4743         * jit-lock.el (jit-lock-function, jit-lock-after-change):
4744         Do nothing if memory is full.
4746         * font-lock.el (font-lock-fontify-syntactically-region):
4747         Pass t for GREEDY to looking-back.
4749         * saveplace.el (save-place-alist-to-file): Write the file
4750         using write-region.
4752         * subr.el (looking-back): New argument GREEDY.
4754         * progmodes/compile.el (compilation-start): Set the mode
4755         before inserting the initial text.
4757         * progmodes/which-func.el (which-func-update-1): Turn the mode
4758         off in case of error by setting which-func-mode.
4760 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
4762         * flyspell.el (flyspell-auto-correct-previous-word):
4763         Narrow down to what's on the screen, and recenter overlays
4764         at the end of the next word.
4766 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
4768         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4769         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4770         (flyspell-abbrev-p): Default to nil.
4771         (flyspell-use-global-abbrev-table-p): Doc fix.
4772         (flyspell-large-region): Allow nil as value.
4773         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4775         (mail-mode-flyspell-verify): More robust handling
4776         of `mail-header-separator'.  More efficient signature detection.
4777         Allow for regexp metacharacters in message-header-separator.
4778         Adding `To' not to be checked in mail-mode-flyspell-verify.
4780         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4781         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4782         Bind flyspell-auto-correct-binding.
4783         Bind C-. and C-, .
4784         (flyspell-mode-map): Likewise.
4785         (flyspell-mode): Doc fix.
4786         (flyspell-accept-buffer-local-defs): Preserve current buffer.
4787         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4788         (flyspell-word-cache-result): New var, always local.
4789         (flyspell-check-pre-word-p): Doc fix.
4790         (flyspell-check-changed-word-p): Handle spc like newline.
4791         (flyspell-post-command-hook): Set flyspell-word-cache-result.
4792         (flyspell-word-search-backward, flyspell-word-search-forward):
4793         New functions.
4794         (flyspell-word): Return t if nothing to check.
4795         When parsing TeX code, check for after } or \.
4796         Use flyspell-word-search-backward to find previous word.
4797         Return nil if duplicated word.
4798         For word already checked, return same value as last time.
4799         Set flyspell-word-cache-result after checking.
4800         Don't clobber the return value.
4801         (flyspell-get-word): Major rewrite.
4802         (flyspell-external-point-words): New locals pword, pcount.
4803         Fix size used in progress message.
4804         Find the proper corresponding word in flyspell-large-region-buffer.
4805         (flyspell-region): Check for flyspell-large-region = nil.
4806         (flyspell-highlight-incorrect-region): Clean up overlays in region.
4807         (flyspell-auto-correct-word): Check that WORD is a cons.
4808         (flyspell-correct-word): Likewise.
4810 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
4812         * progmodes/make-mode.el (makefile-rule-action-regex)
4813         (makefile-macroassign-regex, makefile-makepp-mode)
4814         (makefile-bsdmake-mode): Continuation lines may be empty.
4815         Reported by Joshua Varner.
4816         (makefile-makepp-font-lock-keywords): Add $(stem).
4818 2005-05-28  Karl Berry  <karl@gnu.org>
4820         * textmodes/tex-mode.el: Now that tex-send-command calls
4821         shell-quote-argument (2005-03-31 change), remove all calls to
4822         shell-quote-argument; they all end up invoking tex-send-command.
4823         The double quoting loses on filenames with non-safe characters,
4824         such as "@".  Reported by Frederik Fouvry.
4826 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
4828         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4829         about preserving point.
4831 2005-05-27  Jay Belanger  <belanger@truman.edu>
4833         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4834         Info-goto-node.
4836         * calc/calc-embed.el (calc-embed-arg): New variable.
4837         (calc-do-embedded-activate, calc-embedded-activate-formula)
4838         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4839         variable by new variable.
4840         (calc-embedded-make-info): Replace undeclared variable by new
4841         variable.  When selecting region with positive prefix
4842         argument, use end of previous line instead of beginning of line.
4844         * calc/calc-aent.el (calc-arg-values): Declare it.
4846         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4847         Declare them.
4849         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4851         * calc/calc.el (calc-alg-map): Declare it.
4853         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4855 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
4857         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4858         (gdb-registers-buffer, toggle-gdb-all-registers):
4859         Toggle display of floating point registers.
4860         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4862         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
4863         (toggle-gud-tooltip-dereference):
4864         Rename from gud-toggle-tooltip-dereference.
4866 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4870 2005-05-27  Jay Belanger  <belanger@truman.edu>
4872         * calc/calc-prog.el (calc-kbd-report): Remove.
4873         (calc-kbd-query): Rewrite.
4875 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
4877         * image.el (image-library-alist): Move to image.c.
4878         (image-type-available-p): Doc fix.
4880 2005-05-27  Lute Kamstra  <lute@gnu.org>
4882         * calc/calc.el (calc):
4883         * outline.el (outline-1, outline-2, outline-3, outline-4)
4884         (outline-5, outline-6, outline-7, outline-8):
4885         * textmodes/dns-mode.el (dns-mode):
4886         * textmodes/sgml-mode.el (sgml-namespace-face):
4887         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4888         (tex-verbatim-face, tex-use-reftex):
4889         * textmodes/texinfo.el (texinfo-heading-face):
4890         Specify customization group.
4892         * longlines.el: Don't require easy-mmode.
4893         (longlines-visible-face): Specify customization group.
4895 2005-05-27  Kenichi Handa  <handa@m17n.org>
4897         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4898         encoding table of windows-1251.
4900         * international/ucs-tables.el (ucs-set-table-for-input):
4901         If translation-table-for-input of a coding system is a symbol, get
4902         its translation-table property.
4904         * international/code-pages.el: Don't register a coding system into
4905         non-iso-charset-alist more than once.
4906         (cp-make-coding-system): Likewise.
4908 2005-05-26  John Wiegley  <johnw@newartisans.com>
4910         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4911         `eshell-resume-eval' is wrapped in a list, it indicates that the
4912         command was run asynchronously.  In that case, unwrap the value
4913         before checking the delimiter value.
4915         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4916         character before a space at the end of a line is \, assume the space
4917         is part of the last argument rather than a final argument separator.
4919         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4920         is in use, and the target is `t' or `nil' (which are the most common
4921         values), don't assume that the symbol target is a buffer.
4923 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4925         * calendar/calendar.el (calendar-mode-line-format):
4926         Use mode-line-highlight as mouse-face.
4928         * time.el (display-time-string-forms, display-time-update):
4929         Use mode-line-highlight as mouse-face.
4931 2005-05-26  Jay Belanger  <belanger@truman.edu>
4933         * calc/calc.el (calc-language-alist): Remove extra defvar.
4935 2005-05-26  Lute Kamstra  <lute@gnu.org>
4937         * arc-mode.el (archive-mode):
4938         * bookmark.el (bookmark-read-annotation-mode)
4939         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4940         * bs.el (bs-mode):
4941         * calc/calc-yank.el (calc-edit-mode):
4942         * calc/calc.el (calc-mode, calc-trail-mode):
4943         * calculator.el (calculator-mode):
4944         * chistory.el (command-history-mode):
4945         * comint.el:
4946         * cus-edit.el (custom-mode):
4947         * descr-text.el (describe-text-mode):
4948         * ebuff-menu.el (Electric-buffer-menu-mode):
4949         * ediff-util.el (ediff-mode):
4950         * emacs-lisp/re-builder.el (reb-mode):
4951         * emulation/vi.el (vi-mode-setup):
4952         * emulation/ws-mode.el (wordstar-mode):
4953         * eshell/esh-mode.el (eshell-mode):
4954         * forms.el (forms-mode):
4955         * help-mode.el (help-mode):
4956         * hexl.el (hexl-mode):
4957         * ibuffer.el (ibuffer-mode):
4958         * ielm.el (inferior-emacs-lisp-mode):
4959         * info.el (Info-mode, Info-edit-mode):
4960         * international/swedish.el:
4961         * ledit.el (ledit-from-lisp-mode):
4962         * locate.el (locate-mode):
4963         * mail/rmail.el (rmail-mode):
4964         * mail/rmailedit.el (rmail-edit-mode):
4965         * mail/rmailsum.el (rmail-summary-mode):
4966         * mail/supercite.el (sc-electric-mode):
4967         * net/eudc.el (eudc-mode):
4968         * net/quickurl.el (quickurl-list-mode):
4969         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4970         * obsolete/ooutline.el (outline-mode):
4971         * obsolete/options.el (Edit-options-mode):
4972         * obsolete/rnews.el (news-mode):
4973         * obsolete/rnewspost.el (news-reply-mode):
4974         * play/5x5.el (5x5-mode):
4975         * play/decipher.el (decipher-mode, decipher-stats-mode):
4976         * play/gomoku.el (gomoku-mode):
4977         * play/snake.el (snake-mode):
4978         * play/solitaire.el (solitaire-mode):
4979         * play/tetris.el (tetris-mode):
4980         * progmodes/ada-mode.el (ada-mode):
4981         * progmodes/antlr-mode.el (antlr-mode):
4982         * progmodes/autoconf.el (autoconf-mode):
4983         * progmodes/dcl-mode.el (dcl-mode):
4984         * progmodes/delphi.el (delphi-mode):
4985         * progmodes/ebrowse.el (ebrowse-tree-mode)
4986         (ebrowse-electric-list-mode, ebrowse-member-mode)
4987         (ebrowse-electric-position-mode):
4988         * progmodes/f90.el (f90-mode):
4989         * progmodes/fortran.el (fortran-mode):
4990         * progmodes/icon.el (icon-mode):
4991         * progmodes/idlw-help.el (idlwave-help-mode):
4992         * progmodes/idlw-shell.el (idlwave-shell-mode):
4993         * progmodes/idlwave.el (idlwave-mode):
4994         * progmodes/inf-lisp.el (inferior-lisp-mode):
4995         * progmodes/m4-mode.el (m4-mode):
4996         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4997         * progmodes/modula2.el (modula-2-mode):
4998         * progmodes/octave-inf.el (inferior-octave-mode):
4999         * progmodes/octave-mod.el (octave-mode):
5000         * progmodes/pascal.el (pascal-mode):
5001         * progmodes/sh-script.el (sh-mode):
5002         * progmodes/sql.el (sql-mode, sql-interactive-mode):
5003         * progmodes/vhdl-mode.el (vhdl-mode):
5004         * progmodes/xscheme.el (scheme-interaction-mode):
5005         * replace.el (occur-mode):
5006         * ses.el (ses-mode):
5007         * simple.el (completion-list-mode):
5008         * skeleton.el:
5009         * speedbar.el (speedbar-mode):
5010         * term.el (term-mode):
5011         * terminal.el (terminal-edit-mode):
5012         * textmodes/reftex-index.el (reftex-index-mode)
5013         (reftex-index-phrases-mode):
5014         * textmodes/reftex-sel.el (reftex-select-label-mode)
5015         (reftex-select-bib-mode):
5016         * textmodes/reftex-toc.el (reftex-toc-mode):
5017         * wdired.el (wdired-change-to-wdired-mode):
5018         * wid-browse.el (widget-browse-mode):
5019         Use run-mode-hooks.
5021         * array.el (array-mode):
5022         * calendar/todo-mode.el (todo-mode):
5023         * man.el (Man-mode):
5024         * play/landmark.el (lm-mode):
5025         * play/mpuz.el (mpuz-mode):
5026         Use kill-all-local-variables and run-mode-hooks.
5028         * subr.el (delay-mode-hooks): Specify indentation.
5030 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
5032         * xml.el (xml-substitute-special): Don't die for undefined xml
5033         entities.
5035 2005-05-26  Jay Belanger  <belanger@truman.edu>
5037         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
5038         of nil.
5040 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
5042         * progmodes/gdb-ui.el (gdb-frame-address):
5043         Rename from gdb-current-address.
5044         (gdb-previous-frame-address): Rename from gdb-previous-address.
5045         (gdb-selected-frame): Rename from gdb-current-frame.
5046         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
5047         (gdb-frame-number): Rename from gdb-current-stack-level.
5048         (gdb-ann3): Match new mode-name for disassembly buffer.
5049         Extend initialization of variables.
5050         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
5051         (gdb-memory-mode): Use mouse-face in header line.
5052         (gdb-assembler-buffer-name): Call it disassembly and give frame
5053         in mode line.
5054         (gdb-source-spec-regexp, gdb-assembler-custom)
5055         (gdb-invalidate-assembler, gdb-frame-handler):
5056         Make robust to leading zeroes in address format.
5058 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
5060         * textmodes/org.el (org-mode): Use `define-derived-mode' to
5061         define `org-mode'.
5062         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
5064 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5066         * log-edit.el (log-edit-changelog-entries): Distinguish between
5067         filenames like xfns.c and fns.c.
5069 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
5071         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
5072         point after reverting.
5073         (Buffer-menu-make-sort-button): Handle the case where
5074         `Buffer-menu-use-header-line' is nil.
5076 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5078         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
5079         New funcs.  In minibuffer-local-completion-map bind `]', `/'
5080         and `:' to them.
5082 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5084         * startup.el (normal-top-level): Allow modification of load-path while
5085         we're iterating over it.
5087 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
5089         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
5090         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
5091         (thumbs-resize-interactive, thumbs-insert-image)
5092         (thumbs-insert-thumb, thumbs-dired-show-marked)
5093         (thumbs-find-image-at-point, thumbs-delete-images)
5094         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
5095         (thumbs-increment-image-size, thumbs-decrement-image-size):
5096         Fix typos in docstrings.
5098 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
5100         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
5101         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
5102         (cperl-mode): Use them.
5104 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
5106         * window.el (quit-window, shrink-window-if-larger-than-buffer):
5107         Doc fixes.
5109 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5111         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
5112         Bind C-d to gdb-inferior-io-eof.
5114         * dired.el (dired-dnd-popup-notice): Use message-box.
5116 2005-05-23  Masatake YAMATO  <jet@gyve.org>
5118         * bindings.el (mode-line-major-mode-keymap):
5119         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
5121         * faces.el (mode-line-highlight): New face.
5123         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
5124         as mouse-face.
5126         * bindings.el (top-level, help-echo, mode-line-modified)
5127         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
5128         as mouse-face.
5130 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
5132         * progmodes/cc-engine.el (c-guess-basic-syntax):
5133         Remove spurious call to `zerop'.
5135         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
5137 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
5139         CC Mode update to 5.30.10:
5141         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
5142         could go past the limit in decoration level 2, thereby causing
5143         errors during interactive fontification.
5145         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
5146         the file is evaluated interactively.
5148         * cc-engine.el (c-guess-basic-syntax): Handle operator
5149         declarations somewhat better in C++.
5151         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
5152         make use of `run-mode-hooks' which has been added in Emacs 21.1.
5153         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5154         (awk-mode): Use it.
5155         (make-local-hook): Suppress warning about obsoleteness.
5157         * cc-engine.el, cc-align.el, cc-cmds.el
5158         (c-append-backslashes-forward, c-delete-backslashes-forward)
5159         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
5160         Compensate for return value from `forward-line' when it has moved
5161         but not to a different line due to eob.
5163         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
5164         `objc-method-intro' and `objc-method-args-cont'.
5166 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
5168         CC Mode update to 5.30.10:
5170         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
5171         in the copyright statement.  Incidentally, change "along with GNU
5172         Emacs" to "along with this program" where it occurs.
5174         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
5175         so that it is interactive, hence can be found by M-x awk-mode
5176         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
5177         <gmorris+emacs@ast.cam.ac.uk>.
5179         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
5180         Mode's regexps.
5182 2005-05-23  Kevin Ryde  <user42@zip.com.au>
5184         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
5185         c-parse-state, to avoid a lisp error (on bad code).
5187 2005-05-23  Lute Kamstra  <lute@gnu.org>
5189         * subr.el (font-lock-defaults): Remove defvar as it's already
5190         defined in font-core.el.
5192         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
5194 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
5196         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
5197         more general and work when GDB variable "print pretty" is on,
5198         as with Emacs, for example.
5200 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
5202         * font-core.el: Update comment.
5204         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5205         Use `after-change-major-mode-hook' instead of `find-file-hook'.
5207         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5209 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
5211         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5212         and `yank-handler' in the doc strings.
5214 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5216         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
5218 2005-05-22  Richard M. Stallman  <rms@gnu.org>
5220         * help.el (describe-key): Move print-help-return-message call
5221         out of conditional.
5223         * progmodes/etags.el (list-tags): Use with-no-warnings.
5225         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5226         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5227         (starttls-extra-args, starttls-extra-arguments): Add defvars.
5229         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5231         * language/viet-util.el (viet-viscii-nonascii-translation-table):
5232         Add defvar.
5234         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5235         Use defvar, not defconst.
5237         * hexl.el (hexl-follow-line): Use with-no-warnings.
5239         * emulation/tpu-extras.el: Use write-file-functions instead of
5240         write-file-hooks.
5242         * dired.el (dired-font-lock-keywords): Fontify files with junk
5243         extensions even if marked by -F.
5245 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
5247         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5248         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5249         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5250         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5251         (concatenate, list-length, get*, getf, cl-remprop):
5252         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5253         (etypecase, progv, lexical-let, lexical-let*)
5254         (multiple-value-bind, multiple-value-setq, shiftf):
5255         Improve argument/docstring consistency.
5257         * subr.el (focus-frame, unfocus-frame):
5258         Revert deletion on 2005-05-01.
5260 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
5262         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5263         doesn't exist.
5265         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
5266         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5268 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
5270         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5271         already deleted variables: auto-fill-hook, blink-paren-hook,
5272         lisp-indent-hook, inhibit-local-variables, unread-command-event,
5273         suspend-hooks, comment-indent-hook, meta-flag,
5274         before-change-function, after-change-function,
5275         font-lock-doc-string-face.
5277 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
5279         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5281 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5283         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5284         rmail-dont-reply-to.
5286 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5288         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5289         literal blank when splitting new-header-values.
5291 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
5293         * calendar/cal-menu.el (cal-menu-update): Add separator as a
5294         string so that tmm doesn't create a completion entry for it.
5296         * textmodes/table.el (table-disable-menu): Ditto.
5298 2005-05-21  Richard M. Stallman  <rms@gnu.org>
5300         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5302         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5304         * net/rcompile.el (remote-compile): Use compilation-start.
5306         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5308 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
5310         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5311         Default to makefile-bsdmake-mode on BSD systems.
5313         * imenu.el (imenu-generic-expression, imenu--generic-function'):
5314         REGEXP may also be a search function now.  The part of doc-string
5315         for describing the structure was 95% identical to that of
5316         `imenu--generic-function'.  Unify it there.
5318         * progmodes/make-mode.el (makefile-imenu-generic-expression):
5319         Use function to find dependencies, because regexp alone is so complex,
5320         it easily goes into an endless loop.
5321         (makefile-makepp-mode): Also add submenu for Perl functions
5322         defined in the makefile.
5323         (makefile-bsdmake-mode): Special imenu-generic-expression no
5324         longer needed, due to function call.
5325         (makefile-match-dependency): Take BOUND into account when checking
5326         if we're through.
5328 2005-05-20  Jay Belanger  <belanger@truman.edu>
5330         * calc/calc-units.el (calc-invalidate-units-table):
5331         Use inhibit-read-only.
5332         (math-build-units-table-buffer): Use view-mode.
5334 2005-05-20  David Kastrup  <dak@gnu.org>
5336         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5337         easy-menu-add is not a nop on Emacs; and clarify when to call it.
5339 2005-05-20  Lute Kamstra  <lute@gnu.org>
5341         * diff-mode.el (diff-header-face, diff-file-header-face)
5342         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5343         (diff-added-face, diff-changed-face, diff-function-face)
5344         (diff-context-face, diff-nonexistent-face): Put them in the
5345         diff-mode customization group.
5347 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5351         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5353         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5354         Minor regexp-optimization.
5356 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
5358         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5359         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5360         (org-agenda-add-time-grid-maybe): New function.
5361         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5362         (org-table-create): `dotimes' instead of `mapcar'.
5363         (org-xor): Simplify implementation.
5364         (org-agenda): `inhibit-redisplay' turned on.
5365         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5366         a consistent line after a state change.
5367         (org-agenda-remove-times-when-in-prefix): New option.
5368         (org-prefix-has-time): New variable.
5369         (org-parse-time-string): Optional argument NODEFAULT.
5370         (org-format-agenda-item): Parse items for time-of-day
5371         specifications and move these into the prefix if possible.
5372         (org-agenda-priority): Get current heading, not previous heading
5373         during agenda remote editing.
5375 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
5377         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5378         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5379         (remove-duplicates, delete-duplicates, substitute)
5380         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5381         (nsubstitute-if-not, find, find-if, find-if-not, position)
5382         (position-if, position-if-not, count, count-if, count-if-not)
5383         (mismatch, search, sort*, stable-sort, merge, member*)
5384         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5385         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5386         (intersection, nintersection, set-difference, nset-difference)
5387         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5388         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5389         (nsublis, tree-equal): Improve argument/docstring consistency.
5391         * subr.el (send-string, send-region):
5392         Remove obsolescence declaration.
5393         (window-dot, set-window-dot, read-input, show-buffer)
5394         (eval-current-buffer, string-to-int):
5395         Add release number to obsolescence declarations.
5397 2005-05-19  Kim F. Storm  <storm@cua.dk>
5399         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5400         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5402 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
5404         * faces.el (list-faces-display): Make back button respect optional
5405         regexp arg.
5407 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
5409         * calculator.el (calculator-radix-grouping-mode)
5410         (calculator-radix-grouping-digits, calculator-displayer)
5411         (calculator-radix-grouping-separator, calculator-copy-displayer):
5412         * dabbrev.el (dabbrev-search-these-buffers-only):
5413         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5414         (diff-advance-after-apply-hunk, diff-mode-hook)
5415         (diff-minor-mode-prefix):
5416         * imenu.el (imenu-use-popup-menu):
5417         * jit-lock.el (jit-lock-context-time):
5418         * newcomment.el (comment-fill-column, comment-column)
5419         (comment-style, comment-padding, comment-multi-line)
5420         (comment-empty-lines, comment-auto-fill-only-comments):
5421         * reveal.el (reveal-around-mark):
5422         * uniquify.el (uniquify-buffer-name-style)
5423         (uniquify-after-kill-buffer-p)
5424         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5425         (uniquify-min-dir-content, uniquify-separator)
5426         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5427         * w32-vars.el (w32-fixed-font-alist):
5428         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5429         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5430         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5431         * progmodes/perl-mode.el (perl-indent-level)
5432         (perl-continued-statement-offset, perl-continued-brace-offset)
5433         (perl-brace-offset, perl-brace-imaginary-offset)
5434         (perl-label-offset, perl-indent-continued-arguments)
5435         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5436         * progmodes/tcl.el (tcl-indent-level)
5437         (tcl-continued-indent-level, tcl-auto-newline)
5438         (tcl-tab-always-indent, tcl-electric-hash-style)
5439         (tcl-help-directory-list, tcl-use-smart-word-finder)
5440         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5441         (inferior-tcl-source-command):
5442         * textmodes/fill.el (enable-kinsoku):
5443         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5444         * textmodes/table.el (table-yank-handler):
5445         Specify missing group (and type, if simple) in defcustom.
5447 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5449         * progmodes/compile.el (compilation-finish-function): Fix defvar.
5451 2005-05-19  Richard M. Stallman  <rms@gnu.org>
5453         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5455         * subr.el (event-basic-type): Don't get an error.
5456         (left-fringe-p): Function deleted.
5458         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5459         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5461         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5462         in recursive copy.
5464         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5466         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5468         * emacs-lisp/bytecomp.el
5469         (byte-compile-file-form-custom-declare-variable): Call
5470         byte-compile-nogroup-warn if appropriate.
5472         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5473         (compilation-set-window): Don't call left-fringe-p; do it directly.
5475 2005-05-19  Jay Belanger  <belanger@truman.edu>
5477         * calc/calc-graph.el (calc-graph-format-data): Make sure
5478         var-PlotRejects is bound before trying to check its value.
5480 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
5482         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5483         definition of this variable from reftex-global.el to reftex.el,
5484         because it is needed in the menu.
5486 2005-05-19  Lute Kamstra  <lute@gnu.org>
5488         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5489         years are fixed.  Don't insert a space after a dash.
5491 2005-05-19  Kim F. Storm  <storm@cua.dk>
5493         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5495 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
5497         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5498         strings, because (eq ... ?\\) is fairly frequent.
5500         * progmodes/make-mode.el (makefile-add-this-line-targets):
5501         Simplify and integrate into `makefile-pickup-targets'.
5502         (makefile-add-this-line-macro): Simplify and integrate into
5503         `makefile-pickup-macros.
5504         (makefile-pickup-filenames-as-targets): Simplify.
5505         (makefile-previous-dependency, makefile-match-dependency):
5506         Don't stumble over `::'.
5508 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
5510         * subr.el (post-command-idle-hook, post-command-idle-delay):
5511         Remove obsoletion of post-command-idle-hook and
5512         post-command-idle-delay.
5514         * faces.el (list-faces-display): Provide button when describe-face
5515         is called to take user back to the list of faces.
5517         * help-fns.el (describe-variable): Remove hyperlinks in a
5518         variable's value as these are quite frequently inappropriate.
5520         * follow.el (follow-submit-feedback, follow-mode):
5521         Remove references to post-command-idle-hook.
5523 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
5525         * progmodes/make-mode.el (makefile-previous-dependency)
5526         (makefile-match-dependency): Check for := (and in bsd mode also
5527         !=) to give a better result, even when font-lock is not on.
5529 2005-05-18  Jay Belanger  <belanger@truman.edu>
5531         * calc/calc-help.el (calc-s-prefix-help):
5532         Add `calc-copy-special-constant' to help string.
5534 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5536         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5538 2005-05-18  Jay Belanger  <belanger@truman.edu>
5540         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5541         in linear factors are in proper order.
5543 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
5545         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5546         Support for jurabib.
5548         * textmodes/reftex.el (featurep): Define aliases for overlay
5549         commands, for XEmacs compatibility, and use these aliases in
5550         overlay initializations.
5551         (reftex-highlight): Use `reftex-move-overlay'.
5552         (reftex-unhighlight): Use `reftex-delete-overlay'.
5553         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
5554         (reftex-access-search-path): Use `reftex-uniquify' instead of
5555         `reftex-uniq'
5557         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5558         `before-string' property modification enables for Emacs as well.
5559         (reftex-select-item): Use `reftex-delete-overlay'.
5560         (reftex-select-mark): Use `reftex-make-overlay' and
5561         `reftex-overlay-put'.
5562         (reftex-select-unmark): Use `reftex-delete-overlay' and
5563         `reftex-overlay-put'.
5565 2005-05-18  Lute Kamstra  <lute@gnu.org>
5567         * emacs-lisp/lisp.el (check-parens): Fix docstring.
5569 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
5571         * add-log.el (add-change-log-entry):
5572         * array.el (array-make-template, array-reconfigure-rows)
5573         (array-init-max-row, array-init-max-column)
5574         (array-init-columns-per-line, array-init-field-width):
5575         * replace.el (replace-match-maybe-edit, perform-replace):
5576         * textmodes/spell.el (spell-region):
5577         Replace `read-input' by `read-string'.
5579         * forms.el (forms-mode):
5580         * finder.el (finder-compile-keywords):
5581         * shadowfile.el (shadow-read-files):
5582         Replace `eval-current-buffer' by `eval-buffer'.
5584         * terminal.el (te-pass-through):
5585         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5586         (ange-ftp-raw-send-cmd):
5587         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5588         (send-process-next-char, telnet-initial-filter, telnet):
5589         Replace `send-string' by `process-send-string'.
5591         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5592         (prolog-consult-region): Replace `send-string' by
5593         `process-send-string'; replace `send-region' by `process-send-region'.
5595         * progmodes/delphi.el (delphi-log-msg):
5596         Replace `set-window-dot' by `set-window-point'.
5598         * subr.el (window-dot, set-window-dot, read-input, send-string)
5599         (send-region, show-buffer, eval-current-buffer):
5600         Make really obsolete, as the comment says.
5602 2005-05-17  Kim F. Storm  <storm@cua.dk>
5604         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5605         (cua--init-keymaps): Bind C-return instead of S-return to set
5606         rectangle mark.
5608         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5609         instead of S-return to toggle/clear rectangle mark.
5611 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
5613         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5614         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5615         Also fontify plain strings assigned to variables, mostly so that a
5616         colon has a face and is thus not taken as a dependency separator.
5617         (makefile-previous-dependency): Inline the new matcher, because it
5618         is too complex to work in both directions.
5619         (makefile-match-dependency): Eliminate `backward' arg (see above).
5620         Completely reimplemented so as to not sometimes go into an endless
5621         loop.  It should also be more efficient, because first it only
5622         searches for `:', instead of applying the very complex regexp.
5623         (makefile-mode): Cancel `font-lock-support-mode', because blocks
5624         to be fontified in one piece can be too long for JIT.
5625         Makefiles are never *that* big.
5627 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
5629         * dired.el (dired-mode): Simplify.
5631 2005-05-17  Lute Kamstra  <lute@gnu.org>
5633         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5634         defcustom for the mode hook variable.
5636         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5637         Emacs Lisp Reference Manual.
5639 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
5641         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5642         (evenp, list*):
5643         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5644         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5646         * net/tramp-smb.el (tramp-smb-open-connection):
5647         Pass `tramp-chunksize' as fifth (required) argument.
5649 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
5651         * font-lock.el (lisp-font-lock-keywords-1):
5652         Set `font-lock-negation-char-face' for [^...] char group.
5653         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5655         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5656         a var, and refine it to mask one more level of nested vars.
5657         (makefile-rule-action-regex): Turn it into a var, and refine it so
5658         it recognizes backslashed continuation lines as belonging to the
5659         same command.
5660         (makefile-macroassign-regex): Refine it so it recognizes
5661         backslashed continuation lines as belonging to the same command.
5662         (makefile-var-use-regex): Don't look at the next char, because it
5663         might be the same one to be skipped by the initial [^$], leading
5664         to an overlooked variable use.
5665         (makefile-make-font-lock-keywords): Remove two parameters, which
5666         are now variables that some of the modes set locally.
5667         Handle dependency and rule action matching through functions, because
5668         regexps alone match too often.  Dependency matching now comes
5669         last, so it can check, whether a colon already matched something else.
5670         (makefile-mode): Inform that font-lock improves makefile parsing
5671         capabilities.
5672         (makefile-match-dependency, makefile-match-action): New functions.
5674 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
5676         * emacs-lisp/cl-extra.el (equalp): Doc fix.
5678         * align.el (align-regexp):
5679         * ansi-color.el (ansi-color-get-face):
5680         * array.el (array-reconfigure-rows, array-init-max-row)
5681         (array-init-max-column, array-init-columns-per-line)
5682         (array-init-field-width):
5683         * dired-aux.el (dired-trample-file-versions):
5684         * dired-x.el (dired-mark-sexp):
5685         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5686         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5687         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5688         * faces.el (face-read-integer):
5689         * files.el (backup-extract-version, insert-directory):
5690         * hexl.el (hexl-insert-decimal-char):
5691         * server.el (server-process-filter):
5692         * shell.el (shell-extract-num):
5693         * startup.el (command-line-1):
5694         * term.el (term-command-hook):
5695         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5696         (time-stamp-do-number):
5697         * time.el (display-time-update):
5698         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5699         (timezone-fix-time):
5700         * vms-patch.el (vms-suspend-resume-hook):
5701         * calendar/appt.el (appt-convert-time):
5702         * calendar/cal-bahai.el (mark-bahai-diary-entries):
5703         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5704         * calendar/cal-islam.el (mark-islamic-diary-entries):
5705         * calendar/calendar.el (calendar-cursor-to-date)
5706         (calendar-star-date):
5707         * calendar/diary-lib.el (diary-attrtype-convert)
5708         (mark-diary-entries, diary-entry-time):
5709         * calendar/solar.el (solar-get-number):
5710         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5711         * emacs-lisp/re-builder.el (reb-display-subexp):
5712         * emulation/edt.el (edt-set-scroll-margins):
5713         * emulation/tpu-extras.el (tpu-set-scroll-margins):
5714         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5715         (vip-get-ex-count):
5716         * emulation/viper-ex.el (viper-get-ex-token)
5717         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5718         * international/fontset.el (fontset-plain-name):
5719         * mail/feedmail.el (feedmail-look-at-queue-directory):
5720         * mail/mailalias.el (mail-get-names):
5721         * mail/rmail.el (rmail-convert-to-babyl-format):
5722         * mail/rmailsum.el (rmail-make-basic-summary-line)
5723         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5724         (rmail-summary-goto-msg):
5725         * mail/smtpmail.el (smtpmail-read-response):
5726         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5727         (ange-ftp-vms-add-file-entry):
5728         * play/gametree.el (gametree-looking-at-ply)
5729         (gametree-current-branch-score):
5730         * progmodes/ada-xref.el (ada-prj-find-prj-file)
5731         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5732         * progmodes/cperl-mode.el (condition-case):
5733         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5734         (ebrowse-set-member-buffer-column-width)
5735         (ebrowse-select-1st-to-9nth):
5736         * progmodes/etags.el (etags-snarf-tag):
5737         * progmodes/flymake.el (flymake-parse-line):
5738         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5739         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5740         (idlwave-shell-menu-def):
5741         * progmodes/ps-mode.el (ps-run-goto-error):
5742         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5743         (vhdl-speedbar-contract-level):
5744         * term/mac-win.el (x-handle-numeric-switch):
5745         * term/sun-mouse.el (sun-get-frame-data):
5746         * term/w32-win.el (x-handle-numeric-switch):
5747         * term/x-win.el (x-handle-numeric-switch):
5748         * textmodes/ispell.el (ispell-parse-output):
5749         * textmodes/nroff-mode.el (nroff-outline-level):
5750         * textmodes/reftex-cite.el (reftex-bib-sort-year)
5751         (reftex-bib-sort-year-reverse, reftex-format-citation):
5752         * textmodes/reftex-parse.el (reftex-init-section-numbers)
5753         (reftex-section-number):
5754         * textmodes/texinfmt.el (texinfo-paragraphindent):
5755         Replace `string-to-int' by `string-to-number'.
5757         * international/latexenc.el: Add page marker to force the "Local
5758         Variables:" string out of the last page.
5760 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5762         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5763         tooltip-change-major-mode.
5764         (gud-tooltip-print-command): Remove case where gud-minor-mode
5765         is gdb ("--fullname").
5766         (gud-tooltip-tips): Turn GUD tooltips off for this case and
5767         explain to user.
5769 2005-05-16  Jay Belanger  <belanger@truman.edu>
5771         * calc/calc-store.el (calc-copy-special-constant): New function.
5773         * calc/calc-ext.el (calc-init-extensions): Add binding for
5774         `calc-copy-special-constant'.
5776         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5777         for the `calc-copy-special-constant' command.
5779 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5781         * subr.el (left-fringe-p): New function.
5783         * progmodes/compile.el (compilation-setup): Set local value of
5784         overlay-arrow-string to "" always.
5785         (compilation-set-window): Left fringe then don't scroll.
5786         No left fringe then no arrow and scroll message to top.
5787         (compilation-context-lines): Adjust doc string accordingly.
5789 2005-05-16  Kim F. Storm  <storm@cua.dk>
5791         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5792         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5793         (ido-wide-find-dir-or-delete-dir): New command for M-d.
5794         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
5795         (ido-read-file-name): Handle commands with ido property value
5796         equal to find-file as reading a file name, to allow C-d to enter dired.
5797         (ibuffer-find-file): Add ido property with value find-file.
5799 2005-05-15  Kim F. Storm  <storm@cua.dk>
5801         * subr.el (open-network-stream-nowait): Remove.
5802         (open-network-stream-server): Remove.
5804 2005-05-15  Richard M. Stallman  <rms@gnu.org>
5806         * faces.el (describe-face): Output a definition link button.
5808         * help-mode.el (help-face-def): New button type.
5810         * emacs-lisp/copyright.el (copyright-fix-years):
5811         Match properly if the first year is 2-digit.
5812         Don't mess up the whitespace after the years by filling.
5814         * dired-aux.el (dired-mark-confirm):
5815         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5817         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5818         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5819         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5821         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5822         Set font-lock-comment-start-skip.
5824         * font-lock.el (font-lock-comment-start-skip): New variable.
5825         (font-lock-comment-end-skip): New variable.
5826         (font-lock-fontify-syntactically-region): Use them if non-nil.
5828 2005-05-15  Jay Belanger  <belanger@truman.edu>
5830         * calc/calc-store.el (calc-store-value): Return a string rather
5831         than display it as a message.
5832         Use calc-var-name for variable name.
5833         (calc-store-into): Add the result of calc-store-value to message.
5834         (calc-copy-variable): Add a message.
5835         (calc-store-exchange): Improve error messages.
5836         (calc-store-binary, calc-store-map): Don't reset the values of
5837         special constants.
5839 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5841         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5842         manual to docstring.
5844         * files.el (hack-local-variables-confirm): Add STRING argument.
5845         Make the function handle non file visiting buffers correctly.
5846         (hack-local-variables-prop-line, hack-local-variables)
5847         (hack-one-local-variable): Use STRING arg of
5848         `hack-local-variables-confirm'.
5850 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
5852         Sync with Tramp 2.0.49.
5854         * tramp.el (tramp-handle-dired-call-process)
5855         (tramp-handle-insert-directory):`insert-buffer' cannot be used
5856         because the contents of the Tramp buffer is changed before
5857         insertion (`expand-file' and alike).
5858         (tramp-handle-insert-directory): If `localname' has an empty
5859         nondirectory name, it must not be quoted.
5860         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
5861         variable `tramp-chunksize'.  Change callees.
5862         (tramp-open-connection-setup-interactive-shell): Check remote host
5863         for buggy `send-process-string' implementation.
5864         Set `tramp-chunksize' if found.  Reported by Michael Kifer
5865         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5866         (tramp-handle-shell-command): `insert-buffer' cannot be used
5867         because the contents of the Tramp buffer is changed before
5868         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5869         <frederic.bothamy@free.fr>.
5870         (tramp-set-auto-save): Actions should be done for Tramp file name
5871         handler only.  Ange-FTP has its own auto-save mechanism.
5872         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5873         (tramp-set-auto-save-file-modes): Set file modes of
5874         `buffer-auto-save-file-name' to ?\600 as fallback solution.
5875         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5876         (tramp-bug): Remove obsolete variable.
5877         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
5878         for presence of `mml-mode'.  Make it running for older Emacsen as well.
5880 2005-05-14  John Paul Wallington  <jpw@pobox.com>
5882         * ibuf-ext.el (define-ibuffer-filter filename):
5883         If `dired-directory' is a list, use its car.
5885 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
5887         * ibuffer.el (define-ibuffer-column filename):
5888         If `dired-directory' is a list, use its car.
5890 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5892         * subr.el (symbol-file): Doc fix.
5894         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5895         (byte-compile-form): Call byte-compile-nogroup-warn.
5896         (byte-compile-warning-types): Doc fix.
5898         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5900         * progmodes/cc-engine.el (c-literal-faces):
5901         Add font-lock-comment-delimiter-face.
5903         * net/net-utils.el (dig): Use with-no-warnings.
5905         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5906         (sc-recite-frame-alist, sc-default-cite-frame)
5907         (sc-default-uncite-frame, sc-default-recite-frame)
5908         (sc-attrib-selection-list, sc-rewrite-header-list):
5909         Mark as risky-local-variable.
5911         * international/ogonek.el (ogonek-jak, ogonek-how):
5912         Don't use beginning-of-buffer.
5914         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5916         * calendar/solar.el (solar-data-list): Move definition up.
5918         * dnd.el (dnd-protocol-alist): Add autoload.
5920         * progmodes/sh-script.el: Many doc usage fixes.
5921         (sh-indent-after-do): Change default to match common styles.
5923 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
5925         * files.el (interpreter-mode-alist)
5926         (auto-mode-interpreter-regexp): Doc fixes.
5928 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
5930         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5932         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5934 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5936         * dired.el (dired-mode): make-variable-buffer-local =>
5937         make-local-variable.
5939 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5941         * term/mac-win.el (mac-select-convert-to-string): Try coding
5942         systems in mac-script-code-coding-systems if specified one cannot
5943         encode string for `com.apple.traditional-mac-plain-text'.
5945 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
5947         * progmodes/make-mode.el (makefile-targets-face)
5948         (makefile-shell-face, makefile-makepp-perl-face): New faces.
5949         (makefile-dependency-regex): Fix it to not make the colon in
5950         $(var:a=b) special.
5951         (makefile-rule-action-regex): New regexp for highlighting embedded
5952         Shell strings.
5953         (makefile-macroassign-regex): Handle != for highlighting as
5954         embedded Shell strings.
5955         (makefile-var-use-regex): New const.
5956         (makefile-statements, makefile-automake-statements)
5957         (makefile-gmake-statements, makefile-makepp-statements)
5958         (makefile-bsdmake-statements): New consts.
5959         (makefile-make-font-lock-keywords): New function.
5960         (makefile-automake-font-lock-keywords)
5961         (makefile-gmake-font-lock-keywords)
5962         (makefile-makepp-font-lock-keywords)
5963         (makefile-bsdmake-font-lock-keywords): New consts.
5964         (makefile-mode-map): Add switchers between the various submodes.
5965         (makefile-mode): Document the availability of the variants.
5966         (makefile-automake-mode, makefile-gmake-mode)
5967         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5969         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5970         new variants of makefile-mode.
5972 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * font-lock.el (font-lock-comment-delimiter-face): Fix up
5975         the inheritance.
5977 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
5979         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5980         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5982         * files.el (normal-mode): Extend the scope of the
5983         `enable-local-variables' binding to include the `set-auto-mode' call.
5984         (magic-mode-alist): Doc fix.
5986 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5988         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5989         font-lock-comment-face rather than copying its setting.
5991 2005-05-12  Andreas Schwab  <schwab@suse.de>
5993         * eshell/esh-mode.el (eshell-send-input): Doc fix.
5995 2005-05-12  Lute Kamstra  <lute@gnu.org>
5997         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5998         defcustom for the mode hook variable.  Delete the last argument.
5999         * generic-x.el: Fix callers of define-generic-mode.
6000         (generic-x-modes): Delete group.
6001         (show-tabs-tab-face, show-tabs-space-face): Put them in the
6002         generic-x customization group.
6004 2005-05-12  Kim F. Storm  <storm@cua.dk>
6006         * font-lock.el (font-lock-negation-char-face): Default to "off".
6008         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
6009         font-lock-negation-char-face to ! in !=.
6011 2005-05-12  Masatake YAMATO  <jet@gyve.org>
6013         * add-log.el (find-change-log): Fix typos in the docstring
6014         of function.
6016 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6018         * international/latexenc.el (latexenc-find-file-coding-system):
6019         Avoid `re-search-forward' when looking for input encoding because
6020         of speed and safety.  Better regular expressions for recognizing
6021         input encoding.  Limit a search for TeX-master/tex-main-file to
6022         the local variable section.
6024 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
6026         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
6027         syntax of $ to "'" (quote).
6029 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
6031         * dnd.el (dnd-protocol-alist): Improve custom type.
6033         * dired.el (dired-dnd-protocol-alist): New variable.
6034         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
6035         `dired-mode-hook' to the end.
6037 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6039         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
6040         comment-end if comment-start-skip is not set.
6041         Obey the font-lock-comment-delimiter-face variables.
6043 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * files.el (executable-find): Move from executable.el.  Use
6046         locate-file.
6047         * progmodes/executable.el (executable-find): Move to files.el.
6049         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
6050         when trying to ensure forward progress.
6052 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
6054         * mouse-sel.el (mouse-sel-follow-link-p): New function.
6055         (mouse-select, mouse-select-internal, mouse-extend-internal):
6056         Use it to implement mouse-1-click-follows-link functionality.
6058 2005-05-11  Richard M. Stallman  <rms@gnu.org>
6060         * font-lock.el (font-lock-fontify-syntactically-region):
6061         Use font-lock-comment-delimiter-face for comment delimiters.
6063 2005-05-10  Jay Belanger  <belanger@truman.edu>
6065         * calc/calc-help.el (calc-m-prefix-help): Add mention of
6066         preserving embedded modes.
6068 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6070         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
6072         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
6073         Move from ada-stmt.el.
6074         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
6076         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
6077         Move to ada-mode.el.
6078         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
6080         * cus-edit.el (custom-file): Call file-chase-links.
6082         * files.el (read-directory-name): Fix previous change.
6083         (hack-local-variables-confirm): New function.
6084         (hack-local-variables-prop-line, hack-local-variables)
6085         (hack-one-local-variable): Use it.
6087 2005-05-10  Lute Kamstra  <lute@gnu.org>
6089         * font-lock.el (font-lock-keywords-alist)
6090         (font-lock-removed-keywords-alist): Clarify docstrings.
6092 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
6094         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
6095         (gdb-source-info): Check for preprocessor info.
6096         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
6097         a macro for a function.
6098         (gdb-info-breakpoints-custom): Try to find file again if not already
6099         found (user might have used GDB dir command).
6100         (gdb-get-location): Update gdb-location-alist correctly for change
6101         to gdb-info-breakpoints-custom.
6103         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
6104         (gud-tooltip-print-command): Add gdbmi case.
6105         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
6106         preprocessor info.
6108 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6110         * startup.el (fancy-splash-insert): Fix typo in doc string.
6112 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
6114         * obsolete/float.el (string-to-float):
6115         * obsolete/hilit19.el (hilit-add-pattern):
6116         * obsolete/rnews.el (news-parse-range, news-select-message)
6117         (news-get-pruned-list-of-files): Replace `string-to-int' by
6118         `string-to-number'.
6120         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
6121         `find-file-not-found-hooks'; use `add-hook'.
6122         (uncompress-while-visiting): Set `write-file-functions', not
6123         `write-file-hooks'; use `add-hook'.
6125 2005-05-09  Kim F. Storm  <storm@cua.dk>
6127         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
6128         (cua-paste): Handle clipboard action.
6129         (cua--init-keymaps): Remap clipboard-kill-region and
6130         clipboard-kill-ring-save.
6132 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
6134         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6135         Improve commentary.
6137         * simple.el (next-error-overlay-arrow-position): Revert the change
6138         made on 2005-04-30.
6140 2005-05-07  Jay Belanger  <belanger@truman.edu>
6142         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
6143         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
6144         `calc-sel-reselect'.
6146         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
6147         Calc is in embedded mode.
6149 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
6151         * progmodes/compile.el (compilation-setup):
6152         Set overlay-arrow-string to an empty string on text terminals.
6154         * textmodes/ispell.el (ispell-program-name): Try looking for
6155         "aspell" along exec-path, and if found, use it as the default
6156         speller program.
6158 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
6160         * international/mule.el (sgml-xml-auto-coding-function):
6161         Recognize encoding='FOO' in single quotes as well as in double quotes.
6163 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6165         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
6166         as well as `interactive', so that defmacro* would recognize
6167         `declare' forms.
6169 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
6171         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6172         Explain more about the LIGHTER arg's usage in the doc string.
6173         Add commentary to clarify what the code does.  Fix the regexp that
6174         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
6175         since it could have characters special to regular expressions.
6177 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
6179         * replace.el (occur-1): Bind inhibit-read-only so that
6180         erase-buffer doesn't barf on read-only text properties (likewise
6181         for add-text-properties in occur-engine).  Mark buffer as unmodified.
6182         (occur-engine): Don't set buffer-read-only here.
6184 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6186         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
6187         list-buffers-directory.  This caused the *cvs-commit* buffer to be
6188         sometimes mistakenly reused as a *cvs* buffer.
6190 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
6192         * tooltip.el: Move code for GUD tooltips into gud.el.
6193         (require): CL no longer needed to compile case.
6194         (tooltip-mode): Do not toggle functions for GUD tooltips.
6195         (tooltip-gud-tips-p): Remove.  Replace with minor mode
6196         gud-tooltip-mode in gud.el.
6197         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
6198         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
6199         tooltip-gud prefix with gud-tooltip and obsolete.
6200         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
6201         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6202         (tooltip-mouse-motion): Mouse movement functions/variable.
6203         Rename in gud.el by adding gud prefix.
6204         (tooltip-gud-original-filter, tooltip-gud-dereference)
6205         (tooltip-gud-event, tooltip-toggle-gud-tips)
6206         (tooltip-gud-process-output, tooltip-gud-print-command)
6207         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
6208         gud.el by replacing tooltip-gud prefix with gud-tooltip.
6209         (gdb-tooltip-print): Move to gdb-ui.el.
6211         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6212         (require): CL needed to compile case.
6213         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
6214         tooltip-gud-tips-p.  Make it a minor-mode.
6215         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6216         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6217         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6218         (gud-tooltip-change-major-mode)
6219         (gud-tooltip-activate-mouse-motions-if-enabled)
6220         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6221         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6222         (gud-tooltip-original-filter, gud-tooltip-dereference)
6223         (gud-tooltip-event, tooltip-toggle-gud-tips)
6224         (gud-tooltip-process-output, gud-tooltip-print-command)
6225         (gud-tooltip-tips): Move from tooltip.el.
6227         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
6228         (gdb-cpp-define-alist-flags): Doc fix.
6229         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6230         gud-tooltip-mode is t.
6232 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6234         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6235         evaporate if their text is deleted.
6236         (goto-address-at-point): Make it work as a mouse binding as well.
6237         (goto-address-at-mouse): Obsolete it.  Update users.
6239 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6241         * calendar/appt.el (top-level): No longer activate on load.
6243 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
6245         * calendar/cal-bahai.el (mark-bahai-diary-entries):
6246         * net/webjump.el (webjump):
6247         * progmodes/idlw-help.el (idlwave-do-context-help1)
6248         (idlwave-highlight-linked-completions):
6249         * textmodes/po.el (po-find-file-coding-system-guts):
6250         Replace `assoc-ignore-case' by `assoc-string'.
6252 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
6254         * files.el (locate-file): Doc fix.
6256         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6257         Remove the redundant test for ms-dos.
6259         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6260         look for the preprocessor with exec-suffixes.  If not found in
6261         standard places, look in exec-path.  Remove most of the tests that
6262         used system-type.
6264         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6266         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6268         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6269         file-name clash with jka-compr.el on 8+3 filesystems.
6271 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6273         * term/mac-win.el: Don't define or bind scroll bar functions if
6274         x-toolkit-scroll-bars is t.
6275         (x-select-text, x-get-selection-value): Clear
6276         x-last-selected-text-clipboard if x-select-enable-clipboard is
6277         nil.
6278         (PRIMARY): Put mac-scrap-name property.
6279         (mac-select-convert-to-file-url): New function.
6280         (public.file-url): New selection target type.  Add to
6281         selection-converter-alist.
6282         (x-get-selection, x-selection-value): Handle it.
6283         (x-cut-buffer-or-selection-value): New alias.
6285 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6287         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6288         entry to avoid calling bibtex-find-entry with arg global
6289         being t.  Remove arg key.
6290         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6291         (bibtex-copy-summary-as-kill): Change accordingly.
6293 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6295         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6296         (org-agenda-date-later): Use with-current-buffer.
6298 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6300         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6301         (define-obsolete-variable-alias): Doc Fixes.
6303 2005-05-06  Kim F. Storm  <storm@cua.dk>
6305         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
6306         vertical-motion when selective-display is active.
6308         * ido.el (ido-setup-hook): New hook.
6309         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6310         (ido-input-stack): New var.
6311         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
6312         ido-next-work-file binding to M-O.
6313         Bind M-f to ido-wide-find-file-or-pop-dir.
6314         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6315         (ido-read-internal): Run ido-setup-hook.
6316         Catch quit in read-file-name and read-string to cancel edit.
6317         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6318         Automatically pop-all when completing a directory name (RET).
6319         (ido-file-internal): Add with-no-warnings around ffap and dired code.
6320         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6321         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6322         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6323         New functions for M-b/M-f to move among the directory components.
6324         (ido-make-merged-file-list): Catch quit to cancel merge.
6325         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6326         (ido-completion-help): No warnings for ido-completion-buffer-full.
6328 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
6330         * font-lock.el (font-lock-negation-char-face): New face and variable.
6331         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6332         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6333         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6334         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6336 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
6338         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6339         Fix typo in docstring.
6341         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6342         (ebrowse-print-statistics-line)
6343         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6345         * term/w32-win.el (image-library-alist): Add additional name for
6346         Xpm library.
6348 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
6350         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6351         use gcc instead of cpp.
6353         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6354         (gdb-create-define-alist): Use it.
6355         (gdb-cpp-define-alist-program): Update for MS-DOS.
6357 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
6359         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6361 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6363         * help.el (describe-key): No error when UNTRANSLATED is nil.
6365         * simple.el (line-move-1): Fix previous change to signal errors
6366         appropriately.
6368 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
6370         * calendar/icalendar.el (icalendar-version): Now at 0.12.
6371         (icalendar-duration-correction): Remove.
6372         (icalendar--get-event-properties): Split result at commas.
6373         (icalendar--decode-isoduration): New optional argument
6374         DURATION-CORRECTION.
6375         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6376         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6377         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6378         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6379         (icalendar--convert-anniversary-to-ical): New functions, extracted
6380         from icalendar-export-region, with bug fixes.
6381         (icalendar-export-region): Use the above functions.
6382         (icalendar-import-buffer): Check before saving diary file.
6383         (icalendar--convert-recurring-to-diary)
6384         (icalendar--convert-non-recurring-all-day-to-diary)
6385         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6386         extracted from icalendar--convert-ical-to-diary, with bug fixes.
6387         (icalendar--convert-ical-to-diary): Use the above functions.
6389 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
6391         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6392         Remove these recent additions.
6393         (c-mode): Restore to before 2005-04-28.
6395         * progmodes/cc-vars.el (cc-define-list-program): Remove this
6396         recent addition.
6398         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6399         (gdb-define-alist): New variables.
6400         (gdb-create-define-alist): New function.
6401         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6402         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6403         with string-to-number.
6404         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
6406         * progmodes/gud.el: Replace string-to-int with string-to-number.
6407         (gud-find-file): Handle gdb-define-alist.
6409         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6411 2005-05-02  Jay Belanger  <belanger@truman.edu>
6413         * calc/calc-aent.el (math-read-token):
6414         * calc/calc-bin.el (calc-word-size):
6415         * calc/calc-ext.el (calc-read-number-fancy):
6416         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6417         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6418         * calc/calc-frac.el (calc-over-notation):
6419         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6420         (calc-graph-num-points, calc-graph-init):
6421         * calc/calc-prog.el (calc-read-parse-table-part)
6422         (calc-edit-macro-repeats):
6423         * calc/calc-yank.el (calc-do-grab-rectangle):
6424         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6425         Replace `string-to-int' by `string-to-number'.
6427 2005-05-02  Kim F. Storm  <storm@cua.dk>
6429         * kmacro.el: Use executing-kbd-macro-index variable.
6431 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
6433         * net/rlogin.el (rlogin-parse-words): Delete func.
6434         (rlogin): Use split-string, not rlogin-parse-words.
6435         Also, if there are option-like elements in the parsed args,
6436         take the host to be the first arg immediately following them.
6437         Suggested by Michael Mauger.
6439 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6441         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6443 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6445         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6446         (cc-mode-cpp-program): Rename to cc-define-list-program and
6447         move to cc-vars.el.
6449         * progmodes/cc-vars.el (cc-define-list-program):
6450         Change to "gcc -E -dM -".  Make customizable.
6452 2005-05-02  Kim F. Storm  <storm@cua.dk>
6454         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6456 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6458         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6460         * international/mule-util.el (truncate-string): Remove alias and
6461         obsolete declaration.
6463         * international/mule-cmds.el (update-iso-coding-systems):
6464         Remove alias and obsolete declaration.
6466         * international/mule.el (coding-system-parent): Remove alias and
6467         obsolete declaration.
6469         * subr.el (define-function, sref): Remove aliases and obsolete
6470         declarations.
6471         (chars-in-region): Remove obsolete declaration.
6473 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6475         * info.el (Info-mode): Set widen-automatically to nil, locally.
6477         * simple.el (widen-automatically): New variable.
6478         (pop-global-mark): Obey widen-automatically.
6480 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
6482         * term/xterm.el (function-key-map): Call substitute-key-definition
6483         before the keymap size is increased by a lot of define-key calls.
6485 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6487         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6488         Rename ARG to ELEMENT.  Doc fix.
6490 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
6492         * allout.el (allout-exposure): Remove macro and obsolete declaration.
6493         Remove references to allout-exposure/change to allout-new-exposure.
6495         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6496         bytecode symbols.
6498         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6499         (compiled-function-p, focus-frame, unfocus-frame):
6500         Remove aliases and obsolete declarations.
6501         Back out inadvertent changes from previous commit.
6503 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6505         * files.el (require-final-newline): Make Custom tags consistent
6506         with mode-require-final-newline.
6507         (mode-require-final-newline): Doc fix.
6509 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
6511         * international/latexenc.el (latexenc-find-file-coding-system):
6512         Fix regular expressions.
6514 2005-05-01  David Kastrup <dak@gnu.org>
6516         * international/latexenc.el (latexenc-find-file-coding-system):
6517         Fix regular expressions.
6519 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
6521         * subr.el (string-to-int): Make obsolete.
6523 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6525         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6527         * loadup.el: load jka-comp-hook.
6529         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6530         (jka-compr-handler): Add autoload.  `put' calls moved
6531         to jka-comp-hook.el.
6532         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6533         (jka-compr-inhibit): Autoload.
6535         * jka-comp-hook.el: New file.
6536         Enable the mode by default.
6538         * files.el (backup-buffer-copy): Use copy-file instead
6539         of write-region, and put back the 'excl.
6541 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
6543         * progmodes/flymake.el (flymake-split-string)
6544         (flymake-split-string, flymake-log, flymake-pid-to-names)
6545         (flymake-reg-names, flymake-get-source-buffer-name)
6546         (flymake-unreg-names, flymake-add-line-err-info)
6547         (flymake-add-err-info): Clarify docstrings.
6548         (flymake-popup-menu, flymake-make-emacs-menu)
6549         (flymake-make-xemacs-menu): Add docstrings.
6550         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6551         Set variables directly throughout.
6553 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
6555         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6556         exists.  Initialize cc-define-alist.
6557         (c-mode): Add cc-create-define-alist locally to after-save-hook.
6558         If there is no file (Macroexpansion) don't create an alist.
6560 2005-04-29  Sam Steingold  <sds@gnu.org>
6562         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6563         (cc-create-define-alist): Use it instead of the hard-coded string.
6565 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * international/mule-conf.el (file-coding-system-alist): Fix regexp
6568         for latexenc.
6570 2005-04-29  Lute Kamstra  <lute@gnu.org>
6572         * emacs-lisp/generic.el: Improve commentary section.
6573         (define-generic-mode): Improve docstring.
6575 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
6577         * textmodes/org.el (many places): Change to quiet the byte compiler.
6578         (org-prefix-format-compiled): New variable.
6579         (org-compile-prefix-format): New function.
6580         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6581         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6582         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6583         (org-get-entries-from-diary): Use `org-get-time-of-day' for
6584         consistency with entries from `org-mode' files.
6585         (org-get-time-of-day): Fix bug with partial matches early in a line.
6586         (org-non-link-chars): New constant.
6587         (org-link-regexp): Respect `org-non-link-chars'.
6588         (org-agenda-day-view): Remove command.
6589         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6590         (org-follow-bbdb-link, org-store-link): Search also company field.
6591         (org-highlight-overlay): New variable.
6592         (org-highlight, org-unhighlight): New functions.
6593         (org-agenda-mode): Add pre-command-hook to remove highlight.
6594         (org-evaluate-time-range): Behavior depends upon whether time stamp
6595         contains a time or not.
6596         (org-show-subtree, org-show-entry): New functions.
6597         (org-agenda-cleanup-fancy-diary): Remove empty lines.
6599 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
6601         * comint.el (comint-output-filter-functions): Add autoload cookie.
6603 2005-04-28  Kim F. Storm  <storm@cua.dk>
6605         * ido.el (ido-everywhere): Fix last change.
6607 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6609         * international/latexenc.el: New file.
6610         * international/mule-conf.el (file-coding-system-alist): For .tex,
6611         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6613 2005-04-28  Lute Kamstra  <lute@gnu.org>
6615         * font-lock.el (font-lock-add-keywords)
6616         (font-lock-remove-keywords): Clarify docstring.
6617         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6618         Don't start docstrings with a `*'.
6619         (font-lock-update-removed-keyword-alist): Give it a docstring.
6621         * generic-x.el: Update commentary section.
6622         Only require font-lock when compiling.
6623         Define all modes conditionally.
6624         Place all generic modes in the generic-x-modes customization group.
6625         (generic-x-modes): New customization group.
6626         (generic-default-modes, generic-mswindows-modes)
6627         (generic-unix-modes, generic-other-modes): New constants.
6628         (generic-define-mswindows-modes, generic-define-unix-modes):
6629         Update docstrings.  Make them obsolete.
6630         (generic-extras-enable-list): New default value.  Update docstring.
6631         Improve :type.  Change :set function.
6632         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6633         Fix docstring.
6635         * emacs-lisp/generic.el (generic-mode-internal):
6636         Simplify font-lock-defaults.
6637         (define-generic-mode): Fix docstring.
6639 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6641         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6642         font-lock-face property to highlight matches.
6644 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
6646         * progmodes/cc-mode.el (cc-create-define-alist): New function.
6647         (cc-define-alist): New variable.
6648         (c-mode): Make it local and initialize it.
6650         * progmodes/gdb-ui.el (gdb-active-process): New variable.
6651         (gdb-exited): New function.
6652         (gdb-annotation-rules): Use it.
6653         (gdb-starting): Set gdb-active-process to t.
6654         (gdb-stopping): Amend doc string.
6655         (gdb-reset): Set gdb-active-process to nil.
6657         * tooltip.el (tooltip-gud-tips): Show the associated #define
6658         directives when a C program under GDB is not executing.
6660 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6662         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6663         font-lock-fontify-syntactic-keywords.
6665         * font-lock.el (font-lock-default-fontify-region): Don't force
6666         parse-sexp-lookup-properties to nil.
6668 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6670         * man.el (man-mode-syntax-table): Set up `:' to have
6671         word-constituent syntax.
6673 2005-04-27  Lute Kamstra  <lute@gnu.org>
6675         * novice.el (disable-command): Don't add spurious newlines to the
6676         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
6678 2005-04-26  Jay Belanger  <belanger@truman.edu>
6680         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6681         than one window before deleting window.
6683 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
6685         * shell.el (shell-prompt-pattern): Doc fix.
6686         (shell-mode): Set paragraph-separate buffer locally to "\\'".
6688         * comint.el (comint-prompt-regexp, comint-get-old-input)
6689         (comint-use-prompt-regexp)
6690         (comint-use-prompt-regexp-instead-of-fields)
6691         (comint-replace-by-expanded-history, comint-send-input)
6692         (comint-output-filter, comint-get-old-input-default)
6693         (comint-line-beginning-position, comint-bol, comint-show-output)
6694         (comint-backward-matching-input, comint-forward-matching-input)
6695         (comint-next-prompt, comint-previous-prompt):
6696         Rename `comint-use-prompt-regexp-instead-of-fields' to
6697         `comint-use-prompt-regexp'.  Keep old name as alias and declare
6698         obsolete.
6699         (comint-use-prompt-regexp): Shorten first line of doc string.
6701         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6702         Set paragraph-separate buffer locally to "\\'".
6704         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6705         Adapt to above name change.
6707         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6708         (smbclient-prompt-regexp): Ditto.
6710         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6712 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
6714         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6715         gdb-location-list.
6716         Break lines that are over 80 characters wide.
6718 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6720         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6721         New fun and var, to preserve compatibility.
6723         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6725 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
6727         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6728         name to file-newer-than-file-p.
6730 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6732         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6734         * progmodes/python.el (python-mode):
6735         Use new name eldoc-documentation-function.
6737         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6739         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6740         (eldoc-documentation-function):
6741         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
6743 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
6745         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6747 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
6749         * term/xterm.el (function-key-map): Fix strings for
6750         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
6751         {C,S,A,C-S}-{f1-f12}.
6753 2005-04-26  Kenichi Handa  <handa@m17n.org>
6755         * international/mule-cmds.el (select-safe-coding-system):
6756         Fix previous change.
6758 2005-04-26  Lute Kamstra  <lute@gnu.org>
6760         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6762         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6763         (font-lock-comment-delimiter-face): Ditto.
6765         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6767 2005-04-25  Jay Belanger  <belanger@truman.edu>
6769         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6770         to t while inserting information; use help-mode.
6772 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
6774         * term.el (ansi-term-color-vector): Use the xterm colors.
6775         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
6777 2005-04-25  Lute Kamstra  <lute@gnu.org>
6779         * font-core.el (font-lock-defaults): Fix docstring.
6781         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6783 2005-04-25  Kenichi Handa  <handa@m17n.org>
6785         * international/mule-cmds.el (select-safe-coding-system):
6786         Don't check consistency with coding: spec, etc if raw-text or
6787         no-conversion was found to be safe.
6789 2005-04-24  Richard M. Stallman  <rms@gnu.org>
6791         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6792         citation markers at start of each line.
6794         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6795         citation markers at start of each line.
6797         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6799         * files.el (mode-require-final-newline): Fix previous change.
6800         (require-final-newline): Fix type label.
6802 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6804         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6805         statement in buffer (broken by 2004-11-24 change).
6807 2005-04-24  Kim F. Storm  <storm@cua.dk>
6809         * ido.el (ido-everywhere): Save and restore old read-buffer-function
6810         and read-file-name-function values.  Don't overwrite existing
6811         non-nil values if ido-mode is enabled without ido-everywhere.
6813 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
6815         * files.el (mode-require-final-newline): Minor doc fix.
6817 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6819         * subr.el (syntax-after): Doc fix.
6820         (syntax-class): If argument is nil, return nil.  Mask off upper 16
6821         bits, not 8 bits.
6823         * files.el (mode-require-final-newline): Doc fix.
6824         (backup-buffer-copy): Fix last change.
6826 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6828         * term/mac-win.el: Require select.  Set selection-coding-system to
6829         mac-system-coding-system.  Call menu-bar-enable-clipboard.
6830         (x-last-selected-text-clipboard, x-last-selected-text-primary)
6831         (x-select-enable-clipboard): New variables.
6832         (x-select-text, x-get-selection, x-selection-value)
6833         (x-get-selection-value, mac-select-convert-to-string)
6834         (mac-services-open-file, mac-services-open-selection)
6835         (mac-services-insert-text): New functions.
6836         (CLIPBOARD, FIND): Put mac-scrap-name property.
6837         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6838         (public.tiff): Put mac-ostype property.
6839         (selection-converter-alist): Add entries for them.
6840         (mac-application-menu-map): New keymap.
6841         (interprogram-cut-function, interprogram-paste-function): Set to
6842         x-select-text and x-get-selection-value, respectively.
6843         (split-window-keep-point): Set to t.
6845 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6847         * files.el (read-directory-name): Always pass non-nil
6848         DEFAULT-FILENAME arg to read-file-name.
6849         (backup-buffer-copy, basic-save-buffer-2): Take care against
6850         writing thru an unexpected existing symlink.
6851         (revert-buffer): In indirect buffer, revert the base buffer.
6852         (magic-mode-alist): Doc fix.
6853         (buffer-stale-function): Doc fix.
6854         (minibuffer-with-setup-hook): Avoid warning.
6855         (mode-require-final-newline): Doc and custom fix.
6857         * follow.el (follow-end-of-buffer): Use with-no-warnings.
6859         * font-lock.el (font-lock-comment-face): On terminals with few colors,
6860         use the default appearance.
6861         (font-lock-comment-delimiter-face): New face, new variable.
6863         * imenu.el (imenu--generic-function): The official position of a
6864         definition is the start of the line that BEG is in.
6866         * midnight.el (midnight-timer): Move defvar up.
6868         * mouse.el (mouse-drag-region-1): Delete some debugging code.
6870         * saveplace.el (save-place-to-alist): Use with-no-warnings.
6872         * startup.el (command-line): Use with-no-warnings.
6874         * window.el (window-size-fixed): New defvar.
6876         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6878         * mail/rmail.el (rmail-font-lock-keywords):
6879         Use font-lock-comment-delimiter-face.
6881         * mail/sendmail.el (mail-font-lock-keywords):
6882         Use font-lock-comment-delimiter-face.
6884         * progmodes/compile.el (next-error-highlight-timer): New defvar.
6886 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6888         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6889         Specify t for LAXMATCH when matching directories.
6890         Save match data around compilation-compat-error-properties form.
6892 2005-04-23  David Kastrup  <dak@gnu.org>
6894         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6895         Mention that the autoloaded aliases should be kept for AUCTeX.
6897 2005-04-23  Andreas Schwab  <schwab@suse.de>
6899         * isearch.el (isearch-forward): Doc fix.
6901 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
6903         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6904         (jit-lock-stealth-nice): Change default value to 0.5.
6906 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6908         * abbrev.el (write-abbrev-file): Write table entries in
6909         alphabetical order by table name.
6911 2005-04-22  Kim F. Storm  <storm@cua.dk>
6913         * ido.el (ido-read-internal): Fix `list' completion.
6915 2005-04-22  Kenichi Handa  <handa@m17n.org>
6917         * recentf.el (recentf-save-file-coding-system): New variable.
6918         (recentf-save-list): Encode the file by
6919         recentf-save-file-coding-system and add coding: tag.
6921 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6923         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6925 2005-04-21  Lute Kamstra  <lute@gnu.org>
6927         * loadhist.el (unload-feature): Don't remove a function from hooks
6928         if it is about to be restored to an autoload .  Remove functions
6929         that will become unbound from auto-mode-alist.  Simplify the code.
6931         * subr.el (assq-delete-all): New implementation that is linear,
6932         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
6933         (rassq-delete-all): New function.
6935         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6936         Add size-indication-mode.
6938 2005-04-21  Kenichi Handa  <handa@m17n.org>
6940         * international/mule-cmds.el: Add autoload for widget-value in
6941         eval-when-compile.
6943 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
6945         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6946         Add tooltip-mode.
6948         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6950 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
6952         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6953         (inferior-lisp-filter-regexp, inferior-lisp-program)
6954         (inferior-lisp-load-command, inferior-lisp-prompt)
6955         (inferior-lisp-mode-hook, lisp-source-modes)
6956         (inferior-lisp-load-hook): defvar->defcustom.
6957         (inferior-lisp-program, inferior-lisp-prompt)
6958         (inferior-lisp-load-hook): Doc fixes.
6959         (inferior-lisp-install-letter-bindings): Small change in
6960         introductory comment.
6962 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
6964         * vc.el (vc-annotate-color-map): Change some colors so that text
6965         using them as foreground is readable on both white and black
6966         backgrounds.
6968 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6970         * international/mule-conf.el (translation-table-for-input):
6971         Remove redundant declaration.
6973 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
6975         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6977         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6978         (tooltip-toggle-gud-tips): New function.
6980 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6982         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6983         right angle brackets.
6985 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
6987         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6989 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6992         Remove.  Update callers to use expand-file-name instead.
6994         * subr.el (syntax-class): New function.
6996         * simple.el (blink-matching-open): Use it.
6998         * paren.el (show-paren-function): Use it to recognize parens that are
6999         also used in 2-char comment markers.
7001 2005-04-19  Lute Kamstra  <lute@gnu.org>
7003         * loadhist.el (unload-feature): Update for new format of
7004         load-history.  Simplify the code.
7006 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7008         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
7009         (mac-add-charset-info): New function.  Initialize variable
7010         mac-charset-info-alist using it.
7011         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
7012         for translation.
7013         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
7014         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
7015         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
7016         New CCL programs.
7018 2005-04-19  Kim F. Storm  <storm@cua.dk>
7020         * simple.el (next-buffer, prev-buffer, next-error)
7021         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7022         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
7024         * bindings.el (next-buffer, prev-buffer, next-error)
7025         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7026         (clone-indirect-buffer-other-window): Move bindings from simple.el.
7027         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
7028         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
7030 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7032         * isearch.el (isearch-edit-string): Make the search-ring available for
7033         minibuffer history commands.
7034         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
7035         the default history commands now work just as well.
7036         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
7038 2005-04-18  Kim F. Storm  <storm@cua.dk>
7040         * emulation/cua-base.el (cua--pre-command-handler): Add more
7041         elaborate check for shift modifier on non-window systems.
7043 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
7045         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
7047 2005-04-18  Kim F. Storm  <storm@cua.dk>
7049         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
7050         and make it optional.  Don't test tooltip-gud-echo-area here.
7051         (tooltip-gud-process-output, gdb-tooltip-print):
7052         Pass tooltip-gud-echo-area to tooltip-show.
7053         (tooltip-help-tips): Remove second optional arg to tooltip-show.
7055 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7057         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
7058         `display-graphic-p' may not be bound yet.
7060 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
7062         * startup.el (command-line): No longer enable Xterm Mouse mode by
7063         default in terminals compatible with xterm.
7065         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7067 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7069         * tooltip.el (tooltip-gud-echo-area): Rename from
7070         tooltip-use-echo-area.
7071         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
7072         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
7073         area independently of where help tooltips are displayed.
7075 2005-04-17  David Kastrup  <dak@gnu.org>
7077         * cus-theme.el (custom-theme-write-variables): Quote variables
7078         where necessary.
7080 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7082         * simple.el (yank-excluded-properties): Add follow-link to value.
7084         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
7086         * startup.el (fancy-splash-max-time): Just 30 seconds.
7087         (fancy-splash-delay): Just 7.
7088         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
7090         * loadhist.el (unload-feature): Update for new format of load-history.
7091         Simplify the code.
7093         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
7094         (rmail-font-lock-keywords): Don't fontify the text of a citation.
7096         * mail/sendmail.el (mail-font-lock-keywords):
7097         Don't fontify subject text.
7098         Don't fontify the text of a citation.
7100 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
7102         * comint.el (comint-output-filter): Run comint-output-filter-functions
7103         with point where the user had it.
7105 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7107         * international/ucs-tables.el (ucs-set-table-for-input):
7108         Disable when using unify-on-decoding.
7110 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
7112         * emulation/cua-base.el (cua-global-mark-face): Add special case
7113         for displays supporting a high number of colors.
7115 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
7117         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
7119 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
7121         * filesets.el (filesets-add-buffer): If user supplies a name of a
7122         non-existing fileset, create a new fileset.
7124 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
7126         * textmodes/org.el (org-up-heading-all): Fix bug with
7127         `outline-up-heading-all'.
7129 2005-04-16  Andreas Schwab  <schwab@suse.de>
7131         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
7132         /etc/permissions.d/* and /etc/aliases.d/*.
7134 2005-04-16  Kenichi Handa  <handa@m17n.org>
7136         * international/code-pages.el (cp-make-coding-system):
7137         Set `translation-table-for-input' property value to the symbol
7138         ucs-mule-to-mule-unicode, not to that value.
7139         (pt154): Escape guillemet by `\'.
7141 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
7143         * loadup.el: Load tooltip if x-show-tip is fboundp.
7145         * startup.el (command-line): Add comment.
7147         * tooltip.el (tooltip-mode): Specify correct standard value for
7148         Custom in init-value.
7150 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
7152         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
7153         possible.
7155 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
7157         * textmodes/org.el (org-agenda-date-prompt): Rename from
7158         `org-agenda-date-today'.
7159         (org-evaluate-time-range): Insert at point instead of directly
7160         after time range.
7161         (org-first-headline-recenter, org-subtree-end-visible-p)
7162         (org-optimize-window-after-visibility-change): New functions
7163         (org-agenda-post-command-hook): Don't allow point at end of line,
7164         to make sure it always hits the text properties.
7165         (org-agenda-next-date-line, org-agenda-previous-date-line):
7166         New commands.
7167         (org-set-regexps-and-options): Category may contain white space.
7168         (org-agenda-get-deadlines, org-agenda-get-scheduled):
7169         Improve marker positions.
7170         (org-agenda-new-marker): Argument POS made optional.
7171         (org-agenda-get-timestamps): Deadlines which are done are listed
7172         in org-done-face now.
7173         (org-agenda-get-todos, org-agenda-get-timestamps)
7174         (org-agenda-get-deadlines, org-agenda-get-scheduled):
7175         Set `undone-face' and `done-face' properties.
7176         (org-last-todo-state-is-todo): New variable.
7177         (org-todo): Set `org-last-todo-state-is-todo'.
7178         (org-agenda-todo): Change face according to
7179         `org-last-todo-state-is-todo'.  And change other lines referring to
7180         the same entry.
7181         (org-calendar-goto-agenda): New command.
7182         (org-calendar-to-agenda-key): New option.
7183         (org-startup-folded): New allowed value `content'.
7184         (org-set-regexps-and-options): Accept new value `content' for
7185         `org-startup-folded'.
7186         (org-get-current-options): Handle new value `content' for
7187         `org-startup-folded'.
7188         (org-insert-todo-heading): New command.
7189         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
7190         interactively in empty file and option
7191         `org-insert-mode-line-in-empty-file' has been set.
7192         (org-agenda-todo,org-agenda-priority): Modify to use
7193         `org-agenda-change-all-lines'.
7194         (org-warning-face): Change color on dark background
7196 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7198         * international/mule-cmds.el (set-locale-environment): On Mac OS,
7199         use preferences AppleLocale and AppleLanguages, and variable
7200         mac-system-locale for default locale.  On Mac OS Classic, use
7201         mac-system-coding-system for default coding systems.
7203         * term/mac-win.el: Don't set file-name-coding-system.
7204         Decode variables system-name, emacs-build-system, user-login-name, and
7205         user-full-name by mac-system-coding-system on Mac OS Classic.
7206         (mac-system-coding-system): New variable.
7208 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
7210         * startup.el (command-line): Handle `xterm-mouse-mode' before
7211         reading init file.
7213         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
7215 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
7217         * progmodes/sh-script.el (sh-here-document-word): Make it a
7218         defcustom.  Doc fix.
7219         (sh-add): Bash uses $(( )) for arithmetic.
7220         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7221         (sh-maybe-here-document): Remove quotes and leading whitespace
7222         from heredoc word when closing.  Indent heredoc with tabs if word
7223         starts with "-".
7225 2005-04-13  Richard M. Stallman  <rms@gnu.org>
7227         * simple.el (undo): Fix previous change.
7229         * custom.el (defface): Doc fix.
7231 2005-04-13  Lute Kamstra  <lute@gnu.org>
7233         * Makefile.in (DONTCOMPILE): Remove list.
7234         (compile, compile-always): Don't use DONTCOMPILE.
7235         (update-authors): Load the library in which batch-update-authors
7236         is defined.
7237         * makefile.w32-in (DONTCOMPILE): Remove list.
7238         (compile, compile-always): Fix comments.
7239         (update-authors): Load the library in which batch-update-authors
7240         is defined.
7242         * generic-x.el (generic-mode-ini-file-find-file-hook):
7243         Rename to ini-generic-mode-find-file-hook.
7244         Keep generic-mode-ini-file-find-file-hook as an alias.
7245         (ini-generic-mode-find-file-hook): Rename from
7246         generic-mode-ini-file-find-file-hook.  Fix docstring.
7247         (ini-generic-mode): Docstring change.
7248         (bat-generic-mode-run-as-comint): Silence the byte compiler.
7250         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7251         called from lisp.
7253         * generic.el: Move to the emacs-lisp subdir.
7255 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
7257         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7258         and C-S- function and cursor motion keys.
7260 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
7262         * startup.el (command-line): Enable Xterm Mouse mode by default.
7263         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7264         for Custom.  No longer show "Mouse" in mode line when enabled.
7265         Doc fix.
7267 2005-04-12  Kim F. Storm  <storm@cua.dk>
7269         * emulation/cua-base.el (cua-rectangle-face)
7270         (cua-rectangle-noselect-face): Define face attributes here.
7272         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7274 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7276         * startup.el (command-line): Turn off blinking cursor if
7277         cursorBlink in resources is off or false.
7279 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7281         * term/mac-win.el (dnd): Require dnd.
7282         (mac-drag-n-drop): Call dnd-handle-one-url.
7283         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7284         (kTextEncodingISOLatin2): Remove constants.
7285         (mac-script-code-coding-systems): New constant.
7286         (mac-handle-language-change): New function.
7287         (special-event-map): Bind it to `language-change' event.
7288         (mac-centraleurroman, mac-cyrillic): New coding systems.
7289         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7290         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7291         and mac-cyrillic-encoder to encode-mac-centraleurroman and
7292         encode-mac-cyrillic, respectively.
7294 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7296         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7297         Don't set overlay-arrow-string to "=>" as this is done
7298         globally in C now.
7300 2005-04-12  Lute Kamstra  <lute@gnu.org>
7302         * generic-x.el (rc-generic-mode, rul-generic-mode):
7303         Fix auto-mode-alist entries.
7304         (etc-fstab-generic-mode): Tweak fontification.
7306         * generic.el (generic-make-keywords-list): Fix docstring.
7307         (generic-mode-internal): Simplify generic-font-lock-keywords.
7309 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
7311         * whitespace.el (whitespace-buffer-leading)
7312         (whitespace-buffer-trailing): Revert the incorrect test inversion.
7313         However, fix the highlight area for the leading and
7314         trailing whitespaces to show space.
7316 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
7318         * whitespace.el (whitespace-version): Bump to 3.5
7320         (whitespace-buffer-leading, whitespace-buffer-trailing):
7321         Invert sense of the test to highlight the whitespace.
7323 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7325         * progmodes/gud.el (gud-display-line): GUD uses its own
7326         overlay arrow now so don't set overlay-arrow-string.
7327         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7329 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
7331         * term.el (term-ansi-current-bold, term-ansi-current-underline)
7332         (term-ansi-current-reverse, term-ansi-current-invisible)
7333         (term-ansi-face-already-done): Change to boolean.
7334         (term-reset-terminal, term-handle-colors-array): Handle the above
7335         vars accordingly.
7336         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7337         (term-emulate-terminal): Use the new name.
7339         * faces.el (secondary-selection): Use yellow1, not yellow.
7340         (trailing-whitespace): Use red1, not red.
7342 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7344         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7345         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7346         (dired-dnd-handle-file): Call dnd-get-local-file-uri
7348         * cus-edit.el (dnd): New group.
7350         * term/w32-win.el (dnd): Require dnd
7351         (w32-drag-n-drop): Call dnd-handle-one-url.
7353         * x-dnd.el: Require dnd.
7354         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7355         Call dnd-handle-one-url.
7356         (x-dnd-types-alist, x-dnd-insert-utf8-text)
7357         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7358         to dnd-insert-text.
7359         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7360         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7361         (x-dnd-get-local-file-name, x-dnd-open-local-file)
7362         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7364         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7366 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7368         * wdired.el: Doc fixes.
7369         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7370         (wdired-use-dired-vertical-movement): Rename from
7371         wdired-always-move-to-filename-beginning.
7372         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7373         (wdired-change-to-wdired-mode): Change mode name.
7374         (wdired-newline): Delete.
7376 2005-04-11  Richard M. Stallman  <rms@gnu.org>
7378         * whitespace.el (whitespace-highlight-the-space):
7379         Don't call whitespace-unhighlight-the-space here.
7381         * simple.el (undo): Record t in undo-equiv-table
7382         for the redo record made by an undo-in-region.
7384 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7386         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7387         (gdb-frame-inferior-io-buffer): New Functions to control
7388         display of separate IO buffer.
7389         (menu): Add them to menu-bar.
7390         (gdb-display-buffer): Check for buffer another frame.
7391         Protect GUD buffer.
7392         (gdb-setup-windows): Create IO buffer if not already there.
7393         (gdb-memory-mode): Remove purecopy noops.
7395 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7397         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7398         and pass to self-insert-command.
7400 2005-04-11  Lute Kamstra  <lute@gnu.org>
7402         * generic.el: Commentary section cleanup.
7403         (generic): Delete.
7404         (generic-use-find-file-hook, generic-lines-to-scan)
7405         (generic-find-file-regexp, generic-ignore-files-regexp)
7406         (default-generic-mode, generic-mode-find-file-hook)
7407         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7408         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
7409         (generic-use-find-file-hook, generic-lines-to-scan)
7410         (generic-find-file-regexp, generic-ignore-files-regexp)
7411         (default-generic-mode, generic-mode-find-file-hook)
7412         (generic-mode-ini-file-find-file-hook): Move from generic.el.
7414 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
7416         * bookmark.el (bookmark-write-file): Catch errors writing file.
7417         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7419 2005-04-10  Richard M. Stallman  <rms@gnu.org>
7421         * startup.el (fancy-splash-tail): Update copyright year.
7422         (command-line): Split part of -Q into -D.
7423         (emacs-basic-display): New defvar.
7424         (fancy-splash-text): Correct name of menu item.
7426         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7428         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7429         lines in one node.
7431         * comint.el (comint-send-input): New arg ARTIFICIAL.
7432         Callers in this file changed.
7434         * abbrev.el (define-abbrevs): Read system abbrevs properly.
7436         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7438 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
7440         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
7441         `ldap-search-internal'.
7443 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7445         * files.el (set-auto-mode-1): Use line-end-position.
7447         * international/latin-1.el:
7448         * international/latin-2.el:
7449         * international/latin-3.el:
7450         * international/latin-4.el:
7451         * international/latin-5.el:
7452         * international/latin-8.el:
7453         * international/latin-9.el: Give punctuation syntax to NBSP.
7455         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7456         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7457         Use char-classes to accept non-ascii letters, accepted in some recent
7458         bibtex implementations.
7460 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
7462         * custom.el (custom-set-minor-mode): Any non-nil value for the
7463         variable should enable the mode when set through Custom.
7465 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7468         TAB binding so tab-always-indent is obeyed.
7469         (vhdl-minibuffer-local-map): Move initialization into declaration.
7470         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7471         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7472         (vhdl-hooked-abbrev): Avoid test for XEmacs.
7473         (vhdl-current-line): Use line-beginning-position.
7474         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7475         with-output-to-temp-buffer, so the current position can be recorded.
7477 2005-04-10  Masatake YAMATO  <jet@gyve.org>
7479         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7480         Add regexp for gcov.
7482 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7484         * calendar/time-date.el (time-to-seconds, seconds-to-time)
7485         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7486         syntax which Emacs 20 doesn't support.
7488 2005-04-09  Richard M. Stallman  <rms@gnu.org>
7490         * help.el (describe-key-briefly, describe-key):
7491         Replace strings as event types with "(any string)".
7493 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7495         * arc-mode.el (archive-mode-map): Move initialization into
7496         the declaration.  Override *all* bindings of `undo'.
7497         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7499 2005-04-09  Jay Belanger  <belanger@truman.edu>
7501         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7503 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7505         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7506         (xterm-register-default-colors): Update color values computation
7507         to match xterm-200.
7509 2005-04-09  Kenichi Handa  <handa@m17n.org>
7511         * international/code-pages.el (iso-latin-7): Fix the map.
7513 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
7515         * emacs-lisp/lisp.el (defun-prompt-regexp)
7516         (parens-require-spaces, buffer-end, end-of-defun)
7517         (insert-parentheses): Doc fixes.
7519 2005-04-08  Kim F. Storm  <storm@cua.dk>
7521         * comint.el (comint-highlight-prompt): Fix face spec.
7522         * hi-lock.el (hi-green): Likewise.
7524 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7526         * cus-edit.el (custom-modified-face):
7527         * comint.el (comint-highlight-input): Fix previous changes.
7528         * term.el (term-handle-ansi-escape): Add a comment.
7530 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7533         in the buffer and in whitespace-highlighted-space.
7534         (whitespace-unhighlight-the-space): Simplify.
7535         (whitespace-buffer): Simplify.
7537 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7539         * textmodes/table.el (table-cell-face): Add special case for
7540         displays supporting a high number of colors.
7541         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7542         (vhdl-font-lock-reserved-words-face)
7543         (vhdl-speedbar-architecture-face)
7544         (vhdl-speedbar-instantiation-face)
7545         (vhdl-speedbar-architecture-selected-face)
7546         (vhdl-speedbar-instantiation-selected-face): Likewise.
7547         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7548         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7549         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7550         (ebrowse-root-class-face, ebrowse-member-attribute-face)
7551         (ebrowse-progress-face): Likewise.
7552         * progmodes/compile.el (compilation-info-face): Likewise.
7553         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7554         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7555         * calendar/calendar.el (diary-face): Likewise.
7556         * woman.el (woman-italic-face, woman-bold-face)
7557         (woman-unknown-face): Likewise.
7558         * wid-edit.el (widget-button-pressed-face): Likewise.
7559         * whitespace.el (whitespace-highlight-face): Likewise.
7560         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7561         * pcvs-info.el (cvs-marked-face): Likewise.
7562         * info.el (info-xref): Likewise.
7563         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7564         * hilit-chg.el (highlight-changes-face)
7565         (highlight-changes-delete-face): Likewise.
7566         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7567         (hi-red-b): Likewise.
7568         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7569         * font-lock.el (font-lock-keyword-face)
7570         (font-lock-function-name-face, font-lock-warning-face): Likewise.
7571         * cus-edit.el (custom-invalid-face, custom-modified-face)
7572         (custom-set-face, custom-changed-face, custom-variable-tag-face)
7573         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7574         * comint.el (comint-highlight-prompt): Likewise.
7576 2005-04-08  Lute Kamstra  <lute@gnu.org>
7578         * font-lock.el (font-lock-keywords): Docstring fixes.
7580 2005-04-08  Kenichi Handa  <handa@m17n.org>
7582         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7583         chars are more than a limit, print " and more..." at the tail.
7585 2005-04-08  Kim F. Storm  <storm@cua.dk>
7587         * emacs-lisp/authors.el (authors-aliases): Update list.
7588         (authors-ignored-files): New list.
7589         (authors-fixed-entries): Fix typo.
7590         (authors-renamed-files-alist): Update list.
7591         (authors-add): Check authors-ignored-files.
7593 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
7595         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7596         optional, to ensure backward compatibility.
7598 2005-04-08  Stephen Eglen  <stephen@gnu.org>
7600         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7602 2005-04-08  Kim F. Storm  <storm@cua.dk>
7604         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7606         * mouse.el (mouse-on-link-p): Doc fix.
7608 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
7610         * ielm.el (ielm-prompt-read-only): Doc fix.
7612         * comint.el (comint-prompt-read-only): Doc fix.
7614 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
7616         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7617         ensure dired always handles wildcards passed to ffap.
7618         (find-file-at-point): Use it.
7619         (ffap-dired-wildcards): Doc fix.
7621 2005-04-07  Juri Linkov  <juri@jurta.org>
7623         * simple.el (next-error-overlay-arrow-position): New defvar.
7624         Put "=>" on its property `overlay-arrow-string'.  Add it to
7625         `overlay-arrow-variable-list'.
7627         * progmodes/compile.el (compilation-setup):
7628         Set `next-error-overlay-arrow-position' to nil.  Also set it to
7629         nil in the local hook `kill-buffer-hook'.  Make local variable
7630         `overlay-arrow-string' and set it to "=>".
7631         (compilation-goto-locus): Set BOL position to
7632         `next-error-overlay-arrow-position' instead of
7633         `overlay-arrow-position'.
7635         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7636         locally instead of adding it to the global hook.
7637         (Info-kill-buffer): Move up.
7639 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
7641         * term/xterm.el (xterm-standard-colors): Update color values from
7642         xterm-200.
7644 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7646         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7648         * fast-lock.el:
7649         * lazy-lock.el: Move them to the obsolete subdir.
7651 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7653         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7654         (wdired-add-replace-advice): Remove.
7655         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7657 2005-04-06  Kim F. Storm  <storm@cua.dk>
7659         * startup.el (command-line): Add --bare-bones alias for -Q.
7661 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7663         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7664         create the startup fontset if a font specification ends with
7665         `mac-roman'.
7667 2005-04-06  Lute Kamstra  <lute@gnu.org>
7669         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7670         change.
7672         * emacs-lisp/copyright.el (copyright-update-year): Replace the
7673         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
7675 2005-04-05  Lute Kamstra  <lute@gnu.org>
7677         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7678         (define-generic-mode): Ditto.  Fix debug declaration.
7680         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7681         Put them in the generic-x group.
7683         * calendar/timeclock.el (timeclock): Doc fix.
7685         * generic.el (define-generic-mode): Don't use custom-current-group.
7686         Document default :group value.
7687         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7688         (define-global-minor-mode): Don't use custom-current-group.
7690 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
7692         * startup.el (command-line-1): Display startup-echo-area-message
7693         when fancy splash screen is in use.
7695         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7696         (sh-escaped-newline): New face.
7697         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7698         newline, and use sh-escaped-newline face.
7700         * progmodes/tcl.el (tcl-escaped-newline): New face.
7701         (tcl-builtin-list): New variable.
7702         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7703         newlines.  Fix keywords subexpression number.
7705 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
7707         * textmodes/org.el (org-diary-default-entry): Fix call to
7708         `add-to-diary-entry'.
7710 2005-04-05  Kim F. Storm  <storm@cua.dk>
7712         * ediff-init.el: Use (featurep 'xemacs).
7714 2005-04-05  David Ponce  <david@dponce.com>
7716         * cus-edit.el (face): Derive from symbol widget.  Display sample
7717         of the current face on the fly.
7718         (widget-face-sample-face-get, widget-face-notify): New functions.
7719         (widget-face-value-create): Remove.
7721         * wid-edit.el (widget-field-end): Temporarily remove field
7722         narrowing before to call `get-char-property'.
7724 2005-04-04  Jay Belanger  <belanger@truman.edu>
7726         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7727         (math-read-subscripts): New variable.
7728         (math-read-preprocess-string): Process subscripts.
7730 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7732         * comint.el (comint-prompt-read-only): Doc fix.
7734         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7735         `-1'.  Doc fix.
7737 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
7739         * textmodes/org.el (org-insert-mode-line-in-empty-file):
7740         Change default value to nil.
7742 2005-04-04  Lute Kamstra  <lute@gnu.org>
7744         * autorevert.el (auto-revert-mode): Specify :group.
7745         * battery.el (display-battery-mode): Specify :group.
7746         * diff-mode.el (diff-minor-mode): Specify :group.
7747         * font-core.el (font-lock-mode): Specify :group.
7748         * hl-line.el (hl-line-mode): Specify :group.
7749         * iimage.el (iimage): New customization group.
7750         (iimage-mode): Specify :group.
7751         * longlines.el (longlines-mode): Specify :group.
7752         * master.el: Don't require easy-mmode.
7753         (master): New customization group.
7754         (master-mode): Specify :group.
7755         * msb.el (msb-mode): Specify :group.
7756         * reveal.el (reveal-mode): Specify :group.
7757         * simple.el (next-error-follow-minor-mode): Specify :group.
7758         * smerge-mode.el (smerge-mode): Specify :group.
7759         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7760         * emulation/cua-base.el (cua-mode): Specify :group.
7761         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7762         * language/thai-util.el (thai-auto-composition-mode)
7763         (thai-word-mode): Specify :group.
7764         * mail/supercite.el (sc-minor-mode): Specify :group.
7765         * progmodes/cwarn.el (cwarn-mode): Specify :group.
7766         * progmodes/flymake.el (flymake-mode): Specify :group.
7767         * progmodes/glasses.el (glasses-mode): Specify :group.
7768         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7769         * textmodes/enriched.el (enriched-mode): Specify :group.
7770         * textmodes/refill.el (refill-mode): Specify :group.
7772         * add-log.el (change-log-font-lock-keywords): Names in
7773         parenthesized lists can contain spaces.
7775 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
7777         * startup.el (fancy-splash-text): Shorten default text of
7778         "Emacs Tutorial" line.  Also, if the current language env
7779         indicates an available tutorial file other than TUTORIAL,
7780         extract its title and append it to the line in parentheses.
7781         (fancy-splash-insert): If arg is a thunk, funcall it.
7783 2005-04-04  Jay Belanger  <belanger@truman.edu>
7785         * calc.el (calc-language-alist): Add tags to customization type.
7787 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
7789         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7790         Doc fix.
7792 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
7794         * add-log.el (change-log-font-lock-keywords): The manual
7795         describing a Change Log entry, says: (...) "Aside from these
7796         header lines, every line in the change log starts with a space or
7797         a tab.".  The font-lock was not highlighting lines started with
7798         spaces, added support for it.
7800 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7802         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7803         (bibtex-generate-url-list): Update docstring accordingly.  Put the
7804         complex example in the docstring.
7805         (bibtex-font-lock-url): Use pop.
7807 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7809         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7811         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7813 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7815         * filesets.el (filesets-set-default): Doc fix.
7817 2005-04-03  Lute Kamstra  <lute@gnu.org>
7819         * generic.el (define-generic-mode): Add argument to specify
7820         keywords for defcustom.
7821         (default-generic-mode): Specify :group.
7823         * generic-x.el: Specify :group for all generic modes.
7825         * desktop.el (desktop-no-desktop-file-hook)
7826         (desktop-after-read-hook): Doc fix.
7828 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
7830         * simple.el (visible-mode): Use explicit :group keyword.
7831         This changes the group of `visible-mode-hook' from paren-blinking
7832         to editing-basics.
7834 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
7836         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
7837         mailbox specifications as well as URLs.
7838         (rmail-insert-inbox-text): Remove unused conditional branches.
7840 2005-04-01  Jay Belanger  <belanger@truman.edu>
7842         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7843         (calc-gnuplot-print-command): Move definitions to calc.el.
7845         * calc/calc-embed.el (calc-embedded-announce-formula)
7846         (calc-embedded-open-formula, calc-embedded-close-formula)
7847         (calc-embedded-open-word, calc-embedded-close-word)
7848         (calc-embedded-open-plain, calc-embedded-close-plain)
7849         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7850         (calc-embedded-open-mode, calc-embedded-close-mode):
7851         Move definitions to calc.el.
7853         * calc/calc.el (calc-settings-file, calc-language-alist):
7854         Make customizable.
7855         (calc-embedded-announce-formula, calc-embedded-open-formula)
7856         (calc-embedded-close-formula, calc-embedded-open-word)
7857         (calc-embedded-close-word, calc-embedded-open-plain)
7858         (calc-embedded-close-plain, calc-embedded-open-new-formula)
7859         (calc-embedded-close-new-formula, calc-embedded-open-mode)
7860         (calc-embedded-close-mode, calc-gnuplot-name)
7861         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7862         from other files and make customizable.
7864 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7867         Use buffer-live-p.
7868         (cvs-mode-run): Don't call cvs-update-header here.
7869         (cvs-run-process): Call cvs-update-header.
7870         Use process properties for cvs-postprocess and cvs-buffer so that
7871         the sentinel can behave better if the temp buffer is killed.
7872         Use a pipe rather than a tty, to better handle unexpected prompts.
7873         (cvs-sentinel): Rewrite.  Call cvs-update-header.
7875 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
7877         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7878         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
7880 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7882         * generic.el (define-generic-mode): Add indentation rule.
7884 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7886         * files.el (mode-require-final-newline): Make Custom correctly
7887         report a nil value and allow to set it to nil via Custom.
7888         Doc fix.
7890 2005-04-01  Kenichi Handa  <handa@m17n.org>
7892         * international/characters.el: Enable the correct case setting for
7893         dotless-i and dotted-I.
7895 2005-04-01  Kim F. Storm  <storm@cua.dk>
7897         * ido.el (ido-file-internal): Fall back to non-ido command if
7898         initial directory is on slow ftp (or tramp) host.
7900 2005-03-31  Richard M. Stallman  <rms@gnu.org>
7902         * emacs-lisp/autoload.el (make-autoload):
7903         Handle define-global-minor-mode.
7905         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7906         Rename from easy-mmode-define-global-mode.
7907         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7909         * progmodes/scheme.el (scheme-mode-syntax-table):
7910         Update syntax of | and # for two-character comment syntax.
7912 2005-03-31  Lute Kamstra  <lute@gnu.org>
7914         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7915         (define-minor-mode): Call custom-current-group at load-time.
7917         * generic.el (define-generic-mode): Add debug declaration.
7918         Add defcustom for the mode hook.
7919         (generic-mode-internal): Use run-mode-hooks.
7921 2005-03-31  Kim F. Storm  <storm@cua.dk>
7923         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7924         (mouse-fixup-help-message): New defun called by show_help_echo
7925         to fixup mouse-2 prefix in help messages when applicable.
7927         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7929 2005-03-31  Kenichi Handa  <handa@m17n.org>
7931         * language/thai-word.el (thai-find-word-ends): Pay attention to
7932         the case that we reach the end of buffer.
7934         * textmodes/fill.el (fill-text-properties-at): New function.
7935         (fill-newline): Use fill-text-properties-at instead of
7936         text-properties-at.
7938 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
7940         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7941         not comint-quote-filename.
7943 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
7945         * help-fns.el (help-with-tutorial): Revert last change.
7947 2005-03-31  Kim F. Storm  <storm@cua.dk>
7949         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7951 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7953         * calendar/cal-china.el: Update reference to "Calendrical
7954         Calculations" book; there's a new edition.
7955         * calendar/cal-coptic.el: Likewise.
7956         * calendar/cal-french.el: Likewise.
7957         * calendar/cal-hebrew.el: Likewise.
7958         * calendar/cal-islam.el: Likewise.
7959         * calendar/cal-iso.el: Likewise.
7960         * calendar/cal-julian.el: Likewise.
7961         * calendar/cal-mayan.el: Likewise.
7962         * calendar/cal-persia.el: Likewise.
7963         * calendar/calendar.el: Likewise.
7964         * calendar/holidays.el: Likewise.
7965         * calendar/lunar.el: Likewise.
7966         * calendar/solar.el: Likewise.
7968         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7969         white space from doc string.
7971 2005-03-30  Jay Belanger  <belanger@truman.edu>
7973         * calc/calc-help.el (calc-full-help): Remove email address.
7975 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
7977         * help-fns.el (help-with-tutorial): Delete title line.
7979 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7981         * calendar/cal-x.el (calendar-one-frame-setup)
7982         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7983         rather than 'symbol for set-window-dedicated-p.
7985         * calendar/appt.el (appt-buffer-name): Make it a constant.
7986         (appt-add): Doc fix.
7988         * filesets.el (filesets-menu-path, filesets-menu-before)
7989         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
7990         (filesets-menu-cache-file): Use directory ~/.emacs.d.
7991         (filesets-add-submenu): Delete and use add-submenu instead.
7993 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
7995         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7996         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7997         (org-diary-default-entry): New function.
7998         (org-get-entries-from-diary): Better parsing of diary entries.
7999         (org-agenda-check-no-diary): New function.
8000         ("diary-lib"): Advice to function `add-to-diary-list', to allow
8001         linking to diary entries.
8002         (org-agenda-execute-calendar-command): New function.
8003         (org-agenda): Improve visible section in window.
8004         Use `org-fit-agenda-window'.
8005         (org-fit-agenda-window): New option.
8006         (org-move-subtree-down): Better handling of empty lines
8007         at end of subtree.
8008         (org-cycle): Numeric prefix is interpreted now as show-subtree N
8009         levels up.
8010         (org-fontify-done-headline): New option.
8011         (org-headline-done-face): New face.
8012         (org-set-font-lock-defaults): Use `org-headline-done-face'.
8013         (org-table-copy-down): Rename from `org-table-copy-from-above'.
8014         When current field is non-empty, it is copied to next row.
8015         (org-table-copy-from-above): Fix bug which made it
8016         impossible to copy fields containing only a single non-white character.
8018 2005-03-30  Kim F. Storm  <storm@cua.dk>
8020         * kmacro.el (kmacro-end-macro): Isearch may store this command
8021         into the macro -- so ignore it when executing keyboard macro.
8023 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
8025         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
8027 2005-03-29  Kenichi Handa  <handa@m17n.org>
8029         * language/thai.el ("Thai"): Set setup-function and exit-function
8030         for Thai language environment.
8032         * language/thai-util.el: Require thai-word.
8033         (thai-word-mode-map): New variable.
8034         (thai-word-mode): New minor mode.
8035         (setup-thai-language-environment-internal): New function.
8036         (exit-thai-language-environment-internal): New function.
8038         * language/thai-word.el (thai-word-table): Declare it by defvar,
8039         use dolist to initialize it.
8040         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
8041         (thai-fill-find-break-point): New functions.
8043 2005-03-29  Richard M. Stallman  <rms@gnu.org>
8045         * simple.el (idle-update-delay): Move definition up.
8046         (set-mark): Doc fix.
8048 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
8050         * longlines.el: New file.
8052         * simple.el (buffer-substring-filters): New variable.
8053         (filter-buffer-substring): New function.
8054         (kill-region, copy-region-as-kill): Use it.
8056         * register.el (copy-to-register, append-to-register)
8057         (prepend-to-register): Use filter-buffer-substring.
8059 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
8061         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
8062         (gud-filter-pending-text): Move in front of gdb.
8063         (gud-overlay-arrow-position): New variable.
8064         (gud-sentinel, gud-display-line): Use it in place of
8065         overlay-arrow-position.
8067 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
8069         * progmodes/fortran.el (fortran-if-indent): Doc fix.
8070         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
8071         (fortran-font-lock-keywords-4): New variable.
8072         (fortran-blocks-re, fortran-end-block-re)
8073         (fortran-start-block-re): New constants, for hideshow.
8074         (hs-special-modes-alist): Add a Fortran entry.
8075         (fortran-mode-map): Bind fortran-end-of-block,
8076         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
8077         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
8078         (fortran-looking-at-if-then, fortran-end-of-block)
8079         (fortran-beginning-of-block): New functions, for hideshow.
8081         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8082         Doc fix.  Tweak regexp.
8083         (f90-beginning-of-block): Push mark first.
8085 2005-03-29  Jay Belanger  <belanger@truman.edu>
8087         * calc/calc.el: Update copyright date.
8088         (calc-version): Increase to 2.1.
8089         (calc-version-date): Remove.
8091         * calc/calc-help.el: Update copyright date.
8092         (calc-full-help): Remove reference to calc-version-date.
8093         Update copyright date.
8095 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8097         * vc.el (vc-do-command): Use a pipe for async processes, so password
8098         prompts don't show up at places where the user can't reply.
8100 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
8102         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
8103         on the file name we pass to the inferior shell.
8105 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8107         * progmodes/which-func.el (which-function): Be robust in the face of an
8108         imenu--make-index-alist failure.
8110 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
8114         * progmodes/python.el (python-preoutput-filter): Fix last change.
8116 2005-03-29  Lute Kamstra  <lute@gnu.org>
8118         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
8119         functions and compiled macros.
8120         (debug-convert-byte-code): Handle macros too.
8121         (debug-on-entry-1): Don't signal an error when trying to clear a
8122         function that is not set to debug on entry.
8124 2005-03-29  Jay Belanger  <belanger@truman.edu>
8126         * calc/calc-lang.el: Add functions to math-function-table
8127         properties of tex and math.
8129 2005-03-29  Kenichi Handa  <handa@m17n.org>
8131         * ps-mule.el (ps-mule-plot-string): Translate characters by
8132         ps-print-translation-table.
8133         (ps-mule-begin-job): Call find-charset-region/string with
8134         ps-print-translation-table.
8135         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
8137         * ps-print.el (ps-print-translation-table): New variable.
8138         (ps-plot-region): Translate characters by ps-print-translation-table.
8140 2005-03-29  Juri Linkov  <juri@jurta.org>
8142         * simple.el (next-error-highlight-timer): New variable.
8144         * progmodes/compile.el (compilation-goto-locus):
8145         Use `next-error-highlight-timer' instead of `sit-for'.
8147 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8149         * mail/supercite.el (sc-mail-field): Use assoc-string.
8150         (sc-get-address): Simplify regexps.
8152         * files.el (minibuffer-with-setup-hook): New macro.
8153         (find-file-read-args): Use it to avoid let-binding
8154         minibuffer-with-setup-hook (which breaks turning on/off
8155         file-name-shadow-mode while in the prompt).
8157         * complete.el (PC-read-include-file-name-internal): Use
8158         test-completion.
8160 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
8162         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
8164 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8166         * window.el (window-buffer-height): Use count-screen-lines.
8168         * progmodes/python.el (python-preoutput-leftover): New var.
8169         (python-preoutput-filter): Use it.
8170         (python-send-receive): Loop until all the result has been received.
8172 2005-03-28  Juri Linkov  <juri@jurta.org>
8174         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
8176         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
8177         "Recover Crashed Session".
8178         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
8179         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
8180         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
8181         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
8182         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
8183         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
8184         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
8185         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
8187         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
8188         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
8189         Ediff Sessions", "Toggle use of separate control buffer frame",
8190         "Use separate frame for Ediff control buffer".
8192         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
8193         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
8194         "Rename Bookmark", "Delete Bookmark".
8196         * info.el (Info-mode-menu): Remove ellipsis from "Index".
8197         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
8198         Add `:active Info-index-alternatives' to "Next Matching Item".
8200         * wdired.el (wdired-change-to-wdired-mode):
8201         Mention `wdired-abort-changes' key in the initial message.
8203         * international/mule.el (auto-coding-alist): Associate non-ascii
8204         image filename extensions with `no-conversion'.
8206 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8208         * international/iso-acc.el:
8209         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8211 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
8213         * textmodes/sgml-mode.el (html-mode): Doc update.
8215         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8217 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
8219         * term.el (term-move-columns): Fix face after extending a line.
8220         (term-insert-spaces): Likewise.
8221         (term-reset-terminal): Fix off by one error.
8223 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8225         * international/mule.el (auto-coding-alist): Add .xpi files.
8227         * files.el (auto-mode-alist): Add .xpi files.
8229 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
8231         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8233 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8235         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8237 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8239         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8240         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
8242         * calendar/cal-move.el (calendar-beginning-of-year): Move the
8243         cursor to Jan 1 when needed.
8244         (calendar-end-of-year): Fix -/+ typo.
8245         Reported by Chong Yidong <cyd@stupidchicken.com>.
8247 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8249         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8251         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8252         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
8254 2005-03-25  Richard M. Stallman  <rms@gnu.org>
8256         * filesets.el (filesets-init): Add autoload.
8258         * mail/mailalias.el (mail-directory): Doc fix.
8260 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8262         * mail/mailalias.el (mail-directory-process): Do nothing if
8263         mail-directory-process is an atom.
8264         (mail-get-names): Ignore mail-directory-names if it is an atom.
8265         (mail-directory-process defvar): Doc fix.
8266         (mail-names): Doc fix.
8268 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
8270         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8272 2005-03-26  Kenichi Handa  <handa@m17n.org>
8274         * international/mule-util.el (detect-coding-with-priority):
8275         Call update-coding-systems-internal before detect-coding-region.
8277 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
8279         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8280         (gdb-frames-mode-map): Add follow-link property.
8282 2005-03-25  Jay Belanger  <belanger@truman.edu>
8284         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8285         for variables.
8287 2005-03-25  Juri Linkov  <juri@jurta.org>
8289         * image-mode.el: Optimize image filename extension regexps in
8290         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
8291         in `auto-mode-alist'.
8292         (image-mode): Add `image-toggle-display-text' to local hook
8293         `change-major-mode-hook'.  Display the image as an image by
8294         default.  Set `cursor-type' and `truncate-lines' if the image
8295         is already displayed.  Take into account the current mode (image
8296         or text) in message.
8297         (image-minor-mode): New minor mode.
8298         (image-mode-maybe, image-toggle-display-text): New functions.
8299         (image-toggle-display): Use called-interactively-p.
8300         Let-bind `inhibit-read-only' to t.
8302         * image-mode.el (image-minor-mode): Set `cursor-type' and
8303         `truncate-lines' if the image is already displayed.  Add turning
8304         image-minor-mode off to `change-major-mode-hook'.  Add message.
8305         Call `image-toggle-display-text' after turning image-minor-mode off.
8307 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8310         Terminal.app, use utf-8.
8311         (set-display-table-and-terminal-coding-system): Add coding-system arg.
8312         (set-locale-environment): Use it.
8314         * term/xterm.el: Undo last change, better done in mule-cmds.el.
8316         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8318         * progmodes/python.el (python-close-block-statement-p)
8319         (python-outdent-p, python-current-defun): Use symbol-end.
8321 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
8323         * files.el (save-some-buffers): Doc fix.
8325 2005-03-25  Werner Lemberg  <wl@gnu.org>
8327         * complete.el, thumbs.el: Replace `legal' with `valid'.
8328         * calendar/calendar.el: Replace `legal' with `valid'.
8329         * emacs-lisp/advice.el: Replace `legal' with `valid'.
8330         * mail/supercite.el: Replace `legal' with `valid'.
8331         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8332         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8333         Replace `legal' with `valid'.
8334         * textmodes/reftex-vars.el, textmodes/reftex.el:
8335         Replace `legal' with `valid'.
8337 2005-03-25  Werner Lemberg  <wl@gnu.org>
8339         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8340         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8341         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8342         * emulation/vip.el: Replace `illegal' with `invalid'.
8343         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8344         `invalid'.
8345         * mail/supercite.el: Replace `illegal' with `invalid'.
8346         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8347         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8348         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8349         * progmodes/sh-script.el, progmodes/xscheme.el:
8350         Replace `illegal' with `invalid'.
8351         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8352         * textmodes/reftex-index.el, textmodes/reftex-parse.el
8353         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8354         * textmodes/reftex.el, textmodes/org.el:
8355         Replace `illegal' with `invalid'.
8357 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8359         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8360         (flymake-find-buildfile, flymake-find-possible-master-files)
8361         (flymake-check-include, flymake-parse-line): Replace loops over the
8362         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8364         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8365         Substitute file-name-as-directory in the rest of the file.
8366         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8367         (flymake-replace-region): Remove unused arg `buffer'.
8368         (flymake-check-patch-master-file-buffer): Update calls to it.
8369         (flymake-add-err-info): Remove unused var `count'.
8370         (flymake-mode): Use define-minor-mode.
8372         * progmodes/flymake.el: Use with-current-buffer.
8373         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8374         flymake-replace-regexp-in-string, flymake-line-beginning-position)
8375         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8376         Avoid testing for `xemacs'.
8377         (flymake-nop): Move.
8378         (flymake-region-has-flymake-overlays): Return the computed value.
8379         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8380         Remove unused var `endline'.
8381         (flymake-get-line-count): Remove unused function.
8382         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8384         * emulation/vi.el:
8385         * generic.el:
8386         * hilit-chg.el (global-highlight-changes):
8387         * hi-lock.el (hi-lock-mode):
8388         * follow.el: find-file-hooks -> find-file-hook.
8390         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8392 2005-03-24  Juri Linkov  <juri@jurta.org>
8394         * dired.el (dired-mode-map): Add menu item "Compare directories"
8395         for dired-compare-directories.
8397         * dired-aux.el (dired-compare-directories): Add autoload cookie.
8398         Doc fix.  Replace `read-file-name' with `read-directory-name'.
8400 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8402         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8404 2005-03-24  Jay Belanger  <belanger@truman.edu>
8406         * calc/calc-embed.el (calc-embedded-mode-change): Save all
8407         relevant mode settings in calc-embedded-original-modes when modes
8408         are permanently changed.
8410 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8412         * autoinsert.el: find-file-hooks -> find-file-hook.
8414 2005-03-24  Lute Kamstra  <lute@gnu.org>
8416         * generic.el (generic-font-lock-defaults): Make it obsolete.
8417         (generic-font-lock-keywords): New variable to replace
8418         generic-font-lock-defaults.
8419         (generic-mode-set-font-lock): Delete it.
8420         (generic-mode-internal): Don't call generic-mode-set-font-lock.
8421         (generic-bracket-support): Add docstring.
8423         * generic-x.el: Rename generic-font-lock-defaults to
8424         generic-font-lock-keywords throughout.
8425         (mailagent-rules-setup-function): Delete it.
8426         (mailagent-rules-generic-mode): Use anonymous function instead.
8427         (show-tabs-generic-mode-font-lock-defaults-1)
8428         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8429         Quote faces.
8430         (show-tabs-tab-face, show-tabs-space-face): Specify background,
8431         not foreground.
8433         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8434         Recognize define-generic-mode.
8436 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8438         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8439         if there's no completion table.
8441 2005-03-23  Miles Bader  <miles@gnu.org>
8443         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8444         Remove tty-specific variants, as they're no longer needed.
8446 2005-03-23  Lute Kamstra  <lute@gnu.org>
8448         * generic-x.el: Code cleanup: make args constant whenever possible.
8449         (installshield-statement-keyword-list)
8450         (installshield-system-functions-list)
8451         (installshield-system-variables-list, installshield-types-list)
8452         (installshield-funarg-constants-list): Make them constants.
8454         * generic.el (generic-make-keywords-list): Add autoload cookie.
8456         * calendar/time-date.el: Add comment on time value formats.
8457         Don't require parse-time.
8458         (with-decoded-time-value): New macro.
8459         (encode-time-value): New function.
8460         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8461         (days-to-time): Return a valid time value when arg is huge.
8462         (time-since): Use time-subtract.
8463         (time-to-number-of-days): Use time-to-seconds.
8465 2005-03-23  David Ponce  <david@dponce.com>
8467         * recentf.el: (recentf-keep): New option.
8468         (recentf-menu-action): Default to `find-file'.
8469         (recentf-keep-non-readable-files-flag)
8470         (recentf-keep-non-readable-files-p)
8471         (recentf-file-readable-p, recentf-find-file)
8472         (recentf-cleanup-remote): Remove.
8473         (recentf-include-p): More robust.
8474         (recentf-keep-p): New function.
8475         (recentf-remove-if-non-kept): Rename from
8476         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
8477         All callers updated.
8478         (recentf-menu-items-for-commands): Fix help string.
8479         (recentf-track-closed-file): Update.  Doc fix.
8480         (recentf-cleanup): Update.  Count removed files.  Doc fix.
8482 2005-03-23  Kim F. Storm  <storm@cua.dk>
8484         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8485         Don't inherit from fringe face (now happens automatically).
8487 2005-03-22  Kim F. Storm  <storm@cua.dk>
8489         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8490         position values.
8492 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8494         * menu-bar.el (showhide-date-time): Remove.
8495         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8496         (menu-bar-make-mm-toggle): Simplify.
8498 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8500         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8501         Accept qualified variable and function names.
8503 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
8505         * bindings.el (completion-ignored-extensions):
8506         Remove ".lis" for `vax-vms'.
8508 2005-03-22  Andreas Schwab  <schwab@suse.de>
8510         * generic-x.el: Revert last change.
8511         * ldefs-boot.el: Update.
8513 2005-03-22  Jay Belanger  <belanger@truman.edu>
8515         * calc/calc-embed (calc-embedded-original-modes): New variable.
8516         (calc-embedded-save-original-modes)
8517         (calc-embedded-restore-original-modes): New functions.
8518         (calc-do-embedded): Save original modes when entering embedded mode
8519         and restore when leaving embedded mode.
8520         (calc-embedded-modes-change): Change the value of
8521         calc-embedded-original-modes to reflect permanent changes.
8523 2005-03-22  Lute Kamstra  <lute@gnu.org>
8525         * generic-x.el: Require generic again.
8527 2005-03-22  Miles Bader  <miles@gnu.org>
8529         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8530         Tweak details to look good on both ttys and bitmap displays, light
8531         or dark background, etc.
8533 2005-03-21  Kim F. Storm  <storm@cua.dk>
8535         * tooltip.el (tooltip-show-help-function): Check car and cdr of
8536         mouse position.
8538 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8540         * icomplete.el: Don't forcibly turn on the mode upon load.
8541         (icomplete-mode): Use define-minor-mode.
8542         (icomplete-eoinput): Default to nil.
8543         (icomplete-minibuffer-setup): Remove autoload.
8544         (icomplete-tidy): Simplify.
8545         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8546         in the initial state or if the user has modified the field.
8547         Fix handling of icomplete-max-delay-chars.
8548         Remove code that handles the oddball case where
8549         minibuffer-completion-table is an integer.
8550         Wrap icomplete-completions in while-no-input in case building
8551         completions takes more time than expected.
8552         (icomplete-completions): Simplify.
8554 2005-03-21  Richard M. Stallman  <rms@gnu.org>
8556         * jka-compr.el (jka-compr-really-do-compress):
8557         Make variable buffer-local.
8559         * image-mode.el: Handle .xpm files too.
8560         (image-toggle-display): Preserve modification flag.
8562         * help.el (where-is): Don't mention aliases with no key bindings.
8564 2005-03-21  Lute Kamstra  <lute@gnu.org>
8566         * generic.el: Fix commentary section.  Don't require cl for
8567         compilation.
8568         (generic-mode-list): Add autoload cookie.
8569         (generic-use-find-file-hook, generic-lines-to-scan)
8570         (generic-find-file-regexp, generic-ignore-files-regexp)
8571         (generic-mode, generic-mode-find-file-hook)
8572         (generic-mode-ini-file-find-file-hook): Fix docstrings.
8573         (define-generic-mode): Make it a defmacro.  Fix docstring.
8574         (generic-mode-internal): Code cleanup.  Add autoload cookie.
8575         (generic-mode-set-comments): Code cleanup.
8576         * generic-x.el: Don't prevent compilation.  Don't require generic.
8577         Follow coding conventions.  Minor code cleanup.
8578         (etc-fstab-generic-mode): Add some keywords.
8579         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8580         define-generic-mode like a function declaration.
8582 2005-03-21  Jay Belanger  <belanger@truman.edu>
8584         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8585         changing modes.
8587 2005-03-21  Sam Steingold  <sds@gnu.org>
8589         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8591 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
8593         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8594         Add underscore to "f$ lexicals" regexp.
8596 2005-03-20  Juri Linkov  <juri@jurta.org>
8598         * subr.el (progress-reporter-do-update): When `min-value' is equal
8599         to `max-value', set `percentage' to 0 and prevent division by zero.
8601 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8603         Sync with Tramp 2.0.48.
8605         * tramp.el (all): Change all addresses to .gnu.org.
8606         (tramp-append-tramp-buffers): New defun.
8607         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8608         Catch `dont-send' signal.
8609         (tramp-set-auto-save-file-modes): Set always permissions, because
8610         there might be an old auto-saved file belonging to another
8611         original file.  This could be a security threat.  Reported by
8612         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8613         Check for Emacs 21.3.50 removed.
8615         * tramp-smb.el (all): Remove debug construct for
8616         `with-parsed-tramp-file-name'.
8617         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8618         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8619         No error message if DIRECTORY or FILENAME doesn't exist.
8620         (tramp-smb-open-connection): Check existence of
8621         `tramp-smb-program'.
8623 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8625         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8626         Properly handle the case where the `m' or `s' command's argument is not
8627         yet terminated.
8628         (perl-indent-new-calculate): New function.
8629         (perl-indent-line): Use it.
8631 2005-03-20  Miles Bader  <miles@gnu.org>
8633         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8634         in text-mode too.  Change to new face names.
8635         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8636         Add `:weight bold' attribute.
8637         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8639 2005-03-19  Juri Linkov  <juri@jurta.org>
8641         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
8643         * international/mule.el (auto-coding-alist): Sync with
8644         `auto-mode-alist' by adding upper case archive file extensions
8645         and adding ear/war to jar extension.
8647 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
8649         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8650         running, restart it.
8652 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
8654         * finder.el (finder-current-item): Throw an error on an empty line.
8656         * man.el (Man-follow-manual-reference): If current-word returns
8657         nil, use "".
8659 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
8661         * simple.el (goto-line): Doc fix.
8663 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
8665         * files.el (save-buffer): Doc fix.
8667 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
8669         * recentf.el (recentf-cleanup-remote): New variable.
8670         (recentf-cleanup): Use it to conditionally check availability of
8671         remote files.
8673 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
8675         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8676         function names.
8678 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8680         * language/thai-word.el: New file.
8682 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8684         * files.el (backup-buffer): If the file's directory is not
8685         writable, use copy instead of move to backup the file.
8687 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8689         * obsolete/keyswap.el: Moved to obsolete/ from term/.
8691 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8693         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8694         Use functionp instead of symbolp and fboundp.  Reported by Drkm
8695         <darkman_spam@yahoo.fr>.
8696         (ps-print-version): New version 6.6.6.
8698 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
8700         * textmodes/table.el (table--line-column-position): New idiom.
8701         (table--row-column-insertion-point-p): New function to test
8702         validity of row and column insertion operation at a location.
8703         (table-global-menu, table-cell-menu): Use above functions for
8704         deterministic test operation.
8705         (table--editable-cell-p): Behave in deterministic fashion.
8707 2005-03-18  Juri Linkov  <juri@jurta.org>
8709         * isearch.el (isearch-lazy-highlight-new-loop):
8710         Make arguments beg and end optional.
8711         (isearch-update): Remove optional arguments nil from
8712         isearch-lazy-highlight-new-loop.
8713         (isearch-lazy-highlight-search): Let-bind case-fold-search to
8714         isearch-lazy-highlight-case-fold-search instead of
8715         isearch-case-fold-search, and let-bind isearch-regexp to
8716         isearch-lazy-highlight-regexp.
8717         Use isearch-lazy-highlight-last-string instead of isearch-string.
8719         * replace.el (perform-replace): Remove bindings of global
8720         variables isearch-string, isearch-regexp, isearch-case-fold-search.
8721         Add three new arguments to `replace-highlight'.
8722         (replace-highlight): Add arguments string, regexp, case-fold.
8723         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8724         to allow isearch-lazy-highlight-new-loop to use these values
8725         to set corresponding isearch-lazy-highlight-* internal
8726         variables whose values lazy highlighting will use regardless of
8727         changes to global variables isearch-string, isearch-regexp,
8728         isearch-case-fold-search during lazy highlighting loop.
8729         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8730         to `lazy-highlight-cleanup'.
8732         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8733         (ispell-highlight-face): Set default face to `isearch' when
8734         lazy highlighting is enabled.
8735         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8736         priority to 1.  Add lazy highlighting.
8737         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8738         from `isearch-dehighlight'.
8740 2005-03-18  David Ponce  <david@dponce.com>
8742         * files.el (hack-local-variables): Do a case-insensitive search
8743         for End.
8745 2005-03-18  Juri Linkov  <juri@jurta.org>
8747         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8748         `isearch-lazy-highlight-cleanup', add alias to old name and
8749         declare obsolete.  Add release numbers to other obsolete vars.
8750         (isearch-done, isearch-lazy-highlight-new-loop):
8751         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8752         (lazy-highlight-cleanup) <variable>: Doc fix.
8753         (isearch-lazy-highlight-update): Rename obsolete
8754         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8756 2005-03-18  Kenichi Handa  <handa@m17n.org>
8758         * language/thai-util.el: Fix categorization of Thai characters in
8759         thai-category-table.
8760         (thai-composition-pattern): Adjust it for the above change.
8761         (thai-self-insert-command, thai-compose-syllable): New functions.
8762         (thai-compose-region): Use thai-compose-syllable.
8763         (thai-compose-string): Likewise.
8764         (thai-composition-function): Likewise.
8765         (thai-auto-composition): New function.
8766         (thai-auto-composition-mode): New minor mode.
8768         * language/thai.el: Fix patterns to be registered in
8769         composition-function-table.
8771         * international/quail.el (quail-input-method): Locally bind
8772         inhibit-modification-hooks to t.
8774 2005-03-17  Richard M. Stallman  <rms@gnu.org>
8776         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8777         (perl-mode): Use run-mode-hooks.
8779         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8780         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8781         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8783         * mail/sendmail.el (sendmail-send-it): Reenable the code
8784         to compute resend-to-address and use it.
8786         * tar-mode.el (tar-mode): Turn off undo unconditionally.
8788         * image-mode.el: New file.
8790         * image.el (insert-sliced-image): Add autoload cookie.
8792         * font-lock.el (font-lock-lines-before): New user option.
8793         (font-lock-after-change-function): Obey it.
8795         * bindings.el (esc-map): Make M-g a prefix.
8796         Bind M-g g and M-g M-g to goto-line.
8798         * faces.el (face-id): Doc fix.
8800 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8802         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8803         (rmail-show-message): Use rmail-unknown-mail-followup-to.
8804         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8806         * mail/sendmail.el (mail-yank-ignored-headers)
8807         (mail-font-lock-keywords, mail-mode-fill-paragraph):
8808         Add Mail-Followup-To and Mail-Reply-To headers.
8809         (mail-citation-hook): Add autoload cookie.
8810         (mail-mode): Doc fix.
8811         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8812         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8813         (mail-mode-fill-paragraph): Handle those headers.
8814         (mail-mailing-lists): New variable.
8815         (mail-mail-reply-to, mail-mail-followup-to): New functions.
8817 2005-03-17  Juri Linkov  <juri@jurta.org>
8819         * isearch.el (isearch-fallback): Check for `(car previous)'
8820         before calling `isearch-other-end-state'.
8822 2005-03-17  Kim F. Storm  <storm@cua.dk>
8824         * simple.el (move-beginning-of-line): Move to beginning of buffer
8825         line, as well as beginning of screen line.
8827 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
8829         * calendar/diary-lib.el (mark-diary-entries): Use new optional
8830         argument REDRAW rather than calendar-redrawing variable.
8831         * calendar/calendar.el (calendar-redrawing): Delete.
8832         (redraw-calendar): Do not bind calendar-redrawing.
8834 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
8836         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8837         diary-file buffer.
8839 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8841         * help.el (describe-mode): Allow a :minor-mode-function property to
8842         specify a different minor mode toggle function than the variable.
8843         * simple.el (auto-fill-function):
8844         * subr.el (add-minor-mode): Use it.
8846 2005-03-16  Kenichi Handa  <handa@m17n.org>
8848         * language/ethio-util.el (sera-being-called-by-w3): New variable.
8849         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8850         (ethio-fidel-to-sera-buffer): Likewise.
8852 2005-03-16  Juri Linkov  <juri@jurta.org>
8854         * emacs-lisp/find-func.el (find-function-regexp):
8855         Add defun-emitting macro `menu-bar-make-toggle'.
8857         * isearch.el: Put `isearch-scroll' property to
8858         `split-window-horizontally'.
8860         * info.el: Update error messages for `debug-ignored-errors'.
8861         (Info-isearch-search): Doc fix.
8862         (Info-find-node): Move up code to go into info buffer before
8863         recording the node to the history.
8864         (Info-fontify-node): Fontify titles only if the next line
8865         has two or more `*', `=', `-', `.'.
8866         Display "go to this node" for empty (match-string 3).
8868 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8870         * term/mac-win.el: Add mouse pointer shape constants.
8872 2005-03-15  Kim F. Storm  <storm@cua.dk>
8874         * simple.el (move-beginning-of-line): Use vertical-motion.
8876 2005-03-15  Juri Linkov  <juri@jurta.org>
8878         * isearch.el (isearch-error): New variable.
8879         (isearch-invalid-regexp, isearch-within-brackets): Remove.
8880         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8881         (isearch-within-brackets-state): Remove.
8882         (isearch-case-fold-search-state, isearch-pop-fun-state):
8883         Decrease frame index.
8884         (isearch-mode, isearch-top-state, isearch-push-state)
8885         (isearch-edit-string, isearch-abort, isearch-search-and-update)
8886         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8887         (isearch-search, isearch-lazy-highlight-new-loop):
8888         Replace `isearch-invalid-regexp' with `isearch-error'.
8889         Remove `isearch-within-brackets'.
8890         (isearch-search): Add `search-failed' handler to `condition-case'.
8891         (isearch-lazy-highlight-search): Add `condition-case' to catch
8892         errors and allow `isearch-lazy-highlight-update' to try
8893         highlighting from the beginning of the window.
8894         (isearch-repeat): Move up code to set isearch-wrapped to t
8895         before calling isearch-wrap-function.
8897         * info.el (Info-isearch-initial-node): New internal variable.
8898         (Info-search): Signal an error in isearch mode when search leaves
8899         the initial node.  Signal an error when `bound' is non-nil and
8900         nothing was found in the current subfile.
8901         (Info-isearch-search): Remove `condition-case'.
8902         (Info-isearch-wrap): Don't wrap when search failed during leaving
8903         the initial node.  If `Info-isearch-search' is nil, wrap around
8904         the current node.
8905         (Info-isearch-start): New fun.
8906         (Info-mode): Add buffer-local hook `Info-isearch-start' to
8907         `isearch-mode-hook'.
8909 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8911         * simple.el (normal-erase-is-backspace): Set default to t if
8912         running on Mac.
8914         * term/mac-win.el (function-key-map): Sync with x-win.el.
8916 2005-03-15  Kenichi Handa  <handa@m17n.org>
8918         * international/mule-cmds.el (locale-language-names): Modify the
8919         format of elements and add more entries.
8920         (locale-preferred-coding-systems): Add more entries.
8921         (set-locale-environment): Adjust for the change of
8922         locale-language-names.
8924 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8926         * pcvs.el (smerge-ediff): Remove bogus autoload.
8928 2005-03-14  Lute Kamstra  <lute@gnu.org>
8930         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8931         Ignore a `*' at the beginning of a line.
8933         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8934         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8935         subr.el.
8936         (dont-compile, eval-when-compile, eval-and-compile): Use declare
8937         to specify indentation.
8939         * generic.el (define-generic-mode): Let generic-mode-list be a
8940         list of strings; test membership with equal.
8942 2005-03-14  Kim F. Storm  <storm@cua.dk>
8944         * simple.el (next-line, previous-line): Add optional try-vscroll
8945         arg to recognize interactive use.  Pass it on to line-move.
8946         (line-move): Don't perform auto-window-vscroll when defining or
8947         executing keyboard macro to ensure consistent behavior.
8949 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8951         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8953 2005-03-13  Lute Kamstra  <lute@gnu.org>
8955         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8956         debugger-setup-buffer so that backtrace marks the frames set to
8957         debug-on-exit and we don't have to do it manually.  Set an extra
8958         debug-on-exit for macro's.
8959         (debugger-setup-buffer): Don't mark the top frame manually.
8961 2005-03-12  Lute Kamstra  <lute@gnu.org>
8963         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8964         lisp-indent-function throughout.
8965         (with-no-warnings): Set lisp-indent-function property.
8967 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
8969         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8970         Add entry for backslash.
8972 2005-03-12  Juri Linkov  <juri@jurta.org>
8974         * info.el (Info-search): Four fixes for backward search.
8976 2005-03-11  Jay Belanger  <belanger@truman.edu>
8978         * calc/calc.el (calc-language-alist): New variable.
8979         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8980         (calc-embedded-find-modes): Use calc-language-alist instead of
8981         calc-embedded-language-alist.
8983 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8985         * calendar/calendar.el (calendar-redrawing): New internal
8986         variable.
8987         (redraw-calendar): Remove bogus save-excursion from previous
8988         change.  Bind calendar-redrawing to t for mark-diary-entries.
8989         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8990         calendar if that is why we were called.
8992 2005-03-11  Kenichi Handa  <handa@m17n.org>
8994         * international/mule.el (make-coding-system): Set property
8995         coding-system-define-form to nil.
8996         (define-coding-system-alias): Likewise.
8998 2005-03-11  Kenichi Handa  <handa@m17n.org>
9000         These changes are suggested by Dave Love <fx@gnu.org>.
9002         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
9003         coding: tag.
9004         (adaptive-fill-regexp): Add more bullets.
9005         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
9006         regexps.
9008 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9010         * help.el (describe-mode): Properly handle non-trivial lighters.
9011         Don't ignore minor modes that are not listed in minor-mode-list.
9013         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
9014         feature ON when the user requests to turn it OFF.
9016 2005-03-10  Lute Kamstra  <lute@gnu.org>
9018         * emacs-lisp/debug.el (debug-entry-code): Delete it.
9019         (implement-debug-on-entry): New function to replace debug-entry-code.
9020         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
9021         second argument as the 2005-03-07 change makes it obsolete.
9022         (debug-on-entry, cancel-debug-on-entry): Update call to
9023         debug-on-entry-1.
9024         (debug, debugger-setup-buffer): Comment update.
9025         (debugger-frame-number): Update to work with implement-debug-on-entry.
9027 2005-03-10  Jay Belanger  <belanger@truman.edu>
9029         * calc/calc-embed.el (math-ms-args): Declare it.
9030         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
9031         math-ms-args.
9032         (calc-embedded-subst): Use math-multi-subst-rec to substitute
9033         variables.
9035 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
9037         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
9038         Use message-box.
9040         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
9041         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
9042         (tooltip-gud-tips): Simplify.
9043         (tooltip-gud-tips-p): Remove superfluous :set.
9044         (tooltip-gud-modes): Add fortran-mode.
9045         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
9047         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
9049 2005-03-09  Kim F. Storm  <storm@cua.dk>
9051         * play/animate.el (animate-place-char): Use forward-line instead
9052         of next-line to improve performance.
9054 2005-03-09  Simon Josefsson  <jas@extundo.com>
9056         * net/browse-url.el (browse-url-default-browser): Doc fix.
9058 2005-03-09  Miles Bader  <miles@gnu.org>
9060         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
9061         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
9063 2005-03-09  Kenichi Handa  <handa@m17n.org>
9065         * international/latin-1.el: Set case and syntax for 255 only if
9066         set-case-syntax-set-multibyte is nil.
9068         * textmodes/ispell.el (ispell-insert-word): New function.
9069         (ispell-word): Use ispell-insert-word to insert a new word.
9070         (ispell-process-line): Likewise.
9071         (ispell-complete-word): Likewise.
9073 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
9075         * calendar/calendar.el (redraw-calendar): Preserve point.
9076         Reported by Matt Hodges <MPHodges@member.fsf.org>.
9077         (calendar-week-start-day): Move after definition of
9078         redraw-calendar.  Delete buffer test, since redraw-calendar has
9079         that now.
9081         * calendar/diary-lib.el (mark-diary-entries): Only call
9082         redraw-calendar in the first of any recursive calls.
9083         Reported by Alan Shutko <ats@acm.org>.
9085 2005-03-08  Juri Linkov  <juri@jurta.org>
9087         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
9088         (html-horizontal-rule, html-line, html-image, html-checkboxes)
9089         (html-radio-buttons): Add a space before the trailing `/>' where
9090         sgml-xml-mode is non-nil.
9091         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
9092         the subsequent tag of the empty XML tag.
9093         (html-href-anchor): Don't set initial input to "http:".
9094         (html-image): Ask for the image URL and set point inside alt="".
9095         (html-name-anchor): Duplicate the name in the `id' attribute when
9096         sgml-xml-mode is non-nil.
9097         (html-paragraph): Remove \n before <p>.
9098         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
9099         instead of `checked' when sgml-xml-mode is non-nil.
9101         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
9102         Remove 1 space before #RRGGBB to not truncate it on terminal
9103         windows w/o fringes.  Remove 1 space between bg and fg examples
9104         to get more space.
9105         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
9106         avoid byte-compile warnings.
9108         * image-file.el (image-file-handler): Put `safe-magic' property to
9109         `image-file-handler'.
9111         * info.el (Info-isearch-search): Emulate word search in
9112         isearching through multiple Info nodes with Info-search.
9113         (Info-isearch-wrap): Allow isearch-word.
9115 2005-03-08  Lute Kamstra  <lute@gnu.org>
9117         * emacs-lisp/debug.el (debugger-step-through): Make sure that
9118         stepping into the debugger's code is not possible.
9119         (debugger-jumping-flag): Docstring update.
9121 2005-03-08  Jay Belanger  <belanger@truman.edu>
9123         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
9124         embedded mode begins.
9125         (calc-embedded-language-alist): New variable.
9126         (calc-embedded-find-modes): Use calc-embedded-language-alist to
9127         set default language mode.
9129 2005-03-08  Kenichi Handa  <handa@m17n.org>
9131         * international/ccl.el (define-ccl-program): Fix docstring about
9132         extra 256 bytes assured for the output buffer.
9134         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9135         Fix BUFFER_MAGNIFICATION to 2.
9136         (ccl-encode-mule-utf-16be-with-signature): Likewise.
9138 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
9140         * align.el (align-rules-list): Added an alignment rule for CSS
9141         declarations (applies to css-mode and html-mode buffers).
9143 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9145         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
9147 2005-03-07  Kim F. Storm  <storm@cua.dk>
9149         * simple.el (move-beginning-of-line): New command.
9151         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
9153         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
9155         * emulation/cua-base.el: Put CUA move property on move-end-of-line
9156         and move-beginning-of-line.
9158         * apropos.el (apropos-print): Omit command from M-x ... RET.
9160 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
9162         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
9163         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
9165 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9167         * bindings.el (esc-map): Bind M-g to goto-line.
9169         * facemenu.el (global-map): Bind M-o, not M-g.
9171 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9173         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
9174         "Open Directory" as for "Open File".
9176 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
9178         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9179         (push-mark-command): Run activate-mark-hook.
9181 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9183         * help-mode.el (help-mode-finish): Don't alter the element
9184         in view-return-to-alist if there already is one.
9186         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
9187         make sure the current buffer is the expected one.
9189         * novice.el (disabled-command-function): Output in *Disabled Command*.
9190         Explicitly ignore non-keyboard events, and explicitly handle C-g.
9192         * textmodes/flyspell.el (flyspell-large-region):
9193         Pass args differently for aspell.
9195         * files.el (mode-require-final-newline): Doc fix.
9197 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9199         * progmodes/which-func.el (which-function):
9200         Specify NOERROR when calling imenu--make-index-alist.
9202 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9204         * simple.el (normal-erase-is-backspace): Define default value.
9206         * custom.el (custom-theme-set-variables): Remove unused var
9207         `immediate'.
9208         (custom-reevaluate-setting): Simple function to handle variables
9209         that are defined before their default value can really be
9210         computed.
9212         * startup.el (command-line): Use it for temporary-file-directory,
9213         small-emporary-file-directory, auto-save-file-name-transforms,
9214         blink-cursor-mode, and normal-erase-is-backspace.
9216         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9217         progress, even with buggy anchored keywords.
9219 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
9221         * simple.el (goto-line): Remove unbalanced final parenthesis.
9223 2005-03-05  Richard M. Stallman  <rms@gnu.org>
9225         * simple.el (goto-line): Use a number at point as the default.
9226         With C-u as arg, switch buffers.
9228 2005-03-05  Juri Linkov  <juri@jurta.org>
9230         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9231         with `no-blinking-cursor'.
9233         * startup.el (no-blinking-cursor): New defvar.
9234         (command-line): Add `--no-blinking-cursor' to longopts.
9235         Set `no-blinking-cursor' to t for command line arguments
9236         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
9237         with `no-blinking-cursor' in the condition for calling
9238         `blink-cursor-mode'.
9240 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
9242         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9243         (menu-bar-options-save): Add blink-cursor-mode.
9244         (menu-bar-options-menu): Add blink-cursor-mode.
9246 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
9248         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9249         (icalendar-export-file, icalendar-export-region)
9250         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9251         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9253 2005-03-04  Lute Kamstra  <lute@gnu.org>
9255         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9256         (debug-function-list): Ditto.
9258 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
9260         * textmodes/texinfmt.el (texinfo-append-refill):
9261         Redefine the types of line to which @refill
9262         is not appended by replacing a search for `@refill\\|@bye' with
9263         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
9264         itemize@refill' bug and the unfilled long lines bug.
9265         (texinfmt-version): Update number and date.
9267 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9269         * international/code-pages.el (windows-1250, windows-125[2-8])
9270         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9272 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9274         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9275         bound yet.
9277 2005-03-02  Romain Francoise  <romain@orebokech.com>
9279         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9280         buffer after removing limits.
9281         (ibuffer-pop-filter): Ditto.
9282         Update copyright.
9284 2005-03-02  Miles Bader  <miles@gnu.org>
9286         * button.el (make-text-button): If the user doesn't specify a
9287         type, use the default.  Rewrite to use `add-text-properties' and
9288         plist functions.
9290 2005-03-01  Lute Kamstra  <lute@gnu.org>
9292         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9293         (debugger-jumping-flag): New var.
9294         (debug-entry-code): Use it.
9295         (debugger-jump): Use debugger-jumping-flag and add
9296         debugger-reenable to post-command-hook.
9297         (debugger-reenable): Use debugger-jumping-flag and remove itself
9298         from post-command-hook.
9299         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9300         debugger-reenable.
9302 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
9304         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9305         inclusion of "itemize\\|", which may be unnecessary, is certainly
9306         inelegant, and stops refilling in itemize lists when formatting
9307         Japanese Texinfo files to Info.
9308         Update copyright to 2005.
9310 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
9312         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9313         of an error if GDB can't find the source file.
9315 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9317         * calendar/calendar.el (redraw-calendar): Work from any buffer,
9318         not just the calendar.
9320         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9321         first.
9322         (diary-redraw-calendar): New function.
9323         (make-diary-entry): Add diary-redraw-calendar to local
9324         write-contents-functions.  Turn off selective display before
9325         inserting in diary.
9327 2005-03-01  Kim F. Storm  <storm@cua.dk>
9329         * emacs-lisp/copyright.el (copyright-fix-years): New command.
9331 2005-03-01  Lute Kamstra  <lute@gnu.org>
9333         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9334         that debug-entry-code can be safely removed from a function while
9335         this code is being evaluated.  Revert the 2005-02-27 change as the
9336         new implementation no longer requires it.  Make sure that a
9337         function body containing just a string is not mistaken for a docstring.
9338         (debug): Skip one more frame in case of debug on entry.
9339         (debugger-setup-buffer): Delete one more frame line in case of
9340         debug on entry.
9341         (debugger-frame-number): Update to use the new text introduced by
9342         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
9344 2005-02-28  Kim F. Storm  <storm@cua.dk>
9346         * double.el (double-translate-key): Call force-window-update after
9347         read-event to avoid crash in redisplay.
9349 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9351         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9352         (debug): Use it.  Move the inhibit-trace earlier.
9353         (debug-entry-code): New const.
9354         (debug-on-entry-1): Use it.
9356 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
9358         * international/utf-16.el (ccl-encode-mule-utf-16le):
9359         Fix BUFFER_MAGNIFICATION to 2.
9360         (ccl-encode-mule-utf-16be): Likewise.
9362 2005-02-28  Kenichi Handa  <handa@m17n.org>
9364         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9365         Fix BUFFER_MAGNIFICATION to 4.
9366         (ccl-encode-mule-utf-16be-with-signature): Likewise.
9368 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
9370         * speedbar.el (speedbar-update-flag): Doc fix.
9371         (speedbar-show-info-under-mouse): Give set-mouse-position the right
9372         argument.
9374 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * reveal.el (reveal-post-command): Don't try to reveal overlays which
9377         have a non-nil `invisible' property but are actually visible.
9379         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9380         for perldoc sections.
9381         (perl-outline-regexp, perl-outline-level): New var and function.
9382         (perl-mode): Use them.
9384 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
9386         * calendar/diary-lib.el (diary-remind): Discard any mark portion
9387         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9389 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
9391         * cus-edit.el: Comment change.
9392         (custom-buffer-create-internal): Slightly reword text at top of
9393         Custom buffers.  Mention there that saving an option edits the
9394         init file.  Add link to Emacs manual node on `custom-file'.
9395         (custom-magic-alist): Rewrite individual State messages to use
9396         capitalized keywords.  Doc fix.
9398 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
9400         * calendar/calendar.el (calendar-buffer): Move above
9401         calendar-week-start-day.
9402         (calendar-week-start-day): Doc fix.  Add :set function.
9403         (calendar-minimum-window-height): New variable.
9404         (generate-calendar-window): Only resize window if selected-window
9405         is displaying the calendar buffer.  Use new variable
9406         calendar-minimum-window-height.
9407         (generate-calendar): Reword error message.
9408         (calendar-mode-map): Bind DEL to scroll-other-window-down.
9410 2005-02-27  Andreas Schwab  <schwab@suse.de>
9412         * vc.el (vc-do-command): Don't run command asynchronously when
9413         operating in a remote directory.
9415         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9416         change from sync with Tramp 2.0.47.
9418 2005-02-27  Richard M. Stallman  <rms@gnu.org>
9420         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9422         * textmodes/flyspell.el (flyspell-mode-on):
9423         Call ispell-change-dictionary only if necessary.
9425         * emacs-lisp/re-builder.el (regexp-builder): New function.
9427         * register.el (describe-register-1): Explicitly handle
9428         yank-excluded-properties = t.
9430         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9431         (custom-magic-alist): Change the status descriptions again.
9432         (face widget-type): Total rewrite based on `restricted-sexp'
9433         to eliminate the confusing double hiding levels.
9435         * emacs-lisp/debug.el (debug-on-entry-1):
9436         If function body is empty, add nil as body form.
9438 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9440         * emacs-lisp/trace.el (inhibit-trace): New var.
9441         (trace-make-advice): Use it.
9443         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9445 2005-02-26  Kim F. Storm  <storm@cua.dk>
9447         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9448         (mouse-on-link-p, mouse-drag-region-1): Use it.
9450 2005-02-25  Lute Kamstra  <lute@gnu.org>
9452         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9454 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
9456         * frame.el (blink-cursor-mode): Add :group keyword.
9458 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
9460         * calendar/icalendar.el (icalendar--decode-isodatetime):
9461         New optional argument DAY-SHIFT.
9462         (icalendar-export-region): Fix coding-system-for-write.
9463         (icalendar--convert-ical-to-diary): Shift end-day of all-day
9464         events by one.
9466 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9468         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9470 2005-02-24  Kim F. Storm  <storm@cua.dk>
9472         * international/iso-acc.el (iso-accents-compose): Fix crash
9473         during redisplay.  Call force-window-update after read-event
9474         and delete-region to signal that window is not accurate.
9476 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9478         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9479         Remove unused and inexistent var `inhibit-trace'.
9480         (debugger-mode): Use run-mode-hooks.
9481         (debugger-list-functions): Add buttons; setup xref stack.
9483 2005-02-23  Richard M. Stallman  <rms@gnu.org>
9485         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9486         appointment says it was explicitly made.
9487         (appt-add): Set the 3rd element.
9488         (appt-make-list): Preserve explicit appointments.
9490         * subr.el (find-tag-default): Catch errors in forward-sexp.
9492 2005-02-23  Juri Linkov  <juri@jurta.org>
9494         * info.el (Info-isearch-search): New defcustom.
9495         (Info-isearch-search): Call the default isearch function
9496         when Info-isearch-search is nil.
9497         (Info-isearch-wrap): Use variable Info-isearch-search.
9499 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
9501         * cus-edit.el: Comment change.
9503 2005-02-22  Kim F. Storm  <storm@cua.dk>
9505         * progmodes/hideif.el (hide-ifdef-use-define-alist):
9506         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
9508 2005-02-22  Simon Josefsson  <jas@extundo.com>
9510         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9511         New variable.
9512         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
9513         Oskarsson" <myrkraverk@users.sourceforget.net>.
9515 2005-02-22  Kim F. Storm  <storm@cua.dk>
9517         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9518         check that window of that event is the selected window.
9519         (mouse-drag-region-1): Compare mouse event window to selected
9520         window before setting point.
9522         * tooltip.el (tooltip-show-help-function): Pass event to
9523         mouse-on-link-p so it can check selected window.
9525 2005-02-22  Kenichi Handa  <handa@m17n.org>
9527         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9528         (ps-mule-show-warning): New function.
9529         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9530         characters are found.
9532         * ps-print.el (ps-header-footer-string): Return a list of header
9533         and footer strings.
9535 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9537         * pcvs.el (cvs-retrieve-revision): Fix thinko.
9539 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9541         * frame.el (blink-cursor-mode): Use define-minor-mode.
9543         * term/mac-win.el (function-key-map): Use char-names more consistently.
9544         (file-name-coding-system): Only set it for MacOS-9.  The other case is
9545         already handled in mule-cmds.el (where it also works when mac-win.el
9546         is not used).
9548 2005-02-21  Kenichi Handa  <handa@m17n.org>
9550         * international/mule.el (ctext-pre-write-conversion): Always use
9551         " *code-converting-work*" buffer for work.
9553         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9555 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
9557         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9559 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
9561         * ses.el (undo-more): Restore defadvice, but only the part that
9562         allows changes outside the restricted area of the buffer.
9564 2005-02-20  Kim F. Storm  <storm@cua.dk>
9566         * simple.el (line-move): Add fourth optional arg try-vscroll which
9567         must be set to perform auto-window-vscroll.
9568         When moving backwards and doing auto-window-vscroll, automatically
9569         vscroll to the last part of lines which are taller than the window.
9570         (next-line, previous-line): Set try-vscroll arg on line-move.
9572 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9574         * replace.el (query-replace, query-replace-regexp)
9575         (replace-string, replace-regexp): When operating on region, make
9576         the minibuffer prompt say so.
9578         * isearch.el (isearch-forward): Document isearch-query-replace and
9579         isearch-query-replace-regexp keybindings.
9581 2005-02-19  Jay Belanger  <belanger@truman.edu>
9583         * calc/calc-aent.el (math-read-token): Add local variable.
9585         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9586         (calc-edit-top): Move declaration to earlier in file.
9587         (calc-edit-macro-repeats): Add local variables.
9589         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9590         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9591         calcFunc-tanh.
9592         Adjust integration rule for calcFunc-tan.
9594 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9596         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9597         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9598         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9599         (viper-skip-separators): Bug fix.
9600         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9601         particular major mode.
9602         (viper-del-backward-char-in-replace): Don't put deleted char on the
9603         kill ring.
9605         * viper-ex.el (viper-color-display-p): New function.
9606         (viper-has-face-support-p): Use viper-color-display-p.
9608         * viper-keym.el (viper-gnus-modifier-map): New keymap.
9610         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9612         * viper-util.el (viper-glob-unix-files): Fix shell status check.
9613         (viper-file-remote-p): Make equivalent to file-remote-p.
9615         * viper.el (viper-major-mode-modifier-list):
9616         Use viper-gnus-modifier-map.
9618 2005-02-19  David Kastrup  <dak@gnu.org>
9620         * subr.el (subregexp-context-p): Fix garbled doc string by adding
9621         quoting.
9623 2005-02-19  Jay Belanger  <belanger@truman.edu>
9625         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9626         Remove extra definitions.
9627         (calc-coth): New function.
9628         (calcFunc-cot): Fix `let'.
9630 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
9632         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9633         the reasons we use "type pc" in these faces.
9635         * button.el (button): Ditto.
9637 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
9639         * replace.el (query-replace-read-from): Set the value of
9640         query-replace-from-history-variable to handle the case of an empty
9641         string entered to accept the suggested default.
9643         * net/tramp.el (tramp-file-name-for-operation):
9644         Use dired-call-process instead of dired-call-process-command.
9646 2005-02-19  Jay Belanger  <belanger@truman.edu>
9648         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9649         (math-div-non-trig): New variables.
9650         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9651         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9652         (math-combine-prod, math-div-symb-fancy): Add simplifications for
9653         trig expressions.
9655 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
9657         * progmodes/gdb-ui.el (gdb-var-update-handler)
9658         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9659         for watch expressions,
9660         (gdb-var-create-handler): Don't set speedbar-update-flag.
9661         (gdb-post-prompt): Simplify test for speedbar.
9663 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9665         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9666         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9667         we use the syntax table of the correct buffer.
9668         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9669         Felix Gatzemeier.
9671         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9672         (ediff-file-remote-p): Make synonymous with file-remote-p.
9673         In all deffaces ediff-*-face-*, use min-colors.
9675         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9676         ediff-recurse-to-subdirectories.
9677         (ediff-mark-if-equal): Check that the arguments are strings, use
9678         ediff-same-contents (after to Felix Gatzemeier).
9680         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9681         nil.
9683 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9685         * log-view.el (log-view-message-re): Fix up Subversion regexp.
9687 2005-02-18  David Kastrup  <dak@gnu.org>
9689         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9690         use `mark-active' when defined.
9692 2005-02-18  Kenichi Handa  <handa@m17n.org>
9694         * ps-print.el (ps-font-info-database): New entry
9695         ZapfChancery-MediumItalic with correct font name.  Fix font name
9696         of the entry Zapf-Chancery-MediumItalic.
9698 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9700         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9702 2005-02-16  Kim F. Storm  <storm@cua.dk>
9704         * ido.el (ido-fallback-command): Pass user input to fallback command.
9706 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
9708         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9709         (gdb-find-file-hook): Add server prefix.
9711 2005-02-16  Richard M. Stallman  <rms@gnu.org>
9713         * replace.el (perform-replace): Pass new args to replace-highlight.
9714         (replace-highlight): Take region args,
9715         and pass them to isearch-lazy-highlight-new-loop.
9717         * novice.el (disabled-command-hook): Autoload the defalias
9718         and the make-obsolete-variable call.
9720         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9722         * isearch.el (isearch-lazy-highlight-start-limit)
9723         (isearch-lazy-highlight-end-limit): New variables limit
9724         the region for highlighting.
9725         (isearch-lazy-highlight-new-loop): New args BEG and END.
9726         (isearch-lazy-highlight-search): Use the new vars.
9727         (isearch-lazy-highlight-update): Likewise.
9729         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9731         * cus-start.el (all): Use default-boundp.
9733 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
9735         * menu-bar.el (menu-bar-select-frame): Handle current frame.
9737 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
9739         * autorevert.el (auto-revert-stop-on-user-input)
9740         (auto-revert-verbose): Doc fixes.
9742 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
9744         * international/mule-cmds.el (set-locale-environment): Remove call
9745         to set-selection-coding-system on Windows.
9747 2005-02-15  Jay Belanger  <belanger@truman.edu>
9749         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9750         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9751         calcFunc-coth.
9752         (math-simplify-sqrt): Add simplifications.
9754         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9755         to list.
9757         * calc/calc-ext.el: Add functions to autoloads.
9759         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9760         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9761         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9762         (math-csc-raw, math-cot-raw): New functions.
9764         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9766         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9767         the variable name in a message.
9769         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9770         calcFunc-csc, calcFunc-cot.
9772         * calc/calcalg2.el: Add derivative and integration rules for
9773         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9774         calcFunc-csch, calcFunc-coth.
9775         (math-do-integral-methods): Add to checks for when to use
9776         substitutions.
9778         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9780 2005-02-15  Lute Kamstra  <lute@gnu.org>
9782         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9783         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
9784         <monnier@iro.umontreal.ca>
9785         (lisp-outline-level): Improve efficiency.  Suggested by David
9786         Kastrup <dak@gnu.org>.
9788 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
9790         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9791         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9792         (gdb-set-gud-minor-mode-existing-buffers): New functions.
9793         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
9794         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9796 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
9798         * cus-start.el (all): Comment change.
9800 2005-02-14  Lute Kamstra  <lute@gnu.org>
9802         * cus-start.el (all): Check if symbol is void.
9804 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
9806         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9807         optional argument to \cite.
9809 2005-02-14  Richard M. Stallman  <rms@gnu.org>
9811         * cus-edit.el (custom-buffer-create-internal): Update help message.
9812         (custom-magic-alist): Update help messages.
9814         * cus-start.el (all): Allow a var to specify a standard value.
9816 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
9818         * custom.el (custom-theme-set-variables): Handle variable aliases.
9820         * frame.el (blink-cursor-timer): Doc fix.
9821         (blink-cursor): Make it an alias for `blink-cursor-mode' and
9822         declare obsolete.
9823         (blink-cursor-mode): Define with defcustom and use correct
9824         standard expression in that defcustom.
9825         * startup.el (command-line): Adapt to above changes in frame.el.
9827 2005-02-11  Lute Kamstra  <lute@gnu.org>
9829         * apropos.el (apropos-score-doc): Prevent division by zero.
9831 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
9833         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9834         (icalendar--get-event-property-attributes)
9835         (icalendar--get-event-properties)
9836         (icalendar--datetime-to-diary-date): New functions.
9837         (icalendar--split-value): Doc fix.
9838         (icalendar--datetime-to-noneuropean-date)
9839         (icalendar--datetime-to-european-date): New optional argument
9840         SEPARATOR.  Return result as a string instead of a list.
9841         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9842         (icalendar--convert-string-for-export): Rename arg S to STRING.
9843         (icalendar-export-region): Doc fix.  Change name of error buffer.
9844         Save output buffer.
9845         (icalendar-import-file): Add blank at end of prompt.
9846         (icalendar-import-buffer): Doc fix.  Do not switch to error
9847         buffer.  Indicate status in return value.
9848         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
9849         buffer.  Save output buffer.  Handle exception from recurrence
9850         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
9851         events.  Fix problems with weekly all-day events.
9853 2005-02-10  Richard M. Stallman  <rms@gnu.org>
9855         * simple.el (eval-expression-print-format):
9856         Avoid warning about edebug-active.
9858         * help.el (help-for-help-internal): Rename from help-for-help.
9859         (help-for-help): Define with defalias.
9861         * font-core.el (font-lock-default-function): Use with-no-warnings.
9863         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9865         * custom.el (defface): Doc fix.
9867 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
9869         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9870         width 0" to prevent word wrapping problems.
9872 2005-02-09  Kim F. Storm  <storm@cua.dk>
9874         * ido.el (ido-file-extensions-order): New defcustom.
9875         (ido-file-extension-lessp, ido-file-extension-aux)
9876         (ido-file-extension-order): New advanced file ordering.
9877         (ido-file-lessp): New simple file ordering.
9878         (ido-sort-list): Remove.
9879         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9880         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9882 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
9884         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9885         that some versions of grep produce.
9886         (grep-mode-font-lock-keywords): Likewise.
9888 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
9890         * progmodes/gdb-ui.el (gdb-location-list): New variable.
9891         (gdb-cdir): Delete.
9892         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9893         (gdb-source-info): Treat case when source file is in another
9894         directory properly.
9895         (gdb-get-location): New function.
9897 2005-02-07  Jay Belanger  <belanger@truman.edu>
9899         * calc/calc-prog.el (calc-write-parse-table-part)
9900         (calc-fix-token-name): Fix a check for language type.
9902         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9904 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
9906         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9907         as directory not writable.
9909 2005-02-07  Kim F. Storm  <storm@cua.dk>
9911         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9912         (cua--standard-movement-commands): Remove list.
9913         Instead, set CUA property value to move for movement commands.
9914         (cua-movement-commands): Remove.  Users must set CUA prop instead.
9915         (cua--pre-command-handler): Check CUA property.
9916         (cua--init-keymaps): Don't remap undo commands.
9917         (cua-mode): Don't call cua--rectangle-on-off.
9919         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9920         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9921         (cua--rect-undo-set-point): New var.
9922         (cua--rectangle-undo-boundary): Setup undo apply entry.
9923         (cua--rect-undo-handler): New function for rectangle undo.
9924         (cua--rect-start-position, cua--rect-end-position): Add.
9925         (cua--rectangle-post-command): Call cua--rectangle-set-corners
9926         for restored rectangle.  Set point if cua--rect-undo-set-point.
9928 2005-02-06  Jay Belanger  <belanger@truman.edu>
9930         * calc/calc-lang.el (calc-tex-language): Display more information
9931         in messages.
9933         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9934         in TeX mode.
9936 2005-02-06  Richard M. Stallman  <rms@gnu.org>
9938         * emacs-lisp/lisp.el (buffer-end): Doc fix.
9940 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
9942         * net/ldap.el (ldap-search-internal): Support attributes with
9943         optional descriptions separated by a semi-colon, as in
9944         "userCertificate;binary".
9946 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9948         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9949         isn't a cons (i.e. the version is 0).
9951 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
9953         * help.el (help-for-help): Doc fix.
9955 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
9957         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
9958         GDB-Windows on the menu-bar as this works better.
9960 2005-02-04  Jay Belanger  <belanger@truman.edu>
9962         * calc/calc-embed.el (calc-embedded-update): Don't put in
9963         unnecessary newlines.  Adjust the end of formula marker.
9965         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9966         (math-latex-parse-two-args): New function.
9968 2005-02-03  Lute Kamstra  <lute@gnu.org>
9970         * help-fns.el (help-with-tutorial): Make sure that users cannot
9971         remove the entire text of the tutorial by means of `undo'.
9973 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9975         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9976         in recent changes, where the ispell process was repeatedly
9977         killed & restarted.
9979         * international/mule-cmds.el (set-locale-environment): Set file-name
9980         coding system to utf-8 on Darwin systems.
9981         (set-default-coding-systems): Don't set default-file-name-coding-system
9982         on Darwin systems.
9984 2005-02-03  Richard M. Stallman  <rms@gnu.org>
9986         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9988 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
9990         * faces.el (list-faces-display): Add optional argument.
9992 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9994         * font-core.el (font-lock-default-function): Handle the rare case where
9995         only font-lock-keywords is set.
9997 2005-02-02  Kenichi Handa  <handa@m17n.org>
9999         * international/characters.el: Cancel previous change for
10000         I-WITH-DOT-ABOVE and DOTLESS-i.
10002         * international/latin-5.el: Cancel previous change.
10004 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
10006         * progmodes/gud.el: Correction to syntax in gud-menu-map.
10008 2005-02-02  Kenichi Handa  <handa@m17n.org>
10010         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
10011         DOTLESS-i.
10013         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
10014         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
10016         * case-table.el (get-upcase-table): New function.
10017         (copy-case-table): Copy upcaes table too if non-nil.
10018         (set-case-syntax-delims): Maintain upcase table too.
10019         (set-case-syntax-pair): Likewise.
10020         (set-upcase-syntax, set-downcase-syntax): New functions.
10021         (set-case-syntax): Maintain upcase table too.
10023 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
10025         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
10027         * progmodes/gud.el (gud-goto-info): New function.
10028         (gud-tool-bar-map): Use correct icon.
10030 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
10032         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
10033         When delegating, order args in the funcall correctly.
10035 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
10037         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
10039 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
10041         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
10042         buffer not visiting a file.
10044 2005-01-31  Jay Belanger  <belanger@truman.edu>
10046         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
10047         bound on the line with the formula.
10049 2005-01-31  Kim F. Storm  <storm@cua.dk>
10051         * ses.el (ses-create-cell-variable-range)
10052         (ses-destroy-cell-variable-range, ses-reset-header-string)
10053         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
10054         (ses-insert-row): Fix format of apply undo entries.
10056 2005-01-31  Jay Belanger  <belanger@truman.edu>
10058         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
10059         parts.
10061         * calc/calc-embed.el (calc-embedded-open-formula)
10062         (calc-embedded-close-formula): Ignore matrix environments.
10064         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
10065         TeX mode.
10067         * calc/calc-lang.el (math-function-table, math-oper-table)
10068         (math-variable-table): Adjust the LaTeX portions.
10070         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
10071         (math-latex-ignore-words): New constant.
10073 2005-01-31  Richard M. Stallman  <rms@gnu.org>
10075         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
10076         (ispell-local-dictionary): Doc fix.
10077         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
10078         Don't reinitialize at run time.  Don't defcustom.
10079         All uses changed to append ispell-local-dictionary-alist,
10080         or check it first.
10081         (ispell-current-dictionary): New variable for dictionary in use.
10082         (ispell-dictionary): Now used only for global default.
10083         (ispell-start-process): Set ispell-current-dictionary,
10084         not ispell-dictionary.
10085         (ispell-change-dictionary): Use this only for setting
10086         user preferences.
10087         (ispell-internal-change-dictionary): New function
10088         to change the current dictionary in use.
10089         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
10090         Use ispell-current-dictionary.
10091         Handle ispell-local-dictionary-overridden.
10092         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
10094 2005-01-31  Jay Belanger  <belanger@truman.edu>
10096         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
10098         * calc/calc-ext.el: Add calc-latex-language to autoloads.
10099         (calc-mode-map): Add calc-latex-language.
10101         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
10102         (math-latex-print-frac): New functions.
10103         (math-oper-table, math-function-table, math-variable-table)
10104         (math-complex-format, math-input-filter): Add latex properties.
10105         (calc-set-language): Set math-expr-special-function-mapping.
10107         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
10108         (calc-write-parse-table-part): Add LaTeX support.
10110         * calc/calc.el (calc-language): Adjust docstring.
10111         (calc-set-mode-line): Add LaTeX support.
10112         (math-expr-special-function-mapping): New variable.
10113         (math-tex-ignore-words): Add to list.
10115         * calc/calccomp.el (math-compose-expr, math-compose-rows):
10116         Add LaTeX support.
10117         (math-compose-expr): Add support for special functions.
10119         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
10121 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
10123         * progmodes/gdb-ui.el (gdb-memory-address)
10124         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
10125         (gdb-memory-mode-map, gdb-memory-format-keymap)
10126         (gdb-memory-format-menu, gdb-memory-unit-keymap)
10127         (gdb-memory-unit-menu): New variables for a buffer
10128         that lets the user examine program memory.
10129         (gdb-memory-set-address, gdb-memory-set-repeat-count)
10130         (gdb-memory-format-binary, gdb-memory-format-octal)
10131         (gdb-memory-format-unsigned, gdb-memory-format-signed)
10132         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
10133         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
10134         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10135         (gdb-memory-unit-byte, gdb-memory-unit-menu)
10136         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
10137         (gdb-memory-mode, gdb-memory-buffer-name)
10138         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
10139         New functions for above buffer.
10141 2005-01-30  Richard M. Stallman  <rms@gnu.org>
10143         * cus-edit.el (custom-bury-buffer): Function deleted.
10144         (custom-buffer-done-function): Option deleted.
10145         (custom-buffer-done-kill): New (replacement option.
10146         (Custom-buffer-done): Call quit-window.
10147         (custom-buffer-create-internal): Update for above changes.
10149 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
10151         * simple.el (undo-ask-before-discard): New var.
10152         (undo-outer-limit-truncate): Implement it.
10153         (undo-extra-outer-limit): Doc update.
10155 2005-01-29  Richard M. Stallman  <rms@gnu.org>
10157         * ses.el (undo-more): Delete defadvice.
10158         (ses-begin-change): Doc fix.
10160         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
10161         instead of rebinding C-x u and C-_.
10163         * files.el (normal-backup-enable-predicate): Return nil for files
10164         in /tmp, regardless of temporary-file-directory.
10166         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
10168         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
10169         (open-rectangle, delete-whitespace-rectangle-line)
10170         (clear-rectangle-line): If FILL, pass t instead of FILL
10171         for move-to-column's 2nd arg.
10173         * simple.el (undo): Fix the test for continuing a series of undos.
10174         (undo-more): Set pending-undo-list to t when we reach end.
10175         (pending-undo-list): Move up defvar.
10177         * wid-edit.el (widget-button-click):
10178         Shorten the range of the track-mouse binding.
10180         * comint.el (comint-insert-input): Undo previous changes;
10181         use last-input-event in interactive spec.
10183 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
10185         * progmodes/compile.el (compilation-start): Bind buffer-read-only
10186         to nil before invoking call-process.  Reset buffer's modified flag
10187         after fontifying it in the no-async branch.
10189         * wid-edit.el (widget-specify-button): If mouse pointer shape
10190         cannot be changed, use mouse face instead.
10192 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
10194         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10195         (gdb-goto-breakpoint): Make breakpoint handling work on template
10196         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
10197         (gdb-assembler-custom): Update to recognize breakpoint information
10198         added on 2005-01-19.
10200 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10202         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10203         (dsssl-mode): Use define-derived-mode.
10204         (scheme-mode-initialize): Remove.
10205         (scheme-mode): Use run-mode-hooks.
10207         * cus-edit.el (customize-group-other-window)
10208         (custom-buffer-create-other-window): Don't override special-display-*.
10209         (custom-mode-map): Make it dense.
10211         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10212         sets the default value.
10214 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
10216         * descr-text.el: Add more keywords.
10218 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10220         * speedbar.el: Avoid unnecessary use of locate-library.
10222         * international/mule-cmds.el (standard-display-european-internal):
10223         Don't fiddle with latin-1 non-break space any more since it's now
10224         special cased in the C code.
10225         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10227 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
10229         * cus-start.el (all): Add `undo-outer-limit'.
10231 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10233         * textmodes/bibtex.el (bibtex-format-entry):
10234         Use `bibtex-empty-field-re' only on the text of fields, not on entire
10235         field lines.
10236         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10237         not on part of a buffer.
10239 2005-01-25  Lute Kamstra  <lute@gnu.org>
10241         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10242         nonempty field text strings like "{letters\\macro{}more letters}".
10243         Clarify docstring.
10244         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10245         (bibtex-entry-offset, bibtex-parse-association)
10246         (bibtex-parse-field-name): Fix typos in docstrings.
10247         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10249 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
10251         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10252         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10253         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10254         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10256         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10257         isearch minor mode.
10259 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
10261         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10263 2005-01-24  Lute Kamstra  <lute@gnu.org>
10265         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10266         CASECHARS and NOT-CASECHARS regular expressions of the
10267         "nederlands" and "nederlands8" dictionaries to prevent a "Range
10268         striding over charsets" error.
10270 2005-01-24  Jay Belanger  <belanger@truman.edu>
10272         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10273         display variable name.
10275 2005-01-24  Kenichi Handa  <handa@m17n.org>
10277         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10278         Fix setting of the element of encoded-kbd-iso2022-invocations.
10280 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
10282         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10283         (gdb-threads-select): Change to also accept mouse events.
10284         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10285         (gdb-threads-mouse-select): Delete.
10287 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
10289         * files.el (insert-directory): Take care of empty directory,
10290         listed without -a switch.
10292 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10294         * textmodes/refill.el (refill-post-command-function):
10295         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10296         to the list of functions that we should be careful not to undo.
10297         (refill-late-fill-paragraph-function): Remove.
10298         (refill-saved-state): New var.
10299         (refill-mode): Use it to save fill-paragraph-function.
10300         Save also the value of auto-fill-function.
10302         * term/w32-win.el: Simplify code.
10304 2005-01-23  Kim F. Storm  <storm@cua.dk>
10306         * simple.el (line-move): Adapt to new return value from
10307         pos-visible-in-window-p.
10309         * simple.el (line-move): Fix last change.  Check partial
10310         visibility at point rather than at window-start.
10312 2005-01-22  Jason Rumney  <jasonr@gnu.org>
10314         * term/w32-win.el (xw-defined-colors): Remove debug-message.
10316 2005-01-22  David Kastrup  <dak@gnu.org>
10318         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10320 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
10322         * type-break.el (type-break-mode): Add a test for
10323         type-break-file-name being non-nil.
10325 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10327         * net/eudc.el (top level): Call (message "") via progn, so that
10328         eudc-options-file is loaded.
10330 2005-01-22  Kim F. Storm  <storm@cua.dk>
10332         * simple.el (line-move-1): Rename from line-move.
10333         (line-move): New function that adjusts vscroll for partially
10334         visible rows, and calls line-move-1 otherwise.
10336 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
10338         * pcomplete.el: Define pcomplete-read-event instead of read-event,
10339         since it's not a complete read-event implementation
10341 2005-01-20  Jay Belanger  <belanger@truman.edu>
10343         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10344         for called function.
10346 2005-01-20  Steven Tamm  <steventamm@mac.com>
10348         * term/mac-win.el (process-connection-type): Remove.
10349         Controlled now by s/darwin.h:PTY_ITERATION.
10351 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10353         * window.el (handle-select-window): Don't switch window when we're
10354         in the minibuffer.
10356 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
10358         * subr.el (dotimes-with-progress-reporter): New macro.
10360         * ses.el (ses-dotimes-msg): Remove macro.
10361         Use `dotimes-with-progress-reporter' instead.
10363 2005-01-19  Steven Tamm  <steventamm@mac.com>
10365         * term/mac-win.el (process-connection-type): Use new
10366         operating-system-release variable to use ptys on Darwin 7 (OS X
10367         10.3) when using carbon build.
10369 2005-01-19  Jay Belanger  <belanger@truman.edu>
10371         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10372         flags if the last command was a tab or M-tab.
10374         * calc/calc-prog.el (calc-user-define-edit): Put original formula
10375         in formula editing buffer.
10377 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
10379         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10380         breakpoint image symbol in margin.
10382 2005-01-19  Jay Belanger  <belanger@truman.edu>
10384         * calc/calc-prog.el (calc-execute-kbd-macro):
10385         Ignore calc-keep-arg-flag.
10387 2005-01-19  Kenichi Handa  <handa@m17n.org>
10389         * textmodes/ispell.el (ispell-looking-at): New function.
10390         (ispell-process-line): Use ispell-looking-at to compare the ispell
10391         output and the buffer contents.
10393 2005-01-18  Jay Belanger  <belanger@truman.edu>
10395         * calc/calc.el (calc-display-raw): Fix docstring.
10397 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10399         * simple.el (blink-matching-open): Strip extra info from syntax.
10401         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10402         funny chars in the end-of-here-doc marker.
10404 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
10406         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10407         that enable/disabled state of breakpoints is shown correctly in
10408         fringe and on ttys.
10409         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10410         Add breakpoint information as text properties.
10411         (gdb-mouse-toggle-breakpoint):
10412         Rename to gdb-mouse-set-clear-breakpoint.
10413         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
10414         breakpoints in the margin.
10415         (gdb-remove-strings): Simplify.
10417 2005-01-17  Jay Belanger  <belanger@truman.edu>
10419         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10420         erasing buffer.
10422 2005-01-17  Richard M. Stallman  <rms@gnu.org>
10424         * progmodes/grep.el (grep-find): Copy from `grep' the condition
10425         for calling grep-compute-defaults.
10427         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10428         if buffer is empty.
10430         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10432 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10434         * hilit-chg.el (highlight-changes-mode): Don't autoload.
10436         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10437         non-preloaded variables.
10439 2005-01-17  Steven Tamm  <steventamm@mac.com>
10441         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10442         tex-shell cause to force interactivity when using pipes.
10444 2005-01-17  Kim F. Storm  <storm@cua.dk>
10446         * simple.el (just-one-space): Make arg optional.
10448 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
10450         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10451         posn-at-x-y to t to access left-margin.
10453 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
10455         Sync with Tramp 2.0.47.
10457         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10458         catching keep-date problems in cp/scp operations.
10459         (tramp-handle-copy-file): Don't call `set-file-modes'
10460         unconditionally.  Specialized functions should know better what is
10461         necessary.  This improves performance a little bit, and the
10462         functions could catch errors with `cp -p' and `scp -p'.
10463         (tramp-do-copy-or-rename-file-via-buffer)
10464         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10465         when appropriate.
10466         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10467         Call `set-file-modes' when appropriate.
10468         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
10469         Johnsson <isak@hypergene.com>
10470         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10471         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
10472         <joakim@verona.se>
10473         (tramp-file-name-for-operation): Mark `shell-command' as magic for
10474         Emacs only.
10476         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
10477         `find-file-hooks' and `dired-mode-hook'.
10478         (tramp-minor-mode-map): Respective map.  Add remapping for
10479         `compile' and `recompile'.
10480         (tramp-remap-command, tramp-recompile): New defuns.
10481         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10482         in buffer "*Compilation*".  Call the commands asynchronously.
10484         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10485         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10486         `shell-command', because it isn't magic in XEmacs.  Reported by
10487         Adrian Aichner <adrian@xemacs.org>.
10489         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10490         `substitute-in-file-name.
10491         (tramp-smb-handle-substitute-in-file-name): New defun.
10492         (tramp-smb-advice-PC-do-completion): Delete advice.
10494 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
10496         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10497         Fix error in deleting region.
10499 2005-01-15  Richard M. Stallman  <rms@gnu.org>
10501         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10502         In non-temp buffer, switch syntax table temporarily.
10504         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10506         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10508         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10510         * imenu.el (imenu--split-menu): Copy menulist before sorting.
10511         (imenu--generic-function): Use START, not BEG, as pos of definition.
10513         * simple.el (just-one-space): Argument specifies number of spaces.
10515         * simple.el (eval-expression-print-format): Avoid warning
10516         about edebug-active.
10518 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
10520         * progmodes/sh-script.el: Code copied from make-mode.el
10521         with small changes,
10522         (sh-mode-map): Bind C-c C-\.
10523         (sh-backslash-column, sh-backslash-align): New variables.
10524         (sh-backslash-region, sh-append-backslash): New functions.
10526 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10528         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10529         (rmail-pop-password, rmail-pop-password-required): Move to
10530         rmail-obsolete group.
10531         (rmail-set-pop-password): Rename to rmail-set-remote-password.
10532         All callers updated.
10533         (rmail-get-pop-password): Rename to rmail-get-remote-password.
10534         Take an argument specifying whether it is POP or IMAP mailbox we
10535         are using.  All callers updated.
10536         (rmail-pop-password-error): Rename to
10537         rmail-remote-password-error.  Added mailutils-specific error message.
10538         (rmail-movemail-search-path)
10539         (rmail-movemail-variant-in-use): New variables.
10540         (rmail-remote-password, rmail-remote-password-required):
10541         New customization variables.
10542         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10543         (rmail-parse-url): New function.
10544         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10545         with GNU mailutils movemail.
10547 2005-01-15  Kevin Ryde  <user42@zip.com.au>
10549         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10550         suffix to space, $ or '$, to correctly position point when going
10551         to @table style constants like DBL_MAX.
10553 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
10555         * type-break.el (type-break-mode, type-break-file-time)
10556         (type-break-file-keystroke-count, type-break-choose-file):
10557         Don't store data in or load data from the file if type-break-file-name
10558         is nil.
10559         (type-break-file-name): Doc update as per the above.
10561 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
10563         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10564         lookup-key might return nil; handle that.
10566 2005-01-15  Alan Mackenzie  <acm@muc.de>
10568         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10569         rather than the element found, thus enabling the tree to be setcar'd.
10571 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10573         * textmodes/org.el (org-show-following-heading): New option.
10574         (org-show-hierarchy-above): Use `org-show-following-heading'.
10575         (org-cycle): Documentation fix.
10577         * textmodes/org.el (orgtbl-optimized): New option
10578         (orgtbl-mode): New command, a minor mode.
10579         (orgtbl-mode-map): New variable.
10580         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10581         (orgtbl-error, orgtbl-self-insert-command)
10582         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10584         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10585         a local variable in each org-mode buffer.
10587         * textmodes/org.el (org-set-regexps-and-options): Rename from
10588         `org-set-regexps'.  Added checking for STARTUP keyword.
10589         (org-get-current-options): Add STARTUP options.
10590         (org-table-insert-row): Make mode intelligent about when
10591         realignment is needed.
10592         (org-self-insert-command, org-delete-backward-char, org-delete-char):
10593         New commands.
10594         (org-enable-table-editor): New default value `optimized'.
10595         (org-table-blank-field): Support blanking regions if active.
10597 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10599         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10600         if the year is not given.
10602         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10603         Add new escapes %m and %M, fixed bug with %F by adding
10604         save-match-data.
10605         (reftex-reference): Remove ?. from list of spaces.
10606         (reftex-label-info): Add automatic label prefix recognition.
10608         * textmodes/reftex-index.el (reftex-index-next-phrase):
10609         Add slave parameter to call of `reftex-index-this-phrase'.
10610         (reftex-index-this-phrase): New optional argument.
10611         (reftex-index-region-phrases): Add slave parameter to call of
10612         `reftex-index-this-phrase'.
10613         (reftex-display-index): New argument redo.
10614         (reftex-index-rescan): Add 'redo to arguments of
10615         `reftex-display-index'.
10616         (reftex-index-Rescan, reftex-index-revert)
10617         (reftex-index-switch-index-tag): Add 'redo to arguments of
10618         `reftex-display-index'.
10619         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10620         indexing.  Fix bug with matching is there is a quote before or
10621         after the word.
10623         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10624         Fix bug when collecting citation keys in lines with comments.
10625         (reftex-citation): Prefix argument no longer rescans the document,
10626         but forces prompting for optional arguments of cite macros.
10627         (reftex-do-citation): Prompting for optional arguments implemented.
10629         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10630         Add optional arguments to most cite commands.
10631         (reftex-cite-cleanup-optional-args): New option
10632         (reftex-cite-prompt-optional-args): New option.
10633         (reftex-trust-label-prefix): New option.
10635         * textmodes/reftex-toc.el (reftex-toc-find-section):
10636         Add push-mark before changing the position in the buffer.
10638         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10639         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10641 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
10643         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10644         more carefully.
10646 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10648         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10649         (sgml-mode): Use it.
10650         (sgml-get-context): Better keep track of implicitly closed tags.
10652 2005-01-13  Kenichi Handa  <handa@m17n.org>
10654         * textmodes/ispell.el: These changes are to fix misalignment error
10655         caused by equivalent characters of different Emacs charsets.
10656         (ispell-unified-chars-table): New variable.
10657         (ispell-get-decoded-string): New function.
10658         (ispell-get-casechars, ispell-get-not-casechars)
10659         (ispell-get-otherchars): Call ispell-get-decoded-string.
10661 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10663         * custom.el (custom-declare-variable): Just put symbol instead
10664         of (defvar . symbol) in `current-load-list'.
10666 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10668         * emacs-lisp/elint.el: Fixed typo in Commentary section.
10670 2005-01-12  Jay Belanger  <belanger@truman.edu>
10672         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10673         to create a Calc summary.
10675 2005-01-12  Kim F. Storm  <storm@cua.dk>
10677         * mouse.el (mouse-on-link-p): Change functionality and doc
10678         string to comply with latest description in lisp ref.
10680 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
10682         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10683         Enable mouse clicks on mode-line, header-line and margin.
10684         (event-type): Give mouse event symbols an 'event-kind property
10685         with value 'mouse-click.
10687 2005-01-12  Juri Linkov  <juri@jurta.org>
10689         * facemenu.el (list-colors-display): Add new arg buffer-name.
10690         Use it.  Fix docstring.  Replace code for identifying duplicate
10691         colors by the name with call to `list-colors-duplicates' which
10692         identifies duplicate colors by the value unless the color
10693         is one of special Windows colors.  Set truncate-lines to t.
10694         Print sorted duplicate color names on each line.  Indent to 22
10695         \(the longest color name in rgb.txt) instead of 20.  Optimize.
10696         (list-colors-duplicates): New function.
10697         (facemenu-color-name-equal): Delete function.
10699         * facemenu.el (list-colors-print): New function created from code
10700         in list-colors-display.  Print #RRGGBB at the window right edge.
10701         (list-colors-display): When temp-buffer-show-function is not
10702         defined, call list-colors-print from temp-buffer-show-hook
10703         to get the right value of window-width in list-colors-print
10704         after the buffer is displayed.
10706         * simple.el (pop-mark): Move deactivate-mark out of conditional
10707         part to deactivate the active mark regardless of the state of the
10708         mark ring.
10710         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10711         variables line in desktop files.
10713 2005-01-12  Juri Linkov  <juri@jurta.org>
10715         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10716         Bring together isearch highlight related options.
10717         (lazy-highlight): Replace group `replace' by `matching'.
10718         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10719         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10720         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10721         and declare them obsolete.
10722         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10723         (isearch-faces): Remove defgroup.
10724         (isearch-overlay, isearch-highlight, isearch-dehighlight):
10725         Move isearch highlighting code closer to lazy highlighting code.
10727         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10728         (query-replace-highlight, query-replace-lazy-highlight)
10729         (query-replace): Move definitions to the beginning of the file.
10731 2005-01-11  Juri Linkov  <juri@jurta.org>
10733         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10734         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10735         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10737         * info.el (Info-history-forward): New variable.
10738         (Info-select-node): Reset Info-history-forward to nil.
10739         (Info-last): Turn into defalias.
10740         (Info-history-back): Rename from Info-last.
10741         Add current node to Info-history-forward.
10742         (Info-history-forward): New fun.
10743         (Info-mode-map): Replace Info-last by Info-history-back.
10744         Bind Info-history-forward to "r".
10745         (Info-mode-menu): Replace Info-last by Info-history-back.
10746         Fix menu item text.  Add menu item for Info-history-forward.
10747         (info-tool-bar-map): Replace Info-last by Info-history-back.
10748         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
10749         for Info-history-forward.
10750         (Info-mode): Replace Info-last by Info-history-back in docstring.
10751         Add local variable Info-history-forward.
10752         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10754 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10756         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10757         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10758         Ignore select-window events rather than fiddle with
10759         mouse-autoselect-window.
10761 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
10763         * type-break.el (type-break-mode): Fix previous change.
10765 2005-01-10  Jay Belanger  <belanger@truman.edu>
10767         * calc/calc-ext.el (calc-reset): Reset when inside embedded
10768         calculator; only reset when point is inside a calculator.
10769         Don't adjust the window height if the window takes up the whole height
10770         of the frame.
10772 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
10774         * ebuff-menu.el (Electric-buffer-menu-mode):
10775         Preserve value of buffer-local var header-line-format.
10777 2005-01-09  Jay Belanger  <belanger@truman.edu>
10779         * calc/calc.el (calc-mode-var-list-restore-saved-values):
10780         Make sure settings file exists before accessing it.
10782         * calc/calc-embed.el (calc-embedded-subst):
10783         Replace math-multi-subst-rec, which is only supposed to be called
10784         by math-multi-subst, by math-multi-subst.
10786 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
10788         * vc.el (vc-allow-async-revert): New user option.
10789         (vc-disable-async-diff): New internal variable.
10790         (vc-revert-buffer): Use them to disable asynchronous diff.
10792         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10793         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10794         asynchronously if vc-disable-async-diff is t.
10796 2005-01-09  Jay Belanger  <belanger@truman.edu>
10798         * calc/calc.el (defcalcmodevar): New macro.
10799         (calc-mode-var-list-restore-default-values)
10800         (calc-mode-var-list-restore-saved-values): New functions.
10801         (calc-mode-var-list): Use defcalcmodevar to define it.
10802         (calc-always-load-extensions, calc-line-numbering)
10803         (calc-line-breaking, calc-display-just, calc-display-origin)
10804         (calc-number-radix, calc-leading-zeros, calc-group-digits)
10805         (calc-group-char, calc-point-char, calc-frac-format)
10806         (calc-prefer-frac, calc-hms-format, calc-date-format)
10807         (calc-float-format, calc-full-float-format, calc-complex-format)
10808         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10809         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10810         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10811         (calc-matrix-brackets, calc-language, calc-language-option)
10812         (calc-left-label, calc-right-label, calc-word-size)
10813         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10814         (calc-display-raw, calc-internal-prec, calc-angle-mode)
10815         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10816         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10817         (calc-window-height, calc-display-trail, calc-show-selections)
10818         (calc-use-selections, calc-assoc-selections)
10819         (calc-display-working-message, calc-auto-why, calc-timing)
10820         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10821         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10822         (calc-gnuplot-default-device, calc-gnuplot-default-output)
10823         (calc-gnuplot-print-device, calc-gnuplot-print-output)
10824         (calc-gnuplot-geometry, calc-graph-default-resolution)
10825         (calc-graph-default-resolution-3d, calc-invocation-macro)
10826         (calc-show-banner): Use defcalcmodevar to declare them and set
10827         their default values.
10829         * calc/calc-ext.el (calc-reset): Restore saved values of variables
10830         instead of default values (but restore default values if there is
10831         an argument of 0).
10833 2005-01-09  David Kastrup  <dak@gnu.org>
10835         * desktop.el (desktop-restore-eager): Fix typo in type.
10837 2005-01-08  Richard M. Stallman  <rms@gnu.org>
10839         * cus-edit.el (customize): Delete :link.
10841 2005-01-08  Jay Belanger  <belanger@truman.edu>
10843         * calc/calc.el (calc-mode): Remove the extension from the
10844         `calc-settings-file' file name when loading it.
10846 2005-01-08  Kim F. Storm  <storm@cua.dk>
10848         * info.el (Info-mode-map, Info-next-link-keymap)
10849         (Info-prev-link-keymap, Info-up-link-keymap):
10850         Map follow-link to mouse-face.
10851         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10853 2005-01-08  Jay Belanger  <belanger@truman.edu>
10855         * calc/calc.el (calc-settings-file): Change default value.
10856         Suggested by cgw in a comment in calc-mode.el.
10858         * calc/calc-mode.el (calc-settings-file-name):
10859         Compare calc-settings-file to user-init-file instead of ~/.emacs.
10860         Replace ~/.emacs in a prompt by calc-settings-file.
10862 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
10864         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10865         (desktop-lazy-idle-delay): New customizable variables.
10866         (desktop-buffer-args-list): New variable.
10867         (desktop-append-buffer-args): New function.
10868         (desktop-save): Call desktop-append-buffer-args for some buffers.
10869         (desktop-lazy-create-buffer): New function.
10870         (desktop-idle-create-buffers): New function.
10871         (desktop-read): Add message about buffers to restore lazily.
10872         (desktop-lazy-abort): New command.
10873         (desktop-clear): Call desktop-lazy-abort.
10874         (desktop-lazy-complete): New command.
10876 2005-01-06  Richard M. Stallman  <rms@gnu.org>
10878         * emacs-lisp/find-func.el (find-face-definition):
10879         Rename from find-face.
10881 2005-01-06  Kim F. Storm  <storm@cua.dk>
10883         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10885         * man.el (Man-xref-man-page, Man-xref-header-file)
10886         (Man-xref-normal-file): Add follow-link property.
10888 2005-01-06  Jay Belanger  <belanger@truman.edu>
10890         * calc/calc-units.el: Make sure the proper macro definitions are
10891         available when compiling.
10893 2005-01-06  Juri Linkov  <juri@jurta.org>
10895         * isearch.el (isearch-lazy-highlight-update):
10896         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10898 2005-01-06  Miles Bader  <miles@gnu.org>
10900         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10901         (isearch-lazy-highlight-face): Use new name.
10903 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10905         * uniquify.el (uniquify-rationalize-file-buffer-names):
10906         Re-add an interactive spec.
10907         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10908         to the same name.
10910         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10911         (isearch-update, isearch-done): Adjust calls accordingly.
10913 2005-01-05  Richard M. Stallman  <rms@gnu.org>
10915         * custom.el (custom-set-variables, custom-theme-set-variables):
10916         Clarify documentation.
10918         * emacs-lisp/find-func.el (find-variable)
10919         (find-variable-other-window, find-variable-other-frame):
10920         Fix the TYPE args to find-function-read and find-function-do-it.
10921         (find-function): Doc fix.
10922         (find-function-at-point): Replace function-at-point alias.
10924 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10926         * cus-face.el (custom-declare-face):
10927         Record defface in current-load-list.
10929         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10931         * emacs-lisp/find-func.el: Doc fixes.
10932         (find-face-regexp): New variable.
10933         (find-function-regexp-alist): New variable.
10934         (find-function-C-source): Third arg is now TYPE.
10935         (find-function-search-for-symbol): Handle general TYPE.
10936         (find-function-read, find-function-do-it): Handle general TYPE.
10937         (find-definition-noselect, find-face): New functions.
10938         (function-at-point): Alias deleted.
10940 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10942         * battery.el (display-battery-mode): Rename from display-battery.
10943         Handle the case where it gets turned off.
10945 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10947         * cus-edit.el (customize): Make :link point to user doc.
10949         * man.el (Man-fontify-manpage): Turn off undo generation.
10951         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10953 2005-01-04  Andreas Schwab  <schwab@suse.de>
10955         * files.el (insert-directory): Only look for error lines in
10956         inserted text.  Don't move too far after processing --dired markers.
10958 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10960         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10961         Don't expand if the character is @, period, dash, etc.
10962         (define-mail-abbrev): Quote names that contain problem characters.
10964 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
10966         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10968 2005-01-03  Richard M. Stallman  <rms@gnu.org>
10970         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10971         (query-replace-highlight, query-replace-lazy-highlight)
10972         (query-replace): Definitions moved up.  Doc fix.
10974 2005-01-03  Richard M. Stallman  <rms@gnu.org>
10976         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10977         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10978         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10979         (lazy-highlight-face): Rename from isearch-lazy-...
10980         Change all references to them.
10982 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10984         * cus-edit.el (custom-file): Doc fix for defcustom.
10985         (custom-file): The function no longer sets the variable
10986         `custom-file' to its return value.
10988         * startup.el (command-line): No longer load `custom-file'.
10990 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10992         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10994         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10995         Don't confuse module-prefixed identifiers for labels.
10996         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10998 2005-01-02  Richard M. Stallman  <rms@gnu.org>
11000         * files.el (basic-save-buffer-1): Fix previous change.
11002         * loadhist.el (file-loadhist-lookup): New function.
11003         (file-provides, file-requires): Use it.
11005         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
11006         instead of calculating the right size.
11008 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
11010         * vc-svn.el (vc-svn-diff): Stay local if possible.
11012 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11014         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
11016         * files.el (hack-local-variables): Fix last change.
11018 2005-01-02  Jay Belanger  <belanger@truman.edu>
11020         * calc/calc-yank.el (calc-edit-top): New variable.
11021         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
11022         object.  Change header properties.
11023         (calc-edit-finish, calc-edit-finish-stack-object)
11024         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
11025         edited object.
11026         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
11027         for the beginning of the edited object.
11028         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
11029         for the beginning of the edited object.
11030         * calc/calc-prog.el (calc-edit-macro-finish-edit)
11031         (calc-finish-formula-edit, calc-macro-repeats)
11032         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
11033         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
11034         beginning of the edited object.
11035         (calc-user-define-edit): Change the header for editing macros.
11036         Remove unnecessary variable.
11038 2005-01-01  Jay Belanger  <belanger@truman.edu>
11040         * calc/calc-yank.el (calc-edit-mode): Change default header.
11041         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
11042         * calc/calc-store.el (calc-edit-variable): Change title to match new
11043         header.
11044         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
11045         mode to match new header.
11046         (calc-user-define-edit): Change titles to include names of commands.
11047         (calc-finish-formula-edit): Adjust to handle new header.
11048         (calc-finish-macro-edit): Remove.
11049         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
11050         (calc-edit-macro-command, calc-edit-macro-command-type)
11051         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
11052         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
11053         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
11054         (calc-edit-macro-finish-edit): New functions.
11055         (calc-user-define-edit): Use new functions to edit named calc macros.
11057 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
11059         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
11061         * ses.el (copy-region-as-kill): Deactivate mark.
11063 2005-01-01  Richard M. Stallman  <rms@gnu.org>
11065         * replace.el (occur-1): If the output buffer is also an input,
11066         don't kill it, rename it.
11068         * faces.el (set-face-background, set-face-foreground): Doc fix.
11070         * cus-face.el (custom-face-attributes): Fix :help-echo strings
11071         for :foreground and :background.
11073         * dired.el (dired-view-command-alist): Variable deleted.
11074         (dired-view-file, dired-mouse-find-file-other-window):
11075         Delete the code to use it.
11077 2005-01-01  Kim F. Storm  <storm@cua.dk>
11079         * image.el (insert-sliced-image): Use t for line-height property.
11081 2004-12-31  Jay Belanger  <belanger@truman.edu>
11083         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
11084         for "var-" at the beginning of the minibuffer.
11086 2004-12-31  Richard M. Stallman  <rms@gnu.org>
11088         * faces.el (read-face-name):
11089         Don't treat an attribute spec as a list of faces.
11091         * simple.el (undo): Use undo-equiv-table to detect
11092         unexpected changes since previous undo.
11093         (undo-list-saved): Variable deleted.
11094         (buffer-disable-undo): Don't alter undo-list-saved.
11096         * files.el (require-final-newline): Allow `visit' and `visit-save'.
11097         (mode-require-final-newline): New option.
11098         (after-find-file): Handle require-final-newline with new values.
11099         (basic-save-buffer): Handle new values of require-final-newline.
11101         * progmodes/sh-script.el (sh-require-final-newline):
11102         Alist value now controls whether to use mode-require-final-newline.
11103         (sh-set-shell): Implement that new meaning.
11105         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
11106         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
11107         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
11108         Delete old-Emacs compatibility code.
11109         (antlr-c-common-init): Function deleted.
11111         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
11112         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
11113         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
11114         * progmodes/python.el (python-mode): Use mode-require-final-newline.
11115         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
11116         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
11117         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
11118         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
11119         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
11120         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
11121         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
11122         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
11123         * progmodes/cfengine.el (cfengine-mode): Use
11124         mode-require-final-newline.
11125         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
11126         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
11127         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
11129 2004-12-31  Jay Belanger  <belanger@truman.edu>
11131         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
11132         way to return to Calc.
11134         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
11135         finish, C-xk as the way to cancel the edit.  Add cancel routine to
11136         kill-buffer-hook.
11138         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
11139         MacEdit code.
11141         * calc/calc-prog.el: Remove obsolete MacEdit code.
11142         (calc-macro-edit-algebraic, calc-macro-edit-variable)
11143         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
11145 2004-12-31  Kenichi Handa  <handa@m17n.org>
11147         * international/mule.el (buffer-file-coding-system-explicit):
11148         Rename for explicit-buffer-file-coding-system.
11149         (after-insert-file-set-coding): Adjust for the above change.
11151         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
11152         to buffer-file-coding-system-explicit.
11153         (basic-save-buffer-1): Likewise.
11155 2004-12-30  Richard M. Stallman  <rms@gnu.org>
11157         * textmodes/artist.el (artist-butlast-fn): Var deleted.
11158         (artist-butlast, artist-last): Functions deleted.
11159         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
11160         (artist-compute-key-compl-table): Call remq directly.
11161         (artist-remove-nulls): Function deleted.
11162         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
11163         (artist-push, artist-pop): Macro deleted.
11165 2004-12-30  Andreas Leue  <al@sphenon.de>
11167         * textmodes/artist.el (artist-version): 1.2.6
11168         (artist-prev-next-op-alist): New variable.
11169         (artist-select-next-op-in-list): New function.
11170         (artist-select-prev-op-in-list): New function.
11171         (artist-make-prev-next-op-alist): New function.
11172         (artist-is-in-op-list-p): New function.
11173         (artist-get-first-non-nil-op): New function.
11174         (artist-get-last-non-nil-op): New function.
11175         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
11176         artist-prev-next-op-alist.
11177         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
11178         change drawing operation.
11180 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11182         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
11184 2004-12-31  Masatake YAMATO  <jet@gyve.org>
11186         * server.el (server-process-filter): Suppress `error', too.
11188 2004-12-30  Jay Belanger  <belanger@truman.edu>
11190         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
11191         Change the way a variable is displayed in a message.
11193         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
11194         (calc-user-define-permanent, calc-execute-kbd-macro):
11195         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
11197 2004-12-30  Kenichi Handa  <handa@m17n.org>
11199         * files.el (basic-save-buffer-1):
11200         Set explicit-buffer-file-coding-system to last-coding-system-used.
11201         (revert-buffer): Pay attention to
11202         explicit-buffer-file-coding-system (not buffer-file-coding-system)
11203         on bind coding-system-for-read.
11205         * international/mule.el (explicit-buffer-file-coding-system):
11206         New buffer local variable.
11207         (after-insert-file-set-coding): Set it to coding-system-for-read.
11209 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
11211         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11213 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
11215         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11216         that include line numbers.
11218 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
11220         * files.el (hack-local-variables): If no PREFIX, set it to "^".
11221         Redundant variable PREFIXLEN removed.
11223 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
11225         * eshell/em-hist.el (eshell-previous-matching-input):
11226         Start the deletion from the end of the output.
11228 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11230         * term/mac-win.el: Require x-dnd.
11231         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
11233 2004-12-29  David Kastrup  <dak@gnu.org>
11235         * international/mule.el (decode-coding-inserted-region):
11236         Don't barf if `buffer-undo-list' is already set to `t'.
11238 2004-12-29  Jay Belanger  <belanger@truman.edu>
11240         * calc/calc-prog.el (calc-user-define-formula): Put default values
11241         for function names in prompts.
11242         (calc-user-define-permanent, calc-user-define-composition)
11243         (calc-user-define-formula): Remove the need for "calcFunc-" in the
11244         default input for algebraic functions.
11246 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
11248         * vc-rcs.el (vc-rcs-annotate-command):
11249         Fix omission bug: Call `vc-setup-buffer'.
11251 2004-12-29  Kenichi Handa  <handa@m17n.org>
11253         * international/mule.el (recode-region): New function.
11255 2004-12-28  Richard M. Stallman  <rms@gnu.org>
11257         * simple.el (undo-extra-outer-limit): New variable.
11258         (undo-outer-limit-truncate): Test and set it.
11260         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11261         enables the feature to extend the existing region.
11263         * simple.el (mark-word): New arg ALLOW-EXTEND
11264         enables the feature to extend the existing region.
11266         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11267         enables the feature to extend the existing region.
11269         * startup.el (site-run-file): Don't allow setting it with Custom.
11271         * simple.el (buffer-disable-undo): Fix previous change.
11273 2004-12-27  Masatake YAMATO  <jet@gyve.org>
11275         * hexl.el (hexlify-buffer): Remove fontification here.
11276         Use font lock mechanism instead.
11277         (hexl-font-lock-keywords): New font lock kewords.
11278         (hexl-mode-old-font-lock-keywords): New variable.
11279         (hexl-mode): Store the old font lock keywords.
11280         (hexl-mode-exit): Restore the old font lock keywords.
11282 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11284         * simple.el (undo): Fix previous change.
11286 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11288         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
11289         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11290         Call x-open-connection on Mac OS X.
11292 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11294         * files.el (buffer-save-without-query): New var (buffer-local).
11295         (save-some-buffers): Save those buffers first, w/o asking.
11297         * files.el (insert-directory-ls-version): New variable.
11298         (insert-directory): When ls returns an error, test the version
11299         number to decide what the return code means.
11300         With --dired output format, detect and distinguish lines
11301         that are really error messages.
11302         (insert-directory-adj-pos): New function.
11304         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11306         * battery.el (battery-mode-line-format): Remove initial spaces.
11308         * uniquify.el (uniquify-rationalize-file-buffer-names):
11309         Delete interactive spec.
11311         * type-break.el (type-break-mode): Set buffer-save-without-query.
11312         Remove code that tried to set save-some-buffers-always.
11313         (type-break-file-keystroke-count): Bind deactivate-mark.
11315         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11317         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11318         Test that the buffer is live, and maybe reject current buffer too.
11319         Clarify.
11320         (next-error-find-buffer): Rewrite for clarity.
11322         * loadup.el: Don't use buffer-disable-undo; do it directly.
11324         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11325         (describe-variable): Call symbol-file with `defvar'.
11327         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11328         (symbol-file): Rewritten to handle new load-history format.
11329         Now takes an arg TYPE to specify looking for a particular
11330         type of definition only.
11332         * emacs-lisp/debug.el (debugger-make-xrefs):
11333         Call symbol-file with `defun'.
11335         * emacs-lisp/find-func.el (find-function-noselect):
11336         Call symbol-file with `defun'.
11337         (find-variable-noselect): Call symbol-file with `defvar'.
11339         * eshell/esh-cmd.el (eshell-find-alias-function):
11340         Call symbol-file with `defun'.
11342         * eshell/esh-test.el (eshell-test-goto-func):
11343         Call symbol-file with `defun'.
11345         * mail/rmail.el (rmail-resend):
11346         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11348         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11350         * progmodes/compile.el (compilation-find-buffer): Rename arg.
11352         * textmodes/texinfmt.el (texinfo-format-buffer-1):
11353         Call buffer-disable-undo.
11355         * simple.el (undo-list-saved): New variable (buffer-local).
11356         (undo): Set and test it.
11357         (buffer-disable-undo): Move here from buffer.c.
11358         Clear out undo-list-saved.
11360         * international/mule.el (decode-coding-inserted-region):
11361         Set buffer-undo-list in a correct and optimal way.
11363         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11364         (cperl-font-lock-unfontify-region-function): No need to save and
11365         restore info, since font-lock.el does it for us.
11367         * ansi-color.el (save-buffer-state): Definition deleted.
11368         (ansi-color-unfontify-region): Don't use save-buffer-state.
11370 2004-12-27  Dave Love  <fx@gnu.org>
11372         * wid-edit.el (function): Use restricted-sexp as parent.
11374 2004-12-27  Kevin Ryde  <user42@zip.com.au>
11376         * simple.el (next-matching-history-element): Use same
11377         `interactive' form as previous-matching-history-element.
11379         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11380         it can appear unencoded and has been seen from yahoo.
11382 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
11384         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11385         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
11387 2004-12-27  Kenichi Handa  <handa@m17n.org>
11389         * international/utf-8.el (utf-translate-cjk-load-tables):
11390         Bind coding-system-for-read to nil while loading subst-*.
11392 2004-12-26  Jay Belanger  <belanger@truman.edu>
11394         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11395         default input.
11397 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
11399         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11400         before reverting and disable undo recording while reverting.
11402 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
11404         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11405         (hs-make-overlay): New function.
11406         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11407         (hs-flag-region): Delete function.
11408         (hs-hide-comment-region): No longer use `hs-flag-region'.
11409         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11410         (hs-hide-block-at-point): Likewise.
11411         (hs-hide-level-recursive): Use `hs-discard-overlays'.
11412         (hs-hide-all, hs-show-all): Likewise.
11413         (hs-show-block): Likewise.
11414         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11416 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
11418         * progmodes/hideshow.el: Require `cl' when compiling.
11419         Remove XEmacs and Emacs 19 compatibility.
11420         Use `dolist' and `add-to-list' for load-time actions.
11421         (hs-discard-overlays): Use `dolist'.
11422         (hs-show-block): Likewise.
11424 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
11426         * faces.el (mode-line, mode-line-inactive): Use min-colors.
11428 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
11430         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11431         When extending backwards, move outside the current comment first.
11433 2004-12-22  Kenichi Handa  <handa@m17n.org>
11435         * international/quail.el (quail-start-translation): Fix prompt
11436         string for the case if input-method-use-echo-area being non-nil.
11437         (quail-start-conversion): Likewise.
11438         (quail-show-guidance): Don't show guidance if
11439         input-method-use-echo-area is non-nil.
11441 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11443         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11445 2004-12-21  Markus Rost  <rost@ias.edu>
11447         * calendar/diary-lib.el (mark-diary-entries):
11448         Set mark-diary-entries-in-calendar only after checking for diary-file.
11450 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11452         * faces.el (escape-glyph): Use blue against light foreground.
11454         * simple.el (undo-outer-limit-truncate): New function.
11455         (undo-outer-limit-function): Use undo-outer-limit-truncate.
11457 2004-12-21  Eli Barzilay  <eli@barzilay.org>
11459         * calculator.el (calculator-radix-grouping-mode)
11460         (calculator-radix-grouping-digits)
11461         (calculator-radix-grouping-separator):
11462         New defcustoms for the new radix grouping mode functionality.
11463         (calculator-mode-hook): Now used in electric mode too,
11464         (calculator): Call it.
11465         (calculator-mode-map): Some new keys.
11466         (calculator-message): New function.  Some new calls.
11467         (calculator-op, calculator-set-register): Use it.
11468         (calculator-string-to-number): New function, mostly moved and
11469         updated code from calculator-curnum-value.
11470         (calculator-curnum-value): Use it.
11471         (calculator-paste): Use it, and update grabbing the current-kill.
11472         (calculator-rotate-displayer)
11473         (calculator-rotate-displayer-back): Toggle digit grouping when
11474         in radix mode, use calculator-message.
11475         (calculator-displayer-prev, calculator-displayer-next):
11476         Change digit group size when in radix mode.
11477         (calculator-number-to-string): Rename from
11478         calculator-num-to-string.  Now deals with digit grouping in
11479         radix mode.
11480         (calculator-update-display, calculator-put-value): Use the new name.
11481         (calculator-fact): Return a floating point number.
11482         (calculator-mode): Doc fix.
11484 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11486         * calendar/calendar.el (view-other-diary-entries): Add autoload.
11487         * calendar/diary-lib.el (view-other-diary-entries):
11488         Use current-prefix-arg in interactive spec.
11490 2004-12-19  Jay Belanger  <belanger@truman.edu>
11492         * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11493         adjust the syntax of both delimiters of half-open intervals.
11495 2004-12-19  Kim F. Storm  <storm@cua.dk>
11497         * mouse.el (mouse-1-click-follows-link): Doc fix.
11499 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11501         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11502         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11503         instead of centraleuropean as the name
11505 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
11507         Sync with Tramp 2.0.46.
11509         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11510         parameters wrt Tramp convention.
11511         (tramp-handle-file-attributes-with-perl)
11512         (tramp-handle-directory-files-and-attributes): Apply it.
11513         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11514         `copy-program'.  Reported by Zack Weinberg
11515         <zack@codesourcery.com>.
11516         (top): Set `edebug-form-spec' property directly rather than
11517         calling `def-edebug-spec'.
11519         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11520         advice less fragile.  Surround temporary redefinition of
11521         `substitute-in-file-name' with `unwind-protect'.  Suggested by
11522         Matt Hodges <MPHodges@member.fsf.org>.
11524 2004-12-17  Juri Linkov  <juri@jurta.org>
11526         * replace.el (occur-accumulate-lines, occur-engine):
11527         Make forcing deferred font-lock fontification jit-specific.
11529 2004-12-17  Kim F. Storm  <storm@cua.dk>
11531         * mouse.el (mouse-1-click-follows-link): New defcustom.
11532         (mouse-on-link-p): New function.
11533         (mouse-drag-region-1): Implement mouse-1-click-follows-link
11534         functionality.  Map a mouse-1 click event into a mouse-2 (or
11535         other) event when position is inside a link.
11537         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11538         prefix in tooltip text with "mouse-1" when this is a link
11539         recognized by mouse-1-click-follows-link functionality.
11541         * help.el (describe-key): Report effective and original binding
11542         for mouse-1 when clicked on a link.
11543         (describe-mode): Add follow-link property to "minor-mode" button.
11545         * help-fns.el (describe-variable): Add follow-link property to
11546         "below" button.
11548         * help-mode.el (help-xref): Add follow-link property.
11550         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11551         (apropos-command, apropos-variable, apropos-face, apropos-group)
11552         (apropos-widget, apropos-plist): Add follow-link property.
11554         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11555         checks if position is in a filename, rather than some other
11556         clickable item.  Function looks for cvs-filename-face at position.
11558         * wid-edit.el (widget-specify-field, widget-specify-button):
11559         Map a :follow-link keyword into a follow-link property.
11560         (link): Add :follow-link keyword, map to RET binding.
11562         * dired.el (dired-mode-map): Map follow-link to mouse-face.
11564         * progmodes/compile.el (compilation-minor-mode-map)
11565         (compilation-button-map, compilation-mode-map): Likewise.
11567 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
11569         * play/zone.el (zone): Init `line-spacing' from orig buffer.
11570         (zone-replace-char): Take `count' and `del-count'
11571         instead of `direction'.  Update callers.  When `del-count' is
11572         non-nil, delete that many characters, otherwise `count' characters
11573         backwards.  Insert the newly-replaced string `count' times.
11574         (zone-fret): Handle chars w/ width greater than one.
11575         (zone-fall-through-ws): No longer take window width `ww'.
11576         Update callers.  Add handling for `char-width' greater than one.
11577         (zone-pgm-drip): Update var holding window-end position every cycle.
11579 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
11581         * vc.el (vc-default-update-changelog): Use insert-file-contents,
11582         rather than insert-file.
11584 2004-12-16  Jay Belanger  <belanger@truman.edu>
11586         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11587         (math-init-random-base, math-random-digit): Check to see if
11588         var-RandSeed is bound.
11589         (math-random-last): Declare it.
11590         (math-random-digit): Don't make math-random-last local.
11592 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
11594         * play/zone.el (zone): Fix omission bug: Use a self-disabling
11595         one-shot thunk for uniform (error, quit, normal) recovery.
11596         Reported by John Paul Wallington.
11597         (zone-pgm-random-life): Fix bug:
11598         Recognize empty initial field by lack of "@" chars.
11600 2004-12-16  Juri Linkov  <juri@jurta.org>
11602         * help.el (function-called-at-point):
11603         * help-fns.el (variable-at-point): As a last resort try stripping
11604         non-word prefixes and suffixes.
11606         * descr-text.el (describe-property-list): Don't treat syntax-table
11607         specially.  Use describe-text-sexp which inserts [show] button
11608         for large objects and handles printing errors.  Sort properties
11609         by names in alphabetical order instead of by value sizes.
11610         Add `mouse-face' to list of properties for `describe-face' widget.
11611         (describe-char): Mask out face-id from 19 bits of character.
11612         Print face-id separately.
11614         * replace.el (occur-accumulate-lines, occur-engine):
11615         Fontify unfontified matching lines in the source buffer
11616         before copying them.
11617         (occur-engine): Don't put mouse-face on context lines.
11618         (occur-next-error): Set point to line beginning/end
11619         before searching for prev/next property to skip multiple
11620         matches on a line (not supported by occur engine).
11621         Remove redundant prefix-numeric-value.
11623 2004-12-15  Juri Linkov  <juri@jurta.org>
11625         * replace.el (match): New face.
11626         (list-matching-lines-face): Change default from `bold' to `match'.
11628         * progmodes/grep.el (grep-match-face): New defvar.
11629         (grep-mode-font-lock-keywords): Use grep-match-face instead of
11630         compilation-column-face to highlight grep matches.
11632         * apropos.el (apropos-match-face): Change default from
11633         `secondary-selection' to `match'.
11635         * info-look.el (info-lookup-highlight-face): Change default from
11636         `highlight' to `match'.
11638 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
11640         * progmodes/executable.el (executable-interpret): Eliminate
11641         obsolete compile-internal, and switch to comint for interaction.
11643 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
11645         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11646         `&&' when skipping multiple statements on a line.
11648 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
11650         * play/zone.el (zone): Set `truncate-lines'.
11651         Also, init `tab-width' with value from original buffer.
11652         (zone-shift-up): Rewrite for speed.
11653         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11654         (zone-pgm-jitter): Remove redundant entries from ops vector.
11655         (zone-exploding-remove): Reduce iteration count.
11656         (zone-cpos): Convert to defsubst.
11657         (zone-replace-char): New defsubst.
11658         (zone-park/sit-for): Likewise.
11659         (zone-fret): Take window-start arg.
11660         Update callers.  Use `zone-park/sit-for'.
11661         (zone-fill-out-screen): Rewrite.
11662         (zone-fall-through-ws): Likewise.  Update callers.
11663         (zone-pgm-drip): Use `zone-replace-char'.
11664         Move var inits before while-loop.  Use `zone-park/sit-for'.
11665         (zone-pgm-random-life): Handle empty initial field.
11666         Use `zone-replace-char' and `zone-park/sit-for'.
11668 2004-12-15  Juri Linkov  <juri@jurta.org>
11670         * isearch.el (isearch-update): Test isearch-lazy-highlight
11671         before calling isearch-lazy-highlight-new-loop.
11672         (isearch-lazy-highlight-new-loop):
11673         Don't test isearch-lazy-highlight.
11675         * replace.el (perform-replace): Add isearch-case-fold-search.
11676         Use delimited-flag for isearch-regexp.
11677         Reset isearch-lazy-highlight-last-string to force lazy
11678         highlighting when called from isearch mode.
11679         (query-replace-highlight): Revert defcustom type to boolean.
11680         (query-replace-lazy-highlight): New defcustom.
11681         (query-replace): New face.
11682         (perform-replace, replace-highlight, replace-dehighlight):
11683         Test query-replace-lazy-highlight instead of special value
11684         `isearch' of query-replace-highlight.
11685         (replace-dehighlight): Don't call isearch-dehighlight.
11686         (replace-highlight): Don't call isearch-highlight.
11687         Use face `query-replace' unconditionally.
11689 2004-12-14  Kim F. Storm  <storm@cua.dk>
11691         * simple.el (inhibit-mark-movement): Remove defvar.
11692         (beginning-of-buffer, end-of-buffer): Don't use it.
11694         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11695         Don't use inhibit-mark-movement.
11697         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11698         (cua--undo-push-mark): Remove.
11699         (cua--pre-command-handler, cua--post-command-handler):
11700         Don't fiddle with inhibit-mark-movement.
11702 2004-12-14  Juri Linkov  <juri@jurta.org>
11704         * buff-menu.el (list-buffers-noselect): Collect internal info
11705         for every buffer in BUFFER-LIST arg too.
11706         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11707         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11708         Bind same-window-buffer-names and same-window-regexps to nil.
11710 2004-12-13  Juri Linkov  <juri@jurta.org>
11712         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11714         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11715         (sc-cite-region, sc-uncite-region, sc-recite-region):
11716         Fix previous change to handle not alist as a symbol, but
11717         a citation frame as a symbol that represents a variable name.
11719 2004-12-13  Richard M. Stallman  <rms@gnu.org>
11721         * filecache.el (file-cache-add-directory-using-find):
11722         Only set up file-cache-find-command-posix-flag if we will use it.
11724         * bindings.el (mode-line-buffer-identification-keymap):
11725         Don't cancel the mode-line's usual down-mouse-1 binding.
11727         * cus-edit.el (custom-face-selected): Handle `default' specs.
11728         (custom-face-edit): Increase extra-offset.
11729         (custom-display): Handle `default' specs.
11731         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11733         * emacs-lisp/elint.el (elint-standard-variables)
11734         (elint-unknown-builtin-args): Move definitions up.
11736         * net/browse-url.el (browse-url-url-at-point): Add autoload.
11738         * info.el (info-xref-visited): Use `default' instead of t.
11739         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11741         * faces.el (header-line, mode-line-inactive, tool-bar):
11742         Use `default' instead of t for setting the defaults.
11743         (face-spec-choose): Separate `t' from `default'.
11745         * subr.el (while-no-input): New macro.
11747 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
11749         * filecache.el (file-cache-add-directory-using-find):
11750         Only test file-cache-find-command-posix-flag on some systems.
11752 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11754         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11755         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11756         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11757         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11758         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11759         annotate.
11761 2004-12-12  Juri Linkov  <juri@jurta.org>
11763         * files.el (find-file-other-window, find-file-other-frame):
11764         Add the first buffer to the returned value to return the complete
11765         list of all visited buffers.
11766         (find-file-read-only, find-file-read-only-other-window)
11767         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11768         `find-file-read-args'.  Signal an error about non-existent file
11769         only if file name doesn't contain wildcards.  Toggle read-only in
11770         all visited buffers.
11771         (find-alternate-file, find-alternate-file-other-window):
11772         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
11773         called interactively.  Pass arg `wildcards' to other functions.
11774         (find-file-noselect): Doc fix.
11776         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11777         Doc fix.
11778         (ffap-directory-finder): New variable.
11779         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11780         (ffap-file-at-point): Add /* to immediately rejected names.
11781         Return absolute file names matching ffap-dired-wildcards.
11782         (ffap-read-file-or-url): Set default value for `completing-read'
11783         to `buffer-file-name'.
11784         (find-file-at-point): When filename matches ffap-dired-wildcards,
11785         call ffap-file-finder with t arg `wildcards', instead of dired.
11786         (ffap-other-window, ffap-other-frame): Return visited buffers.
11787         (ffap-read-only, ffap-read-only-other-window)
11788         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11789         (dired-at-point): Call ffap-directory-finder instead of dired.
11790         (ffap-dired-other-window, ffap-dired-other-frame)
11791         (ffap-list-directory): New commands.
11792         (ffap-bindings): New keybindings for new commands.
11794 2004-12-12  Juri Linkov  <juri@jurta.org>
11796         * simple.el (beginning-of-buffer, end-of-buffer):
11797         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11798         Do not push mark when mark is active in transient-mark-mode.
11800         * simple.el (mark-word):
11801         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11802         * textmodes/paragraphs.el (mark-paragraph):
11803         Extend the region when mark is active in transient-mark-mode,
11804         regardless of the last command.  Doc fix.
11806         * simple.el (mark-word): Preserve direction when repeating.
11807         Make arg optional.  Interactive "p" -> "P".
11808         (transient-mark-mode, inhibit-mark-movement): Doc fix.
11810         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11811         preserving direction, to mark forward instead of backward when mark
11812         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11814 2004-12-12  Juri Linkov  <juri@jurta.org>
11816         * isearch.el (isearch-edit-string): Set 7th arg of
11817         `read-from-minibuffer' to `t' to inherit the current input
11818         method (whose name is indicated by [IM] in the minibuffer prompt)
11819         from the current buffer to the minibuffer.
11820         (isearch-lazy-highlight-update): Put body to `with-local-quit'
11821         to allow C-g quitting for lazy highlighting looping inside the
11822         search with nested repetition operators.  Add overlay to the list
11823         before setting its face and other properties to avoid the case of
11824         code quitting after placing the new overlay but before it's
11825         recorded on the list.  Select the window where isearch was
11826         activated, to highlight matches in the right window when isearch
11827         switches the current window to the minibuffer.
11829         * international/isearch-x.el
11830         (isearch-process-search-multibyte-characters):
11831         Use `isearch-message' as initial input for `read-string' instead
11832         of adding it to the minibuffer prompt.  After reading a string
11833         remove the initial value of `isearch-message' from the string.
11835         * replace.el (replace-match-maybe-edit): Doc fix.
11836         (perform-replace): Don't call `replace-highlight' when automatic
11837         replacement is requested in literal mode, since it is intended
11838         only to highlight words during entering a new replacement string
11839         for \? in non-literal mode.
11841         * replace.el (query-replace-highlight): Add new value `isearch'
11842         that allows query replacement to use isearch highlighting.
11843         Change type from `boolean' to `choice'.  Doc fix.
11844         (replace-highlight, replace-dehighlight, perform-replace):
11845         Use isearch highlighting if query-replace-highlight eq `isearch'.
11847 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11849         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11850         (checkdoc-message-text, checkdoc-defun): Fix format messages for
11851         `error'.
11853         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11854         case of \end{verbatim}.
11856 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
11858         * term.el (term-termcap-format): Synchronize with terminfo.
11859         (term-emulate-terminal): Handle reset.
11860         (term-reset-terminal): New function.
11862 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
11864         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11865         (zone-fill-out-screen): New func.
11866         (zone-pgm-drip): Use `zone-fill-out-screen'.
11867         Also, no longer go to point-min on every cycle.
11868         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11869         (zone-pgm-random-life-wait): New user var.
11870         (zone-pgm-random-life): New func.
11872 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
11874         * files.el (auto-mode-alist): Map .com to DCL mode.
11876 2004-12-09  Richard M. Stallman  <rms@gnu.org>
11878         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11880 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
11882         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11883         buffer with a display margin.
11885 2004-12-08  Jay Belanger  <belanger@truman.edu>
11887         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11888         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11890 2004-12-08  Richard M. Stallman  <rms@gnu.org>
11892         * faces.el: Delete code to set display table.
11893         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
11895 2004-12-08  Jay Belanger  <belanger@truman.edu>
11897         * calc/calc.el: Add math-read-preprocess-string to autoloads.
11899         * calc/calc-ext.el (math-read-replacement-list)
11900         (math-read-superscripts, math-read-preprocess-string): Move to
11901         calc-aent.el.
11903         * calc/calc-aent.el (math-read-replacement-list)
11904         (math-read-superscripts, math-read-preprocess-string): Move from
11905         calc-ext.el.
11907 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11909         * isearch.el (isearch-quote-char): Fix up typo in last change.
11911 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
11913         * mouse.el (mouse-set-font): Handle the case where the command was
11914         not invoked using the mouse.
11916         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11917         (edmacro-finish-edit): Further update for keyboard macros that are
11918         lambda forms.
11919         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11921 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11923         * font-lock.el (font-lock-unfontify-region): Save buffer state.
11924         (font-lock-default-unfontify-region): Don't save buffer state any more.
11926 2004-12-07  Jay Belanger  <belanger@truman.edu>
11928         * calc/calc-help.el (calc-describe-key):
11929         Set calc-summary-indentation even when Calc Summary buffer exists.
11931 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
11933         * calendar/holidays.el (holiday-easter-etc): Make arguments
11934         optional for backwards compatibility.  Doc fix.
11935         Remove un-necessary local vars mandatory, output-list.
11936         (holiday-advent): Make arguments optional for backwards
11937         compatibility.  Doc fix.
11939 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11941         * paren.el (show-paren-function): Fix last change (2004-12-02).
11943         * international/mule-util.el (char-displayable-p): Return nil for
11944         unibyte mode.
11946         * subr.el (subregexp-context-p): New function.
11948         * isearch.el (isearch-quote-char): Use it.
11950         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11951         (regexp-opt-not-groupie*-re): Remove.
11952         (regexp-opt): Properly handle inputs with duplicate entries.
11954 2004-12-06  Richard M. Stallman  <rms@gnu.org>
11956         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11958         * cus-edit.el (custom-file): Doc fix.
11960         * textmodes/org.el: New file.
11962 2004-12-06  Kenichi Handa  <handa@m17n.org>
11964         * ldefs-boot.el: Update international/mule-util.el section.
11966 2004-12-05  Sam Steingold  <sds@gnu.org>
11968         * net/tramp.el (tramp-handle-file-accessible-directory-p):
11969         Fix `tramp-time-diff' comparison logic.
11971 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
11973         * progmodes/which-func.el (which-function):
11974         Use `run-hook-with-args-until-success' instead of a custom loop.
11975         Fixes bug with local hooks.
11977 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11979         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11980         Use delete-dups when calculating the initial value.
11981         (bibtex-autokey-get-title): Use <=.
11982         (bibtex-goto-line): New function.
11983         (bibtex-reposition-window): Use line numbers instead of point
11984         positions.  Use window-body-height.
11985         (bibtex-find-crossref): Use bibtex-reposition-window.
11986         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
11987         position of entry if key is found or nil if not found.
11989 2004-12-05  Richard M. Stallman  <rms@gnu.org>
11991         * cus-edit.el (custom-file): Doc fix.
11993         * progmodes/sh-script.el (sh-indent-for-then): Change default.
11995 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * simple.el (blink-matching-open):
11998         * textmodes/tex-mode.el (tex-validate-region):
11999         Obey syntax-table text properties.
12001 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12003         * wid-edit.el (widget-specify-field): Add `real-field' property to
12004         boundary.
12005         (widget-field-at): Use it.
12007 2004-12-02  Richard M. Stallman  <rms@gnu.org>
12009         * progmodes/cc-mode.el (awk-mode autoload):
12010         Supply t meaning interactive function.
12012         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
12013         (isearch-mode-map): No special definition for space.
12014         (isearch-whitespace-chars): Command deleted.
12015         (isearch-forward-regexp): Doc fix.
12016         (isearch-quote-char): When a space is not inside brackets,
12017         use `[ ]' instead of just space.
12018         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
12020         * imenu.el (imenu--generic-function): Delete code to exclude
12021         matches in comments.
12023         * man.el (Man-reverse-face): Change default to `highlight'.
12025         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
12026         (occur-engine): Use `face' prop rather than `font-lock-face'
12027         when specifying use of `match-face'.
12028         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
12030         * emacs-lisp/elint.el (elint-standard-variables): Update list.
12032         * add-log.el (add-log-current-defun): Handle the case where point
12033         is in the header part of a DEFUN construct.
12035 2004-12-02  Dave Love  <fx@gnu.org>
12037         * progmodes/python.el (python-font-lock-syntactic-keywords):
12038         Fix previous change.
12040 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
12042         * paren.el (show-paren-function): Check for matching chars
12043         specified by text props.
12045 2004-12-02  Jay Belanger  <belanger@truman.edu>
12047         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
12048         when reading a new key sequence.
12050 2004-12-02  Kim F. Storm  <storm@cua.dk>
12052         * faces.el (escape-glyph): Rename from glyph.
12053         (standard-display-table): Set it here.  Add escape-glyph face to
12054         extra slot characters.
12056         * disp-table.el: Undo 2004-12-01 change.  Display table is now
12057         setup in faces.el.
12059 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
12061         * xml.el (xml-parse-dtd): Don't show validity messages when
12062         xml-validating-parser is nil.
12063         (xml-substitute-special): Fix validity error messages to
12064         actually show the unexpandable entity.  Added validity error if &
12065         isn't followed by an entity.
12066         (xml-parse-tag): Concatenate any string following the a
12067         <![CDATA[]]> section to the parsed CDATA.
12068         (xml-parse-dtd): Skip parameter entity declarations and use of
12069         parameter entities.
12071 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
12073         * kmacro.el (kmacro-default-counter-format): New var.
12074         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
12075         (kmacro-display): Remove `nil' from `and' form.  Delete call to
12076         `format' inside `message'.
12077         (kmacro-start-macro): Use `kmacro-default-counter-format'.
12079 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12081         * pcvs.el (cvs-header-msg): New function.
12082         (cvs-update-header): Use it.  Change calling convention.
12083         Correctly handle the case of having simultaneous active processes.
12084         (cvs-sentinel): Don't call cvs-update-header any more.
12085         (cvs-mode-run): Update call and add cvs-update-header to postproc.
12087 2004-12-01  Jay Belanger  <belanger@truman.edu>
12089         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
12090         Change message.
12092 2004-12-01  Juri Linkov  <juri@jurta.org>
12094         * progmodes/prolog.el (prolog-mode-variables):
12095         Fix imenu-generic-expression.
12097 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
12099         * faces.el (glyph): New face.
12101         * disp-table.el: Add an autoloaded table, that doesn't require
12102         this library, with glyph face.
12104         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
12105         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
12106         (conf-quote-normal): Allow normalizing only ' or ".
12107         (conf-mode): Regexp-quote constructed comment-start and don't
12108         match section {} where "name" contains braces.
12110         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
12111         files.
12113 2004-12-01  Kenichi Handa  <handa@m17n.org>
12115         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
12116         (x-select-text): Don't treat eight-bit-control/graphic chars
12117         specially.  Store the encoded text in the X cut buffer.
12118         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
12119         with x-last-selected-text-cut-encoded.
12121 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12123         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
12125 2004-11-30  Markus Rost  <rost@ias.edu>
12127         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
12128         AUCTeX.
12130 2004-11-30  Jay Belanger  <belanger@truman.edu>
12132         * calc/calc-arith.el (math-possible-signs): Made stronger checks
12133         on signs of intervals.
12134         (math-pow-of-zero): Strengthen checks for positive and negative
12135         exponents.
12137         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
12138         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
12139         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
12140         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
12141         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
12142         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
12143         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
12144         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
12145         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
12146         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
12147         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
12148         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
12149         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
12150         functions with provide statements.
12152         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
12154         * calc/calc-embed.el (calc-do-embedded-activate): Remove from
12155         autoloads.
12157         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
12158         (calc-load-everything, math-defsimplify): Replace dummy autoloading
12159         functions by require statements.
12160         (math-defsimplify): Move to calc-alg.el, add to autoloads.
12162         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12163         (calc-gnuplot-print): Give them values.
12165         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
12166         autoloads.
12167         Add calc-do-embedded-activate to autoloads.
12168         (calc-gnuplot-name, calc-gnuplot-plot-command)
12169         (calc-gnuplot-print-command): Move them to calc-graph.el.
12171 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12173         * term/mac-win.el (ccl-encode-mac-roman-font)
12174         (ccl-encode-mac-cyrillic-font)
12175         (ccl-encode-mac-centraleuropean-font, encoder-list)
12176         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
12177         Support Cyrillic, CentralEuropean, and Dingbat font display
12179 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
12181         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
12183         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
12184         still nil.
12186 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
12188         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
12189         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
12191 2004-11-29  Jay Belanger  <belanger@truman.edu>
12193         * calc/calc-arith.el (math-pow-of-zero): Take into account different
12194         cases of the base and exponent.
12196 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12198         * simple.el (next-error-buffer-p): Allow for inclusive and
12199         exclusive tests for finding a buffer.
12200         (next-error-find-buffer): Pass the exclusive and inclusive tests
12201         to next-error-buffer-p.
12203         * replace.el (occur-next-error): Switch to the Occur buffer when
12204         appropriate, use the exclusive filter to next-error-find-buffer to
12205         do it.  Use the absolute value of the motion amount.
12207 2004-11-29  Kenichi Handa  <handa@m17n.org>
12209         * startup.el (command-line): Decode all default-directory by
12210         locale-coding-system.
12212 2004-11-29  Jay Belanger  <belanger@truman.edu>
12214         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12215         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12216         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12217         Replace calls to calc-extensions by appropriate require, replace
12218         calc-extensions-loaded by appropriate featurep.
12220         * calc/calc-ext.el: Move require to end of file.  Remove redundant
12221         loading of calc.el.
12222         (calc-extensions-loaded): Remove unnecessary variable.
12223         (calc-extensions): Remove unnecessary function.
12224         (calc-load-everything): Replace calc-need-macros by appropriate
12225         require.
12227         * calc/calc-macs.el: Move provide to end of file.
12228         (calc-need-macros): Remove unnecessary function.
12230         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12231         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12232         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12233         Replace calc-extensions by appropriate require.
12234         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12236         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12237         Replace calc-need-macros by appropriate require.
12239         * calc/calc.el: Move require to end of file.
12240         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12241         Remove unnecessary variable.
12242         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12243         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12244         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12245         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12246         (math-stack-value-offset, math-format-value, math-format-flat-expr)
12247         (math-format-number, math-format-bignum, math-read-number)
12248         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12249         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12250         by appropriate require.
12251         (calc-check-defines): Replace calc-need-macros by appropriate require.
12253 2004-11-29  Kim F. Storm  <storm@cua.dk>
12255         * macros.el (insert-kbd-macro): Handle kmacro functions.
12257 2004-11-28  Juri Linkov  <juri@jurta.org>
12259         * compare-w.el (compare-windows-highlight): Attach each overlay
12260         to its window to properly highlight differences while comparing
12261         two windows of the same buffer.  Fix arguments.
12262         (compare-windows-sync-default-function): Fix arguments of
12263         `compare-windows-highlight'.
12265         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12266         Use `read-expression-history'.  Set initial contents only if
12267         `edebug-global-break-condition' is non-nil.  Set histpos to 1
12268         if initial contents is equal to the last history element.
12269         (edebug-set-conditional-breakpoint): Instead of temporarily
12270         prepending the current condition to the history, set initial
12271         contents to the current condition.  Set histpos to 1 if initial
12272         contents is equal to the last history element.
12274         * info.el (Info-search-whitespace-regexp): Remove shy group.
12275         (Info-search): Forward line if search is on the header line.
12276         Use search-whitespace-regexp in two other places.
12278 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
12280         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12281         warning.  Delay real definition, which uses
12282         `set-fringe-indicators-1' till after the definition of that function.
12284 2004-11-28  Kim F. Storm  <storm@cua.dk>
12286         * fringe.el (fringe): New defgroup.
12287         (fringe-mode): Move to fringe group.
12288         (fringe-indicators): New defcustom.
12289         (set-fringe-indicators-1): New defun.
12291         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12292         (menu-bar-showhide-fringe-ind-menu): New keymap.
12293         (menu-bar-showhide-fringe-ind-empty)
12294         (menu-bar-showhide-fringe-ind-mixed)
12295         (menu-bar-showhide-fringe-ind-box)
12296         (menu-bar-showhide-fringe-ind-right)
12297         (menu-bar-showhide-fringe-ind-left)
12298         (menu-bar-showhide-fringe-ind-none): New defuns.
12299         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12301 2004-11-27  Richard M. Stallman  <rms@gnu.org>
12303         * comint.el (comint-read-noecho): Add trivial compatibility definition.
12305         * generic.el (define-generic-mode): Doc fix.
12307         * menu-bar.el (menu-bar-options-save): For the options
12308         that are toggled with menu-bar-make-mm-toggle, don't check
12309         for customized-value prop.
12311 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
12313         * mail/supercite.el (sc-cite-region): Handle the case where
12314         sc-cite-frame-alist is a symbol.
12315         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12316         a symbol.
12317         (sc-recite-region): Handle the case where sc-recite-frame-alist is
12318         a symbol.
12320 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
12322         * wid-edit.el (widget-narrow-to-field): New function.
12323         (widget-complete): Use it.
12325 2004-11-27  Jay Belanger  <belanger@truman.edu>
12327         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12328         variable.
12329         (calc-eval-error): Don't check if the variable calc-eval-error is
12330         bound.
12331         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12332         (math-alg-inequalities): Move declaration to earlier in the file.
12334         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12335         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12336         Declare them.
12338         * calc/calc-lang.el (math-expr-data, math-expr-token)
12339         (math-exp-old-pos): Declare them.
12341         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12342         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12344 2004-11-27  Kim F. Storm  <storm@cua.dk>
12346         * progmodes/flymake.el: Use (featurep 'xemacs).
12347         (flymake-makehash): Change to defsubst.  Use fboundp.
12348         (flymake-time-to-float): Remove.
12349         (flymake-float-time): Merge code from flymake-time-to-float here.
12350         (flymake-replace-regexp-in-string): Change to defsubst.
12351         (flymake-split-string-remove-empty-edges):
12352         Rename to flymake-split-string.
12353         (flymake-split-string): Remove previous defalias.
12354         (flymake-get-temp-dir): Change to defsubst.
12355         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12356         Define for xemacs only.
12357         (flymake-master-file-count-limit): Change into compiler defvar only.
12358         (flymake-find-possible-master-files): Let-bind it dynamically while
12359         sorting files using flymake-master-file-compare.
12361 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12363         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12364         of defun-prompt-regexp matches inside a comment/string but the
12365         beginning is correctly outside everything.
12367         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12368         appears within a string or a comment.
12370         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12371         rather than make-symbol for symbols which are used in
12372         a symbol-macrolet or equivalent.
12374 2004-11-26  Jay Belanger  <belanger@truman.edu>
12376         * calc-misc.el (calc-last-why-command): Declare it.
12378         * calc-vec.el (math-grade-vec): New variable.
12379         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12380         Replace variable grade-vec by declared variable.
12381         (math-rb-close): New variable.
12382         (math-read-brackets, math-read-vector): Replace variable close by
12383         declared variable.
12385         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12386         (calc-one-window, calc-edit-handler, calc-restore-trail)
12387         (calc-allow-ret): Declare them.
12389         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12390         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12391         (math-radix-float-cache-tag, math-random-cache)
12392         (math-max-digits-cache, math-integral-cache, math-units-table)
12393         (math-format-date-cache, math-holidays-cache-tag): Declare them.
12394         (math-moc-func): New variable.
12395         (math-map-over-constants, math-map-over-constants-rec):
12396         Replace variable func by declared variable.
12398         * calc/calc-store.el (calc-given-value, calc-store-opers):
12399         Declare them.
12400         (calc-var-name-map): Move declaration to earlier in the file.
12401         (calc-pv-pos): New variable.
12402         (calc-permanent-variable, calc-insert-permanent-variable):
12403         Replace variable pos by declared variable.
12405         * calc/calc-mtx.el (calc-det-lu): New variable.
12406         (math-det-raw, math-det-step): Replace variable lu by declared
12407         variable.
12409         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12410         (math-multi-subst, math-multi-subst-rec): Replace variables temp
12411         and arg by declared variables.
12412         (calcFunc-reducer): Fix incorrect variable.
12413         (math-inner-mul-func, math-inner-add-func): New variables.
12414         (calcFunc-inner, math-inner-mats): Replace variables mul-func
12415         and add-func by declared variables.
12417         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12418         (calc-digit-value): Declare them.
12420         * calc/calc-help.el (Info-history): Declare it.
12421         (calc-describe-key): Make calc-summary-indentation a local variable.
12422         (calc-help-long-names): Move declaration to earlier in file.
12424         * calc/calc-embed.el (calc-original-buffer): Declare it.
12425         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12426         (calc-embed-bot): New variables.
12427         (calc-do-embedded, calc-embedded-mark-formula)
12428         (calc-embedded-find-bounds, calc-embedded-duplicate)
12429         (calc-embedded-new-formula, calc-embedded-make-info):
12430         Replace vars outer-top, outer-bot, bot and top by declared variables.
12431         (calc-embed-prev-modes): New variable.
12432         (calc-embedded-set-modes, calc-embedded-update): Replace variable
12433         prev-modes with declared variable.
12434         (calc-embed-vars-used): New variable.
12435         (calc-embedded-make-info, calc-embedded-evaluate-expr)
12436         (calc-embedded-update, calc-embedded-find-vars): Replace variable
12437         vars-used by declared variable.
12439         * calc/calc-bin.el (math-format-radix-float): Make pos a local
12440         variable.
12441         (math-format-radix-float): Remove unnecessary setq.
12442         (math-radix-float-cache): Declare it.
12444         * calc/calcsel2.el (calc-keep-selection): Declare it.
12446         * calc/calc-maint.el: Remove file.
12448 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12450         * textmodes/bibtex.el (bibtex-sort-entry-class)
12451         (bibtex-comment-start): Use defcustom.
12452         (bibtex-entry-field-alist): Use nil if initial content of the
12453         field is undefined.  Fix docstring.
12454         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12455         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12456         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12457         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12458         Fix docstring.
12459         (bibtex-autokey-title-terminators): Use only one regexp.
12460         (bibtex-string-maybe-empty-head): New variable.
12461         (bibtex-remove-delimiters-string): New function.
12462         (bibtex-text-in-field-bounds, bibtex-text-in-string):
12463         Use bibtex-remove-delimiters-string.
12464         (bibtex-progress-message, bibtex-field-left-delimiter)
12465         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12466         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12467         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12468         Simplify.
12469         (bibtex-format-entry): Use save-excursion for inherited booktitle.
12470         Use eq and bibtex-remove-delimiters-string.  For end markers use
12471         insertion type so that marker stays after inserted text.
12472         (bibtex-autokey-get-names): Return empty string if name is missing.
12473         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12474         calling bibtex-autokey-name-case-convert.
12475         (bibtex-autokey-demangle-title):
12476         Call bibtex-autokey-titleword-case-convert.  Remove call to
12477         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12478         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12479         (bibtex-read-key): New optional arg global.
12480         (bibtex-files-expand): New optional arg force.
12481         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12482         (bibtex-complete-crossref-cleanup): Rename from
12483         bibtex-complete-key-cleanup.  Simplify code.
12484         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
12485         Operate on current entry.
12486         (bibtex-button): Add docstring.
12487         (bibtex-entry): Simplify.
12488         (bibtex-make-field): Replace optional arg called-by-yank with more
12489         specific args move and interactive.
12490         (bibtex-end-of-entry): Use forward-sexp.
12491         (bibtex-find-entry-globally): Remove.
12492         (bibtex-find-crossref): Allow for crossref key located in other buffer.
12493         Bound to C-c C-x.
12494         (bibtex-find-entry): New optional args global and display.
12495         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
12496         (bibtex-validate): Use arg force of bibtex-files-expand.
12497         (bibtex-clean-entry): Bugfix, clean string entries properly.
12498         Always keep point at beginning of entry.
12499         (bibtex-complete): Bugfix.  Handle string entries properly.
12500         Call cleanup functions only if needed.
12501         (bibtex-String): Use bibtex-read-string-key.
12502         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
12503         case of replacement text.
12505 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
12507         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12508         (tramp-perl-directory-files-and-attributes): New constant.
12509         (tramp-file-name-handler-alist): Delete file-directory-files, add
12510         directory-files-and-attributes.
12511         (tramp-perl-file-attributes): Surround uid and gid by double
12512         quotes.  Change parameter id-format from nonnumeric.
12513         (tramp-convert-file-attributes): New function.
12514         (tramp-handle-file-attributes): Use it.
12515         (tramp-maybe-send-perl-script): New function.
12516         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
12517         file mode.  Change parameter id-format from nonnumeric.
12518         (tramp-handle-file-attributes-with-ls): Change parameter id-format
12519         from nonnumeric.
12520         (tramp-post-connection): Don't send tramp-perl-file-attributes
12521         script.  Reset connection property "perl-scripts".
12522         (tramp-handle-insert-directory): Run real handler when ls-lisp is
12523         in use.
12525 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
12527         * desktop.el (desktop-read): Replace mapcar with mapc.
12528         (desktop-create-buffer): Replace mapcar with mapc.
12529         Remove redundant piece of code.
12531 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
12533         * progmodes/gud.el (gud-display-line): Use display-buffer
12534         for GDB-UI as for GUD.
12536         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12537         Delete variables.
12538         (gdb-ann3): Don't make GUD buffer dedicated.
12539         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12540         (gdb-display-source-buffer): Delete function.
12541         (gdb-view-source-function, gdb-view-assembler): Delete functions.
12542         (menu): Delete menu bindings for viewing source/assembler.
12543         (gdb-setup-windows, gdb-restore-windows):
12544         Don't dedicate GUD.  No assembler now.
12545         (gdb-reset): No need to undedicate source buffers now.
12546         (gdb-source-info): No assembler now.
12548 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
12550         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12551         width to those for special frames.
12552         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12553         Use display-buffer.
12554         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12555         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12556         (gdb-frame-assembler-buffer): Rework like
12557         gdb-frame-breakpoints-buffer.
12559 2004-11-25  Richard M. Stallman  <rms@gnu.org>
12561         * progmodes/flymake.el: Reindent.
12562         (flymake-split-string): Turn into defalias.
12563         (flymake-fix-file-name): Rename from flymake-fix-path-name.
12564         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12565         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
12566         (flymake-build-relative-filename): Rename from ...path.
12567         Fix error message.
12569 2004-11-25  Cheng Gao  <chenggao@gmail.com>
12571         * progmodes/flymake.el: Much whitespace and capitalization change.
12572         Move `provide' to end.  Require `compile' only when compiling.
12574 2004-11-24  Jay Belanger  <belanger@truman.edu>
12576         * calc/calc-alg.el: Added comment.
12577         (math-polynomial-base): Replace variable mpb-top-expr by
12578         math-poly-base-top-expr.
12580         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12581         (math-polynomial-p1): Replace variable mpb-top-expr by declared
12582         variable.
12583         (math-poly-base-total-base): New variable.
12584         (math-total-polynomial-base, math-polynomial-p1): Replace variable
12585         mpb-total-base by declared variable.
12586         (math-factored-vars, math-to-list): Declare it.
12587         (math-fact-expr): New variable.
12588         (calcFunc-factors, calcFunc-factor, math-factor-expr)
12589         (math-factor-expr-try, math-factor-expr-part): Replace variable
12590         expr by declared variable.
12591         (math-fet-x): New variable.
12592         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12593         by declared variable.
12594         (math-factor-poly-coefs): Make temp a local variable.
12596         * calc/calc-units.el (calc-convert-units): Make units a local
12597         variable.
12598         (calc-num-units, calc-den-units): New variables.
12599         (calc-explain-units, calc-explain-units-rec): Replace variables
12600         num-units and den-units by declared variables.
12601         (math-cu-unit-list): New variable.
12602         (math-build-units-table, math-compare-unit-names)
12603         (math-convert-units, math-convert-units-rec): Replace variable
12604         unit-list by declared variable.
12605         (math-fbu-base, math-fbu-entry): New variables.
12606         (math-find-base-units, math-find-base-units-rec): Replace variables
12607         base and entry by declared variables.
12608         (math-which-standard): New variable.
12609         (math-to-standard-units, math-to-standard-rec): Replace variable
12610         which-standard by declared variable.
12611         (math-fcu-u): New variable.
12612         (math-find-compatible-unit, math-find-compatible-unit-rec):
12613         Replace variable u by declared variable.
12614         (math-cu-new-units, math-cu-pure): New variables.
12615         (math-convert-units, math-convert-units-rec): Replace variables
12616         new-units and pure by declared variables.
12617         (math-try-cancel-units): New variable.
12618         (math-simplify-units-quotient): Replace variable try-cancel-units by
12619         declared variable.
12621 2004-11-24  Richard M. Stallman  <rms@gnu.org>
12623         * textmodes/ispell.el (ispell-check-version):
12624         If default-directory is nonexistent, use home dir.
12626         * progmodes/grep.el (grep-regexp-alist):
12627         Don't match parens around line numbers.
12629         * progmodes/cperl-mode.el (cperl-indent-region)
12630         (cperl-imenu--create-perl-index, cperl-xsub-scan):
12631         Don't print progress messages.
12633         * progmodes/compile.el (compilation-mode-map):
12634         Don't inherit from compilation-minor-mode-map;
12635         copy its bindings instead.  But the menu bar Compile
12636         entry now does inherit from compilation-menu-map.
12638         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12639         Use with-no-warnings around compiler-macroexpand.
12641         * imenu.el: Don't always require newcomment.
12642         (imenu--generic-function): Call comment-normalize-vars
12643         if we have a comment syntax.
12644         Exit the loop if REGEXP matches the null string.
12645         Test comment-start as well as comment-start-skip
12646         when deciding whether to check for comments.
12648         * tooltip.el (tooltip-mode): Doc fix.
12650         * term.el (term-escape-char, term-mode): Doc fixes.
12652 2004-11-24  Dave Love  <fx@gnu.org>
12654         * progmodes/python.el (python-font-lock-syntactic-keywords):
12655         Check for escapes in the regexp.
12656         (python-quote-syntax): Don't do it here.
12658 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
12660         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12661         (gdb-frames-mode-map, gdb-threads-mode-map)
12662         (gdb-registers-mode-map, gdb-locals-mode-map)
12663         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12664         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12666         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12667         (dedicated-switch-to-buffer): Rework.
12668         (gdb-var-evaluate-expression-handler, gdb-put-string):
12669         Remove unused variable bindings.
12670         (gdb-setup-windows, gdb-display-buffer):
12671         Simplify.  Use pop-to-buffer.
12672         (gdb-view-source-function): Simplify.
12673         (gdb-frame-breakpoints-buffer):
12674         Use pop-to-buffer, special-display-regexps.
12676 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12678         * progmodes/f90.el (f90-smart-end)
12679         (f90-previous-statement, f90-beginning-of-block): Doc fix.
12680         (f90-calculate-indent): Handle un-named PROGRAM blocks.
12681         (f90-end-of-block): Doc fix.  Make check of outermost block
12682         conditional on value of `f90-smart-end'.
12683         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12684         Handle case where END-BLOCK is nil.
12685         (f90-match-end): Handle un-named PROGRAM blocks.
12686         (f90-backslash-not-special): New function.
12688 2004-11-24  Jay Belanger  <belanger@truman.edu>
12690         * calc/calc.el (calc-embedded-active): Removed unnecessary
12691         declaration.
12692         (calc-show-banner): Removed redundant declaration.
12694         * calc/calc-graph.el (calc-gnuplot-default-device)
12695         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12696         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12697         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12698         Remove redundant initial values.
12700         * calc/calc-arith.el (math-scalar-functions)
12701         (math-nonscalar-functions, math-scalar-if-args-functions)
12702         (math-real-functions, math-positive-functions)
12703         (math-nonnegative-functions, math-real-scalar-functions)
12704         (math-real-if-arg-functions, math-integer-functions)
12705         (math-num-integer-functions, math-rounding-functions)
12706         (math-float-rounding-functions, math-integer-if-args-functions)
12707         (math-super-types): Move declarations to earlier in file.
12708         (math-unit-prefixes): Declared it.
12709         (math-floor-prec, math-trunc-prec): New variables.
12710         (math-trunc-fancy): Replace variable prec by declared variable.
12711         (math-floor-fancy): Replace variable prec by declared variable.
12712         (math-com-bterms): New variable.
12713         (math-commutative-equal, math-commutative-collect):
12714         Replace variable bterms by declared variable.
12716         * calc/calc-misc.el (math-trunc): Replace variable prec by
12717         math-trunc-prec.
12718         (math-floor): Replace variable prec by math-floor-prec.
12720         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12721         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12722         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12723         (math-format-date, math-format-date-part): Replace variables
12724         date, dt, year, month, day, weekday, hour, minute, second and
12725         bc-flag by declared variables.
12726         (math-pd-str): New variable.
12727         (math-parse-date, math-parse-date-word, math-parse-standard-date):
12728         Replace variable str by declared variable.
12729         (math-daylight-savings-hook, math-tzone-names): Move definitions
12730         to earlier in the file.
12731         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12732         (math-sh-year): New variable.
12733         (math-setup-add-holidays, math-setup-holidays)
12734         (math-setup-year-holidays): Replace variable `year' by declared
12735         variable.
12737         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12738         New variables.
12739         (math-nth-root-float, math-nth-root-float-iter): Replace variables
12740         n, nf and nfm1 by declared variables.
12741         (math-nri-n): New variable.
12742         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12743         n by declared variable.
12744         (calcFunc-log): Removed misplaced condition.
12746 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12748         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12750 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
12752         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12753         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12754         Dedicate gdb-related windows.
12755         (gdb-display-buffer): Dedicate gdb-related windows.
12756         Don't grab other frames.
12757         (gdb-reset): Remove dedicated property after debugging.
12759 2004-11-24  Jay Belanger  <belanger@truman.edu>
12761         * calc/calc-sel.el: Add comment.
12763         * calc/calc.el (math-stack-value-offset): Replace variables c,
12764         wid and off with math-svo-c, math-svo-wid and math-svo-off.
12766         * calc/calccomp.el (math-comp-sel-tag): Declare it.
12767         (math-svo-c, math-svo-wid, math-svo-off): New variables.
12768         (math-stack-value-offset-fancy): Replace variables c, wid and off
12769         by declared variables.
12770         (math-comp-just, math-comp-comma-spc): New variables.
12771         (math-compose-expr, math-compose-matrix): Replace variables `just'
12772         and comma-spc by declared variable.
12773         (math-comp-vector-prec): New variable.
12774         (math-compose-expr, math-compose-matrix, math-compose-rows):
12775         Replace variable vector-prec by declared variable.
12776         (math-comp-left-bracket, math-comp-right-bracket)
12777         (math-comp-comma): New variables.
12778         (math-compose-expr, math-compose-rows): Replace variables
12779         left-bracket, right-bracket and comma by declared variables.
12780         (math-comp-full-width): New variable.
12781         (math-comp-to-string-flat, math-comp-to-string-flat-term):
12782         Replace variable full-width by declared variable.
12783         (math-comp-highlight, math-comp-word, math-comp-level)
12784         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12785         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12786         New variables.
12787         (math-comp-to-string-flat, math-comp-to-string-flat-term)
12788         (math-comp-sel-flat-term): Replace variables comp-highlight,
12789         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12790         declared variables.
12791         (math-comp-simplify, math-comp-simplify-term)
12792         (math-comp-add-string, math-comp-add-string-sel):
12793         Replace variables comp-highlight, comp-buf, comp-base,
12794         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12796 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12798         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12800         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12801         and x-server-version may throw.
12803 2004-11-23  Kim F. Storm  <storm@cua.dk>
12805         * subr.el (substitute-key-definition-key): Optimize.
12806         Don't call indirect-function for nil defn (always signals error).
12808         * ido.el (ido-read-internal): Fix require-match check when
12809         ido-directory-too-big is set.
12811 2004-11-23  Jay Belanger  <belanger@truman.edu>
12813         * calc/calc-ext.el (math-read-replacement-list)
12814         (math-read-superscripts): New variables.
12815         (math-read-preprocess-string): New function.
12816         (math-read-expr): Filter input through math-read-preprocess-string.
12818         * calc/calc-aent.el (math-read-exprs): Filter input through
12819         math-read-preprocess-string.
12821 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
12823         * progmodes/compile.el (compilation-start): In cd command use
12824         substitute-env-vars -- not quite shell compatible but better than
12825         nothing.
12826         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12827         handle the newer versions messages, which are more parseable.
12829 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12831         * reveal.el (reveal-mode-map): New var.
12832         (reveal-mode): Use it.
12834 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
12836         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12837         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12839 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12841         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12842         header-line when needed.
12843         Use fixed-pitch only in the header-line.
12844         Build the underline automatically.  Use emdash if available.
12846 2004-11-22  Richard M. Stallman  <rms@gnu.org>
12848         * dired.el (dired-recursive-copies): Move from dired-aux.el.
12849         * dired-aux.el (dired-recursive-copies): Move to dired.el.
12851 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
12853         * progmodes/gdb-ui.el (gdb-resync): New function.
12854         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12855         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12856         Use it to fail more gracefully.
12857         (gdb-variables): Delete variable.
12858         Re-order variables to reduce byte-compiler warnings.
12860 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12862         * descr-text.el (describe-char):
12863         * paren.el (show-paren-function):
12864         * subr.el (syntax-after): Undo last change.
12866         * progmodes/python.el (run-python): Don't hard code *Python*.
12867         Don't modify global process-environment.
12868         (python-send-region, python-load-file): Don't assume that
12869         python-buffer == (process-buffer (python-proc)).
12870         (python-switch-to-python): Simplify.
12872         * dired.el (dired-align-file): Don't assume line starts with spaces.
12874 2004-11-21  Jay Belanger  <belanger@truman.edu>
12876         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12877         Replace variable `lines' by math-read-big-lines.
12878         (math-read-big-expr): Replace variables the-baseline, the-h2
12879         and err-msg by math-read-big-baseline, math-read-big-h2 and
12880         math-read-err-msg.
12881         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12883         * calc/calc-lang.el (math-read-big-rec): Fix typo.
12884         (math-read-big-balance): Replace unbound variable by value.
12885         (math-read-big-lines): New variable.
12886         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12887         (math-read-big-error, math-read-big-balance): Replace variable
12888         `lines' by declared variable.
12889         (math-read-big-baseline, math-read-big-h2): New variables.
12890         (math-read-big-rec): Replace variables the-baseline and the-h2
12891         by declared variables.
12892         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12893         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12894         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12895         declared variables.
12896         (math-read-big-err-msg): New variable.
12897         (math-read-big-error): Replace variable err-msg by declared variable.
12899 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12901         * ses.el: Add coding cookie.
12902         Fix up docstrings, follow new commenting conventions.
12903         (ses-header-line-menu): Fix missing variable rename for header-row.
12904         (ses-cell-size): Remove.
12905         (ses-make-cell): New function.
12906         (ses-cell, ses-insert-row, ses-insert-column): Use it.
12907         (ses-calculate-cell): Remove unused var `symbol'.
12908         (ses-narrowed-p): New function.
12909         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12910         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12911         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12912         (ses-setup): Use restore-buffer-modified-p.
12913         (ses-cleanup): Remove unused var `end'.
12914         (ses-header-string-left-offset): Remove.
12915         (ses-create-header-string): Adjust to new behavior of `align-to'.
12916         Truncate excessively large fields to preserve alignment.
12917         (ses-reconstruct-all): Remove unused var `refs'.
12918         (ses-read-cell-printer): Remove unused var `prompt'.
12919         (ses-delete-row): Remove unused var `pos'.
12920         (ses-delete-column): Remove unused var `new'.
12922 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12924         * ps-print.el: Insert :version tag into all defgroup and defcustom.
12925         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12926         Eliminate eval-and-compile usage.
12927         (ps-insert-file): Use insert-file-contents instead of insert-file.
12928         (ps-setup): Code fix.
12930         * printing.el (pr-setup, lpr-setup): Code fix.
12932 2004-11-21  Jay Belanger  <belanger@truman.edu>
12934         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12935         (calc-original-buffer): Declare them.
12936         (calc-user-formula-alist): New variable.
12937         (calc-user-define-formula, calc-fix-user-formula)
12938         (calc-user-define-composition, calc-finish-formula-edit):
12939         Replace variable `alist' by declared variable.
12940         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12941         (var-q7, var-q7, var-q8, var-q9): Declare them.
12942         (calc-kbd-push): Don't check to see if var-q0 through var-q9
12943         are bound.
12944         (calcFunc-typeof): Replace undeclared variable by expression.
12945         (math-exp-env): New variable.
12946         (math-define-body, math-define-exp): Replace exp-env by declared var.
12947         (math-define-exp): Replace misplaced variable by expression.
12949         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12950         (calc-curve-model, calc-curve-coefnames): New variables.
12951         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12952         varnames, model and coefnames by declared variables.
12953         (math-root-widen): New variable.
12954         (math-search-root, math-find-root): Replace variable root-widen by
12955         declared variable.
12956         (var-DUMMY): Declare it.
12957         (math-root-vars, math-min-vars): Move the declarations to earlier in
12958         the file.
12959         (math-brent-min): Make d a local variable.
12960         (math-find-minimum): Replace non-existent variable.
12961         (math-ninteg-romberg): Remove unnecessary variable.
12962         (math-ninteg-temp): New variable.
12963         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12964         integ-temp by declared variable.
12965         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12966         New variables.
12967         (math-general-fit): Replace variables first-var, first-coef and
12968         new-coefs by declared variables.
12969         (calcFunc-fitvar): Replace variable first-var by declared variable.
12970         (calcFunc-fitparam): Replace variable first-coef by declared variable.
12971         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12972         (math-all-vars-vars, math-all-vars-found): New variables.
12973         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12974         found by declared variable math-all-vars-vars.
12976 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
12978         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12979         of `defconst'.
12981 2004-11-20  Richard M. Stallman  <rms@gnu.org>
12983         * isearch.el (isearch-mode-map): Don't bind SPC.
12984         (isearch-whitespace-chars): Function deleted.
12985         (isearch-search): Bind search-spaces-regexp.
12986         (isearch-lazy-highlight-search): Likewise.
12987         (search-whitespace-regexp): Doc fix.
12988         (isearch-forward-regexp): Doc fix.
12990         * emacs-lisp/bytecomp.el (byte-compile-form):
12991         Move the calls to byte-compile-set-symbol-position,
12992         to avoid having two for the same symbol occurrence.
12994         * comint.el (comint-input-ring-size): Increase to 150.
12996         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12997         New variables.
12998         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12999         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
13001         * imenu.el (imenu--generic-function):
13002         Ensure we keep moving backward even if BEG isn't further back.
13004         * replace.el (query-replace-read-to, query-replace-read-from):
13005         Specify t for KEEP-ALL in read-from-minibuffer.
13007         * progmodes/python.el (python-switch-to-python):
13008         If Python isn't running, start it.
13009         Don't alter debug-ignored-errors.
13011         * progmodes/cperl-mode.el (cperl-indent-region):
13012         Don't mind imenu-scanning-message.
13014         * bindings.el (global-map): Bind C-e to move-end-of-line.
13016         * simple.el (line-move-finish): New arg FORWARD.
13017         Ignore invisible newlines, not intangible ones.
13018         Conditions for acceptable stopping positions depend on FORWARD.
13019         (line-move): Pass FORWARD arg to line-move-finish.
13021         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
13022         of HEADER.  Compensate for this change in the code to add display
13023         properties.  Don't make the first line intangible.
13025         * info.el (Info-search): Fix previous change.
13027 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
13029         * Makefile.in (recompile): Revert 2004-11-19 change.
13030         (compile): Likewise.
13032 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
13034         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
13036 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13038         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
13039         defgroup and defcustom.  Eliminate eval-and-compile usage.
13041         * progmodes/ebnf-otz.el: Fix typos.
13043 2004-11-19  Jay Belanger  <belanger@truman.edu>
13045         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
13046         (calc-edit-finish, calc-finish-stack-edit): Replace variable
13047         disp-trail by declared variable.
13049         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
13050         (calc-finish-selection-edit): Replace variable disp-trail by
13051         declared variable.
13052         (calc-selection-cache-entry): Move declaration to earlier in the file.
13053         (calc-selection-cache-num, calc-selection-cache-comp)
13054         (calc-selection-cache-offset, calc-selection-true-num)
13055         (calc-final-point-line, calc-final-point-column)
13056         (calc-original-buffer): Declare them.
13057         (calc-fnp-op, calc-fnp-num): New variables.
13058         (calc-find-nth-part, calc-find-nth-part-rec)
13059         (calc-select-previous): Replace op and num by declared variables.
13060         (calc-rsf-old, calc-rsf-new): New variables.
13061         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
13062         Replace variables old and new by declared variables.
13063         (calc-sel-reselect): New variable.
13064         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
13065         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
13066         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
13067         reselect with declared variable.
13069         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
13070         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
13071         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
13072         (math-import-list, math-rewrite-phase): Declare them.
13073         (math-rewrite): Use let* to declare variables.
13074         (calc-rewrite-selection): Make rules a local variable.
13075         (calc-rewr-sel): New variable.
13076         (calc-rewrite-selection, calc-locate-selection-marker)
13077         (calc-rewrite): Use the declared variable calc-rewr-sel instead
13078         of sel.
13079         (math-rewrite-whole-expr): New variable.
13080         (math-rewrite, math-rewrite-phase): Replace variable expr by
13081         declared variable.
13082         (math-rewrite-heads-heads, math-rewrite-heads-skips)
13083         (math-rewrite-heads-blanks ): New variables.
13084         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
13085         heads, skips and blanks by declared variables.
13086         (math-rwcomp-subst-old, math-rwcomp-subst-new)
13087         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
13088         New variables.
13089         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
13090         old, new, old-func and new-func by declared variables.
13091         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
13092         Remove unnecessary variable.
13093         (math-apply-rw-regs): New variable.
13094         (math-apply-rewrites, math-rwapply-replace-regs)
13095         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
13096         (math-apply-rw-ruleset): New variable.
13097         (math-apply-rewrites, math-rwapply-remember): Replace variable
13098         ruleset by declared variable.
13100 2004-11-19  Richard M. Stallman  <rms@gnu.org>
13102         * info.el (Info-search): Use search-whitespace-regexp.
13104 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
13106         * vc-rcs.el (vc-rcs-parse): New function.
13107         (vc-rcs-annotate-command): Likewise.
13108         (vc-rcs-annotate-current-time): Likewise.
13109         (vc-rcs-annotate-time): Likewise.
13110         (vc-rcs-annotate-extract-revision-at-line): Likewise.
13112 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
13114         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
13116 2004-11-18  Jay Belanger  <belanger@truman.edu>
13118         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
13120 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13122         * printing.el: Eliminate use of interactive-p and eval-and-compile.
13123         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13124         Use make-temp-file to generate PostScript files in any situation.
13125         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
13126         (pr-interactive-p): Eliminate var.
13127         (pr-save-interactive): Eliminate macro.
13128         (pr-interface, pr-ps-directory-preview)
13129         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13130         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13131         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13132         (pr-ps-buffer-ps-print, pr-ps-region-preview)
13133         (pr-ps-region-using-ghostscript, pr-ps-region-print)
13134         (pr-ps-region-ps-print, pr-ps-mode-preview)
13135         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13136         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13137         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
13138         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13139         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13140         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13141         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13142         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13143         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13144         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13145         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13146         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
13147         Eliminate pr-save-interactive usage.
13148         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
13149         Eliminate pr-interactive-p usage.
13150         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
13151         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
13152         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
13153         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
13154         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
13155         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
13156         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
13157         New funs.
13158         (pr-ps-file): Use make-temp-file to generate a temporary file.
13160 2004-11-17  Jay Belanger  <belanger@truman.edu>
13162         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
13163         a local variable.
13164         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
13165         (math-top-only): New variable.
13166         (math-simplify, math-simplify-step): Replace variable top-only by
13167         declared variable math-top-only.
13168         (math-simplify-expr): Declare it.
13169         Replace argument expr in all calls of math-defsimplify by
13170         math-simplify-expr.
13171         (math-simplify-plus, math-simplify-times, math-simplify-divide)
13172         (math-simplify-divisor, math-simplify-one-divisor)
13173         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
13174         (math-simplify-pow): Replace variable expr by declared variable
13175         math-simplify-expr.
13176         (math-simplify-divisor): Remove local variables temp and op.
13177         (math-simplify-one-divisor): Make temp and op local variables.
13178         (math-simplify-divisor-nover, math-simplify-divisor-dover):
13179         New variables.
13180         (math-simplify-divisor, math-simplify-one-divisor):
13181         Replace variables nover and dover by declared variables.
13182         (math-expr-subst-new, math-expr-subst-old): New variables.
13183         (math-expr-subst, math-expr-subst-rec): Replace variables new
13184         and old by declared variables.
13185         (math-is-poly-degree, math-is-poly-loose): New variables.
13186         (math-is-polynomial, math-is-poly-rec): Replace variables degree
13187         and loose by declared variables.
13188         (math-poly-base-const-ok, math-poly-base-pred): New variables.
13189         (math-polynomial-base, math-polynomial-base-rec):
13190         Replace variables const-ok and mpb-pred by declared variables.
13192         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
13194         * calc/calc-ext.el (math-defsimplify): Change the argument in
13195         the created function to math-simplify-expr.
13197         * calc/calc-units.el (math-simplify-expr): Declare it.
13198         Replace argument expr in all calls of math-defsimplify by
13199         math-simplify-expr.
13200         (math-simplify-units-prod): Replace variable expr by declared
13201         variable math-simplify-expr.
13203 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13205         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13206         Replace mapcar->dolist, format->string.
13208 2004-11-17  Miles Bader  <miles@gnu.org>
13210         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13211         * progmodes/idlwave.el: Remove RCS keywords.
13213 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
13215         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13216         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
13217         Update to IDLWAVE version 5.5.  Too many changes to list them here.
13218         * progmodes/idlw-help.el: New file.
13220 2004-11-16  Richard M. Stallman  <rms@gnu.org>
13222         * international/iso-cvt.el (iso-tex2iso-trans-tab):
13223         Discard spaces after \i according to TeX rules.
13225         * international/mule.el (set-buffer-file-coding-system):
13226         New arg NOMODIFY.
13227         (after-insert-file-set-coding): Pass that new arg.
13228         Prevent set-buffer-multibyte from trying to lock the file.
13230         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13232         * saveplace.el (save-place): Doc fix.
13234         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13235         temporarily widen before finding the following word to copy.
13237         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13238         (cl-map-keymap): Definition deleted.
13240         * subr.el (map-keymap-internal): New function.
13242 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13244         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13245         when pressing rather than when releasing mouse-2.  Simplify.
13247 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13249         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13250         (compilation-mode): Set it here instead.
13252         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13254         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13255         (loop, cl-parse-loop-clause, defsetf): Use backquote.
13257 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * progmodes/compile.el (compilation-internal-error-properties):
13260         Fix up a transposition-typo.  Check end-col before using it.
13262 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
13264         * international/iso-cvt.el (iso-tex2iso-trans-tab):
13265         Discard whitespace after macro \i when converting it.
13267 2004-11-16  Juri Linkov  <juri@jurta.org>
13269         * emacs-lisp/find-func.el (find-function-regexp):
13270         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
13271         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
13272         Remove invalid `\W' from [^cgv\W].  Doc fix.
13273         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13275 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
13277         * play/life.el: Maintainer is now FSF.
13278         (life-patterns, life-neighbor-deltas, life-window-start)
13279         (life-current-generation, life-generation-string): Use defvar
13280         instead of defconst.
13282 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13284         * progmodes/compile.el (compilation-move-to-column): New fun.
13285         (compilation-internal-error-properties)
13286         (compilation-next-error-function): Use it to make sure we don't go past
13287         the end of line.
13289 2004-11-15  John Paul Wallington  <jpw@gnu.org>
13291         * autoinsert.el (auto-insert-alist): Insert the user's name in
13292         copyright notice, rather than Free Software Foundation, for the
13293         Emacs Lisp header case too.
13295 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13297         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13298         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13299         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
13300         return the list of string in a string.
13301         (pr-call-process): Message if calling process returns an error, that
13302         is, the exit status is different of zero.
13304 2004-11-15  Jay Belanger  <belanger@truman.edu>
13306         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13307         variable var-thing.
13308         (math-integ-depth, math-integ-level, math-integral-limit)
13309         (math-enable-subst, math-any-substs, math-integ-msg)
13310         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13311         (math-int-threshold, math-int-factors, math-double-roots)
13312         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13313         (var-GenCount): Declare these variables.
13314         (calcFunc-integ): Don't check if var-IntegLimit is bound.
13315         (math-integral-cache, math-integral-cache-state):
13316         Move declarations to earlier in the file.
13317         (math-deriv-var, math-deriv-total, math-deriv-symb)
13318         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13319         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13320         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13321         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13322         (math-solve-res): New variables
13323         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13324         (math-integral, math-replace-integral-parts)
13325         (math-integrate-by-parts, calc-dump-integral-cache)
13326         (math-try-integral, math-do-integral, math-do-integral)
13327         (math-do-integral-methods, math-try-solve-for)
13328         (math-try-solve-prod, math-solve-poly-funny-powers)
13329         (math-solve-crunch-poly, math-decompose-poly)
13330         (math-solve-find-root-term, math-find-root-in-prod)
13331         (math-integ-try-linear-substitutions)
13332         (math-integ-try-substitutions, math-expr-rational-in)
13333         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13334         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13335         (math-solve-for, math-solve-system, math-solve-system-rec)
13336         (math-solve-get-sign, math-solve-get-int)
13337         (math-solve-system-subst): Replace undeclared variables with newly
13338         declared variables.
13340 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13342         * winner.el (winner-active-region, winner-edges, winner-window-list):
13343         Define at toplevel.
13344         (winner-mode-map): Move init inside declaration.
13346 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
13348         * files.el (convert-standard-filename): Doc fix.
13350 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
13352         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13353         passwd, group, shadow, default/* and pam.d/*.
13355 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13357         * printing.el (pr-menu-spec): Adjust menu specification.
13359 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13361         * printing.el: Doc fix.  Insert :version tag into all defcustom.
13362         Handle interactive-p as is recommended in Emacs Lisp Reference.
13363         Set the file permission bits for newly created files.
13364         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13365         The printing menu specification (in `pr-menu-spec') was merged.
13366         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13367         (pr-version): New version number (6.8.3).
13368         (pr-file-modes): New option.
13369         (pr-interactive-p): New var.
13370         (pr-save-interactive, pr-save-file-modes): New macros.
13371         (pr-setup): Code fix.
13372         (pr-menu-spec): Menu specification merged.
13373         (pr-call-process, pr-text2ps): Set file permission bits.
13374         (pr-despool-print): Set file permission bits.  Handle interactive-p as
13375         is recommended.
13376         (pr-interface, pr-ps-directory-preview)
13377         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13378         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13379         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13380         (pr-ps-buffer-ps-print, pr-ps-region-preview)
13381         (pr-ps-region-using-ghostscript, pr-ps-region-print)
13382         (pr-ps-region-ps-print, pr-ps-mode-preview)
13383         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13384         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13385         (pr-despool-using-ghostscript, pr-despool-ps-print)
13386         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13387         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13388         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13389         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13390         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13391         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13392         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13393         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13394         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13395         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13396         Handle interactive-p as is recommended.
13398 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13400         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13401         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13403         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13404         so it doesn't forget to highlight the beginning of the region either.
13406 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
13408         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13409         (c-font-lock-init): Eliminate obsolete make-local-hook.
13410         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13411         (awk-mode): Use run-mode-hooks.
13413         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13415 2004-11-13  Kim F. Storm  <storm@cua.dk>
13417         * mouse.el (mouse-drag-copy-region): Add :version.
13418         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13419         while dragging mode line, so mode line can be dragged downwards.
13420         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13421         while pressing mouse button so window doesn't scroll until we
13422         release the mouse if clicking on partially visible line.
13424 2004-11-12  Jay Belanger  <belanger@truman.edu>
13426         * calc/calc-graph.el (calc-dumb-map): Declare it.
13427         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13428         than unbound.
13429         (calc-graph-name): Made `end' a local variable.
13430         (calc-graph-lookup): Made `varname' a local variable.
13431         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13432         Declare them.
13433         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13434         (calc-graph-plot, calc-graph-compute-3d): Remove references to
13435         the unused variable y3vec.
13436         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13437         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13438         calc-graph-prev-kill-hook.
13439         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13440         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13441         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13442         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13443         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13444         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13445         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13446         (calc-graph-y3value, calc-graph-y3name)
13447         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13448         (calc-graph-stepcount, calc-graph-is-splot)
13449         (calc-graph-surprise-splot, calc-graph-blank)
13450         (calc-graph-non-blank, calc-graph-curve-num): New variables.
13451         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13452         (calc-graph-recompute-2d, calc-graph-compute-3d)
13453         (calc-graph-format-data): Replace undeclared variables with the
13454         above newly declared variables.
13456 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
13458         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13459         `rsf-beep' and `rsf-sleep-after-message'.
13461         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13462         list if `message-sender' is non-nil.
13464 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13466         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13467         consing by using mapc instead of mapcar.
13469 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
13471         * tooltip.el (require): Explain why CL is needed.
13473 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13475         * printing.el: Insert :version into defgroup (printing).  All reference
13476         to Files option in menubar were changed to File.
13477         (pr-version): New version number (6.8.2).
13478         (pr-get-symbol): Call easy-menu-intern.
13479         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
13480         compilation gripes.
13482 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13484         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13485         new byte-compile-function-environment binding to t.
13487         * font-lock.el (font-lock-fontify-syntactically-region):
13488         Don't forget to highlight the last char when we hit `end'.
13490         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13491         (mwheel-scroll): Adjust accordingly.
13493         * cvs-status.el: Reduce spurious warnings.
13494         (cvs-status-checkout): Remove.
13495         (cvs-status-mode-map): Use cvs-mode-checkout instead.
13497         * pcvs.el (cvs-mode-checkout): New command.
13499         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13501         * tooltip.el: Require CL.
13503         * emacs-lisp/bytecomp.el: Use push.
13504         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13505         (defalias): Remove the `byte-compile' property and add
13506         a `byte-hunk-handler'.
13508 2004-11-11  Juri Linkov  <juri@jurta.org>
13510         * info.el (Info-search): Save match data for isearch.
13511         Skip Tag Table node.
13513         * descr-text.el (describe-char): Replace syntax-after with code
13514         from its previous version.
13516         * files.el (magic-mode-alist): Use optimization for SGML mode too.
13517         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
13519         * international/mule.el (sgml-html-meta-auto-coding-function):
13520         Remove > after <html to allow HTML attributes.
13522 2004-11-11  Jay Belanger  <belanger@truman.edu>
13524         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13525         a variable.
13526         (calcFunc-dfac): Replace unbound max by n.
13527         (math-stirling-local-cache): New variable.
13528         (math-stirling-number, math-stirling-1, math-stirling-2):
13529         Replace the variable `cache' by the declared variable
13530         math-stirling-local-cache.
13531         (var-RandSeed): Declare it as a variable.
13532         (math-init-random-base, math-random-digit): Don't check to see if
13533         var-RandSeed is bound.
13534         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13535         Declare them instead of just setting them.
13536         (math-init-random-base): Made i a local variable.
13537         (math-random-digit): Made math-random-last a local variable.
13538         (math-prime-test-cache): Move declaration to before it is used.
13539         (math-prime-test-cache-k, math-prime-test-cache-q)
13540         (math-prime-test-cache-nm1, math-prime-factors-finished):
13541         Declare them as variables.
13543 2004-11-11  Jay Belanger  <belanger@truman.edu>
13545         * calc/calc-ext.el (math-defcache): Use defvar for the new
13546         variables it creates.
13548 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
13550         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13551         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13552         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13553         (desktop-save): Add :version.
13555 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13557         * printing.el (pr-get-symbol): Don't downcase.
13559 2004-11-10  Jay Belanger  <belanger@truman.edu>
13561         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13562         string to kill-ring.
13564         * calc/calc-aent.el (calc-alg-exp, math-toks)
13565         (math-exp-pos,math-exp-old-pos, math-exp-token)
13566         (math-exp-keep-spaces, math-exp-str): New variables.
13567         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13568         (calcAlg-enter): Use declared variable calc-alg-exp.
13569         (math-build-parse-table, math-find-user-token): Use declared
13570         variable math-toks.
13571         (math-read-exprs, math-read-token, calc-check-user-syntax)
13572         (calc-match-user-syntax, match-factor-after, math-read-factor):
13573         Use declared variables math-exp-pos math-exp-old-pos.
13574         (math-read-exprs, math-read-token, math-read-expr-level)
13575         (calc-check-user-syntax, calc-match-user-syntax)
13576         (match-factor-after, math-read-factor): Use declared variable
13577         math-exp-token.
13578         (math-read-exprs, math-read-expr-list, math-read-token)
13579         (math-read-factor): Use declared variable math-exp-keep-spaces.
13580         (math-read-exprs, math-read-token): Use declared variable
13581         math-exp-str.
13582         (calc-match-user-syntax): Make m a local variable.
13584         * calc/calc-ext.el (math-read-expr): Use declared variables
13585         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13586         math-exp-keep-spaces.
13588         * calc/calc-forms.el (math-read-angle-bracket): Use declared
13589         variables math-exp-pos, math-exp-str.
13591         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13592         math-exp-old-pos.
13593         (math-parse-fortran-vector, math-parse-fortran-vector-end)
13594         (math-parse-eqn-prime): Use declared variable math-exp-token.
13596         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13597         Use declared variable math-exp-pos.
13598         (math-check-for-commas): Use declared variable math-exp-str.
13599         (math-read-brackets): Use declared variables math-exp-old-pos,
13600         math-exp-keep-spaces.
13601         (math-read-brackets, math-read-vector, math-read-matrix):
13602         Use declared variable math-exp-token.
13604 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13606         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13607         where the keymap is a symbol.
13608         (easy-menu-add-item): Use keymap-prompt.  Simplify.
13610         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13612         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13613         (sgml-parse-tag-backward): Use it to skip spurious < or >.
13615 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
13617         * ebuff-menu.el: Doc fixes throughout.
13618         (electric-buffer-menu-mode-hook): New defvar.
13620 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
13622         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13623         The resulting compiler warnings appear to be harmless.
13625 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
13627         * textmodes/conf-mode.el: New file.
13629         * files.el (auto-mode-alist, magic-mode-alist): Use it.
13631 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13633         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13635 2004-11-09  Jay Belanger  <belanger@truman.edu>
13637         * calc/calc-ext.el (calc-init-extensions): Remove old code.
13639         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13640         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13641         (calc-z-prefix-help, calc-user-function-list): Use declared
13642         variables calc-z-prefix-buf, calc-z-prefix-msgs.
13643         (math-map-tree, math-map-tree-rec): Use declared variables
13644         math-mt-many, math-mt-func.
13645         (math-read-expression, math-read-string): Use declared variable
13646         math-expr-data.
13648         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13649         variable math-normalize-a.
13651         * calc/calc.el (math-normalize-a): New variable.
13652         (math-normalize): Use declared variable math-normalize-a.
13654         * calc/calc-poly.el (math-expand-form): Use declared variable
13655         math-mt-many.
13657         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13658         Use declared variable math-mt-many.
13659         (math-rewrite): Use declared variable math-mt-func.
13661         * calc/calc-vec.el (math-read-brackets, math-read-vector)
13662         (math-read-matrix): Use declared variable math-expr-data.
13664         * calc/calc-lang.el (math-parse-fortran-vector)
13665         (math-parse-fortran-vector-end, math-parse-tex-sum)
13666         (math-parse-eqn-matrix, math-parse-eqn-prime)
13667         (math-read-math-subscr): Use declared variable math-expr-data.
13669         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13670         (math-read-expr-level, math-read-token, calc-check-user-syntax)
13671         (calc-match-user-syntax, math-read-if, math-factor-after)
13672         (math-read-factor): Use declared variable math-expr-data.
13674 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13676         * calendar/diary-lib.el (diary-from-outlook)
13677         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13678         interactive-p; but rather new optional argument NOCONFIRM.
13680 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13682         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13683         (easy-menu-name-match): Revert correspondingly.
13685 2004-11-09  Richard M. Stallman  <rms@gnu.org>
13687         * emacs-lisp/bytecomp.el (byte-compile-defalias):
13688         Turn off warnings for the new function even if definition not constant.
13689         If the definition isn't a quoted symbol, record (FUNCTION . t).
13690         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13691         (byte-compile-callargs-warn): Handle (FUNCTION . t).
13692         (display-call-tree, byte-compile-arglist-warn):
13693         Handle t returned by byte-compile-fdefinition.
13695 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13697         * Makefile.in (maintainer-clean): Depend on distclean.
13699         * help-fns.el (help-C-file-name): File name must be in build-files
13700         to be returned.
13702 2004-11-09  Jay Belanger  <belanger@truman.edu>
13704         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13705         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13707         * calc/calc.el (calc, calc-trail-display, calc-mode):
13708         Remove obsolete sections.
13710         * calc/calc.el (calc-x-paste-text): Remove.
13712         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13713         mouse-2.
13715 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
13717         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13718         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13719         current frame (in case of recursive calls).
13720         (gdb-show-changed-values): Add :version keyword.
13722 2004-11-09  Kenichi Handa  <handa@m17n.org>
13724         * international/mule-cmds.el: Change coding: tag back to
13725         iso-2022-7bit.
13727 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13729         * international/mule-cmds.el: Change coding-system to utf-8.
13730         (select-safe-coding-system-interactively):
13731         New function extracted from select-safe-coding-system.
13732         (select-safe-coding-system): Use it.
13734 2004-11-08  Richard M. Stallman  <rms@gnu.org>
13736         * subr.el (syntax-after): Doc fix.
13738         * paren.el (show-paren-function): Change calls to syntax-after
13739         for new way of returning the value.
13741         * menu-bar.el (menu-bar-file-menu): Make this the real name
13742         and menu-bar-files-menu the alias.  Use the former.
13743         (global-map): Use `file', not `files', as the symbol.
13745         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13747         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13748         Don't use beginning-of-buffer.
13749         (filesets-cmd-show-result): Use with-no-warnings.
13751 2004-11-08  Juri Linkov  <juri@jurta.org>
13753         * progmodes/compile.el (compile): Don't overwrite last command in
13754         minibuffer history with default command if they are not equal.
13756 2004-11-08  Jay Belanger  <belanger@truman.edu>
13758         * calc/calcalg2.el (math-do-integral-methods): Try linear then
13759         non-linear substitutions.
13761 2004-11-08  Jay Belanger  <belanger@truman.edu>
13763         * calc/calcalg2.el (math-linear-subst-tried): New variable.
13764         (math-do-integral): Set `math-linear-subst-tried' to nil.
13765         (math-do-integral-methods): Use `math-linear-subst-tried' to
13766         determine what type of substitution to try.
13767         (math-integ-try-linear-substituion):
13768         Set `math-linear-subst-tried' to t.
13770 2004-11-08  Kim F. Storm  <storm@cua.dk>
13772         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13774 2004-11-07  Juri Linkov  <juri@jurta.org>
13776         * info-look.el (info-lookup): Allow reusing in the current buffer
13777         not only *info* buffer, but all (even renamed) Info buffers
13778         by checking for major-mode instead of *info* buffer name.
13779         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13780         (octave-mode, maxima-mode) <doc-spec>:
13781         Allow long dashes generated by Texinfo 4.7 before definitions.
13782         (texinfo-mode) <doc-spec>: Add space to suffix to find command
13783         definitions with argument separated by space.
13785 2004-11-06  Richard M. Stallman  <rms@gnu.org>
13787         * simple.el (next-error group, face): Move before first use.
13788         (next-error-highlight, next-error-highlight-no-select): Likewise.
13790         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13791         (line-move): New args NOERROR and TO-END.
13792         Return t if succeed in moving specified number of lines.
13793         (move-end-of-line): New function.
13795         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13796         (end-of-buffer-other-window): Likewise.
13798         * simple.el (line-move-ignore-invisible): Default to t.
13800         * subr.el (syntax-after): Return the syntax letter, not the raw code.
13802         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13804         * international/iso-cvt.el (iso-cvt-define-menu):
13805         Rename menu-bar-files-menu to menu-bar-file-menu.
13807         * net/browse-url.el (browse-url-gnome-moz-program)
13808         (browse-url-gnome-moz-arguments): Move up before first use.
13810         * net/tramp.el (tramp group): Add :version.
13812         * progmodes/ada-xref.el (ada-gdb-application):
13813         Use goto-char instead of beginning-of-buffer.
13815         * progmodes/cperl-mode.el (cperl-info-on-command):
13816         Use goto-char instead of beginning-of-buffer.
13818         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13819         Move up before first use.
13820         (idlwave-shell-temp-pro-file): Likewise.
13821         (idlwave-shell-temp-rinfo-save-file): Likewise.
13822         (idlwave-shell-temp-file): Minor doc fix.
13824         * textmodes/flyspell.el (flyspell-external-point-words):
13825         Use goto-char instead of beginning-of-buffer.
13827 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
13829         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13830         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
13831         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13833 2004-11-06  David Ponce  <david@dponce.com>
13835         * recentf.el (recentf-menu-path): Use menu item name.
13837 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
13839         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13840         display doesn't support images.
13842 2004-11-06  Andreas Schwab  <schwab@suse.de>
13844         * tempo.el (tempo-match-finder): Doc fix.
13846         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13848 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13850         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13851         (easy-menu-lookup-name): New fun to replace it.
13852         (easy-menu-get-map): Use it to obey menu item names (rather than just
13853         keys) when looking up `path'.
13854         (easy-menu-always-true-p): Rename from easy-menu-always-true.
13855         (easy-menu-convert-item-1): Adjust to new name.
13857 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
13859         * outline.el (hide-body): Don't hide lines at the top of the file
13860         that precede the first header line.
13862 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
13864         * align.el (align-areas): Delete whitespace before reindenting, so
13865         that tabs are never placed after spaces.
13867 2004-11-06  Alan Shutko  <ats@acm.org>
13869         * macros.el (insert-kbd-macro): Do completions based on macros,
13870         rather than all commands.
13872 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
13874         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13875         to solve a bug whereby tags with 'b' don't match.
13877 2004-11-05  Juri Linkov  <juri@jurta.org>
13879         * info.el (Info-search): Don't search in node header lines
13880         and file headers.
13882         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13883         symbol-constituent characters after dot, not only digits.
13885 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
13887         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13889 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13891         * dired.el (dired-read-dir-and-switches): Call read-directory-name
13892         if a dialog will be used, read-file-name otherwise.
13894 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13896         * textmodes/table.el (table group): Add :version.
13898         * textmodes/ispell.el (ispell-word):
13899         Don't alter args; set them only thru `interactive' spec.
13901         * textmodes/flyspell.el (flyspell-word):
13902         Don't alter FOLLOWING; set it only thru `interactive' spec.
13904         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13906         * net/browse-url.el (browse-url-maybe-new-window):
13907         Use called-interactively-p.
13909         * mail/supercite.el (sc-cite-region):
13910         Don't use interactive-p.  Add arg INTERACTIVE.
13911         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
13913         * international/mule-cmds.el (set-input-method, toggle-input-method):
13914         Don't use interactive-p.  Add arg INTERACTIVE.
13916         * eshell/esh-mode.el (eshell-show-maximum-output):
13917         Don't use interactive-p.
13918         (eshell-truncate-buffer): Just message, no error, if buffer is short.
13920         * mouse.el (mouse-show-mark): Get positions to delete from mark
13921         and point, not from mouse-drag-overlay.
13923         * imenu.el (imenu-eager-completion-buffer): Add :version.
13925         * filesets.el (filesets group): Add :version.
13927 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
13929         * files.el (xml-based-modes): Delete var.
13930         (magic-mode-alist): New more general var.
13931         (set-auto-mode): Use it.
13933         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13934         when clicking from another window.
13936 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
13938         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13939         (vc-cvs-annotate-time): Incorporate value of deleted var.
13940         Remove special-case handling of beginning-of-buffer cruft.
13941         Cache ending position (point) and return value in text property
13942         `vc-cvs-annotate-time', and consult it on subsequent invocations.
13944         * vc-cvs.el (vc-cvs-annotate-command):
13945         Delete extraneous lines from beginning of buffer.
13946         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13948         * progmodes/grep.el (grep-default-command): Take empty string
13949         for tag if all other methods yield nil.  Shell-quote the tag.
13951         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13952         spec in `interactive' form, and mention it in the docstring.
13953         Also, make sure point is at bol after calling `annotate-time'.
13955 2004-11-02  Richard M. Stallman  <rms@gnu.org>
13957         * cus-edit.el (customize-group-other-window):
13958         Select the window that displays the custom buffer.
13959         (custom-buffer-create-other-window): Likewise.
13961         * comint.el (comint-insert-input): Fix previous change.
13963         * emacs-lisp/elp.el (elp-instrument-function):
13964         Use called-interactively-p.
13966         * emacs-lisp/easymenu.el (easy-menu-intern):
13967         Don't downcase; rather, case-flip the first letter of each word.
13969         * emacs-lisp/easy-mmode.el (define-minor-mode):
13970         Use called-interactively-p.
13972         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13973         Add interactive-only.
13974         (byte-compile-warnings): Add interactive-only as option.
13975         (byte-compile-interactive-only-functions): New variable.
13976         (byte-compile-form): Warn about calls to functions
13977         in byte-compile-interactive-only-functions.
13979         * emacs-lisp/autoload.el (update-file-autoloads):
13980         Don't use interactive-p; take new arg SAVE-AFTER.
13982         * emacs-lisp/advice.el (ad-make-advised-definition):
13983         Use called-interactively-p.
13985 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13987         * files.el (find-file-existing): New function.
13989         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13990         find-file-existing.  Add "New File..." that calls find-file.
13992         * diropen.pbm, diropen.xpm: New files.
13994         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13995         icon diropen.  New tool bar item find-file-existing uses icon open.
13997         * dired.el (dired-read-dir-and-switches): Call read-directory-name
13998         instead of read-file-name.
14000 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
14002         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
14003         (icalendar--split-value): Change name of work buffer.
14004         (icalendar--get-weekday-abbrev): Return nil on error.
14005         (icalendar--date-to-isodate): New function.
14006         (icalendar-convert-diary-to-ical)
14007         (icalendar-extract-ical-from-buffer): Use only two args for
14008         make-obsolete (XEmacs compatibility).
14009         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
14010         (icalendar-export-region): Doc fix.
14011         If error, return non-nil and write errors to a buffer.
14012         Use correct weekday for weekly recurring events.
14013         Check whether date has been parsed for ordinary events.
14014         Make weekly events start in the year 2000.
14015         DTEND is non-inclusive, shift end date by one day if
14016         necessary (not for entries that have date and time).
14017         Rename local let variables: oops -> found-error, datestring ->
14018         startdatestring.
14020 2004-11-02  Kim F. Storm  <storm@cua.dk>
14022         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
14023         keep-mode-if-same variable.  Add it as optional arg instead.
14024         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
14026         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
14027         substitute-command-keys will select lower-case bindings like those
14028         used in the static help texts.
14030         * descr-text.el (describe-text-properties): Don't err if called in
14031         the *Help* buffer; output to *Help-2* buffer instead.
14033         * kmacro.el (group kmacro): Add :version.
14034         (kmacro-keyboard-quit): New function to cleanup on C-g.
14035         (kmacro-start-macro): Set defining-kbd-macro to append when
14036         appending to last macro.
14038         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
14040 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
14042         * progmodes/gdb-ui.el (gdb-enable-debug-log)
14043         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
14044         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
14045         Add :version keyword.
14047 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
14049         * progmodes/flymake.el (flymake-err-line-patterns):
14050         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
14051         `compilation-error-regexp-alist-alist' to internal Flymake format.
14053         * progmodes/flymake.el: Eliminate byte-compiler warnings.
14055 2004-11-01  Jay Belanger  <belanger@truman.edu>
14057         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
14058         with `interactive "s"'.
14060 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14062         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14063         Revert change from 2004-10-16.  '*' checks the current buffer, but the
14064         mouse click may be in another buffer.
14066 2004-11-01  John Paul Wallington  <jpw@gnu.org>
14068         * files.el (large-file-warning-threshold): Add :version keyword.
14069         (kill-some-buffers): Doc fix.
14071         * thumbs.el (group thumbs): Add :version keyword.
14073         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
14075 2004-11-01  Richard M. Stallman  <rms@gnu.org>
14077         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
14079         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
14081         * allout.el (allout group): Add :version.
14082         (allout-init): Don't use interactive-p.
14083         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
14084         (allout-forward-current-level, allout-backward-current-level):
14085         Don't use interactive-p.
14087         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
14088         (bibtex-find-text): Likewise.
14090         * progmodes/vhdl-mode.el (vhdl-fill-region)
14091         (vhdl-beginning-of-statement): Don't use interactive-p.
14093         * progmodes/idlwave.el (idlwave-update-routine-info):
14094         Don't use interactive-p.
14096         * progmodes/idlw-shell.el (idlwave-shell-send-char):
14097         Don't use interactive-p.
14099         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
14100         Don't use interactive-p.
14102         * progmodes/ada-xref.el (ada-make-body-gnatstub):
14103         Don't use interactive-p.
14105         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
14106         (fortune-in-buffer): Doc fix.
14108         * play/5x5.el (5x5-new-game): Set up the buffer even if not
14109         interactive.
14111         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
14112         don't select the temporary buffer.
14113         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
14114         (eudc-get-phone): Likewise.
14116 2004-11-01  Kim F. Storm  <storm@cua.dk>
14118         * man.el (Man-xref-normal-file): Fix help-echo.
14120 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14122         * reveal.el (reveal-last-tick): New var.
14123         (reveal-post-command): Use it to avoid closing overlays when we're
14124         appending text to them.
14126 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14128         * textmodes/bibtex.el: Require button.
14129         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
14130         (bibtex-reference-keys): Distinguish between header keys and
14131         crossref keys.
14132         (bibtex-beginning-of-field): New function.
14133         (bibtex-url-map): Remove.
14134         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
14135         (bibtex-font-lock-url-regexp): Assume that field names begin at
14136         the beginning of a line.
14137         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
14138         Remove field delimiters.  Use bibtex-beginning-of-field.
14139         Bugfix, point can be inside a field with a url.
14140         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
14141         New functions.
14142         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
14143         (bibtex-key-in-head): Simplify.
14144         (bibtex-current-line): Use bolp.
14145         (bibtex-parse-keys): Remove unused arg `add'.
14146         Use bibtex-type-in-head and bibtex-key-in-head.
14147         (bibtex-parse-entry, bibtex-autofill-entry):
14148         Use bibtex-type-in-head and bibtex-key-in-head.
14149         (bibtex-autokey-get-field): Do not alter case of replacement text.
14150         (bibtex-autokey-get-names): Do all processing of name list.
14151         (bibtex-autokey-get-year): New function.
14152         (bibtex-autokey-get-title): Do all processing of title words.
14153         (bibtex-generate-autokey): Simplify.
14154         (bibtex-string-files-init): Use default-directory.
14155         Allow for absolute file names in bibtex-string-files.
14156         (bibtex-files, bibtex-file-path): New variables.
14157         (bibtex-files-expand): New function.
14158         (bibtex-find-entry-globally): New command.
14159         (bibtex-summary-function): New variable.
14160         (bibtex-summary): Default value of bibtex-summary-function.
14161         (bibtex-find-crossref): New optional args pnt and split.
14162         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
14163         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
14164         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
14165         Fix handling of required and alternative fields.
14166         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
14167         Use cons and display-buffer.
14168         (bibtex-validate-globally): New command.
14169         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
14170         bibtex-parse-keys and bibtex-parse-strings for updating
14171         bibtex-reference-keys and bibtex-strings.
14172         (bibtex-realign): Remove blank lines past the last entry.
14173         (bibtex-reformat): Use bibtex-entry-format as default.
14174         (bibtex-choose-completion-string): Remove.
14175         (bibtex-complete): Do not use bibtex-choose-completion-string.
14176         (bibtex-url): Simplify.
14178 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14180         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
14181         (x-dnd-types-alist, x-dnd-open-file-other-window)
14182         (x-dnd-known-types): Add :version.
14184 2004-10-31  John Paul Wallington  <jpw@gnu.org>
14186         * ibuffer.el (group ibuffer): Add :version keyword.
14188 2004-10-31  Kim F. Storm  <storm@cua.dk>
14190         * ido.el (group ido): Add :version keyword.
14191         (ido-mode): Remove :version keyword.
14193         * emulation/cua-base.el (group cua): Add :version keyword.
14194         (cua-mode): Remove :version keyword.
14196 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
14198         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
14200         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
14201         compiler warning.
14202         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
14203         function.
14204         (help-at-pt-display-when-idle): Remove autoload.
14206 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14208         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14210 2004-10-30  Juri Linkov  <juri@jurta.org>
14212         * help.el (function-called-at-point):
14213         * help-fns.el (variable-at-point): Read -> intern.
14215 2004-10-30  Simon Josefsson  <jas@extundo.com>
14217         * progmodes/autoconf.el (autoconf-font-lock-keywords):
14218         Recognize AS_* too.
14220 2004-10-29  Simon Josefsson  <jas@extundo.com>
14222         * subr.el (read-passwd): Move back from password.el.
14224         * password.el: Remove, not ready yet.
14226 2004-10-29  Andreas Schwab  <schwab@suse.de>
14228         * speedbar.el (speedbar-frame-parameters): Improve customize type.
14230 2004-10-29  Sam Steingold  <sds@gnu.org>
14232         * mouse.el (mouse-show-mark): Replace the last occurrence of
14233         x-lost-selection-hooks with x-lost-selection-functions.
14235 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14237         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14238         x-lost-selection-functions is bound.
14240         * mouse-sel.el (mouse-sel-mode):
14241         * emacs-lisp/lselect.el: Adjust to new names for
14242         x-(lost|sent)-selection-functions.
14244         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14245         New obsolete aliases of x-lost-selection-functions and
14246         x-sent-selection-functions.
14248 2004-10-28  Kim F. Storm  <storm@cua.dk>
14250         * imenu.el (imenu-scanning-message): Remove.
14251         (imenu-progress-message): Make it a no-op.
14253 2004-10-28  John Paul Wallington  <jpw@gnu.org>
14255         * files.el (set-auto-mode): Call `throw' correctly.
14257 2004-10-28  Juri Linkov  <juri@jurta.org>
14259         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14260         to search `Info-...' commands in `info' manual.
14261         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14262         Add 'info-file "emacs" property.
14263         (Info-find-emacs-command-nodes): Fix index line number regexp.
14264         Set real line number (instead of fake 0) in first element of the
14265         returned list.
14266         (Info-goto-emacs-command-node): Use line number of first element
14267         to set point in the first found Info node.
14269         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14270         code to `grep-mode-font-lock-keywords'.
14271         (grep-mode-font-lock-keywords): Delete grep markers instead
14272         of making them invisible.
14274 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14276         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14277         and x-server-version in bug report.
14279 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
14281         * files.el (set-auto-mode-0): New function.
14282         (set-auto-mode): Use it to handle aliased modes and to
14283         be consistent between C-x C-f and C-x C-w.
14285 2004-10-28  Kenichi Handa  <handa@m17n.org>
14287         * international/utf-8.el (utf-translate-cjk-charsets):
14288         Add katakana-jisx0201.
14290         * international/subst-jis.el: Add data for JISX0201.
14292 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14294         * obsolete/hilit19.el (hilit-mode): New function.
14295         Move all the toplevel side-effecting stuff into it, so that loading
14296         hilit19 doesn't mess everything up any more.
14298 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14300         * add-log.el (add-change-log-entry): Set up mailing address
14301         and full name later, and don't alter add-log-mailing-address
14302         or add-log-full-name.
14304         * elide-head.el (elide-head): Change error to message.
14305         (elide-head-show): Likewise.
14307         * apropos.el (apropos-macrop): Doc fix.
14309         * mouse.el (mouse-show-mark): Do most processing the same
14310         regardless of transient-mark-mode.
14312         * shadowfile.el (shadow-copy-files): Use interactive-p
14313         only to control whether to print a message.
14315         * tar-mode.el (tar-mode): Use write-contents-functions,
14316         not write-contents-hooks.
14318         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14319         directory-sep-char.
14321 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14323         * strokes.el (strokes-unload-hook): Fix previous change.
14325         * type-break.el (type-break-run-at-time): Always use run-at-time;
14326         forget the alternatives.
14327         (type-break-cancel-function-timers): Always use cancel-function-timers;
14328         forget the alternatives.
14330         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14332 2004-10-27  Kenichi Handa  <handa@m17n.org>
14334         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14336         * international/subst-gb2312.el: Likewise.
14338         * international/subst-big5.el: Likewise.
14340         * international/subst-ksc.el: Likewise.
14342         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14343         New variable.
14344         (utf-translate-cjk-set-unicode-range): New function.
14345         (utf-translate-cjk-unicode-range): Make it customizable.
14346         (utf-8-post-read-conversion):
14347         Use utf-translate-cjk-unicode-range-string.
14348         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14349         Unicode ranges.
14351 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
14353         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14354         trivial variants to shorten the list.
14355         (xml-based-modes): New var.
14356         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14357         declaration higher priority than auto-mode-alist.
14359         * find-file.el (cc-other-file-alist): Bring it in line with
14360         cc-mode's auto-mode-alist entries and use \' instead of $.
14362         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14363         and add "Id" and "Name" submenus to it.
14365         * imenu.el (imenu--generic-function): Skip matches in comments.
14367 2004-10-26  Jay Belanger  <belanger@truman.edu>
14369         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14370         (full-calc-keypad, calc-trail-display): Use an extra argument
14371         instead of `interactive-p'.
14373         * calc/calc-misc.el (calc-other-window): Use an extra argument
14374         instead of `interactive-p'.
14376         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14377         `interactive-p'.
14379 2004-10-26  Kim F. Storm  <storm@cua.dk>
14381         * help.el (describe-key): Describe both down-event and up-event
14382         for a mouse click.
14384 2004-10-26  Richard M. Stallman  <rms@gnu.org>
14386         * woman.el (woman): Don't call interactive-p.
14388         * pcomplete.el (pcomplete): Instead of interactive-p,
14389         use an arg set non-nil by the interactive spec.
14391         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14392         use an arg set non-nil by the interactive spec.
14394         * man.el (Man-cleanup-manpage): Instead of interactive-p,
14395         use an arg set non-nil by the interactive spec.
14397 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
14399         * progmodes/flymake.el (flymake-split-string):
14400         Use `flymake-split-string-remove-empty-edges' in any case.
14402 2004-10-26  Masatake YAMATO  <jet@gyve.org>
14404         * progmodes/flymake.el (flymake-err-line-patterns):
14405         Use `compilation-error-regexp-alist-alist' instead of
14406         `compilation-error-regexp-alist'.
14408 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14410         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14411         verbatim face on the \ of \end{verbatim}.
14413 2004-10-25  Jay Belanger  <belanger@truman.edu>
14415         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14416         erasing minibuffer.
14418 2004-10-25  Simon Josefsson  <jas@extundo.com>
14420         * subr.el (read-passwd): Move to net/password.el.
14422         * net/password.el (read-passwd): Add.  Autoload it.
14424 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
14426         * mouse-sel.el (mouse-sel-mode): Specify custom group.
14428         * simple.el (process-file): Fix logic.
14430 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
14432         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14433         (increase-right-margin): Remove erroneous call to `interactive-p'.
14435 2004-10-24  Kim F. Storm  <storm@cua.dk>
14437         * help.el (describe-mode): Fix 2004-10-13 change.
14438         Copy pure "Auto Fill" string so it can be propertized later
14439         without causing a read-only error.
14441 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
14443         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14444         style indexes.
14446 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
14448         * simple.el (process-file): Accept nil for INFILE.  Reported by
14449         Luc Teirlinck.
14451 2004-10-24  Masatake YAMATO  <jet@gyve.org>
14453         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14454         Handle periods and underscores in a function name.
14455         Remove the address fontification.
14457 2004-10-24  Masatake YAMATO  <jet@gyve.org>
14459         * progmodes/asm-mode.el (asm-font-lock-keywords):
14460         Use font-lock-variable-name-face for registers.
14462 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
14464         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14465         kill-all-local-variables.
14466         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14467         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14468         Use kill-all-local-variables and provide mode-hooks.
14469         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14470         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14471         Suggested by Masatake YAMATO <jet@gyve.org>.
14473 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
14475         * simple.el (process-file): New function, similar to call-process
14476         but supports file handlers.
14477         * vc.el (vc-do-command): Use it, instead of call-process.
14478         * net/tramp-vc.el (vc-do-command): Do not advise it if
14479         process-file is fboundp.
14480         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14481         process-file.
14482         (tramp-handle-process-file): New function.
14483         (tramp-file-name-for-operation): Support process-file.
14485 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
14487         * calendar/icalendar.el (icalendar--weekday-array): New constant.
14488         (icalendar-weekdayabbrev-table)
14489         (icalendar-monthnumber-table): Delete.
14490         (icalendar--get-month-number): Use calendar-month-name-array.
14491         (icalendar--get-weekday-number): New function.
14492         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14493         (icalendar-export-region): Handle multi-line entries.
14494         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14496 2004-10-23  John Paul Wallington  <jpw@gnu.org>
14498         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14499         `wildcards' set to t in interactive spec.
14501         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14502         interactive spec rather than use `interactive-p'.
14503         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14504         rather than use function `interactive-p'.
14506 2004-10-22  Kenichi Handa  <handa@m17n.org>
14508         * international/mule.el (translate-region): Implement it in Lisp
14509         as a front end of translate-region-internal.
14511 2004-10-21  Jay Belanger  <belanger@truman.edu>
14513         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14514         Declare these variables with defvar.
14516         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14517         is bound, only check to see if it is bound.
14519 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14521         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14522         Don't output messages.
14524         * calc/calc-help.el (calc-describe-bindings): Fix last change.
14526 2004-10-21  John Paul Wallington  <jpw@gnu.org>
14528         * calc/calc-graph.el (calc-graph-init):
14529         Use `set-process-query-on-exit-flag'.
14531 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
14533         * progmodes/compile.el (compilation-start): Rely on `cd' to get
14534         dir right and also allow argumentless cd.
14536 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14538         * textmodes/flyspell.el (flyspell-mode): Doc fix.
14540         * eshell/em-unix.el (eshell-grep):
14541         Don't bind compilation-process-setup-function.
14543         * comint.el (comint-insert-input): Use @ in `interactive'.
14544         (comint-input-filter-functions): Doc fix.
14545         (comint-kill-whole-line, comint-get-source): Doc fix.
14547         * progmodes/compile.el (compilation-setup):
14548         Don't set buffer-read-only if MINOR is non-nil.
14550 2004-10-19  Jay Belanger  <belanger@truman.edu>
14552         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14553         (calc-emacs-type-gnu19): Remove.
14554         (calc-digit-map, calc-read-key-sequence, calc-read-key):
14555         Remove check for old emacs versions.
14557         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14558         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14559         for current Emacs.
14561         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14562         the end of the minibuffer.
14563         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
14564         copy `esc-map'.
14566         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14568         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14569         call that would be given when the current emacs was used.
14571 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
14573         * calendar/icalendar.el: Set coding to utf-8.
14574         (icalendar-version): Increase to 0.07.
14575         (icalendar-monthnumber-table): Change March pattern.
14576         (icalendar-get-all-event-properties)
14577         (icalendar-set-event-property): Delete.
14578         (icalendar-all-events): No longer interactive.
14579         (icalendar-convert-diary-to-ical)
14580         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14581         their replacements.
14582         (icalendar-export-file, icalendar-export-region): New functions;
14583         essentially old `icalendar-convert-diary-to-ical' but appending to
14584         target rather than overwriting.
14585         (icalendar-import-file): Append to target file rather than
14586         overwriting.  Fourth arg deleted.
14587         (icalendar-import-buffer): New name for old
14588         `icalendar-extract-ical-from-buffer'.
14589         (icalendar--convert-string-for-import): New name for
14590         old `icalendar-convert-for-import'.
14591         (include-icalendar-files): Delete.
14592         Prefix for all internal functions changed from `icalendar-'
14593         to `icalendar--'.
14595 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14597         * paths.el (news-path): Fix previous change.
14599 2004-10-18  Jay Belanger  <belanger@truman.edu>
14601         * calc/calc-help.el (calc-describe-bindings):
14602         Set `buffer-read-only' to nil while working in the keybindings buffer;
14603         remove some extra information from the keybindings buffer.
14605 2004-10-18  David Ponce  <david@dponce.com>
14607         * mouse.el (mouse-drag-move-window-top): New function.
14608         (mouse-drag-mode-line-1): Use it.
14610 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14612         * info.el (Info-fontify-node): For multiline refs,
14613         arrange to unfontify newline and surrounding whitespace.
14615 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14617         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14618         directory is missing.
14620 2004-10-17  John Paul Wallington  <jpw@gnu.org>
14622         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14623         New customizable variable; whether to display buffers that match
14624         `ibuffer-maybe-show-predicates' by default.
14625         (ibuffer-maybe-show-predicates): Mention it in docstring.
14626         (ibuffer-display-maybe-show-predicates): New variable.
14627         (ibuffer-update): Prefix arg now toggles whether buffers that
14628         match `ibuffer-maybe-show-predicates' should be displayed.
14629         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14630         locally to heed `ibuffer-default-display-maybe-show-predicates'.
14631         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14633 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
14635         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
14636         work correctly.
14638 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
14640         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14641         (Buffer-menu-beginning): New helper function.
14642         (Buffer-menu-execute): Use it.
14643         (Buffer-menu-select): Use it.
14644         (Buffer-menu-sort): Use it and also keep markers.
14646 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14648         * paths.el (news-directory): Rename from news-path.  Old name alias.
14649         (rmail-spool-directory): Use defvar.
14650         (sendmail-program): Use defcustom.
14651         (remote-shell-program): Use defcustom.
14652         (term-file-prefix): Use defvar.
14653         (abbrev-file-name): Use defvar.
14655         * term.el: Add maintainer.
14657         * subr.el (with-local-quit): Return nil if there's a quit.
14658         (read-passwd): Use with-local-quit.  Doc fix.
14660         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14661         (strokes-unload-hook): Set as a variable with add-hook.
14663         * startup.el (fancy-splash-tail, normal-splash-screen):
14664         Update copyright year.
14666         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14668         * server.el (server-unload-hook): Set as a variable with add-hook.
14670         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14672         * frame.el (special-display-popup-frame):
14673         Make the buffer current as its frame is created.
14675         * delsel.el (delsel-unload-hook): Set as a variable.
14677         * comint.el (comint-output-filter-functions):
14678         Add comint-watch-for-password-prompt.
14679         (comint-read-noecho): Function deleted.
14680         (send-invisible): Use read-passwd.
14682         * fringe.el (fringe-mode-initialize): New function.
14683         (fringe-mode): Use fringe-mode-initialize as :initialize.
14685 2004-10-17  Kim F. Storm  <storm@cua.dk>
14687         * language/indian.el (indian-script-language-alist): Swap value
14688         and doc.
14689         (indian-font-char-index-table): Doc fix.
14691 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14693         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14695 2004-10-16  Juri Linkov  <juri@jurta.org>
14697         * progmodes/compile.el (compilation-start): Move let-binding of
14698         `process-environment' into `with-current-buffer' body.
14699         Reported by Matt Hodges <MPHodges@member.fsf.org>.
14701 2004-10-16  Richard M. Stallman  <rms@gnu.org>
14703         * pcvs-util.el (cvs-bury-buffer):
14704         Don't call get-buffer-window for effect.
14706         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14708         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14710         * msb.el (msb-unload-hook): Set the variable.
14712         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14713         Use * to err if buffer is readonly.
14715         * subr.el (looking-back): Return only t or nil.
14717         * whitespace.el (whitespace-unload-hook): Set the variable.
14719         * view.el (view-mode-enable): Set view-page-size and
14720         view-half-page-size to nil.
14721         (view-set-half-page-size-default): view-half-page-size = nil
14722         means the default.
14723         (View-scroll-page-forward): Use view-page-size-default.
14724         (View-scroll-page-backward): Likewise.
14725         (view-page-size, view-half-page-size): Doc fixes.
14727         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14729         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14731         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14732         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
14733         (byte-compile-log-1): Bind inhibit-read-only.
14734         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14735         (byte-compile-log-warning): Likewise.
14736         (byte-compile-file-form-require): Detect "cl" from the arg value.
14738         * progmodes/compile.el (compilation-start): Assume compilation-mode
14739         will make the buffer read-only.
14740         (compilation-mode): Take arg name-of-mode.
14741         (compilation-setup): Make buffer read-only.
14742         (compilation-handle-exit): Bind inhibit-read-only.
14744         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14745         (ispell-message): Likewise.
14746         (ispell-show-choices): Don't call get-buffer-window uselessly.
14747         (ispell-init-process): Use set-process-query-on-exit-flag.
14749 2004-10-16  Kim F. Storm  <storm@cua.dk>
14751         * fringe.el (fringe-bitmaps): Only initialize when defined.
14753         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14754         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14756         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14758 2004-10-15  Simon Josefsson  <jas@extundo.com>
14760         * net/password.el: Add.
14762 2004-10-14  Masatake YAMATO  <jet@gyve.org>
14764         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14765         (gdb-script-end-of-defun): New function.
14766         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14767         `gdb-script-end-of-defun' as *-of-defun-function.
14769 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
14771         * button.el (button-activate): Allow a marker to display as an action.
14773         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14775         * help.el (describe-mode): Use it to make minor mode list into
14776         hyperlinks.
14778 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14780         * vc.el (vc-annotate-display-select): Fix typo.
14782         * subr.el (substitute-key-definition-key): New function.
14783         (substitute-key-definition): Use it with map-keymap.
14784         (event-modifiers): Use push.
14785         (mouse-movement-p, with-temp-buffer): Simplify.
14787 2004-10-12  Jay Belanger  <belanger@truman.edu>
14789         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14790         New variables.
14791         (calc-help-index-entries): New function.
14792         (calc-describe-function): Use `calc-help-function-list' instead of
14793         obarray for completion.
14794         (calc-describe-variable): Use `calc-help-variable-list' instead
14795         of obarray for completion.
14797 2004-10-12  Richard M. Stallman  <rms@gnu.org>
14799         * info-look.el (info-lookup-file): Add info-file property.
14800         (info-lookup-symbol): Likewise.
14802         * info.el (info-xref): Add underlining.
14803         (info): Add info-file property.
14804         (Info-find-emacs-command-nodes): Specify case-sensitive search.
14806 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
14808         Sync with Tramp 2.0.45.
14810         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14811         defined.  This is not the case for XEmacs without package "edebug".
14812         (tramp-set-auto-save-file-modes): Set permissions of autosaved
14813         remote files to the permissions of the original file.  This is not
14814         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
14815         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
14816         (tramp-perl-decode): Fix an error in Perl implementation.
14817         $pending must be cleared every loop.  Reported by Benjamin Place
14818         <benjaminplace@sprintmail.com>
14820         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14821         Don't activate advice during definition.  This is done later on,
14822         depending on test result of `substitute-in-file-name'.
14823         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14825 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14827         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14829         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14831 2004-10-12  David Ponce  <david@dponce.com>
14833         * recentf.el (recentf-edit-list): Update the menu when the recentf
14834         list has been modified.
14836 2004-10-12  Simon Josefsson  <jas@extundo.com>
14838         * net/tls.el (tls-certtool-program): New variable.
14839         (tls-certificate-information): New function, based on
14840         ssl-certificate-information.
14842 2004-10-12  Kenichi Handa  <handa@m17n.org>
14844         * international/mule.el (coding-system-equal): Move from mule-util.el.
14846         * international/mule-util.el (coding-system-equal): Move to mule.el.
14848 2004-10-12  Kim F. Storm  <storm@cua.dk>
14850         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14851         reset kmacro-initial-counter-value if set.
14852         (kmacro-set-counter): Only set kmacro-counter if defining or executing
14853         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
14854         (kmacro-display): Show macro counter if non-zero.
14856         * subr.el (substitute-key-definition): Mention command remapping
14857         in doc string.
14859 2004-10-11  Jay Belanger  <belanger@truman.edu>
14861         * calc/calc-misc.el (calc-info-goto-node): New function.
14862         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14863         node in one step.
14864         (calc-describe-copying, calc-describe-distribution)
14865         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14866         Go to appropriate info node in one step.
14868 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14870         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14872         * font-lock.el (font-lock-apply-highlight): Fix last change.
14874 2004-10-11  Simon Josefsson  <jas@extundo.com>
14876         * mail/smtpmail.el (smtpmail-open-stream): Look for
14877         starttls-gnutls-program instead of starttls-program iff
14878         starttls-use-gnutls is non-nil.
14879         (smtpmail-open-stream): Don't overwrite user settings of
14880         starttls-extra-arguments and starttls-extra-args.
14882 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14884         * comint.el (comint-mouse-insert-input): Remove.
14885         (comint-insert-input): Make it work for mouse bindings.
14886         (comint-mode-map): Move defs into the declaration.
14887         (comint-output-filter): Typo.
14889         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14891 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
14893         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14894         (ange-ftp-call-chmod): Reference remote-shell-program instead of
14895         ange-ftp-remote-shell.
14897 2004-10-10  Andreas Schwab  <schwab@suse.de>
14899         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14900         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14901         Reported by <sri@asu.edu>.
14903 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
14905         * vc.el (vc-annotate-mode): Remove variable.
14906         (vc-annotate-display-select): Only call vc-annotate-mode
14907         if we're not in that mode already.
14909 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14911         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14912         (imenu-choose-buffer-index): Check here for rescan instead.
14914         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14915         where the face expression evals to nil.
14917         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14918         (tex-font-lock-keywords-2): Use it.
14919         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14921         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14923 2004-10-09  Kim F. Storm  <storm@cua.dk>
14925         * subr.el (progress-reporter-update): Define before first usage.
14926         (make-progress-reporter): Doc fix.
14928 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
14930         * textmodes/paragraphs.el (sentence-end-double-space)
14931         (sentence-end-without-period, sentence-end-without-space)
14932         (sentence-end): Doc fixes.
14934 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
14936         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14937         Change paragraph-start regexp so we don't fill code starting with #'(.
14939 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
14941         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14942         New defcustom.
14943         (extract-address-components): Use it.
14945 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
14947         * subr.el (make-progress-reporter, progress-reporter-update)
14948         (progress-reporter-force-update, progress-reporter-do-update)
14949         (progress-reporter-done): New functions.
14951         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14953         * progmodes/etags.el (etags-tags-completion-table): Use progress
14954         reporter.
14955         (etags-tags-apropos): Likewise.
14957 2004-10-08  Alan Mackenzie  <acm@muc.de>
14959         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14960         of current line.
14962 2004-10-08  Masatake YAMATO  <jet@gyve.org>
14964         * server.el (server-process-filter): Wrap `process-send-region'
14965         by `condition-case' to guard the case when the pipe to PROC is closed.
14967 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
14969         * xml.el (xml-substitute-special): Limit handling of external entities.
14971 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
14973         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14975 2004-10-06  John Paul Wallington  <jpw@gnu.org>
14977         * xml.el (xml-parse-dtd): Fix `error' call.
14979 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
14981         * xml.el (xml-substitute-special): Return a single string instead
14982         of a list of strings if an entity substitution is made.
14984 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
14986         * calendar/icalendar.el: New file.
14988 2004-10-05  Juri Linkov  <juri@jurta.org>
14990         * isearch.el (isearch-done): Set mark after running hook.
14991         Reported by Drew Adams <drew.adams@oracle.com>.
14993         * info.el (Info-history, Info-toc): Fix Info headers.
14994         (Info-toc): Narrow buffer before Info-fontify-node.
14995         (Info-build-toc): Don't check for special Info file names.
14996         Set main-file to nil if Info-find-file returns a symbol.
14998 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
15000         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
15001         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
15002         * calendar/cal-menu.el (calendar-mode-map): Ditto.
15004 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15006         * calendar/cal-iso.el (calendar-iso-read-args): New function,
15007         for old interactive spec from calendar-goto-iso-date.
15008         (calendar-goto-iso-date): Use it.
15009         (calendar-goto-iso-week): New function.  Suggested by Emilio
15010         C. Lopes <eclig@gmx.net>.
15012 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
15014         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
15015         `set-right-margin' bindings that follow the minor mode conventions.
15017 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15019         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
15020         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
15021         (latex-block-args-alist): Add minipage and picture.
15022         (latex-block-body-alist): Use reftex-label if enabled.
15023         (latex-insert-block): Don't insert a \n if not necessary.
15024         (tex-compile-commands): Make sure dvips doesn't send to printer.
15025         (tex-compile-default): Handle the case where no executable is found.
15026         (latex-noindent-environments): New var.
15027         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
15028         If tex-indent-allhanging is non-nil, make sure we only align for macros
15029         at beginning of line.
15031 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
15033         * newcomment.el (comment-beginning): Doc fix and don't choke on
15034         unset `comment-end-skip' when at beginning of comment.
15036 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
15038         * term.el (term-adjust-current-row-cache): Don't allow the current
15039         row to become negative.
15040         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
15041         the end of the line.  Fix scroll down.  Add comments.
15042         (term-handle-ansi-escape): Don't exceed terminal width when moving
15043         right.
15044         (term-scroll-region): Move the cursor after setting the scroll region.
15046 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
15048         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
15049         to `width' for consistency with docstring.  Doc fix.
15051 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
15053         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
15054         This is necessary for derived modes.
15056 2004-09-30  Kim F. Storm  <storm@cua.dk>
15058         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
15059         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
15061         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
15062         kmacro-extract-lambda functions.
15063         (edit-kbd-macro): Handle kmacro lambda forms.
15064         Include counter and counter format in edit buffer.
15065         (edmacro-finish-edit): Get counter and format from edit buffer and
15066         update kmacro bindings when found.
15068 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
15070         * textmodes/paragraphs.el (forward-paragraph):
15071         Avoid args-out-of-range error when point winds up at the beginning of
15072         the buffer and hard newlines are enabled.
15074         * newcomment.el (comment-multi-line): Doc fix.
15076 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15078         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
15079         (diff-fixup-modifs): Catch unified-diff file-headers.
15081 2004-09-29  Kim F. Storm  <storm@cua.dk>
15083         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
15084         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
15085         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
15087         * fringe.el (fringe-bitmap-p): New macro.
15088         (fringe-bitmaps): Add standard fringe bitmaps on load.
15090 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15092         * dired.el (dired-view-command-alist): Use more efficient regexps.
15093         Remove dubious arguments.
15094         (dired-align-file): New function.
15095         (dired-insert-directory): Use it.
15096         (dired-move-to-end-of-filename): Make the " -> " search more specific.
15097         (dired-buffers-for-dir): Remove unused var `pattern'.
15099 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
15101         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
15102         from diary display excursion.  Store diary buffer's point for
15103         `simple-diary-display'.
15104         (simple-diary-display): Set window point and start when
15105         displaying buffer, to preserve point.
15107 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
15109         * textmodes/enriched.el (enriched-translations): Replace defconst
15110         with defvar.
15112 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15114         * printing.el: Doc fix.
15115         (pr-version): New version number (6.8.1).
15116         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
15117         make-temp-name.
15118         (pr-delete-file): Check if file exists before deleting it.
15119         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
15121 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15123         * term.el (term-display-table): New variable.
15124         (term-mode): Use it.
15125         (term-exec-1): Set the coding system to binary.
15126         (term-emulate-terminal): Decode the string before inserting it.
15128 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
15130         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
15131         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
15132         (map): Bind S-prior, S-next and S-insert.
15133         (term-mode): Set `indent-tabs-mode' to nil.
15134         (term-paste): New function to be bound to S-insert.
15135         (term-send-del, term-send-backspace): Change the strings sent.
15136         (term-termcap-format): Synchronize with etc/e/eterm.ti.
15137         (term-handle-colors-array): Fix handling of underline and reverse.
15138         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
15139         (term-erase-in-line): Fix comparison.
15140         (term-emulate-terminal): Fix line wrap handling.
15141         (term-start-output-log): Rename from `term-set-output-log'.
15142         (term-stop-output-log): Rename from `term-stop-photo'.
15143         (term-switch-to-alternate-sub-buffer): Comment out, unused.
15145 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15147         * dired.el (dired-move-to-filename): Don't output a message if
15148         raise-error is non-nil.  Fix return position and value.
15150         * files.el (insert-directory): Obey --dired even with symlinks.
15152 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
15154         * ls-lisp.el (ls-lisp-format): Mark file names with property
15155         dired-filename.
15157 2004-09-25  Kim F. Storm  <storm@cua.dk>
15159         * ido.el (ido-max-directory-size): New defcustom.
15160         (ido-decorations): Add "too big" element.
15161         (ido-directory-too-big): New dynamic var.
15162         (ido-may-cache-directory): Don't cache big directories.
15163         (ido-directory-too-big-p): New defun.
15164         (ido-set-current-directory): Update ido-directory-too-big.
15165         (ido-read-internal): Make empty ido-cur-item if too-big.
15166         (ido-buffer-internal): Use ido-read-internal directly instead of
15167         ido-read-buffer.
15168         (ido-file-internal): Init ido-directory-too-big.
15169         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
15170         and redo completion with full list.
15171         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
15172         it, and show completions.
15173         (ido-all-completions): Let bind ido-directory-too-big to nil.
15174         (ido-exhibit): Handle ido-directory-too-big.
15175         (ido-read-buffer): Handle fallback to read-buffer.
15176         Init ido-directory-too-big.
15177         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
15178         Init ido-directory-too-big.
15180 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
15182         * subr.el (delay-mode-hooks): Doc fix.
15184 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
15186         * textmodes/enriched.el
15187         (enriched-default-text-properties-local-flag): New variable.
15188         (enriched-mode): Make sure that enabling and disabling the mode is
15189         a no-op.  Doc fix.
15191 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
15193         * calendar/holidays.el (holiday-advent): Report on a specified day
15194         offset from advent, not just advent.
15195         (holiday-easter-etc): Report on one specified day offset from
15196         easter, not all easter holidays.  Various Easter holidays moved to
15197         `christian-holidays' variable in calendar.el.
15198         * calendar/calendar.el (christian-holidays): Adapt for new
15199         behavior of `holiday-advent' and `holiday-easter-etc' functions.
15201 2004-09-23  Kim F. Storm  <storm@cua.dk>
15203         * image.el (insert-sliced-image): Add doc string.
15205         * ido.el (ido-choice-list): New dynamic var for `list' context.
15206         (ido-context-switch-command): New dynamic var.
15207         (ido-define-mode-map): Generalize switch between file/buffer contexts.
15208         (ido-read-internal): Handle new `list' context.
15209         Handle insert-buffer and insert-file ido-exit values.
15210         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
15211         ido-context-switch-command.  Handle insert-file ido-exit value.
15212         (ido-read-buffer): Set ido-context-switch-command to 'ignore
15213         unless it is already bound by caller.
15214         (ido-file-internal): New arg switch-cmd.  Use it to setup
15215         ido-context-switch-command.  Handle insert-buffer ido-exit value.
15216         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15217         used for context switching.
15218         (ido-all-completions): Handle new `list' context.
15219         (ido-make-choice-list): Return choices for `list' context.
15220         (ido-find-file-in-dir, ido-display-file, ido-write-file)
15221         (ido-display-buffer, ido-kill-buffer): Disable context switching.
15222         (ido-insert-buffer, ido-insert-file): Setup context switching.
15223         (ido-exhibit): Handle `list' context.
15224         (ido-read-file-name): Disable context switching.  Handle fallback.
15225         (ido-read-directory-name): Disable context switching.
15226         (ido-completing-read): New defun like completing-read.  Setup and
15227         use new `list' context.
15229 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
15231         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15233 2004-09-21  Jay Belanger  <belanger@truman.edu>
15235         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
15236         `calc-graph-set-styles' so the gnuplot buffer will appear in a
15237         separate window.
15239 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
15241         * subr.el (after-change-major-mode-hook): Doc fix.
15243 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15245         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
15246         of ghostscript for monochrome PostScript file in Windows.
15248 2004-09-21  Kenichi Handa  <handa@m17n.org>
15250         * descr-text.el (describe-char): Checking of quail activation fixed.
15252 2004-09-21  Jay Belanger  <belanger@truman.edu>
15254         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15256 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
15258         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15259         after the mode hooks instead of before.  Doc fix.
15261 2004-09-20  Jason Rumney  <jasonr@gnu.org>
15263         * startup.el (command-line) [windows-nt]: Try .emacs first, then
15264         _emacs, but revert to .emacs if neither exists in home directory.
15266 2004-09-20  John Paul Wallington  <jpw@gnu.org>
15268         * bindings.el (completion-ignored-extensions): Add .dfsl.
15270 2004-09-20  Richard M. Stallman  <rms@gnu.org>
15272         * bindings.el (scroll-left): Make it disabled.
15274         * files.el (enable-local-eval): Doc fix.
15276         * indent.el (move-to-left-margin): Special case for minibuffer.
15278         * term.el (term-emulate-terminal): Turn off undo for output.
15279         Use with-current-buffer and save-selected-window.
15281         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15283         * progmodes/make-mode.el (makefile-fill-paragraph):
15284         Don't insist on spaces when looking for comments.  # is enough.
15286         * files.el (hack-local-variables): Copy the variables list
15287         to another buffer, strip prefixes and suffixes there, then read.
15288         (enable-local-eval): Doc fix.
15289         (ignored-local-variables): Initialize to nil.
15290         (risky-local-variable-p): Don't check ignored-local-variables here.
15291         (hack-one-local-variable): Ignore var if in ignored-local-variables.
15293 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
15295         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15296         of = to "." (punctuation).
15298 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15300         * subr.el (event-basic-type): Fix mask (extend to 22bits).
15302 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
15304         * textmodes/enriched.el (enriched-rerun-flag): New variable.
15305         (enriched-before-change-major-mode): New function.
15306         Add it to `change-major-mode-hook'.
15307         (enriched-after-change-major-mode): New function.
15308         Add it to `after-change-major-mode-hook'.
15309         (enriched-mode): Make it work correctly if called from
15310         `after-change-major-mode-hook'.
15311         No longer set `indent-line-function'.
15313         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15315         * subr.el (after-change-major-mode-hook): New variable.
15316         (run-mode-hooks): Implement it.
15318 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15320         * battery.el (battery-linux-proc-apm): Use string-to-number.
15321         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15322         Use dolist (and less indentation).  Use erase-buffer.
15323         Pre-initialize `design-capacity', `warn', and `low'.
15324         (battery-format): Use replace-regexp-in-string.
15326 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15328         * battery.el: Delete superfluous empty lines.
15329         (battery-linux-proc-acpi): Attempt to gather information from all
15330         battery subdirectories regardless of their file name.
15331         (battery-linux-proc-apm): Replace all occurrences of
15332         battery-hex-to-int-2 with string-to-int (base 16).
15333         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15334         (battery-hex-map): Delete variable.
15336 2004-09-18  John Paul Wallington  <jpw@gnu.org>
15338         * calc/calc-units.el (calc-quick-units): Fix overzealous
15339         s/or/unless/.
15341 2004-09-17  Jay Belanger  <belanger@truman.edu>
15343         * calc/calc.el (calc-mode-var-list): Fix the value of
15344         `calc-matrix-brackets'.
15346 2004-09-17  Romain Francoise  <romain@orebokech.com>
15348         * ibuf-ext.el (define-ibuffer-filter filename):
15349         Expand dired-directory since buffer-file-name is absolute.
15351 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15353         * ediff-init.el (ediff-current-diff-face-A)
15354         (ediff-current-diff-face-B, ediff-current-diff-face-C)
15355         (ediff-current-diff-face-Ancestor)
15356         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15357         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15358         (ediff-even-diff-face-A, ediff-even-diff-face-B)
15359         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15360         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15361         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15362         Use min-colors.
15364         * term.el (term-down): Perform vertical motion if DOWN is negative.
15365         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15366         (term-termcap-format): Synchronize with the eterm terminfo entry
15367         in etc/e/eterm.ti.
15368         (term-handle-colors-array): If the current foreground or
15369         background are zero (i.e. unspecified), use the foreground and
15370         background of the default face for reverse video.
15371         (term-ansi-at-eval-string, term-ansi-default-fg)
15372         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15373         (term-mem): Delete unused function.
15374         (term-protocol-version): Increment.
15375         (term-current-face): Set to default.
15377 2004-09-15  Jay Belanger  <belanger@truman.edu>
15379         * calc/calc.el (calc-mode-var-list): Define this variable.
15380         (calc-always-load-extensions, calc-line-numbering)
15381         (calc-line-breaking, calc-display-just, calc-display-origin)
15382         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15383         (calc-group-char, calc-point-char, calc-frac-format)
15384         (calc-prefer-frac, calc-hms-format, calc-date-format)
15385         (calc-float-format, calc-full-float-format, calc-complex-format)
15386         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15387         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15388         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15389         (calc-matrix-brackets, calc-language, calc-language-option)
15390         (calc-left-label, calc-right-label, calc-word-size)
15391         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15392         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15393         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15394         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15395         (calc-window-height, calc-display-trail, calc-show-selections)
15396         (calc-use-selections, calc-assoc-selections)
15397         (calc-display-working-message, calc-auto-why, calc-timing)
15398         (calc-mode-save-mode, calc-standard-date-formats)
15399         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15400         (calc-user-parse-tables, calc-gnuplot-default-device)
15401         (calc-gnuplot-default-output, calc-gnuplot-print-device)
15402         (calc-gnuplot-print-output, calc-gnuplot-geometry)
15403         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15404         (calc-invocation-macro, calc-show-banner): Give these values as
15405         part of `calc-mode-var-list's initialization after the variables
15406         are declared with defvar.
15407         (calc-bug-address): Change email address to send bug reports to.
15408         Change the maintainer address at the top.
15409         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15410         than "\\.emacs" to determine if it is the user-init-file.
15412         * calc/calc-embed.el (calc-embedded-set-modes): Use
15413         `calc-mode-var-list' correctly.
15415 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
15417         * vc.el (annotate-time): Document point handling.
15418         (vc-annotate-display-autoscale): Doc fix.
15420 2004-09-15  Miles Bader  <miles@gnu.org>
15422         * generic.el (generic-make-keywords-list): Use symbol rather than
15423         word anchors in regexp.
15425 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15427         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15428         no file name consider `dired-directory'.
15430 2004-09-14  Kim F. Storm  <storm@cua.dk>
15432         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
15434 2004-09-14  Simon Josefsson  <jas@extundo.com>
15436         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15438         * textmodes/dns-mode.el: Add.
15440 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15442         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15443         (disabled-command-function): Make the ?\  char more obvious.
15445         * vc-arch.el (vc-arch-root, vc-arch-registered):
15446         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15448 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
15450         * windmove.el (windmove-frame-edges): Report coordinates of
15451         outside edges of frame, not inside edges.
15452         (windmove-coordinates-of-position): Convert into wrapper to new
15453         function `windmove-coordinates-of-window-position';
15454         `compute-motion' always applies to selected window.
15455         (windmove-coordinates-of-position): Update documentation to refer
15456         to Emacs 21 Lisp Reference Manual.
15457         (windmove-find-other-window): Fix off-by-one errors for max x,y.
15459 2004-09-13  Kim F. Storm  <storm@cua.dk>
15461         * isearch.el (isearch-resume-in-command-history): Rename from
15462         isearch-resume-enabled and change default to nil.
15464 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15466         * vc-hooks.el (vc-ignore-dir-regexp): New var.
15467         (vc-registered): Use it.
15468         (vc-find-root): New fun.
15470         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15471         Don't tell to use \\{...} when it's already done.
15473         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15474         Provide a sample complex default.
15475         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15476         (bibtex-entry): Use mapc.
15478 2004-09-12  Kim F. Storm  <storm@cua.dk>
15480         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15482         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15483         inhibit-field-text-motion to t so rectangles work in comint buffers.
15485         * simple.el (choose-completion-string): Set buffer before running
15486         choose-completion-string-functions hook so it can be buffer-local.
15488 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
15490         * progmodes/compile.el (compilation-start): Parse command to see
15491         if it starts with a cd, and if so perform it for the *compilation*
15492         buffer.  Change the header to reflect this.
15494 2004-09-11  Kim F. Storm  <storm@cua.dk>
15496         * ido.el (ido-enable-dot-prefix): Doc fix.
15497         (ido-enable-dot-prefix): New defcustom.
15498         (ido-set-matches1): Use it.
15500 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15502         * textmodes/bibtex.el (bibtex-mark-active)
15503         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15505 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15507         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15508         used in a case insensitive environment.
15509         (bibtex-mode-map): Rearrange order of menus.
15510         (bibtex-quoted-string-re): Obsolete.
15511         (bibtex-complete-key-cleanup): Variable replaced by new function.
15512         (bibtex-font-lock-keywords): Use backquotes.
15513         (bibtex-font-lock-url-regexp): New internal variable.
15514         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15515         "OPT" and "ALT".
15516         (bibtex-insert-current-kill, bibtex-make-field)
15517         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15518         (bibtex-parse-field-text): Simplify.
15519         (bibtex-string=): New helper function.
15520         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15521         (bibtex-map-entries): Use bibtex-string=.
15522         (bibtex-search-entry): Use not.
15523         (bibtex-enclosing-field): Fix docstring.
15524         (bibtex-assoc-regexp): Obsolete.
15525         (bibtex-format-entry): Use assoc-string and bibtex-string=.
15526         (bibtex-autokey-get-names): Handle empty name field.
15527         (bibtex-parse-strings): Use assoc-string and unless.
15528         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15529         Use assoc-string.
15530         (bibtex-pop): Simplify.
15531         (bibtex-mode): Set font-lock-extra-managed-props.
15532         (bibtex-entry-update): Use assoc-string.
15533         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15534         (bibtex-autofill-entry): Use bibtex-string=.
15535         (bibtex-print-help-message): Simplify.
15536         (bibtex-find-entry): New optional arg START.
15537         (bibtex-validate): Use bibtex-string= and assoc-string.
15538         Do not call obsolete function compilation-parse-errors.
15539         (bibtex-remove-delimiters): Only remove delimiters if present.
15540         (bibtex-copy-entry-as-kill): Add docstring.
15541         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
15542         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15543         (bibtex-complete): Use bibtex-predefined-month-strings,
15544         bibtex-string=, and new function bibtex-complete-key-cleanup.
15545         (bibtex-generate-url-list): New variable.
15546         (bibtex-url): New command bound to C-c C-l and mouse-2.
15547         (bibtex-url-map): New local keymap for bibtex-url-mouse.
15548         (bibtex-font-lock-url): New function.
15550 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15552         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15554 2004-09-09  Kim F. Storm  <storm@cua.dk>
15556         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15557         counter and format with binding.
15558         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
15559         the declared macro uses own macro counter and format.  Give symbol
15560         kmacro property.
15561         (kmacro-keymap): Bind kmacro-name-last-macro to n.
15562         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15563         (kmacro-end-and-call-macro): Doc fix.
15565 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
15567         * desktop.el (desktop-clear-preserve-buffers):
15568         Remove make-obsolete-variable.
15570 2004-09-08  Richard M. Stallman  <rms@gnu.org>
15572         * buff-menu.el (list-buffers-noselect): Call format-mode-line
15573         with the buffer as argument.
15575 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15577         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15579 2004-09-08  Juri Linkov  <juri@jurta.org>
15581         * replace.el (perform-replace): Use `query-replace-descr'.
15583         * cus-start.el (history-delete-duplicates): Specify customization.
15585         * diff-mode.el (diff-mode-map):
15586         * progmodes/compile.el (compilation-mode-map):
15587         * progmodes/grep.el (grep-mode-map):
15588         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15589         to `next-error-follow-minor-mode'.
15591 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15593         * isearch.el (isearch-lazy-highlight-update): Take into account
15594         the case of zero-length match at the search bound.
15596 2004-09-08  Kim F. Storm  <storm@cua.dk>
15598         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15599         change.  Use zero width overlays when necessary.
15601 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15603         * subr.el (split-string): Docfix.
15605 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15607         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15608         (display-call-tree): Ensure newline after caller/calls blocks.
15610 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15612         * startup.el (command-line-1): Make option
15613         --directory/-L modify `load-path' straight away.
15615 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15617         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15619 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15621         * emacs-lisp/autoload.el (make-autoload):
15622         Handle `define-compilation-mode'.
15624         * emacs-lisp/lisp-mode.el (define-compilation-mode):
15625         Specify `doc-string-elt' property.
15627 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15629         * bs.el (bs-mode): Doc fix.
15631 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15633         * info.el (Info-insert-dir): Fix temp buffer leak bug.
15635 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15637         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15639 2004-09-08  Kenichi Handa  <handa@m17n.org>
15641         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15642         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15643         ps-mule-next-point -> 1+).
15645         * composite.el (encode-composition-rule): Add autoload cookie.
15647 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
15649         * format.el (buffer-auto-save-file-format): Make it permanent local.
15651 2004-09-07  Kim F. Storm  <storm@cua.dk>
15653         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15654         (authors-fixed-entries): Fix typo.
15655         (authors-canonical-author-name): Compact multiple spaces.
15656         Ignore trivial names (e.g. only first name).
15658         * term.el (term-window-width): Only use full window width on
15659         window system if overflow-newline-into-fringe is enabled.
15660         (term-mode): Don't disable overflow-newline-into-fringe.
15662 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15664         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15665         motion as seen on my Mac OS X xterms.
15667         * newcomment.el (uncomment-region-default, comment-region-default):
15668         New functions extracted from uncomment-region and comment-region.
15669         (comment-region, comment-region-function, uncomment-region)
15670         (uncomment-region-function): Use them.
15672         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15674         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15675         It's not crucial but can make sense at times.
15677         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15678         the first commit.
15680         * vc.el (vc-buffer-context, vc-restore-buffer-context):
15681         Disable obsolete code.
15683 2004-09-07  Juri Linkov  <juri@jurta.org>
15685         * progmodes/grep.el (grep-highlight-matches): Change default from
15686         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
15687         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15688         if grep option `--color' is available, or to `nil' otherwise.
15689         (grep-process-setup): Call `grep-compute-defaults' if
15690         `grep-highlight-matches' is not computed.  Set env-vars only
15691         if `grep-highlight-matches' is `t'.
15692         (grep-use-null-device): Remove redundant type `boolean' (`choice'
15693         is already defined).
15695         * progmodes/compile.el (compilation-start): Use copy of
15696         `process-environment' created by `copy-sequence' to not
15697         modify env-vars in the global `process-environment'.
15699 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
15701         * simple.el (next-error-follow-minor-mode): Fix last change.
15703 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
15705         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15706         permanent local.
15708 2004-09-04  Richard M. Stallman  <rms@gnu.org>
15710         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15711         highlighting if the search string is empty.
15713 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
15715         * facemenu.el (facemenu-active-faces): Change condition of inner
15716         `while' loop to also check the first two elements of `face-atts'
15717         and `mask-atts'.
15719 2004-09-04  John Paul Wallington  <jpw@gnu.org>
15721         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15722         (thumbs-view-image-mode): Make buffer read-only.
15724 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
15726         * textmodes/ispell.el (ispell-really-aspell): New defvar.
15727         (ispell-check-version): Set it.
15728         (ispell-send-replacement): New function.
15729         (ispell-process-line): Call ispell-send-replacement.
15731 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15733         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15734         Support choosing seconds with "s".
15736 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
15738         * terminal.el (te-escape): Show `?' in prompt for help key.
15740 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
15742         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15744 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
15746         * simple.el (next-error-follow-minor-mode)
15747         (next-error-follow-mode-post-command-hook): New functions.
15748         (next-error-follow-last-line): New defvar.
15750         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15751         * progmodes/compile.el (compilation-mode-map): Likewise.
15752         * progmodes/grep.el (grep-mode-map): Likewise.
15753         * replace.el (occur-mode-map): Likewise.
15755         * newcomment.el (uncomment-region): Bind comment-use-global-state
15756         to nil.
15758 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
15760         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15761         locally around the call to `revert-buffer'.
15763 2004-09-03  Juri Linkov  <juri@jurta.org>
15765         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15766         `isearch-adjusted' to `t'.
15767         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15768         (isearch-message-prefix): Add "pending" for isearch-adjusted.
15769         (isearch-other-meta-char): Restore isearch-point unconditionally.
15770         (isearch-query-replace): Add new arg `regexp-flag' and use it.
15771         Set point to start of match if region is not active in transient
15772         mark mode (to include the current match to region boundaries).
15773         Push the search string to `query-replace-from-history-variable'.
15774         Add prompt "Query replace regexp" for isearch-regexp.
15775         Add region beginning/end as last arguments of `perform-replace.'
15776         (isearch-query-replace-regexp): Replace code by the call to
15777         `isearch-query-replace' with arg `t'.
15779 2004-09-03  Richard M. Stallman  <rms@gnu.org>
15781         * startup.el (normal-top-level): Undo previous TERM change.
15783 2004-09-03  Kim F. Storm  <storm@cua.dk>
15785         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15786         highlight overlays; allow using RET when cursor is over a button.
15787         (cua--highlight-rectangle): Use it.
15788         (cua--rectangle-set-corners): Don't move backwards at eol.
15789         (cua--forward-line): Don't move into void after eob.
15791         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15792         point is set (and displayed) inside rectangle.
15793         (cua--rectangle-operation): Fix for highlight of empty lines.
15794         (cua--highlight-rectangle): Fix highlight for tabs.
15795         Position cursor at left/right edge of rectangle using new `cursor'
15796         property on overlay strings.
15797         (cua--indent-rectangle): Don't tabify.
15798         (cua-rotate-rectangle): Ignore that point has moved.
15800 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15802         * term/mac-win.el: Add ASCII equivalents for some function keys.
15803         (mode-line-frame-identification): Sync with x-win.el.
15805 2004-09-02  Juri Linkov  <juri@jurta.org>
15807         * progmodes/compile.el (compilation-buffer-name): Compare major
15808         mode with second element of compilation-arguments instead of third
15809         to reflect latest changes in compilation-arguments structure.
15810         (recompile): Use global variable `compilation-directory' to get
15811         recent compilation directory only when `recompile' is invoked NOT
15812         in the compilation buffer.  Otherwise, use `default-directory' of
15813         the compilation buffer.
15814         (compilation-error-properties): Allow to funcall col and end-col.
15815         (compilation-mode-font-lock-keywords): Check col and end-col by
15816         `integerp'.
15817         (compilation-goto-locus): If end-mk is non-nil in transient mark
15818         mode don't activate the mark (and don't display message in
15819         push-mark), but highlight overlay between mk and end-mk.
15821         * progmodes/grep.el (grep-highlight-matches): New defcustom.
15822         (grep-regexp-alist): Add rule to highlight grep matches.
15823         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15825         * info.el (Info-fontify-node): Don't compute other-tag
15826         if Info-hide-note-references=hide.
15828         * help.el (function-called-at-point):
15829         * help-fns.el (variable-at-point):
15830         Try `find-tag-default' when other methods failed.
15832         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15833         Do not push mark if inhibit-mark-movement is non-nil.
15835         * textmodes/ispell.el (ispell-html-skip-alists):
15836         Fix backslashes in docstring.
15838 2004-09-01  Juri Linkov  <juri@jurta.org>
15840         * isearch.el (isearch-wrap-function)
15841         (isearch-push-state-function): New defvars.
15842         (isearch-pop-fun-state): New defsubst.
15843         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15844         (isearch-push-state): Set the result of calling
15845         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15846         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15847         restore the mode-specific starting point of terminated search.
15848         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15849         (isearch-repeat): Call `isearch-wrap-function' if defined.
15850         (isearch-message-prefix): Don't add prefix "over" to the message
15851         for wrapped search if `isearch-wrap-function' is defined.
15852         (isearch-search): Call function saved in `isearch-pop-fun-state' to
15853         restore the mode-specific starting point of failed search.
15855         * info.el (Info-search-whitespace-regexp): Fix backslashes.
15856         (Info-search): Add new optional arguments for the sake of isearch.
15857         Replace whitespace in Info-search-whitespace-regexp literally.
15858         Add backward search.  Don't call `Info-select-node' if regexp is
15859         found in the same Info node.  Don't add node to Info-history for
15860         wrapped isearch.
15861         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15862         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15863         (Info-mode): Set local variables `isearch-search-fun-function',
15864         `isearch-wrap-function', `isearch-push-state-function',
15865         `search-whitespace-regexp'.
15867         * isearch.el: Remove ancient Change Log section.
15868         (isearch-string, isearch-message-string, isearch-point)
15869         (isearch-success, isearch-forward-flag, isearch-other-end)
15870         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15871         (isearch-barrier, isearch-within-brackets)
15872         (isearch-case-fold-search): Add suffix `-state' to state-related
15873         defsubsts to avoid name clashes with other function names.
15875         * simple.el (next-error): New defgroup and defface.
15876         (next-error-highlight, next-error-highlight-no-select):
15877         New defcustoms.
15878         (next-error-no-select): Let-bind next-error-highlight to the value
15879         of next-error-highlight-no-select before calling `next-error'.
15881         * progmodes/compile.el (compilation-goto-locus):
15882         Use `next-error' face instead of `region'.  Set 4-th argument of
15883         `move-overlay' to `current-buffer' to move overlay to different
15884         source buffers.  Use new variable `next-error-highlight'.
15886         * simple.el (next-error-find-buffer): Move the rule
15887         "if current buffer is a next-error capable buffer" after the
15888         rule "if next-error-last-buffer is set to a live buffer".
15889         Simplify to test all rules in one `or'.
15890         (next-error): Doc fix.
15891         (next-error, previous-error, first-error)
15892         (next-error-no-select, previous-error-no-select):
15893         Make arguments optional.
15895 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
15897         * macros.el (apply-macro-to-region-lines): Make it operate on all
15898         lines that begin in the region, rather than on all complete lines
15899         in the region.
15901 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15903         * x-dnd.el (x-dnd-protocol-alist): Document update.
15904         (x-dnd-known-types): Defcustom it.
15905         (x-dnd-handle-motif): Print message-atom in error message.
15907 2004-08-30  John Paul Wallington  <jpw@gnu.org>
15909         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15910         strings rather than programatically constructing message.
15912 2004-08-30  Richard M. Stallman  <rms@gnu.org>
15914         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15915         Don't return a string that would read as the wrong character code.
15917 2004-08-29  Kim F. Storm  <storm@cua.dk>
15919         * emulation/cua-base.el (cua-auto-expand-rectangles):
15920         Remove automatic rectangle padding feature; replace by non-destructive
15921         virtual rectangle edges feature.
15922         (cua-virtual-rectangle-edges): New defcustom.
15923         (cua-auto-tabify-rectangles): New defcustom.
15924         (cua-paste): If paste into a marked rectangle, insert rectangle at
15925         current column, even if virtual; also paste exactly as many lines
15926         as has been marked (ignore additional lines or add empty lines),
15927         but paste whole source if only one line is marked.
15928         (cua--update-indications): No longer use overwrite-cursor to
15929         indicate rectangle padding
15931         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15932         (cua--rectangle-virtual-edges): New defun.
15933         (cua--rectangle-get-corners): Remove optional PAD arg.
15934         (cua--rectangle-set-corners): Never do padding.
15935         (cua--forward-line): Remove optional PAD arg.  Simplify.
15936         (cua-resize-rectangle-right, cua-resize-rectangle-left)
15937         (cua-resize-rectangle-down, cua-resize-rectangle-up):
15938         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15939         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15940         (cua--rectangle-move): Never do padding.  Simplify.
15941         (cua--tabify-start): New defun.
15942         (cua--rectangle-operation): Add tabify arg.  All callers changed.
15943         (cua--pad-rectangle): Remove.
15944         (cua--delete-rectangle): Handle delete with virtual edges.
15945         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15946         (cua--insert-rectangle): Handle insert at virtual column.
15947         Perform auto-tabify if necessary.
15948         (cua--activate-rectangle): Remove optional FORCE arg.
15949         Never do padding.  Simplify.
15950         (cua--highlight-rectangle): Enhance for virtual edges.
15951         (cua-toggle-rectangle-padding): Remove command.
15952         (cua-toggle-rectangle-virtual-edges): New command.
15953         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
15954         (cua--rectangle-post-command): Don't force rectangle padding.
15955         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15957 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
15959         * indent.el (edit-tab-stops-buffer): Doc fix.
15961 2004-08-28  Richard M. Stallman  <rms@gnu.org>
15963         * progmodes/grep.el (grep-default-command): Use find-tag-default.
15964         (grep-tag-default): Function deleted.
15966         * subr.el (find-tag-default): Move from etags.el.
15968         * progmodes/etags.el (find-tag-default): Move to subr.el.
15970         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15971         into the basic character if it has an uppercase form.
15973 2004-08-27  Kenichi Handa  <handa@m17n.org>
15975         * international/utf-8.el (utf-8-post-read-conversion): If the
15976         buffer is unibyte, temporarily make it multibyte.
15978 2004-08-27  Masatake YAMATO  <jet@gyve.org>
15980         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15982 2004-08-25  John Paul Wallington  <jpw@gnu.org>
15984         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15985         0, 1, and many mismatches in message.
15986         (tex-start-shell): Use `set-process-query-on-exit-flag'.
15988         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15989         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15991 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15993         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15994         vc-diff-switches differently.
15996 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
15998         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15999         before and a real defvar after
16000         `speedbar-supported-extension-expressions'.  This is to silence
16001         the compiler without breaking bootstrapping.
16003 2004-08-22  Richard M. Stallman  <rms@gnu.org>
16005         * textmodes/flyspell.el (flyspell-word):
16006         Use set-process-query-on-exit-flag.
16007         (flyspell-highlight-duplicate-region): Take POSS as arg.
16008         (flyspell-word): Pass POSS as arg.
16010         * progmodes/ada-xref.el: Many doc and style fixes.
16011         (ada-find-any-references): Use compilation-start.
16012         (ada-get-ali-file-name): Improve error msg.
16013         (ada-get-ada-file-name): Likewise.
16015         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
16016         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
16018         * mail/mail-extr.el (mail-extr-all-top-level-domains):
16019         Add forward defvar.
16021         * whitespace.el (global-whitespace-mode): New alias
16022         for whitespace-global-mode.
16024         * speedbar.el (speedbar-file-regexp): Move definition up.
16025         (speedbar-mode, speedbar-set-mode-line-format):
16026         Use with-no-warnings.
16027         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
16029         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
16030         controls whether to display the error buffer.
16032         * ps-mule.el: Delete compatibility code for old Emacsen.
16033         (ps-mule-find-wrappoint): Don't use chars-in-region.
16035         * frame.el (display-mouse-p, display-selections-p):
16036         Use with-no-warnings.
16038         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
16040 2004-08-22  David Kastrup  <dak@gnu.org>
16042         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
16043         information.
16045         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
16047 2004-08-22  Andreas Schwab  <schwab@suse.de>
16049         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
16051 2004-08-22  Masatake YAMATO  <jet@gyve.org>
16053         * cvs-status.el (cvs-status-checkout): New function.
16054         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
16056 2004-08-21  David Kastrup  <dak@gnu.org>
16058         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
16059         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
16060         has been converted to use hashtables, the relation `nil=none' is
16061         no longer valid, as `nil' is not a hashtable.  This patch tries to
16062         reduce the number of resulting errors.
16064 2004-08-21  John Paul Wallington  <jpw@gnu.org>
16066         * subr.el (process-kill-without-query): Made obsolete in
16067         version 21.4, not 21.5.
16069         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
16070         (vc-previous-comment, vc-next-comment)
16071         (vc-comment-search-reverse, vc-comment-search-forward)
16072         (vc-comment-to-change-log): Likewise.
16074         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
16076 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
16078         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16079         Correct indentation of DEFMETHODS with non-standard method
16080         combinations (e.g., PROGN, MIN, MAX).
16082 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16084         * startup.el (normal-top-level-add-subdirs-to-load-path):
16085         Avoid unnecessarily checking system-type.
16086         (normal-top-level): Set TERM to "dumb".  Simplify.
16088         * avoid.el (mouse-avoidance-ignore-p): New fun.
16089         Also ignore switch-frame, select-window, double, and triple clicks.
16090         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
16091         (mouse-avoidance-fancy-hook): Use it.
16093 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
16095         * avoid.el (mouse-avoidance-nudge-mouse)
16096         (mouse-avoidance-banish-destination): Stay within the current window
16097         to avoid problems with mouse-autoselect-window.
16099 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16101         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
16102         the newer format of some messages in cvs-1.12.1.
16104 2004-08-19  Masatake YAMATO  <jet@gyve.org>
16106         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
16107         (elp-results-jump-to-definition-by-mouse)
16108         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
16109         (elp-output-result): Use elp-output-insert-symname.
16111 2004-08-18  Kenichi Handa  <handa@m17n.org>
16113         * language/cyrillic.el: Register koi8-r in
16114         ctext-non-standard-encodings-alist.
16115         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
16117 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
16119         * emacs-lisp/copyright.el (copyright-update-year): Delete code
16120         that replaces 20xy with xy.
16122 2004-08-17  John Paul Wallington  <jpw@gnu.org>
16124         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
16125         (reb-force-update): Doc fix.
16127 2004-08-16  Richard M. Stallman  <rms@gnu.org>
16129         * progmodes/which-func.el (which-func-update-1): Doc fix.
16131         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
16132         (sh-mode-abbrev-table): New variable.
16134         * progmodes/compile.el (compilation-mode): Doc fix.
16136         * emacs-lisp/lisp-mode.el (eval-last-sexp):
16137         Don't cons a new symbol each time.
16138         (eval-last-sexp-fake-value): New variable.
16140         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
16141         (copyright-update-year): Detect continuation of list of years.
16143         * term.el (term-default-fg-color, term-default-bg-color)
16144         (ansi-term-color-vector): Use `unspecified', not nil, as default.
16146         * imenu.el: Several doc fixes: don't say variables are buffer-local.
16148 2004-08-16  Davis Herring  <herring@lanl.gov>
16150         * isearch.el (isearch-string, isearch-message-string, isearch-point)
16151         (isearch-success, isearch-forward-flag, isearch-other-end)
16152         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16153         (isearch-barrier, isearch-within-brackets)
16154         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
16156 2004-08-16  Kenichi Handa  <handa@m17n.org>
16158         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
16160 2004-08-15  Kenichi Handa  <handa@m17n.org>
16162         * term/x-win.el (x-selection-value): If utf8 was successful but
16163         ctext was not, use utf8 string.
16165 2004-08-14  Davis Herring  <herring@lanl.gov>
16167         * isearch.el: Remove accidental changes of March 4.  Fix backing
16168         up when a regexp isearch is made more general.  Use symbolic
16169         accessor functions for isearch stack frames to make usage clearer.
16170         (search-whitespace-regexp): Made groups in documentation shy (as
16171         is the group in the default value).
16172         (isearch-fallback): New function, addresses problems with regexps
16173         liberalized by `\|', adds support for liberalization by `\}' (the
16174         general repetition construct), and incorporates behavior for
16175         `*'/`?'.
16176         (isearch-}-char): New command, calls `isearch-fallback' with
16177         arguments appropriate to a typed `}'.
16178         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
16179         appropriately.
16180         (isearch-mode-map): Bind `}' to `isearch-}-char'.
16181         (isearch-string, isearch-message,string, isearch-point)
16182         (isearch-success, isearch-forward-flag, isearch-other-end)
16183         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16184         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
16185         New inline functions to read fields of a stack frame.
16187 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
16189         * battery.el (battery-linux-proc-acpi): Look into battery
16190         directories matching the literal string "CMB", too (required for
16191         Linux kernel version 2.6.7).
16193 2004-08-14  John Paul Wallington  <jpw@gnu.org>
16195         * cus-start.el (read-file-name-completion-ignore-case): Add.
16196         (blink-cursor-alist): Change version to "21.4".
16198         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
16200 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
16202         * speedbar.el (speedbar-scan-subdirs): New option.
16203         (speedbar-file-lists): Don't ignore file-name case on Unix and use
16204         dolist.
16205         (speedbar-insert-files-at-point): Take an extra argument and use
16206         it to optionally find out if a subdir is empty.  Also unreadable
16207         files don't get expand buttons.
16208         (speedbar-directory): New image (unused pixmap already existed).
16209         (speedbar-expand-image-button-alist): Use it.
16211 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
16213         CC Mode update to 5.30.9:
16215         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
16216         Move from cc-vars to cc-defs for dependency reasons.  Fix the
16217         POSIX char class test to check that it works in
16218         `skip-chars-(forward|backward)' too.
16220         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16221         first argument starts with a special brace list.
16223         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
16224         when `c-opt-type-concat-key' is used (i.e. in Pike).
16226         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
16227         Fix bug when the inner char pair doesn't have paren syntax,
16228         i.e. "(<>)".
16230         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16231         whitespace safe.
16233         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
16234         position for `arglist-intro', `arglist-cont-nonempty' and
16235         `arglist-close' when there are two arglist open parens on the same
16236         line and there's nothing in front of the first.
16238         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16239         locking of qualified names in Java, which previously could fontify
16240         common indexing expressions in many cases.  The standard Java
16241         naming conventions are used to tell them apart.
16243         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16244         Fix inconsistency wrt opening parens on the first line inside a paren
16245         block.
16247         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16248         compile time for the sake of `c-major-mode-is'.
16250         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16251         `c-major-mode-is' in the event that this is used inside a
16252         `c-lang-defconst'.
16254         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16255         `c-lang-defconst' so that it works better with fallback languages.
16257         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16258         it to fail to record the base mode.
16260         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16261         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16262         is used.  Reorder the syntax checks to get more efficient
16263         skipping in some situations.
16265         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16266         continuation which might precede the newly inserted '{'.
16268         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16269         Fix cases where it could loop indefinitely.
16271         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16272         size specs correctly.  Only fontify identifiers in front of '('
16273         with as functions - don't accept any paren char.  Tighten up
16274         initializer skipping to stop before function and class blocks.
16276         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16277         the point could be left directly after an open paren when finding
16278         the beginning of the first decl in the block.
16280         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16281         table when filtering out legitimate open parens to be recorded.
16282         This could cause cache inconsistencies when e.g.
16283         `c++-template-syntax-table' was temporarily in use.
16285         * progmodes/cc-engine.el (c-on-identifier)
16286         (c-simple-skip-symbol-backward): Small fix for handling "-"
16287         correctly in `skip-chars-backward'.  Affected the operator lfun
16288         syntax in Pike.
16290         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16291         Fix bug that could cause an error from `after-change-functions' when
16292         the changed region is at bob.
16294 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
16296         CC Mode update to 5.30.9:
16298         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16299         to say that <TAB> doesn't insert WS into a CPP line.
16300         (c-indent-command, c-tab-always-indent): Amend doc strings.
16302         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16303         checks for user errors, thus eliminating cryptic and unhelpful
16304         Emacs error messages.  (1) Check the arg to `c-set-style' is a
16305         string.  (2) Check that settings to `c-offsets-alist' are not
16306         spuriously quoted.
16308         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16309         which precedes the newly inserted `{'.
16311 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
16313         Sync with Tramp 2.0.44.
16315         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16316         function "tramp_file_attributes".  Otherwise, file names
16317         containing spaces are misinterpreted.  Reported by Magnus Henoch
16318         <mange@freemail.hu>.
16319         (tramp-handle-file-truename): FILENAME must be expanded first.
16320         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16321         obscure results.  Reported by D. Goel <deego@gnufans.org>.
16322         (tramp-handle-verify-visited-file-modtime): If file does not
16323         exist, say it is not modified if and only if that agrees with the
16324         buffer's record.  Check whether a file is visiting the buffer, or
16325         the buffer has no recorded last modification time.  Return t in
16326         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
16327         <teirllm@auburn.edu>.
16328         (tramp-handle-write-region): Pass modtime explicitly to
16329         `set-visited-file-modtime', because filename can be different
16330         from (buffer-file-name) if `file-precious-flag' is set.
16331         `set-visited-file-modtime' must be called always when `visit' is t
16332         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16333         (tramp-handle-set-visited-file-modtime): If `time-list' is not
16334         nil, don't apply the whole body.  If the file doesn't exists, set
16335         modtime to '(-1 65535).  Suggested by Luc Teirlinck
16336         <teirllm@auburn.edu>.
16338 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16340         * help.el (describe-bindings): Doc fix.
16342         * subr.el (kbd): Doc fix.
16344 2004-08-08  John Paul Wallington  <jpw@gnu.org>
16346         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16347         instead of `string-to-int'.
16348         (define-ibuffer-column mode): Fix indentation.
16350 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
16352         * wid-edit.el (widget-sexp-validate): Allow whitespace after
16353         expression.
16355 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16357         * subr.el (global-unset-key, local-unset-key): Doc fixes.
16359         * novice.el (disabled-command-function): New variable renamed from
16360         `disabled-command-hook'.
16361         (disabled-command-hook): Keep the _variable_ as alias for
16362         `disabled-command-function' and make obsolete.
16363         (disabled-command-function): Function renamed from
16364         `disabled-command-hook'.  Adapt code to name change of the variable.
16366 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
16368         * simple.el (completion-root-regexp): New defvar.
16369         (completion-setup-function): Use it instead of a literal string.
16371 2004-08-07  John Paul Wallington  <jpw@gnu.org>
16373         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16374         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16375         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16376         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16378 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16380         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16381         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16383 2004-08-04  Kenichi Handa  <handa@m17n.org>
16385         * international/encoded-kb.el (encoded-kbd-setup-keymap):
16386         Fix previous change.
16388 2004-08-03  Kenichi Handa  <handa@m17n.org>
16390         * international/encoded-kb.el: The following changes are to
16391         utilize key-translation-map instead of minor mode map.
16392         (encoded-kbd-iso2022-non-ascii-map): Delete it.
16393         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16394         (encoded-kbd-last-key): New function.
16395         (encoded-kbd-iso2022-single-shift): New function.
16396         (encoded-kbd-iso2022-designation)
16397         (encoded-kbd-self-insert-iso2022-7bit)
16398         (encoded-kbd-self-insert-iso2022-8bit)
16399         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16400         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16401         key-translation-map.
16402         (encoded-kbd-setup-keymap): Setup key-translation-map.
16403         (saved-key-translation-map): New variable.
16404         (encoded-kbd-mode): Save/restore key-translation-map.
16405         Adjust for the change of encoded-kbd-setup-keymap.
16407 2004-08-02  Kim F. Storm  <storm@cua.dk>
16409         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16410         and call compute-motion with nil for topos and width to get proper
16411         usable width and height for both window and non-window systems.
16413         * windmove.el (windmove-coordinates-of-position): Let compute-motion
16414         calculate usable window width and height.
16416         * window.el (window-buffer-height): Call compute-motion with nil width.
16418 2004-08-01  David Kastrup  <dak@gnu.org>
16420         * replace.el (query-replace-read-from):
16421         Use `query-replace-compile-replacement'.
16422         (query-replace-compile-replacement): New function.
16423         (query-replace-read-to): Use `query-replace-compile-replacement'
16424         for repeating the last command.
16426 2004-08-01  John Paul Wallington  <jpw@gnu.org>
16428         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16429         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16430         (pr-switches): Remove period from end of error messages.
16432         * help-mode.el (help-go-back): Likewise.
16434         * abbrev.el (only-global-abbrevs): Doc fix.
16435         (edit-abbrevs-map): Define within defvar.
16436         (quietly-read-abbrev-file): Doc fix.
16438 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
16440         * novice.el (enable-command, disable-command): Doc fixes.
16442         * subr.el (event-modifiers, event-basic-type): Doc fixes.
16444 2004-07-30  Richard M. Stallman  <rms@gnu.org>
16446         * subr.el (with-local-quit): Doc fix.
16448 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
16450         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16452 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
16454         * custom.el (defcustom): Doc fix.
16456 2004-07-28  Masatake YAMATO  <jet@gyve.org>
16458         * progmodes/etags.el (etags-tags-apropos): Show building progress.
16460 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16462         * imenu.el (imenu-prev-index-position-function)
16463         (imenu-extract-index-name-function, imenu-name-lookup-function)
16464         (imenu--index-alist): Docstring redundancy fix.
16466 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
16468         * wdired.el (wdired-finish-edit): Require dired-aux before locally
16469         binding dired-backup-overwrite.
16471 2004-07-25  John Paul Wallington  <jpw@gnu.org>
16473         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16475 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
16477         * term/tty-colors.el (tty-color-approximate): Doc fix.
16479         * select.el (x-get-selection, x-set-selection): Doc fixes.
16481         * frame.el (make-frame): Doc fix.
16483 2004-07-24  Richard M. Stallman  <rms@gnu.org>
16485         * mail/rmail.el (rmail-mime-charset-pattern):
16486         Don't include semicolon in the charset value.
16488         * replace.el (occur-next-error): Call set-window-point.
16489         (occur-engine): Handle negative NLINES.
16491 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
16493         * frame.el (modify-all-frames-parameters): Minor doc fix.
16494         (set-frame-configuration): Doc fix.
16496 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16498         * simple.el (completion-setup-function): Compute the common parts
16499         and the first difference place correctly when
16500         partial-completion-mode is on.
16502 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16504         * ps-print.el: Doc fix.
16505         (ps-print-version): New version 6.6.5.
16506         (ps-printing-region): Doc fix.
16507         (ps-generate-string-list): Comment fix.
16508         (ps-message-log-max): Code fix.
16510 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16512         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16513         generated PostScript.
16515 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
16517         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
16518         with Gnus v5_10 branch.)
16520 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16522         * calendar/time-date.el (time-to-number-of-days): New function.
16523         Imported from Gnus.
16525 2004-07-22  Kim F. Storm  <storm@cua.dk>
16527         * progmodes/make-mode.el: Fix comments.
16529 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16531         * printing.el: Doc fix.
16533 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
16535         * frame.el (modify-all-frames-parameters): Minor doc fix.
16537 2004-07-20  Richard M. Stallman  <rms@gnu.org>
16539         * textmodes/fill.el (fill-nobreak-p): If this break point is
16540         at the end of the line, don't consider the newline which follows
16541         as a reason to return t.
16543 2004-07-19  John Paul Wallington  <jpw@gnu.org>
16545         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16547 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
16549         * dired-aux.el (dired-do-kill-lines): Expand docstring.
16550         Delete irrelevant code.
16552 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16554         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16555         New docstring.  From Luc Teirlinck.
16557 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
16559         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16560         section.
16561         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16562         non-file buffers.  We know it is nil.
16564 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16566         Sync with Tramp 2.0.43.
16568         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16569         Remove outdated comment.
16570         (tramp-locked, tramp-locker): New variables for implementing a
16571         global lock.
16572         (tramp-sh-file-name-handler): Use them to implement the global lock.
16574 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
16576         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
16577         calls to respective `xxx` calls.
16578         (tramp-process-alive-regexp): Precise doc string.
16579         (tramp-multi-action-process-alive): New defun.
16580         (tramp-multi-actions): Use it.
16581         (tramp-handle-find-backup-file-name): `copy-tree' is available
16582         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
16583         in order to avoid this function.
16584         (tramp-handle-write-region): Set current buffer.  If connection
16585         wasn't open, `file-modes' has changed it accidentally.  Reported by
16586         David Kastrup <dak@gnu.org>.
16587         (tramp-enter-password, tramp-read-passwd): New arguments USER and
16588         HOST.
16589         (tramp-action-password, tramp-multi-action-password): Apply it.
16590         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16591         name must still contain the port number.  Otherwise, we have two
16592         Tramp buffers, with all the confusion.  Reported by Myron Selby
16593         <myron@xytech.com> and Rolf Dubitzky
16594         <Dubitzky@physi.uni-heidelberg.de>.
16596         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16597         HOST to `tramp-enter-passwd'.
16599         * net/tramp-vc.el (all): Code cleanup.  Change all
16600         `tramp-handle-xxx' calls to respective `xxx` calls.
16602 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
16604         * emacs-lisp/testcover.el: New category "potentially-1valued" for
16605         functions that are not erroneous if either 1-valued or
16606         multi-valued.  Detect functions in this class.
16607         (testcover-1value-functions, testcover-compose-functions)
16608         (testcover-progn-functions) Add some additional functions to lists.
16609         (testcover-mark): Bugfix when marking up the definition for an
16610         empty function.
16612 2004-07-17  Richard M. Stallman  <rms@gnu.org>
16614         * replace.el (occur-read-primary-args): Pass default to
16615         read-from-minibuffer.
16617         * mail/footnote.el (footnote-section-tag): Use defcustom.
16619         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16620         Compile font-lock-keywords, not KEYWORDS.
16621         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16622         Add warn, check-type.  Handle cerror like error.
16624 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
16626         * progmodes/which-func.el (which-func-keymap): New var.
16627         (which-func-face): New face.
16628         (which-func-format): Use them.
16630 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16632         * buff-menu.el (list-buffers-noselect): Append the buffer's
16633         process status to its mode name.
16635 2004-07-16  Kim F. Storm  <storm@cua.dk>
16637         * simple.el (inhibit-mark-movement): New defvar.
16638         (beginning-of-buffer, end-of-buffer): Do not push mark if
16639         inhibit-mark-movement is non-nil or C-u prefix is given.
16641         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16642         Init to beginning-of-buffer and end-of-buffer.
16643         (cua--undo-push-mark): New defvar.
16644         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16645         already active and command is in cua--preserve-mark-commands.
16646         Also fix check for shift modifier on non-window systems.
16647         (cua--post-command-handler): Clear inhibit-mark-movement if set.
16649 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
16651         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16652         of two integers, instead of a cons.
16654         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16655         `visited-file-modtime' now returns a list of two integers, instead
16656         of a cons.
16658         * dired.el (dired-directory-changed-p): Ditto.
16660         * progmodes/grep.el (grep): Doc fix.
16662 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
16664         * autorevert.el (auto-revert-tail-mode)
16665         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16666         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16667         in both at the same time.
16668         (auto-revert-tail-mode): New command.
16669         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16670         (auto-revert-handler): Revert only either tail or whole file.
16672         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16673         add auto-revert-tail-mode.
16675 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16677         * printing.el: Doc fix.  Change name of some funs.
16678         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
16679         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
16680         (pr-standard-file-name): New fun.  Replace pr-standard-path.
16681         (pr-call-process): Code fix.
16683 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
16685         * subr.el (with-selected-window): Doc fix.
16687 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
16689         * subr.el (get-buffer-window-list): Doc fix.
16691 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
16693         * files.el (switch-to-buffer-other-window): Doc fix.
16695         * window.el (save-selected-window, one-window-p)
16696         (split-window-keep-point, split-window-vertically)
16697         (split-window-horizontally): Doc fixes.
16699 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16701         * printing.el: Doc fix.  Now it uses call-process instead of
16702         shell-command for low command execution.
16703         (pr-version): New version number (6.8).
16704         (pr-shell-file-name): Option removed.
16705         (pr-shell-command): Fun removed.
16706         (pr-call-process): New fun.  Replace pr-shell-command.
16707         (pr-standard-path, pr-remove-nil-from-list): New funs.
16708         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16709         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16710         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16711         (pr-ps-utility-process, pr-txt-print): Code fix.
16713 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16715         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16716         boolean.
16718 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
16720         * wid-edit.el (widget-field-buffer): Doc fix.
16722 2004-07-09  John Paul Wallington  <jpw@gnu.org>
16724         * emacs-lisp/re-builder.el (reb-update-overlays):
16725         Distinguish between one and several matches in message.
16727 2004-07-09  Richard M. Stallman  <rms@gnu.org>
16729         * mouse.el (mouse-set-region-1): If transient-mark-mode
16730         is `identity', change it to `only'.
16732         * simple.el (current-word): Doc fix.
16734 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
16736         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16737         so that it is more understanding of whitespace.
16739         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16740         (("ns" . "element") (attr-list) children) instead of
16741         ((:ns . "element") (attr-list) children) in order to reduce the
16742         number of symbols used.
16743         (xml-skip-dtd): Change to use xml-parse-dtd but set
16744         xml-validating-parsing to nil.
16745         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16746         (xml-substitute-entity): Remove in favor of new entity substitution.
16747         (xml-substitute-special): Rewrite in to substitute complex
16748         entities from DOCTYPE declarations.
16749         (xml-parse-fragment): Parse fragments from entity declarations.
16750         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16751         (xml-parse-dtd, xml-substitute-special): Make validity checks
16752         conditioned on xml-validating-parser.  Add "Not Well Formed" to
16753         error messages about well-formedness.
16755 2004-07-08  Steven Tamm  <steventamm@mac.com>
16757         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16758         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16759         Do not treat double clicks and triple clicks specially in the
16760         scroll bar (preventing strange repositioning problems)
16762 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16764         * replace.el (query-replace-regexp-eval): Fix last change.
16766 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16768         * replace.el (query-replace-descr): New fun.
16769         (query-replace-read-from, query-replace-read-args): Default to the
16770         previous from&to.
16771         (query-replace-read-to): Quote the `from' string when displaying it.
16772         (query-replace-regexp-eval): Immediately check read-only status.
16773         Use query-replace-read-from to get the \n checking.
16774         Quote the `from' string when displaying it.
16775         (map-query-replace-regexp, occur-read-primary-args):
16776         Quote the `from' string when displaying it.
16778         * isearch.el (isearch-query-replace): Pass the regexp-ness and
16779         delimited-ness of the search to query-replace.
16781         * replace.el (query-replace-read-from, query-replace-read-to):
16782         New funs extracted from query-replace-read-args.
16783         (query-replace-read-args): Use them.
16785         * replace.el (query-replace-interactive, query-replace-read-args):
16786         Remove the `initial' special value.
16787         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16788         (occur-engine): Remove unused var `matchend'.
16790         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16791         Use the search string without prompting.
16793 2004-07-05  Kenichi Handa  <handa@m17n.org>
16795         * international/mule.el (decode-coding-inserted-region):
16796         Set last-coding-system-used only when coding is nil.
16798 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
16800         * progmodes/grep.el (grep-compute-defaults, grep-command)
16801         (grep-program, find-program, grep-find-use-xargs, grep-history)
16802         (grep-find-history, grep-tag-default, grep-find-command)
16803         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16804         Add autoload cookies, for unbundled packages that load `compile'
16805         and expect all grep-related symbols to become defined.
16807 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
16809         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16810         (iimage-mode-image-search-path): New user option to search the
16811         image file.
16812         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
16813         have locate-file.
16814         (iimage-mode-buffer): Use it.
16816 2004-07-03  Nick Roberts  <nickrob@gnu.org>
16818         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16819         carefully.
16820         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16822 2004-07-03  Juri Linkov  <juri@jurta.org>
16824         * replace.el (query-replace-read-args): Swallow space after 'foo,
16825         not after (quote foo).  Match space only immediately after symbol,
16826         not anywhere in the whole string.
16828 2004-07-02  Richard M. Stallman  <rms@gnu.org>
16830         * replace.el (query-replace-read-args): Swallow space after
16831         symbols, not after closeparens.  But avoid error if string ends there.
16833         * progmodes/python.el (python-beginning-of-statement):
16834         Exit the loop if backward-up-list gets error.
16836         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16838 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
16840         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16841         only if vc-consult-headers is non-nil.
16843 2004-07-02  Juri Linkov  <juri@jurta.org>
16845         * pcvs.el (cvs-mode-diff-repository): New command.
16847         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16849 2004-07-01  Juri Linkov  <juri@jurta.org>
16851         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16852         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
16853         C-M-% to isearch-query-replace-regexp.
16854         (minibuffer-local-isearch-map): Add arrow key bindings.
16855         Bind C-f to isearch-yank-char-in-minibuffer.
16856         (isearch-forward): Doc fix.
16857         (isearch-edit-string): Doc fix.
16858         (isearch-query-replace, isearch-query-replace-regexp): New funs.
16859         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
16860         (isearch-yank-char): Add optional arg.
16861         (isearch-yank-char-in-minibuffer): New fun.
16863         * replace.el (query-replace-interactive): Change type from boolean
16864         to choice.  Add value `initial'.
16865         (query-replace-read-args): Handle value `initial' of
16866         query-replace-interactive.
16868 2004-06-29  Kim F. Storm  <storm@cua.dk>
16870         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16871         (breakpoint-disabled-bitmap-face): Add :group 'gud.
16873         * progmodes/ada-xref.el (ada-tight-gvd-integration):
16874         Add :group 'ada.
16876         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16878 2004-06-29  Juri Linkov  <juri@jurta.org>
16880         * replace.el (query-replace-read-args): Swallow a space after
16881         everything except )]" which in most cases means after a symbol.
16883         * emacs-lisp/pp.el (pp-buffer): Add autoload.
16885 2004-06-28  Richard M. Stallman  <rms@gnu.org>
16887         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16888         More changes to go with previous change in font-lock.el.
16890 2004-06-26  David Kastrup  <dak@gnu.org>
16892         * replace.el (perform-replace): Highlight the match even in
16893         non-query mode if there is potential replace string editing.
16895 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
16897         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16898         agree with new return value of `file-remote-p'.
16899         This syncs with Tramp 2.0.42.
16901         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16902         according to new documentation of `file-remote-p'.
16904         * files.el (file-remote-p): Fix doc to say that return value is
16905         identification of remote system, if not nil.
16906         (file-relative-name): Use new return value of `file-remote-p'.
16908 2004-06-26  Nick Roberts  <nickrob@gnu.org>
16910         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16911         (gdb-goto-breakpoint): Fix breakage.
16913 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
16915         * man.el (Man-getpage-in-background): Add windows-nt to the list
16916         of systems where shell-file-name should be used instead of
16917         literal "sh".
16919 2004-06-25  Sam Steingold  <sds@gnu.org>
16921         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16922         function names `(setf symbol)'.
16924 2004-06-24  Richard M. Stallman  <rms@gnu.org>
16926         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16928         * font-lock.el (font-lock-keywords): Change format of compiled values.
16929         Document it.
16930         (font-lock-add-keywords): If font-lock-keywords is compiled,
16931         extract the uncompiled version, modify, then recompile.
16932         (font-lock-remove-keywords): Likewise.
16933         (font-lock-fontify-keywords-region): Handle changed format.
16934         (font-lock-compile-keywords): Handle changed format.
16935         (font-lock-set-defaults): Compile the keywords explicitly here.
16937 2004-06-24  David Kastrup  <dak@gnu.org>
16939         * replace.el (query-replace-read-args): Implement `\,' and `\#'
16940         replacements here.
16941         (query-replace-regexp): Doc string explaining this and the new
16942         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
16943         is better placed in `query-replace-read-args'.
16944         (replace-regexp): Explain `\,', `\#' and `\?'.
16945         (replace-match-data): New function for thorough reuse/destruction
16946         of old match-data.
16947         (replace-match-maybe-edit): Function for implementing `\?' editing.
16948         (perform-replace): Fix maintaining of the match stack including
16949         already matched regions, implement `\?', fix various problems
16950         with regions while editing and other stuff.
16951         (replace-highlight): Simplify.
16953 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
16955         * progmodes/grep.el (grep-error-screen-columns): New variable.
16956         (grep-regexp-alist): Give it the full functionality of gnu style
16957         compilation messages with line and column ranges.  Ask me for the
16958         perl script I'm working on, that uses these.
16960 2004-06-23  Nick Roberts  <nickrob@gnu.org>
16962         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16963         Remove.
16964         (comint-insert-input, comint-mouse-insert-input): New functions
16965         based on comint-insert-clicked-input for two bindings but just
16966         one functionality.
16968 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
16970         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16972 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
16974         * files.el (write-contents-functions): Doc fix.
16976 2004-06-21  Juanma Barranquero  <lektu@terra.es>
16978         * image.el (image-library-alist): Rewrite docstring in active voice.
16980 2004-06-20  Richard M. Stallman  <rms@gnu.org>
16982         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16984         * isearch.el (isearch-repeat): Avoid testing old match data.
16985         (isearch-message): Display trailing space in special font
16986         when search is failing.
16987         (isearch-search-fun-function): Doc fix.
16989         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16991 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
16993         * frame.el (show-trailing-whitespace): Doc fix.
16995         * cus-edit.el (custom-variable-documentation): New function.
16996         (custom-variable): Use it.
16998 2004-06-19  Nick Roberts  <nickrob@gnu.org>
17000         * man.el (Man-getpage-in-background): Revert previous change but
17001         make cygwin a special case.
17003 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
17005         * autorevert.el (global-auto-revert-non-file-buffers):
17006         Update docstring.
17008 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
17010         * progmodes/compile.el (compilation-error-properties): Store one
17011         more than end-col, if present, so that transient-mark-mode will
17012         highlight last char too.
17013         * progmodes/grep.el (grep-regexp-alist): Match columns and column
17014         ranges, if present.
17016 2004-06-18  Jason Rumney  <jasonr@gnu.org>
17018         * makefile.w32-in: Double percent signs in for loops.
17020 2004-06-17  David Kastrup  <dak@gnu.org>
17022         * replace.el (query-replace-read-args): Only warn about use of \n
17023         and \t when we are doing a regexp replacement and the actual
17024         escaped character is n or t.
17025         (query-replace-regexp): Add \, and \# interpretation to
17026         interactive call and document it.
17027         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
17028         as shortkey for replace-count.
17029         (replace-quote): New function for doubling backslashes.
17031 2004-06-17  Juanma Barranquero  <lektu@terra.es>
17033         * files.el (parse-colon-path, cd): Mention in docstring that the
17034         path separator is colon in GNU-like systems.
17036         * newcomment.el (comment-region-internal): Fix docstring.
17038         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
17039         (ewoc-invalidate, ewoc-collect): Doc fixes.
17040         (ewoc--create-node, ewoc--delete-node-internal):
17041         Fix typos in docstring.
17043 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
17045         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
17046         manual to docstring.
17048 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17050         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
17052 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
17054         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17055         Add hyperlink to emacs-xtra manual to docstring.
17057         * autorevert.el (global-auto-revert-non-file-buffers):
17058         Add hyperlink to emacs-xtra manual to docstring, as well as an
17059         info-link.
17061 2004-06-14  Juanma Barranquero  <lektu@terra.es>
17063         * image.el (image-library-alist): New variable to map image types
17064         to external libraries.  Initialized to nil, unless system-specific
17065         configs change it.
17066         (image-type-available-p): Determine whether an image type is
17067         available by calling `init-image-library'.
17069         * term/w32-win.el (image-library-alist): Initialize to a known set
17070         of probable library names.
17072 2004-06-14  Kenichi Handa  <handa@m17n.org>
17074         * international/code-pages.el (windows-1256, cp1125): Fix tables
17075         for several characters.
17077         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
17079 2004-06-13  Richard M. Stallman  <rms@gnu.org>
17081         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
17083         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
17084         not "`pc-selection-mode'".
17086         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
17088         * simple.el (previous-matching-history-element): Specify a default.
17090         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
17092         * cus-face.el (custom-declare-face): Simplify code.
17094         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
17096 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
17098         * files.el (before-save-hook): Add `time-stamp' to the options.
17100         * time-stamp.el (time-stamp): Recommend adding it to
17101         `before-save-hook', rather than `write-file-functions'.
17102         Make a similar change in `Commentary' section.
17104 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17106         * diff-mode.el (diff-current-defun): If at start of hunk, use
17107         position of first change.
17109 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
17111         * dired-x.el (dired-mark-omitted): Bind to "*O".
17113 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
17115         * bookmark.el (bookmark-bmenu-relocate): New function, as
17116         suggested by David J. Biesack <David.Biesack@sas.com>.
17117         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
17118         (bookmark-bmenu-mode): Describe binding in doc string.
17119         (bookmark-set-filename): Save the bookmark list if it's time.
17121 2004-06-13  Kenichi Handa  <handa@m17n.org>
17123         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
17124         (ccl-untranslated-to-ucs): Fix typo.
17126 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
17128         * progmodes/python.el (python-open-block-statement-p):
17129         Fix indentation after a block opening that contains a comment.
17131 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
17133         * bindings.el (completion-ignored-extensions): Add file extensions
17134         of Python byte-compiled files.
17136 2004-06-12  Juri Linkov  <juri@jurta.org>
17138         * info.el (Info-goto-node): Add autoload.
17139         (Info-toc): Add substring-no-properties on Info file name.
17140         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
17141         (Info-mode-map): Bind L to Info-history, T to Info-toc.
17143 2004-06-12  Kenichi Handa  <handa@m17n.org>
17145         * international/mule-cmds.el (set-language-environment):
17146         Load subst tables if necessary.
17148         * international/mule.el (decode-char): Load subst tables if necessary.
17149         (encode-char): Likewise.
17151         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
17152         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
17153         (utf-16le-decode-loop): Set r5 to -1 before loop.
17154         (utf-16be-decode-loop): Likewise.
17155         (ccl-decode-mule-utf-16le): Add EOF processing block.
17156         (ccl-decode-mule-utf-16be): Likewise.
17157         (ccl-decode-mule-utf-16le-with-signature): Likewise.
17158         (ccl-decode-mule-utf-16be-with-signature): Likewise.
17159         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
17160         (ccl-mule-utf-16-encode-untrans): New CCL.
17161         (utf-16-decode-to-ucs): Handle pre-read character.
17162         (utf-16le-encode-loop): Handle surrogate pair.
17163         (utf-16be-encode-loop): Likewise.
17164         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
17165         of utf-16le-encode-loop.
17166         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
17167         of utf-16be-encode-loop.
17168         (mule-utf-16-post-read-conversion):
17169         Call utf-8-post-read-conversion at first.
17170         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
17171         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
17172         Add post-read-conversion and pre-write-conversion.
17174         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
17175         (utf-translate-cjk-unicode-range): New variable.
17176         (utf-translate-cjk-load-tables): New function.
17177         (utf-lookup-subst-table-for-decode): New function.
17178         (utf-lookup-subst-table-for-encode): New function.
17179         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
17180         tables here.  Update safe-charsets of utf-* coding systems.
17181         (ccl-mule-utf-untrans): New CCL.
17182         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
17183         at end of each branch.
17184         (ccl-mule-utf-8-encode-untrans): New CCL.
17185         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
17186         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
17187         length of encoding.  Don't return r0.
17188         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
17189         (utf-8-post-read-conversion): Narrow to region properly.
17190         If utf-translate-cjk-mode is on, load tables if necessary.
17191         Call utf-8-compose with hash-table arg if necessary.
17192         Call XXX-compose-region instead of XXX-post-read-conversion.
17193         (utf-8-pre-write-conversion): New function.
17194         (mule-utf-8): Include CJK charsets in safe-charsets if
17195         utf-translate-cjk-mode is on.  Add pre-write-conversion.
17197         * international/characters.el: Temporarily set
17198         utf-translate-cjk-mode to nil.
17200         * language/devan-util.el (devanagari-compose-region):
17201         Add autoload cookie.
17203         * international/ccl.el (ccl-dump-call): Fix printing the
17204         subroutine name.
17206 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
17208         * dired.el (dired-revert): If buffer is marked unmodified before
17209         reverting, keep it marked unmodified.  Adapt to new conventions
17210         for commenting out code.
17211         (dired-make-relative): Adapt to new conventions for commenting out
17212         code.
17214 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
17216         * eshell/esh-module.el (eshell-load-defgroups):
17217         Bind `vc-handled-backends' to nil when opening files.
17219 2004-06-11  Juanma Barranquero  <lektu@terra.es>
17221         * files.el (parse-colon-path, cd): Doc fixes (refer to
17222         `path-separator', not colon).
17224 2004-06-10  Juanma Barranquero  <lektu@terra.es>
17226         * newcomment.el (comment-search-forward)
17227         (comment-search-backward): Fix typos in docstring.
17228         (comment-region): Doc fix.
17230 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
17232         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17233         switch is no longer stored in `dired-switches-alist'.
17235         * dired-aux.el (dired-insert-subdir): Do not store R switch in
17236         `dired-switches-alist'.
17238 2004-06-10  Kim F. Storm  <storm@cua.dk>
17240         * pcvs.el (cvs-mode-diff-yesterday): New command.
17242         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17244 2004-06-10  Juri Linkov  <juri@jurta.org>
17246         * emacs-lisp/edebug.el (edebug-eval-defun):
17247         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17248         Fix docstring.
17250         * simple.el (eval-expression-print-format): Don't print additional
17251         information on the first call to `eval-print-last-sexp'.
17252         (next-error-find-buffer): Fix punctuation.
17253         (killing) <defgroup>: Fix punctuation.
17254         (yank-excluded-properties): Change group from editing to killing.
17256         * replace.el (perform-replace): Use `limit' to terminate the
17257         while-loop explicitly.
17259 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17261         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17262         Use lc-*.xpm as prefix instead of *-locol.xpm.
17264         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17265         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17266         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17267         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17268         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17269         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17270         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17271         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17272         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17273         * toolbar/lc-up_arrow.xpm:
17274         Rename from *-locol.xpm.
17276 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
17278         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17279         include forms like &<str>; as valid url patterns.
17281 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
17283         * dired.el (dired-diff, dired-backup-diff)
17284         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17285         (dired-do-chown, dired-do-touch, dired-do-print)
17286         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17287         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17288         (dired-create-directory, dired-do-copy, dired-do-symlink)
17289         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17290         (dired-do-copy-regexp, dired-do-hardlink-regexp)
17291         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17292         (dired-maybe-insert-subdir, dired-next-subdir)
17293         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17294         (dired-kill-subdir, dired-tree-up, dired-tree-down)
17295         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17296         (dired-run-shell-command, dired-query): Remove redundant,
17297         or incorrect, autoloads.
17299         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17300         does not end in a slash.  Add optional argument KILL-ROOT.
17301         Update docstring.
17302         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17303         (dired-query): Add autoloads.
17305 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
17307         * progmodes/compile.el (compilation-set-window-height): Rearrange
17308         the save-* functions because a buffer can have several current
17309         point in different windows.
17310         (compilation-error-regexp-alist-alist): Recognize {standard input}
17311         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17313 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17315         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17316         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17317         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17318         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17319         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17320         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17321         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17322         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17323         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17324         * toolbar/up_arrow-locol.xpm:
17325         New versions of icons that uses fewer colors.
17327         * toolbar/tool-bar.el (tool-bar-local-item)
17328         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17329         if display-color-cells is 256 or less.
17331 2004-06-08  Kim F. Storm  <storm@cua.dk>
17333         * wid-edit.el (widget-specify-button): Use hand pointer rather
17334         than mouse-face as visible mouse-over effect.
17336 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
17338         * saveplace.el (save-place-alist-to-file): Bind `print-length'
17339         and `print-level' to nil when writing out `save-place-alist'.
17340         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17342 2004-06-07  Juanma Barranquero  <lektu@terra.es>
17344         * completion.el (completion-kill-region): Doc fix.
17346         * format.el (format-insert-annotations)
17347         (format-annotate-location): Doc fixes.
17348         (format-subtract-regions): Make arguments match their use in docstring.
17350         * simple.el (kill-region): Doc fix.
17352         * subr.el (insert-buffer-substring-no-properties)
17353         (insert-buffer-substring-as-yank): Doc fixes.
17355 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
17357         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17358         Update docstring.
17359         (dired-reset-subdir-switches): New function.
17361         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17362         Limit scope of `buffer-read-only' binding.
17364 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
17366         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17367         eshell-explicit-command-char.
17369 2004-06-06  Juanma Barranquero  <lektu@terra.es>
17371         * help-fns.el (help-argument-name): Inherit from italic face only
17372         if the frame supports it.
17374 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17376         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17377         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17378         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17379         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17380         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17381         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17382         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17383         New conversions from xpm files.
17385         * toolbar/README: New file.
17387 2004-06-06  Richard M. Stallman  <rms@gnu.org>
17389         * isearch.el (isearch-mode-map): Undo previous change.
17391 2004-06-05  Juri Linkov  <juri@jurta.org>
17393         * bindings.el (debug-ignored-errors): Add regexps for history
17394         related messages.  Remove $ from "No further undo information".
17395         Move Ediff's messages to ediff.el.
17397         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17399         * cus-edit.el (custom-display): Add `min-colors'.
17401         * custom.el (defface): Add `supports' to docstring.
17403         * help-fns.el (help-argument-name): Add :group 'help.
17405 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
17407         * find-dired.el (find-ls-subdir-switches): New user option.
17408         (find-dired): No longer call `abbreviate-file-name' on DIR.
17409         Set `dired-subdir-switches' buffer-locally.
17411         * locate.el: Merge the two `Commentary' sections.
17412         (locate-ls-subdir-switches): New user option.
17413         (locate): Update for other changes.
17414         (locate-mode-map): Restore Dired binding for mouse-2.
17415         Bind `locate-mouse-view-file' to M-mouse-2.
17416         Bind `l' to `locate-do-redisplay'.
17417         (locate-main-listing-line-p, locate-do-redisplay): New functions.
17418         (locate-mouse-view-file, locate-tags, locate-find-directory):
17419         Print message if used outside main listing.
17420         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
17421         Various changes to support inserted subdirectories.
17422         (locate-insert-header): Change header of *Locate* buffer.
17424         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17425         Change interactive default switches.
17426         (dired-rename-subdir-2): Update `dired-switches-alist'.
17427         (dired-insert-subdir, dired-kill-subdir):
17428         Handle `dired-switches-alist'.  Do not mark buffer modified.
17429         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17430         (dired-insert-subdir-doinsert): Omit messages.
17431         Handle `dired-subdir-switches'.
17432         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17434         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17435         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17436         subdirs if -R switch is used for a subdir.
17437         (dired-mode): Set `dired-switches-alist'.
17438         (dired-build-subdir-alist): Only print number of directories in
17439         echo area when invoked interactively.
17441 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
17443         * dired-x.el (dired-omit-mode): Rename from
17444         dired-omit-files-p.  Use define-minor-mode to define it.
17445         (dired-omit-files-p): Add as alias for dired-omit-mode.
17446         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
17447         dired-mark-omitted.
17448         (dired-mark-omitted): Add.  Bind to M-O.
17450 2004-06-05  Kenichi Handa  <handa@m17n.org>
17452         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17454 2004-06-05  Juanma Barranquero  <lektu@terra.es>
17456         * help-fns.el (help-argument-name): Reintroduce face.
17457         (help-default-arg-highlight): Use it, now that
17458         `face-differs-from-default-p' can be trusted.
17460 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17462         * textmodes/table.el: Sentence commands added to Point Motion
17463         group; kill and backward-kill commands added to Extraction group.
17465 2004-06-04  Mario Lang  <mlang@delysid.org>
17467         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17468         systems appear to use mW, make the code handle this.  Fix a
17469         division-by-zero bug while at it, and handle kernels with
17470         a slightly different layout in /proc/acpi.
17472 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
17474         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17475         because the latter is a CL-ism.  This fixes the bug reported by
17476         Shawn Boyette <mdxi@collapsar.net> in
17477         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17479 2004-06-04  Miles Bader  <miles@gnu.org>
17481         * faces.el (display-supports-face-attributes-p): Function moved to
17482         C code.  Previously only the tty-related portion of this function
17483         was done in C; however the previous attempt to do a halfway-proper
17484         job for non-tty displays in lisp didn't work properly because of
17485         funny conditions during Emacs startup.
17486         (face-differs-from-default-p): Simplify, now that
17487         display-supports-face-attributes-p works properly on all display
17488         types.  Remove :stipple from comparison; it doesn't really work
17489         in emacs anyway.
17491 2004-06-04  Miles Bader  <miles@gnu.org>
17493         * faces.el (face-differs-from-default-p): Use a different
17494         implementation, so we can really check whether FACE displays
17495         differently or not.
17497 2004-06-04  Miles Bader  <miles@gnu.org>
17499         * faces.el (display-supports-face-attributes-p): Implement a
17500         `different from default' check for non-tty displays.
17502 2004-06-03  David Kastrup  <dak@gnu.org>
17504         * woman.el (woman-mapcan): More concise code.
17505         (woman-topic-all-completions, woman-topic-all-completions-1)
17506         (woman-topic-all-completions-merge): Replace by a simpler and
17507         much faster implementation based on O(n log n) sort/merge instead
17508         of the old O(n^2) behavior.
17510 2004-06-03  Miles Bader  <miles@gnu.org>
17512         * subr.el (read-number): Use canonical format for default in prompt.
17514         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17515         Add regexp for " [...]" style defaults.
17517 2004-06-02  Romain Francoise  <romain@orebokech.com>
17519         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17520         groups: if the user asks for a hidden buffer, open the
17521         corresponding filter group to expose it.
17523         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17524         `ibuffer-jump-to-buffer'.
17525         (ibuffer-jump-offer-only-visible-buffers): New user option.
17527 2004-06-02  Juanma Barranquero  <lektu@terra.es>
17529         * faces.el (frame-update-faces): Add empty docstring so the one
17530         for `ignore' doesn't show through.
17532         * subr.el (process-kill-without-query): Remove spurious "\n" on
17533         obsolescence string.
17534         (focus-frame, unfocus-frame): Add obsolescence declaration and
17535         empty docstring.
17537         * international/mule.el (register-char-codings): Make alias for
17538         `ignore'.  Move docstring to obsolescence info and remove redundancy.
17540 2004-06-02  Kim F. Storm  <storm@cua.dk>
17542         * frame.el (blink-cursor-start): Turn cursor off initially so blink
17543         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17545 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17547         * comint.el (comint-replace-by-expanded-history-before-point):
17548         Obey `start' as the docstring says.
17549         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17550         (comint-update-fence): Prevent font-lock from running unnecessarily.
17551         (comint-dynamic-list-completions): Use with-current-buffer.
17553 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17555         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17556         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17557         (bibtex-entry-update): Handle alternatives and optional fields.
17558         (bibtex-parse-entry): Bugfix, handle empty key.
17560 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17562         * vc-arch.el (vc-arch-state): Don't assume the file exists.
17564 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
17566         * desktop.el (desktop-save): Don't save minor modes without a
17567         known mode initialization function.
17569 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
17571         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17573         * autorevert.el: Update `Commentary' section.
17575 2004-05-30  Juanma Barranquero  <lektu@terra.es>
17577         * dos-fns.el (convert-standard-filename):
17578         * files.el (convert-standard-filename):
17579         * w32-fns.el (convert-standard-filename):
17580         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17582 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
17584         Sync with Tramp.
17586         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17587         (tramp-let-maybe): Move to an earlier spot in the file.
17588         Patch by Andreas Schwab.
17590 2004-05-30  Andreas Schwab  <schwab@suse.de>
17592         * dired.el (dired-get-filename): Don't use dired-re-dot.
17594 2004-05-30  Richard M. Stallman  <rms@gnu.org>
17596         * files.el (find-file): Doc fix.
17598         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17600 2004-05-30  Nick Roberts  <nickrob@gnu.org>
17602         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17603         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17604         modeline of the locals buffer.
17605         (gdb-goto-breakpoint): Handle gdbmi.
17606         (gdb-get-frame-number): Change for gdbmi.
17608 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
17610         * files.el (file-remote-p): Apply file name handler for operation
17611         `file-remote-p'.  It isn't a property any longer.
17612         (file-relative-name): `fh' and `fd' get the required value via
17613         `find-file-name-handler' already.
17615         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17616         (top): Remove setting of `file-remote-p' property for
17617         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
17619 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
17621         Version 2.0.41 of Tramp released.
17623         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17624         Throw away if process has died.
17625         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17626         (tramp-out-of-band-prompt-regexp): Rename to
17627         `tramp-process-alive-regexp', because its usage is widen.
17628         (tramp-actions-copy-out-of-band): Apply it.
17629         (tramp-actions-before-shell, tramp-multi-actions):
17630         Add `tramp-action-process-alive' action.
17631         (tramp-action-process-alive): New defun.
17632         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17633         Add entry for `file-remote-p'.
17634         (tramp-handle-file-remote-p): New defun.
17635         (top): Remove setting of `file-remote-p'.  Don't set
17636         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17638         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17639         `file-remote-p'.
17641         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17642         counted for (last) line.  [They should or they shouldn't?  --Stef]
17643         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17645 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
17647         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17648         not really necessary but seems to keep the shell history smaller
17649         in some cases.  It is no substitute for setting HISTFILE and
17650         HISTSIZE from tramp-open-connection-setup-interactive-shell,
17651         though.  Suggested by Luc Teirlinck.
17652         (tramp-open-connection-setup-interactive-shell): Export variables
17653         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
17654         (tramp-set-process-query-on-exit-flag): New compat function.
17655         (tramp-open-connection-multi, tramp-open-connection-su)
17656         (tramp-open-connection-rsh, tramp-open-connection-telnet)
17657         (tramp-do-copy-or-rename-file-out-of-band): Use it.
17658         (tramp-let-maybe): New macro, let-binds a variable only if it
17659         isn't obsolete.
17660         (tramp-check-ls-commands, tramp-handle-expand-file-name)
17661         (tramp-handle-file-truename): Use it.
17662         (tramp-completion-file-name-regexp-unified): Avoid matching
17663         filenames starting with "/:" -- those are reserved for
17664         file-name-non-special.
17666         * tramp-smb.el (tramp-smb-open-connection):
17667         Use tramp-set-process-query-on-exit-flag compat function.
17669 2004-05-29  Richard M. Stallman  <rms@gnu.org>
17671         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17673         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17674         (eval-last-sexp-print-value): Print char equivalent regardless
17675         of standard-output value.
17677         * thumbs.el (thumbs-subst-char-in-string): Delete.
17678         (thumbs-thumbname): Use subst-char-in-string.
17679         (thumbs-resize-image): Use condition-case, not ignore-errors.
17680         (thumbs-kill-buffer): Likewise.
17682         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
17683         (thumbs-mode): Make buffer read-only.
17684         (thumbs-make-thumb): Unconditionally accept an existing file.
17685         (thumbs-insert-thumb): Add thumb-image-file property to the image.
17686         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17687         (thumbs-show-thumbs-list): Error if images not supported.
17688         (thumbs-save-current-image): Improve prompt string.
17689         (thumbs-mode-map): Define u, R, x.
17690         (thumbs-unmark): New command.
17691         (thumbs-emboss-image): Minor cleanup.
17692         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17693         (thumbs-rename-images): New command.
17694         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
17696         * thumbs.el (thumbs-current-image): New function.
17697         (thumbs-file-list, thumbs-file-alist): New functions.
17698         (thumbs-find-image): Delete arg L.
17699         Don't set up thumbs-fileL as buffer-local global var.
17700         (thumbs-find-image-at-point): Use thumbs-current-image.
17701         (thumbs-set-image-at-point-to-root-window): Likewise.
17702         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17703         Record and warn about errors.  Update thumbs-markedL for deletions.
17704         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17705         (thumbs-redraw-buffer): Use thumbs-file-list.
17706         (thumbs-mark): Use thumbs-current-image.
17707         (thumbs-show-name): Use thumbs-current-image.
17709         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17710         and imenu--last-menubar-index-alist.
17712         * subr.el (with-selected-window): Undo previous change.
17714 2004-05-29  John Paul Wallington  <jpw@gnu.org>
17716         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17717         (thumbs-mouse-find-image): New command.
17718         (thumbs-mode-map): Bind it to mouse-2.
17719         (thumbs-mode): Make mode-class special.
17720         (thumbs-view-image-mode): Likewise.
17722 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
17724         * flymake.el: New file.
17726 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
17728         * files.el (find-file-noselect-1): Do not bind
17729         `inhibit-read-only' to t during execution of
17730         `find-file-not-found-functions'.
17732 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17734         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17735         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17737 2004-05-28  Juri Linkov  <juri@jurta.org>
17739         * simple.el (eval-expression-print-format): New fun.
17741         * simple.el (eval-expression):
17742         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17743         * emacs-lisp/edebug.el (edebug-compute-previous-result)
17744         (edebug-eval-expression): Print additionally the value returned by
17745         `eval-expression-print-format'.
17747         * emacs-lisp/lisp.el (insert-pair-alist): New var.
17748         (insert-pair): Make arguments optional.  Find character pair
17749         from `insert-pair-alist' according to the last input event.
17750         (insert-parentheses): Make arguments optional.
17751         (raise-sexp, delete-pair): New funs.
17753         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17754         (emacs-lisp-mode-map, lisp-interaction-mode-map):
17755         Bind C-M-q to `indent-pp-sexp'.
17757         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17758         `pp-to-string' modified to be able to format text with newlines.
17759         (pp-to-string): Move the buffer-formatting part of the code to
17760         `pp-buffer'.  Call `pp-buffer'.
17762         * info.el (Info-desktop-buffer-misc-data): Don't save information
17763         about virtual files.
17764         (Info-restore-desktop-buffer): Restore Info buffers in prepared
17765         buffers with names obtained from the desktop file instead of the
17766         default *info* buffer.
17768 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17770         * subr.el (with-selected-window): Only save/restore the selected
17771         window.
17773         * progmodes/compile.el (compilation-error-regexp-alist):
17774         Use expand-file-name and data-directory.
17776         * progmodes/grep.el (grep-tree): Rework previous fix.
17778         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17779         after the user marked text with the mouse.
17781         * startup.el (command-line): Keep the first regexp of
17782         auto-save-file-name-transforms intact.
17784 2004-05-28  Juanma Barranquero  <lektu@terra.es>
17786         * cus-edit.el (customize-face, customize-face-other-window)
17787         (custom-face-edit-delete): Make arguments match their use in
17788         docstring.
17789         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17790         docstring.
17792         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17793         not `cvs-butlast'.
17795         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17796         `nbutlast' are in subr.el).
17798         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17799         (set-w32-system-coding-system): Doc fixes.
17801         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17802         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17803         Make arguments match their use in docstring.
17804         (artist-draw-region-trim-line-endings)
17805         (artist-mouse-choose-operation): Fix typo in docstring.
17806         (artist-key-set-point-common): Doc fix.
17808 2004-05-28  Simon Josefsson  <jas@extundo.com>
17810         * mail/smtpmail.el (smtpmail-open-stream):
17811         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17813 2004-05-26  Simon Josefsson  <jas@extundo.com>
17815         * starttls.el: Merge with my GNUTLS based starttls.el.
17816         (starttls-gnutls-program, starttls-use-gnutls)
17817         (starttls-extra-arguments, starttls-process-connection-type)
17818         (starttls-connect, starttls-failure, starttls-success): New variables.
17819         (starttls-program, starttls-extra-args): Doc fix.
17820         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17821         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17822         and pass on to corresponding *-gnutls function if it is set.
17824 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
17826         * autorevert.el (auto-revert-handler): Disable auto-reverting of
17827         remote files.
17829 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
17831         * files.el (file-name-non-special): There are more operations
17832         which need handling: `find-backup-file-name',
17833         `insert-file-contents', `verify-visited-file-modtime',
17834         `write-region'.  Rename t value of method to `add'.  Add new
17835         methods `quote' and `unquote-then-quote' to file-arg-indices.
17837 2004-05-25  Juri Linkov  <juri@jurta.org>
17839         * info.el (Info-toc): Call Info-mode on intermediate buffer.
17840         (Info-index-nodes): Enclose code in condition-case to catch errors.
17841         (Info-index-node): Don't search all index nodes if request is only
17842         for the current node and file is not in the cache of index nodes.
17843         (Info-mode-map): Bind Info-copy-current-node-name to `w'
17844         for consistency with dired-copy-filename-as-kill.
17845         Bind `S' to Info-search-case-sensitively.
17846         (Info-copy-current-node-name): New arg.  With zero prefix arg put
17847         the name inside a function call to `info'.  Display copied text in
17848         the echo area.
17850 2004-05-25  Sam Steingold  <sds@gnu.org>
17852         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17853         strip the package prefix from the symbol name, if any.
17854         Make it the `find-tag-default-function' for `lisp-mode'.
17856 2004-05-25  John Paul Wallington  <jpw@gnu.org>
17858         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17859         instead of obsolete `process-kill-without-query'.
17861         * textmodes/texinfmt.el (texinfo-indexvar-alist):
17862         Declare as variable, not constant.
17864 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
17866         * files.el (find-file-noselect-1): Fix bug introduced by
17867         Revision 1.694.  As a side effect, `inhibit-read-only'
17868         is again, by default, t during execution of
17869         `find-file-not-found-functions'.
17870         (insert-directory): Check that lines were really inserted by
17871         the --dired switch, before erasing them.
17873 2004-05-24  Nick Roberts  <nickrob@gnu.org>
17875         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17876         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17877         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17878         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17879         gud-minor-mode (gdbmi).
17881 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
17883         * net/browse-url.el (browse-url-interactive-arg): Enable user to
17884         explicitly select the text to be taken as URL.
17886 2004-05-23  Juri Linkov  <juri@jurta.org>
17888         * info.el (Info-index-nodes): New var and fun.
17889         (Info-goto-index, Info-index, info-apropos)
17890         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17891         (Info-index): Fix docstring.  Store and restore Info-history-list.
17892         (Info-complete-nodes): New var.
17893         (Info-complete-menu-item): Use it.
17894         (Info-index-node): New fun.
17895         (Info-final-node, Info-forward-node, Info-backward-node)
17896         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17897         Use Info-index-node.
17898         (Info-extract-menu-item, Info-extract-menu-counting): Set second
17899         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17900         (Info-find-node-2): If a node with period in its name not found,
17901         try to find a node without the name part after period.
17902         (Info-select-node): Call Info-fontify-node only if
17903         Info-fontify-maximum-menu-size is not nil.
17904         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17905         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17906         Preserve Info-history-list.
17907         (Info-toc): Set Info-current-file.
17908         (Info-build-toc): Move point to the beginning of the buffer.
17909         Add main-file variable.
17910         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17911         Use backslashed representation of the control character ^_.
17913         * textmodes/texinfmt.el (texinfo-print-index): Print index line
17914         numbers in the new Texinfo 4.7 format.
17916         * add-log.el (change-log-font-lock-keywords): Remove `:' from
17917         regexps for function and variable names.
17919         * descr-text.el (describe-property-list): Add [show] button for
17920         `syntax-table' property with action to pp to a separate buffer.
17921         (describe-char): Replace search-forward by re-search-forward with
17922         whitespace regexp after "character:" to not fail in too narrow windows.
17924         * simple.el (next-error-find-buffer): Add a rule to return
17925         next-error capable buffer if one window on the selected frame
17926         displays such buffer.
17928 2004-05-23  Nick Roberts  <nickrob@gnu.org>
17930         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17931         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17932         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17933         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17934         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17935         Handle new value for gud-minor-mode (gdbmi).
17936         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17937         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17938         Change from local to global gdb variable set.
17939         (gdb-ann3): Initialize above gdb variable set.
17940         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17941         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17942         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17943         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17944         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17945         (gdb-info-locals-handler, gdb-invalidate-assembler)
17946         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17947         set as global variables.
17948         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17949         Handle gdbmi.
17950         (gdb-info-breakpoints-custom): Fix regexp.
17951         (def-gdb-var): Delete.
17953         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17954         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17955         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17956         a new mode.  The file (gdb-mi.el) for this mode will be included
17957         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17958         primary interface.
17960 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
17962         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17963         interpreted as a directory.
17965 2004-05-22  Richard M. Stallman  <rms@gnu.org>
17967         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17968         as a close quote.
17970         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17972         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17973         Use assoc-string, not assoc-ignore-case.
17975         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17977         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17978         If moving back then fwd gets a defun that ends before point,
17979         try again moving fwd then back.
17981         * files.el (file-name-non-special): Allow t in file-arg-indices
17982         to mean requote the return value.  Use `identity' as an element
17983         rather than as the whole value.
17985         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
17987 2004-05-22  Juanma Barranquero  <lektu@terra.es>
17989         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17990         `help-make-usage'.
17991         (help-highlight-arguments): Skip function name before searching
17992         for arguments.
17994 2004-05-21  Juanma Barranquero  <lektu@terra.es>
17996         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17997         Don't mention in the docstring these arguments meant for
17998         internal (recursive) use only.
17999         (allout-char-spec): Comment out (it's not implemented).
18000         (allout-old-expose-topic, allout-exposure): Fix docstring and add
18001         obsolescence declaration.
18002         (allout-flatten-exposed-to-buffer)
18003         (allout-indented-exposed-to-buffer): Fix typos in docstring.
18004         (my-mark-marker): Doc fix.
18005         (produce-allout-mode-map, allout-sibling-index)
18006         (allout-isearch-expose, allout-distinctive-bullet)
18007         (allout-open-topic, allout-reindent-body)
18008         (allout-rebullet-heading, allout-process-exposed)
18009         (allout-insert-listified, allout-latex-verb-quote)
18010         (allout-insert-latex-header, allout-insert-latex-trailer):
18011         Make arguments match their use in docstring.
18012         (allout-primary-bullet, allout-old-style-prefixes)
18013         (allout-inhibit-protection, allout-init, allout-mode)
18014         (allout-before-change-protect, allout-flag-region):
18015         Use "Emacs" instead of "emacs" in docstrings.
18017 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
18019         * international/characters.el: Modify syntax of more characters.
18021 2004-05-21  Masatake YAMATO  <jet@gyve.org>
18023         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
18024         (etags-tags-completion-table): Show parsing progress.
18026 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
18028         * locate.el (locate-prompt-for-command): Shorten first line of
18029         docstring.
18030         (locate-mode): Expand docstring and include keymap summary.
18032         * files.el (find-file-noselect-1): Limit the scope of the
18033         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
18034         is, by default, nil during the execution of
18035         `find-file-not-found-functions' and `find-file-hook'.
18037 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
18039         * facemenu.el (facemenu-color-name-equal): New function.
18040         (list-colors-display): Use it to compare colors instead of
18041         facemenu-color-equal.
18043 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
18045         * compare-w.el (compare-windows-face): Use min-colors instead of
18046         checking for tty or pc types.
18048 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18050         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
18051         (completion-setup-function): Use with-current-buffer.
18052         Properly save excursion.  Simplify.
18053         Don't assume there is necessarily a `mouse-face' property somewhere.
18055         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
18057         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
18059         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
18060         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
18061         Use with-current-buffer.
18062         (byte-goto-log-buffer): Delete.
18063         (byte-compile-log-file): Call compilation-forget-errors.
18065 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
18067         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
18068         output messages into the search result.
18070 2004-05-19  Masatake YAMATO  <jet@gyve.org>
18072         * wid-edit.el (widget-radio-button-notify): Revert my last
18073         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18075 2004-05-19  Kenichi Handa  <handa@m17n.org>
18077         * international/characters.el: Fix syntax (open/close) of CJK chars.
18079 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
18081         * help-mode.el (help-go-back): Don't depend on position of back button.
18083 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18085         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
18086         files don't contain an accidental additional /.
18088         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
18089         in source buffer.
18091 2004-05-18  Masatake YAMATO  <jet@gyve.org>
18093         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
18094         to widget-apply.  :action method assumes 2 arguments, not 3.
18096 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
18098         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18099         New constants.
18100         (hs-special-modes-alist): Add an f90-mode entry.
18102 2004-05-17  Sam Steingold  <sds@gnu.org>
18104         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
18105         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
18107 2004-05-16  Kim F. Storm  <storm@cua.dk>
18109         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
18111 2004-05-15  John Wiegley  <johnw@newartisans.com>
18113         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
18114         (eshell-output-object-to-target): Improve output speed 20% by not
18115         calling `eshell-stringify' if something is already known to be a
18116         string.
18118 2004-05-15  Alex Ott  <ott@jet.msk.su>
18120         * textmodes/ispell.el (ispell-local-dictionary-alist):
18121         Add windows-1251 to the choice of coding systems.
18122         (ispell-dictionary-alist-6): Add support for "russianw.aff",
18123         encoded in cp1251.
18125 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
18127         * progmodes/compile.el (compilation-warning-face)
18128         (compilation-info-face): Use min-colors.
18130 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18132         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
18133         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
18134         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
18135         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
18136         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
18137         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
18138         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
18139         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
18140         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
18141         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
18142         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
18143         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
18144         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
18145         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
18147 2004-05-15  Kim F. Storm  <storm@cua.dk>
18149         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
18150         Use it to set triggered-p element of timer.
18151         (timer-event-handler): Set triggered-p element non-nil while running
18152         the timer function.
18154 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18156         * descr-text.el (describe-char-unicode-data)
18157         (describe-char-unicodedata-file): Re-enable the unicode code now that
18158         the licensing issues have been cleared in the unicode-4 license.
18159         (describe-text-properties-1): Remove unused `overlay' var.
18160         (describe-char): Remove unused var `buffer'.
18162 2004-05-14  David Ponce  <david@dponce.com>
18164         * tree-widget.el: New file.
18166 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
18168         * language/european.el ("Brazilian Portuguese"): Add support for
18169         Brazilian Portuguese.
18171 2004-05-13  John Wiegley  <johnw@newartisans.com>
18173         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
18174         `recentf-mode' if this variable has been customized to t.
18176         * eshell/esh-test.el (eshell-test): Call the function
18177         `emacs-version' rather than trying to build a custom version string.
18179 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18181         * net/telnet.el (telnet-mode): Use define-derived-mode.
18182         Don't modify the global value of comint-prompt-regexp.
18184 2004-05-13  John Paul Wallington  <jpw@gnu.org>
18186         * version.el (emacs-version): Check for `gtk' feature before
18187         `x-toolkit' feature.
18189 2004-05-13  Juanma Barranquero  <lektu@terra.es>
18191         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
18192         arguments in the docstring, they're used only in recursive calls.
18194         * help-fns.el (help-arg-highlighting-function)
18195         (help-argument-name): Delete.
18196         (help-default-arg-highlight): New function.
18197         (help-do-arg-highlighting): Use it.
18199 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18201         * calendar/appt.el (appt-disp-window):
18202         Use `calendar-set-mode-line' for a centered mode-line.
18204 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
18206         * calendar/appt.el (appt-disp-window): Do not split window
18207         excessively when `split-height-threshold' is low.
18209 2004-05-12  Nick Roberts  <nickrob@gnu.org>
18211         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18212         kill-buffer-hook here and make it local.
18213         (gud-kill-buffer-hook): Use kill-process for a sure kill.
18215 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
18217         * progmodes/compile.el (compilation-set-window-height):
18218         Use save-excursion to protect against misplaced marker.
18220 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18222         * custom.el (defface): Document that type can have value gtk.
18224         * faces.el (face-spec-set-match-display): Handle type gtk in display.
18226 2004-05-12  Kenichi Handa  <handa@m17n.org>
18228         * descr-text.el: Require quail at compile time.
18229         (describe-char): If an input method is on and it supports the
18230         character, show how to input it.
18232         * international/quail.el (quail-install-decode-map): Accept a
18233         char-table whose subtype is `quail-decode-map'.
18234         (quail-store-decode-map-key, quail-gen-decode-map1)
18235         (quail-gen-decode-map, quail-find-key1, quail-find-key)
18236         (quail-show-key): New functions.
18238 2004-05-12  Juanma Barranquero  <lektu@terra.es>
18240         * generic.el (define-generic-mode): Remove redundant arglist info.
18242         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18243         Make arguments match their use in docstring.
18244         (help-arg-highlighting-function): New variable.
18245         (help-argument-name): Mention it in the docstring.
18246         (help-do-arg-highlight): Use it.  Expand regexp to accept also
18247         ARG-xxx and xxx-ARG references.
18249 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
18251         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18252         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18253         and "mailto:addr1?to=addr2" equal.
18255 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18257         * man.el (Man-getpage-in-background): Use shell-file-name
18258         and shell-command-switch variables instead of hard-coded values.
18260 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
18262         * iimage.el: New file.
18264 2004-05-11  Juanma Barranquero  <lektu@terra.es>
18266         * custom.el (custom-initialize-default, defcustom):
18267         Fix typo in docstring.
18269         * files.el (set-visited-file-name, file-expand-wildcards):
18270         Fix docstring.
18272 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18274         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18276         * subr.el (eventp): Be more discriminating with integers.
18278 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
18280         * progmodes/compile.el (compile): Add universal prefix arg.
18281         (compilation-error-regexp-alist-alist): Add edg patterns.
18283 2004-05-10  Sam Steingold  <sds@gnu.org>
18285         * textmodes/ispell.el (ispell-message):
18286         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18288 2004-05-10  Dave Love  <fx@gnu.org>
18290         * progmodes/python.el (help-buffer): Autoload when compiling.
18291         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18292         (run-python): Prepend to any existing PYTHONPATH.
18294 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
18296         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18297         for pending breakpoints.
18299 2004-05-10  Richard M. Stallman  <rms@gnu.org>
18301         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
18302         directly without calling any functions in Rmail.
18303         (unrmail-unprune): Function deleted.
18305 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18307         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18308         C-c C-z binding.
18310 2004-05-10  Kenichi Handa  <handa@m17n.org>
18312         * descr-text.el (describe-char): Fix previous change.  Don't make
18313         a unibyte character to multibyte in the *Help* buffer.
18315 2004-05-10  Miles Bader  <miles@gnu.org>
18317         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18318         buffer an error if the debugger process is actually running.
18320 2004-05-10  Juanma Barranquero  <lektu@terra.es>
18322         * help-fns.el (help-argument-name): Default to italic.
18323         (help-highlight-arguments): Return always (usage . doc), even when
18324         usage is nil.
18326         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18327         (define-ibuffer-filter): Add usage info.
18328         (define-ibuffer-op): Add usage info (but CL-style defaults for
18329         keyword args are not shown).
18331         * subr.el (remove-overlays, read-passwd): Fix docstring.
18332         (start-process-shell-command): Fix docstring.  Put usage info in a
18333         format usable by `describe-function'.
18334         (open-network-stream, open-network-stream-nowait)
18335         (open-network-stream-server): Fix docstring.
18337 2004-05-09  Jason Rumney  <jasonr@gnu.org>
18339         * international/code-pages (cp932, cp936, cp949, c950): Remove.
18340         Only define cp125* if windows-125* is already defined.
18342         * language/korean.el (cp949): Add alias.
18344         * language/chinese.el (cp936, cp950): Add aliases.
18346         * language/japanese.el (cp932): Add alias.
18348         * term/w32-win.el: Require code-pages.
18350         * international/mule-cmds.el (set-locale-environment):
18351         On MS-Windows use ansi code-page for default coding-systems.
18352         Set up paper sizes for Windows 3 letter languages.
18354         * international/code-pages.el (cp932, cp936, cp949, cp950):
18355         Add aliases.  Also add cp125* if not already defined.
18357 2004-05-09  Juanma Barranquero  <lektu@terra.es>
18359         * help-fns.el (help-highlight-arguments): Don't try to highlight
18360         missing or autoloaded arglists.  Accept structured arguments, like
18361         the first ones of `do' and `flet'.
18363         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18364         (cvs-get-marked): Remove redundant arglist info.
18366         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18367         Don't use CL-style default args.
18369 2004-05-08  Andreas Schwab  <schwab@suse.de>
18371         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18373         * international/subst-ksc.el: Fix references to utf-translate-cjk
18374         into utf-translate-cjk-mode.
18375         * international/subst-big5.el: Likewise.
18376         * international/subst-gb2312.el: Likewise.
18377         * international/subst-jis.el: Likewise.
18378         * international/utf-16.el: Likewise.
18379         * international/utf-8.el: Likewise.
18381 2004-05-08  John Wiegley  <johnw@newartisans.com>
18383         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18384         "virtual buffers" (off by default), which makes it possible to
18385         switch to the "virtual" buffers of recently visited files.  When a
18386         buffer name search fails, and this option is on, iswitchb will
18387         look at the list of recently visited files, and permit matching
18388         against those names.  When the user hits RET on a match, it will
18389         revisit that file.
18390         (iswitchb-read-buffer): Add two optional arguments, which makes
18391         isearchb.el possible.
18392         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18393         (iswitchb-next-match): Add support for virtual buffers.
18395         * isearchb.el: This module extends iswitchb to provide "as you
18396         type" buffer selection.
18398         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18399         Ignore the read-only property when flyspell highlighting is on.
18400         Not ignoring it leads to a series of confusing errors.
18401         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18402         but also make sure to call flyspell-incorrect-hook.
18403         (flyspell-maybe-correct-transposition): Perform transposition test
18404         by bit twiddling a string, rather than using a temp buffer.
18405         (flyspell-maybe-correct-doubling): Use a string rather than a temp
18406         buffer.  This is also the original version of the code, which
18407         could not be checked in before due to a previous lack of
18408         assignment papers.  This version has seen heavy usage on my system
18409         for several years now.
18411         * calendar/cal-bahai.el: New file, which adds support for the
18412         Baha'i calendar to Emacs.  This calendar is based on a solar year
18413         of 19 months of 19 days, with 4 intercalary days.  Each year
18414         begins on March 21, with the calendar starting in 1844.
18416         * calendar/cal-menu.el, calendar/calendar.el
18417         * calendar/diary-lib.el, calendar/holidays.el:
18418         Added support for using cal-bahai.el.
18420         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18421         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18422         function can be used outside of eshell buffers.
18423         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18425 2004-05-08  Juanma Barranquero  <lektu@terra.es>
18427         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18428         word constituent so FOO-ARG is not recognized as an arg.
18429         (help-highlight-arguments): Don't skip lists in mandatory arguments.
18431         * simple.el (next-error): Fix typo in docstring.
18432         (open-line): Make argument names match their use in docstring.
18433         (split-line): Fix docstring.
18435         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18436         usable by `describe-function'.
18437         (gensym, gentemp, typep, ignore-errors): Make argument names match
18438         their use in docstring.
18440         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18441         argument to `help-setup-xref'.
18443 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
18445         Version 2.0.40 of Tramp released.
18447         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18448         Use symbol-function to invoke functions only known on some Emacs
18449         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
18450         Scaldeferri <kevin@scaldeferri.com>.
18451         (tramp-do-copy-or-rename-file-via-buffer): Rename from
18452         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18453         consistent with the other tramp-do-* functions.
18454         (tramp-do-copy-or-rename-file): Calls adjusted.
18455         (tramp-process-initial-commands): Avoid liveness check on shell --
18456         we know that it must be alive since we're opening a connection at
18457         this moment.
18458         (tramp-last-cmd): New internal variable.
18459         (tramp-process-echoes): New tunable.
18460         (tramp-send-command): Set tramp-last-cmd.
18461         (tramp-wait-for-output): Delete echo, if applicable.
18462         (tramp-read-passwd): Construct the key for the password cache in a
18463         way that works for multi methods, too.
18464         (tramp-bug): Add backup-directory-alist and
18465         bkup-backup-directory-info to bug reports, with Tramp counterparts.
18467 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
18469         * net/tramp*.el: Suppress byte-compiler warnings where possible.
18471         * net/tramp.el (tramp-out-of-band-prompt-regexp)
18472         (tramp-actions-copy-out-of-band): New defcustoms.
18473         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18474         used instead of a synchronous one.  Allows password entering.
18475         (tramp-action-out-of-band): New defun.
18476         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18477         Remove restriction with password from doc string.
18478         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18479         `tramp-out-of-band-prompt-regexp',
18480         `tramp-actions-copy-out-of-band', `password-cache' and
18481         `password-cache-expiry'.
18482         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
18483         password caching.
18484         (tramp-touch): FILE can be a local file, too.
18485         (TODO): Remove items done.
18486         (tramp-handle-insert-directory): Properly quote file name also if
18487         not full-directory-p.  Handle wildcard case.  Reported by Andreas
18488         Schwab <schwab@suse.de>.
18489         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18490         new file.
18491         (tramp-handle-file-local-copy, tramp-handle-write-region):
18492         The permissions of the temporary file are set if filename exists.
18493         Reported by Ted Stern <stern@cray.com>.
18494         (tramp-backup-directory-alist)
18495         (tramp-bkup-backup-directory-info): New defcustoms.
18496         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18497         (tramp-handle-find-backup-file-name): New function.
18498         Implements Tramp's find-backup-file-name.
18500         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18501         for `find-backup-file-name'.
18503         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18504         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
18506 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
18508         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18510 2004-05-07  Juanma Barranquero  <lektu@terra.es>
18512         * subr.el (lambda): Add arglist description to docstring.
18513         (declare): Fix typo in docstring.
18514         (open-network-stream): Fix docstring.
18515         (process-kill-without-query): Fix docstring and add obsolescence info.
18516         (last, butlast, nbutlast): Make arguments match their use in docstring.
18517         (insert-buffer-substring-no-properties): Likewise.
18518         (insert-buffer-substring-as-yank): Likewise.
18519         (split-string): Fix docstring.
18521         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18522         Make argument names match their use in docstring.
18524         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18526 2004-05-06  Nick Roberts  <nickrob@gnu.org>
18528         * progmodes/gdb-ui.el: Improve/extend documentation strings.
18529         Fit first sentence on one line for apropos-command.
18531 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18533         Changes largely merged in from Dave Love's code.
18534         * progmodes/python.el: Doc fixes.
18535         (python-mode-map): Add python-complete-symbol.
18536         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18537         (python-comment-indent, python-complete-symbol)
18538         (python-symbol-completions, python-partial-symbol)
18539         (python-try-complete): New.
18540         (python-indent-line): Remove optional arg.  Use python-block-end-p.
18541         (python-check): Bind compilation-error-regexp-alist.
18542         (inferior-python-mode): Use rx.  Move keybindings to top level.
18543         Set comint-input-filter.
18544         (python-preoutput-filter): Use rx.
18545         (python-input-filter): Re-introduce.
18546         (python-proc): Start new process if necessary.
18547         Check python-buffer non-nil.
18548         (view-return-to-alist): Defvar.
18549         (python-send-receive): New.
18550         (python-eldoc-function): Use it.
18551         (python-mode-running): Don't defvar.
18552         (python-mode): Set comment-indent-function.
18553         Maybe update hippie-expand-try-functions-list.
18554         (python-indentation-levels): Initialize differently.
18555         (python-block-end-p): New.
18556         (python-indent-line): Use it.
18557         (python-compilation-regexp-alist): Augment.
18558         (run-python): Import `emacs' module to Python rather than loading
18559         code directly.  Set python-buffer differently.
18560         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
18561         Use python-proc.
18562         (python-send-command): Go to end of comint buffer.
18563         (python-load-file): Use python-proc, emacs.eimport.
18564         (python-describe-symbol): Simplify interactive form.
18565         Use emacs.help.  Do use temp-buffer-show-hook.
18566         Call print-help-return-message.
18567         (hippie-exp): Require when compiling.
18568         (python-preoutput-continuation): Use rx.
18570         * diff-mode.el (diff-make-unified): Fix regexp.
18572 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
18574         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18575         filter groups from the buffer when rebuilding the Ibuffer buffer
18576         and `ibuffer-show-empty-filter-groups' is nil.
18578 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18580         * ps-print.el (ps-print-quote): Call ps-value-string.
18581         (ps-setup): Call ps-comment-string.
18582         (ps-value-string, ps-comment-string): New funs.
18584 2004-05-06  Juanma Barranquero  <lektu@terra.es>
18586         * ehelp.el (electric-help-command-loop): Check whether the last
18587         character is visible, not (point-max).
18589         * help-fns.el (help-argument-name): Default to bold; don't inherit
18590         from font-lock-variable-name-face.
18591         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18593 2004-05-05  Kenichi Handa  <handa@m17n.org>
18595         * descr-text.el (describe-char): Copy the character with text
18596         properties and overlays into the first line, and call
18597         describe-text-properties on it.
18599 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
18601         * iswitchb.el (iswitchb-global-map): Fix typo.
18602         Remove unwanted ###autoloads from source file.
18604 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
18606         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18607         in run-hooks.  Use substitute-command-keys in message.
18608         (wdired-abort-changes): Add message.
18610 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
18612         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18613         (sql-emacs20-p): Remove.
18614         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18615         (sql-builtin-face, sql-doc-face): Remove.
18616         (sql-mode-ansi-font-lock-keywords)
18617         (sql-mode-oracle-font-lock-keywords)
18618         (sql-mode-postgres-font-lock-keywords)
18619         (sql-mode-linter-font-lock-keywords)
18620         (sql-mode-ms-font-lock-keywords)
18621         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18622         (sql-product-font-lock): Fix font-lock reset when font rules change.
18623         (sql-highlight-product): Remove incorrect font-lock reset logic.
18625 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
18627         * ses.el (ses-set-parameter): Fix typo.
18629 2004-05-04  Kim F. Storm  <storm@cua.dk>
18631         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18632         Must expand directory for completion to work; and don't mess with
18633         process-environment.
18634         (ido-read-file-name): If command has ido property, don't use ido
18635         if value is ignore, or read as directory if value is dir.
18636         Set ido ignore property for dired-do-rename command.
18638 2004-05-04  Juanma Barranquero  <lektu@terra.es>
18640         * ehelp.el (electric-help-command-loop, electric-help-undefined)
18641         (electric-help-help): Check against unmapped commands.
18643         * help-fns.el (help-argument-name): New face, inheriting from
18644         font-lock-variable-name-face, to highlight function arguments in
18645         `describe-function' and `describe-key'.
18646         (help-do-arg-highlight): Auxiliary function to highlight a given
18647         list of arguments in a string.
18648         (help-highlight-arguments): Highlight the function arguments and
18649         all uses of them in the docstring.
18650         (describe-function-1): Use it.  Do docstring output via `insert',
18651         not 'princ', so text attributes are preserved.
18653         * winner.el (winner-mode-map): Move `winner-undo' and
18654         `winner-redo' to C-c <left> and C-c <right>, respectively (the
18655         previous bindings conflict with `prev-buffer', `next-buffer').
18657 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18659         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18660         (bibtex-entry-update): New command bound to C-c C-u.
18661         (bibtex-text-in-string): Fix regexp.
18662         (bibtex-assoc-of-regexp): Remove.
18663         (bibtex-progress-message): Fix docstring.
18664         (bibtex-inside-field): Use if.
18665         (bibtex-assoc-regexp): New function.
18666         (bibtex-format-entry): Make code more robust so that it formats
18667         also old entries.
18668         (bibtex-autokey-demangle-title): Merge with obsolete function
18669         bibtex-assoc-of-regexp.
18670         (bibtex-field-list): New function.
18671         (bibtex-entry): Use bibtex-field-list.
18672         (bibtex-parse-entry): Fix docstring.
18673         (bibtex-print-help-message): Use bibtex-field-list.
18674         (bibtex-make-field): Use bibtex-field-list.
18675         (bibtex-entry-index): Bugfix.  Return crossref key if required.
18676         (bibtex-lessp): Fix docstring.
18678 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
18680         * select.el (xselect-convert-to-string): Move comment to intended line.
18682 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18684         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18685         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18687 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18689         * term/x-win.el (x-clipboard-yank): Don't exit on error from
18690         x-get-selection.
18692 2004-05-03  Jason Rumney  <jasonr@gnu.org>
18694         * makefile.nt: Remove.
18696 2004-05-03  Kim F. Storm  <storm@cua.dk>
18698         * emulation/cua-base.el (cua--update-indications): Fix last change.
18699         (cua-mode): Deactivate mark when cua-mode is enabled.
18701 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
18703         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18705 2004-05-03  Nick Roberts  <nickrob@gnu.org>
18707         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18708         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18709         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18710         window over visible frames.
18711         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18713 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18715         * progmodes/compile.el (compilation-gcpro): New var.
18716         (compilation-fake-loc): Use it.
18717         (compilation-forget-errors): Reset it.
18719 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
18721         * diff-mode.el (diff-header-face, diff-file-header-face):
18722         Use min-colors.
18724 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18726         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18727         (bibtex-clean-entry): Disentangle code.
18728         (bibtex-realign): New function.
18729         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
18730         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18731         Remove undocumented optional arg called-by-convert-alien.
18732         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
18733         for sorting instead of bibtex-sort-buffer.
18735 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
18737         * progmodes/compile.el (compilation-start): In the
18738         no-async-subprocesses branch, call sit-for to give redisplay a
18739         chance to show the updated process status in the mode line, and
18740         fontify the buffer explicitly after the process exits.
18742 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18744         * progmodes/python.el (python-compilation-line-number): Remove.
18745         (python-compilation-regexp-alist): Don't use it any more.
18746         (python-orig-start, python-input-filter): Remove.
18747         (inferior-python-mode): Don't set up comint-input-filter-functions.
18748         (python-send-region): Use compilation-fake-loc.
18750         * progmodes/compile.el (compilation-messages-start): New var.
18751         (compilation-mode): Don't setup next-error-function here.
18752         (compilation-setup): Set it up here instead (for minor modes as well).
18753         Make compilation-messages-start buffer local.
18754         (compilation-next-error-function): Use it.
18755         (compilation-forget-errors): Set compilation-messages-start.
18757 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18759         * ielm.el (ielm-prompt-read-only): Update docstring.
18761         * comint.el (comint-prompt-read-only): Update docstring.
18762         (comint-update-fence, comint-kill-whole-line)
18763         (comint-kill-region): New functions.
18765         * simple.el (kill-whole-line): Use "p" instead of "P" in
18766         interactive form.
18768 2004-05-01  Juanma Barranquero  <lektu@terra.es>
18770         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18771         format arglist so default values in CL-style argument lists are
18772         correctly shown.
18774 2004-05-01  Jason Rumney  <jasonr@gnu.org>
18776         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18778 2004-05-01  Kenichi Handa  <handa@m17n.org>
18780         * international/titdic-cnv.el (miscdic-convert): Don't generate a
18781         quail file if it is up to date.
18783 2004-04-30  Juri Linkov  <juri@jurta.org>
18785         * cus-edit.el (custom-mode-map):
18786         Add key binding `C-x C-s' to `Custom-save'.
18788         * outline.el (outline-blank-line): New var.
18789         (outline-next-preface, outline-show-heading)
18790         (outline-end-of-subtree): Use it.
18792         * dired-aux.el (dired-touch-initial): New fun.
18793         (dired-do-chxxx): Call it for op-symbol `touch'.
18794         (dired-diff): Use `dired-dwim-target-directory'
18795         if current dired buffer has no buffer mark.
18797         * bindings.el (propertized-buffer-identification):
18798         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18799         Add C-M-arrow keys for consistency.
18801         * files.el (confirm-kill-emacs):
18802         Change group from top-level `emacs' to `convenience'.
18804         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18805         Push mark on the first call of successive command calls.
18806         (insert-pair): New fun created from `insert-parentheses' with
18807         `open' and `close' arguments added.  Enclose active regions
18808         in paired characters.  Compare adjacent characters syntax with
18809         inserted characters syntax before inserting a space.
18810         (insert-parentheses): Call `insert-pair' with ?\( ?\).
18812         * delsel.el: Don't put `delete-selection' property
18813         on `insert-parentheses' symbol to take advantage of
18814         region handling in `insert-pair' function.
18815         Suggested by Stephan Stahl <stahl@eos.franken.de>.
18817 2004-04-30  Kim F. Storm  <storm@cua.dk>
18819         * emulation/cua-base.el: Add support for changing cursor types;
18820         based on patch from Michael Mauger.
18821         (cua-normal-cursor-color, cua-read-only-cursor-color)
18822         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18823         Customization cursor type and/or cursor color.
18824         (cua--update-indications): Handle cursor type changes.
18825         (cua-mode): Update cursor indications if enabled.
18827         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18829         * mouse.el (mouse-drag-copy-region): New defcustom.
18830         (mouse-set-region, mouse-drag-region-1): Use it.
18832         * simple.el (kill-ring-save): If region face background color is
18833         unspecified (if no highlighting), show extent of fully visible
18834         region even if transient-mark-mode is enabled.
18836         * emulation/cua-base.el (cua--standard-movement-commands):
18837         Add cua-scroll-up and cua-scroll-down.
18838         (cua-scroll-up, cua-scroll-down): New commands.
18839         (cua--init-keymaps): Remap scroll-up and scroll-down.
18841         * emulation/cua-rect.el (cua--convert-rectangle-as):
18842         New defmacro.
18843         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18844         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18845         New commands (suggested by Jordan Breeding).
18847 2004-04-30  Juanma Barranquero  <lektu@terra.es>
18849         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18851 2004-04-30  Mario Lang  <mlang@delysid.org>
18853         * diff.el (diff-switches): Fix typo in docstring.
18855 2004-04-30  Alex Schroeder  <alex@gnu.org>
18857         * xml.el (xml-debug-print-internal): Don't add newline and
18858         indentation to text nodes and write empty elements as empty tags
18859         instead of opening and closing tags.
18860         (xml-debug-print): Take optional indent-string argument.
18861         (xml-print): Alias for xml-debug-print.
18863 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18865         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18866         than duplicate call to `line-beginning-position'.
18868         * progmodes/f90.el (f90-get-present-comment-type):
18869         Return whitespace, as well as comment chars, for consistent filling
18870         of comment blocks.  Use `match-string-no-properties'.
18871         (f90-break-line): Trim trailing whitespace when filling comments.
18873 2004-04-30  Dave Love  <fx@gnu.org>
18875         * calendar/diary-lib.el (diary-outlook-formats): New variable.
18876         (diary-from-outlook-internal, diary-from-outlook)
18877         (diary-from-outlook-gnus, diary-from-outlook-rmail):
18878         New functions to import diary entries from Outlook-format
18879         appointments in mail messages.
18881 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18883         * progmodes/python.el (python-send-command): New fun.
18884         (python-send-region, python-load-file): Use it.
18886         * progmodes/compile.el (compilation-last-buffer): Add var alias.
18888         * help-fns.el (help-C-file-name): Use new subr-name.
18889         Prepend `src/' to the file name.
18890         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18891         (describe-function-1, describe-variable): Only find a C source file
18892         name if DOC is already loaded.
18894         * help-mode.el (help-function-def, help-variable-def):
18895         Use the new find-function-search-for-symbol functionality.
18896         Allow FILE to be `C-source'.
18898         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18899         (find-function-C-source): New fun.
18900         (find-function-search-for-symbol): Use it.
18902 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
18904         * progmodes/sql.el (sql-product-alist): Rename variable
18905         `sql-product-support'.  Add Postgres login parameters.
18906         (sql-set-product, sql-product-feature): Update with renamed variable.
18907         (sql-connect-postgres): Add username prompt.
18908         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18909         Make patterns less product specific.
18910         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18911         (sql-mode-abbrev-table): Modify initialization.
18912         (sql-builtin-face): Add variable.
18913         (sql-keywords-re): Add macro.
18914         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18915         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18916         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18917         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18918         (sql-mode-linter-font-lock-keywords)
18919         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18920         (sql-mode-sybase-font-lock-keywords)
18921         (sql-mode-informix-font-lock-keywords)
18922         (sql-mode-interbase-font-lock-keywords)
18923         (sql-mode-ingres-font-lock-keywords)
18924         (sql-mode-solid-font-lock-keywords)
18925         (sql-mode-sqlite-font-lock-keywords)
18926         (sql-mode-db2-font-lock-keywords): Default to nil.
18927         (sql-product-font-lock): Always highlight ANSI keywords.
18928         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18929         (sql-send-string): Add function.
18931 2004-04-29  Dave Love  <fx@gnu.org>
18933         * progmodes/cfengine.el (cfengine-beginning-of-defun)
18934         (cfengine-end-of-defun): Ensure progress through buffer.
18936         * info-look.el (cfengine-mode): Accept a terminal ().
18938 2004-04-29  Juri Linkov  <juri@jurta.org>
18940         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18941         instead of isearch-yank-word-or-char.  Add new key bindings for
18942         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18943         (isearch-del-char): New fun.
18944         (isearch-forward, isearch-edit-string): Update docstring.
18945         (isearch-yank-char): Doc fix.
18946         (isearch-other-meta-char): Restore point after scrolling.
18948         * progmodes/compile.el (compilation-context-lines): Add nil option
18949         to disable compilation output window scrolling.
18950         (compilation-set-window): Use it.
18952         * outline.el (outline-next-preface, outline-show-heading):
18953         Don't leave unhidden blank line before heading.
18954         (outline-end-of-subtree): Include last newline into subtree.
18955         (hide-entry): Leave point at beginning of heading instead of end.
18956         (outline-up-heading): Push mark for the first call of successive
18957         command calls.
18959 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18961         * comint.el (comint-prompt-read-only): New variable.
18962         (comint-output-filter): Implement it.
18964         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18965         (ielm-prompt-internal): New variable.
18966         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18967         (ielm-send-input): Delete unused variable `buf'.
18968         (ielm-eval-input): Use `ielm-prompt-internal'.
18969         (inferior-emacs-lisp-mode): Use new variables
18970         `comint-prompt-read-only' and `ielm-prompt-internal'.
18971         Get rid of obsolete variable `directory-sep-char'.
18972         (ielm): Use `zerop'.
18974 2004-04-29  John Paul Wallington  <jpw@gnu.org>
18976         * thumbs.el (toplevel): Require cl at compile time.
18977         Remove conditional definitions of `ignore-errors' and `caddar'
18978         because they occur at run time.
18980 2004-04-28  Nick Roberts  <nickrob@gnu.org>
18982         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18983         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18984         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18985         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18987         * progmodes/gud.el (gud-common-init): Throw an error if program is
18988         already running under gdb.
18990 2004-04-28  John Paul Wallington  <jpw@gnu.org>
18992         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18993         (thumbs-show-image-num): Move assignment of
18994         `thumbs-current-image-filename' within scope of `i'.
18995         (thumbs-emboss-image): Don't use `evenp'.
18997 2004-04-28  Richard M. Stallman  <rms@gnu.org>
18999         * progmodes/compile.el (compilation-context-lines): Default now 0.
19001 2004-04-28  Juanma Barranquero  <lektu@terra.es>
19003         Use `time-less-p' from calendar/time-date.el instead of defining
19004         custom versions of it.
19006         * pcomplete.el (pcomplete-time-less-p): Remove.
19008         * thumbs.el (time-less-p): Remove.
19010         * calendar/timeclock.el (timeclock-time-less-p): Remove.
19011         (timeclock-generate-report): Use `time-less-p'.
19013         * emacs-lisp/autoload.el (autoload-before-p): Remove.
19014         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
19016 2004-04-28  Masatake YAMATO  <jet@gyve.org>
19018         * subr.el (remove-overlays): Make arguments optional.
19020         * wid-edit.el (widget-specify-button): Put evaporate to the
19021         overlay for sample.
19022         (widget-specify-sample): Put evaporate to the overlay for sample.
19023         (widget-specify-doc): Put evaporate to the overlay for documentation.
19025 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
19027         * info.el (info-apropos): Make it an index node.  Align node names
19028         like makeinfo.
19030 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
19032         * net/browse-url.el (browse-url-netscape-sentinel)
19033         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
19034         (browse-url-epiphany-sentinel, browse-url-mosaic):
19035         Use browse-url-*-program instead of a literal program name.
19037 2004-04-27  Kevin Ryde  <user42@zip.com.au>
19039         * eshell/em-alias.el:
19040         * eshell/em-dirs.el:
19041         * eshell/em-hist.el:
19042         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
19043         features when M-x customize-group loads modules before the main
19044         eshell.el.
19046 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
19048         * subr.el (momentary-string-display): Support EXIT-CHAR that is
19049         either a character representation of an event or an event
19050         description list.
19052         * type-break.el: Capitalize Emacs and Lisp.
19053         (type-break-good-break-interval, type-break-demo-boring-stats)
19054         (type-break-terse-messages, type-break-file-name): New defcustoms.
19055         (type-break-post-command-hook)
19056         (type-break-warning-countdown-string): Quote variable names in doc.
19057         (type-break-interval-start, type-break-auto-save-file-name): New vars.
19058         (type-break-mode): Document type-break-good-break-interval and the
19059         "session" file.  Schedule break according to the session file.
19060         Kill session file buffer on exit.  Organize for save-some-buffers
19061         to always save the session file.
19062         (type-break-mode-line-message-mode, type-break-query-mode):
19063         Uppercase arguments.
19064         (type-break-file-time, type-break-file-keystroke-count, timep)
19065         (type-break-choose-file, type-break-get-previous-time)
19066         (type-break-get-previous-count): New defuns.
19067         (type-break): Avoid break querying after a completed break in the
19068         case where the query was initiated during user invocation of the
19069         break.  Optional terse messages.
19070         Use type-break-good-break-interval if type-break-good-rest-interval is
19071         nil.  File the break time.
19072         (type-break-schedule): New optional args for overriding the use of
19073         the current time.
19074         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
19075         after a break.
19076         (type-break-check): File the keystroke count.
19077         (type-break-do-query): Prevent a second query when the break is
19078         interrupted.  Optional terse message.
19079         (type-break-keystroke-reset): Record the start of a typing interval.
19080         (type-break-demo-boring): Optional terse messages.  Display word
19081         per minute and keystroke counts according to
19082         type-break-demo-boring-stats.
19084 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
19086         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
19087         directories, make sure they exist under archive-tmpdir.
19089 2004-04-27  Juri Linkov  <juri@jurta.org>
19091         * help.el (view-emacs-news): With argument, display info for the
19092         selected version by finding it among different NEWS files, and
19093         narrowing the buffer to the selected version.
19095         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
19096         same-window-buffer-names.
19097         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
19098         non-numeric prefix argument, append the number to the buffer name
19099         for numeric prefix argument.
19100         (info-other-window): Bind same-window-regexps to nil.
19101         (Info-reference-name): Rename to Info-point-loc.
19102         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
19103         and Info-find-index-name for stringy Info-point-loc.
19104         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
19105         without middle `.', but with final `.' and optional line number
19106         for it.  Set Info-point-loc for index nodes.
19107         (Info-index): Remove middle `.' from index entry regexp.
19108         Modify line number regexp.
19109         (Info-index-next): Decrement line number.
19110         (info-apropos): Remove middle `.' from index entry regexp.
19111         Add optional line number regexp at the end.  Add matched value
19112         for line number to the result list and insert it to the buffer.
19113         Replace match-string by match-string-no-properties.
19114         Reorder result list.
19115         (Info-fontify-node): Hide index line numbers.
19116         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
19117         empty matches.
19118         (Info-follow-reference): Use `str' instead of
19119         Info-following-node-name-re.
19120         (Info-toc): Use full file names.  Set Info-current-node to "Top".
19121         (Info-fontify-node): Compare file names without directory name.
19122         (Info-try-follow-nearest-node): Don't set Info-reference-name.
19123         Set second arg of Info-extract-menu-node-name for index nodes.
19124         (info-xref-visited): Use magenta3 instead of magenta4.
19125         (Info-mode): Add info-apropos to docstring.
19127         * log-view.el (log-view-diff): Replace interactive code "r"
19128         by a list to allow to call it even if region is not active.
19130         * paren.el (show-paren-highlight-openparen): New var.
19131         (show-paren-function): Turn on openparen highlighting when
19132         matching forward if show-paren-highlight-openparen is non-nil.
19134         * simple.el (kill-ring-save): Use blink-matching-delay instead of
19135         the constant value 1.
19136         (completions-common-part): Expand docstring.
19138         * textmodes/picture.el (picture-mode-map): Add arrow keys.
19140 2004-04-27  Kim F. Storm  <storm@cua.dk>
19142         * image.el (insert-sliced-image): Use line-height instead of
19143         line-spacing property on newline.
19145 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
19147         * desktop.el (desktop-buffer-misc-data-function): Rename to
19148         desktop-save-buffer and change docstring.
19149         (desktop-buffer-modes-to-save): Delete.
19150         (desktop-save-buffer-p): Use desktop-save-buffer instead of
19151         desktop-buffer-modes-to-save.
19152         (desktop-save): Rename desktop-buffer-misc-data-function to
19153         desktop-save-buffer and allow non-function value.
19154         (desktop-missing-file-warning): Correct docstring.
19156         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
19157         to desktop-save-buffer.
19159         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19160         desktop-save-buffer.
19162         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
19164         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
19166 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
19168         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
19170 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
19172         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
19173         (ielm): Only go to the end of the buffer when starting a new process.
19175 2004-04-25  Juanma Barranquero  <lektu@terra.es>
19177         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
19178         mode line.  Bind `inhibit-read-only' to t before modifying
19179         properties of text in the buffer.
19180         (ielm): Force point to the end of buffer, even when running ielm
19181         from inside itself.
19183 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19185         * info.el (info-apropos): Reset Info-complete-cache.
19187 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
19189         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19190         Also recognize severe Irix et al. messages.
19191         (compilation-normalize-filename, compile-abbreviate-directory):
19192         Delete functions.
19193         (compilation-get-file-structure): New function inherits
19194         functionality of the two preceding ones.
19195         (compilation-internal-error-properties, compilation-fake-loc):
19196         Use it so that different paths to the same file share the same
19197         markers.  Also optimize finding adjacent marker slightly.
19199 2004-04-25  Kim F. Storm  <storm@cua.dk>
19201         * image.el (insert-sliced-image): Add line-spacing t property
19202         to newlines separating image lines.
19204 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
19206         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19208         * ielm.el (ielm-prompt-read-only): New user option.
19209         (ielm-prompt): Expand docstring to describe new behavior.
19210         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19211         mention it in the docstring.
19213 2004-04-24  Andreas Schwab  <schwab@suse.de>
19215         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19217         * diff.el (diff): Set default-directory in diff buffer.
19219 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
19221         * mail/sendmail.el (mail-bury): Don't delete the frame where the
19222         mail was being composed if the terminal cannot display more than
19223         one frame; instead, switch to previous frame.
19225         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19226         (rmail-start-mail): Support rmail-mail-new-frame even on
19227         terminals that can display only one frame at a time.
19229 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19231         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19232         (checkdoc-output-font-lock-keywords): Remove error regexp.
19233         (checkdoc-output-mode-map): Remove.
19234         (checkdoc-output-mode): Derive from compilation-mode.
19235         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19237         * dired.el (dired-mode-map): Add a menu entry for wdired.
19239         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19240         (rx-bracket, rx-check-any, rx-any): Clean up name space.
19242         * wdired.el (wdired-mode-map): Move init into declaration.
19243         Fix `return' binding.
19244         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19245         Use force-mode-line-update.
19246         (wdired-get-filename): Use `unless'.
19247         (wdired-preprocess-files): Don't assume names have no \n and use / for
19248         dir separator.
19249         (wdired-normalize-filename): Use replace-regexp-in-string.
19250         (wdired-load-hooks): Remove.
19251         (wdired-mode-hooks): Rename to wdired-mode-hook.
19253         * info-look.el: Add support for cfengine-mode.
19254         (info-lookup-setup-mode): Use dolist.
19256 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
19258         * wdired.el: New file.
19260 2004-04-23  Juanma Barranquero  <lektu@terra.es>
19262         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19264         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19265         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19266         (pcomplete--help, pcomplete--here): Doc fixes.
19268 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
19270         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19271         handles wrong-number-of-arguments in backend call.
19273         * vc.el (vc-print-log): Likewise.
19275 2004-04-20  Dave Love  <fx@gnu.org>
19277         * emacs-lisp/rx.el: Doc fixes.
19278         (rx-constituents): Add/extend many forms.
19279         (rx-check): Check form is a list.
19280         (bracket): Defvar.
19281         (rx-check-any, rx-any, rx-check-not): Modify.
19282         (rx-not): Simplify.
19283         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19284         (rx-kleene): Use rx-trans-forms.
19285         (rx-quote-for-set): Delete.
19286         (rx): Allow multiple args.
19288 2004-04-23  Kenichi Handa  <handa@m17n.org>
19290         * international/mule-util.el (char-displayable-p): Simplify by
19291         using internal-char-font.
19293 2004-04-23  Juanma Barranquero  <lektu@terra.es>
19295         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19297 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19299         * diff-mode.el (diff-next-error): New fun.
19300         (diff-mode): Use it.
19302         * simple.el (next-error): Change arg name.
19303         Add support for the documented C-u C-x ` usage.
19305         * frame.el (special-display-popup-frame, next-multiframe-window)
19306         (previous-multiframe-window): Only consider frames on same display.
19308 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
19310         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19311         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19313 2004-04-22  Kim F. Storm  <storm@cua.dk>
19315         * net/telnet.el (telnet): Add optional port arg.
19317 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19319         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19320         Minor sanity check on the `hyperlink' slot.
19322         * Makefile.in (recompile): Compile new files.
19324         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19325         Add byte-recompile-directory's optional `arg'.
19327         * cvs-status.el (cvs-tree-use-charset): New var.
19328         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19329         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19330         (cvs-status-cvstrees): Use it.
19332         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19333         Make it a normal major mode.
19334         (checkdoc-buffer-label): Make sure the file name is meaningful.
19335         (checkdoc-output-to-error-buffer): Remove.
19336         (checkdoc-error, checkdoc-start-section): Rewrite.
19338         * info.el (info-node, info-menu-5, info-xref, info-header-node)
19339         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19340         (Info-title-4-face): Use new syntax.
19341         (info-xref-visited): Inherit from info-xref.
19343         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19345 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19347         * simple.el (next-error-last-buffer, next-error-function):
19348         New variables for the next-error framework.
19349         (next-error-buffer-p): New function.
19350         (next-error-find-buffer): Generalize compilation-find-buffer.
19351         (next-error, previous-error, first-error, next-error-no-select)
19352         (previous-error-no-select): Move from compile.el.
19354         * replace.el (occur-next-error, occur-1): Hook into the next-error
19355         framework.
19357         * progmodes/compile.el (compilation-start):
19358         Set next-error-last-buffer so next-error knows where to jump.
19359         (compilation-setup): Set the buffer-local variable
19360         next-error-function to 'compilation-next-error-function.
19361         (compilation-buffer-p, compilation-buffer-internal-p): Use an
19362         alternate way to find if a buffer is a compilation buffer, for
19363         next-error convenience.
19364         (next-error-no-select, previous-error-no-select, next-error)
19365         (previous-error, first-error): Move to simple.el.
19366         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19367         (compilation-last-buffer): Remove.
19368         (compilation-start, compilation-next-error, compilation-setup)
19369         (compilation-next-error-function, compilation-find-buffer):
19370         Remove compilation-last-buffer use.
19372 2004-04-21  Juanma Barranquero  <lektu@terra.es>
19374         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19375         (font-lock-warning-face): Fix spacing.
19377         * makefile.w32-in (WINS): Add url/ directory.
19379 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
19381         * desktop.el (desktop-buffer-mode-handlers): New variable.
19382         Alist of major mode specific functions to restore a desktop buffer.
19383         (desktop-buffer-handlers): Make variable obsolete.
19384         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19385         Catch errors signaled in handlers.  Update buffer count.
19386         Evaluate desktop-buffer-point.
19387         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19388         move to dired.el.
19389         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19390         move to info.el.
19391         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19392         move to mail/rmail.el.
19393         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19394         to mh-e/mh-e.el.
19395         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19396         On fail, print message (to message buffer) even if
19397         desktop-missing-file-warning is nil.
19398         (desktop-buffer-misc-data-function): New buffer local variable.
19399         Function returning major mode specific data.
19400         (desktop-buffer-misc-functions): Make variable obsolete.
19401         (desktop-save): Use desktop-buffer-misc-data-function.
19402         (desktop-buffer-dired-misc-data): Rename to
19403         dired-desktop-buffer-misc-data and move to dired.el.
19404         (desktop-buffer-info-misc-data): Rename to
19405         Info-desktop-buffer-misc-data and move to info.el.
19406         (desktop-read): Add message about number of buffers restored/failed.
19408         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19409         Add parameters.  Pause to display error only when
19410         desktop-missing-file-warning is non-nil.
19411         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
19412         (dired-mode): Bind desktop-buffer-misc-data-function.
19414         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19415         Add Parameters.
19416         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
19417         (Info-mode): Bind desktop-buffer-misc-data-function.
19419         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19420         Add Parameters.
19422         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19423         Add Parameters.
19425 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
19427         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19428         the case of letters in case-insensitive expansions when the
19429         abbrev is preceded by characters with letter syntax.
19431 2004-04-21  Richard M. Stallman  <rms@gnu.org>
19433         * progmodes/cperl-mode.el (cperl-putback-char):
19434         Delete Emacs 18 definition.
19436         * international/mule.el (ctext-post-read-conversion):
19437         Use assoc-string, not assoc-ignore-case.
19439         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19441         * emacs-lisp/easymenu.el (easy-menu-add):
19442         Do call x-popup-menu, but only if it's defined.
19444         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19446         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19447         Handle multiple args: compile like progn.
19449         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19450         take all args as &rest arg.
19452         * autoinsert.el (auto-insert-alist): Insert the user's name in
19453         copyright notice, rather than Free Software Foundation.
19455 2004-04-21  Kenichi Handa  <handa@m17n.org>
19457         * descr-text.el (describe-char): Make it work on *Help* buffer.
19459 2004-04-21  Kim F. Storm  <storm@cua.dk>
19461         * image.el (insert-image): Add optional SLICE arg.
19462         (insert-sliced-image): New defun.
19464 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19466         * subr.el (read-number): Check whether `default' is nil.
19468 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19470         * progmodes/compile.el (compilation-error-properties): Split into
19471         two.
19472         (compilation-internal-error-properties): New one.
19473         (compilation-compat-error-properties): Use it.  Fix the non-marker
19474         case.
19476 2004-04-20  Richard M. Stallman  <rms@gnu.org>
19478         * window.el (split-window-save-restore-data):
19479         Don't update the data if OLD-INFO is nil.
19481         * view.el (view-return-to-alist): Mark it permanent local.
19483         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19485         * recentf.el (recentf-save-list): Catch and warn about errors.
19487         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19488         so "Buffers" won't be pure.
19490         * help-mode.el (help-mode-finish): Set help-return-alist first
19491         thing, setting only the entry for the selected window.
19493         * help-fns.el (describe-function-1): If many non-control non-meta
19494         keys run the command, don't list all of them.
19496 2004-04-20  Juanma Barranquero  <lektu@terra.es>
19498         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19499         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
19501         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19503 2004-04-20  Kenichi Handa  <handa@m17n.org>
19505         * international/quail.el (quail-lookup-key): New optional arg
19506         NOT-RESET-INDICES.
19507         (quail-get-translations): Call quail-lookup-key with
19508         NOT-RESET-INDICES t.
19509         (quail-completion): Likewise.
19510         (quail-lookup-map-and-concat): Likewise.
19512 2004-04-20  Kenichi Handa  <handa@m17n.org>
19514         * international/quail.el (quail-update-translation): Don't insert
19515         such an unsupported multibyte char in a unibyte buffer.
19517 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
19519         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19520         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19521         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19522         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19523         (gdb-frame-assembler-buffer): Improve behavior with
19524         multiple frames.
19525         (gdb-display-buffer): Extend search to all visible frames.
19527 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
19529         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19530         characters left after base64 decoding.
19531         (rmail-decode-region): Use -dos variety of `coding', to remove any
19532         ^M characters left after qp or base64 decoding.
19534 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19536         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19537         messages.
19539 2004-04-19  Stephen Eglen  <stephen@gnu.org>
19541         * add-log.el (add-change-log-entry): Update doc string to mention
19542         add-log-full-name and add-log-mailing-address.
19544 2004-04-18  Juri Linkov  <juri@jurta.org>
19546         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19547         (Info-find-node-2): Simplify error message.
19548         (Info-insert-dir): Use Info-following-node-name.
19549         (Info-goto-node): Remove *info-history* and *info-toc*.
19550         (Info-history): Create a node of the virtual history file.
19551         (Info-toc): Create a node of the virtual toc file.
19552         (Info-insert-toc): New arg `curr-file' for reference file names.
19553         (info-apropos): Remove redundant var binding for temp-file.
19554         (Info-index, Info-index-next, Info-mode): Doc fix.
19555         (Info-goto-emacs-command-node): Don't jump to *info* from
19556         non-*info* Info buffers.
19557         (Info-fontify-node): Don't show the file name of external
19558         references if `Info-hide-note-references' is `hide'.  Don't hide
19559         newlines at the end of paragraphs.
19561         * international/mule-diag.el (list-input-methods):
19562         Fix args to help-xref-button.
19564         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19565         to put into effect local variables from TUTORIAL files.
19567         * textmodes/paragraphs.el (sentence-end) <function>: New fun
19568         with default value taken from the variable `sentence-end'.
19569         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
19570         Add nil const to :type.
19571         (sentence-end-without-period, sentence-end-double-space)
19572         (sentence-end-without-space): Doc fix.
19574         * textmodes/paragraphs.el (forward-sentence):
19575         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19576         (fill-delete-newlines):
19577         * progmodes/cc-cmds.el (c-beginning-of-statement):
19578         Use function `sentence-end' instead of variable `sentence-end'.
19580 2004-04-18  Andreas Schwab  <schwab@suse.de>
19582         * progmodes/compile.el (compilation-start): Set window start to
19583         point-min if compilation-scroll-output is nil.
19585 2004-04-18  John Wiegley  <johnw@newartisans.com>
19587         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19589 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
19591         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19592         (gdb-info-breakpoints-custom): Revert previous change.
19593         (gdb-view-assembler): Update assembler if necessary.
19594         (gdb-frame-handler): Parse correctly for gdb-current-frame.
19595         (gdb-display-source-buffer): Update properly when both source and
19596         assembler are visible.
19598 2004-04-17  John Wiegley  <johnw@newartisans.com>
19600         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19601         which limits the number of names shown in the minibuffer.  Off by
19602         default.
19603         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
19604         up iswitchb for users with a multitude of open buffers by showing
19605         only the first and last N/2 buffers in the completion list (which
19606         is enough to aid C-s/C-r, and to know that more characters are
19607         needed to refine the completion list).
19609 2004-04-17  Richard M. Stallman  <rms@gnu.org>
19611         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19612         (file-truename): Expand all ~ constructs directly.
19613         (insert-directory): Delete any error msg output by the
19614         `insert-directory-program'.
19616         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19617         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19618         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19619         (allout-init): Use find-file-hook, not find-file-hooks.
19620         (allout-mode): Eliminate Emacs 18 support.
19621         Use write-contents-functions, not local-write-file-hooks.
19623 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
19625         * progmodes/compile.el (compilation-error-properties): Fix for
19626         adding messages when there are already markers for their file.
19627         (compilation-fake-loc): New function.
19629 2004-04-16  Dave Love  <fx@gnu.org>
19631         * progmodes/python.el (python-compilation-line-number): Fix
19632         braindamage.
19633         (python-load-file): Fix python-orig-start setting.
19635         * progmodes/compile.el: Doc fixes.
19636         (compilation-error-regexp-alist-alist)
19637         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19638         (compilation-assq): Wrap in eval-when-compile.
19639         (compilation-mode-font-lock-keywords): Don't use list*.
19640         (compilation-start): Avoid warning.
19641         (compilation-compat-error-properties)
19642         (compilation-directory-properties): Add keymap property.
19643         (compilation-parsing-end): Make it a marker for better compatibility.
19645         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19647 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
19649         * xml.el: Doc fixes.
19650         (xml-get-children): Only looks at sub-tags and ignore strings.
19652         * xml.el (xml-parse-tag): Avoid overwriting node-name.
19654 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19656         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19658 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
19660         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19662         * vc.el (vc-print-log): Likewise.
19664 2004-04-16  Masatake YAMATO  <jet@gyve.org>
19666         * simple.el (completion-setup-function): Set an initial value to
19667         `element-common-end' before entering loop.  Set a value to
19668         `element-common-end' at the end of loop.  The bug is reported by
19669         Juri Linkov <juri@jurta.org> in emacs-devel list.
19670         (completions-common-part): Rename from completion-de-emphasis.
19671         (completions-first-difference): Rename from completion-emphasis.
19672         Suggested by RMS.
19674 2004-04-16  Juanma Barranquero  <lektu@terra.es>
19676         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19677         (bookmark-edit-annotation-mode): Add mode name.
19679 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19681         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19682         for nested conflict markers.
19683         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19685 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
19687         * progmodes/gdb-ui.el (gdb-goto-info): New function.
19689         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19691 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19693         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19694         Give a backtrace if requested.
19696         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19698         * progmodes/python.el (python-mouse-2-command, python-RET-command):
19699         Remove unused functions.
19700         (python-orig-start-line, python-orig-file): Remove.
19701         (python-orig-start): New var.
19702         (python-input-filter, python-compilation-line-number)
19703         (python-send-region, python-load-file): Use it.
19705         * info.el (info): Always jump to *info*.
19707         * subr.el (posn-set-point): New function.
19709         * mouse.el (mouse-set-point): Use it.
19711         * progmodes/compile.el (compile-goto-error): Use it.
19712         (compilation-button-map): New keymap.
19713         (compilation-error-properties): Use it.
19714         (compilation-shell-minor-mode-map): Don't bind mouse-2.
19716         * smerge-mode.el (smerge-popup-context-menu): Use it.
19718         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19719         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19720         mouse and non-mouse case.
19722         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19723         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19725         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19726         Make it work for non-mouse events.
19728         * pcvs-info.el (cvs-status-map): Update binding name.
19730 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
19732         * xml.el (xml-maybe-do-ns): New function to handle namespace
19733         parsing of both attribute and element names.
19734         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19735         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19736         (xml-parse-tag): Update assumed namespaces.  Clean up namespace
19737         parsing.
19738         (xml-parse-attlist): Make it do its own namespace parsing.
19740 2004-04-14  Dave Love  <fx@gnu.org>
19742         * progmodes/python.el (run-python): Fix use of \n.
19743         (python-load-file): Remove `try' from Python fragment.
19744         (python-describe-symbol): Fix message.
19746         * comint.el: Doc fixes.
19747         (comint-last-input-start, comint-last-input-end)
19748         (comint-last-output-start): Give them values.
19749         (comint-arguments): Avoid warning.
19750         (comint-skip-prompt): Use line-end-position.
19751         (comint-backward-matching-input): Rename arg to agree with doc.
19752         (comint-extract-string): Use syntax-ppss.
19753         (comint-dynamic-simple-complete): Delete useless list construction.
19754         (comint-redirect-subvert-readonly): New.
19755         (comint-redirect-preoutput-filter): Use it.
19757         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19758         Correctly handle negative arguments when calling hook functions.
19760 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
19762         * info.el (info-apropos): Don't clobber Info-history-list.
19764 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
19766         * progmodes/compile.el (compilation-setup):
19767         Localize overlay-arrow-position.
19768         (compilation-sentinel): Restructure code equivalently.
19769         (compilation-next-error): Find message on same line after point if
19770         not found before point.
19771         (compile-mouse-goto-error): Restore function so that compilation
19772         buffer need not be current and use compile-goto-error.
19773         (compile-goto-error): Restore function.
19774         (next-error): Set overlay-arrow-position.
19775         (compilation-forget-errors): Don't localize already local
19776         compilation-locs and remove FIXME about refontifying.
19778 2004-04-14  Kim F. Storm  <storm@cua.dk>
19780         * startup.el (emacs-quick-startup): New defvar (set by -Q).
19781         (command-line): New option -Q.  Like -q --no-site-file, but in
19782         addition it also disables menu-bar, tool-bar, scroll-bars,
19783         tool-tips, and the blinking cursor.
19784         (command-line-1): Skip startup screen if -Q.
19785         (fancy-splash-head): Use ":align-to center" prop to center splash
19786         image.
19788         * emulation/cua-base.el (cua-read-only-cursor-color)
19789         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19791 2004-04-13  Dave Love  <fx@gnu.org>
19793         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
19794         (syntax): Don't require.
19795         (python) <defgroup>: Add :version.
19796         (python-quote-syntax): Re-written.
19797         (inferior-python-mode): Move stuff here from run-python and add
19798         some more.
19799         (python-preoutput-continuation, python-preoutput-result)
19800         (python-dotty-syntax-table): New.
19801         (python-describe-symbol): Use them.
19802         (run-python): Move stuff to inferior-python-mode.  Modify code
19803         loaded into Python.
19804         (python-send-region): Use python-proc, python-send-string.
19805         (python-send-string): Send newlines too.  Callers changed.
19806         (python-load-file): Re-written.
19807         (python-eldoc-function): New.
19808         (info-look): Don't require.
19809         (python-after-info-look): New.  A modified version of former
19810         top-level code for use with eval-after-load.
19811         (python-maybe-jython, python-guess-indent): Use widened buffer.
19812         (python-fill-paragraph): Re-written.
19813         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
19814         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
19816 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19818         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19819         Set compilation-error-regexp-alist earlier.
19821         * progmodes/compile.el (compilation-minor-mode-map)
19822         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19823         (compile-goto-error): Re-merge the mouse and non-mouse commands.
19825 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19827         * progmodes/compile.el (compile-goto-error): Select the buffer/window
19828         corresponding to the event.
19830 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
19832         * loadup.el: Add cygwin to system-type list, for unexec() support.
19834 2004-04-12  John Paul Wallington  <jpw@gnu.org>
19836         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19837         (ibuffer-restore-window-config-on-quit): New variable to replace
19838         `ibuffer-delete-window-on-quit'.  Update all references.
19839         (ibuffer-prev-window-config): New variable.
19840         (ibuffer-quit): Restore previous window configuration instead of
19841         deleting window.
19842         (ibuffer): Save window configuration before showing Ibuffer buffer.
19844         * help.el (describe-mode): Doc fix.
19846 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19848         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19849         not to treat nil as a function.
19851         * vc-arch.el (vc-arch-root): Be a bit more careful.
19852         (vc-arch-register): Save the buffer if we modified it.
19853         (vc-arch-delete-rej-if-obsolete): Save excursion.
19854         (vc-arch-find-file-hook): Use the simpler after-save-hook.
19855         (vc-arch-responsible-p, vc-arch-init-version): New functions.
19857         * net/ldap.el (ldap-search): Use list*.
19859 2004-04-12  Juri Linkov  <juri@jurta.org>
19861         * info.el (Info-follow-reference): Allow multiline reference name.
19863 2004-04-11  Dave Love  <fx@gnu.org>
19865         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19867         * progmodes/python.el: New file.
19869 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
19871         * vc-hooks.el (vc-arg-list): Function removed.
19872         (vc-default-workfile-unchanged-p): Use condition-case to check for
19873         backward compatibility.
19875         * vc.el (vc-print-log): Use condition-case to check for backward
19876         compatibility.
19878 2004-04-11  Juri Linkov  <juri@jurta.org>
19880         * dired.el (dired-faces): New defgroup.
19881         (dired-header, dired-mark, dired-marked, dired-flagged)
19882         (dired-warning, dired-directory, dired-symlink, dired-ignored):
19883         New faces.
19884         (dired-header-face, dired-mark-face, dired-marked-face)
19885         (dired-flagged-face, dired-warning-face, dired-directory-face)
19886         (dired-symlink-face, dired-ignored-face): New face variables.
19887         (dired-font-lock-keywords): Use them instead of font-lock faces.
19888         Split the rule for dired marks into 3 separate rules: for marks,
19889         marked file names and flagged file names.
19891         * help-mode.el (help-make-xrefs): Add a final newline to the
19892         *Help* buffer.
19894 2004-04-11  John Paul Wallington  <jpw@gnu.org>
19896         * replace.el (occur-engine): Distinguish between one and several
19897         matches in the matches per buffer heading.
19899 2004-04-11  Kim F. Storm  <storm@cua.dk>
19901         * ido.el (ido-confirm-unique-completion): New defcustom.
19902         (ido-complete): Use it.
19903         (ido-write-file): Set it to t unconditionally.
19905 2004-04-10  Miles Bader  <miles@gnu.org>
19907         RCS keyword removal (only non-comment changes are enumerated here):
19909         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19910         (byte-compile-insert-header): Don't use `byte-compile-version'.
19911         * forms.el (forms-version): Variable removed.
19912         (forms-mode): Don't use `forms-version'.
19913         * recentf.el (recentf-version): Variable removed.
19914         * progmodes/delphi.el (delphi-version): Variable removed.
19915         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19917 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19919         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19921 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
19923         * info.el (info-apropos): Improve menu item regexp.
19925 2004-04-09  Simon Josefsson  <jas@extundo.com>
19927         * mail/smtpmail.el: Add comment, based on report by
19928         kdc@rcn.com (Kevin D. Clark).
19930 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19932         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19933         Redo one more thing that I didn't notice Daniel had undone.
19935 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
19937         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19938         (gdb-goto-breakpoint, gdb-display-buffer)
19939         (gdb-display-source-buffer, gdb-view-source-function)
19940         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19941         (gdb-source-info, gdb-frame-handler): Don't specify a window
19942         for display.
19943         (gdb-info-breakpoints-custom): Remove superfluous update of
19944         assembler buffer.
19945         (gdb-many-windows): Make settable outside gdb.
19947 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
19949         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19950         Derive from fundamental-mode rather than text-mode.
19952 2004-04-08  Juri Linkov  <juri@jurta.org>
19954         * info.el (Info-history): Doc fix.
19955         (Info-history-list): New var.
19956         (info-xref): Change magenta4 to blue, remove bold for dark and
19957         light backgrounds, change bold to underline for non-color classes.
19958         (info-xref-visited): New face.
19959         (Info-fontify-visited-nodes): New custom.
19960         (Info-hide-note-references): Add new value `hide'.  Doc fix.
19961         (Info-reference-name): New var.
19962         (Info-selection-hook): New custom.
19963         (Info-edit-mode-hook): New var.
19964         (Info-find-file): New fun.
19965         (Info-find-node): Move part of code to Info-find-file.
19966         (Info-find-node-2): Add anchors to Info-history-list.  Move point
19967         to the place with the reference name if name is defined.
19968         (Info-select-node): Add current node to Info-history-list.
19969         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19970         (Info-search-whitespace-regexp): New custom.
19971         (Info-search-case-fold): New var.
19972         (Info-search): Add "case-sensitively" to the prompt.
19973         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
19974         (Info-search-case-sensitively, Info-search-next): New fun.
19975         (Info-up): Move point to the menu item of the current node.
19976         (Info-history): New fun.  Add *info-history* to
19977         same-window-buffer-names.
19978         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
19979         (Info-insert-toc): New fun.
19980         (Info-build-toc): New fun.
19981         (Info-follow-reference): Add new arg `fork'.  Doc fix.
19982         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
19983         with the same name prefer the reference closest to point.
19984         (Info-next-reference): Replace * by + in the *Note regexp.
19985         Add regexp for http:// and ftp://.  Skip the *Note prefix.
19986         (Info-prev-reference): Replace * by + in the *Note regexp.
19987         Add regexp for http:// and ftp://.  Skip the *Note prefix.
19988         (Info-follow-nearest-node): Add new arg `fork'.
19989         (Info-try-follow-nearest-node): Add new arg `fork'.
19990         Call browse-url for http:// and ftp:// references.
19991         Set Info-reference-name for index entries.
19992         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19993         Info-search-next, Info-history, Info-toc, clone-buffer.
19994         (Info-menu-update): Replace * by + in the *Note regexp.
19995         (Info-mode): Add documentation for Info-history, Info-toc,
19996         Info-search-case-sensitively, Info-search-next, clone-buffer.
19997         (Info-fontify-menu-headers): Remove fun.  Move code to
19998         Info-fontify-node.
19999         (Info-fontify-node): Add docstring.  Add local vars
20000         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
20001         then fontify header line, titles, menu headers, http and ftp
20002         references, refill paragraphs.  If not-fontified-p is t or
20003         fontify-visited-p is t then fontify cross references, menu items.
20004         Fontify menu headers.  Fontify http and ftp references.
20005         Change regexp for cross references to require whitespace after *Note,
20006         add matching groups for file and node names.  Remove hack for quote.
20007         Use display property for Info-hide-note-references=t.  Use fifth
20008         or fourth match for help-echo.  Display visited nodes in a
20009         different face.  Unhide file names of external references.
20010         Unhide newlines.  Display visited menu items in a different face.
20012 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20014         * progmodes/compile.el: Require CL.
20015         (compilation-mode-font-lock-keywords): Re-install the "line as
20016         function" patch.
20018         * help-fns.el (help-C-source-directory): New var.
20019         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
20020         (describe-function-1, describe-variable): Use them.
20022         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
20023         to C source files specially.
20025 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
20027         * info.el (Info-hide-cookies-node): New function.
20028         (Info-select-node): Use it.
20029         (Info-display-images-node): Remove message with image file name.
20031 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
20033         * progmodes/compile.el (compilation-warning-face)
20034         (compilation-info-face, compilation-skip-threshold)
20035         (compilation-skip-visited, compilation-context-lines):
20036         Declare :version when added to Emacs.
20037         (compilation-error-regexp-alist-alist): Extend caml and irix.
20038         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
20039         (compilation-mode-font-lock-keywords): Temporarily undo line as
20040         function patch, which wasn't ready.
20042 2004-04-07  Kenichi Handa  <handa@m17n.org>
20044         * international/latin1-disp.el (latin1-display-setup): Check each
20045         character is displayable or not instead of calling
20046         latin1-display-check-font.
20048 2004-04-06  Kenichi Handa  <handa@m17n.org>
20050         * language/ethio-util.el (ethio-sera-being-called-by-w3):
20051         New variable.
20052         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
20053         instead of sera-being-called-by-w3.
20054         (ethio-fidel-to-sera-buffer): Likewise.
20055         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
20056         instead of sera-being-called-by-w3.
20057         (ethio-write-file): Likewise.
20059 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20061         * printing.el: Doc fix.
20063 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
20065         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
20066         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
20067         (gdb-setup-windows): Only use separate IO buffer if required.
20069 2004-04-06  Kim F. Storm  <storm@cua.dk>
20071         * term.el (term-is-xemacs): Remove.
20072         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
20073         (term-window-width): New function.
20074         (term-mode, term-check-size): Use it.
20075         (term-mode): Disable overflow-newline-into-fringe in term buffer.
20077 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20079         * cus-edit.el (custom-add-parent-links): Change unbound variable
20080         `symbol' to `name'.
20082 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
20083         * info.el (info-apropos): New function.
20084         (Info-mode-menu): Add it.
20085         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
20087         * help-mode.el (help-make-xrefs): Recognize aliased variable with
20088         inherited docstring.
20090         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
20092 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20094         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
20096         * progmodes/compile.el (font-lock): Don't require any more.
20097         (compilation-error-properties, compilation-start, compilation-sentinel)
20098         (compilation-filter, next-error): Use with-current-buffer.
20099         (compilation-skip-to-next-location, compilation-skip-threshold)
20100         (compilation-skip-visited): Move to silence the byte-compiler.
20101         (compilation-setup): Simplify.
20102         (compilation-next-error): Use line-(beginning|end)-position.
20103         Make sure `pt' is non-nil before using compilation-loop.
20104         (compile-goto-error): Add optional event arg.  Use it.
20105         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
20106         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
20107         Update the binding for mouse-2.
20108         (first-error): Set compilation-current-error to nil rather than bob.
20109         (compilation-parsing-end, compilation-parse-errors-function)
20110         (compilation-error-list, compilation-old-error-list):
20111         "New" compatibility variables.
20112         (compile-buffer-substring, compilation-compat-error-properties)
20113         (compilation-compat-parse-errors, compilation-forget-errors):
20114         New compatibility functions.
20115         (compilation-mode-font-lock-keywords): Use them.
20117 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
20119         * autorevert.el (auto-revert-handler): If point (or a window
20120         point) is at the end of the buffer, keep it there after
20121         reverting.  This allows to tail a file.
20122         Mention this in the `Commentary'.
20124         * format.el (format-write-file): Add optional argument CONFIRM
20125         and make it behave like the analogous argument to `write-file'.
20127 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20129         * progmodes/ebnf2ps.el: Doc fix.
20130         (ebnf-version): New version number (4.2).
20131         (ebnf-syntax): Customization and docstring fix.
20132         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
20133         Put autoloaded funs before first use.
20134         (ebnf-style-database): Add dtd entry.
20135         (ebnf-syntax-alist): Add dtd initialization.
20136         (ebnf-token-sequence): New fun.
20137         (ebnf-comment-table): Add new comment action character.
20138         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
20140         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
20141         Type Definition for XML).
20143         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
20144         * progmodes/ebnf-bnf.el (ebnf-sequence):
20145         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
20146         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
20147         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
20148         Code simplification: call ebnf-token-sequence.
20150 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
20152         * calendar/timeclock.el (timeclock-relative)
20153         (timeclock-get-project-function, timeclock-get-workday-function)
20154         (timeclock-query-out, timeclock-when-to-leave)
20155         (timeclock-when-to-leave-string, timeclock-log-data)
20156         (timeclock-generate-report, timeclock-in): Doc fixes.
20158 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20160         * url/: New dir.  Import the URL package from its repository.
20162 2004-04-03  Andreas Schwab  <schwab@suse.de>
20164         * diff-mode.el (diff-mode): Fix missing quote.
20166 2004-04-03  Juri Linkov  <juri@jurta.org>
20168         * descr-text.el (describe-property-list): Add `font-lock-face'.
20170         * dired.el (dired-font-lock-keywords): Fix permission regexps.
20172 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20174         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
20175         Use utf-16le on little endian machines and utf-16be otherwise.
20177 2004-04-02  David Kastrup  <dak@gnu.org>
20179         * net/browse-url.el (browse-url-generic): Use call-process
20180         instead of start-process to allow browsers that fork and detach.
20182 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
20184         * compile.el (compilation-current-error): New var.
20185         (compilation-setup, compile-mouse-goto-error)
20186         (compile-goto-error, next-error): Use it.
20187         (compilation-skip-to-next-location): Default to t, which gives
20188         contiguous skipping like old compile (where this was redundant).
20189         (compilation-next-error): Prevent previous-* commands from moving
20190         back to message at or just before point.
20192 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
20194         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
20195         (gdb-source-info): Don't display source at startup, if required.
20196         (gdb-show-main): New option.
20197         (gdba): Update documentation.
20198         (gdb-source): Cover case of auto-display output.
20200 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
20202         * autorevert.el: Delete obsolete autoloads and defvars.
20203         (auto-revert-check-vc-info): New user option.
20204         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20205         (auto-revert-handler-vc): Delete.
20206         (auto-revert-handler): Treat return value `fast' of
20207         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
20209         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20210         return `fast'.
20212         * files.el (buffer-stale-function): Doc change.
20214 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20216         * printing.el: New tip on Tips section.
20217         (pr-version): New version number (6.7.4).
20218         (pr-shell-file-name): Initialization fix.
20220 2004-03-31  Juri Linkov  <juri@jurta.org>
20222         * dired.el: Add autoload for `dired-do-touch'.
20223         (dired-touch-program): New var.
20224         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20225         (dired-no-confirm): Add `touch' to docstring.
20227         * dired-aux.el (dired-do-touch): New fun.
20228         (dired-do-chxxx): Add argument -t for touch operation.
20230         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20231         `dired-move-to-filename-regexp'.
20233 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
20235         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20237 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20239         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20240         and only if the buffer was modified.
20242 2004-03-30  Kenichi Handa  <handa@m17n.org>
20244         * international/characters.el: Delete pairs for U+2308..U+230B.
20246 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
20248         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20249         to detect the beginning of a level 2 or 3 annotation.
20251 2004-03-29  Kenichi Handa  <handa@m17n.org>
20253         * international/ucs-tables.el (ucs-insert): Fix the error message.
20255 2004-03-29  Kenichi Handa  <handa@m17n.org>
20257         * international/mule-util.el (char-displayable-p): Fix generation
20258         of XLFD file name.
20260         * Makefile.in (setwins, setwins_almost): Change directory to $wd
20261         before finding directories by `find'.
20263 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20265         * subr.el (interactive-form): Delete.  Now implemented in C.
20267         * pcvs.el (cvs-parse-process): Workaround for Darwin.
20269         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20270         (vc-diff-label): New fun.
20271         (vc-diff-internal): Use it.
20273         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20275 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20277         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20279         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20280         specify XML (EBNFX).
20282         * progmodes/ebnf2ps.el: Doc fix.
20283         (ebnf-version): New version number (4.1).
20284         (ebnf-syntax): Adjust customization.
20285         (ebnf-style-database): Add ebnfx entry.
20286         (ebnf-syntax-alist): Add ebnfx initialization.
20287         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20289         * printing.el: Doc fix.
20290         (pr-version): New version number (6.7.3).
20291         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20292         returns nil for mouse position.  Reported by Drew Adams
20293         <drew.adams@oracle.com>.
20294         (pr-update-menus): Modify interactive declaration.  Reported by Drew
20295         Adams <drew.adams@oracle.com>.
20297 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
20299         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20300         (gud-gdba-marker-filter): Log the process input and output, if
20301         required.  From Stefan Monnier.
20302         (gdb-debug-log, gdb-enable-debug-log): New variables.
20303         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20305 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20307         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20308         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20310 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
20312         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20313         Call vc-find-file-hook here instead of in auto-revert-buffers.
20314         (auto-revert-buffers): Delete call to vc-find-file-hook.
20315         (auto-revert-verbose, global-auto-revert-non-file-buffers)
20316         (global-auto-revert-mode, auto-revert-set-timer)
20317         (auto-revert-handler, auto-revert-buffers): Doc fixes.
20319 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20321         * woman.el (woman-change-fonts): Rename local variable
20322         woman-font-alist to font-alist to avoid a compiler warning.
20324 2004-03-27  Dave Love  <fx@gnu.org>
20326         * emacs-lisp/rx.el (rx): Doc fix.
20327         Fix copyright years.
20329         * strokes.el (strokes-global-set-stroke-string): New function.
20330         (strokes-list-strokes): Cope with strings, not just commands.
20331         Set foreground color of image.
20332         (strokes-global-set-stroke): Doc fix.
20334 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
20336         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20337         Auto Revert mode.
20338         (Buffer-menu-files-only): New variable.
20339         (Buffer-menu-toggle-files-only): New function.
20340         (Buffer-menu-mode-map): Bind it to `T'.
20341         (Buffer-menu-mode): Mention `T' in docstring.
20342         Set buffer-stale-function.
20343         (list-buffers-noselect): Mark buffer non-modified and set
20344         Buffer-menu-files-only.
20346         * dired.el (buffer-stale-function): Remove no longer needed defvar.
20348         * autorevert.el (auto-revert-handler): Print revert message
20349         before, rather than after, reverting.
20350         (buffer-stale-function): Move to files.el.
20352         * files.el (buffer-stale-function): Move here from autorevert.el.
20354 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20356         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20358         * calc/calc.el (calc-mode-map): Use mapc.
20360         * apropos.el (apropos-mode): Don't autoload.
20361         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
20362         (apropos): Use it.
20363         (apropos-print): Add optional `text' argument.
20364         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20365         Don't assume point-min == 1.
20367         * bs.el (bs-buffer-list): Use buffer-local-value.
20368         (bs--set-toggle-to-show): Use with-current-buffer.
20370         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20371         New funs.
20372         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
20374         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20376         * dabbrev.el (dabbrev-expand): Fix regexp construction.
20377         (dabbrev--find-expansion): Use pop.
20378         (dabbrev--search): Use match-string-no-properties.
20380         * dired.el (dired-mode): Use run-mode-hooks.
20381         (dired-move-to-end-of-filename): Use match-string.
20383         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20384         is bound before using it.
20385         (ediff-verbose-p): Make it into a var since it's not constant.
20387         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20389         * faces.el (read-face-font): Don't cons up unnecessarily.
20390         (header-line, tool-bar): Share common parts.
20392         * files.el (file-relative-name): Use compare-strings.
20394         * finder.el (finder-mode): Follow coding convention.
20396         * subr.el (read-number): New function.
20398         * ses.el (ses-read-number): Move to subr.el.
20399         (ses-set-header-row): Use read-number.
20401 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
20403         * vc-hooks.el (vc-arg-list): New function, which handles both
20404         compiled and uncompiled code.
20405         (vc-default-workfile-unchanged-p): Use it.
20407         * vc.el (vc-print-log): Undo prev change, use new function
20408         vc-arg-list from vc-hooks.el.
20410 2004-03-26  Masatake YAMATO  <jet@gyve.org>
20412         * simple.el (completion-setup-function): Emphasize the
20413         first uncommon characters in the completions; and de-emphasize
20414         the common prefix substrings.
20415         (completion-emphasis): New face.
20416         (completion-de-emphasis): New face.
20418 2004-03-25  Juanma Barranquero  <lektu@terra.es>
20420         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20421         Comment out (it's unused and unfinished code).
20423 2004-03-25  Sam Steingold  <sds@gnu.org>
20425         * vc.el (vc-print-log): Fix a bug in the last patch:
20426         backend-function may be a byte-compiled object, not a lambda.
20428 2004-03-25  Juri Linkov  <juri@jurta.org>
20430         * descr-text.el (describe-property-list): Add a button
20431         for `face' property that calls `describe-face'.
20432         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20434         * international/mule.el (keyboard-coding-system):
20435         * kmacro.el (kmacro-call-macro): Fix docstring.
20437         * dired.el: Fix comments.
20439         * textmodes/fill.el (fill): Fix Info link.
20441         * font-lock.el (fast-lock, lazy-lock):
20442         * jit-lock.el (jit-lock): Remove links to removed Support Modes
20443         Info node.
20445         * eshell/eshell.el (eshell): Fix broken info-link.
20447         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20448         * eshell/em-banner.el (eshell-banner):
20449         * eshell/em-smart.el (eshell-smart):
20450         * eshell/esh-cmd.el (eshell-cmd):
20451         Comment out broken info-links to incomplete Info manual.
20453         * info-xref.el: Fix commentary.
20455 2004-03-25  Kevin Ryde  <user42@zip.com.au>
20457         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20458         Remove spurious node duplicate suppression, doesn't work, not wanted.
20459         (info-xref-output): Take format style args, add "sit-for 0" to let
20460         user see the results as they progress.
20461         (info-xref-check-all-custom): New function.
20463 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
20465         * gdb-ui.el: Moved to progmodes.
20467 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20469         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20471 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20473         * calendar/appt.el (appt-check): Remove superfluous progn.
20474         When finished with diary buffer: if it was not being displayed
20475         before, kill it; otherwise restore its original state.
20476         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20478         * calendar/calendar.el (calendar-set-mode-line): Use total
20479         available mode-line width, rather than frame-width.
20481         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20482         after mode change so effect not lost.
20484 2004-03-23  Dave Love  <fx@gnu.org>
20486         * dired.el (dired) <defgroup>: Add link to manual.
20487         (dired-font-lock-keywords): Add highlighting on unusual permissions.
20488         (dired-revert): Use dolist.
20489         (dired-mode-map): Add U binding.
20490         (dired-mode): Add font-lock-beginning-of-syntax-function.
20491         (dired-garbage-files-regexp): Make it a defcustom.
20493 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20495         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20496         is equivalent to nil.
20497         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20498         (vc-arch-mode-line-string): Accept `added' state.
20499         (vc-arch-state): Use inode-sigs if available.
20500         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20501         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
20502         (vc-arch-tagline-re): New var.
20503         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20504         New functions.
20505         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20506         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20508         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20509         (vc-file-not-found-hook): Use it.
20511         * diff-mode.el (diff-default-read-only): Change default.
20512         (diff-mode-hook): Make it a defcustom.  Add some options.
20513         (diff-mode-map): Bind diff-refine-hook.
20514         (diff-yank-handler): New var.
20515         (diff-yank-function): New fun.
20516         (diff-font-lock-keywords): Use them.
20517         (diff-end-of-file): Handle case where file-header looks like diff text.
20518         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20519         (diff-file-kill): Delete a subsequent empty line, if applicable.
20520         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20521         (diff-find-file-name): Use it.
20522         (diff-tell-file-name): New command.
20523         (diff-mode): Be careful with view-mode.
20524         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20525         New functions, for use in diff-mode-hook.
20526         (diff-find-source-location): Catch "regex too large" errors.
20527         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20528         (diff-refine-hunk): New command.
20530         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20531         (smerge-context-menu-map): Remove unused var.
20532         (smerge-keep-all): Preserve markers.
20533         (smerge-keep-n): New fun.
20534         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20535         (smerge-keep-current, smerge-ediff): Use it.
20536         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
20537         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20538         (smerge-resolve): Resolve trivial 3-part conflicts.
20540 2004-03-23  Juri Linkov  <juri@jurta.org>
20542         * man.el (Man-width): New var.
20543         (Man-getpage-in-background): Use it.
20544         (Man-support-local-filenames): New var and fun.
20545         (Man-build-man-command): Don't add a second %s.
20546         (Man-fontify-manpage): Clean up message.
20547         (Man-mode): Set outline-regexp, outline-level,
20548         imenu-generic-expression.
20550         * woman.el (woman-fill-frame): Doc fix.
20551         (woman-decode-region): Use window-width instead of frame-width.
20553         * abbrevlist.el (list-one-abbrev-table):
20554         * descr-text.el (describe-char):
20555         * international/mule-diag.el (describe-current-coding-system):
20556         * international/quail.el (quail-insert-decode-map):
20557         Use window-width instead of frame-width.
20559         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20560         (jka-compr-mode-alist-additions): Add tbz.
20561         (jka-compr-write-region, jka-compr-insert-file-contents):
20562         Add message for undefined compress-program.
20563         (jka-compr-write-region): Remove redundant var bindings.
20565         * dired-x.el (dired-guess-shell-alist-default): Add choices for
20566         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
20567         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20568         (dired-man): Use dired-guess-shell-command.
20569         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20570         Change default nil to t.
20572         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20573         (dired-compare-directories): Add default value for empty input.
20575         * help-at-pt.el: Move suggestions for key bindings to Commentary.
20577         * time.el (display-time-string-forms): Fix help-echo date format.
20579 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
20581         * autorevert.el (global-auto-revert-non-file-buffers): Expand
20582         docstring.
20583         (buffer-stale-function): New variable.
20584         (auto-revert-list-diff, auto-revert-dired-file-list)
20585         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20586         (auto-revert-handler): Take over some functionality of deleted
20587         functions.
20588         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20590         * dired.el (dired-directory-changed-p): New fun, extracted from
20591         dired-internal-noselect.
20592         (dired-buffer-stale-p): New fun.
20593         (dired-internal-noselect): Use dired-directory-changed-p.
20594         Eliminate revert messages.
20595         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20597 2004-03-23  Kenichi Handa  <handa@m17n.org>
20599         * international/characters.el: Setup syntaxes for more parentheses
20600         Unicode characters.
20602         * international/mule-cmds.el (select-safe-coding-system):
20603         Merge coding-system and auto-cs before comparing them.
20605 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20607         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20609         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20610         normal-auto-fill-function and comment-indent-function.
20611         The default values now work just as well.
20612         Don't set font-lock-beginning-of-syntax-function since we already set
20613         syntax-begin-function.
20614         (lisp-outline-level): Put ;;;###autoload at same level as (.
20615         (prin1-char): Quote special chars.
20617         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20618         than with-no-warnings.
20620         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20621         if the source location can't be found.
20622         (edebug-compute-previous-result): Use prin1-char.
20624         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20625         (debug-ignored-errors): Add an entry.
20627         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20628         (byte-compile-file): Output warning when deleting a file.
20630         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20631         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20633         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20634         (byte-compile-inline-expand): Use backquote.
20635         (byte-optimize-pure-func): Rename from byte-optimize-concat.
20636         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20638         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20640         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20642 2004-03-22  Juri Linkov  <juri@jurta.org>
20644         * finder.el (finder-known-keywords): Fix data, tex, unix.
20646         * play/landmark.el: Fix keywords.
20648         * language/ethio-util.el (ethio-find-file): Doc fix.
20650         * emacs-lisp/warnings.el: Doc fix.
20652         * textmodes/ispell.el (ispell-help): Doc fix.
20654 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
20656         * format.el (format-insert-file): Always return a list of two
20657         elements, like insert-file-contents does.
20659 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
20661         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20662         and vc-BACKEND-diff.
20663         (vc-print-log): If the print-log implementation supports it, use
20664         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20665         (vc-version-diff, vc-diff-internal): Doc fixes.
20667         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20668         implementation supports it, let diff output go to *vc*,
20669         not *vc-diff*, since this is an internal call.
20671         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20673         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20675         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20677 2004-03-21  Dave Love  <fx@gnu.org>
20679         * progmodes/cfengine.el (cfengine-mode):
20680         Set parse-sexp-ignore-comments.
20682         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20684 2004-03-21  Juanma Barranquero  <lektu@terra.es>
20686         * allout.el (allout-mode): Fix docstring.
20688 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
20690         * files.el (insert-directory): Fix bug if SWITCHES is a list.
20692         * autorevert.el (auto-revert-interval): Make new value take
20693         effect immediately when set through Custom.
20694         (auto-revert-set-timer): Add interactive declaration.
20696 2004-03-19  David Ponce  <david@dponce.com>
20698         * ruler-mode.el (ruler-mode-header-line-format-old):
20699         Don't `make-variable-buffer-local'.
20700         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20701         (ruler-mode-header-line-format): Simply funcall the above.
20702         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20703         to save/restore a previous header line format.
20704         (ruler-mode-space): Don't depend on a numeric WIDTH value.
20705         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20706         fringes and margins width.
20707         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20709 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20711         * log-edit.el (log-edit-font-lock-keywords): Typo.
20713         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20714         (tex-send-tex-command): Rather than here.
20715         (tex-compilation-parse-errors): Simplify.
20717         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20719         * time.el (display-time-string-forms): Add help-echo with date on time.
20721         * composite.el (compose-region): Use restore-buffer-modified-p.
20723         * disp-table.el (standard-display-8bit): Simplify.
20725         * server.el (server-process-filter): Delete temp frame.
20727         * add-log.el (add-change-log-entry): Simplify.
20729 2004-03-19  Kim F. Storm  <storm@cua.dk>
20731         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20732         (hexl-follow-line): Don't require 'fringe.
20734         * progmodes/compile.el (compilation-start): Always set
20735         compilation-last-buffer and return it.
20737 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
20739         * simple.el (clone-buffer): Doc fix.
20741 2004-03-18  Juanma Barranquero  <lektu@terra.es>
20743         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20745 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20747         * log-edit.el (log-edit-font-lock-keywords): New var.
20748         (log-edit-mode): Use it.
20750 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
20752         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20753         properly for watching in speedbar.
20755 2004-03-17  Masatake YAMATO  <jet@gyve.org>
20757         * smerge-mode.el (smerge-popup-context-menu):
20758         Put `unwind-protect' around `overlay-put' and `popup-menu'.
20760 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20762         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20763         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20764         Take sealed revisions into account.
20765         (vc-arch-checkin): Extract a summary line from the message.
20767 2004-03-16  Masatake YAMATO  <jet@gyve.org>
20769         * register.el (register): Provide `register' feature.
20771 2004-03-15  Masatake YAMATO  <jet@gyve.org>
20773         Added context menu support in smerge mode.
20774         Most of the part is written by Stefan Monnier.
20776         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20777         New keymap and menu.
20778         (smerge-text-properties): New function.
20779         (smerge-remove-props): New function.
20780         (smerge-popup-context-menu): New function.
20781         (smerge-resolve): Call `smerge-remove-props'.
20782         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20783         (smerge-keep-current): Ditto.
20784         (smerge-kill-current): New function.
20785         (smerge-match-conflict): Put text properties.
20786         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20788 2004-03-15  David Ponce  <david@dponce.com>
20790         * ruler-mode.el (ruler-mode-left-fringe-cols)
20791         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20792         (ruler-mode-right-scroll-bar-cols): Remove.
20793         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20794         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20795         Use fringe-columns and scroll-bar-columns.
20797 2004-03-15  Masatake YAMATO  <jet@gyve.org>
20799         * hl-line.el (hl-line-range-function): New variable.
20800         (hl-line-move): New function.
20801         (global-hl-line-highlight): Use `hl-line-move'.
20802         (hl-line-highlight): Ditto.
20804         * scroll-bar.el (scroll-bar-columns):
20805         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20807         * ruler-mode.el (top-level): Require scroll-bar and fringe.
20808         (ruler-mode-left-fringe-cols)
20809         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20810         (ruler-mode-right-scroll-bar-cols)
20811         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20812         (ruler-mode-ruler-function): New variable.
20813         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20814         if the value for `ruler-mode-ruler-function' is given.
20816         * hexl.el (hexl-mode-hook): Make the hook customizable.
20817         (hexl-address-area, hexl-ascii-area): New customize variables.
20818         (hexlify-buffer): Put font-lock-faces on the address area and
20819         the ascii area.
20820         (hexl-activate-ruler): New function.
20821         (hexl-follow-line): New function.
20822         (hexl-highlight-line-range): New function.
20823         (hexl-mode-ruler): New function.
20825 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20827         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
20828         (vc-default-find-file-hook): New fun.
20829         (vc-find-file-hook): Call new find-file-hook operation.
20831         * vc-arch.el: New file.
20833 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
20835         * info-look.el (info-lookup): Reuse an existing Info window.
20837 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20839         * woman.el (woman-preserve-ascii): Default value changed to t and
20840         doc string revised.
20842 2004-03-12  Richard M. Stallman  <rms@gnu.org>
20844         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20845         Fix minor bug.
20847         * replace.el (occur-engine): Change message for count of matches.
20849         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20850         For strings, do compare text properties.
20852 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
20854         * progmodes/compile.el (compile-auto-highlight)
20855         (compilation-error-list, compilation-old-error-list)
20856         (compilation-parse-errors-function, compilation-parsing-end)
20857         (compilation-error-message, compilation-directory-stack)
20858         (compilation-enter-directory-regexp-alist)
20859         (compilation-leave-directory-regexp-alist)
20860         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20861         (compilation-current-file, compilation-regexps): Remove vars.
20863         (compile-error-at-point, compilation-error-filedata)
20864         (compilation-error-filedata-file-name, compile-reinitialize-errors)
20865         (compilation-next-error-locus, compilation-forget-errors)
20866         (count-regexp-groupings, compilation-parse-errors)
20867         (compile-collect-regexps, compile-buffer-substring): Remove funs.
20869         (compile-internal): Make obsolete.
20871         (compilation-first-column, compilation-error)
20872         (compilation-directory-matcher, compilation-page-delimiter)
20873         (compilation-mode-font-lock-keywords, compilation-debug)
20874         (compilation-error-face, compilation-warning-face)
20875         (compilation-info-face, compilation-line-face)
20876         (compilation-column-face, compilation-enter-directory-face)
20877         (compilation-leave-directory-face, compilation-skip-threshold)
20878         (compilation-skip-visited, compilation-context-lines): New vars.
20880         (compilation-warning-face, compilation-info-face)
20881         (compilation-message-face): New faces.
20883         (compilation-error-regexp-alist-alist): New constant.
20885         (compilation-face, compilation-directory-properties)
20886         (compilation-assq, compilation-error-properties, compilation-start)
20887         (define-compilation-mode, compilation-loop)
20888         (compilation-set-window): New functions.
20890         (compile): Additional argument for interactive compiles like TeX.
20892         * progmodes/grep.el (kill-grep): Move here from compile.el
20893         (grep-error, grep-hit-face, grep-error-face)
20894         (grep-mode-font-lock-keywords): New variables.
20895         (grep-regexp-alist): Simplify regexp and add `binary' case.
20896         (grep-mode): New mode.
20897         (grep-process-setup): Simplify.
20899 2004-03-11  Jason Rumney  <jasonr@gnu.org>
20901         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20902         letters on DOS/Windows.
20904 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20906         * server.el (server-name): New var.
20907         (server-socket-dir): New var to replace server-socket-name.
20908         (server-start): Use them.
20910 2004-03-11  Simon Josefsson  <jas@extundo.com>
20912         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20913         died to avoid infloop.  Reported by Jonathan Glauner
20914         <jglauner@sbum.org>.
20916 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20918         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20919         (smerge-mode-menu): Use it to deactivate menu entries.
20920         (smerge-keep-current): New fun.
20921         (smerge-keep-current): Use it.
20923 2004-03-10  John Paul Wallington  <jpw@gnu.org>
20925         * foldout.el (foldout-fold-list, foldout-modeline-string):
20926         Declare them as variables, not constants.
20928 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20930         * ps-print.el: Modification to print *Messages* buffer.
20931         (ps-print-version): New version 6.6.4.
20932         (ps-message-log-max): New fun.
20933         (ps-spool-without-faces, ps-spool-with-faces)
20934         (ps-count-lines-preprint): Code fix.
20936         * printing.el: New tips in Tips section.
20938 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20940         * delim-col.el: Doc fix.
20942         * printing.el: Doc fix.  New doc section (Tips).
20944 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20946         * type-break.el (type-break-emacs-variant): Remove.
20947         (type-break-run-at-time, type-break-cancel-function-timers):
20948         Use fboundp rather than version name and number.
20950 2004-03-09  Masatake YAMATO  <jet@gyve.org>
20952         * hexl.el (hexl-mode): Use `make-local-variable' instead of
20953         `make-variable-buffer-local'.
20955 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
20957         * find-dired.el (find-dired): Call `shell-command' instead of
20958         `start-process-shell-command'.  By this, Tramp takes over
20959         handling of remote directories.
20961 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20963         * newcomment.el (comment-use-global-state): New var.
20964         (comment-search-forward): Use it.
20966         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20968         * cus-edit.el (fill) <defgroup>: Move to fill.el.
20970         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20971         (enable-kinsoku): Make it a defcustom.
20972         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20973         paragraph to same-comment-start-marker.
20975 2004-03-07  Dave Love  <fx@gnu.org>
20977         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20978         (browse-url-mail): Use it.
20980         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20981         (rfc2368-unhexify-string): Use replace-regexp-in-string.
20983 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20985         * woman.el (woman-man.conf-path): Doc fix.
20986         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20988 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
20990         * sort.el (sort-columns): Remove ms-dos from the list of systems
20991         where the external `sort' command is not used.
20993 2004-03-07  Kim F. Storm  <storm@cua.dk>
20995         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20996         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20997         from overlay-arrow-variable-list.
20998         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
21000 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
21002         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
21003         overlay arrow string properly for the assembler buffer.
21005 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21007         * mail/sendmail.el (mail-mode): Fix last change.
21009 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
21011         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
21012         for the assembler buffer.
21013         (gdb-assembler-custom): Position the overlay arrow.
21014         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
21016 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21018         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
21020         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
21021         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
21023         * mail/sendmail.el (mail-mode): Set comment-start-skip.
21025         * newcomment.el (uncomment-region): Allow non-terminated comment.
21026         (comment-normalize-vars): Check the user-specified comstart marker.
21028 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21030         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
21031         Otherwise, do use it if the region only contains font-lock text
21032         properties.
21034 2004-03-04  Masatake YAMATO  <jet@gyve.org>
21036         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
21037         as the callback function for eldoc.
21038         (hexl-print-current-point-info): New function.
21039         (hexl-current-address): Print the address in both decimal
21040         and hexadecimal format.
21042 2004-03-04  Richard M. Stallman  <rms@gnu.org>
21044         * mail/rmail.el (rmail-convert-to-babyl-format):
21045         Specify t for UNIBYTE when calling mail-unquote-printable-region.
21047         * mail/mail-utils.el (mail-unquote-printable-region):
21048         New arg UNIBYTE.
21050         * startup.el (command-switch-alist): Doc fix.
21052         * simple.el (undo): Temporarily set this-command to `undo-start',
21053         then set it to `undo' once undo-start returns without error.
21055         * simple.el (minibuffer-history-sexp-flag): Doc fix.
21057         * simple.el (kill-line): Don't disregard trailing whitespace
21058         in eol condition, if show-trailing-whitespace is set.
21060         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
21061         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
21062         When disabling, restore old values only if mouse-sel-has-been-enabled.
21064         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
21065         (isearch-{-char): New function.
21066         (isearch-mode-map): Bind { to isearch-{-char.
21068         * font-lock.el (lisp-font-lock-keywords-2):
21069         Turn off the CL with-... and do-... general patterns.
21070         Instead, recognize several specific with... and do... constructs.
21072         * files.el (switch-to-buffer-other-window):
21073         Bind same-window-buffer-names and same-window-regexps to nil.
21074         (switch-to-buffer-other-frame): Likewise.
21076 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21078         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
21079         recognizing leading comment on code line.
21081 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21083         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
21084         hidden files/directories.
21086 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21088         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
21089         only comment-start (in case the mode hasn't set it).
21091         * Makefile.in (AUTOGENEL): New var.
21092         (bootstrap-prepare): Rename from bootstrap-clean.
21093         Don't remove elc files.
21094         (maintainer-clean): New target.
21096         * xml.el (xml-get-attribute-or-nil): Simplify.
21098 2004-03-02  Juri Linkov  <juri@jurta.org>
21100         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
21101         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
21102         URL to prevent their substitution with the environment variable
21103         values by browsers.
21105 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21107         * ps-print.el: Doc fix.
21108         (ps-print-version): New version number (6.6.3).
21109         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
21110         Docstring fix.
21111         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
21112         before printing.
21113         (ps-time-stamp-yyyy-mm-dd): New fun.
21114         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
21116 2004-03-02  Kim F. Storm  <storm@cua.dk>
21118         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
21120 2004-03-01  Juanma Barranquero  <lektu@terra.es>
21122         * allout.el (allout-rebullet-heading): Fix typo in docstring.
21124         * desktop.el (desktop-file-version)
21125         (desktop-after-read-hook): Fix typos.
21126         (desktop-clear-preserve-buffers): Remove redundant info in
21127         docstring already shown by the obsolescence message.
21128         (desktop-truncate, desktop-internal-v2s)
21129         (desktop-value-to-string): Change argument name to match docstring.
21131         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
21133         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
21134         docstring.
21136 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21138         * printing.el: Replace "As Is..." in PostScript file print/preview by
21139         "No Preprocessing...".  Suggested by Colin Marquardt
21140         <_marquardt_@zmd.de>.
21141         (pr-insert-section-4): Adjust buffer interface.
21143 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
21145         Version 2.0.39 of Tramp released.
21147         * net/tramp.el (tramp-handle-file-local-copy)
21148         (tramp-handle-write-region, tramp-open-connection-rsh):
21149         Variable name typo.  Small change.  From Patrick Tullmann
21150         <tullmann@flux.utah.edu>.
21151         (tramp-process-connection-type): New variable.
21152         (tramp-maybe-open-connection): Use it.
21153         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
21154         (tramp-touch): Set last-modified time of a remote file.
21155         (tramp-handle-write-region): Say which function is used when encoding.
21157 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
21159         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
21160         case of non-existing filename, too.  Reported by Christoph Bauer
21161         <c_bauer@informatik.uni-kl.de>.
21162         (tramp-smb-get-file-entries): The directory in question should
21163         have permissions "drwxrwxrwx".  Just virtual, because we don't
21164         know the real permissions.  Don't we know?
21165         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
21166         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
21167         (tramp-smb-wait-for-output): Optimize algorithm getting pending
21168         output.  If it was received chunkwise, there have been problems.
21169         Remove the "prompt not found" error message; it is obvious.
21170         Simplify algorithm.
21171         (tramp-smb-process-running): Remove.  Since we acknowledge the
21172         virtual prompt for shares, there's no need for distinction of
21173         reading shares (process ends afterwards) and interactive mode of
21174         smblient.
21175         (tramp-smb-open-connection): Setting process sentinel removed.
21176         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
21177         "NT_STATUS_NETWORK_ACCESS_DENIED".
21178         (tramp-smb-maybe-open-connection): Set `process-connection-type'
21179         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
21180         (top-level): Setting default value in `tramp-default-method-alist'
21181         corrected.  Order of USER and HOST have been wrong.
21182         Nobody complained for months ...
21183         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
21184         (tramp-smb-open-connection): Clear password cache if login has failed.
21186         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
21187         `tramp-unified-filenames'.
21188         (tramp-completion-mode): Make test for XEmacs explicitly.
21189         `event-to-character' can exists in Emacs packages too.
21190         Reported by Matt Swift <swift@alum.mit.edu>.
21191         (tramp-buffer-name): Buffer name must contain the user if exists.
21192         Reported by Adrian Phillips <a.phillips@met.no>.
21193         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
21194         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
21195         (tramp-do-copy-or-rename-file-out-of-band): Rename from
21196         `tramp-do-copy-or-rename-file-one-local', because it handles also
21197         the case both files use the same out-of-band method.
21198         Implementation added.
21199         (tramp-handle-file-local-copy, tramp-handle-write-region):
21200         Out-of-band handling removed.  `copy-file' called instead, which
21201         calls `tramp-do-copy-or-rename-file-out-of-band'.
21202         (tramp-action-password): Check for out-of-band method removed.
21203         This function is used for 'login-program.
21204         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21205         appropriate.
21206         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21207         and `tramp-parse-sknownhosts'.
21208         (tramp-completion-function-alist): It's a defvar now, because we
21209         want to apply the optimized `tramp-set-completion-function'
21210         instead of a static list.
21211         (tramp-set-completion-function): Implementation tuned.
21212         Avoid double entries, and entries where the function or the
21213         file/directory doesn't exist.
21214         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21215         for SSH2.
21216         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21217         (tramp-handle-dired-compress-file): New function.
21218         (tramp-async-proc): New variable.
21219         (tramp-handle-shell-command): Adding asynchronous processes.
21220         They are far from being perfect, but it works at least for
21221         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
21222         (top-level): Require password.el if visible.  Should be mandatory
21223         once No Gnus has found its way into (X)Emacs.
21224         (tramp-read-passwd): Invoke `password-read' if available,
21225         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
21226         fallback any longer.
21227         (tramp-clear-passwd): New function.
21228         (tramp-process-actions, tramp-process-multi-actions):
21229         Clear password cache if login has failed.
21231         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
21232         its own module.
21233         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21234         `ange-ftp-ftp-name-res'.  There could be incorrect values from
21235         previous calls in case the "ftp" method is used in the Tramp file
21236         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21238 2004-02-28  Richard M. Stallman  <rms@gnu.org>
21240         * term.el (term-mouse-paste): Call mouse-set-point.
21242         * thumbs.el: New file.
21244 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21246         * progmodes/ebnf-abn.el: Doc fix.
21248         * progmodes/ebnf-bnf.el: Doc fix.
21249         (ebnf-repeat): Code fix.
21251         * progmodes/ebnf2ps.el: Doc fix.
21252         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21254 2004-02-28  Juri Linkov  <juri@jurta.org>
21256         * ffap.el (dired-at-point): Additional writability test for
21257         relative directory names.
21258         (dired-at-point-prompter): Treat directories as a directory, get
21259         the directory component from files.
21260         (ffap-string-at-point): Return string from region if region is active.
21261         (ffap-file-at-point): Remove redundant code.
21263 2004-02-28  Kim F. Storm  <storm@cua.dk>
21265         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21266         Initialize margin area images to nil.
21267         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21268         (breakpoint-enabled-bitmap-face)
21269         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21270         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21271         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21272         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21273         (gdb-reset): Use gdb-remove-breakpoint-icons.
21274         (gdb-put-string): Add dprop arg to specify alternative display
21275         property (for setting fringe bitmap).
21276         (gdb-remove-strings): Doc fix.
21277         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21278         icon in fringe (if available), or else as icon or text in display
21279         margin.  Creates necessary icons in breakpoint-bitmap,
21280         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21281         Also make left window margin if required.
21282         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21283         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
21284         no longer needed.
21285         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21286         gdb-put-breakpoint-icon.
21287         (gdb-assembler-mode): Don't set left-margin-width here.
21289 2004-02-27  Kevin Ryde  <user42@zip.com.au>
21291         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21292         comma, so that it DTRT in macros.
21294 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21296         * progmodes/sh-script.el (sh-shell-arg)
21297         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21298         (sh-leading-keywords, sh-other-keywords): Fix custom type.
21300 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
21302         * faces.el (face-spec-set-match-display): Add a new attribute,
21303         `min-colors'.
21304         (region, highlight, secondary-selection): Use `min-colors'.
21306         * custom.el (defface): Add documentation for `min-colors'.
21308         * font-lock.el (font-lock-comment-face, font-lock-string-face)
21309         (font-lock-keyword-face, font-lock-function-name-face)
21310         (font-lock-variable-name-face, font-lock-constant-face):
21311         Use `min-colors'.
21313         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21315 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21317         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
21318         define assq-delete-all if it's not defined.
21319         (ebnf-generate-region): Code fix.
21321         * printing.el: Doc fix.
21322         (pr-version): New version number (6.7.2).
21323         (pr-command): Return empty string if command is an empty string.
21325 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21327         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21329         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
21330         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21331         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
21332         "tt" ["test"] ).  Reported by Markus Dreyer
21333         <mdreyer@ix.urz.uni-heidelberg.de>.
21334         (ebnf-version): New version number (4.0).
21335         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21336         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21337         (ebnf-delete-style): New commands.
21338         (ebnf-directory, ebnf-file): New funs.
21339         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21340         (ebnf-production-name-p, ebnf-stop-on-error): New options.
21341         (ebnf-syntax-alist): New var.
21342         (ebnf-element-width): New fun replacing ebnf-list-width.
21343         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21344         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21345         (ebnf-prologue): Adjust vars.
21346         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21347         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21348         (ebnf-check-style-values, ebnf-generate-production)
21349         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21350         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21351         (ebnf-token-repeat): Code fix.
21353         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
21354         %right, %left and %prec.  Suggested by Matthew K. Junker
21355         <junker@alum.mit.edu>.
21356         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21358         * progmodes/ebnf-iso.el: Doc fix.
21359         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21360         (ebnf-iso-lex): Code fix.
21362         * progmodes/ebnf-bnf.el: Doc fix.
21363         (ebnf-bnf-lex): Code fix.
21365         * progmodes/ebnf-otz.el: Doc fix.
21367 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
21369         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
21370         (abbrev-prefix-mark): Doc fix.
21372 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
21374         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21375         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21376         (gdb-var-delete): Make interactive (really).
21377         (gdb-edit-value): Make non-interactive.
21379         * progmodes/gud.el (gud-speedbar-menu-items):
21380         Add gdb-var-delete and, indirectly, gdb-edit-value.
21381         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21382         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21383         (gud-gdb-marker-filter): Add comment for annotations.
21385 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
21387         * calendar/calendar.el (generate-calendar)
21388         (calendar-read-date): Prevent display of BC calendars once more -
21389         reverts 2003-10-01 change.
21390         (generate-calendar-month): Doc fix.
21392 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
21394         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21395         return value of increment-calendar-month.
21397 2004-02-21  Stephen Compall  <s11@member.fsf.org>
21399         * saveplace.el (save-place-forget-unreadable-files)
21400         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21401         (save-place-forget-unreadable-files): New function.
21402         (save-place-alist-to-file): Use it to filter out files that are
21403         no longer readable.
21405         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21406         current Texinfo environment, using the same method as in
21407         `texinfo-insert-@end', and insert a space rather than a newline if
21408         point in a @table environment.
21410 2004-02-21  Juri Linkov  <juri@jurta.org>
21412         * ffap.el (ffap-file-at-point): Try parent directories.
21414 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
21416         * vcursor.el (vcursor-modifiers): New defcustom.
21417         (vcursor-cs-binding): Use vcursor-modifiers instead of a
21418         hard-coded list.
21420 2004-02-21  Masatake YAMATO  <jet@gyve.org>
21422         * play/animate.el (animate-birthday-present): Accept names other
21423         than `Sarah', too.
21425 2004-02-21  Juri Linkov  <juri@jurta.org>
21427         * startup.el: Remove table of command line arguments from the
21428         Commentary section.
21430 2004-02-20  John Wiegley  <johnw@newartisans.com>
21432         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21433         again" modifier from 'e' to 'E', since 'e' is also used by the
21434         "file extension" modifier.
21436 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
21438         * help-fns.el (describe-categories): Doc fix.
21440 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21442         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21443         temporary file for buffer already visiting one.  This change makes
21444         output likely to be directly usable by patch program.
21445         Suggested by Adrian Aichner  <adrian@xemacs.org>
21447 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
21449         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21450         case of variables defined in compound statements.
21451         (gdb-setup-windows, gdb-source-info, gdb-source-info):
21452         Simplify constructions using switch-to-buffer.
21454 2004-02-19  Simon Josefsson  <jas@extundo.com>
21456         * play/morse.el: Fix typo.
21457         (morse-code): Add @.
21459 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
21461         * calendar/appt.el (appt-display-format): Change default to
21462         'ignore, for backwards compatibility.
21463         (appt-display-message): If appt-display-format is 'ignore,
21464         respect old vars appt-msg-window and appt-visible.
21465         (appt-activate): Don't depend on return value of cancel-timer.
21467         * calendar/calendar.el (calendar-holidays): Doc fix.
21469         * calendar/cal-coptic.el (coptic-prompt-for-date):
21470         Use assoc-string instead of assoc-ignore-case.
21471         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21472         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21473         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21474         * calendar/cal-islam.el (calendar-goto-islamic-date)
21475         (mark-islamic-diary-entries): Ditto.
21476         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21477         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21478         (calendar-read-mayan-tzolkin-date): Ditto.
21479         * calendar/calendar.el (calendar-read-date): Ditto.
21480         * calendar/diary-lib.el (mark-diary-entries): Ditto.
21482 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21484         * progmodes/executable.el (executable-command-find-posix-p):
21485         Fix choice of the directory.
21487 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
21489         * simple.el (interprogram-cut-function)
21490         (interprogram-paste-function, kill-new, kill-append):
21491         Doc fixes.
21492         (kill-region): Make it return nil.  Doc fix.
21493         (yank-pop): Make its argument optional.
21494         (yank): Make ARG `-' equivalent to `-1'.
21496 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
21498         * mail/rmail.el (rmail-get-new-mail): Don't reference
21499         rmail-use-spam-filter if rmail-spam-filter is not loaded.
21501 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21503         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21504         if one of global-auto-revert-non-file-buffers or autorevert-mode
21505         is non-nil.
21507 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21509         * subr.el (delete-dups): A better implementation from Karl Heuer
21510         <kwzh@gnu.org>.
21512 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
21514         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21515         correct place.
21516         * progmodes/icon.el (icon-indent-command): Ditto.
21517         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21519 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21521         * progmodes/grep.el (grep-compute-defaults): Undo change from
21522         2004-01-29: don't use executable-command-find-posix-p.
21524 2004-02-16  Richard Sharman  <rsharman@pobox.com>
21526         * hilit-chg.el: Use require instead of eval-and-compile.
21527         (highlight-compare-buffers): New function.
21529 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
21531         * man.el (Man-fontify-manpage): Render section headings in
21532         `Man-overstrike-face' even when overstrike was not used by man
21533         formatter for section headings.
21535 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
21537         * rmail-spam-filter.el (vm-use-spam-filter)
21538         (rsf-min-region-length-added-to-spam-list): New variables.
21539         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21540         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
21541         spam testing.  Don't delete spam message if automatic deletion
21542         after output via variable rmail-delete-after-output is turned on.
21543         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21544         rsf-bbdb-dont-create-entries-for-spam.
21545         (check-field): New function, extracted from code in
21546         rmail-spam-filter to ease addition of header fields like content-type.
21547         (message-content-type): New variable to check the content-type:
21548         field added, also in defcustom of rsf-definitions-alist.
21549         (rmail-spam-filter): Replace repeated test code for header fields
21550         by calls to check-field; change the call to
21551         rmail-output-to-rmail-file such that rmail-current-message stays
21552         the same to avoid wrong deletion of unseen flags.
21553         (rsf-add-contents-type): New function to convert old format
21554         of rmail-spam-definitions-alist into new one.
21555         Change prefixes of all variables and functions from
21556         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21558 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21560         * loadhist.el (unload-hook-features-list): New defvar.
21562 2004-02-16  Dave Love  <fx@gnu.org>
21564         * loadhist.el (unload-feature): Doc fix.  Rename flist to
21565         unload-hook-features-list.
21567 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
21569         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21570         cookie.  Don't check if we are looking-at open-formula.
21572 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21574         * subr.el (match-string-no-properties): Use substring-no-properties.
21576 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21578         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21579         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21580         Use lower-case "rx" in all error message.
21582 2004-02-16  Dave Love  <fx@gnu.org>
21584         * emacs-lisp/rx.el (rx-or): Put group around result.
21585         (rx-constituents): Add backref.
21586         (rx-syntax): Add string-delimiter, comment-delimiter.
21587         (rx-categories): Add combining-diacritic.
21588         (rx-check-not, rx-greedy, rx): Doc fix.
21589         (rx-backref, rx-check-backref): New.
21591 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
21593         * newcomment.el (uncomment-region): Allow eob as comment end.
21595 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
21597         * filecache.el: All message and error commands now use prefix
21598         "Filecache:" to make it easy to read *Messages* buffer.
21600 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
21602         * autorevert.el: Add support to detect changed dired and VC buffers.
21603         (auto-revert-active-p, auto-revert-list-diff)
21604         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21605         (auto-revert-handler, auto-revert-active-p): New functions.
21606         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21607         and `auto-revert-active-p'.
21608         (eval-when-compile): Defvar dired-directory and vc-mode.
21609         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21610         (auto-revert-handler-vc): New functions.
21612 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21614         * progmodes/compile.el (compilation-directory): New defvar.
21615         (compile): Save current directory in compilation-directory.
21616         (recompile): Bind default-directory to compilation-directory if
21617         that is non-nil.
21619 2004-02-16  Dave Love  <fx@gnu.org>
21621         * newcomment.el (comment-insert-comment-function)
21622         (comment-region-function, uncomment-region-function): New.
21623         (comment-indent): Use comment-insert-comment-function.
21624         (uncomment-region): Use uncomment-region-function.
21625         (comment-region): Use comment-region-function.
21627         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21629 2004-02-16  Richard Stallman  <rms@gnu.org>
21631         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21632         loaddefs* and ldefs-boot*.
21634 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21636         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21637         and email address at the beginning and end of the address.
21639         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21640         anchored at the beginning of the email address.
21642 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
21644         * international/ccl.el (ccl-compile-write): Pass `left' to
21645         ccl-embed-code to generate correct code of write-expr-register.
21647 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
21649         * progmodes/grep.el (grep-compute-defaults): Fix typos.
21651 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21653         * x-dnd.el: Mention support for Motif in commentary.
21654         (x-dnd-handle-drag-n-drop-event): Ditto.
21656 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
21658         * ses.el: Use "ses--" prefixes for buffer-local variables.
21659         Use (point-min) instead of 1, even when we know the buffer
21660         is unnarrowed.
21661         (ses-build-load-map): Delete.  Distribute its content to defconsts for
21662         the three maps.
21663         (ses-menu, ses-header-line-menu): New menus.
21664         (ses-mode-map): Use them.
21665         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
21667 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
21669         * Makefile.in: Fix the CC Mode recompile kludge so it works
21670         when building in a different directory.
21672 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
21674         * simple.el (kill-new): Put yank-handler property on the entire string.
21676 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21678         * diff.el: Don't use compile any more, use diff-mode instead.
21679         (diff-regexp-alist, diff-old-file, diff-new-file)
21680         (diff-parse-differences, diff-process-setup): Remove.
21681         (diff-sentinel): New fun.
21682         (diff): Use it.  Run the process ourselves.
21683         Use diff-mode for the rest of the processing.
21685         * diff.el (diff): Simplify code handling `switch'.
21687 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21689         * pcvs-defs.el (cvs-menu): Add `tag'.
21691 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
21693         * simple.el (kill-append): Doc fix.
21695         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21696         Adapt outline-regexp to the new conventions for commenting out code.
21698 2004-02-11  John Paul Wallington  <jpw@gnu.org>
21700         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21702 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21704         * diff.el (diff-switches): New fun.
21705         (diff, diff-backup): Use it.
21706         (diff): Clean up the args construction.  Use backquote.
21707         Use listp instead of consp to avoid putting a nil arg.
21708         (diff): Add a revert-buffer function.
21710 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21712         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21713         handled by x-dnd-handle-file-name.
21714         (x-dnd-known-types): Add COMPOUND_TEXT.
21715         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21716         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21717         x-dnd-empty-state.
21718         (x-dnd-forget-drop): Ditto.
21719         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21720         (x-dnd-handle-one-url): Return private when inserting text.
21721         (x-dnd-insert-ctext): New function.
21722         (x-dnd-handle-file-name): New function for FILE_NAME.
21723         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21724         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21725         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21727 2004-02-10  Kenichi Handa  <handa@m17n.org>
21729         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21730         instead of while loop.
21732 2004-02-10  Miles Bader  <miles@gnu.org>
21734         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21736 2004-02-09  Kenichi Handa  <handa@m17n.org>
21738         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21739         have end-of-line.
21741 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
21743         * Makefile.in: Added extra dependencies in the recompile target
21744         needed to cope with the compile time macro expansions in CC Mode.
21746 2004-02-09  Kim F. Storm  <storm@cua.dk>
21748         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21749         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21750         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21751         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21752         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21753         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21754         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21755         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21756         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21757         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21758         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21760 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21762         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21763         Don't allow shrink if there's a window on our right.
21765         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21766         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21767         Bring together declaration and initialization.
21768         (prolog-mode-variables): Don't set the syntax table.
21769         Don't set paragraph-start and comment-indent-function.
21770         Add /*..*/ to the comment regexps.
21771         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
21772         (prolog-mode-map): Don't bind TAB.
21773         (prolog-mode): Set the syntax table.
21774         (prolog-comment-indent): Remove.
21775         (inferior-prolog-mode-map): Initialize in the declaration.
21776         (inferior-prolog-mode-syntax-table)
21777         (inferior-prolog-mode-abbrev-table): New vars.
21778         (inferior-prolog-mode): Derive from comint-mode.
21779         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21780         minibuffer windows.
21782         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21783         in file names, as long as it is unambiguous.
21785 2004-02-08  Andreas Schwab  <schwab@suse.de>
21787         * textmodes/reftex-toc.el
21788         (reftex-toc-load-all-files-for-promotion): Remove useless use of
21789         format.  Doc fix.
21791         * textmodes/refer.el (refer-find-entry-internal): Remove extra
21792         format string arguments.
21794         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21795         string argument.
21797         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21799         * play/zone.el (zone-call): Fix format string.
21801         * net/webjump.el (webjump-builtin): Add missing format string argument.
21803         * midnight.el (midnight-delay-set): Remove extra format string
21804         argument.
21806         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21808         * hexl.el (hexl-insert-char): Add missing format string argument.
21810         * format.el (format-decode): Fix format string.
21812         * emulation/vi.el (vi-mode): Remove extra format string argument.
21813         (vi-repeat-last-search): Likewise.
21814         (vi-reverse-last-search): Likewise.
21815         (vi-goto-mark): Likewise.
21816         (vi-reverse-last-find-char): Likewise.
21817         (vi-repeat-last-find-char): Likewise.
21818         (vi-locate-def): Likewise.
21820         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21822         * ediff-util.el (ediff-toggle-read-only): Remove extra format
21823         string argument.
21824         (ediff-toggle-regexp-match): Likewise.
21826         * dired-aux.el (dired-do-query-replace-regexp): Add missing
21827         format string argument.
21829         * calc/calc-map.el (calc-get-operator): Remove extra format
21830         string argument.
21832         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21834         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21835         string argument.
21837         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21839         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21841         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21843         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21844         (cl-struct-setf-expander): Likewise.
21846         * vc.el (with-vc-file): Fix unsafe uses of error.
21847         (vc-cancel-version): Likewise.
21849 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
21851         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21852         thousands separator; fixes <class>:<line-number> regexp for
21853         non-english locales.
21855 2004-02-08  Andreas Schwab  <schwab@suse.de>
21857         * view.el (view-mode-enable): Revert previous change.
21859 2004-02-07  Kim F. Storm  <storm@cua.dk>
21861         * simple.el (line-number-at-pos): Rename from line-at-pos.
21862         Uses changed (what-line and vc-annotate-warp-version).
21864 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21866         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21867         (diff-mode): Remove aborted attempt at support for compile.el.
21868         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21870 2004-02-06  Andreas Schwab  <schwab@suse.de>
21872         * view.el (view-mode-enable): Add view-mode-map to
21873         minor-mode-overriding-map-alist.
21875 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21877         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21879 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21881         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21882         with point inside rather than after the paragraph.
21884 2004-02-04  Sam Steingold  <sds@gnu.org>
21886         * mail/smtpmail.el (smtpmail-try-auth-methods):
21887         Do not try authentication when no mechanism is available.
21888         Pass port-name as defaultport to `netrc-machine'.
21890 2004-02-04  Stephen Eglen  <stephen@gnu.org>
21892         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21893         to show how minibuffer height can be constrained.
21895 2004-02-04  John Paul Wallington  <jpw@gnu.org>
21897         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21899 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21901         * x-dnd.el: New file for drag and drop.
21903         * term/x-win.el: require x-dnd, set after-make-frame-functions
21904         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21905         drag-n-drop event.
21907         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21908         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21909         (dired-dnd-handle-file): New functions for drag and drop support.
21910         (dired-mode): Initialize drag and drop if x-dnd present.
21912 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21914         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21915         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21916         (cperl-mode): Set fill-paragraph-function.
21917         (cperl-fill-paragraph): Make it non-interactive.
21919 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
21921         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21923 2004-02-02  David Kastrup  <dak@gnu.org>
21925         * replace.el (perform-replace): Allow 'literal argument in
21926         regexp-flag to indicate literal replacement.
21927         (query-replace-regexp-eval): Use it.
21929 2004-02-01  Andreas Schwab  <schwab@suse.de>
21931         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21933 2004-02-01  Stephen Eglen  <stephen@gnu.org>
21935         * info-look.el: Add support for maxima-mode.  Update commentary
21936         because info-lookup-symbol is now bound to C-h S.
21938 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
21940         * simple.el (edit-and-eval-command): Bind print-level and
21941         minibuffer-history-sexp-flag around call to read-from-minibuffer.
21942         Correct initial position in command-history.
21944 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
21946         * files.el (read-directory-name): Adapt the docstring to recent
21947         change in Fread_file_name.
21949 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
21951         * ses.el (ses-print-cell): If print format too wide for column
21952         width, truncate decimal places if that helps to avoid "#####" fill.
21953         * ses.el (ses-initial-column-width): Revert previous change.
21955 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21957         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21958         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21959         Add edebug info.
21960         (jit-lock-mode): Setup/cancel the new timer.
21961         (jit-lock-context-fontify): New fun.  Extracted from
21962         context fontification code of jit-lock-stealth-fontify.
21963         (jit-lock-stealth-fontify): Don't do context fontification any more.
21965         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21966         (jit-lock-fontify-now): Handle the `quit' case.
21967         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21969 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
21971         * progmodes/executable.el (executable-command-find-posix-p):
21972         New.  Check if find handles arguments Posix-style.
21974         * progmodes/grep.el (grep-compute-defaults):
21975         Use executable-command-find-posix-p.
21976         (grep-find): Check `grep-find-command'.
21978         * filecache.el (file-cache-find-posix-p): Delete.
21979         (file-cache-add-directory-using-find):
21980         Use `executable-command-find-posix-p'.
21982 2004-01-29  Dave Love  <fx@gnu.org>
21984         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21985         Iterate the hook function if arg is given.
21986         (mark-defun, narrow-to-defun): Change order of finding the limits.
21988         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21989         (byte-compile-format-warn): New.
21990         (byte-compile-callargs-warn): Use it.
21991         (Format, message, error): Add byte-compile-format-like property.
21992         (byte-compile-maybe-guarded): New.
21993         (byte-compile-if, byte-compile-cond): Use it.
21994         (byte-compile-lambda): Compile interactive forms,
21995         just to make warnings about them.
21997 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
21999         * ses.el (ses-initial-column-width): Increase to 14, so it will
22000         work well with the default printer of "%.7g" for extreme values
22001         like "-1.234567e+07".
22003 2004-01-29  Kenichi Handa  <handa@m17n.org>
22005         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
22007 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
22009         * dos-w32.el: Added support for the `default-printer-name' function.
22011 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22013         * server.el (server-socket-name): Don't use the hostname in the
22014         socket name since /tmp is local to the host anyway.
22016         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
22017         robust check of widening and fix var-naming.
22019 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
22021         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
22022         or rmail-spam- to rsf- in all function and variable names.
22023         (rsf-min-region-to-spam-list): New variable.
22024         (rsf-bbdb-auto-delete-spam-entries): Rename from
22025         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
22026         scanned together with the recipients field for spam testing; Don't
22027         delete spam message if rmail-delete-after-output is non-nil;
22028         (rsf-check-field): New function, extracted from code in
22029         rmail-spam-filter to ease addition of header fields like
22030         content-type:;
22031         (message-content-type): New variable.  The content-type: field was
22032         added also in defcustom of rsf-definitions-alist;
22033         (rmail-spam-filter): Replace repeated test code for header fields
22034         by calls to check-field; change the call to
22035         rmail-output-to-rmail-file such that rmail-current-message stays
22036         the same to avoid wrong deletion of unseen flags.
22037         (rmail-use-spam-filter): Add autoload cookie.
22039 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
22041         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
22042         (file-cache-add-directory-using-find): Add Cygwin support.
22043         (file-cache-find-command-posix-flag): New user variable.
22045         * filecache.el (file-cache-add-directory): Check for
22046         directories an remove them from dir-files.
22048 2004-01-27  Richard M. Stallman  <rms@gnu.org>
22050         * man.el (Man-fontify-manpage): Clean up message.
22052 2004-01-27  Kenichi Handa  <handa@m17n.org>
22054         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
22055         (sentence-end): Define using sentence-end-without-space.
22057         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
22058         a sentence ends with one of a character in sentence-end-without-space.
22060 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22062         * font-lock.el (font-lock): Add jit-lock as explicit group member.
22063         (jit-lock): Group declaration moved to jit-lock.el.
22064         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
22065         when necessary.
22067         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
22068         (jit-lock-context-unfontify-pos): Rename from
22069         jit-lock-first-unfontify-pos.
22070         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
22072 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
22074         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
22075         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
22076         (fortran-fill): When filling a string, adjust re-search-backward
22077         argument for special case of string just on fill-column.
22078         When filling non-string, allow one extra char if
22079         fortran-break-before-delimiters is non-nil.
22080         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
22081         Use fortran-break-delimiters-re and fortran-no-break-re to
22082         correctly handle cases such as "**".
22084         * progmodes/f90.el (f90-break-delimiters): Doc fix.
22085         (f90-no-break-re): Add some extra tokens.  Doc fix.
22087 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
22089         * mail/rmail-spam-filter.el:
22090         Use two semicolons as Commentary line prefix.
22091         Add ";;; Code:" stylized comment.
22092         Delete end-of-line whitespace.
22093         Wrap (require 'cl) with `eval-when-compile'.
22095 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
22097         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
22098         at the top level of vc.el.
22100 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
22102         * vc.el (vc-current-line): Function removed.  This is now done by
22103         the new function line-at-pos in simple.el.
22104         (vc-annotate-warp-version): Use line-at-pos instead of
22105         vc-current-line.
22107 2004-01-22  Kim F. Storm  <storm@cua.dk>
22109         * simple.el (line-at-pos): New defun.
22110         (what-line): Use it.  Optimize by only counting lines in narrowed
22111         region once.
22113 2004-01-22  Kenichi Handa  <handa@m17n.org>
22115         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
22116         point (register r1) only for charset mule-unicode-0100-24ff.
22118 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22120         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
22121         trailing white space and ensure a final newline.
22123         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
22124         Add autoload cookie.
22126 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
22128         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
22129         activate view-mode explicitly.
22131 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22133         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
22134         menu-bar-enable-clipboard and make Paste use clipboard first.
22136 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22138         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
22139         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
22140         (vc-mcvs-cvs): Remove.
22141         (vc-mcvs-command): Remove use of assert.
22143         * outline.el (outline-insert-heading): Tighten up match.
22144         (outline-demote, outline-move-subtree-down): Don't assume anything
22145         about outline-regexp.
22147         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
22148         (texinfo-show-structure): Explicitly add ^, and simplify.
22150 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
22152         * calendar/appt.el (appt-check): Restore usage of
22153         appt-issue-message deleted in previous change.
22154         (top-level): Activate package when loaded (needed for backwards
22155         compatibility).
22157 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22159         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
22160         following previous change to smtpmail-send-data.
22162 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
22164         * vc.el (vc-default-previous-version): Doc enhancement.
22165         (vc-default-next-version): New function.
22166         (vc-print-log): New arg FOCUS-REV.
22167         (vc-annotate-mode): Derive from view-mode.
22168         (vc-annotate): New args REVISION, DISPLAY-MODE.
22169         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
22170         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
22171         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
22172         (vc-annotate-show-diff-revision-at-line, vc-current-line)
22173         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
22175         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
22177 2004-01-19  Karl Berry  <karl@gnu.org>
22179         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
22180         or "TexInfo".
22182 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
22184         * subr.el (delete-dups): New function.
22186 2004-01-19  Karl Berry  <karl@gnu.org>
22188         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
22189         with ^, since that's what texinfo-show-structure
22190         documentation says (plus it works much better in texinfo.txi).
22192 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
22194         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
22196 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
22198         * progmodes/which-func.el (which-function-mode): Don't cancel
22199         which-func-update-timer if not set.
22201 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
22203         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22204         Remove spurious left square bracket in XX:XXam regexp.
22206 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
22208         * progmodes/cc-defs.el: Do not require cl at run time.
22210 2004-01-16  Richard M. Stallman  <rms@gnu.org>
22212         * emacs-lisp/cl.el (cl-cannot-unload): New function.
22213         (cl-unload-hook): Defvar this to run cl-cannot-unload.
22215         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22216         Call rmail-spam-filter.  Delete and expunge spam.
22217         Print number of spam messages deleted.
22218         Save and restore the deletion status of old messages when reading
22219         new mail with spam filter, so that expunging spam does not expunge
22220         msgs deleted by the user.
22221         (rmail-only-expunge): Add an optional argument dont-show to
22222         prevent showing message after expunge.
22224 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
22226         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22227         * subr.el (declare): New macro.
22229 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
22231         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22233 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22235         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22236         Test window-system rather than system-type (for X11/Mac).
22238 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
22240         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22242 2004-01-12  Richard M. Stallman  <rms@gnu.org>
22244         * mail/rmail.el (rmail-convert-to-babyl-format):
22245         Use mail-unquote-printable-region.
22246         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22247         (rmail-hex-char-to-integer): Functions deleted.
22249         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22250         (mail-unquote-printable-region): New arg NOERROR.
22251         For invalid encoding, either signal an error to just return nil.
22253 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22255         * calendar/appt.el: Update copyright and commentary.
22256         (appt-issue-message): Make obsolete.
22257         (appt-visible, appt-msg-window): Make obsolete, in favor of
22258         appt-display-format.
22259         (appt-display-mode-line, appt-display-duration)
22260         (appt-display-diary, appt-time-msg-list, appt-mode-string)
22261         (appt-prev-comp-time, appt-display-count, appt-timer)
22262         (appt-convert-time): Doc change.
22263         (appt-disp-window-function, appt-delete-window-function):
22264         Use defcustom rather than defvar.
22265         (appt-display-format): New variable.
22266         (appt-display-message): New function with display code from appt-check.
22267         (appt-check): Add optional FORCE argument.  Doc change.
22268         Add appt-make-list to diary-hook if displaying diary.
22269         Remove checking of view-diary-entries-initially.
22270         Message display section removed to new function appt-display-message.
22271         (appt-display-window): Doc change.  Remove unused internal var
22272         this-buffer.  Do not beep, since appt-display-message does that.
22273         (appt-make-list): Doc change.  Use caar.
22274         (appt-sort-list): Simplify by using builtin sort function.
22275         (appt-update-list): New function for updating appts when diary is
22276         saved.
22277         (appt-activate): New autoloaded function to toggle package
22278         functionality.
22280         * calendar/cal-x.el: (calendar-one-frame-setup)
22281         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22283         * calendar/calendar.el: Update copyright.
22284         (view-diary-entries-initially, european-calendar-style): Doc change.
22285         (calendar-setup): Make defcustom rather than defvar.
22286         (mark-visible-calendar-date): Initialize temp-face and faceinfo
22287         in let binding so local to function.
22289         * calendar/diary-lib.el: Update copyright.
22290         (diary, diary-entry-time): Doc change.
22291         (list-diary-entries): Doc change.  Trivial logic change.
22292         (fancy-diary-display): Restore make-face command mistakenly
22293         deleted 2003-05-08.
22294         (show-all-diary-entries): Allow to pop-up frame if needed.
22296 2004-01-09  John Paul Wallington  <jpw@gnu.org>
22298         * bindings.el (mode-line-change-eol): Add EVENT parameter.
22299         Temporarily select EVENT's window for changing eol type.
22301 2004-01-09  Deepak Goel  <deego@gnufans.org>
22303         * calendar/diary-lib.el (diary-entry-time):
22304         Also accept time in the form XX[.XX][am/pm/AM/PM].
22305         (fancy-diary-font-lock-keywords): Likewise.
22306         (diary-font-lock-keywords): Likewise.
22307         * calendar/appt.el (appt-add): Likewise.
22308         (appt-make-list): Likewise.
22309         (appt-convert-time): Likewise.
22311 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
22313         * gdb-ui.el (gdb-ann3): Revert previous change.
22314         (gdb-source-info): Allow for case of where compilation directory
22315         is not recorded.
22317 2004-01-08  John Paul Wallington  <jpw@gnu.org>
22319         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22321 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
22323         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22325         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22326         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22327         problems.
22328         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22330 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
22332         * files.el (write-file-functions, write-contents-functions):
22333         Clarify docstrings.
22335 2004-01-07  Kenichi Handa  <handa@m17n.org>
22337         * international/mule.el (set-auto-coding): Fix for the case that
22338         end-of-line is only CR.
22340 2004-01-07  Kim F. Storm  <storm@cua.dk>
22342         * subr.el (event-start, event-end): Doc fix.
22343         (posn-string, posn-image): New defuns.
22344         (posn-object): Return either image or string object.
22345         (posn-object-x-y): Return 8th element of position.
22346         (posn-object-width-height): New defun.
22348 2004-01-06  Andreas Schwab  <schwab@suse.de>
22350         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22351         output.
22353 2004-01-05  Karl Berry  <karl@gnu.org>
22355         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22356         / and *, too.
22358 2003-12-31  Simon Josefsson  <jas@extundo.com>
22360         * files.el (before-save-hook): Add.
22361         (basic-save-buffer): Use before-save-hook.
22363         * emacs-lisp/copyright.el: Fix comment to recommend
22364         before-save-hook instead of write-file-functions.
22366 2004-01-05  Richard M. Stallman  <rms@gnu.org>
22368         * finder.el (finder-commentary): Call delete-other-windows.
22370         * net/ange-ftp.el (ange-ftp-file-attributes):
22371         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22373 2004-01-04  Karl Berry  <karl@gnu.org>
22375         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22376         comment characters % and # in the copyright year notice,
22377         as well as ;.
22379 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
22381         * wid-edit.el (default): Define dummy :value-delete.
22382         Reported by Jesper Harder <harder@ifa.au.dk>.
22384 2004-01-03  Richard M. Stallman  <rms@gnu.org>
22386         * progmodes/compile.el (compile-internal): Use point, not point-min,
22387         for set-window-point.
22389         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22391         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22393         * progmodes/grep.el (grep-mode-map):
22394         Don't remap next-line, previous-line.
22396 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
22398         * speedbar.el (speedbar-edit-line): Change regexp to position
22399         the cursor on the first character of this line's button.
22401 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22403         * subr.el (functionp): Doc fix.
22405 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22407         * progmodes/idlwave.el (idlwave-make-tags):
22408         * textmodes/flyspell.el (flyspell-large-region):.
22409         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22410         * emulation/viper-util.el (viper-glob-unix-files):
22411         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22412         * man.el (Man-init-defvars):
22413         * jka-compr.el (jka-compr-call-process):
22414         * files.el (get-free-disk-space,insert-directory):
22415         * ediff-ptch.el (ediff-test-patch-utility):
22416         * ediff-diff.el (ediff-test-utility):
22417         * dired-aux.el (dired-check-process):
22418         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22419         test the return value of call-process, because it can be a string.
22421 2003-12-31  John Paul Wallington  <jpw@gnu.org>
22423         * bindings.el (completion-ignored-extensions): Add .pfsl.
22425 2003-12-31  Kim F. Storm  <storm@cua.dk>
22427         * ido.el (ido-nonreadable-directory-p): New defun to check for
22428         nonreadable directory without activating tramp (to avoid problems
22429         with checking incomplete tramp paths).
22430         (ido-set-current-directory, ido-file-internal)
22431         (ido-file-name-all-completions1): Use it.
22433 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
22435         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22436         documentation if the anchor (or node) name is preceded by `info
22437         anchor' or `Info anchor' in addition to earlier `info node' and
22438         `Info node'.
22439         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22441 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
22443         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22444         error in arguments to base64-decode-region.  Remove ^M characters
22445         after decoding base64.
22447 2003-12-30  Simon Josefsson  <jas@extundo.com>
22449         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
22450         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22451         have only been distributed with Emacs for some years.
22452         (texinfo-mode-hook): Customize.
22454 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
22456         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22457         cleaner (suggested by Richard Stallman).
22459         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22460         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22461         file-name clashes on 8+3 DOS filesystems.
22463         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22464         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22465         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22466         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22467         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22468         file-name clashes on 8+3 filesystems.
22470         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22471         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22472         file-name clashes on 8+3 DOS filesystems.
22474 2003-12-29  Richard M. Stallman  <rms@gnu.org>
22476         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22477         Upcase the character.
22479         * textmodes/flyspell.el (mail-mode-flyspell-verify):
22480         Search for header separator alone on a line, literally,
22481         and search for it backward, not forward.
22482         (flyspell-abbrev-table): Always use global-abbrev-table
22483         if there is no local one.
22485         * progmodes/sh-script.el (sh-get-indent-info):
22486         Don't move point back if at bob.
22488         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22490         * play/handwrite.el (handwrite): Make the handwrite credit message
22491         a comment rather than an output command.
22493         * obsolete/sc.el: Display message that this file is obsolete.
22495         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22497         * mail/rfc822.el (rfc822-address-start): Declare variable.
22498         Renamed from address-start.  All uses changed.
22500         * term.el (term-exec): Set up sentinel.
22501         (term-sentinel): New function.
22502         (term-handle-exit): New function.
22504         * subr.el (assoc-ignore-case, assoc-ignore-representation):
22505         Use assoc-string, and mark them obsolete.
22506         (delay-mode-hooks): Mark as permanent local.
22508         * simple.el (sendmail-user-agent-compose): Use assoc-string.
22510         * register.el (copy-rectangle-to-register): Doc fix.
22512         * info.el (Info-insert-dir): Use assoc-string.
22514         * info-look.el (info-lookup): Use assoc-string.
22516         * frame.el (pop-up-frame-function): Use quote, not `function'.
22517         (frame-notice-user-settings): Calculate ADJUSTED-TOP
22518         copying with lists as coordinate values.
22520         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22522         * find-dired.el (kill-find): New command.
22523         (find-dired): Make buffer read-only.
22524         Set up a keymap with C-c C-k running kill-find.
22525         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22527         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22529         * filecache.el (file-cache-ignore-case): New variable.
22530         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
22532         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22533         (comint-dynamic-complete-as-filename): Rename local vars.
22534         (comint-dynamic-list-filename-completions): Likewise.
22536         * comint.el (comint-dynamic-list-completions-config): New var.
22537         (comint-dynamic-list-completions): Handle both SPC and TAB right.
22539         * comint.el (comint-file-name-chars): Add [].
22540         (comint-word): Use skip-chars-backward, not search.
22542         * shell.el (shell-file-name-chars): Add [].
22544         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22546         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22548         * generic.el (define-generic-mode): Doc fix.
22550 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22552         * files.el (kill-some-buffers): Doc fix.
22554 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
22556         * comint.el (comint-watch-for-password-prompt): Pass `string' as
22557         arg to send-invisible
22558         (send-invisible): Doc fix.  The argument is now a prompt, not the
22559         string to send.
22560         (comint-read-noecho): Doc fix.
22562 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
22564         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22565         "@", as required by some ISP hosting service.  Fix defcustom
22566         argument syntax errors that prevented use of customization.
22568 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22570         * xml.el (xml-get-attribute-or-nil): Doc fix.
22572 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
22574         * net/zone-mode.el (zone-mode): Use write-file-functions, not
22575         write-file-hooks.
22577 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22579         * autorevert.el (auto-revert-interval): Doc fix.
22581 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
22583         * xml.el (xml-get-attribute-or-nil): New function, like
22584         xml-get-attribute, but returns nil if the attribute was not found.
22585         (xml-get-attribute): Convert to defsubst, uses
22586         xml-get-attribute-or-nil.
22588 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22590         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22592 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
22594         * custom.el (custom-declare-theme): Use `value' when putting
22595         properties on `theme'.
22597 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
22599         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22600         for each yank-handler segment.
22601         (insert-for-yank-1): New function, with the body of the previous
22602         insert-for-yank.
22604         * textmodes/table.el (table-yank-handler): New defcustom.
22605         (table--put-cell-indicator-property): Put yank-handler property
22606         that indicates the yank handler for the table cell.
22608 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22610         * generic-x.el (etc-modules-conf-generic-mode): A more complete
22611         set of keywords.
22613 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22615         * international/mule-cmds.el (reset-language-environment)
22616         (set-language-environment): Don't invoke fontset-related functions
22617         if fontset-list is not fboundp.
22619 2003-12-29  Kenichi Handa  <handa@m17n.org>
22621         * international/mule-cmds.el (reset-language-environment):
22622         Call set-overriding-fontspec-internal with nil.
22623         (set-language-environment): Call set-overriding-fontspec-internal
22624         if the language environment specify `overriding-fontspec'.
22625         (language-info-alist): Doc added.
22627         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22628         characters of mule-unicode-0100-24ff.
22629         (ccl-encode-windows-1251-font): New CCL program.
22630         ("Bulgarian"): Specify overriding-fontspec.
22631         ("Belarusian"): Likewise.
22633 2003-12-28  Sam Steingold  <sds@gnu.org>
22635         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22636         parameter ID-FORMAT to conform with the 2003-11-30 patch.
22638 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
22640         * progmodes/gud.el (gud-gdb-command-name): Set default to
22641         "gdb --annotate=3".
22642         (gud-gdb-marker-filter): Look out for annotations.
22643         (gdb-first-pre-prompt): New variable.
22644         Remove trailing white space.
22646         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22647         if necessary.
22648         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
22649         annotations are detected.
22650         (gud-gdba-marker-filter): Use global variable gud-marker-acc
22651         instead of a local one to allow transition from
22652         gud-gdb-marker-filter.
22653         Remove trailing white space.
22655 2003-12-27  Kim F. Storm  <storm@cua.dk>
22657         * ido.el: Handle non-readable directories.
22658         (ido-decorations): Add 9th element for non-readable directory.
22659         (ido-directory-nonreadable): New dynamic var.
22660         (ido-set-current-directory): Set it.
22661         (ido-read-buffer, ido-file-internal):
22662         (ido-read-file-name, ido-read-directory-name): Let-bind it.
22663         (ido-file-name-all-completions1): Return empty list for
22664         non-readable directory.
22665         (ido-exhibit): Print [Not readable] if directory is not readable.
22666         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22667         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22668         Use it.
22670 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
22672         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22673         calls to directory-files-and-attributes and file-attributes.
22674         (ls-lisp-format): Remove system dependent handling of user and
22675         group id's.
22677 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
22679         * ffap.el (ffap-read-file-or-url): Revert previous change.
22681 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
22683         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22684         new list of included files called `files-with-node-lines', that
22685         only have node lines.  This way @include commands can include any
22686         file, such as version and update files without node lines, not
22687         just files that are chapters.
22689 2003-12-25  Andreas Schwab  <schwab@suse.de>
22691         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22692         file not found.
22694 2003-12-08  Miles Bader  <miles@gnu.org>
22696         * dired.el (dired-between-files): Always use dired-move-to-filename,
22697         which is more robust in non-english locales.
22699 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22701         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22703 2003-12-24  Andreas Schwab  <schwab@suse.de>
22705         * shell.el (shell-file-name-quote-list): Add backslash.
22707         * comint.el (comint-quote-filename): Correctly handle backslash
22708         in comint-file-name-quote-list.
22710 2003-12-24  Kenichi Handa  <handa@m17n.org>
22712         * international/mule-cmds.el (set-default-coding-systems):
22713         Call ucs-set-table-for-input for all buffers that don't have local
22714         value of buffer-file-coding-system.
22716         * international/ucs-tables.el (ucs-set-table-for-input):
22717         If translation-table-for-encode is a symbol, get its
22718         translation-table property.
22720 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
22722         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22723         to `completing-read' on a recently fixed bug.
22725         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22726         instead of SPACE, to get the list of possible fringe modes.
22727         SPACE only works if both `partial-completion-mode' and
22728         `completion-auto-help' are nil.
22730         * complete.el (PC-is-complete-p): Delete.
22731         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22732         calls to `test-completion'.
22734 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
22736         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22737         to edit values when there are no children.
22739         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22740         a mode called "Assembler" already exists.
22741         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22742         (gud-watch): Use format option.  Remove font properties from string.
22743         (gdb-var-create-handler, gdb-var-list-children-handler):
22744         Don't bother about properties as there are none.
22745         (gdb-var-create-handler, gdb-var-list-children-handler)
22746         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22747         with two arguments.
22748         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22749         Let speedbar show value changes with a different font.
22750         (gdb-edit-value): New defun.
22751         (gdb-clear-partial-output, gdb-clear-inferior-io)
22752         (def-gdb-auto-update-handler): Use erase-buffer.
22753         (gdb-frame-handler): Display watch expressions in
22754         FUNCTION::VARIABLE format if required.
22756 2003-12-23  John Paul Wallington  <jpw@gnu.org>
22758         * info.el (Info-unescape-quotes, Info-split-parameter-string)
22759         (Info-goto-emacs-command-node): Doc fixes.
22761 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
22763         * cus-edit.el (custom-add-parent-links): Define "many".
22765 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
22767         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22768         (widget-child-validate, widget-type-value-create)
22769         (widget-type-default-get, widget-type-match): New functions.
22770         (lazy): New widget.
22771         (menu-choice, checklist, radio-button-choice, editable-list)
22772         (group, documentation-string): Remove redundant (per 2003-10-25
22773         change) calls to `widget-children-value-delete'.
22774         (widget-choice-value-get, widget-choice-value-inline): Remove.
22775         (menu-choice): Update widget.
22777 2003-12-03  Kenichi Handa  <handa@m17n.org>
22779         * language/cyrillic.el: Register "microsoft-cp1251" in
22780         ctext-non-standard-encodings-alist.
22781         ("Bulgarian"): Add ctext-non-standard-encodings.
22782         ("Belarusian"): Likewise.
22784         * international/mule-conf.el (compound-text-with-extensions):
22785         Change the type to 2 (iso-2022 base).
22787         * international/mule.el (ctext-non-standard-encodings-alist):
22788         Change the format.
22789         (ctext-non-standard-encodings): New variable.
22790         (ctext-post-read-conversion): Fully re-written.
22791         (ctext-non-standard-designations-alist): Delete it.
22792         (ctext-non-standard-encodings-table): New function.
22793         (ctext-pre-write-conversion): Fully re-written.
22795 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
22797         * cus-edit.el (custom-add-parent-links): Add documentation links
22798         for parent, if the item has none of its own.
22800 2003-11-30  Richard M. Stallman  <rms@gnu.org>
22802         * dired-aux.el (dired-do-query-replace-regexp):
22803         Report files visited read-only.
22805 2003-11-30  Juri Linkov  <juri@jurta.org>
22807         * dired-aux.el (dired-compare-directories): New command.
22808         (dired-file-set-difference, dired-files-attributes): New functions.
22810 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
22811         Version 2.0.38 of Tramp released.
22813         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
22814         Charles Curley <charlescurley@charlescurley.com>.
22815         (tramp-multi-connection-function-alist): Add ssht entry which adds
22816         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
22817         Aichner.
22818         (tramp-get-method-parameter): New function to retrieve a method
22819         parameter.  This allows for omission of method parameters.
22820         Callers adjusted.
22822 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
22824         * net/tramp.el: Add new optional parameter ID-FORMAT to
22825         `file-attributes'.  Calls of `file-attributes' won't use this
22826         parameter for backward compatibility reasons.
22827         (tramp-perl-file-attributes): Add a new parameter to Perl script
22828         in order to handle uid/gid as strings, if desired.
22829         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22830         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22831         order to make the function more general.
22832         (tramp-handle-file-attributes): Replace proprietary optional
22833         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22834         (tramp-handle-file-attributes-with-perl): Handle parameter
22835         NONNUMERIC if set.  This wasn't done in the past.
22836         (tramp-post-connection): Apply second parameter "$2" if
22837         `tramp-remote-perl' is called.
22839         * net/tramp-smb.el (tramp-smb-handle-delete-file):
22840         Correct cut'n'waste error (`filename' instead of `directory').
22841         (tramp-smb-handle-directory-files-and-attributes)
22842         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22843         introduced parameter ID-FORMAT.
22844         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22845         error (`directory' instead of `ldir').
22847         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22848         `file-attributes' has a second parameter.  If yes, apply it with
22849         value "'integer".  Otherwise, don't use that parameter (default is
22850         integer format).
22852 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
22854         * help.el (help-map): Bind `display-local-help' to `C-h .'.
22855         (help-for-help): Add `C-h .' to the listed Help options.
22856         Remove trailing whitespace.
22858         * help-at-pt.el: New file.
22860 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
22862         * subr.el (noreturn, 1value): New macros for test coverage.
22863         See `testcover.el'.
22865         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22866         `1value'.
22868         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22869         for macro `1value'.
22870         (testcover-1value): New function.  Checks that a 1value form
22871         actually returns only one value.  Requested by RMS.
22873 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
22875         * gdb-ui.el (gud-watch, gdb-var-create-handler)
22876         (gdb-var-list-children, gdb-var-list-children-handler)
22877         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22878         gdb commands that use mi to keep them out of the command history.
22880 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22882         * cus-start.el (all): Add use-file-dialog.
22884 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22886         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22888 2003-11-27  Kim F. Storm  <storm@cua.dk>
22890         * subr.el (posn-object-x-y): New defun.
22892 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22894         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22895         Don't use `space' for \\\n.
22896         Be more selective as to which # are comment-starters.
22898 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
22900         * subr.el (number-sequence): Improve handling of floating point
22901         arguments (suggested by Kim Storm).  Allow negative arguments.
22903 2003-11-26  Kenichi Handa  <handa@m17n.org>
22905         * international/mule-cmds.el (standard-display-european-internal):
22906         Cancel the standard-display-table setting for ` and '.
22908 2003-11-26  Kim F. Storm  <storm@cua.dk>
22910         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22911         New defcustoms to add ffap-like functionality to ido.
22912         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
22913         (ido-no-final-slash): New defun.
22914         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22915         (ido-read-file-name): ): Toggle VC checking via
22916         vc-handled-backends instead of vc-master-templates.
22917         (ido-file-internal): Handle ido-use-url-at-point and
22918         ido-use-filename-at-point via code borrowed from ffap-guesser.
22919         Handle new ido-exit code ffap.
22920         (ido-sort-list): Ignore final slash when sorting file names.
22922 2003-11-25  Kim F. Storm  <storm@cua.dk>
22924         * emulation/cua-base.el (cua--standard-movement-commands):
22925         Add forward-sentence and backward-sentence.
22927 2003-11-25  Stephen Eglen  <stephen@gnu.org>
22929         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22930         iswitchb-exit is set to 'usefirst when user selects buffer at head
22931         of list using RET.  (Selecting buffers at the head of the list was
22932         broken if the substring was also a complete buffername.)
22934 2003-11-23  Kim F. Storm  <storm@cua.dk>
22936         * progmodes/compile.el (grep-command, grep-use-null-device)
22937         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22938         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22939         (grep-regexp-alist, grep-program, find-program)
22940         (grep-find-use-xargs, grep-history, grep-find-history)
22941         (grep-process-setup, grep-compute-defaults)
22942         (grep-default-command, grep, grep-tag-default, grep-find)
22943         (grep-expand-command-macros, grep-tree-last-regexp)
22944         (grep-tree-last-files, grep-tree): Move grep variables, functions
22945         and commands to new file grep.el.
22946         (compilation-mode-map): Remove grep commands from Compile sub-menu.
22947         (compilation-process-setup-function): Doc fix.
22948         (compilation-highlight-regexp, compilation-highlight-overlay): New
22949         defvars used for highlighting current compile error in source buffer.
22950         (compile-internal): New optional args HIGHLIGHT-REGEXP and
22951         LOCAL-MAP which overrides compilation-highlight-regexp and
22952         compilation-mode-map for this compilation.
22953         Delay calling compilation-set-window-height until after running
22954         compilation-process-setup-function so it can buffer-local override
22955         compilation-window-height.
22956         Check buffer-local value of compilation-scroll-output.
22957         (compilation-set-window-height): Use buffer-local value of
22958         compilation-window-height.
22959         (compilation-revert-buffer): Don't pass (undefined)
22960         preserve-modes arg to revert-buffer.
22961         (next-error-no-select, previous-error-no-select): New commands.
22962         (compilation-goto-locus): Temporarily highlight current match in
22963         source buffer using compilation-highlight-regexp.
22965         * progmodes/grep.el: New file with grep code from compile.el.
22966         (grep): New defcustom group.
22967         (grep-window-height): New defcustom, like compilation-window-height.
22968         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22969         (grep-scroll-output): New defcustom, like compilation-scroll-output.
22970         (grep-command, grep-use-null-device, grep-find-command)
22971         (grep-tree-files-aliases, grep-tree-ignore-case)
22972         (grep-tree-ignore-CVS-directories): Move to grep custom group.
22973         (grep-setup-hook): New hook variable.
22974         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
22975         (grep-last-buffer): New defvar, override compilation-last-buffer.
22976         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
22977         Call compile-internal with args highlight-regexp and grep-mode-map.
22979 2003-11-23  Kim F. Storm  <storm@cua.dk>
22981         * subr.el (event-start, event-end): Doc fix.
22982         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22983         (posn-area, posn-actual-col-row, posn-object): New defuns.
22984         (posn-col-row): Simplify doc.  Rewrite to use cond.
22985         (posn-point): Also return buffer position for events outside text
22986         area (that info is now present in the event position).
22988         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22989         mouse-set-point so that hscroll still works now that clicks on
22990         fringes generate specific mouse events.
22991         (mouse-set-point): Note that it now works in fringes and margins
22992         too due to new semantics of posn-point in fringes and margins.
22994         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22995         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22997 2003-11-20  Kim F. Storm  <storm@cua.dk>
22999         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
23000         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
23001         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
23002         to 100 for icons to avoid increasing line height when shown.
23004 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23006         * newcomment.el (comment-normalize-vars): Initialize properly if
23007         comment-start was nil.
23009 2003-11-19  Andreas Schwab  <schwab@suse.de>
23011         * simple.el (set-variable): Fix indentation.
23013 2003-11-17  Kenichi Handa  <handa@m17n.org>
23015         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
23016         Fix docstring.
23018 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23020         * international/latin1-disp.el (latin1-display): Fix docstring.
23022 2003-11-16  John Wiegley  <johnw@newartisans.com>
23024         * eshell/em-ls.el (eshell-ls-file): There are times with
23025         size-width is nil and uncomputed (when directories are created in
23026         dired, for example); in this case, 4 is reasonable default value,
23027         although it may caused skewed new entries (which could be avoided
23028         by returning the original value of 8 in all cases, but 99% of the
23029         time this is a waste of whitespace).
23031 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23033         * cc-engine.el (c-guess-continued-construct)
23034         (c-guess-basic-syntax): Check a little more carefully if it's a
23035         function declaration when an unknown construct followed by a block
23036         is found inside a statement context.  This avoids macros followed
23037         by blocks to be taken as function declarations.
23039         (c-guess-continued-construct): Change the analysis of a statement
23040         continuation with a brace open to `substatement-block', for
23041         consistency with recognized statements.
23043         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
23044         start is in a position so that `c-beginning-of-statement-1' jumped
23045         to the beginning of the same statement.
23047         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
23048         Don't accept binary operators in the arglist if we're in a function
23049         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
23050         template recognition in cases like "if (a < b || c > d)".
23052         (c-restricted-<>-arglists): New more appropriate name for
23053         `c-disallow-comma-in-<>-arglists'.
23055         Accessing functions updated for the variable name change.
23057         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
23058         match data could get clobbered if NOT-INSIDE-TOKEN is used.
23060         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
23061         labels.
23063         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
23064         instead of duplicating parts of it.  This fixes bogus label
23065         recognition.
23067         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
23068         of checking the context in which to apply the minimum indentation,
23069         so that it isn't enforced in e.g. namespace blocks.
23071         * cc-vars.el (c-inside-block-syms): New constant used by
23072         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
23073         to somewhat reduce the risk of becoming stale.
23075         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
23076         cc-cmds to cc-engine to allow use from cc-align.
23078         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
23079         qualified identifiers containing "::".
23081         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
23082         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
23084         * cc-vars.el (c-emacs-features): Use a space in front of the name
23085         of the temporary buffer.  That also avoids dumping problems in
23086         XEmacs due to undo info being left around after the buffer is killed.
23088         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
23089         arglist to see if it's a K&R style declaration.
23091         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
23092         before returning `knr-argdecl-intro'.
23094 2003-11-16  John Wiegley  <johnw@newartisans.com>
23096         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
23097         field in a long-listing always 8 characters, use `size-width',
23098         which has already been computed.
23100 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
23102         * subr.el (minor-mode-list): Add `hs-minor-mode'.
23104 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
23106         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
23107         Support operation while narrowed, with `diff-restrict-view'.
23109 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
23111         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23112         Take additional optional arg NARROWFUN.  For the generated functions:
23113         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
23114         include frags that arrange to check for and save narrowing state before
23115         the move and then conditionally call NARROWFUN after the move.
23117 2003-11-14  John Wiegley  <johnw@newartisans.com>
23119         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
23120         that was optional, but obviously missing based on surrounding code.
23122         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
23123         string arguments to numbers unless the whole argument was seen as
23124         a number.
23126 2003-11-14  Kenichi Handa  <handa@m17n.org>
23128         * international/mule.el (ctext-non-standard-encodings-alist):
23129         Fix coding systems.
23131 2003-11-10  Kenichi Handa  <handa@m17n.org>
23133         * language/kannada.el ("Kannada"): Add sample-text.
23135         * language/knd-util.el (kannada-compose-region)
23136         (kannada-compose-string, kannada-post-read-conversion):
23137         Add autoload cookie.
23139         * international/quail.el (quail-completion): Change the message
23140         "corresponding translations" to "corresponding characters".
23142 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
23144         * descr-text.el (describe-char): Fix typo.
23146 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
23148         These changes are to support Kannada language/script.
23150         * Makefile.in (DONTCOMPILE): Add kannada.el.
23152         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
23154         * loadup.el: Preload kannada.el.
23156         * language/ind-util.el (ucs-kannada-to-is13194-alist)
23157         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
23158         New variables.
23160         * language/kannada.el: New file.
23162         * language/knd-util.el: New file.
23164 2003-11-07  Andreas Schwab  <schwab@suse.de>
23166         * progmodes/autoconf.el (autoconf-font-lock-keywords):
23167         Also highlight AH_*.
23169         * xml.el (xml-parse-dtd): Fix misplaced paren.
23171 2003-11-07  Kenichi Handa  <handa@m17n.org>
23173         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
23175 2003-11-05  Juri Linkov  <juri@jurta.org>
23177         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
23178         (desktop-buffer-file): Use saved buffer-file-coding-system
23179         for file reading.  Set auto-insert to nil to prevent automatic
23180         insertion into restored empty files.
23182 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
23184         * files.el (risky-local-variable-p): Make second argument optional.
23186 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23188         * subr.el (add-hook): Fix last change.
23190 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
23192         * mail/rmail.el (rmail-convert-to-babyl-format):
23193         If base64-decode-region signals an error, catch it and silently
23194         ignore it.
23196 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
23198         * xml.el (xml-parse-region): Allow comments to appear after the
23199         topmost element has closed.
23200         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
23201         (xml-ns-expand-attr): New functions to do namespace handling.
23202         (xml-intern-attrlist): Back-compatible handling of attribute names.
23203         (xml-parse-tag): Move namespace handling to separate functions.
23204         Now produces elements in the form ((:ns . "element") (attr-list)
23205         children) instead of ('ns:element (attr-list) children).
23206         (xml-parse-attlist): Fix attribute parsing.
23207         (xml-parse-dtd): Change parsing so that it produces strings
23208         instead of interned symbols.
23210 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
23212         * dired.el (dired-ls-sorting-switches): Doc fix.
23214 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
23216         * emacs-lisp/rx.el (rx-or): Fix the case of
23217         "(rx (and ?a (or ?b ?c) ?d))".
23219 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
23221         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23222         (texinfo-format-region): Use it.
23223         (texinfo-format-buffer-1): Ditto.
23225 2003-11-01  Alan Mackenzie  <acm@muc.de>
23227         Changes to allow scrolling whilst in isearch mode:
23228         * isearch.el (isearch-unread-key-sequence): New function,
23229         extracted from isearch-other-meta-char.
23230         (top level): (put 'foo 'isearch-scroll) on all Emacs's
23231         "scrollable" standard functions.
23232         (isearch-allow-scroll): New customizable variable.
23233         (isearch-string-out-of-window, isearch-back-into-window)
23234         (isearch-reread-key-sequence-naturally)
23235         (isearch-lookup-scroll-key): New functions.
23236         (isearch-other-meta-char): Doc string and functionality enhanced.
23237         Now accepts a prefix argument.
23238         (isearch-lazy-highlight-window-end): New variable.
23239         (isearch-lazy-highlight-new-loop): Pay attention to the window's
23240         end (thru isearch-lazy-highlight-window-end), not only its start.
23242         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23243         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23244         (universal-argument, universal-argument-more, negative-argument)
23245         (digit-argument, universal-argument-other-key): Minor changes.
23247 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
23249         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23250         recursively if the last message is deleted, thus avoiding an
23251         infinite loop.
23253 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23255         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23256         (tex-main-file): Don't add .tex if the extension is already present.
23257         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23259 2003-10-29  Lute Kamstra  <lute@gnu.org>
23261         * progmodes/octave-inf.el (inferior-octave-prompt):
23262         Recognize version number in prompt.
23264 2003-10-28  Dave Love  <fx@gnu.org>
23266         * international/characters.el: Fix some Unicode ranges.
23268 2003-10-28  Kenichi Handa  <handa@m17n.org>
23270         * disp-table.el (standard-display-8bit)
23271         (standard-display-default, standard-display-ascii)
23272         (standard-display-g1, standard-display-graphic)
23273         (standard-display-underline): Assure that standard-display-table
23274         is a display table.
23276 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23278         * simple.el (reindent-then-newline-and-indent): Delete space *after*
23279         reindenting the first line.
23281 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
23283         * wid-edit.el (widget-default-delete): Always delete child widgets.
23285 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23287         * newcomment.el (comment-indent): Don't call indent-according-to-mode
23288         if the line has code.
23289         Don't try to line up with something that's too far left.
23291         * progmodes/octave-mod.el (octave-comment-start): Simplify.
23292         (octave-mode-syntax-table): Add % as a comment starter.
23293         (octave-point): Remove.
23294         (octave-in-comment-p, octave-in-string-p)
23295         (octave-not-in-string-or-comment-p, calculate-octave-indent)
23296         (octave-blink-matching-block-open, octave-auto-fill):
23297         Use line-(beginning|end)-position instead.
23299 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
23301         * emacs-lisp/authors.el (authors-aliases): Add correct realname
23302         for Francesco Potort\e,Al\e(B.
23304 2003-10-23  Dave Love  <fx@gnu.org>
23306         * international/mule-cmds.el (locale-charset-to-coding-system):
23307         Don't rely on nil being a coding system.
23309         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23310         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23311         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23313 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
23315         * gdb-ui.el (gdb-current-language): New variable.
23316         (gdb-update-flag): Remove variable.
23317         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23318         (gdb-take-last-elt): Remove function.
23319         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23320         (gdb-post-prompt): Check for variable object changes here.
23322         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23323         object changes in gdb-ui.el.
23325 2003-10-21  Richard M. Stallman  <rms@gnu.org>
23327         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23329         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23330         Don't check for foo*/ wildcard form here.
23331         (insert-directory): Recognize foo*/ as a wildcard.
23332         Separate wildcard-regexp variable from the arg, wildcard.
23334         * subr.el (add-hook): Correctly detect when make-local-hook was used.
23335         (remove-hook): Correctly handle strange cases about local hooks.
23337 2003-10-21  David Ponce  <david@dponce.com>
23339         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23340         argument REAL, to return a real number instead of a rounded
23341         integer value.  Define as inline function.
23342         (ruler-mode-right-fringe-cols): Likewise.
23343         (ruler-mode-scroll-bar-cols): New function.
23344         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
23345         (ruler-mode-right-scroll-bar-cols): Likewise.
23346         (ruler-mode-space): New function.
23347         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
23348         scroll bar mode and margins in a more robust way.
23350 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
23352         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23353         (antlr-c-init-language-vars): New function.
23354         (antlr-mode): Use it with cc-mode before v5.29.
23355         (antlr-c-common-init): Don't set some local vars here.
23356         (antlr-mode): Set them here.
23357         (antlr-c-forward-sws): New function alias.
23358         (antlr-mode): Redefine with cc-mode before v5.30.
23359         (antlr-skip-sexps): Use it.
23360         (antlr-skip-exception-part): Ditto.
23361         (antlr-skip-file-prelude): Ditto.
23362         (antlr-outside-rule-p): Ditto.
23363         (antlr-end-of-body): Ditto.
23364         (antlr-option-kind): Ditto.
23365         (antlr-insert-option-area): Ditto.
23366         (antlr-file-dependencies): Ditto.
23368 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23370         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23371         Move backward only if point was not inside an entry.
23373 2003-10-21  Richard M. Stallman  <rms@gnu.org>
23375         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23377 2003-10-21  Juri Linkov  <juri@jurta.org>
23379         * compare-w.el: Automatically skip non-matching text to resync.
23380         (compare-windows-whitespace): Doc fix.
23381         (compare-windows-sync, compare-windows-sync-string-size)
23382         (compare-windows-recenter, compare-ignore-whitespace)
23383         (compare-windows-highlight, compare-windows-face): New variables.
23384         (compare-windows): Use compare-windows-sync.
23385         (compare-windows-highlight, compare-windows-dehighlight)
23386         (compare-windows-sync-regexp)
23387         (compare-windows-sync-default-function): New functions.
23389 2003-10-21  Juri Linkov  <juri@jurta.org>
23391         * diff.el (diff-parse-differences): Don't visit the files now;
23392         instead, just record the error locus.
23394 2003-10-21  Dave Love  <fx@gnu.org>
23396         * progmodes/cfengine.el: New file.
23398 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23400         * complete.el (PC-do-completion): Do not forget to use `pred' as the
23401         default-directory when completing file names.
23403 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
23405         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23406         followed by the word `face', it gets treated as a face, even if
23407         it is also defined as a variable or a function.
23409 2003-10-20  Dave Love  <fx@gnu.org>
23411         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23412         Avoid incf in macro expansion.
23414 2003-10-20  John Paul Wallington  <jpw@gnu.org>
23416         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23417         `evenp' so we don't implicitly require cl library at runtime.
23419 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
23421         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23422         (help-make-xrefs): Only make cross-references for faces if
23423         preceded or followed by the word `face'.  Do not make a
23424         cross-reference for variables without variable documentation,
23425         unless preceded by the word `variable' or `option'.  Update doc
23426         string accordingly.
23428 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
23430         * progmodes/hideshow.el: Rewrite one-armed `if'
23431         constructs using either `when' or `unless'.
23432         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23434 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
23436         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23437         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23438         instead of 12x12.
23440 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
23442         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23443         message while converting to Babyl.
23445 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
23447         * allout.el (allout-mode): Doc fix.
23449 2003-10-16  Lute Kamstra  <lute@gnu.org>
23451         * subr.el (force-mode-line-update): Fix docstring.
23453 2003-10-14  Dave Love  <fx@gnu.org>
23455         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23456         (default-input-method): Add :link, improve :type.
23457         (locale-charset-language-names): Fix utf-8 pattern.
23458         (locale-charset-match-p, locale-charset-alist)
23459         (locale-charset-to-coding-system): New.
23460         (set-locale-environment): Deal with codeset part of locale specs.
23462 2003-10-14  Lute Kamstra  <lute@gnu.org>
23464         * fringe.el (fringe-mode): Use active voice in docstring.
23465         (set-fringe-style): Ditto.
23467 2003-10-13  Lute Kamstra  <lute@gnu.org>
23469         * fringe.el (fringe-mode): Fix docstring.
23470         (set-fringe-style): Ditto.
23472 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
23474         * ediff-mult.el (ediff-filegroup-action):
23475         Use ediff-default-filtering-regexp.
23477         * ediff-util.el (ediff-recenter): Don't call
23478         ediff-restore-highlighting twice.
23479         (ediff-select-difference): Set current difference.
23480         (ediff-unselect-and-select-difference): Add comment.
23482         * ediff.el (ediff-directories,ediff-directory-revisions)
23483         (ediff-directories3,ediff-merge-directories)
23484         (ediff-merge-directories-with-ancestor)
23485         (ediff-merge-directory-revisions)
23486         (ediff-merge-directory-revisions-with-ancestor):
23487         Use ediff-default-filtering-regexp.
23489 2003-10-12  Andreas Schwab  <schwab@suse.de>
23491         * international/mule-cmds.el (locale-charset-language-names):
23492         Simplify regex by removing unused grouping.
23494 2003-10-10  Dave Love  <fx@gnu.org>
23496         * bindings.el: Don't bind stop.
23498 2003-10-08  Miles Bader  <miles@gnu.org>
23500         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23501         face instead of attempting to emulate it.
23503 2003-10-07  Kenichi Handa  <handa@m17n.org>
23505         * international/mule-diag.el (list-coding-systems-1): List coding
23506         systems that are loaded automatically.
23508         * international/code-pages.el (iso-8859-11): Add autoload cookie.
23510         * international/mule.el (autoload-coding-system): New function.
23512 2003-10-07  Andreas Schwab  <schwab@suse.de>
23514         * log-edit.el (log-edit-changelog-entries): Prefer local value of
23515         change-log-default-name in the buffer visiting the file.
23517 2003-10-06  Dave Love  <fx@gnu.org>
23519         * files.el (find-file-hook): Customize.
23520         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23522         * bindings.el (completion-ignored-extensions): Remove .log.
23523         (global-map): Add again, open, stop keys.
23525 2003-10-05  Richard M. Stallman  <rms@gnu.org>
23527         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23528         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23529         Use sh-modify directly.
23530         (sh-select): Use sh-append, not eval.
23532         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23534         * info.el (Info-following-node-name): New function.
23536         * loadhist.el (unload-feature-special-hooks):
23537         Rename from loadhist-hook-functions.
23538         (loadhist-hook-functions): Now an alias.
23540 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
23542         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23543         file-name clashes on 8+3 filesystems.
23545         * Makefile.in (DONTCOMPILE, bootstrap-clean):
23546         Rename loaddefs-boot.el to ldefs-boot.el
23548         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23549         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23551 2003-10-03  Lute Kamstra  <lute@gnu.org>
23553         * info.el (Info-mode): Revert previous change.
23554         (Info-escape-percent): New function.
23555         (Info-fontify-node): Use it.
23557 2003-10-02  Andreas Schwab  <schwab@suse.de>
23559         * loaddefs-boot.el: Regenerated.
23561 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
23563         * ffap.el: Remove defadvice related code from CVS since `complete'
23564         provides a `PC-completion-as-file-name-predicate' variable that
23565         ffap can override.
23567 2003-10-02  Kenichi Handa  <handa@m17n.org>
23569         * international/utf-8.el (ccl-decode-mule-utf-8):
23570         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23572         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23573         * international/subst-big5.el: Likewise.
23574         * international/subst-gb2312.el: Likewise.
23575         * international/subst-ksc.el: Likewise.
23577 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
23579         * calendar/calendar.el (increment-calendar-month)
23580         (calendar-leap-year-p, calendar-absolute-from-gregorian)
23581         (generate-calendar, calendar-read-date, calendar-interval)
23582         (calendar-day-of-week): Handle years BC.
23583         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23585 2003-10-01  Dave Love  <fx@gnu.org>
23587         * language/cyrillic.el (cp1251): Alias for windows-1251.
23589         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23590         bootstrap.
23592 2003-10-01  Lute Kamstra  <lute@gnu.org>
23594         * files.el: Fix typo.
23595         * imenu.el (imenu--generic-function): Docstring fix.
23597 2003-09-30  Richard M. Stallman  <rms@gnu.org>
23599         * dired.el (dired-mode): Handle dired-directory as a list.
23601 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
23603         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23605         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23607         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23608         Replace gud-display with gud-watch.
23609         (gud-speedbar-buttons): Add stuff for watching expressions
23610         in the speedbar when using M-x gdba.  Use dolist on old part
23611         of this function.
23613         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23614         (gdb-update-flag): New variables.
23615         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23616         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23617         (gud-watch, gdb-var-create-handler) : New functions.
23618         (gdb-var-list-children, gdb-var-list-children-handler)
23619         (gdb-var-create-regexp, gdb-var-update-regexp)
23620         (gdb-var-list-children-regexp): New constants.
23621         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23622         (gdb-annotation-rules): Reduce annotation set (level 3).
23623         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23624         (gdb-post-prompt): Don't update GDB buffers every time speedbar
23625         updates.
23626         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23627         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23628         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23629         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23630         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23631         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23632         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23633         (gud-display, gud-display1)
23634         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23635         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23636         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23637         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23638         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23639         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23640         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23641         (gdb-display-display-buffer, gdb-toggle-display)
23642         (gdb-delete-display, gdb-expressions-popup-menu)
23643         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23644         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23645         to display buffer.
23647 2003-09-30  Richard M. Stallman  <rms@gnu.org>
23649         * progmodes/ada-mode.el (ada-mode): Don't use advice.
23650         Instead, set which-func-functions.
23652         * progmodes/which-func.el (which-func-modes): Add ada-mode.
23653         (which-func-functions): New variable.
23654         (which-function): Use that.
23656         * info.el (Info-mode): Double each `%' in header line.
23658         * emacs-lisp/lisp-mnt.el (lm-with-file):
23659         When FILE is nil, run BODY in current buffer.
23661         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23663         * help.el (describe-mode): Start with a brief list of minor modes.
23664         Find them thru minor-mode-list so as to find them all.
23665         Show them in alphabetical order.
23667         * mail/sendmail.el (mail-aliases): Doc fix.
23669         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23671 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
23673         * mail/rmailsum.el (rmail-make-summary-line-1):
23674         Change comma after last label to a space.
23675         (rmail-summary-font-lock-keywords): Adapt to that change.
23677 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
23679         * progmodes/scheme.el (scheme-mode-variables): When setting
23680         `font-lock-defaults', also specify that "#" should
23681         be interpreted with `word' syntax.
23682         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23684 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
23686         * desktop.el: A lot of comments updated.
23687         (desktop-save-mode): Minor mode introduced.
23688         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23689         (desktop-load-default): Function made obsolete.
23690         (desktop-locals-to-save): Variable made customizable.
23691         (desktop-read): Optional parameter `dirname' added.
23692         (desktop-change-dir, desktop-revert): Parameter `dirname' in
23693         `desktop-read' used.
23694         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23696 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
23698         * whitespace.el (whitespace-clean-msg): Add user customizable message
23699         for displaying ``clean'' output.
23700         (whitespace-buffer): Use `whitespace-clean-msg'.
23701         (whitespace-global-mode): Fix typo.
23703 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
23705         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23707 2003-09-29  Lute Kamstra  <lute@gnu.org>
23709         * bindings.el (mode-line-modes): Remove superfluous :propertize
23710         construct in initialization.
23711         (mode-line-position): Change cons cell into proper list in
23712         initialization.
23714 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
23716         * international/mule.el (decode-coding-inserted-region): Use car
23717         of the return value of find-operation-coding-system.
23719 2003-09-29  Kenichi Handa  <handa@m17n.org>
23721         * descr-text.el (describe-char): Fix previous change.
23723 2003-09-28  Kenichi Handa  <handa@m17n.org>
23725         * descr-text.el (describe-char-display): New function.
23726         (describe-char): Pay attention to display table on describing how
23727         a character is displayed.
23729         * international/mule-cmds.el (encoded-string-description):
23730         Prepend "0x" to each encoded byte.
23732 2003-09-28  Andreas Schwab  <schwab@suse.de>
23734         * find-file.el (ff-special-constructs): Add autoload cookie.
23736 2003-09-28  Kevin Ryde  <user42@zip.com.au>
23738         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23739         makeinfo appends to duplicate index entries.
23741 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
23743         * dired-x.el (dired-clean-tex): Doc fix.
23745         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23746         using a Chinese tutorial.
23748 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23750         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23751         between "MAIL FROM:" and "RCPT TO:" and the following address.
23753 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23755         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23757 2003-09-28  David Ponce  <david@dponce.com>
23759         * recentf.el (recentf-initialize-file-name-history): New defcustom.
23760         (recentf-load-list): When `recentf-initialize-file-name-history'
23761         is non-nil, initialize an empty `file-name-history' with the
23762         recent list.
23764 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
23766         * man.el (Man-default-man-entry): Remove the leading `*' from the
23767         word at point.
23769 2003-09-26  Lute Kamstra  <lute@gnu.org>
23771         * bindings.el (mode-line-position): Mention size indication in
23772         docstring.
23774 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
23776         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23778         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23779         because it's autoloaded now.
23781 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
23783         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23784         (sh-font-lock-keywords, sh-feature): Fix previous change of
23785         sh-feature to avoid infloop with sh-font-lock-keywords.
23787 2003-09-25  Kim F. Storm  <storm@cua.dk>
23789         * frame.el (frame-current-scroll-bars): New defun.
23791         * window.el (window-current-scroll-bars): New defun.
23793 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23795         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23796         cause errors when the state cache contains info on parts that have
23797         been narrowed out.
23799 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23801         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23802         `c-setup-paragraph-variables' has to be used when this variable is
23803         changed; it doesn't work to reinitialize the mode since that
23804         typically clobbers the variable.
23806         * progmodes/cc-styles.el (c-setup-paragraph-variables):
23807         Make it interactive.
23809 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23811         * progmodes/cc-fonts.el (c-font-lock-declarations):
23812         Fix recognition of constructors and destructors for classes whose
23813         names are matched by `*-font-lock-extra-types'.
23815         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23816         followed by an identifier in C++ then it's a type.
23818 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23820         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23821         problem that primarily affected XEmacs.  Don't use faces to find
23822         unterminated strings since Emacs and XEmacs fontify strings
23823         differently - this function should now work better in XEmacs.
23825 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23827         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23828         `expand-abbrev' workaround which caused braces to misbehave inside
23829         macros.
23831         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23832         handling.  This bug could cause interactive font locking to bail out.
23834 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23836         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23837         Handle paren-style types in Pike.  Also fixed some cases of
23838         insufficient handling of unbalanced parens.
23840 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
23842         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23843         common shell prompts that are not common filename or URL characters.
23844         (ffap-file-at-point): Use the new regexp to strip the prompts from
23845         the file names.  This is an issue mostly for user prompts that
23846         don't have a trailing space and find-file-at-point is invoked from
23847         within a shell inside Emacs.
23849 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
23851         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23852         stamps numerically, rather than textually.
23854 2003-09-24  Kenichi Handa  <handa@m17n.org>
23856         * language/devan-util.el (devanagari-post-read-conversion):
23857         * language/mlm-util.el (malayalam-post-read-conversion):
23858         * language/tml-util.el (tamil-post-read-conversion):
23859         Add autoload cookie.
23861         * international/utf-8.el (utf-8-post-read-conversion):
23862         Call post-read-conversion functions for Devanagari, Malayalam,
23863         and Tamil.
23865 2003-09-23  Dave Love  <fx@gnu.org>
23867         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23869 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
23871         * progmodes/gud.el (perldb): Add gud-until to list of commands.
23872         Update gud-remove.
23874 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23876         * progmodes/sh-script.el (sh-mode-default-syntax-table):
23877         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
23878         (sh-mode-syntax-table-input): New variable.
23879         (sh-require-final-newline): Don't use eval.
23880         (sh-builtins, sh-leading-keywords, sh-other-keywords)
23881         (sh-variables, sh-font-lock-keywords): Don't use eval.
23882         (sh-set-shell): When setting require-final-newline,
23883         treat value = `require-final-newline' as don't change it.
23884         Set sh-mode-syntax-table locally based on
23885         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23887         * progmodes/compile.el (compile-internal):
23888         Call compilation-set-window-height before setting window start.
23890 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
23892         * emacs-lisp/bytecomp.el (byte-compile-log-file):
23893         Clear out byte-compile-last-warned-form.
23895 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23897         * woman.el (woman-file-name, woman-follow-word):
23898         If current-word returns nil, use "".
23900         * simple.el (eval-expression): Bind standard-output in to-buffer case.
23902 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23904         * emacs-lisp/lisp-mnt.el (lm-with-file):
23905         Don't visit the file, just use insert-file-contents in temp buffer.
23907 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
23909         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23910         Add surrounding \\( and \\) around the header, as in
23911         for lm-history-header 'Change Log\\|History'.
23913 2003-09-22  John Paul Wallington  <jpw@gnu.org>
23915         * progmodes/ld-script.el: Add Commentary section,
23916         minor cleanup of file header.
23917         (ld-script-font-lock-keywords): Doc fix.
23918         (toplevel): Provide `ld-script' feature.
23920 2003-09-21  Kim F. Storm  <storm@cua.dk>
23922         * scroll-bar.el (set-scroll-bar-mode): Initialize to
23923         new built-in variable default-frame-scroll-bars.
23924         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23925         scroll-bar-mode; notably, use it instead of t when we toggle
23926         scroll-bars on.
23927         (toggle-scroll-bar): Use default-frame-scroll-bars.
23929 2003-09-19  Masatake YAMATO  <jet@gyve.org>
23931         * pcvs.el (cvs-do-removal): Change the prompt depending on
23932         `filter' value.
23934 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
23936         * startup.el (command-line-1): Stop startup-echo-area-message
23937         being hidden by "Loading image..." message.
23938         (use-fancy-splash-screens-p, display-splash-screen):
23939         Move display-graphic-p test from latter to former.
23941         * progmodes/sh-script.el (sh-font-lock-keywords):
23942         Highlight escaped EOLs differently from other backslash constructs.
23944 2003-09-19  Richard M. Stallman  <rms@gnu.org>
23946         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23947         New functions.
23948         (edebug-enter, edebug-outside-excursion): Use them.
23950         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23951         Fix the condition for whether to print "In WHERE".
23953 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
23955         * finder.el (finder-mode-hook): New variable.
23956         (finder-mode): Run hook finder-mode-hook
23958 2003-09-18  Masatake YAMATO  <jet@gyve.org>
23960         * progmodes/ebrowse.el: Fix broken magic autoload comments.
23962 2003-09-17  Mario Lang  <mlang@delysid.org>
23964         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23965         "p %e" to actually print the value in the GUD buffer.
23967 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
23969         From David Ponce <david.ponce@wanadoo.fr>:
23970         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23971         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23972         from loaddefs-boot.el if necessary.
23974 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
23976         * progmodes/gud.el (gud-find-class): Make jdb work again since
23977         cc-mode changed the syntactic information.
23979 2003-09-15  David Ponce  <david@dponce.com>
23981         * recentf.el: (recentf-exclude): Accept predicates too.
23982         (recentf-file-readable-p): New function.
23983         (recentf-include-p): Handle predicates in recentf-exclude.
23984         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
23985         (recentf-cleanup): Likewise.
23986         (recentf-save-list): Use write-file to handle backup of
23987         recentf-save-file.
23989 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
23991         * loaddefs-boot.el: Renamed from `loaddefs.el'
23992         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23993         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23994         necessary.
23996 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
23998         * electric.el (Electric-pop-up-window): For the `one-window' case,
23999         no longer disconcertingly move point in the original buffer.
24001 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24003         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
24005 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
24007         * dired.el (dired-mode-map): Fix typo.
24009 2003-09-11  Richard M. Stallman  <rms@gnu.org>
24011         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
24013 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
24015         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
24016         the function is less noisy.  Now only `kill-buffer' can ask questions.
24018 2003-09-10  Mario Lang  <mlang@delysid.org>
24020         * battery.el: Update Commentary and Copyright.
24021         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
24022         appear due to wrong ordering of the expressions in `or'.
24024 2003-09-09  Lute Kamstra  <lute@gnu.org>
24026         * misc.el (upcase-char): Fix docstring.
24027         (zap-up-to-char): New command.
24029 2003-09-08  David Ponce  <david@dponce.com>
24031         Ensure that recentf correctly updates the menu bar.
24032         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
24033         (recentf-menu-bar): New function.
24034         (recentf-clear-data): Use it
24035         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
24036         of easy-menu-change.
24038 2003-09-08  Lute Kamstra  <lute@gnu.org>
24040         * simple.el (size-indication-mode): New.
24041         * bindings.el (mode-line-position): Add buffer size indicator.
24043 2003-09-04  Mario Lang  <mlang@delysid.org>
24045         * battery.el (battery-linux-proc-acpi): New function.
24046         (battery-status-function): Modify default value calculation to also
24047         check for availability of ACPI.
24048         (battery-echo-area-format): Ditto.
24049         (battery-mode-line-format): Ditto.
24051 2003-09-06  Dave Love  <fx@gnu.org>
24053         * ielm.el (ielm-mode-hook): Add :options.
24055         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
24056         (eldoc-print-current-symbol-info): Use it.
24058 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
24060         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
24061         being displayed in GUD buffer.
24062         (gdb-idle-input-queue): Remove var.  Use just one queue.
24063         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
24064         Remove functions.  Use just one queue.
24065         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
24066         (gdb-invalidate-assembler, gdb-get-current-frame):
24067         Modify functions.  Use just one queue.
24069 2003-09-04  Dave Love  <fx@gnu.org>
24071         * cus-start.el: Add blink-cursor-alist.
24073         * ruler-mode.el (ruler-mode-fill-column-char)
24074         (ruler-mode-current-column-char): Use char-displayable-p,
24075         not window-system.
24077         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
24079         * language/european.el (windows-1252): Move from code-pages.
24081         * language/cyrillic.el ("Windows-1251"): Delete.
24082         ("Bulgarian", "Belarusian"): Remove `features'.
24083         (windows-1251): Move from code-pages.
24085         * international/mule-diag.el (non-iso-charset-alist):
24086         Remove `codepage' stuff.
24087         (print-designation, list-coding-systems-1): Output fixes.
24089         * international/code-pages.el (cp-make-translation-table)
24090         (cp-valid-codes): Made defsubsts.
24091         (cp-fix-safe-chars): Delete.
24092         (mule-diag): Don't require.
24093         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
24094         (top-level): Check for defined coding system when defining
24095         cp... aliases.  Change w32-add-charset-info test to avoid warning.
24096         (non-iso-charset-alist): Defvar when compiling.
24097         (cp-make-coding-system): Doc fix.
24099 2003-09-02  Jason Rumney  <jasonr@gnu.org>
24101         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
24102         line-ends from CVS before doing conversion.
24104 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
24106         * calendar/diary-lib.el (diary-header-line-flag)
24107         (diary-header-line-format): New variables.
24108         (list-diary-entries): Use them to set header line in simple diary.
24110         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
24111         other than font-lock-string-face to highlight backslashes.
24113 2003-09-01  Jason Rumney  <jasonr@gnu.org>
24115         * international/titdic-cnv.el (tit-read-key-value): Include \r in
24116         regexp.
24118 2003-09-01  Dave Love  <fx@gnu.org>
24120         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
24122         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
24123         and :help; also line and column numbers labels.
24125         * international/mule-util.el (char-displayable-p): Move from
24126         latin1-disp, rename and autoload.
24128         * international/latin1-disp.el (latin1-char-displayable-p):
24129         Now obsolete alias.  Replace uses with char-displayable-p.
24130         (latin1-display-ucs-per-lynx): Fix last change.
24132         * international/mule-cmds.el (standard-display-european-internal):
24133         Don't use char code for Latin-1 NBSP.
24134         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
24135         U+2018, U+2019 for `'.
24136         (select-safe-coding-system): Message fix.
24138 2003-09-01  Kenichi Handa  <handa@m17n.org>
24140         * international/fontset.el (setup-default-fontset): For Thai
24141         font, specify "*" family.
24143 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24145         * progmodes/compile.el (previous-error): Accept a prefix
24146         argument, similarly to next-error.
24148 2003-08-31  Masatake YAMATO  <jet@gyve.org>
24150         * pcvs.el (cvs-do-removal): Use = instead of eq to check
24151         the number of files.  Bind the number of files to a local
24152         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
24154 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
24156         * vc-hooks.el (vc-make-version-backup): Fix the change made on
24157         2003-07-26: msdos-long-file-names is a function, not a variable.
24159 2003-08-29  Richard M. Stallman  <rms@gnu.org>
24161         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
24162         Do nothing with mail-personal-alias-file if it is nil.
24164         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
24165         Do nothing if mail-personal-alias-file is nil.
24167         * term.el (term-exec-1): Bind coding-system-for-read.
24169         * dired.el (dired-mouse-find-file-other-window):
24170         Use dired-view-command-alist here, as in dired-view-file.
24171         (dired-view-command-alist): Use %s to substitute file name.
24172         Handle .ps_pages, .eps, .jpg, .gif, .png.
24174 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
24176         * info.el (Info-mode-map): Bind S-tab and <backtab> to
24177         `Info-prev-reference', instead of M-tab.
24179 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
24181         * simple.el (blink-matching-open): Work correctly on chars that
24182         are designated as parens through the syntax-table text property.
24184 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
24186         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
24187         line break position in the middle of a non-kinsoku (e.g. latin)
24188         word, making it skip until either a space or a character with
24189         category "|".
24190         (kinsoku-longer): Test for end of buffer.
24192 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
24194         * mail/rmail.el (rmail-convert-to-babyl-format):
24195         Detect quoted-printable- and base64-encoded messages and decode them
24196         automatically.  Set the message's encoding from the charset=
24197         header, if any.  Decode base64-encoded messages in Mail format as well.
24199 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
24201         * mail/smtpmail.el: Fix previous change.
24202         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24203         calling smtpmail-via-smtp.
24204         (smtpmail-via-smtp): Add fall-back values for envelope-from.
24206 2003-08-26  John Paul Wallington  <jpw@gnu.org>
24208         * image.el (image-jpeg-p): Don't search beyond length of data.
24210 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24212         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24213         misfeature in `expand-abbrev' which caused electric keywords like
24214         "else" to disappear if an open brace was typed directly afterwards.
24216 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24218         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24219         mandatory in `define-widget'.
24221         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24222         Don't align the operators "!=", "<=" and ">=" as assignment operators.
24224         (c-assignment-operators): New language constant that only contains
24225         the assignment operators.
24227         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24229 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24231         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24232         Safeguard against unbalanced sexps.
24234 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
24236         * version.el (emacs-version): Check for gtk.  Include gtk version info.
24238 2003-08-25  John Paul Wallington  <jpw@gnu.org>
24240         * man.el (Man-default-man-entry): Don't whizz past the section
24241         number before looking for it.
24243 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
24245         * progmodes/gud.el (gud-display-line): Don't set window-point if
24246         source buffer is not visible.  (Only happens with M-x gdba.)
24248         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24249         documentation.
24250         (gdb-source, gdb-source-info): Update to assembler unnecessary
24251         as its done after each GDB command anyway.
24252         (gdb-pre-prompt): Use with-current-buffer.
24253         (gdb-insert-field): Add help-echo text.
24254         (gdb-invalidate-assembler): Re-display of assembler now done in
24255         gdb-info-breakpoints-custom.
24256         (gdb-info-breakpoints-custom): Force re-display of assembler to
24257         happen *after* update of breakpoints buffer.
24258         (gdb-display-source-buffer): Don't choke if gdb-source-window
24259         isn't visible.
24260         (gdb-put-string, gdb-put-arrow): Remove free variables.
24262 2003-08-24  John Paul Wallington  <jpw@gnu.org>
24264         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24266         * man.el (Man-default-man-entry): Strip text properties when
24267         snarfing parts of entry because `format' preserves properties.
24269 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
24271         * files.el (file-newest-backup): Use `expand-file-name'.
24273         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24274         Allow the diary to pop up a new frame, if needed.
24276         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24277         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24278         (smtpmail-send-it): Make treatment of envelope-from consistent with
24279         sendmail.el.
24281         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24282         (sh-leading-keywords): Add the bash `time' reserved word.
24283         (sh-variables): Add some bash variables.
24284         (sh-add-completer): Fix nil branch of case statement.
24286 2003-08-24  Masatake YAMATO  <jet@gyve.org>
24288         * progmodes/ld-script.el: New file.
24290 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
24292         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24294 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
24296         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24297         Better explain obsolescence, and what to use instead.
24299 2003-08-23  Masatake YAMATO  <jet@gyve.org>
24301         * pcvs.el (cvs-do-removal): Show the deleted file name
24302         on the prompt.
24304 2003-08-20  Dave Love  <fx@gnu.org>
24306         * international/mule.el (make-coding-system)
24307         (set-buffer-file-coding-system): Doc fix.
24309         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24311         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24313         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24315         * international/utf-16.el: Add mime-text-unsuitable coding system
24316         properties.
24318         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24320         * cus-edit.el: Add some :links.
24321         (bib): Remove.
24323         * textmodes/bib-mode.el (bib): Add :group external.
24325 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
24327         * wid-edit.el (widget-echo-help): Make it handle expressions that
24328         evaluate to strings.
24330 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
24332         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
24334         Simplify selection of SQL products to define highlighting and
24335         interactive mode.  Includes detailed instructions on adding
24336         support for new products.
24338         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
24339         product for use in highlighting and interactive mode.
24340         (sql-interactive-product): New variable.  SQL product for
24341         sql-interactive-mode.
24342         (sql-product-support): New variable.  Specifies product-specific
24343         parameters to drive highlighting and interactive mode.
24344         (sql-imenu-generic-expression): Add more object types.
24345         (sql-sqlite-options): Correct comment.
24346         (sql-ms-program): Use "osql" rather than "isql".
24347         (sql-prompt-regexp, sql-prompt-length): Update comment.
24348         (sql-mode-menu): Add "Start SQLi session" entry.
24349         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
24350         (sql-mode-abbrev-table): Add abbreviations.  Support of
24351         SYSTEM-FLAG on define-abbrev.  Support was removed with last
24352         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24353         (sql-mode-font-lock-object-name): Add font-lock pattern for object
24354         names.
24355         (sql-mode-ansi-font-lock-keywords): Set as default value.
24356         (sql-mode-oracle-font-lock-keywords): Set as default value.
24357         Support Oracle 9i keywords.
24358         (sql-mode-postgres-font-lock-keywords): Set as default value.
24359         (sql-mode-linter-font-lock-keywords): Set as default value.
24360         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
24361         SQLServer 2000.
24362         (sql-mode-sybase-font-lock-keywords)
24363         (sql-mode-interbase-font-lock-keywords)
24364         (sql-mode-sqlite-font-lock-keywords)
24365         (sql-mode-strong-font-lock-keywords)
24366         (sql-mode-mysql-font-lock-keywords)
24367         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
24368         keywords.
24369         (sql-mode-font-lock-defaults): Update comment.
24370         (sql-product-feature): New function.  Returns feature associated
24371         with a product from `sql-product-support' alist.
24372         (sql-product-font-lock): New function.  Set font-lock support
24373         based on `sql-product'.
24374         (sql-add-product-keywords): New function.  Add font-lock rules to
24375         product-specific keyword variables.
24376         (sql-set-product): New function.  Set `sql-product' and apply
24377         appropriate font-lock highlighting.
24378         (sql-highlight-product): New function.  Set font-lock support
24379         based on a product.  Also set mode name to include product name.
24380         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24381         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24382         Use `sql-set-product'.
24383         (sql-highlight-ms-keywords)
24384         (sql-highlight-sybase-keywords)
24385         (sql-highlight-interbase-keywords)
24386         (sql-highlight-strong-keywords)
24387         (sql-highlight-mysql-keywords)
24388         (sql-highlight-sqlite-keywords)
24389         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
24390         (sql-get-login): Prompt in the same order as the tokens.
24391         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24392         (sql-product-interactive): New function.  Common portions of
24393         product-specific interactive mode wrappers.
24394         (sql-interactive-mode): Rewritten to use product features.
24395         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24396         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24397         (sql-db2, sql-linter): Use `sql-product-interactive'.
24398         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24399         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24400         (sql-connect-ingres, sql-connect-postgres)
24401         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24402         New functions.  Format command line parameters and invoke comint on
24403         the appropriate interpreter.  Code was in the corresponding
24404         `sql-xyz' function before.
24405         (sql-connect-ms): New function.  Support -E argument to use
24406         operating system credentials for authentication.
24408 2003-08-18  Kenichi Handa  <handa@m17n.org>
24410         * international/mule.el (encode-char): Fix for the ASCII case.
24412 2003-08-15  Kenichi Handa  <handa@m17n.org>
24414         * international/fontset.el (setup-default-fontset): Change "*" to
24415         nil in the specifications of font family.
24417 2003-08-18  Kim F. Storm  <storm@cua.dk>
24419         * kmacro.el (kmacro-keymap): Group related bindings in
24420         initialization for clarity.  Bind C-s to start macro.
24421         Remove C-r binding.
24422         (kmacro-initial-counter-value): New defvar to hold initial counter
24423         value in case we set the value before defining a macro.
24424         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24425         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24426         not defining or executing macro.  Doc fix.
24427         (kmacro-add-counter): Clear kmacro-initial-counter-value.
24428         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24429         temporarily view older elements on the macro ring without cycling
24430         the ring.
24431         (kmacro-display): Doc fix.
24432         (kmacro-exec-ring-item): New helper function.
24433         (kmacro-call-ring-2nd): Use it.
24434         (kmacro-call-ring-2nd-repeat): Doc fix.
24435         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24436         (kmacro-end-or-call-macro): Execute last viewed macro (using
24437         kmacro-exec-ring-item) from ring if this follows
24438         kmacro-view-macro.  This allows us to find a macro on the ring
24439         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24440         the ring to bring it to the head of the ring.
24441         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24442         Allow binding to reserved keys without specifying C-x C-k prefix.
24443         Ask for confirmation if entered key sequence is already bound to
24444         a non-macro command.
24445         (kmacro-view-macro): Repeating command will show older elements
24446         on the macro ring; C-k will execute the last viewed macro.
24447         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
24448         property from 'ring to 'head.
24450 2003-08-17  Alan Shutko  <ats@acm.org>
24452         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24453         keeping December out of the alist.
24455 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
24457         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24458         * calendar/calendar.el (calendar-mode-map): Bind it to key.
24459         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24460         (calendar-flatten): New function.
24461         (calendar-mouse-view-other-diary-entries)
24462         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24463         in the menu title and to show multi-line diary entries correctly
24464         in the menu.
24466 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
24468         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24469         defcustom, because the default was recently changed.
24471 2003-08-16  Richard M. Stallman  <rms@gnu.org>
24473         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24475         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24476         New subroutine, broken out of eval-last-sexp-1.
24477         (eval-last-sexp-1): Use eval-last-sexp-print-value.
24479         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24481         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24483         * simple.el (eval-expression): Use eval-last-sexp-print-value.
24485 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
24487         * progmodes/compile.el (compilation-error-regexp-alist):
24488         Add Java ANt error detection as described in document
24489         http://ant.apache.org/faq.html
24491 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
24493         * simple.el (backward-word, forward-to-indentation)
24494         (backward-to-indentation): Argument changed to optional.
24495         (next-line, previous-line): Use `or' instead of `unless'.
24497 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24499         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24500         instead of a constant.
24502 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
24504         * shell.el (shell): With prefix-arg, suggest a new buffer name.
24506 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
24508         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24509         (vc-sccs-workfile-version): Search the entire delta table, rather
24510         than just the first entry, because that might be a deleted version.
24512 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
24514         * menu-bar.el (menu-bar-options-menu): Supply a body for the
24515         [save-place] binding in the Options menu.  Have it require
24516         'saveplace' and then toggle the variable manually, to avoid an
24517         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
24518         for the bug report.
24520 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
24522         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24523         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24524         (gdb-info-threads-custom): Add help-echo text.
24525         (gdb-display-back): Don't use purecopy.
24526         (gdb-info-breakpoints-custom, gdb-reset)
24527         (gdb-assembler-custom): Use display-images-p to test if breakpoint
24528         icons can be displayed.
24530 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
24532         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24534 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
24536         * bookmark.el (bookmark-completing-read):
24537         Return a string, instead of a list of one string.
24538         Use a popup menu if activated from the mouse.
24539         (bookmark-edit-annotation): Remove unused vars.
24540         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24541         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24542         to bookmark-completing-read.
24543         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24544         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24545         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24546         and erase-buffer.
24547         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24548         (bookmark-menu-jump, bookmark-menu-insert)
24549         (bookmark-popup-menu-and-apply-function)
24550         (bookmark-menu-popup-paned-bookmark-menu): Remove.
24551         (bookmark-menu-build-paned-menu): Remove by folding it into
24552         bookmark-menu-popup-paned-menu.
24553         (menu-bar-bookmark-map): Move the define-key statements here.
24554         Use the "non-menu" commands since they now pop up a menu if needed.
24555         (bookmark-exit-hook-internal): Simplify.
24557 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
24559         * reftex-toc.el (reftex-toc-rename-label): New function.
24560         (reftex-toc-check-docstruct): New function.
24562         * reftex.el (reftex-region-active-p): New function.
24564         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24565         regexp to find the \bibliography macro.
24567         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24568         which does not exist in LaTeX.
24569         (reftex-cite-format-builtin): Added amsrefs support.
24570         (reftex-toc-confirm-promotion): New option
24572         * reftex-toc.el
24573         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24574         (reftex-toc-demote, reftex-toc-promote)
24575         (reftex-toc-do-promote, reftex-toc-promote-prepare)
24576         (reftex-toc-promote-action, reftex-toc-extract-section-number)
24577         (reftex-toc-newhead-from-alist)
24578         (reftex-toc-load-all-files-for-promotion): New functions.
24579         (reftex-toc-help): Added description of new keys.
24580         (reftex-toc-split-windows-fraction): New option.
24581         (reftex-recenter-toc-when-idle): Search *toc* window on all
24582         visible frames.
24583         (reftex-toc): Additional parameter REUSE
24584         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
24585         with REUSE argument.
24586         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24587         the call of `reftex-toc'.
24588         (reftex-make-separate-toc-frame): New function .
24589         (reftex-toc-recenter): When called with triple prefix arg, call
24590         `reftex-make-separate-toc-frame' first.
24591         (reftex-toc-toggle-dedicated-frame): New command.
24592         (reftex-toc-quit): Adapted to delete frame when called in
24593         dedicated frame.
24595         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24596         all enclosing macros.
24599 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24601         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24602         first use.
24604 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24606         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24608 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
24610         * calendar/calendar.el (list-diary-entries-hook)
24611         (diary-display-hook, nongregorian-diary-listing-hook)
24612         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24613         Add some customize options for these hooks.
24614         (calendar-abbrev-construct): Don't try to take a substring longer
24615         than the original string.
24617 2003-08-05  Richard M. Stallman  <rms@gnu.org>
24619         * emacs-lisp/testcover.el (noreturn): Report error if does return.
24620         (testcover-reinstrument-clauses): Doc fix.
24622         * emacs-lisp/warnings.el: Doc fixes, args renamed.
24623         (warning-type-format): Rename from warning-group-format.
24625         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24626         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24627         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24628         to prevent warnings about defvar for an obsolete variable.
24630         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24631         warning-group-format renamed to warning-type-format.
24633         * subr.el (read-passwd): Use clear-string instead of fillarray.
24635         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24636         Use vconcat instead of concat.
24637         (edmacro-sanitize-for-string): New function.
24639 2003-08-05  Dave Love  <fx@gnu.org>
24641         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24642         line-number-display-limit-width.
24644         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24646 2003-08-05  Kenichi Handa  <handa@m17n.org>
24648         * international/code-pages.el: Don't require mule-diag.
24650         * international/mule-diag.el (non-iso-charset-alist):
24651         Add autoload cookie.
24653         * language/devan-util.el (dev-glyph-order): Add an entry for the
24654         glyph code #xC4.
24656 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
24658         * calendar/calendar.el (diary-file, diary-file-name-prefix)
24659         (european-calendar-style, diary-date-forms)
24660         (calendar-day-name-array, calendar-month-name-array): Doc change.
24661         (generate-calendar-month): Adapt for new behavior of
24662         `calendar-day-name' function.
24663         (calendar-abbrev-length, calendar-day-abbrev-array)
24664         (calendar-month-abbrev-array): New variables.
24665         (calendar-abbrev-construct): New function.
24666         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24667         rather than fixing abbrevs at some width.  Calling syntax change.
24668         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
24669         (calendar-date-string): Adapt for new behaviors of
24670         `calendar-day-name' and `calendar-month-name' functions.
24672         * calendar/diary-lib.el (list-diary-entries): Adapt for new
24673         behavior of `calendar-day-name' and `calendar-month-name' functions.
24674         (diary-name-pattern): Use abbrev arrays, rather than fixing
24675         abbrevs at three chars.  Calling syntax change.
24676         (mark-diary-entries): Adapt for new behaviors of
24677         `diary-name-pattern' and `calendar-make-alist' functions.
24678         (fancy-diary-font-lock-keywords): Adapt for new behavior of
24679         `diary-name-pattern' function.
24680         (font-lock-diary-date-forms): Use abbrev arrays, rather than
24681         fixing abbrevs at three chars.  Calling syntax change.
24682         (cal-hebrew, cal-islam): Require when compiling.
24683         (diary-font-lock-keywords): Adapt for new behavior of
24684         `font-lock-diary-date-forms' function.
24686         * calendar/cal-hebrew.el: Reposition some code so defined before used.
24687         (calendar-hebrew-month-name-array-common-year)
24688         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24689         (list-hebrew-diary-entries): Adapt for new behaviors of
24690         `calendar-day-name' and `add-to-diary-list' functions.
24691         (mark-hebrew-diary-entries): Adapt for new behaviors of
24692         `diary-name-pattern' and `calendar-make-alist' functions.
24694         * calendar/cal-islam.el (calendar-islamic-month-name-array):
24695         Add doc string.
24696         (list-islamic-diary-entries): Adapt for new behaviors of
24697         `calendar-day-name' and `add-to-diary-list' functions.
24698         (mark-islamic-diary-entries): Adapt for new behaviors of
24699         `diary-name-pattern' and `calendar-make-alist' functions.
24701         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24702         `calendar-month-name' function.
24704         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24706         * calendar/solar.el (solar-seasons-data): Move definition before use.
24708         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24709         (cal-tex-LaTeX-hourbox): Move definition before use.
24711         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24712         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24713         * lunar.el, solar.el (displayed-month, displayed-year):
24714         Define for compiler.
24716 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24718         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24719         MODE.  Renamed from c-init-c-language-vars'.
24720         (c-initialize-cc-mode): Change accordingly.
24721         (c-common-init): Ditto.
24722         (c-mode): Ditto.
24723         (c++-mode): Use `c-init-language-vars-for'.
24724         (objc-mode): Ditto.
24725         (java-mode): Ditto.
24726         (idl-mode): Ditto.
24727         (pike-mode): Ditto.
24728         (awk-mode): Ditto.
24730 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24732         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24733         or not the point moved.
24735         (c-search-decl-header-end): Don't trip up on operator identifiers
24736         in C++ and operators like == in all languages.
24738         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24739         Detect leading labels correctly.
24741 2003-08-02  Andreas Schwab  <schwab@suse.de>
24743         * textmodes/ispell.el: Don't redo key bindings on loading, put
24744         them only in loaddefs.el.
24745         * bookmark.el: Likewise.
24746         * dabbrev.el: Likewise.
24747         * emerge.el: Likewise.
24749         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24750         has more than one member.
24752         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24754 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24756         * lpr.el (printify-region): It was ending conversion before the
24757         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
24759 2003-07-31  John Paul Wallington  <jpw@gnu.org>
24761         * net/browse-url.el (browse-url-epiphany): Doc fix.
24763 2003-07-30  Kenichi Handa  <handa@m17n.org>
24765         * international/fontset.el (setup-default-fontset):
24766         Change registry names of Akurti fonts.
24768 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24770         * comint.el (comint-read-noecho): Use `clear-string' instead of
24771         `fillarray'.
24773 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
24775         * outline.el (outline-mode-hook): Add defvar.
24777 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
24779         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24780         Restore assembler in source window if that is what has been selected.
24781         (menu): Add gdb-restore-windows to menu.  Make gdba
24782         specific menus only visible from gdba.
24784 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
24786         * progmodes/compile.el (compilation-environment): New user variable.
24787         (compile-internal): Respect it.
24789 2003-07-23  Masatake YAMATO  <jet@gyve.org>
24791         * progmodes/gud.el (gdb-script-font-lock-keywords):
24792         Put `font-lock-function-name-face' on a symbol which includes
24793         `-' like `hook-run'.  Put font-lock-variable-name-face
24794         on a symbol starting with $.
24796 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
24798         * files.el (set-visited-file-name): Use truename for buffer-file-name.
24800 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
24802         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24804 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
24806         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24807         Use with-no-warnings.
24808         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24809         rather than to find-file-not-found-hook, which doesn't exist.
24811 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
24813         * international/quail.el (quail-translate-key): Fix previous change.
24815 2003-07-25  John Paul Wallington  <jpw@gnu.org>
24817         * server.el (server-start): Check `server-process' is non-nil
24818         before killing it to avoid killing current buffer's process.
24820         * simple.el (choose-completion-string): Use `minibufferp';
24821         test `completion-reference-buffer' if `buffer' arg is nil.
24822         (push-mark): Use `when' and `unless'.
24823         (pop-mark): Use `when'.
24825         * mouse-sel.el (mouse-sel-get-selection-function):
24826         Check `x-last-selected-text-primary'.  Don't barf if it or
24827         `x-last-selected-text' aren't bound.
24829 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24831         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24833 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
24835         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24837 2003-07-23  John Paul Wallington  <jpw@gnu.org>
24839         * tooltip.el (defface tooltip): Inherit from variable-pitch.
24841 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24843         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24844         string.  Defvar the derived hook.
24846         * macros.el (insert-kbd-macro): Escape double quote character.
24847         From Thomas W Murphy <twm@andrew.cmu.edu>.
24849 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
24851         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24852         to match the specific mark rather than reusing comment-start-skip.
24854 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
24856         * progmodes/hideshow.el (hs-special-modes-alist):
24857         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
24859 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
24861         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24862         value using ?\s.
24864 2003-07-21  John Paul Wallington  <jpw@gnu.org>
24866         * subr.el (with-selected-window): Add closing paren.
24868 2003-07-21  Richard M. Stallman  <rms@gnu.org>
24870         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24871         (lisp-mode): Likewise.
24873         * subr.el (with-selected-window): Copy code form save-selected-window
24874         so as to call select-window with norecord arg.
24875         (dynamic-completion-table): Doc fix.
24876         (lazy-completion-table): Doc fix.
24878         * international/mule-cmds.el (set-locale-environment):
24879         langinfo renamed to locale-info.
24881         * international/mule.el (auto-coding-functions): Doc fix.
24883 2003-07-21  Kenichi Handa  <handa@m17n.org>
24885         * international/quail.el (quail-translate-key):
24886         Update quail-current-str correctly.
24888 2003-07-21  Andreas Schwab  <schwab@suse.de>
24890         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24891         ?, to "_".
24893 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
24894         Version 2.0.36 of Tramp released.
24896         * net/tramp.el (tramp-default-password-end-of-line): Rename from
24897         tramp-password-end-of-line.
24898         (tramp-password-end-of-line): New method parameter.
24899         (tramp-get-password-end-of-line): Function to access method
24900         parameter `tramp-password-end-of-line', or variable
24901         `tramp-default-password-end-of-line' (default value).
24902         (tramp-methods): Add entries for new parameter
24903         tramp-password-end-of-line.
24904         (tramp-enter-password): Use new function
24905         `tramp-get-password-end-of-line'.
24906         (tramp-handle-insert-file-contents): Do not
24907         unconditionally inhibit the file operation file-local-copy, only
24908         do that when the inhibit-file-name-operation is currently
24909         insert-file-contents.  This fixes finding remote CVS-controlled
24910         files.  (It would barf on inserting the CVS/Entries file
24911         literally, because the file-local-copy handler wasn't called.)
24912         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24913         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24914         (tramp-initial-commands): New variable.
24915         (tramp-process-initial-commands): New function, using the variable.
24916         (tramp-open-connection-setup-interactive-shell): Call the new function.
24917         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24918         method into the buffer name, never use nil.  Reported by Hanak
24919         David <dhanak@inf.bme.hu>.
24920         (tramp-open-connection-setup-interactive-shell): Erase buffer
24921         before sending "stty -onlcr".
24923         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24925 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
24927         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24929 2003-07-19  John Paul Wallington  <jpw@gnu.org>
24931         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24932         (artist-draw-rect, artist-draw-square): Doc fixes.
24934         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24936         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24938 2003-07-19  Kenichi Handa  <handa@m17n.org>
24940         * international/kkc.el (kkc-show-conversion-list-update):
24941         Highlight the correct candidate in the message.
24943 2003-07-18  John Paul Wallington  <jpw@gnu.org>
24945         * simple.el (current-word): Don't include punctuation char when
24946         `really-word' arg is non-nil.
24948 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
24950         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24951         moved to the directory obsolete.
24953 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
24955         * info.el (Info-menu-entry-name-re): Allow newlines in
24956         menu entry names.
24958         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24959         syntax-ppss-after-change-function.
24960         (syntax-ppss-after-change-function): New alias.  Update uses.
24961         (syntax-ppss): Catch the case where the buffer is narrowed.
24963 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24965         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24966         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24968 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24970         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24971         since it might be modified.
24973         * progmodes/cc-langs.el (c++-make-template-syntax-table)
24974         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24975         names to these language constants.
24977 2003-07-15  Kim F. Storm  <storm@cua.dk>
24979         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24980         All uses changed.
24982 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
24984         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24985         Namespace support.
24987 2003-07-13  Juanma Barranquero  <lektu@terra.es>
24989         * frame.el (modify-all-frames-parameters): Reinstall (copyright
24990         papers received).
24992 2003-07-13  Karl Eichwalder  <ke@suse.de>
24994         * textmodes/po.el (po-find-charset): White space at the start of the
24995         Content-Type field body is non-mandatory.
24997 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
24999         * textmodes/texinfo.el (texinfo-section-list):
25000         Append appendixsection; a synonym for appendixsec.
25002 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
25004         * man.el (Man-translate-cleanup): New.
25005         (Man-translate-references): Call `Man-translate-cleanup' to clean
25006         leading, trailing and middle spaces.
25008 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
25010         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
25011         Handle `dired-directory' being a list.
25013 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
25015         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
25016         it doesn't exist.
25018 2003-07-12  Richard M. Stallman  <rms@gnu.org>
25020         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
25022         * progmodes/cc-defs.el (c-make-keywords-re):
25023         Don't use delete-duplicates.
25024         (c-lang-const): Don't use mapcan.
25026         * apropos.el (apropos-show-scores): Make it customizable.
25027         Document new meaning.
25028         (apropos): Compute scores from symbols.
25029         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
25031 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25033         * ps-bdf.el: Fix copyright line.
25034         (bdf-directory-list): Fix initialization code.
25036 2003-07-11  John Paul Wallington  <jpw@gnu.org>
25038         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
25039         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
25040         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
25042 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
25044         * emacs-lisp/ring.el (ring-elements): Doc fix.
25046 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
25048         * calendar/timeclock.el (timeclock-relative)
25049         (timeclock-ask-before-exiting, timeclock-use-display-time):
25050         Doc changes.
25051         (timeclock-modeline-display): Give a message if
25052         `timeclock-use-display-time' is non-nil but `display-time-mode'
25053         is not active.
25055 2003-07-11  Kenichi Handa  <handa@m17n.org>
25057         * international/mule-cmds.el (set-language-environment):
25058         Set current-language-environment to the correct string.
25060 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25062         * ps-print.el: Print line number correctly in a region.  Reported by
25063         Tim Allen <timallen@ls83.fsnet.co.uk>.
25064         (ps-print-version): New version number (6.6.2).
25065         (ps-printing-region): Code fix.
25067 2003-07-10  John Paul Wallington  <jpw@gnu.org>
25069         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
25070         this function can be called from `add-completions-from-tags-table'.
25072 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
25074         * calendar/timeclock.el (timeclock-use-display-time)
25075         (timeclock-day-over-hook, timeclock-workday-remaining)
25076         (timeclock-status-string, timeclock-when-to-leave)
25077         (timeclock-when-to-leave-string, timeclock-log-data)
25078         (timeclock-find-discrep, timeclock-day-base)
25079         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
25080         (timeclock-modeline-display): Set the variable
25081         `timeclock-modeline-display'.
25082         (timeclock-update-modeline): Doc fix.  Respect value of
25083         `timeclock-relative'.
25085 2003-07-09  Richard M. Stallman  <rms@gnu.org>
25087         * textmodes/reftex-parse.el (reftex-all-document-files):
25088         Add autoload cookie.
25090         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
25091         (reftex-scanning-info-available-p): Add autoload cookie.
25093         * international/mule-cmds.el
25094         (set-display-table-and-terminal-coding-system): Delete duplicate
25095         aset on standard-display-table.
25097         * view.el (view-file): If existing buffer's major mode is special,
25098         don't go into view mode.
25100         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
25102 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
25104         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
25105         buffer changes; there's third party code that calls this function
25106         directly.
25108 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
25110         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
25111         (autodoc-font-lock-keywords): Don't byte compile on font lock
25112         initialization when running from byte compiled files.
25114 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
25116         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
25117         statement ends with auto-increment "++".
25119 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
25121         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25122         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25123         these are changed, so declare them as variables and not constants.
25125 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
25127         * subr.el (dolist, dotimes): Doc fix.
25129 2003-07-08  Kim F. Storm  <storm@cua.dk>
25131         * international/mule-cmds.el
25132         (set-display-table-and-terminal-coding-system): Don't break
25133         bootstrap if standard-display-table isn't setup yet.
25135 2003-07-07  Richard M. Stallman  <rms@gnu.org>
25137         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
25138         Give it a doc string, and autoload it.
25140         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
25141         Use with-no-warnings.
25143         * info.el (Info-search): If find invisible text, search again.
25145         * isearch.el (search-whitespace-regexp): Add a shy group around it.
25147         * man.el (Man-name-regexp): Match + as part of name.
25149         * simple.el (visible-mode): Rename from vis-mode.
25150         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
25152         * simple.el (current-word): New arg REALLY-WORD specifies
25153         don't include punctuation chars.
25155         * emacs-lisp/debug.el (debug, debugger-env-macro):
25156         Use with-no-warnings while accessing and binding unread-command-char.
25158         * international/mule-cmds.el
25159         (set-display-table-and-terminal-coding-system): Use explicit loop
25160         instead of calling standard-display-default.
25162         * net/ange-ftp.el (ange-ftp-file-symlink-p):
25163         Use condition-case to catch error in ange-ftp-get-files.
25165         * net/browse-url.el (browse-url-browser-function):
25166         Add alternative for Epiphany.
25167         (browse-url-epiphany-program, browse-url-epiphany-arguments)
25168         (browse-url-epiphany-startup-arguments)
25169         (browse-url-epiphany-new-window-is-tab): New variables.
25170         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
25172         * progmodes/compile.el (compile-auto-highlight): Default now t.
25173         (compile): Doc fix.
25174         (compilation-next-error): Fix previous change.
25176         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
25178         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
25180 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
25182         * gdb-ui.el (gdb-source-info): Display current frame when
25183         attaching to an existing process.
25184         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
25185         while laying out windows when attaching to an existing process.
25187 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
25189         * info.el (Info-menu): Use Info-menu-entry-name-re.
25191 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
25193         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
25194         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
25196         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
25197         to match the same text.
25199 2003-07-06  John Paul Wallington  <jpw@gnu.org>
25201         * vc.el (vc-annotate-offset): Move defvar up.
25203 2003-07-06  Kim F. Storm  <storm@cua.dk>
25205         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25206         This should fix the infinite loop when extracting menu names.
25208 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
25210         * files.el (auto-mode-alist, interpreter-mode-alist):
25211         Remove entries to CC Mode modes to avoid duplicates; they are now added
25212         with autoload directives in cc-mode.el.
25214 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
25216         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25217         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25218         these are changed, so declare them as variables and not constants.
25220         * progmodes/cc-mode.el: Fix some autoload problems: Try to
25221         ensure that the entry for ".c" extension comes before the one for
25222         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25223         Fix incorrect entries that were added to `interpreter-mode-alist'.
25224         Move the autoload directives for AWK to the top level since they
25225         aren't recognized anywhere else.  Do not use the new AWK mode doc
25226         in the autoload form for the old AWK mode.
25228 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25230         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25231         (bibtex-sort-ignore-string-entries): Default value t.
25232         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25233         erroneously in previous version.
25234         (bibtex-string-files): Docstring reflects new parsing scheme.
25235         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25236         docstring, add # as one of the chars to crush
25237         (bibtex-autokey-prefix-string, bibtex-autokey-names)
25238         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25239         (bibtex-autokey-name-change-strings)
25240         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25241         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25242         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25243         (bibtex-autokey-title-terminators)
25244         (bibtex-autokey-titlewords-stretch)
25245         (bibtex-autokey-titleword-ignore)
25246         (bibtex-autokey-titleword-case-convert)
25247         (bibtex-autokey-titleword-abbrevs)
25248         (bibtex-autokey-titleword-abbrevs)
25249         (bibtex-autokey-titleword-change-strings)
25250         (bibtex-autokey-titleword-length)
25251         (bibtex-autokey-titleword-separator)
25252         (bibtex-autokey-name-year-separator)
25253         (bibtex-autokey-year-title-separator)
25254         (bibtex-autokey-before-presentation-function)
25255         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25256         Fix docstring.
25257         (bibtex-strings, bibtex-reference-keys):
25258         Use lazy-completion-table and make-variable-buffer-local.
25259         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25260         (bibtex-braced-string-syntax-table)
25261         (bibtex-quoted-string-syntax-table): New variables.
25262         (bibtex-parse-nested-braces): Remove.
25263         (bibtex-parse-field-string): Use syntax table and forward-sexp.
25264         (bibtex-parse-association): Simplify.
25265         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25266         (bibtex-parse-field-text): Simplify.
25267         (bibtex-search-forward-field, bibtex-search-backward-field):
25268         argument BOUND can take value t.
25269         (bibtex-start-of-field, bibtex-start-of-name-in-field)
25270         (bibtex-end-of-name-in-field, bibtex-end-of-field)
25271         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25272         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25273         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25274         (bibtex-skip-to-valid-entry): Return buffer position of beginning
25275         and ending of entry.  Update for changes of bibtex-search-entry.
25276         Simplify.
25277         (bibtex-map-entries): FUN is called with three arguments.
25278         (bibtex-search-entry): Return a cons pair with buffer positions of
25279         beginning and end of entry.
25280         (bibtex-enclosing-field): Simplify.
25281         (bibtex-format-entry): Use booktitle to set a missing title.
25282         (bibtex-autokey-get-names): Fiddle with regexps.
25283         (bibtex-generate-autokey): Use identity.
25284         (bibtex-parse-keys): Use simplified parsing algorithm if
25285         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
25286         arguments.  Return alist of keys.
25287         (bibtex-parse-strings): Simplify.  Return alist of strings.
25288         (bibtex-complete-string-cleanup): Fix docstring.
25289         (bibtex-read-key): New function.
25290         (bibtex-mode): Fix docstring.  Do not parse for keys and
25291         strings when the mode is entered.  Set fill-paragraph-function to
25292         bibtex-fill-field.  Setup font-lock-mark-block-function the way
25293         font-lock intended.
25294         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
25295         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25296         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25297         (bibtex-Preamble): Avoid hard coded constants.
25298         (bibtex-make-field): Fix docstring.  Simplify.
25299         (bibtex-beginning-of-entry): Always return new position of point.
25300         (bibtex-end-of-entry): Rearrange cond clauses.
25301         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25302         Update for changes of bibtex-map-entries.
25303         (bibtex-ispell-abstract): Do not move point.
25304         (bibtex-entry-index): Use downcase.  Simplify.
25305         (bibtex-lessp): Handle catch-all.
25306         (bibtex-find-crossref): Turn into a command.
25307         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
25308         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
25309         preamble entries.
25310         (bibtex-fill-field-bounds): New function.
25311         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
25312         (bibtex-fill-entry): Use bibtex-fill-field-bounds
25313         (bibtex-String): Use bibtex-strings.  Always obey
25314         bibtex-sort-ignore-string-entries.
25316 2003-07-05  John Paul Wallington  <jpw@gnu.org>
25318         * cus-theme.el (customize-create-theme):
25319         Call `customize-create-theme' in Reset widget's notify function.
25321         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25322         (ibuffer-mark-interactive): Use `or' instead of `unless'.
25323         (define-ibuffer-column name): Add summarizer.
25324         (define-ibuffer-column size): Likewise.
25325         (define-ibuffer-column filename): Likewise.
25326         (define-ibuffer-column process): Likewise.  Change BODY's output too.
25327         (define-ibuffer-column filename-and-process): Likewise, likewise.
25328         (ibuffer): Remove local vars `already-in' and `need-update'.
25330         * ibuf-ext.el: Don't require `derived' at compile-time.
25332 2003-07-05  Kim F. Storm  <storm@cua.dk>
25334         * info.el: Disable paragraph refilling.
25335         (Info-refill-paragraphs): New defcustom.
25336         (Info-fontify-node): Use it.
25338 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
25340         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25341         thingies from constructors created by defstruct.
25343         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25344         the default value of the variable.
25345         (byte-code-meter): Move declaration to top level.
25347         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25349         * info.el (Info-following-node-name-re): New fun.
25350         (Info-following-node-name): Remove.
25351         (Info-insert-dir): Use the new fun.
25352         (Info-extract-pointer): Don't save restriction; use new fun.
25353         (Info-menu-entry-name-re): New const.
25354         (Info-menu-entry-name-re): Use it along with new fun.
25355         (Info-node-spec-re): Use new fun.
25356         (Info-complete-menu-item, Info-fontify-node): Use new const.
25357         (Info-goto-node, Info-follow-reference, Info-menu-update):
25358         Use match-string.
25359         (Info-follow-reference): Use assoc-string.
25360         Use a list of strings for the completion table.
25361         (Info-fontify-node): Use match-string, line-end-position.
25362         Limit the search for `node:' to the first line.
25364         * newcomment.el (uncomment-region): Remove padding coming from
25365         comment-start rather than just from comment-padding.
25367         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25368         (vc-cvs-stay-local-p): Use vc-stay-local-p.
25369         (vc-cvs-rename-file): Remove (use the default).
25370         (vc-cvs-register): Register parent dir if needed.
25371         (vc-cvs-could-register): Return non-nil if parent can be registered.
25372         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25373         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25375         * vc-svn.el (vc-svn-use-edit): Make it into a const.
25376         (vc-svn-update): Fix the arguments to `svn'.
25377         (vc-svn-diff-tree): Just use `vc-svn-diff'.
25378         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25379         Simple implementations, assuming `name' is a URL.
25381         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25382         set of chars allowed unquoted in a case pattern.
25384         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25386         * font-lock.el (font-lock-extra-types-widget)
25387         (c-font-lock-extra-types, c++-font-lock-extra-types)
25388         (objc-font-lock-extra-types, java-font-lock-extra-types)
25389         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25390         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25391         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25392         (font-lock-match-c++-structor-declaration)
25393         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25394         (c++-font-lock-keywords-3, c++-font-lock-keywords)
25395         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25396         (objc-font-lock-keywords-3, objc-font-lock-keywords)
25397         (java-font-lock-keywords-1, java-font-lock-keywords-2)
25398         (java-font-lock-keywords-3, java-font-lock-keywords)
25399         (java-font-lock-syntactic-face-function): Remove obsolete code
25400         and constants.  It's all in cc-fonts.el now.
25402 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
25404         * mail/sendmail.el (mail-specify-envelope-from)
25405         (mail-envelope-from): Doc fix.
25407 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
25409         * generic-x.el: Do away with the dependency on `c-emacs-features'
25410         when populating `rul-generic-mode-syntax-table'; we already know
25411         this isn't XEmacs.
25413 See ChangeLog.10 for earlier changes.
25415 ;; Local Variables:
25416 ;; coding: iso-2022-7bit
25417 ;; End:
25419     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
25420   Copying and distribution of this file, with or without modification,
25421   are permitted provided the copyright notice and this notice are preserved.
25423 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1