(define-generic-mode): Add argument to specify keywords for defcustom.
[emacs.git] / lisp / ChangeLog
blobfe2032adb5201e4a9ddc8d9e8c1317cff2469052
1 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3         * filesets.el (filesets-set-default): Doc fix.
5 2005-04-03  Lute Kamstra  <lute@gnu.org>
7         * generic.el (define-generic-mode): Add argument to specify
8         keywords for defcustom.
9         (default-generic-mode): Specify :group.
10         
11         * desktop.el (desktop-no-desktop-file-hook)
12         (desktop-after-read-hook): Fix docstring.
14 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
16         * simple.el (visible-mode): Use explicit :group keyword.
17         This changes the group of `visible-mode-hook' from paren-blinking
18         to editing-basics.
20 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
22         * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23         mailbox specifications as well as URLs.
24         (rmail-insert-inbox-text): Remove unused conditional branches.
26 2005-04-01  Jay Belanger  <belanger@truman.edu>
28         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29         (calc-gnuplot-print-command): Move definitions to calc.el.
31         * calc/calc-embed.el (calc-embedded-announce-formula)
32         (calc-embedded-open-formula, calc-embedded-close-formula)
33         (calc-embedded-open-word, calc-embedded-close-word)
34         (calc-embedded-open-plain, calc-embedded-close-plain)
35         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
36         (calc-embedded-open-mode, calc-embedded-close-mode):
37         Move definitions to calc.el.
39         * calc/calc.el (calc-settings-file, calc-language-alist):
40         Make customizable.
41         (calc-embedded-announce-formula, calc-embedded-open-formula)
42         (calc-embedded-close-formula, calc-embedded-open-word)
43         (calc-embedded-close-word, calc-embedded-open-plain)
44         (calc-embedded-close-plain, calc-embedded-open-new-formula)
45         (calc-embedded-close-new-formula, calc-embedded-open-mode)
46         (calc-embedded-close-mode, calc-gnuplot-name)
47         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
48         from other files and make customizable.
50 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
53         Use buffer-live-p.
54         (cvs-mode-run): Don't call cvs-update-header here.
55         (cvs-run-process): Call cvs-update-header.
56         Use process properties for cvs-postprocess and cvs-buffer so that
57         the sentinel can behave better if the temp buffer is killed.
58         Use a pipe rather than a tty, to better handle unexpected prompts.
59         (cvs-sentinel): Rewrite.  Call cvs-update-header.
61 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
63         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
64         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
66 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * generic.el (define-generic-mode): Add indentation rule.
70 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
72         * files.el (mode-require-final-newline): Make Custom correctly
73         report a nil value and allow to set it to nil via Custom.
74         Doc fix.
76 2005-04-01  Kenichi Handa  <handa@m17n.org>
78         * international/characters.el: Enable the correct case setting for
79         dotless-i and dotted-I.
81 2005-04-01  Kim F. Storm  <storm@cua.dk>
83         * ido.el (ido-file-internal): Fall back to non-ido command if
84         initial directory is on slow ftp (or tramp) host.
86 2005-03-31  Richard M. Stallman  <rms@gnu.org>
88         * emacs-lisp/autoload.el (make-autoload):
89         Handle define-global-minor-mode.
91         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
92         Rename from easy-mmode-define-global-mode.
93         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
95         * progmodes/scheme.el (scheme-mode-syntax-table):
96         Update syntax of | and # for two-character comment syntax.
98 2005-03-31  Lute Kamstra  <lute@gnu.org>
100         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
101         (define-minor-mode): Call custom-current-group at load-time.
103         * generic.el (define-generic-mode): Add debug declaration.
104         Add defcustom for the mode hook.
105         (generic-mode-internal): Use run-mode-hooks.
107 2005-03-31  Kim F. Storm  <storm@cua.dk>
109         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
110         (mouse-fixup-help-message): New defun called by show_help_echo
111         to fixup mouse-2 prefix in help messages when applicable.
113         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
115 2005-03-31  Kenichi Handa  <handa@m17n.org>
117         * language/thai-word.el (thai-find-word-ends): Pay attention to
118         the case that we reach the end of buffer.
120         * textmodes/fill.el (fill-text-properties-at): New function.
121         (fill-newline): Use fill-text-properties-at instead of
122         text-properties-at.
124 2005-03-31  Karl Berry  <karl@freefriends.org>
126         * textmodes/tex-mode.el (tex-compile): shell-quote-argument,
127         not comint-quote-filename.
129 2005-03-31  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
131         * textmodes/tex-mode.el (tex-start-tex) shell-quote-argument,
132         not comint-quote-filename.
134 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
136         * help-fns.el (help-with-tutorial): Revert last change.
138 2005-03-31  Kim F. Storm  <storm@cua.dk>
140         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
142 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
144         * calendar/cal-china.el: Update reference to "Calendrical
145         Calculations" book; there's a new edition.
146         * calendar/cal-coptic.el: Likewise.
147         * calendar/cal-french.el: Likewise.
148         * calendar/cal-hebrew.el: Likewise.
149         * calendar/cal-islam.el: Likewise.
150         * calendar/cal-iso.el: Likewise.
151         * calendar/cal-julian.el: Likewise.
152         * calendar/cal-mayan.el: Likewise.
153         * calendar/cal-persia.el: Likewise.
154         * calendar/calendar.el: Likewise.
155         * calendar/holidays.el: Likewise.
156         * calendar/lunar.el: Likewise.
157         * calendar/solar.el: Likewise.
159         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
160         white space from doc string.
162 2005-03-30  Jay Belanger  <belanger@truman.edu>
164         * calc/calc-help.el (calc-full-help): Remove email address.
166 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
168         * help-fns.el (help-with-tutorial): Delete title line.
170 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
172         * calendar/cal-x.el (calendar-one-frame-setup)
173         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
174         rather than 'symbol for set-window-dedicated-p.
176         * calendar/appt.el (appt-buffer-name): Make it a constant.
177         (appt-add): Doc fix.
179         * filesets.el (filesets-menu-path, filesets-menu-before)
180         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
181         (filesets-menu-cache-file): Use directory ~/.emacs.d.
182         (filesets-add-submenu): Delete and use add-submenu instead.
184 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
186         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
187         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
188         (org-diary-default-entry): New function.
189         (org-get-entries-from-diary): Better parsing of diary entries.
190         (org-agenda-check-no-diary): New function.
191         ("diary-lib"): Advice to function `add-to-diary-list', to allow
192         linking to diary entries.
193         (org-agenda-execute-calendar-command): New function.
194         (org-agenda): Improve visible section in window.
195         Use `org-fit-agenda-window'.
196         (org-fit-agenda-window): New option.
197         (org-move-subtree-down): Better handling of empty lines
198         at end of subtree.
199         (org-cycle): Numeric prefix is interpreted now as show-subtree N
200         levels up.
201         (org-fontify-done-headline): New option.
202         (org-headline-done-face): New face.
203         (org-set-font-lock-defaults): Use `org-headline-done-face'.
204         (org-table-copy-down): Rename from `org-table-copy-from-above'.
205         When current field is non-empty, it is copied to next row.
206         (org-table-copy-from-above): Fix bug which made it
207         impossible to copy fields containing only a single non-white character.
209 2005-03-30  Kim F. Storm  <storm@cua.dk>
211         * kmacro.el (kmacro-end-macro): Isearch may store this command
212         into the macro -- so ignore it when executing keyboard macro.
214 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
216         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
218 2005-03-29  Kenichi Handa  <handa@m17n.org>
220         * language/thai.el ("Thai"): Set setup-function and exit-function
221         for Thai language environment.
223         * language/thai-util.el: Require thai-word.
224         (thai-word-mode-map): New variable.
225         (thai-word-mode): New minor mode.
226         (setup-thai-language-environment-internal): New function.
227         (exit-thai-language-environment-internal): New function.
229         * language/thai-word.el (thai-word-table): Declare it by defvar,
230         use dolist to initialize it.
231         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
232         (thai-fill-find-break-point): New functions.
234 2005-03-29  Richard M. Stallman  <rms@gnu.org>
236         * simple.el (idle-update-delay): Move definition up.
237         (set-mark): Doc fix.
239 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
241         * longlines.el: New file.
243         * simple.el (buffer-substring-filters): New variable.
244         (filter-buffer-substring): New function.
245         (kill-region, copy-region-as-kill): Use it.
247         * register.el (copy-to-register, append-to-register)
248         (prepend-to-register): Use filter-buffer-substring.
250 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
252         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
253         (gud-filter-pending-text): Move in front of gdb.
254         (gud-overlay-arrow-position): New variable.
255         (gud-sentinel, gud-display-line): Use it in place of
256         overlay-arrow-position.
258 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
260         * progmodes/fortran.el (fortran-if-indent): Doc fix.
261         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
262         (fortran-font-lock-keywords-4): New variable.
263         (fortran-blocks-re, fortran-end-block-re)
264         (fortran-start-block-re): New constants, for hideshow.
265         (hs-special-modes-alist): Add a Fortran entry.
266         (fortran-mode-map): Bind fortran-end-of-block,
267         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
268         (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
269         (fortran-looking-at-if-then, fortran-end-of-block)
270         (fortran-beginning-of-block): New functions, for hideshow.
272         * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
273         fix. Tweak regexp.
274         (f90-beginning-of-block): Push mark first.
276 2005-03-29  Jay Belanger  <belanger@truman.edu>
278         * calc/calc.el: Update copyright date.
279         (calc-version): Increase to 2.1.
280         (calc-version-date): Remove.
282         * calc/calc-help.el: Update copyright date.
283         (calc-full-help): Remove reference to calc-version-date.
284         Update copyright date.
286 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
288         * vc.el (vc-do-command): Use a pipe for async processes, so password
289         prompts don't show up at places where the user can't reply.
291 2005-03-29  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
293         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
294         on the file name we pass to the inferior shell.
296 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
298         * progmodes/which-func.el (which-function): Be robust in the face of an
299         imenu--make-index-alist failure.
301 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
305         * progmodes/python.el (python-preoutput-filter): Fix last change.
307 2005-03-29  Lute Kamstra  <lute@gnu.org>
309         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
310         functions and compiled macros.
311         (debug-convert-byte-code): Handle macros too.
312         (debug-on-entry-1): Don't signal an error when trying to clear a
313         function that is not set to debug on entry.
315 2005-03-29  Jay Belanger  <belanger@truman.edu>
317         * calc/calc-lang.el: Add functions to math-function-table
318         properties of tex and math.
320 2005-03-29  Kenichi Handa  <handa@m17n.org>
322         * ps-mule.el (ps-mule-plot-string): Translate characters by
323         ps-print-translation-table.
324         (ps-mule-begin-job): Call find-charset-region/string with
325         ps-print-translation-table.
326         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
328         * ps-print.el (ps-print-translation-table): New variable.
329         (ps-plot-region): Translate characters by ps-print-translation-table.
331 2005-03-29  Juri Linkov  <juri@jurta.org>
333         * simple.el (next-error-highlight-timer): New variable.
335         * progmodes/compile.el (compilation-goto-locus):
336         Use `next-error-highlight-timer' instead of `sit-for'.
338 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
340         * mail/supercite.el (sc-mail-field): Use assoc-string.
341         (sc-get-address): Simplify regexps.
343         * files.el (minibuffer-with-setup-hook): New macro.
344         (find-file-read-args): Use it to avoid let-binding
345         minibuffer-with-setup-hook (which breaks turning on/off
346         file-name-shadow-mode while in the prompt).
348         * complete.el (PC-read-include-file-name-internal): Use test-completion.
350 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
352         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
354 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
356         * window.el (window-buffer-height): Use count-screen-lines.
358         * progmodes/python.el (python-preoutput-leftover): New var.
359         (python-preoutput-filter): Use it.
360         (python-send-receive): Loop until all the result has been received.
362 2005-03-28  Juri Linkov  <juri@jurta.org>
364         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
366         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
367         "Recover Crashed Session".
368         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
369         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
370         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
371         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
372         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
373         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
374         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
375         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
377         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
378         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
379         Ediff Sessions", "Toggle use of separate control buffer frame",
380         "Use separate frame for Ediff control buffer".
382         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
383         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
384         "Rename Bookmark", "Delete Bookmark".
386         * info.el (Info-mode-menu): Remove ellipsis from "Index".
387         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
388         Add `:active Info-index-alternatives' to "Next Matching Item".
390         * wdired.el (wdired-change-to-wdired-mode):
391         Mention `wdired-abort-changes' key in the initial message.
393         * international/mule.el (auto-coding-alist): Associate non-ascii
394         image filename extensions with `no-conversion'.
396 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * international/iso-acc.el:
399         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
401 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
403         * textmodes/sgml-mode.el (html-mode): Doc update.
405         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
407 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
409         * term.el (term-move-columns): Fix face after extending a line.
410         (term-insert-spaces): Likewise.
411         (term-reset-terminal): Fix off by one error.
413 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
415         * international/mule.el (auto-coding-alist): Add .xpi files.
417         * files.el (auto-mode-alist): Add .xpi files.
419 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
421         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
423 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
425         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
427 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
429         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
430         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
432         * calendar/cal-move.el (calendar-beginning-of-year): Move the
433         cursor to Jan 1 when needed.
434         (calendar-end-of-year): Fix -/+ typo.
435         Reported by Chong Yidong <cyd@stupidchicken.com>.
437 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
441         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
442         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
444 2005-03-25  Richard M. Stallman  <rms@gnu.org>
446         * filesets.el (filesets-init): Add autoload.
448         * mail/mailalias.el (mail-directory): Doc fix.
450 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
452         * mail/mailalias.el (mail-directory-process): Do nothing if
453         mail-directory-process is an atom.
454         (mail-get-names): Ignore mail-directory-names if it is an atom.
455         (mail-directory-process defvar): Doc fix.
456         (mail-names): Doc fix.
458 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
460         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
462 2005-03-26  Kenichi Handa  <handa@m17n.org>
464         * international/mule-util.el (detect-coding-with-priority):
465         Call update-coding-systems-internal before detect-coding-region.
467 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
469         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
470         (gdb-frames-mode-map): Add follow-link property.
472 2005-03-25  Jay Belanger  <belanger@truman.edu>
474         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
475         for variables.
477 2005-03-25  Juri Linkov  <juri@jurta.org>
479         * image-mode.el: Optimize image filename extension regexps in
480         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
481         in `auto-mode-alist'.
482         (image-mode): Add `image-toggle-display-text' to local hook
483         `change-major-mode-hook'.  Display the image as an image by
484         default.  Set `cursor-type' and `truncate-lines' if the image
485         is already displayed.  Take into account the current mode (image
486         or text) in message.
487         (image-minor-mode): New minor mode.
488         (image-mode-maybe, image-toggle-display-text): New functions.
489         (image-toggle-display): Use called-interactively-p.
490         Let-bind `inhibit-read-only' to t.
492         * image-mode.el (image-minor-mode): Set `cursor-type' and
493         `truncate-lines' if the image is already displayed.  Add turning
494         image-minor-mode off to `change-major-mode-hook'.  Add message.
495         Call `image-toggle-display-text' after turning image-minor-mode off.
497 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
499         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
500         Terminal.app, use utf-8.
501         (set-display-table-and-terminal-coding-system): Add coding-system arg.
502         (set-locale-environment): Use it.
504         * term/xterm.el: Undo last change, better done in mule-cmds.el.
506         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
508         * progmodes/python.el (python-close-block-statement-p)
509         (python-outdent-p, python-current-defun): Use symbol-end.
511 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
513         * files.el (save-some-buffers): Doc fix.
515 2005-03-25  Werner Lemberg  <wl@gnu.org>
517         * complete.el, thumbs.el: Replace `legal' with `valid'.
518         * calendar/calendar.el: Replace `legal' with `valid'.
519         * emacs-lisp/advice.el: Replace `legal' with `valid'.
520         * mail/supercite.el: Replace `legal' with `valid'.
521         * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
522         progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
523         `valid'.
524         * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
525         with `valid'.
527 2005-03-25  Werner Lemberg  <wl@gnu.org>
529         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
530         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
531         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
532         * emulation/vip.el: Replace `illegal' with `invalid'.
533         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
534         * mail/supercite.el: Replace `illegal' with `invalid'.
535         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
536         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
537         progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
538         progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
539         `invalid'.
540         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
541         textmodes/reftex-index.el, textmodes/reftex-parse.el,
542         textmodes/reftex-ref.el, textmodes/reftex-vars.el,
543         textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
545 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
547         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
548         (flymake-find-buildfile, flymake-find-possible-master-files)
549         (flymake-check-include, flymake-parse-line): Replace loops over the
550         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
552         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
553         Substitute file-name-as-directory in the rest of the file.
554         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
555         (flymake-replace-region): Remove unused arg `buffer'.
556         (flymake-check-patch-master-file-buffer): Update calls to it.
557         (flymake-add-err-info): Remove unused var `count'.
558         (flymake-mode): Use define-minor-mode.
560         * progmodes/flymake.el: Use with-current-buffer.
561         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
562         flymake-replace-regexp-in-string, flymake-line-beginning-position)
563         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
564         Avoid testing for `xemacs'.
565         (flymake-nop): Move.
566         (flymake-region-has-flymake-overlays): Return the computed value.
567         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
568         Remove unused var `endline'.
569         (flymake-get-line-count): Remove unused function.
570         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
572         * emulation/vi.el:
573         * generic.el:
574         * hilit-chg.el (global-highlight-changes):
575         * hi-lock.el (hi-lock-mode):
576         * follow.el: find-file-hooks -> find-file-hook.
578         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
580 2005-03-24  Juri Linkov  <juri@jurta.org>
582         * dired.el (dired-mode-map): Add menu item "Compare directories"
583         for dired-compare-directories.
585         * dired-aux.el (dired-compare-directories): Add autoload cookie.
586         Doc fix.  Replace `read-file-name' with `read-directory-name'.
588 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
592 2005-03-24  Jay Belanger  <belanger@truman.edu>
594         * calc/calc-embed.el (calc-embedded-mode-change):  Save all
595         relevant mode settings in calc-embedded-original-modes when modes
596         are permanently changed.
598 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * autoinsert.el: find-file-hooks -> find-file-hook.
602 2005-03-24  Lute Kamstra  <lute@gnu.org>
604         * generic.el (generic-font-lock-defaults): Make it obsolete.
605         (generic-font-lock-keywords): New variable to replace
606         generic-font-lock-defaults.
607         (generic-mode-set-font-lock): Delete it.
608         (generic-mode-internal): Don't call generic-mode-set-font-lock.
609         (generic-bracket-support): Add docstring.
611         * generic-x.el: Rename generic-font-lock-defaults to
612         generic-font-lock-keywords throughout.
613         (mailagent-rules-setup-function): Delete it.
614         (mailagent-rules-generic-mode): Use anonymous function instead.
615         (show-tabs-generic-mode-font-lock-defaults-1)
616         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
617         Quote faces.
618         (show-tabs-tab-face, show-tabs-space-face): Specify background,
619         not foreground.
621         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
622         Recognize define-generic-mode.
624 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
626         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
627         if there's no completion table.
629 2005-03-23  Miles Bader  <miles@gnu.org>
631         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
632         Remove tty-specific variants, as they're no longer needed.
634 2005-03-23  Lute Kamstra  <lute@gnu.org>
636         * generic-x.el: Code cleanup: make args constant whenever possible.
637         (installshield-statement-keyword-list)
638         (installshield-system-functions-list)
639         (installshield-system-variables-list, installshield-types-list)
640         (installshield-funarg-constants-list): Make them constants.
642         * generic.el (generic-make-keywords-list): Add autoload cookie.
644         * calendar/time-date.el: Add comment on time value formats.
645         Don't require parse-time.
646         (with-decoded-time-value): New macro.
647         (encode-time-value): New function.
648         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
649         (days-to-time): Return a valid time value when arg is huge.
650         (time-since): Use time-subtract.
651         (time-to-number-of-days): Use time-to-seconds.
653 2005-03-23  David Ponce  <david@dponce.com>
655         * recentf.el: (recentf-keep): New option.
656         (recentf-menu-action): Default to `find-file'.
657         (recentf-keep-non-readable-files-flag)
658         (recentf-keep-non-readable-files-p)
659         (recentf-file-readable-p, recentf-find-file)
660         (recentf-cleanup-remote): Remove.
661         (recentf-include-p): More robust.
662         (recentf-keep-p): New function.
663         (recentf-remove-if-non-kept): Rename from
664         `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
665         All callers updated.
666         (recentf-menu-items-for-commands): Fix help string.
667         (recentf-track-closed-file): Update. Doc fix.
668         (recentf-cleanup): Update. Count removed files. Doc fix.
670 2005-03-23  Kim F. Storm  <storm@cua.dk>
672         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
673         Don't inherit from fringe face (now happens automatically).
675 2005-03-22  Kim F. Storm  <storm@cua.dk>
677         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
678         position values.
680 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
682         * menu-bar.el (showhide-date-time): Remove.
683         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
684         (menu-bar-make-mm-toggle): Simplify.
686 2005-03-22  JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
688         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
689         Accept qualified variable and function names.
691 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
693         * bindings.el (completion-ignored-extensions):
694         Remove ".lis" for `vax-vms'.
696 2005-03-22  Andreas Schwab  <schwab@suse.de>
698         * generic-x.el: Revert last change.
699         * ldefs-boot.el: Update.
701 2005-03-22  Jay Belanger  <belanger@truman.edu>
703         * calc/calc-embed (calc-embedded-original-modes): New variable.
704         (calc-embedded-save-original-modes)
705         (calc-embedded-restore-original-modes): New functions.
706         (calc-do-embedded): Save original modes when entering embedded mode
707         and restore when leaving embedded mode.
708         (calc-embedded-modes-change): Change the value of
709         calc-embedded-original-modes to reflect permanent changes.
711 2005-03-22  Lute Kamstra  <lute@gnu.org>
713         * generic-x.el: Require generic again.
715 2005-03-22  Miles Bader  <miles@gnu.org>
717         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
718         Tweak details to look good on both ttys and bitmap displays, light
719         or dark background, etc.
721 2005-03-21  Kim F. Storm  <storm@cua.dk>
723         * tooltip.el (tooltip-show-help-function): Check car and cdr of
724         mouse position.
726 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * icomplete.el: Don't forcibly turn on the mode upon load.
729         (icomplete-mode): Use define-minor-mode.
730         (icomplete-eoinput): Default to nil.
731         (icomplete-minibuffer-setup): Remove autoload.
732         (icomplete-tidy): Simplify.
733         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
734         in the initial state or if the user has modified the field.
735         Fix handling of icomplete-max-delay-chars.
736         Remove code that handles the oddball case where
737         minibuffer-completion-table is an integer.
738         Wrap icomplete-completions in while-no-input in case building
739         completions takes more time than expected.
740         (icomplete-completions): Simplify.
742 2005-03-21  Richard M. Stallman  <rms@gnu.org>
744         * jka-compr.el (jka-compr-really-do-compress):
745         Make variable buffer-local.
747         * image-mode.el: Handle .xpm files too.
748         (image-toggle-display): Preserve modification flag.
750         * help.el (where-is): Don't mention aliases with no key bindings.
752 2005-03-21  Lute Kamstra  <lute@gnu.org>
754         * generic.el: Fix commentary section.  Don't require cl for compilation.
755         (generic-mode-list): Add autoload cookie.
756         (generic-use-find-file-hook, generic-lines-to-scan)
757         (generic-find-file-regexp, generic-ignore-files-regexp)
758         (generic-mode, generic-mode-find-file-hook)
759         (generic-mode-ini-file-find-file-hook): Fix docstrings.
760         (define-generic-mode): Make it a defmacro.  Fix docstring.
761         (generic-mode-internal): Code cleanup.  Add autoload cookie.
762         (generic-mode-set-comments): Code cleanup.
763         * generic-x.el: Don't prevent compilation.  Don't require generic.
764         Follow coding conventions.  Minor code cleanup.
765         (etc-fstab-generic-mode): Add some keywords.
766         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
767         define-generic-mode like a function declaration.
769 2005-03-21  Jay Belanger  <belanger@truman.edu>
771         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
772         changing modes.
774 2005-03-21  Sam Steingold  <sds@gnu.org>
776         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
778 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
780         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
781         Add underscore to "f$ lexicals" regexp.
783 2005-03-20  Juri Linkov  <juri@jurta.org>
785         * subr.el (progress-reporter-do-update): When `min-value' is equal
786         to `max-value', set `percentage' to 0 and prevent division by zero.
788 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
790         Sync with Tramp 2.0.48.
792         * tramp.el (all): Change all addresses to .gnu.org.
793         (tramp-append-tramp-buffers): New defun.
794         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
795         Catch `dont-send' signal.
796         (tramp-set-auto-save-file-modes): Set always permissions, because
797         there might be an old auto-saved file belonging to another
798         original file.  This could be a security threat.  Reported by
799         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
800         Check for Emacs 21.3.50 removed.
802         * tramp-smb.el (all): Remove debug construct for
803         `with-parsed-tramp-file-name'.
804         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
805         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
806         No error message if DIRECTORY or FILENAME doesn't exist.
807         (tramp-smb-open-connection): Check existence of
808         `tramp-smb-program'.
810 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
813         Properly handle the case where the `m' or `s' command's argument is not
814         yet terminated.
815         (perl-indent-new-calculate): New function.
816         (perl-indent-line): Use it.
818 2005-03-20  Miles Bader  <miles@gnu.org>
820         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
821         in text-mode too.  Change to new face names.
822         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
823         Add `:weight bold' attribute.
824         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
826 2005-03-19  Juri Linkov  <juri@jurta.org>
828         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
830         * international/mule.el (auto-coding-alist): Sync with
831         `auto-mode-alist' by adding upper case archive file extensions
832         and adding ear/war to jar extension.
834 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
836         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
837         running, restart it.
839 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
841         * finder.el (finder-current-item): Throw an error on an empty line.
843         * man.el (Man-follow-manual-reference): If current-word returns
844         nil, use "".
846 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
848         * simple.el (goto-line): Doc fix.
850 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
852         * files.el (save-buffer): Doc fix.
854 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
856         * recentf.el (recentf-cleanup-remote): New variable.
857         (recentf-cleanup): Use it to conditionally check availablity of
858         remote files.
860 2005-03-19  Joe Edmonds <joe-bugs-debian-org@elem.com>  (tiny change)
862         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
863         function names.
865 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
867         * language/thai-word.el: New file.
869 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
871         * files.el (backup-buffer): If the file's directory is not
872         writable, use copy instead of move to backup the file.
874 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
876         * obsolete/keyswap.el: Moved to obsolete/ from term/.
878 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
880         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
881         Use functionp instead of symbolp and fboundp.  Reported by Drkm
882         <darkman_spam@yahoo.fr>.
883         (ps-print-version): New version 6.6.6.
885 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
887         * textmodes/table.el (table--line-column-position): New idiom.
888         (table--row-column-insertion-point-p): New function to test
889         validity of row and column insertion operation at a location.
890         (table-global-menu, table-cell-menu): Use above functions for
891         deterministic test operation.
892         (table--editable-cell-p): Behave in deterministic fashion.
894 2005-03-18  Juri Linkov  <juri@jurta.org>
896         * isearch.el (isearch-lazy-highlight-new-loop):
897         Make arguments beg and end optional.
898         (isearch-update): Remove optional arguments nil from
899         isearch-lazy-highlight-new-loop.
900         (isearch-lazy-highlight-search): Let-bind case-fold-search to
901         isearch-lazy-highlight-case-fold-search instead of
902         isearch-case-fold-search, and let-bind isearch-regexp to
903         isearch-lazy-highlight-regexp.
904         Use isearch-lazy-highlight-last-string instead of isearch-string.
906         * replace.el (perform-replace): Remove bindings of global
907         variables isearch-string, isearch-regexp, isearch-case-fold-search.
908         Add three new arguments to `replace-highlight'.
909         (replace-highlight): Add arguments string, regexp, case-fold.
910         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
911         to allow isearch-lazy-highlight-new-loop to use these values
912         to set corresponding isearch-lazy-highlight-* internal
913         variables whose values lazy highlighting will use regardless of
914         changes to global variables isearch-string, isearch-regexp,
915         isearch-case-fold-search during lazy highlighting loop.
916         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
917         to `lazy-highlight-cleanup'.
919         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
920         (ispell-highlight-face): Set default face to `isearch' when
921         lazy highlighting is enabled.
922         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
923         priority to 1.  Add lazy highlighting.
924         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
925         from `isearch-dehighlight'.
927 2005-03-18  David Ponce  <david@dponce.com>
929         * files.el (hack-local-variables): Do a case-insensitive search
930         for End.
932 2005-03-18  Juri Linkov  <juri@jurta.org>
934         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
935         `isearch-lazy-highlight-cleanup', add alias to old name and
936         declare obsolete.  Add release numbers to other obsolete vars.
937         (isearch-done, isearch-lazy-highlight-new-loop):
938         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
939         (lazy-highlight-cleanup) <variable>: Doc fix.
940         (isearch-lazy-highlight-update): Rename obsolete
941         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
943 2005-03-18  Kenichi Handa  <handa@m17n.org>
945         * language/thai-util.el: Fix categorization of Thai characters in
946         thai-category-table.
947         (thai-composition-pattern): Adjust it for the above change.
948         (thai-self-insert-command, thai-compose-syllable): New functions.
949         (thai-compose-region): Use thai-compose-syllable.
950         (thai-compose-string): Likewise.
951         (thai-composition-function): Likewise.
952         (thai-auto-composition): New function.
953         (thai-auto-composition-mode): New minor mode.
955         * language/thai.el: Fix patterns to be registered in
956         composition-function-table.
958         * international/quail.el (quail-input-method): Locally bind
959         inhibit-modification-hooks to t.
961 2005-03-17  Richard M. Stallman  <rms@gnu.org>
963         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
964         (perl-mode): Use run-mode-hooks.
966         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
967         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
968         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
970         * mail/sendmail.el (sendmail-send-it): Reenable the code
971         to compute resend-to-address and use it.
973         * tar-mode.el (tar-mode): Turn off undo unconditionally.
975         * image-mode.el: New file.
977         * image.el (insert-sliced-image): Add autoload cookie.
979         * font-lock.el (font-lock-lines-before): New user option.
980         (font-lock-after-change-function): Obey it.
982         * bindings.el (esc-map): Make M-g a prefix.
983         Bind M-g g and M-g M-g to goto-line.
985         * faces.el (face-id): Doc fix.
987 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
989         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
990         (rmail-show-message): Use rmail-unknown-mail-followup-to.
991         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
993         * mail/sendmail.el (mail-yank-ignored-headers)
994         (mail-font-lock-keywords, mail-mode-fill-paragraph):
995         Add Mail-Followup-To and Mail-Reply-To headers.
996         (mail-citation-hook): Add autoload cookie.
997         (mail-mode): Doc fix.
998         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
999         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
1000         (mail-mode-fill-paragraph): Handle those headers.
1001         (mail-mailing-lists): New variable.
1002         (mail-mail-reply-to, mail-mail-followup-to): New functions.
1004 2005-03-17  Juri Linkov  <juri@jurta.org>
1006         * isearch.el (isearch-fallback): Check for `(car previous)'
1007         before calling `isearch-other-end-state'.
1009 2005-03-17  Kim F. Storm  <storm@cua.dk>
1011         * simple.el (move-beginning-of-line): Move to beginning of buffer
1012         line, as well as beginning of screen line.
1014 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
1016         * calendar/diary-lib.el (mark-diary-entries): Use new optional
1017         argument REDRAW rather than calendar-redrawing variable.
1018         * calendar/calendar.el (calendar-redrawing): Delete.
1019         (redraw-calendar): Do not bind calendar-redrawing.
1021 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
1023         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
1024         diary-file buffer.
1026 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * help.el (describe-mode): Allow a :minor-mode-function property to
1029         specify a different minor mode toggle function than the variable.
1030         * simple.el (auto-fill-function):
1031         * subr.el (add-minor-mode): Use it.
1033 2005-03-16  Kenichi Handa  <handa@m17n.org>
1035         * language/ethio-util.el (sera-being-called-by-w3): New variable.
1036         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
1037         (ethio-fidel-to-sera-buffer): Likewise.
1039 2005-03-16  Juri Linkov  <juri@jurta.org>
1041         * emacs-lisp/find-func.el (find-function-regexp):
1042         Add defun-emitting macro `menu-bar-make-toggle'.
1044         * isearch.el: Put `isearch-scroll' property to
1045         `split-window-horizontally'.
1047         * info.el: Update error messages for `debug-ignored-errors'.
1048         (Info-isearch-search): Doc fix.
1049         (Info-find-node): Move up code to go into info buffer before
1050         recording the node to the history.
1051         (Info-fontify-node): Fontify titles only if the next line
1052         has two or more `*', `=', `-', `.'.
1053         Display "go to this node" for empty (match-string 3).
1055 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1057         * term/mac-win.el: Add mouse pointer shape constants.
1059 2005-03-15  Kim F. Storm  <storm@cua.dk>
1061         * simple.el (move-beginning-of-line): Use vertical-motion.
1063 2005-03-15  Juri Linkov  <juri@jurta.org>
1065         * isearch.el (isearch-error): New variable.
1066         (isearch-invalid-regexp, isearch-within-brackets): Remove.
1067         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
1068         (isearch-within-brackets-state): Remove.
1069         (isearch-case-fold-search-state, isearch-pop-fun-state):
1070         Decrease frame index.
1071         (isearch-mode, isearch-top-state, isearch-push-state)
1072         (isearch-edit-string, isearch-abort, isearch-search-and-update)
1073         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
1074         (isearch-search, isearch-lazy-highlight-new-loop):
1075         Replace `isearch-invalid-regexp' with `isearch-error'.
1076         Remove `isearch-within-brackets'.
1077         (isearch-search): Add `search-failed' handler to `condition-case'.
1078         (isearch-lazy-highlight-search): Add `condition-case' to catch
1079         errors and allow `isearch-lazy-highlight-update' to try
1080         highlighting from the beginning of the window.
1081         (isearch-repeat): Move up code to set isearch-wrapped to t
1082         before calling isearch-wrap-function.
1084         * info.el (Info-isearch-initial-node): New internal variable.
1085         (Info-search): Signal an error in isearch mode when search leaves
1086         the initial node.  Signal an error when `bound' is non-nil and
1087         nothing was found in the current subfile.
1088         (Info-isearch-search): Remove `condition-case'.
1089         (Info-isearch-wrap): Don't wrap when search failed during leaving
1090         the initial node.  If `Info-isearch-search' is nil, wrap around
1091         the current node.
1092         (Info-isearch-start): New fun.
1093         (Info-mode): Add buffer-local hook `Info-isearch-start' to
1094         `isearch-mode-hook'.
1096 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1098         * simple.el (normal-erase-is-backspace): Set default to t if
1099         running on Mac.
1101         * term/mac-win.el (function-key-map): Sync with x-win.el.
1103 2005-03-15  Kenichi Handa  <handa@m17n.org>
1105         * international/mule-cmds.el (locale-language-names): Modify the
1106         format of elements and add more entries.
1107         (locale-preferred-coding-systems): Add more entries.
1108         (set-locale-environment): Adjust for the change of
1109         locale-language-names.
1111 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * pcvs.el (smerge-ediff): Remove bogus autoload.
1115 2005-03-14  Lute Kamstra  <lute@gnu.org>
1117         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
1118         Ignore a `*' at the beginning of a line.
1120         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
1121         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
1122         subr.el.
1123         (dont-compile, eval-when-compile, eval-and-compile): Use declare
1124         to specify indentation.
1126         * generic.el (define-generic-mode): Let generic-mode-list be a
1127         list of strings; test membership with equal.
1129 2005-03-14  Kim F. Storm  <storm@cua.dk>
1131         * simple.el (next-line, previous-line): Add optional try-vscroll
1132         arg to recognize interactive use.  Pass it on to line-move.
1133         (line-move): Don't perform auto-window-vscroll when defining or
1134         executing keyboard macro to ensure consistent behaviour.
1136 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1138         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
1140 2005-03-13  Lute Kamstra  <lute@gnu.org>
1142         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
1143         debugger-setup-buffer so that backtrace marks the frames set to
1144         debug-on-exit and we don't have to do it manually.  Set an extra
1145         debug-on-exit for macro's.
1146         (debugger-setup-buffer): Don't mark the top frame manually.
1148 2005-03-12  Lute Kamstra  <lute@gnu.org>
1150         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
1151         lisp-indent-function throughout.
1152         (with-no-warnings): Set lisp-indent-function property.
1154 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
1156         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
1157         Add entry for backslash.
1159 2005-03-12  Juri Linkov  <juri@jurta.org>
1161         * info.el (Info-search): Four fixes for backward search.
1163 2005-03-11  Jay Belanger  <belanger@truman.edu>
1165         * calc/calc.el (calc-language-alist): New variable.
1166         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
1167         (calc-embedded-find-modes): Use calc-language-alist instead of
1168         calc-embedded-language-alist.
1170 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1172         * calendar/calendar.el (calendar-redrawing): New internal
1173         variable.
1174         (redraw-calendar): Remove bogus save-excursion from previous
1175         change.  Bind calendar-redrawing to t for mark-diary-entries.
1176         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
1177         calendar if that is why we were called.
1179 2005-03-11  Kenichi Handa  <handa@m17n.org>
1181         * international/mule.el (make-coding-system): Set property
1182         coding-system-define-form to nil.
1183         (define-coding-system-alias): Likewise.
1185 2005-03-11  Kenichi Handa  <handa@m17n.org>
1187         These changes are suggested by Dave Love <fx@gnu.org>.
1189         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
1190         coding: tag.
1191         (adaptive-fill-regexp): Add more bullets.
1192         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
1193         regexps.
1195 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * help.el (describe-mode): Properly handle non-trivial lighters.
1198         Don't ignore minor modes that are not listed in minor-mode-list.
1200         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
1201         feature ON when the user requests to turn it OFF.
1203 2005-03-10  Lute Kamstra  <lute@gnu.org>
1205         * emacs-lisp/debug.el (debug-entry-code): Delete it.
1206         (implement-debug-on-entry): New function to replace debug-entry-code.
1207         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
1208         second argument as the 2005-03-07 change makes it obsolete.
1209         (debug-on-entry, cancel-debug-on-entry): Update call to
1210         debug-on-entry-1.
1211         (debug, debugger-setup-buffer): Comment update.
1212         (debugger-frame-number): Update to work with implement-debug-on-entry.
1214 2005-03-10  Jay Belanger  <belanger@truman.edu>
1216         * calc/calc-embed.el (math-ms-args): Declare it.
1217         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
1218         math-ms-args.
1219         (calc-embedded-subst): Use math-multi-subst-rec to substitute
1220         variables.
1222 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
1224         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
1225         Use message-box.
1227         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
1228         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
1229         (tooltip-gud-tips): Simplify.
1230         (tooltip-gud-tips-p): Remove superflouous :set.
1231         (tooltip-gud-modes): Add fortran-mode.
1232         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
1234         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
1236 2005-03-09  Kim F. Storm  <storm@cua.dk>
1238         * play/animate.el (animate-place-char): Use forward-line instead
1239         of next-line to improve performance.
1241 2005-03-09  Simon Josefsson  <jas@extundo.com>
1243         * net/browse-url.el (browse-url-default-browser): Doc fix.
1245 2005-03-09  Miles Bader  <miles@gnu.org>
1247         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
1248         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
1250 2005-03-09  Kenichi Handa  <handa@m17n.org>
1252         * international/latin-1.el: Set case and syntax for 255 only if
1253         set-case-syntax-set-multibyte is nil.
1255         * textmodes/ispell.el (ispell-insert-word): New function.
1256         (ispell-word): Use ispell-insert-word to insert a new word.
1257         (ispell-process-line): Likewise.
1258         (ispell-complete-word): Likewise.
1260 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
1262         * calendar/calendar.el (redraw-calendar): Preserve point.
1263         Reported by Matt Hodges <MPHodges@member.fsf.org>.
1264         (calendar-week-start-day): Move after definition of
1265         redraw-calendar.  Delete buffer test, since redraw-calendar has
1266         that now.
1268         * calendar/diary-lib.el (mark-diary-entries): Only call
1269         redraw-calendar in the first of any recursive calls.
1270         Reported by Alan Shutko <ats@acm.org>.
1272 2005-03-08  Juri Linkov  <juri@jurta.org>
1274         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
1275         (html-horizontal-rule, html-line, html-image, html-checkboxes)
1276         (html-radio-buttons): Add a space before the trailing `/>' where
1277         sgml-xml-mode is non-nil.
1278         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
1279         the subsequent tag of the empty XML tag.
1280         (html-href-anchor): Don't set initial input to "http:".
1281         (html-image): Ask for the image URL and set point inside alt="".
1282         (html-name-anchor): Duplicate the name in the `id' attribute when
1283         sgml-xml-mode is non-nil.
1284         (html-paragraph): Remove \n before <p>.
1285         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
1286         instead of `checked' when sgml-xml-mode is non-nil.
1288         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
1289         Remove 1 space before #RRGGBB to not truncate it on terminal
1290         windows w/o fringes.  Remove 1 space between bg and fg examples
1291         to get more space.
1292         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
1293         avoid byte-compile warnings.
1295         * image-file.el (image-file-handler): Put `safe-magic' property to
1296         `image-file-handler'.
1298         * info.el (Info-isearch-search): Emulate word search in
1299         isearching through multiple Info nodes with Info-search.
1300         (Info-isearch-wrap): Allow isearch-word.
1302 2005-03-08  Lute Kamstra  <lute@gnu.org>
1304         * emacs-lisp/debug.el (debugger-step-through): Make sure that
1305         stepping into the debugger's code is not possible.
1306         (debugger-jumping-flag): Docstring update.
1308 2005-03-08  Jay Belanger  <belanger@truman.edu>
1310         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
1311         embedded mode begins.
1312         (calc-embedded-language-alist): New variable.
1313         (calc-embedded-find-modes): Use calc-embedded-language-alist to
1314         set default language mode.
1316 2005-03-08  Kenichi Handa  <handa@m17n.org>
1318         * international/ccl.el (define-ccl-program): Fix docstring about
1319         extra 256 bytes assured for the output buffer.
1321         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
1322         Fix BUFFER_MAGNIFICATION to 2.
1323         (ccl-encode-mule-utf-16be-with-signature): Likewise.
1325 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
1327         * align.el (align-rules-list): Added an alignment rule for CSS
1328         declarations (applies to css-mode and html-mode buffers).
1330 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1332         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
1334 2005-03-07  Kim F. Storm  <storm@cua.dk>
1336         * simple.el (move-beginning-of-line): New command.
1338         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
1340         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
1342         * emulation/cua-base.el: Put CUA move property on move-end-of-line
1343         and move-beginning-of-line.
1345         * apropos.el (apropos-print): Omit command from M-x ... RET.
1347 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
1349         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
1350         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
1352 2005-03-06  Richard M. Stallman  <rms@gnu.org>
1354         * bindings.el (esc-map): Bind M-g to goto-line.
1356         * facemenu.el (global-map): Bind M-o, not M-g.
1358 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1360         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
1361         "Open Directory" as for "Open File".
1363 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
1365         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
1366         (push-mark-command): Run activate-mark-hook.
1368 2005-03-06  Richard M. Stallman  <rms@gnu.org>
1370         * help-mode.el (help-mode-finish): Don't alter the element
1371         in view-return-to-alist if there already is one.
1373         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
1374         make sure the current buffer is the expected one.
1376         * novice.el (disabled-command-function): Output in *Disabled Command*.
1377         Explicitly ignore non-keyboard events, and explicitly handle C-g.
1379         * textmodes/flyspell.el (flyspell-large-region):
1380         Pass args differently for aspell.
1382         * files.el (mode-require-final-newline): Doc fix.
1384 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
1386         * progmodes/which-func.el (which-function):
1387         Specify NOERROR when calling imenu--make-index-alist.
1389 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * simple.el (normal-erase-is-backspace): Define default value.
1393         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
1394         (custom-reevaluate-setting): Simple function to handle
1395         variables that are defined before their default value can really
1396         be computed.
1398         * startup.el (command-line): Use it for temporary-file-directory,
1399         small-emporary-file-directory, auto-save-file-name-transforms,
1400         blink-cursor-mode, and normal-erase-is-backspace.
1402         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
1403         progress, even with buggy anchored keywords.
1405 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1407         * simple.el (goto-line): Remove unbalanced final parenthesis.
1409 2005-03-05  Richard M. Stallman  <rms@gnu.org>
1411         * simple.el (goto-line): Use a number at point as the default.
1412         With C-u as arg, switch buffers.
1414 2005-03-05  Juri Linkov  <juri@jurta.org>
1416         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
1417         with `no-blinking-cursor'.
1419         * startup.el (no-blinking-cursor): New defvar.
1420         (command-line): Add `--no-blinking-cursor' to longopts.
1421         Set `no-blinking-cursor' to t for command line arguments
1422         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
1423         with `no-blinking-cursor' in the condition for calling
1424         `blink-cursor-mode'.
1426 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
1428         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
1429         (menu-bar-options-save): Add blink-cursor-mode.
1430         (menu-bar-options-menu): Add blink-cursor-mode.
1432 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
1434         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
1435         (icalendar-export-file, icalendar-export-region)
1436         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
1437         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
1439 2005-03-04  Lute Kamstra  <lute@gnu.org>
1441         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
1442         (debug-function-list): Ditto.
1444 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
1446         * textmodes/texinfmt.el (texinfo-append-refill):
1447         Redefine the types of line to which @refill
1448         is not appended by replacing a search for `@refill\\|@bye' with
1449         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
1450         itemize@refill' bug and the unfilled long lines bug.
1451         (texinfmt-version): Update number and date.
1453 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1455         * international/code-pages.el (windows-1250, windows-125[2-8])
1456         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
1458 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
1461         bound yet.
1463 2005-03-02  Romain Francoise  <romain@orebokech.com>
1465         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
1466         buffer after removing limits.
1467         (ibuffer-pop-filter): Ditto.
1468         Update copyright.
1470 2005-03-02  Miles Bader  <miles@gnu.org>
1472         * button.el (make-text-button): If the user doesn't specify a
1473         type, use the default.  Rewrite to use `add-text-properties' and
1474         plist functions.
1476 2005-03-01  Lute Kamstra  <lute@gnu.org>
1478         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
1479         (debugger-jumping-flag): New var.
1480         (debug-entry-code): Use it.
1481         (debugger-jump): Use debugger-jumping-flag and add
1482         debugger-reenable to post-command-hook.
1483         (debugger-reenable): Use debugger-jumping-flag and remove itself
1484         from post-command-hook.
1485         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
1486         debugger-reenable.
1488 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
1490         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
1491         inclusion of "itemize\\|", which may be unnecessary, is certainly
1492         inelegant, and stops refilling in itemize lists when formatting
1493         Japanese Texinfo files to Info.
1494         Update copyright to 2005.
1496 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
1498         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
1499         of an error if GDB can't find the source file.
1501 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
1503         * calendar/calendar.el (redraw-calendar): Work from any buffer,
1504         not just the calendar.
1506         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
1507         first.
1508         (diary-redraw-calendar): New function.
1509         (make-diary-entry): Add diary-redraw-calendar to local
1510         write-contents-functions.  Turn off selective display before
1511         inserting in diary.
1513 2005-03-01  Kim F. Storm  <storm@cua.dk>
1515         * emacs-lisp/copyright.el (copyright-fix-years): New command.
1517 2005-03-01  Lute Kamstra  <lute@gnu.org>
1519         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
1520         that debug-entry-code can be safely removed from a function while
1521         this code is being evaluated.  Revert the 2005-02-27 change as the
1522         new implementation no longer requires it.  Make sure that a
1523         function body containing just a string is not mistaken for a docstring.
1524         (debug): Skip one more frame in case of debug on entry.
1525         (debugger-setup-buffer): Delete one more frame line in case of
1526         debug on entry.
1527         (debugger-frame-number): Update to use the new text introduced by
1528         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
1530 2005-02-28  Kim F. Storm  <storm@cua.dk>
1532         * double.el (double-translate-key): Call force-window-update after
1533         read-event to avoid crash in redisplay.
1535 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
1538         (debug): Use it.  Move the inhibit-trace earlier.
1539         (debug-entry-code): New const.
1540         (debug-on-entry-1): Use it.
1542 2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
1544         * international/utf-16.el (ccl-encode-mule-utf-16le):
1545         Fix BUFFER_MAGNIFICATION to 2.
1546         (ccl-encode-mule-utf-16be): Likewise.
1548 2005-02-28  Kenichi Handa  <handa@m17n.org>
1550         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
1551         Fix BUFFER_MAGNIFICATION to 4.
1552         (ccl-encode-mule-utf-16be-with-signature): Likewise.
1554 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
1556         * speedbar.el (speedbar-update-flag): Doc fix.
1557         (speedbar-show-info-under-mouse): Give set-mouse-position the right
1558         argument.
1560 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1562         * reveal.el (reveal-post-command): Don't try to reveal overlays which
1563         have a non-nil `invisible' property but are actually visible.
1565         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
1566         for perldoc sections.
1567         (perl-outline-regexp, perl-outline-level): New var and function.
1568         (perl-mode): Use them.
1570 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
1572         * calendar/diary-lib.el (diary-remind): Discard any mark portion
1573         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
1575 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
1577         * cus-edit.el: Comment change.
1578         (custom-buffer-create-internal): Slightly reword text at top of
1579         Custom buffers.  Mention there that saving an option edits the
1580         init file.  Add link to Emacs manual node on `custom-file'.
1581         (custom-magic-alist): Rewrite individual State messages to use
1582         capitalized keywords.  Doc fix.
1584 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
1586         * calendar/calendar.el (calendar-buffer): Move above
1587         calendar-week-start-day.
1588         (calendar-week-start-day): Doc fix.  Add :set function.
1589         (calendar-minimum-window-height): New variable.
1590         (generate-calendar-window): Only resize window if selected-window
1591         is displaying the calendar buffer.  Use new variable
1592         calendar-minimum-window-height.
1593         (generate-calendar): Reword error message.
1594         (calendar-mode-map): Bind DEL to scroll-other-window-down.
1596 2005-02-27  Andreas Schwab  <schwab@suse.de>
1598         * vc.el (vc-do-command): Don't run command asynchronously when
1599         operating in a remote directory.
1601         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
1602         change from sync with Tramp 2.0.47.
1604 2005-02-27  Richard M. Stallman  <rms@gnu.org>
1606         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1608         * textmodes/flyspell.el (flyspell-mode-on):
1609         Call ispell-change-dictionary only if necessary.
1611         * emacs-lisp/re-builder.el (regexp-builder): New function.
1613         * register.el (describe-register-1): Explicitly handle
1614         yank-excluded-properties = t.
1616         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
1617         (custom-magic-alist): Change the status descriptions again.
1618         (face widget-type): Total rewrite based on `restricted-sexp'
1619         to eliminate the confusing double hiding levels.
1621         * emacs-lisp/debug.el (debug-on-entry-1):
1622         If function body is empty, add nil as body form.
1624 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1626         * emacs-lisp/trace.el (inhibit-trace): New var.
1627         (trace-make-advice): Use it.
1629         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
1631 2005-02-26  Kim F. Storm  <storm@cua.dk>
1633         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
1634         (mouse-on-link-p, mouse-drag-region-1): Use it.
1636 2005-02-25  Lute Kamstra  <lute@gnu.org>
1638         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
1640 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
1642         * frame.el (blink-cursor-mode): Add :group keyword.
1644 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
1646         * calendar/icalendar.el (icalendar--decode-isodatetime):
1647         New optional argument DAY-SHIFT.
1648         (icalendar-export-region): Fix coding-system-for-write.
1649         (icalendar--convert-ical-to-diary): Shift end-day of all-day
1650         events by one.
1652 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1654         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
1656 2005-02-24  Kim F. Storm  <storm@cua.dk>
1658         * international/iso-acc.el (iso-accents-compose): Fix crash
1659         during redisplay.  Call force-window-update after read-event
1660         and delete-region to signal that window is not accurate.
1662 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1664         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
1665         Remove unused and inexistent var `inhibit-trace'.
1666         (debugger-mode): Use run-mode-hooks.
1667         (debugger-list-functions): Add buttons; setup xref stack.
1669 2005-02-23  Richard M. Stallman  <rms@gnu.org>
1671         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
1672         appointment says it was explicitly made.
1673         (appt-add): Set the 3rd element.
1674         (appt-make-list): Preserve explicit appointments.
1676         * subr.el (find-tag-default): Catch errors in forward-sexp.
1678 2005-02-23  Juri Linkov  <juri@jurta.org>
1680         * info.el (Info-isearch-search): New defcustom.
1681         (Info-isearch-search): Call the default isearch function
1682         when Info-isearch-search is nil.
1683         (Info-isearch-wrap): Use variable Info-isearch-search.
1685 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
1687         * cus-edit.el: Comment change.
1689 2005-02-22  Kim F. Storm  <storm@cua.dk>
1691         * progmodes/hideif.el (hide-ifdef-use-define-alist):
1692         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
1694 2005-02-22  Simon Josefsson  <jas@extundo.com>
1696         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
1697         New variable.
1698         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
1699         Oskarsson" <myrkraverk@users.sourceforget.net>.
1701 2005-02-22  Kim F. Storm  <storm@cua.dk>
1703         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
1704         check that window of that event is the selected window.
1705         (mouse-drag-region-1): Compare mouse event window to selected
1706         window before setting point.
1708         * tooltip.el (tooltip-show-help-function): Pass event to
1709         mouse-on-link-p so it can check selected window.
1711 2005-02-22  Kenichi Handa  <handa@m17n.org>
1713         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
1714         (ps-mule-show-warning): New function.
1715         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
1716         characters are found.
1718         * ps-print.el (ps-header-footer-string): Return a list of header
1719         and footer strings.
1721 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1723         * pcvs.el (cvs-retrieve-revision): Fix thinko.
1725 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * frame.el (blink-cursor-mode): Use define-minor-mode.
1729         * term/mac-win.el (function-key-map): Use char-names more consistently.
1730         (file-name-coding-system): Only set it for MacOS-9.  The other case is
1731         already handled in mule-cmds.el (where it also works when mac-win.el
1732         is not used).
1734 2005-02-21  Kenichi Handa  <handa@m17n.org>
1736         * international/mule.el (ctext-pre-write-conversion): Always use
1737         " *code-converting-work*" buffer for work.
1739         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
1741 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
1743         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
1745 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
1747         * ses.el (undo-more): Restore defadvice, but only the part that
1748         allows changes outside the restricted area of the buffer.
1750 2005-02-20  Kim F. Storm  <storm@cua.dk>
1752         * simple.el (line-move): Add fourth optional arg try-vscroll which
1753         must be set to perform auto-window-vscroll.
1754         When moving backwards and doing auto-window-vscroll, automatically
1755         vscroll to the last part of lines which are taller than the window.
1756         (next-line, previous-line): Set try-vscroll arg on line-move.
1758 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
1760         * replace.el (query-replace, query-replace-regexp)
1761         (replace-string, replace-regexp): When operating on region, make
1762         the minibuffer prompt say so.
1764         * isearch.el (isearch-forward): Document isearch-query-replace and
1765         isearch-query-replace-regexp keybindings.
1767 2005-02-19  Jay Belanger  <belanger@truman.edu>
1769         * calc/calc-aent.el (math-read-token): Add local variable.
1771         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
1772         (calc-edit-top): Move declaration to earlier in file.
1773         (calc-edit-macro-repeats): Add local variables.
1775         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
1776         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
1777         calcFunc-tanh.
1778         Adjust integration rule for calcFunc-tan.
1780 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1782         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
1783         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
1784         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
1785         (viper-skip-separators): Bug fix.
1786         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
1787         particular major mode.
1788         (viper-del-backward-char-in-replace): Don't put deleted char on the
1789         kill ring.
1791         * viper-ex.el (viper-color-display-p): New function.
1792         (viper-has-face-support-p): Use viper-color-display-p.
1794         * viper-keym.el (viper-gnus-modifier-map): New keymap.
1796         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
1798         * viper-util.el (viper-glob-unix-files): Fix shell status check.
1799         (viper-file-remote-p): Make equivalent to file-remote-p.
1801         * viper.el (viper-major-mode-modifier-list):
1802         Use viper-gnus-modifier-map.
1804 2005-02-19  David Kastrup  <dak@gnu.org>
1806         * subr.el (subregexp-context-p): Fix garbled doc string by adding
1807         quoting.
1809 2005-02-19  Jay Belanger  <belanger@truman.edu>
1811         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
1812         Remove extra definitions.
1813         (calc-coth): New function.
1814         (calcFunc-cot): Fix `let'.
1816 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
1818         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
1819         the reasons we use "type pc" in these faces.
1821         * button.el (button): Ditto.
1823 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
1825         * replace.el (query-replace-read-from): Set the value of
1826         query-replace-from-history-variable to handle the case of an empty
1827         string entered to accept the suggested default.
1829         * net/tramp.el (tramp-file-name-for-operation):
1830         Use dired-call-process instead of dired-call-process-command.
1832 2005-02-19  Jay Belanger  <belanger@truman.edu>
1834         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
1835         (math-div-non-trig): New variables.
1836         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
1837         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
1838         (math-combine-prod, math-div-symb-fancy): Add simplifications for
1839         trig expressions.
1841 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
1843         * progmodes/gdb-ui.el (gdb-var-update-handler)
1844         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
1845         for watch expressions,
1846         (gdb-var-create-handler): Don't set speedbar-update-flag.
1847         (gdb-post-prompt): Simplify test for speedbar.
1849 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1851         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
1852         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
1853         we use the syntax table of the correct buffer.
1854         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
1855         Felix Gatzemeier.
1857         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
1858         (ediff-file-remote-p): Make synonymous with file-remote-p.
1859         In all deffaces ediff-*-face-*, use min-colors.
1861         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
1862         ediff-recurse-to-subdirectories.
1863         (ediff-mark-if-equal): Check that the arguments are strings, use
1864         ediff-same-contents (after to Felix Gatzemeier).
1866         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
1867         nil.
1869 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * log-view.el (log-view-message-re): Fix up Subversion regexp.
1873 2005-02-18  David Kastrup  <dak@gnu.org>
1875         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
1876         use `mark-active' when defined.
1878 2005-02-18  Kenichi Handa  <handa@m17n.org>
1880         * ps-print.el (ps-font-info-database): New entry
1881         ZapfChancery-MediumItalic with correct font name.  Fix font name
1882         of the entry Zapf-Chancery-MediumItalic.
1884 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
1886         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
1888 2005-02-16  Kim F. Storm  <storm@cua.dk>
1890         * ido.el (ido-fallback-command): Pass user input to fallback command.
1892 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
1894         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1895         (gdb-find-file-hook): Add server prefix.
1897 2005-02-16  Richard M. Stallman  <rms@gnu.org>
1899         * replace.el (perform-replace): Pass new args to replace-highlight.
1900         (replace-highlight): Take region args,
1901         and pass them to isearch-lazy-highlight-new-loop.
1903         * novice.el (disabled-command-hook): Autoload the defalias
1904         and the make-obsolete-variable call.
1906         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
1908         * isearch.el (isearch-lazy-highlight-start-limit)
1909         (isearch-lazy-highlight-end-limit): New variables limit
1910         the region for highlighting.
1911         (isearch-lazy-highlight-new-loop): New args BEG and END.
1912         (isearch-lazy-highlight-search): Use the new vars.
1913         (isearch-lazy-highlight-update): Likewise.
1915         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
1917         * cus-start.el (all): Use default-boundp.
1919 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
1921         * menu-bar.el (menu-bar-select-frame): Handle current frame.
1923 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
1925         * autorevert.el (auto-revert-stop-on-user-input)
1926         (auto-revert-verbose): Doc fixes.
1928 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
1930         * international/mule-cmds.el (set-locale-environment): Remove call
1931         to set-selection-coding-system on Windows.
1933 2005-02-15  Jay Belanger  <belanger@truman.edu>
1935         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
1936         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
1937         calcFunc-coth.
1938         (math-simplify-sqrt): Add simplifications.
1940         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
1941         to list.
1943         * calc/calc-ext.el: Add functions to autoloads.
1945         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
1946         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
1947         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
1948         (math-csc-raw, math-cot-raw): New functions.
1950         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
1952         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
1953         the variable name in a message.
1955         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
1956         calcFunc-csc, calcFunc-cot.
1958         * calc/calcalg2.el: Add derivative and integration rules for
1959         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
1960         calcFunc-csch, calcFunc-coth.
1961         (math-do-integral-methods): Add to checks for when to use
1962         substitutions.
1964         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
1966 2005-02-15  Lute Kamstra  <lute@gnu.org>
1968         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1969         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
1970         <monnier@iro.umontreal.ca>
1971         (lisp-outline-level): Improve efficiency.  Suggested by David
1972         Kastrup <dak@gnu.org>.
1974 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
1976         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
1977         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
1978         (gdb-set-gud-minor-mode-existing-buffers): New functions.
1979         (gdb-find-file-hook): New hook. Add it to find-file-hook.
1980         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
1982 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
1984         * cus-start.el (all): Comment change.
1986 2005-02-14  Lute Kamstra  <lute@gnu.org>
1988         * cus-start.el (all): Check if symbol is void.
1990 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
1992         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
1993         optional argument to \cite.
1995 2005-02-14  Richard M. Stallman  <rms@gnu.org>
1997         * cus-edit.el (custom-buffer-create-internal): Update help message.
1998         (custom-magic-alist): Update help messages.
2000         * cus-start.el (all): Allow a var to specify a standard value.
2002 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
2004         * custom.el (custom-theme-set-variables): Handle variable aliases.
2006         * frame.el (blink-cursor-timer): Doc fix.
2007         (blink-cursor): Make it an alias for `blink-cursor-mode' and
2008         declare obsolete.
2009         (blink-cursor-mode): Define with defcustom and use correct
2010         standard expression in that defcustom.
2011         * startup.el (command-line): Adapt to above changes in frame.el.
2013 2005-02-11  Lute Kamstra  <lute@gnu.org>
2015         * apropos.el (apropos-score-doc): Prevent division by zero.
2017 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
2019         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
2020         (icalendar--get-event-property-attributes)
2021         (icalendar--get-event-properties)
2022         (icalendar--datetime-to-diary-date): New functions.
2023         (icalendar--split-value): Doc fix.
2024         (icalendar--datetime-to-noneuropean-date)
2025         (icalendar--datetime-to-european-date): New optional argument
2026         SEPARATOR.  Return result as a string instead of a list.
2027         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
2028         (icalendar--convert-string-for-export): Rename arg S to STRING.
2029         (icalendar-export-region): Doc fix.  Change name of error buffer.
2030         Save output buffer.
2031         (icalendar-import-file): Add blank at end of prompt.
2032         (icalendar-import-buffer): Doc fix.  Do not switch to error
2033         buffer.  Indicate status in return value.
2034         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
2035         buffer.  Save output buffer.  Handle exception from recurrence
2036         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
2037         events.  Fix problems with weekly all-day events.
2039 2005-02-10  Richard M. Stallman  <rms@gnu.org>
2041         * simple.el (eval-expression-print-format):
2042         Avoid warning about edebug-active.
2044         * help.el (help-for-help-internal): Rename from help-for-help.
2045         (help-for-help): Define with defalias.
2047         * font-core.el (font-lock-default-function): Use with-no-warnings.
2049         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
2051         * custom.el (defface): Doc fix.
2053 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
2055         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
2056         width 0" to prevent word wrapping problems.
2058 2005-02-09  Kim F. Storm  <storm@cua.dk>
2060         * ido.el (ido-file-extensions-order): New defcustom.
2061         (ido-file-extension-lessp, ido-file-extension-aux)
2062         (ido-file-extension-order): New advanced file ordering.
2063         (ido-file-lessp): New simple file ordering.
2064         (ido-sort-list): Remove.
2065         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
2066         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
2068 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
2070         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
2071         that some versions of grep produce.
2072         (grep-mode-font-lock-keywords): Likewise.
2074 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
2076         * progmodes/gdb-ui.el (gdb-location-list): New variable.
2077         (gdb-cdir): Delete.
2078         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
2079         (gdb-source-info): Treat case when source file is in another
2080         directory properly.
2081         (gdb-get-location): New function.
2083 2005-02-07  Jay Belanger  <belanger@truman.edu>
2085         * calc/calc-prog.el (calc-write-parse-table-part)
2086         (calc-fix-token-name): Fix a check for language type.
2088         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
2090 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
2092         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
2093         as directory not writable.
2095 2005-02-07  Kim F. Storm  <storm@cua.dk>
2097         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
2098         (cua--standard-movement-commands): Remove list.
2099         Instead, set CUA property value to move for movement commands.
2100         (cua-movement-commands): Remove.  Users must set CUA prop instead.
2101         (cua--pre-command-handler): Check CUA property.
2102         (cua--init-keymaps): Don't remap undo commands.
2103         (cua-mode): Don't call cua--rectangle-on-off.
2105         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
2106         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
2107         (cua--rect-undo-set-point): New var.
2108         (cua--rectangle-undo-boundary): Setup undo apply entry.
2109         (cua--rect-undo-handler): New function for rectangle undo.
2110         (cua--rect-start-position, cua--rect-end-position): Add.
2111         (cua--rectangle-post-command): Call cua--rectangle-set-corners
2112         for restored rectangle.  Set point if cua--rect-undo-set-point.
2114 2005-02-06  Jay Belanger  <belanger@truman.edu>
2116         * calc/calc-lang.el (calc-tex-language): Display more information
2117         in messages.
2119         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
2120         in TeX mode.
2122 2005-02-06  Richard M. Stallman  <rms@gnu.org>
2124         * emacs-lisp/lisp.el (buffer-end): Doc fix.
2126 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
2128         * net/ldap.el (ldap-search-internal): Support attributes with
2129         optional descriptions separated by a semi-colon, as in
2130         "userCertificate;binary".
2132 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2134         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
2135         isn't a cons (i.e. the version is 0).
2137 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
2139         * help.el (help-for-help): Doc fix.
2141 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
2143         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
2144         GDB-Windows on the menu-bar as this works better.
2146 2005-02-04  Jay Belanger  <belanger@truman.edu>
2148         * calc/calc-embed.el (calc-embedded-update): Don't put in
2149         unnecessary newlines. Adjust the end of formula marker.
2151         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
2152         (math-latex-parse-two-args): New function.
2154 2005-02-03  Lute Kamstra  <lute@gnu.org>
2156         * help-fns.el (help-with-tutorial): Make sure that users cannot
2157         remove the entire text of the tutorial by means of `undo'.
2159 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2161         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
2162         in recent changes, where the ispell process was repeatedly
2163         killed & restarted.
2165         * international/mule-cmds.el (set-locale-environment): Set file-name
2166         coding system to utf-8 on Darwin systems.
2167         (set-default-coding-systems): Don't set default-file-name-coding-system
2168         on Darwin systems.
2170 2005-02-03  Richard M. Stallman  <rms@gnu.org>
2172         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
2174 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
2176         * faces.el (list-faces-display): Add optional argument.
2178 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * font-core.el (font-lock-default-function): Handle the rare case where
2181         only font-lock-keywords is set.
2183 2005-02-02  Kenichi Handa  <handa@m17n.org>
2185         * international/characters.el: Cancel previous change for
2186         I-WITH-DOT-ABOVE and DOTLESS-i.
2188         * international/latin-5.el: Cancel previous change.
2190 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
2192         * progmodes/gud.el: Correction to syntax in gud-menu-map.
2194 2005-02-02  Kenichi Handa  <handa@m17n.org>
2196         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
2197         DOTLESS-i.
2199         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
2200         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
2202         * case-table.el (get-upcase-table): New function.
2203         (copy-case-table): Copy upcaes table too if non-nil.
2204         (set-case-syntax-delims): Maintain upcase table too.
2205         (set-case-syntax-pair): Likewise.
2206         (set-upcase-syntax, set-downcase-syntax): New functions.
2207         (set-case-syntax): Maintain upcase table too.
2209 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
2211         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
2213         * progmodes/gud.el (gud-goto-info): New function.
2214         (gud-tool-bar-map): Use correct icon.
2216 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
2218         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
2219         When delegating, order args in the funcall correctly.
2221 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
2223         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2225 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
2227         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
2228         buffer not visiting a file.
2230 2005-01-31  Jay Belanger  <belanger@truman.edu>
2232         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
2233         bound on the line with the formula.
2235 2005-01-31  Kim F. Storm  <storm@cua.dk>
2237         * ses.el (ses-create-cell-variable-range)
2238         (ses-destroy-cell-variable-range, ses-reset-header-string)
2239         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
2240         (ses-insert-row): Fix format of apply undo entries.
2242 2005-01-31  Jay Belanger  <belanger@truman.edu>
2244         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
2245         parts.
2247         * calc/calc-embed.el (calc-embedded-open-formula)
2248         (calc-embedded-close-formula): Ignore matrix environments.
2250         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
2251         TeX mode.
2253         * calc/calc-lang.el (math-function-table, math-oper-table)
2254         (math-variable-table): Adjust the LaTeX portions.
2256         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
2257         (math-latex-ignore-words): New constant.
2259 2005-01-31  Richard M. Stallman  <rms@gnu.org>
2261         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
2262         (ispell-local-dictionary): Doc fix.
2263         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
2264         Don't reinitialize at run time.  Don't defcustom.
2265         All uses changed to append ispell-local-dictionary-alist,
2266         or check it first.
2267         (ispell-current-dictionary): New variable for dictionary in use.
2268         (ispell-dictionary): Now used only for global default.
2269         (ispell-start-process): Set ispell-current-dictionary,
2270         not ispell-dictionary.
2271         (ispell-change-dictionary): Use this only for setting
2272         user preferences.
2273         (ispell-internal-change-dictionary): New function
2274         to change the current dictionary in use.
2275         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
2276         Use ispell-current-dictionary.
2277         Handle ispell-local-dictionary-overridden.
2278         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
2280 2005-01-31  Jay Belanger  <belanger@truman.edu>
2282         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
2284         * calc/calc-ext.el: Add calc-latex-language to autoloads.
2285         (calc-mode-map): Add calc-latex-language.
2287         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
2288         (math-latex-print-frac): New functions.
2289         (math-oper-table, math-function-table, math-variable-table)
2290         (math-complex-format, math-input-filter): Add latex properties.
2291         (calc-set-language): Set math-expr-special-function-mapping.
2293         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
2294         (calc-write-parse-table-part):  Add LaTeX support.
2296         * calc/calc.el (calc-language): Adjust docstring.
2297         (calc-set-mode-line): Add LaTeX support.
2298         (math-expr-special-function-mapping): New variable.
2299         (math-tex-ignore-words): Add to list.
2301         * calc/calccomp.el (math-compose-expr, math-compose-rows):
2302         Add LaTeX support.
2303         (math-compose-expr): Add support for special functions.
2305         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
2307 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
2309         * progmodes/gdb-ui.el (gdb-memory-address)
2310         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
2311         (gdb-memory-mode-map, gdb-memory-format-keymap)
2312         (gdb-memory-format-menu, gdb-memory-unit-keymap)
2313         (gdb-memory-unit-menu): New variables for a buffer
2314         that lets the user examine program memory.
2315         (gdb-memory-set-address, gdb-memory-set-repeat-count)
2316         (gdb-memory-format-binary, gdb-memory-format-octal)
2317         (gdb-memory-format-unsigned, gdb-memory-format-signed)
2318         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
2319         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
2320         (gdb-memory-unit-word, gdb-memory-unit-halfword)
2321         (gdb-memory-unit-byte, gdb-memory-unit-menu)
2322         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
2323         (gdb-memory-mode, gdb-memory-buffer-name)
2324         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
2325         New functions for above buffer.
2327 2005-01-30  Richard M. Stallman  <rms@gnu.org>
2329         * cus-edit.el (custom-bury-buffer): Function deleted.
2330         (custom-buffer-done-function): Option deleted.
2331         (custom-buffer-done-kill): New (replacement option.
2332         (Custom-buffer-done): Call quit-window.
2333         (custom-buffer-create-internal): Update for above changes.
2335 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
2337         * simple.el (undo-ask-before-discard): New var.
2338         (undo-outer-limit-truncate): Implement it.
2339         (undo-extra-outer-limit): Doc update.
2341 2005-01-29  Richard M. Stallman  <rms@gnu.org>
2343         * ses.el (undo-more): Delete defadvice.
2344         (ses-begin-change): Doc fix.
2346         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
2347         instead of rebinding C-x u and C-_.
2349         * files.el (normal-backup-enable-predicate): Return nil for files
2350         in /tmp, regardless of temporary-file-directory.
2352         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
2354         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
2355         (open-rectangle, delete-whitespace-rectangle-line)
2356         (clear-rectangle-line): If FILL, pass t instead of FILL
2357         for move-to-column's 2nd arg.
2359         * simple.el (undo): Fix the test for continuing a series of undos.
2360         (undo-more): Set pending-undo-list to t when we reach end.
2361         (pending-undo-list): Move up defvar.
2363         * wid-edit.el (widget-button-click):
2364         Shorten the range of the track-mouse binding.
2366         * comint.el (comint-insert-input): Undo previous changes;
2367         use last-input-event in interactive spec.
2369 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
2371         * progmodes/compile.el (compilation-start): Bind buffer-read-only
2372         to nil before invoking call-process.  Reset buffer's modified flag
2373         after fontifying it in the no-async branch.
2375         * wid-edit.el (widget-specify-button): If mouse pointer shape
2376         cannot be changed, use mouse face instead.
2378 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
2380         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2381         (gdb-goto-breakpoint): Make breakpoint handling work on template
2382         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
2383         (gdb-assembler-custom): Update to recognise breakpoint information
2384         added on 2005-01-19.
2386 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
2389         (dsssl-mode): Use define-derived-mode.
2390         (scheme-mode-initialize): Remove.
2391         (scheme-mode): Use run-mode-hooks.
2393         * cus-edit.el (customize-group-other-window)
2394         (custom-buffer-create-other-window): Don't override special-display-*.
2395         (custom-mode-map): Make it dense.
2397         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
2398         sets the default value.
2400 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
2402         * descr-text.el: Add more keywords.
2404 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2406         * speedbar.el: Avoid unnecessary use of locate-library.
2408         * international/mule-cmds.el (standard-display-european-internal):
2409         Don't fiddle with latin-1 non-break space any more since it's now
2410         special cased in the C code.
2411         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
2413 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
2415         * cus-start.el (all): Add `undo-outer-limit'.
2417 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2419         * textmodes/bibtex.el (bibtex-format-entry):
2420         Use `bibtex-empty-field-re' only on the text of fields, not on entire
2421         field lines.
2422         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
2423         not on part of a buffer.
2425 2005-01-25  Lute Kamstra  <lute@gnu.org>
2427         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
2428         nonempty field text strings like "{letters\\macro{}more letters}".
2429         Clarify docstring.
2430         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
2431         (bibtex-entry-offset, bibtex-parse-association)
2432         (bibtex-parse-field-name): Fix typos in docstrings.
2433         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
2435 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
2437         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
2438         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
2439         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
2440         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
2442         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
2443         isearch minor mode.
2445 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
2447         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
2449 2005-01-24  Lute Kamstra  <lute@gnu.org>
2451         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
2452         CASECHARS and NOT-CASECHARS regular expressions of the
2453         "nederlands" and "nederlands8" dictionaries to prevent a "Range
2454         striding over charsets" error.
2456 2005-01-24  Jay Belanger  <belanger@truman.edu>
2458         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
2459         display variable name.
2461 2005-01-24  Kenichi Handa  <handa@m17n.org>
2463         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
2464         Fix setting of the element of encoded-kbd-iso2022-invocations.
2466 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
2468         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2469         (gdb-threads-select): Change to also accept mouse events.
2470         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
2471         (gdb-threads-mouse-select): Delete.
2473 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
2475         * files.el (insert-directory): Take care of empty directory,
2476         listed without -a switch.
2478 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2480         * textmodes/refill.el (refill-post-command-function):
2481         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
2482         to the list of functions that we should be careful not to undo.
2483         (refill-late-fill-paragraph-function): Remove.
2484         (refill-saved-state): New var.
2485         (refill-mode): Use it to save fill-paragraph-function.
2486         Save also the value of auto-fill-function.
2488         * term/w32-win.el: Simplify code.
2490 2005-01-23  Kim F. Storm  <storm@cua.dk>
2492         * simple.el (line-move): Adapt to new return value from
2493         pos-visible-in-window-p.
2495         * simple.el (line-move): Fix last change.  Check partial
2496         visibility at point rather than at window-start.
2498 2005-01-22  Jason Rumney  <jasonr@gnu.org>
2500         * term/w32-win.el (xw-defined-colors): Remove debug-message.
2502 2005-01-22  David Kastrup  <dak@gnu.org>
2504         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
2506 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
2508         * type-break.el (type-break-mode): Add a test for
2509         type-break-file-name being non-nil.
2511 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
2513         * net/eudc.el (top level): Call (message "") via progn, so that
2514         eudc-options-file is loaded.
2516 2005-01-22  Kim F. Storm  <storm@cua.dk>
2518         * simple.el (line-move-1): Rename from line-move.
2519         (line-move): New function that adjusts vscroll for partially
2520         visible rows, and calls line-move-1 otherwise.
2522 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
2524         * pcomplete.el: define pcomplete-read-event instead of read-event,
2525         since it's not a complete read-event implementation
2527 2005-01-20  Jay Belanger  <belanger@truman.edu>
2529         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
2530         for called function.
2532 2005-01-20  Steven Tamm  <steventamm@mac.com>
2534         * term/mac-win.el (process-connection-type): Remove.
2535         Controlled now by s/darwin.h:PTY_ITERATION.
2537 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2539         * window.el (handle-select-window): Don't switch window when we're
2540         in the minibuffer.
2542 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
2544         * subr.el (dotimes-with-progress-reporter): New macro.
2546         * ses.el (ses-dotimes-msg): Remove macro.
2547         Use `dotimes-with-progress-reporter' instead.
2549 2005-01-19  Steven Tamm  <steventamm@mac.com>
2551         * term/mac-win.el (process-connection-type): Use new
2552         operating-system-release variable to use ptys on Darwin 7 (OSX
2553         10.3) when using carbon build.
2555 2005-01-19  Jay Belanger  <belanger@truman.edu>
2557         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
2558         flags if the last command was a tab or M-tab.
2560         * calc/calc-prog.el (calc-user-define-edit): Put original formula
2561         in formula editing buffer.
2563 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
2565         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
2566         breakpoint image symbol in margin.
2568 2005-01-19  Jay Belanger  <belanger@truman.edu>
2570         * calc/calc-prog.el (calc-execute-kbd-macro):
2571         Ignore calc-keep-arg-flag.
2573 2005-01-19  Kenichi Handa  <handa@m17n.org>
2575         * textmodes/ispell.el (ispell-looking-at): New function.
2576         (ispell-process-line): Use ispell-looking-at to compare the ispell
2577         output and the buffer contents.
2579 2005-01-18  Jay Belanger  <belanger@truman.edu>
2581         * calc/calc.el (calc-display-raw): Fix docstring.
2583 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * simple.el (blink-matching-open): Strip extra info from syntax.
2587         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
2588         funny chars in the end-of-here-doc marker.
2590 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
2592         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
2593         that enable/disabled state of breakpoints is shown correctly in
2594         fringe and on ttys.
2595         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
2596         Add breakpoint information as text properties.
2597         (gdb-mouse-toggle-breakpoint):
2598         Rename to gdb-mouse-set-clear-breakpoint.
2599         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
2600         breakpoints in the margin.
2601         (gdb-remove-strings): Simplify.
2603 2005-01-17  Jay Belanger  <belanger@truman.edu>
2605         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
2606         erasing buffer.
2608 2005-01-17  Richard M. Stallman  <rms@gnu.org>
2610         * progmodes/grep.el (grep-find): Copy from `grep' the condition
2611         for calling grep-compute-defaults.
2613         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
2614         if buffer is empty.
2616         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
2618 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * hilit-chg.el (highlight-changes-mode): Don't autoload.
2622         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
2623         non-preloaded variables.
2625 2005-01-17  Steven Tamm  <steventamm@mac.com>
2627         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
2628         tex-shell cause to force interactivity when using pipes.
2630 2005-01-17  Kim F. Storm  <storm@cua.dk>
2632         * simple.el (just-one-space): Make arg optional.
2634 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
2636         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
2637         posn-at-x-y to t to access left-margin.
2639 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
2641         Sync with Tramp 2.0.47.
2643         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
2644         catching keep-date problems in cp/scp operations.
2645         (tramp-handle-copy-file): Don't call `set-file-modes'
2646         unconditionally.  Specialized functions should know better what is
2647         necessary.  This improves performance a little bit, and the
2648         functions could catch errors with `cp -p' and `scp -p'.
2649         (tramp-do-copy-or-rename-file-via-buffer)
2650         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
2651         when appropriate.
2652         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
2653         Call `set-file-modes' when appropriate.
2654         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
2655         Johnsson <isak@hypergene.com>
2656         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
2657         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
2658         <joakim@verona.se>
2659         (tramp-file-name-for-operation): Mark `shell-command' as magic for
2660         Emacs only.
2662         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
2663         `find-file-hooks' and `dired-mode-hook'.
2664         (tramp-minor-mode-map): Respective map.  Add remapping for
2665         `compile' and `recompile'.
2666         (tramp-remap-command, tramp-recompile): New defuns.
2667         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
2668         in buffer "*Compilation*".  Call the commands asynchronously.
2670         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
2671         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
2672         `shell-command', because it isn't magic in XEmacs.  Reported by
2673         Adrian Aichner <adrian@xemacs.org>.
2675         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2676         `substitute-in-file-name.
2677         (tramp-smb-handle-substitute-in-file-name): New defun.
2678         (tramp-smb-advice-PC-do-completion): Delete advice.
2680 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
2682         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
2683         Fix error in deleting region.
2685 2005-01-15  Richard M. Stallman  <rms@gnu.org>
2687         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
2688         In non-temp buffer, switch syntax table temporarily.
2690         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
2692         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
2694         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
2696         * imenu.el (imenu--split-menu): Copy menulist before sorting.
2697         (imenu--generic-function): Use START, not BEG, as pos of definition.
2699         * simple.el (just-one-space): Argument specifies number of spaces.
2701         * simple.el (eval-expression-print-format): Avoid warning
2702         about edebug-active.
2704 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
2706         * progmodes/sh-script.el: Code copied from make-mode.el
2707         with small changes,
2708         (sh-mode-map): Bind C-c C-\.
2709         (sh-backslash-column, sh-backslash-align): New variables.
2710         (sh-backslash-region, sh-append-backslash): New functions.
2712 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2714         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
2715         (rmail-pop-password, rmail-pop-password-required): Move to
2716         rmail-obsolete group.
2717         (rmail-set-pop-password): Rename to rmail-set-remote-password.
2718         All callers updated.
2719         (rmail-get-pop-password): Rename to rmail-get-remote-password.
2720         Take an argument specifying whether it is POP or IMAP mailbox we
2721         are using.  All callers updated.
2722         (rmail-pop-password-error): Rename to
2723         rmail-remote-password-error.  Added mailutils-specific error message.
2724         (rmail-movemail-search-path)
2725         (rmail-movemail-variant-in-use): New variables.
2726         (rmail-remote-password, rmail-remote-password-required):
2727         New customization variables.
2728         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
2729         (rmail-parse-url): New function.
2730         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
2731         with GNU mailutils movemail.
2733 2005-01-15  Kevin Ryde  <user42@zip.com.au>
2735         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
2736         suffix to space, $ or '$, to correctly position point when going
2737         to @table style constants like DBL_MAX.
2739 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
2741         * type-break.el (type-break-mode, type-break-file-time)
2742         (type-break-file-keystroke-count, type-break-choose-file):
2743         Don't store data in or load data from the file if type-break-file-name
2744         is nil.
2745         (type-break-file-name): Doc update as per the above.
2747 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
2749         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
2750         lookup-key might return nil; handle that.
2752 2005-01-15  Alan Mackenzie  <acm@muc.de>
2754         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
2755         rather than the element found, thus enabling the tree to be setcar'd.
2757 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2759         * textmodes/org.el (org-show-following-heading): New option.
2760         (org-show-hierarchy-above): Use `org-show-following-heading'.
2761         (org-cycle): Documentation fix.
2763         * textmodes/org.el (orgtbl-optimized): New option
2764         (orgtbl-mode): New command, a minor mode.
2765         (orgtbl-mode-map): New variable.
2766         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
2767         (orgtbl-error, orgtbl-self-insert-command)
2768         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
2770         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
2771         a local variable in each org-mode buffer.
2773         * textmodes/org.el (org-set-regexps-and-options): Rename from
2774         `org-set-regexps'.  Added checking for STARTUP keyword.
2775         (org-get-current-options): Add STARTUP options.
2776         (org-table-insert-row): Mode mode intelligent about when
2777         realignment is needed.
2778         (org-self-insert-command, org-delete-backward-char, org-delete-char):
2779         New commands.
2780         (org-enable-table-editor): New default value `optimized'.
2781         (org-table-blank-field): Support blanking regions if active.
2783 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
2785         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
2786         if the year is not given.
2788         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
2789         Add new escapes %m and %M, fixed bug with %F by adding
2790         save-match-data.
2791         (reftex-reference): Remove ?. from list of spaces.
2792         (reftex-label-info): Add automatic label prefix recognition.
2794         * textmodes/reftex-index.el (reftex-index-next-phrase):
2795         Add slave parameter to call of `reftex-index-this-phrase'.
2796         (reftex-index-this-phrase): New optional argument.
2797         (reftex-index-region-phrases): Add slave parameter to call of
2798         `reftex-index-this-phrase'.
2799         (reftex-display-index): New argument redo.
2800         (reftex-index-rescan): Add 'redo to arguments of
2801         `reftex-display-index'.
2802         (reftex-index-Rescan, reftex-index-revert)
2803         (reftex-index-switch-index-tag): Add 'redo to arguments of
2804         `reftex-display-index'.
2805         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
2806         indexing.  Fix bug with matching is there is a quote before or
2807         after the word.
2809         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2810         Fix bug when collecting citation keys in lines with comments.
2811         (reftex-citation): Prefix argument no longer rescans the document,
2812         but forces prompting for optional arguments of cite macros.
2813         (reftex-do-citation): Prompting for optional arguments implemented.
2815         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2816         Add optional arguments to most cite commands.
2817         (reftex-cite-cleanup-optional-args): New option
2818         (reftex-cite-prompt-optional-args): New option.
2819         (reftex-trust-label-prefix): New option.
2821         * textmodes/reftex-toc.el (reftex-toc-find-section):
2822         Add push-mark before changing the position in the buffer.
2824         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
2825         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
2827 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
2829         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
2830         more carefully.
2832 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
2835         (sgml-mode): Use it.
2836         (sgml-get-context): Better keep track of implicitly closed tags.
2838 2005-01-13  Kenichi Handa  <handa@m17n.org>
2840         * textmodes/ispell.el: These changes are to fix misalignment error
2841         caused by equivalent characters of different Emacs charsets.
2842         (ispell-unified-chars-table): New variable.
2843         (ispell-get-decoded-string): New function.
2844         (ispell-get-casechars, ispell-get-not-casechars)
2845         (ispell-get-otherchars): Call ispell-get-decoded-string.
2847 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2849         * custom.el (custom-declare-variable): Just put symbol instead
2850         of (defvar . symbol) in `current-load-list'.
2852 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2854         * emacs-lisp/elint.el: Fixed typo in Commentary section.
2856 2005-01-12  Jay Belanger  <belanger@truman.edu>
2858         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
2859         to create a Calc summary.
2861 2005-01-12  Kim F. Storm  <storm@cua.dk>
2863         * mouse.el (mouse-on-link-p): Change functionality and doc
2864         string to comply with latest description in lisp ref.
2866 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
2868         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
2869         Enable mouse clicks on mode-line, header-line and margin.
2870         (event-type): Give mouse event symbols an 'event-kind property
2871         with value 'mouse-click.
2873 2005-01-12  Juri Linkov  <juri@jurta.org>
2875         * facemenu.el (list-colors-display): Add new arg buffer-name.
2876         Use it.  Fix docstring.  Replace code for identifying duplicate
2877         colors by the name with call to `list-colors-duplicates' which
2878         identifies duplicate colors by the value unless the color
2879         is one of special Windows colors.  Set truncate-lines to t.
2880         Print sorted duplicate color names on each line.  Indent to 22
2881         \(the longest color name in rgb.txt) instead of 20.  Optimize.
2882         (list-colors-duplicates): New function.
2883         (facemenu-color-name-equal): Delete function.
2885         * facemenu.el (list-colors-print): New function created from code
2886         in list-colors-display.  Print #RRGGBB at the window right edge.
2887         (list-colors-display): When temp-buffer-show-function is not
2888         defined, call list-colors-print from temp-buffer-show-hook
2889         to get the right value of window-width in list-colors-print
2890         after the buffer is displayed.
2892         * simple.el (pop-mark): Move deactivate-mark out of conditional
2893         part to deactivate the active mark regardless of the state of the
2894         mark ring.
2896         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
2897         variables line in desktop files.
2899 2005-01-12  Juri Linkov  <juri@jurta.org>
2901         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
2902         Bring together isearch highlight related options.
2903         (lazy-highlight): Replace group `replace' by `matching'.
2904         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2905         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2906         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
2907         and declare them obsolete.
2908         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
2909         (isearch-faces): Remove defgroup.
2910         (isearch-overlay, isearch-highlight, isearch-dehighlight):
2911         Move isearch highlighting code closer to lazy highlighting code.
2913         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
2914         (query-replace-highlight, query-replace-lazy-highlight)
2915         (query-replace): Move definitions to the beginning of the file.
2917 2005-01-11  Juri Linkov  <juri@jurta.org>
2919         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
2920         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
2921         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
2923         * info.el (Info-history-forward): New variable.
2924         (Info-select-node): Reset Info-history-forward to nil.
2925         (Info-last): Turn into defalias.
2926         (Info-history-back): Rename from Info-last.
2927         Add current node to Info-history-forward.
2928         (Info-history-forward): New fun.
2929         (Info-mode-map): Replace Info-last by Info-history-back.
2930         Bind Info-history-forward to "r".
2931         (Info-mode-menu): Replace Info-last by Info-history-back.
2932         Fix menu item text.  Add menu item for Info-history-forward.
2933         (info-tool-bar-map): Replace Info-last by Info-history-back.
2934         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
2935         for Info-history-forward.
2936         (Info-mode): Replace Info-last by Info-history-back in docstring.
2937         Add local variable Info-history-forward.
2938         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
2940 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2942         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
2943         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
2944         Ignore select-window events rather than fiddle with
2945         mouse-autoselect-window.
2947 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
2949         * type-break.el (type-break-mode): Fix previous change.
2951 2005-01-10  Jay Belanger  <belanger@truman.edu>
2953         * calc/calc-ext.el (calc-reset): Reset when inside embedded
2954         calculator; only reset when point is inside a calculator.
2955         Don't adjust the window height if the window takes up the whole height
2956         of the frame.
2958 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2960         * ebuff-menu.el (Electric-buffer-menu-mode):
2961         Preserve value of buffer-local var header-line-format.
2963 2005-01-09  Jay Belanger  <belanger@truman.edu>
2965         * calc/calc.el (calc-mode-var-list-restore-saved-values):
2966         Make sure settings file exists before accessing it.
2968         * calc/calc-embed.el (calc-embedded-subst):
2969         Replace math-multi-subst-rec, which is only supposed to be called
2970         by math-multi-subst, by math-multi-subst.
2972 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
2974         * vc.el (vc-allow-async-revert): New user option.
2975         (vc-disable-async-diff): New internal variable.
2976         (vc-revert-buffer): Use them to disable asynchronous diff.
2978         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
2979         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
2980         asynchronously if vc-disable-async-diff is t.
2982 2005-01-09  Jay Belanger  <belanger@truman.edu>
2984         * calc/calc.el (defcalcmodevar): New macro.
2985         (calc-mode-var-list-restore-default-values)
2986         (calc-mode-var-list-restore-saved-values): New functions.
2987         (calc-mode-var-list): Use defcalcmodevar to define it.
2988         (calc-always-load-extensions, calc-line-numbering)
2989         (calc-line-breaking, calc-display-just, calc-display-origin)
2990         (calc-number-radix, calc-leading-zeros, calc-group-digits)
2991         (calc-group-char, calc-point-char, calc-frac-format)
2992         (calc-prefer-frac, calc-hms-format, calc-date-format)
2993         (calc-float-format, calc-full-float-format, calc-complex-format)
2994         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2995         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2996         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2997         (calc-matrix-brackets, calc-language, calc-language-option)
2998         (calc-left-label, calc-right-label, calc-word-size)
2999         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3000         (calc-display-raw, calc-internal-prec, calc-angle-mode)
3001         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3002         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3003         (calc-window-height, calc-display-trail, calc-show-selections)
3004         (calc-use-selections, calc-assoc-selections)
3005         (calc-display-working-message, calc-auto-why, calc-timing)
3006         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
3007         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
3008         (calc-gnuplot-default-device, calc-gnuplot-default-output)
3009         (calc-gnuplot-print-device, calc-gnuplot-print-output)
3010         (calc-gnuplot-geometry, calc-graph-default-resolution)
3011         (calc-graph-default-resolution-3d, calc-invocation-macro)
3012         (calc-show-banner): Use defcalcmodevar to declare them and set
3013         their default values.
3015         * calc/calc-ext.el (calc-reset): Restore saved values of variables
3016         instead of default values (but restore default values if there is
3017         an argument of 0).
3019 2005-01-09  David Kastrup  <dak@gnu.org>
3021         * desktop.el (desktop-restore-eager): Fix typo in type.
3023 2005-01-08  Richard M. Stallman  <rms@gnu.org>
3025         * cus-edit.el (customize): Delete :link.
3027 2005-01-08  Jay Belanger  <belanger@truman.edu>
3029         * calc/calc.el (calc-mode): Remove the extension from the
3030         `calc-settings-file' file name when loading it.
3032 2005-01-08  Kim F. Storm  <storm@cua.dk>
3034         * info.el (Info-mode-map, Info-next-link-keymap)
3035         (Info-prev-link-keymap, Info-up-link-keymap):
3036         Map follow-link to mouse-face.
3037         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
3039 2005-01-08  Jay Belanger  <belanger@truman.edu>
3041         * calc/calc.el (calc-settings-file): Change default value.
3042         Suggested by cgw in a comment in calc-mode.el.
3044         * calc/calc-mode.el (calc-settings-file-name):
3045         Compare calc-settings-file to user-init-file instead of ~/.emacs.
3046         Replace ~/.emacs in a prompt by calc-settings-file.
3048 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
3050         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
3051         (desktop-lazy-idle-delay): New customizable variables.
3052         (desktop-buffer-args-list): New variable.
3053         (desktop-append-buffer-args): New function.
3054         (desktop-save): Call desktop-append-buffer-args for some buffers.
3055         (desktop-lazy-create-buffer): New function.
3056         (desktop-idle-create-buffers): New function.
3057         (desktop-read): Add message about buffers to restore lazily.
3058         (desktop-lazy-abort): New command.
3059         (desktop-clear): Call desktop-lazy-abort.
3060         (desktop-lazy-complete): New command.
3062 2005-01-06  Richard M. Stallman  <rms@gnu.org>
3064         * emacs-lisp/find-func.el (find-face-definition):
3065         Rename from find-face.
3067 2005-01-06  Kim F. Storm  <storm@cua.dk>
3069         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
3071         * man.el (Man-xref-man-page, Man-xref-header-file)
3072         (Man-xref-normal-file): Add follow-link property.
3074 2005-01-06  Jay Belanger  <belanger@truman.edu>
3076         * calc/calc-units.el: Make sure the proper macro definitions are
3077         available when compiling.
3079 2005-01-06  Juri Linkov  <juri@jurta.org>
3081         * isearch.el (isearch-lazy-highlight-update):
3082         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
3084 2005-01-06  Miles Bader  <miles@gnu.org>
3086         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
3087         (isearch-lazy-highlight-face): Use new name.
3089 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3091         * uniquify.el (uniquify-rationalize-file-buffer-names):
3092         Re-add an interactive spec.
3093         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
3094         to the same name.
3096         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
3097         (isearch-update, isearch-done): Adjust calls accordingly.
3099 2005-01-05  Richard M. Stallman  <rms@gnu.org>
3101         * custom.el (custom-set-variables, custom-theme-set-variables):
3102         Clarify documentation.
3104         * emacs-lisp/find-func.el (find-variable)
3105         (find-variable-other-window, find-variable-other-frame):
3106         Fix the TYPE args to find-function-read and find-function-do-it.
3107         (find-function): Doc fix.
3108         (find-function-at-point): Replace function-at-point alias.
3110 2005-01-04  Richard M. Stallman  <rms@gnu.org>
3112         * cus-face.el (custom-declare-face):
3113         Record defface in current-load-list.
3115         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
3117         * emacs-lisp/find-func.el: Doc fixes.
3118         (find-face-regexp): New variable.
3119         (find-function-regexp-alist): New variable.
3120         (find-function-C-source): Third arg is now TYPE.
3121         (find-function-search-for-symbol): Handle general TYPE.
3122         (find-function-read, find-function-do-it): Handle general TYPE.
3123         (find-definition-noselect, find-face): New functions.
3124         (function-at-point): Alias deleted.
3126 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3128         * battery.el (display-battery-mode): Rename from display-battery.
3129         Handle the case where it gets turned off.
3131 2005-01-04  Richard M. Stallman  <rms@gnu.org>
3133         * cus-edit.el (customize): Make :link point to user doc.
3135         * man.el (Man-fontify-manpage): Turn off undo generation.
3137         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
3139 2005-01-04  Andreas Schwab  <schwab@suse.de>
3141         * files.el (insert-directory): Only look for error lines in
3142         inserted text.  Don't move too far after processing --dired markers.
3144 2005-01-04  Richard M. Stallman  <rms@gnu.org>
3146         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3147         Don't expand if the character is @, period, dash, etc.
3148         (define-mail-abbrev): Quote names that contain problem characters.
3150 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
3152         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
3154 2005-01-03  Richard M. Stallman  <rms@gnu.org>
3156         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
3157         (query-replace-highlight, query-replace-lazy-highlight)
3158         (query-replace): Definitions moved up.  Doc fix.
3160 2005-01-03  Richard M. Stallman  <rms@gnu.org>
3162         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
3163         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3164         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3165         (lazy-highlight-face): Rename from isearch-lazy-...
3166         Change all references to them.
3168 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3170         * cus-edit.el (custom-file): Doc fix for defcustom.
3171         (custom-file): The function no longer sets the variable
3172         `custom-file' to its return value.
3174         * startup.el (command-line): No longer load `custom-file'.
3176 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3178         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
3180         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
3181         Don't confuse module-prefixed identifiers for labels.
3182         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
3184 2005-01-02  Richard M. Stallman  <rms@gnu.org>
3186         * files.el (basic-save-buffer-1): Fix previous change.
3188         * loadhist.el (file-loadhist-lookup): New function.
3189         (file-provides, file-requires): Use it.
3191         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
3192         instead of calculating the right size.
3194 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3196         * vc-svn.el (vc-svn-diff): Stay local if possible.
3198 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
3200         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
3202         * files.el (hack-local-variables): Fix last change.
3204 2005-01-02  Jay Belanger  <belanger@truman.edu>
3206         * calc/calc-yank.el (calc-edit-top): New variable.
3207         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
3208         object.  Change header properties.
3209         (calc-edit-finish, calc-edit-finish-stack-object)
3210         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
3211         edited object.
3212         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
3213         for the beginning of the edited object.
3214         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
3215         for the beginning of the edited object.
3216         * calc/calc-prog.el (calc-edit-macro-finish-edit)
3217         (calc-finish-formula-edit, calc-macro-repeats)
3218         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
3219         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
3220         beginning of the edited object.
3221         (calc-user-define-edit): Change the header for editing macros.
3222         Remove unnecessary variable.
3224 2005-01-01  Jay Belanger  <belanger@truman.edu>
3226         * calc/calc-yank.el (calc-edit-mode): Change default header.
3227         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
3228         * calc/calc-store.el (calc-edit-variable): Change title to match new
3229         header.
3230         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
3231         mode to match new header.
3232         (calc-user-define-edit): Change titles to include names of commands.
3233         (calc-finish-formula-edit): Adjust to handle new header.
3234         (calc-finish-macro-edit): Remove.
3235         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
3236         (calc-edit-macro-command, calc-edit-macro-command-type)
3237         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
3238         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
3239         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
3240         (calc-edit-macro-finish-edit): New functions.
3241         (calc-user-define-edit): Use new functions to edit named calc macros.
3243 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
3245         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
3247         * ses.el (copy-region-as-kill): Deactivate mark.
3249 2005-01-01  Richard M. Stallman  <rms@gnu.org>
3251         * replace.el (occur-1): If the output buffer is also an input,
3252         don't kill it, rename it.
3254         * faces.el (set-face-background, set-face-foreground): Doc fix.
3256         * cus-face.el (custom-face-attributes): Fix :help-echo strings
3257         for :foreground and :background.
3259         * dired.el (dired-view-command-alist): Variable deleted.
3260         (dired-view-file, dired-mouse-find-file-other-window):
3261         Delete the code to use it.
3263 2005-01-01  Kim F. Storm  <storm@cua.dk>
3265         * image.el (insert-sliced-image): Use t for line-height property.
3267 2004-12-31  Jay Belanger  <belanger@truman.edu>
3269         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
3270         for "var-" at the beginning of the minibuffer.
3272 2004-12-31  Richard M. Stallman  <rms@gnu.org>
3274         * faces.el (read-face-name):
3275         Don't treat an attribute spec as a list of faces.
3277         * simple.el (undo): Use undo-equiv-table to detect
3278         unexpected changes since previous undo.
3279         (undo-list-saved): Variable deleted.
3280         (buffer-disable-undo): Don't alter undo-list-saved.
3282         * files.el (require-final-newline): Allow `visit' and `visit-save'.
3283         (mode-require-final-newline): New option.
3284         (after-find-file): Handle require-final-newline with new values.
3285         (basic-save-buffer): Handle new values of require-final-newline.
3287         * progmodes/sh-script.el (sh-require-final-newline):
3288         Alist value now controls whether to use mode-require-final-newline.
3289         (sh-set-shell): Implement that new meaning.
3291         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
3292         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
3293         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
3294         Delete old-Emacs compatibility code.
3295         (antlr-c-common-init): Function deleted.
3297         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
3298         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
3299         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
3300         * progmodes/python.el (python-mode): Use mode-require-final-newline.
3301         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
3302         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
3303         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
3304         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
3305         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
3306         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
3307         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
3308         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
3309         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
3310         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
3311         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
3312         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
3314 2004-12-31  Jay Belanger  <belanger@truman.edu>
3316         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
3317         way to return to Calc.
3319         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
3320         finish, C-xk as the way to cancel the edit.  Add cancel routine to
3321         kill-buffer-hook.
3323         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
3324         MacEdit code.
3326         * calc/calc-prog.el: Remove obsolete MacEdit code.
3327         (calc-macro-edit-algebraic, calc-macro-edit-variable)
3328         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
3330 2004-12-31  Kenichi Handa  <handa@m17n.org>
3332         * international/mule.el (buffer-file-coding-system-explicit):
3333         Rename for explicit-buffer-file-coding-system.
3334         (after-insert-file-set-coding): Adjust for the above change.
3336         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
3337         to buffer-file-coding-system-explicit.
3338         (basic-save-buffer-1): Likewise.
3340 2004-12-30  Richard M. Stallman  <rms@gnu.org>
3342         * textmodes/artist.el (artist-butlast-fn): Var deleted.
3343         (artist-butlast, artist-last): Functions deleted.
3344         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
3345         (artist-compute-key-compl-table): Call remq directly.
3346         (artist-remove-nulls): Function deleted.
3347         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
3348         (artist-push, artist-pop): Macro deleted.
3350 2004-12-30  Andreas Leue  <al@sphenon.de>
3352         * textmodes/artist.el (artist-version): 1.2.6
3353         (artist-prev-next-op-alist): New variable.
3354         (artist-select-next-op-in-list): New function.
3355         (artist-select-prev-op-in-list): New function.
3356         (artist-make-prev-next-op-alist): New function.
3357         (artist-is-in-op-list-p): New function.
3358         (artist-get-first-non-nil-op): New function.
3359         (artist-get-last-non-nil-op): New function.
3360         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
3361         artist-prev-next-op-alist.
3362         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
3363         change drawing operation.
3365 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
3367         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
3369 2004-12-31  Masatake YAMATO  <jet@gyve.org>
3371         * server.el (server-process-filter): Suppress `error', too.
3373 2004-12-30  Jay Belanger  <belanger@truman.edu>
3375         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
3376         Change the way a variable is displayed in a message.
3378         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
3379         (calc-user-define-permanent, calc-execute-kbd-macro):
3380         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
3382 2004-12-30  Kenichi Handa  <handa@m17n.org>
3384         * files.el (basic-save-buffer-1):
3385         Set explicit-buffer-file-coding-system to last-coding-system-used.
3386         (revert-buffer): Pay attention to
3387         explicit-buffer-file-coding-system (not buffer-file-coding-system)
3388         on bind coding-system-for-read.
3390         * international/mule.el (explicit-buffer-file-coding-system):
3391         New buffer local variable.
3392         (after-insert-file-set-coding): Set it to coding-system-for-read.
3394 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
3396         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
3398 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
3400         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
3401         that include line numbers.
3403 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
3405         * files.el (hack-local-variables): If no PREFIX, set it to "^".
3406         Redundant variable PREFIXLEN removed.
3408 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
3410         * eshell/em-hist.el (eshell-previous-matching-input):
3411         Start the deletion from the end of the output.
3413 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3415         * term/mac-win.el: Require x-dnd.
3416         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
3418 2004-12-29  David Kastrup  <dak@gnu.org>
3420         * international/mule.el (decode-coding-inserted-region):
3421         Don't barf if `buffer-undo-list' is already set to `t'.
3423 2004-12-29  Jay Belanger  <belanger@truman.edu>
3425         * calc/calc-prog.el (calc-user-define-formula): Put default values
3426         for function names in prompts.
3427         (calc-user-define-permanent, calc-user-define-composition)
3428         (calc-user-define-formula): Remove the need for "calcFunc-" in the
3429         default input for algebraic functions.
3431 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
3433         * vc-rcs.el (vc-rcs-annotate-command):
3434         Fix omission bug: Call `vc-setup-buffer'.
3436 2004-12-29  Kenichi Handa  <handa@m17n.org>
3438         * international/mule.el (recode-region): New function.
3440 2004-12-28  Richard M. Stallman  <rms@gnu.org>
3442         * simple.el (undo-extra-outer-limit): New variable.
3443         (undo-outer-limit-truncate): Test and set it.
3445         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
3446         enables the feature to extend the existing region.
3448         * simple.el (mark-word): New arg ALLOW-EXTEND
3449         enables the feature to extend the existing region.
3451         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
3452         enables the feature to extend the existing region.
3454         * startup.el (site-run-file): Don't allow setting it with Custom.
3456         * simple.el (buffer-disable-undo): Fix previous change.
3458 2004-12-27  Masatake YAMATO  <jet@gyve.org>
3460         * hexl.el (hexlify-buffer): Remove fontification here.
3461         Use font lock mechanism instead.
3462         (hexl-font-lock-keywords): New font lock kewords.
3463         (hexl-mode-old-font-lock-keywords): New variable.
3464         (hexl-mode): Store the old font lock keywords.
3465         (hexl-mode-exit): Restore the old font lock keywords.
3467 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3469         * simple.el (undo): Fix previous change.
3471 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3473         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
3474         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
3475         Call x-open-connection on Mac OS X.
3477 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3479         * files.el (buffer-save-without-query): New var (buffer-local).
3480         (save-some-buffers): Save those buffers first, w/o asking.
3482         * files.el (insert-directory-ls-version): New variable.
3483         (insert-directory): When ls returns an error, test the version
3484         number to decide what the return code means.
3485         With --dired output format, detect and distinguish lines
3486         that are really error messages.
3487         (insert-directory-adj-pos): New function.
3489         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
3491         * battery.el (battery-mode-line-format): Remove initial spaces.
3493         * uniquify.el (uniquify-rationalize-file-buffer-names):
3494         Delete interactive spec.
3496         * type-break.el (type-break-mode): Set buffer-save-without-query.
3497         Remove code that tried to set save-some-buffers-always.
3498         (type-break-file-keystroke-count): Bind deactivate-mark.
3500         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
3502         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
3503         Test that the buffer is live, and maybe reject current buffer too.
3504         Clarify.
3505         (next-error-find-buffer): Rewrite for clarity.
3507         * loadup.el: Don't use buffer-disable-undo; do it directly.
3509         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
3510         (describe-variable): Call symbol-file with `defvar'.
3512         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
3513         (symbol-file): Rewritten to handle new load-history format.
3514         Now takes an arg TYPE to specify looking for a particular
3515         type of definition only.
3517         * emacs-lisp/debug.el (debugger-make-xrefs):
3518         Call symbol-file with `defun'.
3520         * emacs-lisp/find-func.el (find-function-noselect):
3521         Call symbol-file with `defun'.
3522         (find-variable-noselect): Call symbol-file with `defvar'.
3524         * eshell/esh-cmd.el (eshell-find-alias-function):
3525         Call symbol-file with `defun'.
3527         * eshell/esh-test.el (eshell-test-goto-func):
3528         Call symbol-file with `defun'.
3530         * mail/rmail.el (rmail-resend):
3531         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
3533         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
3535         * progmodes/compile.el (compilation-find-buffer): Rename arg.
3537         * textmodes/texinfmt.el (texinfo-format-buffer-1):
3538         Call buffer-disable-undo.
3540         * simple.el (undo-list-saved): New variable (buffer-local).
3541         (undo): Set and test it.
3542         (buffer-disable-undo): Move here from buffer.c.
3543         Clear out undo-list-saved.
3545         * international/mule.el (decode-coding-inserted-region):
3546         Set buffer-undo-list in a correct and optimal way.
3548         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
3549         (cperl-font-lock-unfontify-region-function): No need to save and
3550         restore info, since font-lock.el does it for us.
3552         * ansi-color.el (save-buffer-state): Definition deleted.
3553         (ansi-color-unfontify-region): Don't use save-buffer-state.
3555 2004-12-27  Dave Love  <fx@gnu.org>
3557         * wid-edit.el (function): Use restricted-sexp as parent.
3559 2004-12-27  Kevin Ryde  <user42@zip.com.au>
3561         * simple.el (next-matching-history-element): Use same
3562         `interactive' form as previous-matching-history-element.
3564         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
3565         it can appear unencoded and has been seen from yahoo.
3567 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
3569         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
3570         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
3572 2004-12-27  Kenichi Handa  <handa@m17n.org>
3574         * international/utf-8.el (utf-translate-cjk-load-tables):
3575         Bind coding-system-for-read to nil while loading subst-*.
3577 2004-12-26  Jay Belanger  <belanger@truman.edu>
3579         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
3580         default input.
3582 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
3584         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
3585         before reverting and disable undo recording while reverting.
3587 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
3589         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
3590         (hs-make-overlay): New function.
3591         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
3592         (hs-flag-region): Delete function.
3593         (hs-hide-comment-region): No longer use `hs-flag-region'.
3594         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
3595         (hs-hide-block-at-point): Likewise.
3596         (hs-hide-level-recursive): Use `hs-discard-overlays'.
3597         (hs-hide-all, hs-show-all): Likewise.
3598         (hs-show-block): Likewise.
3599         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
3601 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
3603         * progmodes/hideshow.el: Require `cl' when compiling.
3604         Remove XEmacs and Emacs 19 compatibility.
3605         Use `dolist' and `add-to-list' for load-time actions.
3606         (hs-discard-overlays): Use `dolist'.
3607         (hs-show-block): Likewise.
3609 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
3611         * faces.el (mode-line, mode-line-inactive): Use min-colors.
3613 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
3615         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
3616         When extending backwards, move outside the current comment first.
3618 2004-12-22  Kenichi Handa  <handa@m17n.org>
3620         * international/quail.el (quail-start-translation): Fix prompt
3621         string for the case if input-method-use-echo-area being non-nil.
3622         (quail-start-conversion): Likewise.
3623         (quail-show-guidance): Don't show guidance if
3624         input-method-use-echo-area is non-nil.
3626 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3628         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
3630 2004-12-21  Markus Rost  <rost@ias.edu>
3632         * calendar/diary-lib.el (mark-diary-entries):
3633         Set mark-diary-entries-in-calendar only after checking for diary-file.
3635 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3637         * faces.el (escape-glyph): Use blue against light foreground.
3639         * simple.el (undo-outer-limit-truncate): New function.
3640         (undo-outer-limit-function): Use undo-outer-limit-truncate.
3642 2004-12-21  Eli Barzilay  <eli@barzilay.org>
3644         * calculator.el: (calculator-radix-grouping-mode)
3645         (calculator-radix-grouping-digits)
3646         (calculator-radix-grouping-separator):
3647         New defcustoms for the new radix grouping mode functionality.
3648         (calculator-mode-hook): Now used in electric mode too,
3649         (calculator): Call it.
3650         (calculator-mode-map): Some new keys.
3651         (calculator-message): New function.  Some new calls.
3652         (calculator-op, calculator-set-register): Use it.
3653         (calculator-string-to-number): New function, mostly moved and
3654         updated code from calculator-curnum-value.
3655         (calculator-curnum-value): Use it.
3656         (calculator-paste): Use it, and update grabbing the current-kill.
3657         (calculator-rotate-displayer)
3658         (calculator-rotate-displayer-back): Toggle digit grouping when
3659         in radix mode, use calculator-message.
3660         (calculator-displayer-prev, calculator-displayer-next):
3661         Change digit group size when in radix mode.
3662         (calculator-number-to-string): Rename from
3663         calculator-num-to-string.  Now deals with digit grouping in
3664         radix mode.
3665         (calculator-update-display, calculator-put-value): Use the new name.
3666         (calculator-fact): Return a floating point number.
3667         (calculator-mode): Doc fix.
3669 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3671         * calendar/calendar.el (view-other-diary-entries): Add autoload.
3672         * calendar/diary-lib.el (view-other-diary-entries):
3673         Use current-prefix-arg in interactive spec.
3675 2004-12-19  Jay Belanger  <belanger@truman.edu>
3677         * calc/calc-aent.el (calcAlg-blank-matching-open):
3678         Temporarily adjust the syntax of both delimiters of half-open intervals.
3680 2004-12-19  Kim F. Storm  <storm@cua.dk>
3682         * mouse.el (mouse-1-click-follows-link): Doc fix.
3684 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3686         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
3687         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
3688         instead of centraleuropean as the name
3690 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
3692         Sync with Tramp 2.0.46.
3694         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
3695         parameters wrt Tramp convention.
3696         (tramp-handle-file-attributes-with-perl)
3697         (tramp-handle-directory-files-and-attributes): Apply it.
3698         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
3699         `copy-program'.  Reported by Zack Weinberg
3700         <zack@codesourcery.com>.
3701         (top): Set `edebug-form-spec' property directly rather than
3702         calling `def-edebug-spec'.
3704         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
3705         advice less fragile.  Surround temporary redefinition of
3706         `substitute-in-file-name' with `unwind-protect'.  Suggested by
3707         Matt Hodges <MPHodges@member.fsf.org>.
3709 2004-12-17  Juri Linkov  <juri@jurta.org>
3711         * replace.el (occur-accumulate-lines, occur-engine):
3712         Make forcing deferred font-lock fontification jit-specific.
3714 2004-12-17  Kim F. Storm  <storm@cua.dk>
3716         * mouse.el (mouse-1-click-follows-link): New defcustom.
3717         (mouse-on-link-p): New function.
3718         (mouse-drag-region-1): Implement mouse-1-click-follows-link
3719         functionality.  Map a mouse-1 click event into a mouse-2 (or
3720         other) event when position is inside a link.
3722         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
3723         prefix in tooltip text with "mouse-1" when this is a link
3724         recognized by mouse-1-click-follows-link functionality.
3726         * help.el (describe-key): Report effective and original binding
3727         for mouse-1 when clicked on a link.
3728         (describe-mode): Add follow-link property to "minor-mode" button.
3730         * help-fns.el (describe-variable): Add follow-link property to
3731         "below" button.
3733         * help-mode.el (help-xref): Add follow-link property.
3735         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
3736         (apropos-command, apropos-variable, apropos-face, apropos-group)
3737         (apropos-widget, apropos-plist): Add follow-link property.
3739         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
3740         checks if position is in a filename, rather than some other
3741         clickable item.  Function looks for cvs-filename-face at position.
3743         * wid-edit.el (widget-specify-field, widget-specify-button):
3744         Map a :follow-link keyword into a follow-link property.
3745         (link): Add :follow-link keyword, map to RET binding.
3747         * dired.el (dired-mode-map): Map follow-link to mouse-face.
3749         * progmodes/compile.el (compilation-minor-mode-map)
3750         (compilation-button-map, compilation-mode-map): Likewise.
3752 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
3754         * play/zone.el (zone): Init `line-spacing' from orig buffer.
3755         (zone-replace-char): Take `count' and `del-count'
3756         instead of `direction'.  Update callers.  When `del-count' is
3757         non-nil, delete that many characters, otherwise `count' characters
3758         backwards.  Insert the newly-replaced string `count' times.
3759         (zone-fret): Handle chars w/ width greater than one.
3760         (zone-fall-through-ws): No longer take window width `ww'.
3761         Update callers.  Add handling for `char-width' greater than one.
3762         (zone-pgm-drip): Update var holding window-end position every cycle.
3764 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
3766         * vc.el (vc-default-update-changelog): Use insert-file-contents,
3767         rather than insert-file.
3769 2004-12-16  Jay Belanger  <belanger@truman.edu>
3771         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
3772         (math-init-random-base, math-random-digit): Check to see if
3773         var-RandSeed is bound.
3774         (math-random-last): Declare it.
3775         (math-random-digit): Don't make math-random-last local.
3777 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
3779         * play/zone.el (zone): Fix omission bug: Use a self-disabling
3780         one-shot thunk for uniform (error, quit, normal) recovery.
3781         Reported by John Paul Wallington.
3782         (zone-pgm-random-life): Fix bug:
3783         Recognize empty initial field by lack of "@" chars.
3785 2004-12-16  Juri Linkov  <juri@jurta.org>
3787         * help.el (function-called-at-point):
3788         * help-fns.el (variable-at-point): As a last resort try stripping
3789         non-word prefixes and suffixes.
3791         * descr-text.el (describe-property-list): Don't treat syntax-table
3792         specially.  Use describe-text-sexp which inserts [show] button
3793         for large objects and handles printing errors.  Sort properties
3794         by names in alphabetical order instead of by value sizes.
3795         Add `mouse-face' to list of properties for `describe-face' widget.
3796         (describe-char): Mask out face-id from 19 bits of character.
3797         Print face-id separately.
3799         * replace.el (occur-accumulate-lines, occur-engine):
3800         Fontify unfontified matching lines in the source buffer
3801         before copying them.
3802         (occur-engine): Don't put mouse-face on context lines.
3803         (occur-next-error): Set point to line beginning/end
3804         before searching for prev/next property to skip multiple
3805         matches on a line (not supported by occur engine).
3806         Remove redundant prefix-numeric-value.
3808 2004-12-15  Juri Linkov  <juri@jurta.org>
3810         * replace.el (match): New face.
3811         (list-matching-lines-face): Change default from `bold' to `match'.
3813         * progmodes/grep.el (grep-match-face): New defvar.
3814         (grep-mode-font-lock-keywords): Use grep-match-face instead of
3815         compilation-column-face to highlight grep matches.
3817         * apropos.el (apropos-match-face): Change default from
3818         `secondary-selection' to `match'.
3820         * info-look.el (info-lookup-highlight-face): Change default from
3821         `highlight' to `match'.
3823 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
3825         * progmodes/executable.el (executable-interpret): Eliminate
3826         obsolete compile-internal, and switch to comint for interaction.
3828 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
3830         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
3831         `&&' when skipping multiple statements on a line.
3833 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
3835         * play/zone.el (zone): Set `truncate-lines'.
3836         Also, init `tab-width' with value from original buffer.
3837         (zone-shift-up): Rewrite for speed.
3838         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
3839         (zone-pgm-jitter): Remove redundant entries from ops vector.
3840         (zone-exploding-remove): Reduce iteration count.
3841         (zone-cpos): Convert to defsubst.
3842         (zone-replace-char): New defsubst.
3843         (zone-park/sit-for): Likewise.
3844         (zone-fret): Take window-start arg.
3845         Update callers. Use `zone-park/sit-for'.
3846         (zone-fill-out-screen): Rewrite.
3847         (zone-fall-through-ws): Likewise. Update callers.
3848         (zone-pgm-drip): Use `zone-replace-char'.
3849         Move var inits before while-loop. Use `zone-park/sit-for'.
3850         (zone-pgm-random-life): Handle empty initial field.
3851         Use `zone-replace-char' and `zone-park/sit-for'.
3853 2004-12-15  Juri Linkov  <juri@jurta.org>
3855         * isearch.el (isearch-update): Test isearch-lazy-highlight
3856         before calling isearch-lazy-highlight-new-loop.
3857         (isearch-lazy-highlight-new-loop):
3858         Don't test isearch-lazy-highlight.
3860         * replace.el (perform-replace): Add isearch-case-fold-search.
3861         Use delimited-flag for isearch-regexp.
3862         Reset isearch-lazy-highlight-last-string to force lazy
3863         highlighting when called from isearch mode.
3864         (query-replace-highlight): Revert defcustom type to boolean.
3865         (query-replace-lazy-highlight): New defcustom.
3866         (query-replace): New face.
3867         (perform-replace, replace-highlight, replace-dehighlight):
3868         Test query-replace-lazy-highlight instead of special value
3869         `isearch' of query-replace-highlight.
3870         (replace-dehighlight): Don't call isearch-dehighlight.
3871         (replace-highlight): Don't call isearch-highlight.
3872         Use face `query-replace' unconditionally.
3874 2004-12-14  Kim F. Storm  <storm@cua.dk>
3876         * simple.el (inhibit-mark-movement): Remove defvar.
3877         (beginning-of-buffer, end-of-buffer): Don't use it.
3879         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3880         Don't use inhibit-mark-movement.
3882         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
3883         (cua--undo-push-mark): Remove.
3884         (cua--pre-command-handler, cua--post-command-handler):
3885         Don't fiddle with inhibit-mark-movement.
3887 2004-12-14  Juri Linkov  <juri@jurta.org>
3889         * buff-menu.el (list-buffers-noselect): Collect internal info
3890         for every buffer in BUFFER-LIST arg too.
3891         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
3892         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
3893         Bind same-window-buffer-names and same-window-regexps to nil.
3895 2004-12-13  Juri Linkov  <juri@jurta.org>
3897         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
3899         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
3900         (sc-cite-region, sc-uncite-region, sc-recite-region):
3901         Fix previous change to handle not alist as a symbol, but
3902         a citation frame as a symbol that represents a variable name.
3904 2004-12-13  Richard M. Stallman  <rms@gnu.org>
3906         * filecache.el (file-cache-add-directory-using-find):
3907         Only set up file-cache-find-command-posix-flag if we will use it.
3909         * bindings.el (mode-line-buffer-identification-keymap):
3910         Don't cancel the mode-line's usual down-mouse-1 binding.
3912         * cus-edit.el (custom-face-selected): Handle `default' specs.
3913         (custom-face-edit): Increase extra-offset.
3914         (custom-display): Handle `default' specs.
3916         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
3918         * emacs-lisp/elint.el (elint-standard-variables)
3919         (elint-unknown-builtin-args): Move definitions up.
3921         * net/browse-url.el (browse-url-url-at-point): Add autoload.
3923         * info.el (info-xref-visited): Use `default' instead of t.
3924         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
3926         * faces.el (header-line, mode-line-inactive, tool-bar):
3927         Use `default' instead of t for setting the defaults.
3928         (face-spec-choose): Separate `t' from `default'.
3930         * subr.el (while-no-input): New macro.
3932 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
3934         * filecache.el (file-cache-add-directory-using-find):
3935         Only test file-cache-find-command-posix-flag on some systems.
3937 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3939         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
3940         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
3941         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
3942         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
3943         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
3945 2004-12-12  Juri Linkov  <juri@jurta.org>
3947         * files.el (find-file-other-window, find-file-other-frame):
3948         Add the first buffer to the returned value to return the complete
3949         list of all visited buffers.
3950         (find-file-read-only, find-file-read-only-other-window)
3951         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
3952         `find-file-read-args'.  Signal an error about non-existent file
3953         only if file name doesn't contain wildcards.  Toggle read-only in
3954         all visited buffers.
3955         (find-alternate-file, find-alternate-file-other-window):
3956         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
3957         called interactively.  Pass arg `wildcards' to other functions.
3958         (find-file-noselect): Doc fix.
3960         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
3961         Doc fix.
3962         (ffap-directory-finder): New variable.
3963         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
3964         (ffap-file-at-point): Add /* to immediately rejected names.
3965         Return absolute file names matching ffap-dired-wildcards.
3966         (ffap-read-file-or-url): Set default value for `completing-read'
3967         to `buffer-file-name'.
3968         (find-file-at-point): When filename matches ffap-dired-wildcards,
3969         call ffap-file-finder with t arg `wildcards', instead of dired.
3970         (ffap-other-window, ffap-other-frame): Return visited buffers.
3971         (ffap-read-only, ffap-read-only-other-window)
3972         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
3973         (dired-at-point): Call ffap-directory-finder instead of dired.
3974         (ffap-dired-other-window, ffap-dired-other-frame)
3975         (ffap-list-directory): New commands.
3976         (ffap-bindings): New keybindings for new commands.
3978 2004-12-12  Juri Linkov  <juri@jurta.org>
3980         * simple.el (beginning-of-buffer, end-of-buffer):
3981         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3982         Do not push mark when mark is active in transient-mark-mode.
3984         * simple.el (mark-word):
3985         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
3986         * textmodes/paragraphs.el (mark-paragraph):
3987         Extend the region when mark is active in transient-mark-mode,
3988         regardless of the last command.  Doc fix.
3990         * simple.el (mark-word): Preserve direction when repeating.
3991         Make arg optional.  Interactive "p" -> "P".
3992         (transient-mark-mode, inhibit-mark-movement): Doc fix.
3994         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
3995         preserving direction, to mark forward instead of backward when mark
3996         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
3998 2004-12-12  Juri Linkov  <juri@jurta.org>
4000         * isearch.el (isearch-edit-string): Set 7th arg of
4001         `read-from-minibuffer' to `t' to inherit the current input
4002         method (whose name is indicated by [IM] in the minibuffer prompt)
4003         from the current buffer to the minibuffer.
4004         (isearch-lazy-highlight-update): Put body to `with-local-quit'
4005         to allow C-g quitting for lazy highlighting looping inside the
4006         search with nested repetition operators.  Add overlay to the list
4007         before setting its face and other properties to avoid the case of
4008         code quitting after placing the new overlay but before it's
4009         recorded on the list.  Select the window where isearch was
4010         activated, to highlight matches in the right window when isearch
4011         switches the current window to the minibuffer.
4013         * international/isearch-x.el
4014         (isearch-process-search-multibyte-characters):
4015         Use `isearch-message' as initial input for `read-string' instead
4016         of adding it to the minibuffer prompt.  After reading a string
4017         remove the initial value of `isearch-message' from the string.
4019         * replace.el (replace-match-maybe-edit): Doc fix.
4020         (perform-replace): Don't call `replace-highlight' when automatic
4021         replacement is requested in literal mode, since it is intended
4022         only to highlight words during entering a new replacement string
4023         for \? in non-literal mode.
4025         * replace.el (query-replace-highlight): Add new value `isearch'
4026         that allows query replacement to use isearch highlighting.
4027         Change type from `boolean' to `choice'.  Doc fix.
4028         (replace-highlight, replace-dehighlight, perform-replace):
4029         Use isearch highlighting if query-replace-highlight eq `isearch'.
4031 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4033         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
4034         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
4036         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
4037         case of \end{verbatim}.
4039 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
4041         * term.el (term-termcap-format): Synchronyze with terminfo.
4042         (term-emulate-terminal): Handle reset.
4043         (term-reset-terminal): New function.
4045 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
4047         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
4048         (zone-fill-out-screen): New func.
4049         (zone-pgm-drip): Use `zone-fill-out-screen'.
4050         Also, no longer go to point-min on every cycle.
4051         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
4052         (zone-pgm-random-life-wait): New user var.
4053         (zone-pgm-random-life): New func.
4055 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
4057         * files.el (auto-mode-alist): Map .com to DCL mode.
4059 2004-12-09  Richard M. Stallman  <rms@gnu.org>
4061         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
4063 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
4065         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
4066         buffer with a display margin.
4068 2004-12-08  Jay Belanger  <belanger@truman.edu>
4070         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
4071         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
4073 2004-12-08  Richard M. Stallman  <rms@gnu.org>
4075         * faces.el: Delete code to set display table.
4076         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
4078 2004-12-08  Jay Belanger  <belanger@truman.edu>
4080         * calc/calc.el: Add math-read-preprocess-string to autoloads.
4082         * calc/calc-ext.el (math-read-replacement-list)
4083         (math-read-superscripts, math-read-preprocess-string): Move to
4084         calc-aent.el.
4086         * calc/calc-aent.el (math-read-replacement-list)
4087         (math-read-superscripts, math-read-preprocess-string): Move from
4088         calc-ext.el.
4090 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4092         * isearch.el (isearch-quote-char): Fix up typo in last change.
4094 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
4096         * mouse.el (mouse-set-font): Handle the case where the command was
4097         not invoked using the mouse.
4099         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
4100         (edmacro-finish-edit): Further update for keyboard macros that are
4101         lambda forms.
4102         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
4104 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4106         * font-lock.el (font-lock-unfontify-region): Save buffer state.
4107         (font-lock-default-unfontify-region): Don't save buffer state any more.
4109 2004-12-07  Jay Belanger  <belanger@truman.edu>
4111         * calc/calc-help.el (calc-describe-key):
4112         Set calc-summary-indentation even when Calc Summary buffer exists.
4114 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
4116         * calendar/holidays.el (holiday-easter-etc): Make arguments
4117         optional for backwards compatibility.  Doc fix.
4118         Remove un-necessary local vars mandatory, output-list.
4119         (holiday-advent):  Make arguments optional for backwards
4120         compatibility.  Doc fix.
4122 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * paren.el (show-paren-function): Fix last change (2004-12-02).
4126         * international/mule-util.el (char-displayable-p): Return nil for
4127         unibyte mode.
4129         * subr.el (subregexp-context-p): New function.
4131         * isearch.el (isearch-quote-char): Use it.
4133         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
4134         (regexp-opt-not-groupie*-re): Remove.
4135         (regexp-opt): Properly handle inputs with duplicate entries.
4137 2004-12-06  Richard M. Stallman  <rms@gnu.org>
4139         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
4141         * cus-edit.el (custom-file): Doc fix.
4143         * textmodes/org.el: New file.
4145 2004-12-06  Kenichi Handa  <handa@m17n.org>
4147         * ldefs-boot.el: Update international/mule-util.el section.
4149 2004-12-05  Sam Steingold  <sds@gnu.org>
4151         * net/tramp.el (tramp-handle-file-accessible-directory-p):
4152         Fix `tramp-time-diff' comparison logic.
4154 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
4156         * progmodes/which-func.el (which-function):
4157         Use `run-hook-with-args-until-success' instead of a custom loop.
4158         Fixes bug with local hooks.
4160 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4162         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
4163         Use delete-dups when calculating the initial value.
4164         (bibtex-autokey-get-title): Use <=.
4165         (bibtex-goto-line): New function.
4166         (bibtex-reposition-window): Use line numbers instead of point
4167         positions.  Use window-body-height.
4168         (bibtex-find-crossref): Use bibtex-reposition-window.
4169         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
4170         position of entry if key is found or nil if not found.
4172 2004-12-05  Richard M. Stallman  <rms@gnu.org>
4174         * cus-edit.el (custom-file): Doc fix.
4176         * progmodes/sh-script.el (sh-indent-for-then): Change default.
4178 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4180         * simple.el (blink-matching-open):
4181         * textmodes/tex-mode.el (tex-validate-region):
4182         Obey syntax-table text properties.
4184 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
4186         * wid-edit.el (widget-specify-field): Add `real-field' property to
4187         boundary.
4188         (widget-field-at): Use it.
4190 2004-12-02  Richard M. Stallman  <rms@gnu.org>
4192         * progmodes/cc-mode.el (awk-mode autoload):
4193         Supply t meaning interactive function.
4195         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
4196         (isearch-mode-map): No special definition for space.
4197         (isearch-whitespace-chars): Command deleted.
4198         (isearch-forward-regexp): Doc fix.
4199         (isearch-quote-char): When a space is not inside brackets,
4200         use `[ ]' instead of just space.
4201         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
4203         * imenu.el (imenu--generic-function): Delete code to exclude
4204         matches in comments.
4206         * man.el (Man-reverse-face): Change default to `highlight'.
4208         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
4209         (occur-engine): Use `face' prop rather than `font-lock-face'
4210         when specifying use of `match-face'.
4211         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
4213         * emacs-lisp/elint.el (elint-standard-variables): Update list.
4215         * add-log.el (add-log-current-defun): Handle the case where point
4216         is in the header part of a DEFUN construct.
4218 2004-12-02  Dave Love  <fx@gnu.org>
4220         * progmodes/python.el (python-font-lock-syntactic-keywords):
4221         Fix previous change.
4223 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
4225         * paren.el (show-paren-function): Check for matching chars
4226         specified by text props.
4228 2004-12-02  Jay Belanger  <belanger@truman.edu>
4230         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
4231         when reading a new key sequence.
4233 2004-12-02  Kim F. Storm  <storm@cua.dk>
4235         * faces.el (escape-glyph): Rename from glyph.
4236         (standard-display-table): Set it here.  Add escape-glyph face to
4237         extra slot characters.
4239         * disp-table.el: Undo 2004-12-01 change.  Display table is now
4240         setup in faces.el.
4242 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
4244         * xml.el (xml-parse-dtd): Don't show validity messages when
4245         xml-validating-parser is nil.
4246         (xml-substitute-special): Fix validity error messages to
4247         actually show the unexpandable entity.  Added validity error if &
4248         isn't followed by an entity.
4249         (xml-parse-tag): Concatenate any string following the a
4250         <![CDATA[]]> section to the parsed CDATA.
4251         (xml-parse-dtd): Skip parameter entity declarations and use of
4252         parameter entities.
4254 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
4256         * kmacro.el (kmacro-default-counter-format): New var.
4257         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
4258         (kmacro-display): Remove `nil' from `and' form.  Delete call to
4259         `format' inside `message'.
4260         (kmacro-start-macro): Use `kmacro-default-counter-format'.
4262 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4264         * pcvs.el (cvs-header-msg): New function.
4265         (cvs-update-header): Use it.  Change calling convention.
4266         Correctly handle the case of having simultaneous active processes.
4267         (cvs-sentinel): Don't call cvs-update-header any more.
4268         (cvs-mode-run): Update call and add cvs-update-header to postproc.
4270 2004-12-01  Jay Belanger  <belanger@truman.edu>
4272         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
4273         Change message.
4275 2004-12-01  Juri Linkov  <juri@jurta.org>
4277         * progmodes/prolog.el (prolog-mode-variables):
4278         Fix imenu-generic-expression.
4280 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
4282         * faces.el (glyph): New face.
4284         * disp-table.el: Add an autoloaded table, that doesn't require
4285         this library, with glyph face.
4287         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
4288         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
4289         (conf-quote-normal): Allow normalizing only ' or ".
4290         (conf-mode): Regexp-quote constructed comment-start and don't
4291         match section {} where "name" contains braces.
4293         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
4294         files.
4296 2004-12-01  Kenichi Handa  <handa@m17n.org>
4298         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
4299         (x-select-text): Don't treat eight-bit-control/graphic chars
4300         specially.  Store the encoded text in the X cut buffer.
4301         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
4302         with x-last-selected-text-cut-encoded.
4304 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4306         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
4308 2004-11-30  Markus Rost  <rost@ias.edu>
4310         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
4311         AUCTeX.
4313 2004-11-30  Jay Belanger  <belanger@truman.edu>
4315         * calc/calc-arith.el (math-possible-signs): Made stronger checks
4316         on signs of intervals.
4317         (math-pow-of-zero): Strengthen checks for positive and negative
4318         exponents.
4320         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
4321         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
4322         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
4323         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
4324         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
4325         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
4326         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
4327         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
4328         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
4329         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
4330         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
4331         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
4332         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
4333         with provide statements.
4335         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
4337         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
4339         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
4340         (calc-load-everything, math-defsimplify): Replace dummy autoloading
4341         functions by require statements.
4342         (math-defsimplify): Move to calc-alg.el, add to autoloads.
4344         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4345         (calc-gnuplot-print): Give them values.
4347         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
4348         autoloads.
4349         Add calc-do-embedded-activate to autoloads.
4350         (calc-gnuplot-name, calc-gnuplot-plot-command)
4351         (calc-gnuplot-print-command): Move them to calc-graph.el.
4353 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4355         * term/mac-win.el (ccl-encode-mac-roman-font)
4356         (ccl-encode-mac-cyrillic-font)
4357         (ccl-encode-mac-centraleuropean-font, encoder-list)
4358         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
4359         Support Cyrillic, CentralEuropean, and Dingbat font display
4361 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
4363         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
4365         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
4366         still nil.
4368 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
4370         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
4371         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
4373 2004-11-29  Jay Belanger  <belanger@truman.edu>
4375         * calc/calc-arith.el (math-pow-of-zero): Take into account different
4376         cases of the base and exponent.
4378 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
4380         * simple.el (next-error-buffer-p): Allow for inclusive and
4381         exclusive tests for finding a buffer.
4382         (next-error-find-buffer): Pass the exclusive and inclusive tests
4383         to next-error-buffer-p.
4385         * replace.el (occur-next-error): Switch to the Occur buffer when
4386         appropriate, use the exclusive filter to next-error-find-buffer to
4387         do it.  Use the absolute value of the motion amount.
4389 2004-11-29  Kenichi Handa  <handa@m17n.org>
4391         * startup.el (command-line): Decode all default-directory by
4392         locale-coding-system.
4394 2004-11-29  Jay Belanger  <belanger@truman.edu>
4396         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
4397         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
4398         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
4399         Replace calls to calc-extensions by appropriate require, replace
4400         calc-extensions-loaded by appropriate featurep.
4402         * calc/calc-ext.el: Move require to end of file.
4403         Remove redundant loading of calc.el.
4404         (calc-extensions-loaded): Remove unnecessary variable.
4405         (calc-extensions): Remove unnecessary function.
4406         (calc-load-everything): Replace calc-need-macros by appropriate require.
4408         * calc/calc-macs.el: Move provide to end of file.
4409         (calc-need-macros): Remove unnecessary function.
4411         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
4412         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
4413         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
4414         Replace calc-extensions by appropriate require.
4415         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
4417         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
4418         Replace calc-need-macros by appropriate require.
4420         * calc/calc.el: Move require to end of file.
4421         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
4422         Remove unnecessary variable.
4423         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
4424         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
4425         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
4426         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
4427         (math-stack-value-offset, math-format-value, math-format-flat-expr)
4428         (math-format-number, math-format-bignum, math-read-number)
4429         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
4430         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
4431         by appropriate require.
4432         (calc-check-defines): Replace calc-need-macros by appropriate require.
4434 2004-11-29  Kim F. Storm  <storm@cua.dk>
4436         * macros.el (insert-kbd-macro): Handle kmacro functions.
4438 2004-11-28  Juri Linkov  <juri@jurta.org>
4440         * compare-w.el (compare-windows-highlight): Attach each overlay
4441         to its window to properly highlight differences while comparing
4442         two windows of the same buffer.  Fix arguments.
4443         (compare-windows-sync-default-function): Fix arguments of
4444         `compare-windows-highlight'.
4446         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
4447         Use `read-expression-history'.  Set initial contents only if
4448         `edebug-global-break-condition' is non-nil.  Set histpos to 1
4449         if initial contents is equal to the last history element.
4450         (edebug-set-conditional-breakpoint): Instead of temporarily
4451         prepending the current condition to the history, set initial
4452         contents to the current condition.  Set histpos to 1 if initial
4453         contents is equal to the last history element.
4455         * info.el (Info-search-whitespace-regexp): Remove shy group.
4456         (Info-search): Forward line if search is on the header line.
4457         Use search-whitespace-regexp in two other places.
4459 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4461         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
4462         warning.  Delay real definition, which uses
4463         `set-fringe-indicators-1' till after the definition of that function.
4465 2004-11-28  Kim F. Storm  <storm@cua.dk>
4467         * fringe.el (fringe): New defgroup.
4468         (fringe-mode): Move to fringe group.
4469         (fringe-indicators): New defcustom.
4470         (set-fringe-indicators-1): New defun.
4472         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
4473         (menu-bar-showhide-fringe-ind-menu): New keymap.
4474         (menu-bar-showhide-fringe-ind-empty)
4475         (menu-bar-showhide-fringe-ind-mixed)
4476         (menu-bar-showhide-fringe-ind-box)
4477         (menu-bar-showhide-fringe-ind-right)
4478         (menu-bar-showhide-fringe-ind-left)
4479         (menu-bar-showhide-fringe-ind-none): New defuns.
4480         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
4482 2004-11-27  Richard M. Stallman  <rms@gnu.org>
4484         * comint.el (comint-read-noecho): Add trivial compatibility definition.
4486         * generic.el (define-generic-mode): Doc fix.
4488         * menu-bar.el (menu-bar-options-save): For the options
4489         that are toggled with menu-bar-make-mm-toggle, don't check
4490         for customized-value prop.
4492 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
4494         * mail/supercite.el (sc-cite-region): Handle the case where
4495         sc-cite-frame-alist is a symbol.
4496         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
4497         a symbol.
4498         (sc-recite-region): Handle the case where sc-recite-frame-alist is
4499         a symbol.
4501 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4503         * wid-edit.el (widget-narrow-to-field): New function.
4504         (widget-complete): Use it.
4506 2004-11-27  Jay Belanger  <belanger@truman.edu>
4508         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
4509         variable.
4510         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
4511         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
4512         (math-alg-inequalities): Move declaration to earlier in the file.
4514         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
4515         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
4516         Declare them.
4518         * calc/calc-lang.el (math-expr-data, math-expr-token)
4519         (math-exp-old-pos): Declare them.
4521         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
4522         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
4524 2004-11-27  Kim F. Storm  <storm@cua.dk>
4526         * progmodes/flymake.el: Use (featurep 'xemacs).
4527         (flymake-makehash): Change to defsubst.  Use fboundp.
4528         (flymake-time-to-float): Remove.
4529         (flymake-float-time): Merge code from flymake-time-to-float here.
4530         (flymake-replace-regexp-in-string): Change to defsubst.
4531         (flymake-split-string-remove-empty-edges):
4532         Rename to flymake-split-string.
4533         (flymake-split-string): Remove previous defalias.
4534         (flymake-get-temp-dir): Change to defsubst.
4535         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
4536         Define for xemacs only.
4537         (flymake-master-file-count-limit): Change into compiler defvar only.
4538         (flymake-find-possible-master-files): Let-bind it dynamically while
4539         sorting files using flymake-master-file-compare.
4541 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
4544         of defun-prompt-regexp matches inside a comment/string but the
4545         beginning is correctly outside everything.
4547         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
4548         appears within a string or a comment.
4550         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
4551         rather than make-symbol for symbols which are used in
4552         a symbol-macrolet or equivalent.
4554 2004-11-26  Jay Belanger  <belanger@truman.edu>
4556         * calc-misc.el (calc-last-why-command): Declare it.
4558         * calc-vec.el (math-grade-vec): New variable.
4559         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
4560         Replace variable grade-vec by declared variable.
4561         (math-rb-close): New variable.
4562         (math-read-brackets, math-read-vector): Replace variable close by
4563         declared variable.
4565         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
4566         (calc-one-window, calc-edit-handler, calc-restore-trail)
4567         (calc-allow-ret): Declare them.
4569         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
4570         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
4571         (math-radix-float-cache-tag, math-random-cache)
4572         (math-max-digits-cache, math-integral-cache, math-units-table)
4573         (math-format-date-cache, math-holidays-cache-tag): Declare them.
4574         (math-moc-func): New variable.
4575         (math-map-over-constants, math-map-over-constants-rec):
4576         Replace variable func by declared variable.
4578         * calc/calc-store.el (calc-given-value, calc-store-opers):
4579         Declare them.
4580         (calc-var-name-map): Move declaration to earlier in the file.
4581         (calc-pv-pos): New variable.
4582         (calc-permanent-variable, calc-insert-permanent-variable):
4583         Replace variable pos by declared variable.
4585         * calc/calc-mtx.el (calc-det-lu): New variable.
4586         (math-det-raw, math-det-step): Replace variable lu by declared variable.
4588         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
4589         (math-multi-subst, math-multi-subst-rec): Replace variables temp
4590         and arg by declared variables.
4591         (calcFunc-reducer): Fix incorrect variable.
4592         (math-inner-mul-func, math-inner-add-func): New variables.
4593         (calcFunc-inner, math-inner-mats): Replace variables mul-func
4594         and add-func by declared variables.
4596         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
4597         (calc-digit-value): Declare them.
4599         * calc/calc-help.el (Info-history): Declare it.
4600         (calc-describe-key): Make calc-summary-indentation a local variable.
4601         (calc-help-long-names): Move declaration to earlier in file.
4603         * calc/calc-embed.el (calc-original-buffer): Declare it.
4604         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
4605         (calc-embed-bot): New variables.
4606         (calc-do-embedded, calc-embedded-mark-formula)
4607         (calc-embedded-find-bounds, calc-embedded-duplicate)
4608         (calc-embedded-new-formula, calc-embedded-make-info):
4609         Replace vars outer-top, outer-bot, bot and top by declared variables.
4610         (calc-embed-prev-modes): New variable.
4611         (calc-embedded-set-modes, calc-embedded-update): Replace variable
4612         prev-modes with declared variable.
4613         (calc-embed-vars-used): New variable.
4614         (calc-embedded-make-info, calc-embedded-evaluate-expr)
4615         (calc-embedded-update, calc-embedded-find-vars): Replace variable
4616         vars-used by declared variable.
4618         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
4619         (math-format-radix-float): Remove unnecessary setq.
4620         (math-radix-float-cache): Declare it.
4622         * calc/calcsel2.el (calc-keep-selection): Declare it.
4624         * calc/calc-maint.el: Remove file.
4626 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4628         * textmodes/bibtex.el (bibtex-sort-entry-class)
4629         (bibtex-comment-start): Use defcustom.
4630         (bibtex-entry-field-alist): Use nil if initial content of the
4631         field is undefined.  Fix docstring.
4632         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
4633         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
4634         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
4635         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
4636         Fix docstring.
4637         (bibtex-autokey-title-terminators): Use only one regexp.
4638         (bibtex-string-maybe-empty-head): New variable.
4639         (bibtex-remove-delimiters-string): New function.
4640         (bibtex-text-in-field-bounds, bibtex-text-in-string):
4641         Use bibtex-remove-delimiters-string.
4642         (bibtex-progress-message, bibtex-field-left-delimiter)
4643         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
4644         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
4645         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
4646         Simplify.
4647         (bibtex-format-entry): Use save-excursion for inherited booktitle.
4648         Use eq and bibtex-remove-delimiters-string.  For end markers use
4649         insertion type so that marker stays after inserted text.
4650         (bibtex-autokey-get-names): Return empty string if name is missing.
4651         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
4652         calling bibtex-autokey-name-case-convert.
4653         (bibtex-autokey-demangle-title):
4654         Call bibtex-autokey-titleword-case-convert.  Remove call to
4655         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
4656         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
4657         (bibtex-read-key): New optional arg global.
4658         (bibtex-files-expand): New optional arg force.
4659         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
4660         (bibtex-complete-crossref-cleanup): Rename from
4661         bibtex-complete-key-cleanup.  Simplify code.
4662         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
4663         Operate on current entry.
4664         (bibtex-button): Add docstring.
4665         (bibtex-entry): Simplify.
4666         (bibtex-make-field): Replace optional arg called-by-yank with more
4667         specific args move and interactive.
4668         (bibtex-end-of-entry): Use forward-sexp.
4669         (bibtex-find-entry-globally): Remove.
4670         (bibtex-find-crossref): Allow for crossref key located in other buffer.
4671         Bound to C-c C-x.
4672         (bibtex-find-entry): New optional args global and display.
4673         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
4674         (bibtex-validate): Use arg force of bibtex-files-expand.
4675         (bibtex-clean-entry): Bugfix, clean string entries properly.
4676         Always keep point at beginning of entry.
4677         (bibtex-complete): Bugfix.  Handle string entries properly.
4678         Call cleanup functions only if needed.
4679         (bibtex-String): Use bibtex-read-string-key.
4680         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
4681         case of replacement text.
4683 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
4685         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
4686         (tramp-perl-directory-files-and-attributes): New constant.
4687         (tramp-file-name-handler-alist): Delete file-directory-files, add
4688         directory-files-and-attributes.
4689         (tramp-perl-file-attributes): Surround uid and gid by double
4690         quotes. Change parameter id-format from nonnumeric.
4691         (tramp-convert-file-attributes): New function.
4692         (tramp-handle-file-attributes): Use it.
4693         (tramp-maybe-send-perl-script): New function.
4694         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
4695         file mode. Change parameter id-format from nonnumeric.
4696         (tramp-handle-file-attributes-with-ls): Change parameter id-format
4697         from nonnumeric.
4698         (tramp-post-connection): Don't send tramp-perl-file-attributes
4699         script. Reset connection property "perl-scripts".
4700         (tramp-handle-insert-directory): Run real handler when ls-lisp is
4701         in use.
4703 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
4705         * desktop.el (desktop-read): Replace mapcar with mapc.
4706         (desktop-create-buffer): Replace mapcar with mapc.
4707         Remove redundant piece of code.
4709 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
4711         * progmodes/gud.el (gud-display-line): Use display-buffer
4712         for GDB-UI as for GUD.
4714         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
4715         Delete variables.
4716         (gdb-ann3): Don't make GUD buffer dedicated.
4717         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
4718         (gdb-display-source-buffer): Delete function.
4719         (gdb-view-source-function, gdb-view-assembler): Delete functions.
4720         (menu): Delete menu bindings for viewing source/assembler.
4721         (gdb-setup-windows, gdb-restore-windows):
4722         Don't dedicate GUD. No assembler now.
4723         (gdb-reset): No need to undedicate source buffers now.
4724         (gdb-source-info): No assembler now.
4726 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
4728         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
4729         width to those for special frames.
4730         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
4731         Use display-buffer.
4732         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
4733         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4734         (gdb-frame-assembler-buffer): Rework like
4735         gdb-frame-breakpoints-buffer.
4737 2004-11-25  Richard M. Stallman  <rms@gnu.org>
4739         * progmodes/flymake.el: Reindent.
4740         (flymake-split-string): Turn into defalias.
4741         (flymake-fix-file-name): Rename from flymake-fix-path-name.
4742         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
4743         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
4744         (flymake-build-relative-filename): Rename from ...path.
4745         Fix error message.
4747 2004-11-25  Cheng Gao  <chenggao@gmail.com>
4749         * progmodes/flymake.el: Much whitespace and capitalization change.
4750         Move `provide' to end.  Require `compile' only when compiling.
4752 2004-11-24  Jay Belanger  <belanger@truman.edu>
4754         * calc/calc-alg.el: Added comment.
4755         (math-polynomial-base): Replace variable mpb-top-expr by
4756         math-poly-base-top-expr.
4758         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
4759         (math-polynomial-p1): Replace variable mpb-top-expr by declared
4760         variable.
4761         (math-poly-base-total-base): New variable.
4762         (math-total-polynomial-base, math-polynomial-p1): Replace variable
4763         mpb-total-base by declared variable.
4764         (math-factored-vars, math-to-list): Declare it.
4765         (math-fact-expr): New variable.
4766         (calcFunc-factors, calcFunc-factor, math-factor-expr)
4767         (math-factor-expr-try, math-factor-expr-part): Replace variable
4768         expr by declared variable.
4769         (math-fet-x): New variable.
4770         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
4771         by declared variable.
4772         (math-factor-poly-coefs): Make temp a local variable.
4774         * calc/calc-units.el (calc-convert-units): Make units a local
4775         variable.
4776         (calc-num-units, calc-den-units): New variables.
4777         (calc-explain-units, calc-explain-units-rec): Replace variables
4778         num-units and den-units by declared variables.
4779         (math-cu-unit-list): New variable.
4780         (math-build-units-table, math-compare-unit-names)
4781         (math-convert-units, math-convert-units-rec): Replace variable
4782         unit-list by declared variable.
4783         (math-fbu-base, math-fbu-entry): New variables.
4784         (math-find-base-units, math-find-base-units-rec): Replace variables
4785         base and entry by declared variables.
4786         (math-which-standard): New variable.
4787         (math-to-standard-units, math-to-standard-rec): Replace variable
4788         which-standard by declared variable.
4789         (math-fcu-u): New variable.
4790         (math-find-compatible-unit, math-find-compatible-unit-rec):
4791         Replace variable u by declared variable.
4792         (math-cu-new-units, math-cu-pure): New variables.
4793         (math-convert-units, math-convert-units-rec): Replace variables
4794         new-units and pure by declared variables.
4795         (math-try-cancel-units): New variable.
4796         (math-simplify-units-quotient): Replace variable try-cancel-units by
4797         declared variable.
4799 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4801         * textmodes/ispell.el (ispell-check-version):
4802         If default-directory is nonexistent, use home dir.
4804         * progmodes/grep.el (grep-regexp-alist):
4805         Don't match parens around line numbers.
4807         * progmodes/cperl-mode.el (cperl-indent-region)
4808         (cperl-imenu--create-perl-index, cperl-xsub-scan):
4809         Don't print progress messages.
4811         * progmodes/compile.el (compilation-mode-map):
4812         Don't inherit from compilation-minor-mode-map;
4813         copy its bindings instead.  But the menu bar Compile
4814         entry now does inherit from compilation-menu-map.
4816         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4817         Use with-no-warnings around compiler-macroexpand.
4819         * imenu.el: Don't always require newcomment.
4820         (imenu--generic-function): Call comment-normalize-vars
4821         if we have a comment syntax.
4822         Exit the loop if REGEXP matches the null string.
4823         Test comment-start as well as comment-start-skip
4824         when deciding whether to check for comments.
4826         * tooltip.el (tooltip-mode): Doc fix.
4828         * term.el (term-escape-char, term-mode): Doc fixes.
4830 2004-11-24  Dave Love  <fx@gnu.org>
4832         * progmodes/python.el (python-font-lock-syntactic-keywords):
4833         Check for escapes in the regexp.
4834         (python-quote-syntax): Don't do it here.
4836 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4838         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4839         (gdb-frames-mode-map, gdb-threads-mode-map)
4840         (gdb-registers-mode-map, gdb-locals-mode-map)
4841         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
4842         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
4844         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
4845         (dedicated-switch-to-buffer): Rework.
4846         (gdb-var-evaluate-expression-handler, gdb-put-string):
4847         Remove unused variable bindings.
4848         (gdb-setup-windows, gdb-display-buffer):
4849         Simplify. Use pop-to-buffer.
4850         (gdb-view-source-function): Simplify.
4851         (gdb-frame-breakpoints-buffer):
4852         Use pop-to-buffer, special-display-regexps.
4854 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4856         * progmodes/f90.el (f90-smart-end)
4857         (f90-previous-statement, f90-beginning-of-block): Doc fix.
4858         (f90-calculate-indent): Handle un-named PROGRAM blocks.
4859         (f90-end-of-block): Doc fix.  Make check of outermost block
4860         conditional on value of `f90-smart-end'.
4861         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
4862         Handle case where END-BLOCK is nil.
4863         (f90-match-end): Handle un-named PROGRAM blocks.
4864         (f90-backslash-not-special): New function.
4866 2004-11-24  Jay Belanger  <belanger@truman.edu>
4868         * calc/calc.el (calc-embedded-active): Removed unnecessary
4869         declaration.
4870         (calc-show-banner): Removed redundant declaration.
4872         * calc/calc-graph.el (calc-gnuplot-default-device)
4873         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4874         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4875         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
4876         Remove redundant initial values.
4878         * calc/calc-arith.el (math-scalar-functions)
4879         (math-nonscalar-functions, math-scalar-if-args-functions)
4880         (math-real-functions, math-positive-functions)
4881         (math-nonnegative-functions, math-real-scalar-functions)
4882         (math-real-if-arg-functions, math-integer-functions)
4883         (math-num-integer-functions, math-rounding-functions)
4884         (math-float-rounding-functions, math-integer-if-args-functions)
4885         (math-super-types): Move declarations to earlier in file.
4886         (math-unit-prefixes): Declared it.
4887         (math-floor-prec, math-trunc-prec): New variables.
4888         (math-trunc-fancy): Replace variable prec by declared variable.
4889         (math-floor-fancy): Replace variable prec by declared variable.
4890         (math-com-bterms): New variable.
4891         (math-commutative-equal, math-commutative-collect):
4892         Replace variable bterms by declared variable.
4894         * calc/calc-misc.el (math-trunc): Replace variable prec by
4895         math-trunc-prec.
4896         (math-floor): Replace variable prec by math-floor-prec.
4898         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
4899         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
4900         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
4901         (math-format-date, math-format-date-part): Replace variables
4902         date, dt, year, month, day, weekday, hour, minute, second and
4903         bc-flag by declared variables.
4904         (math-pd-str): New variable.
4905         (math-parse-date, math-parse-date-word, math-parse-standard-date):
4906         Replace variable str by declared variable.
4907         (math-daylight-savings-hook, math-tzone-names): Move definitions
4908         to earlier in the file.
4909         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
4910         (math-sh-year): New variable.
4911         (math-setup-add-holidays, math-setup-holidays)
4912         (math-setup-year-holidays): Replace variable `year' by declared
4913         variable.
4915         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
4916         New variables.
4917         (math-nth-root-float, math-nth-root-float-iter): Replace variables
4918         n, nf and nfm1 by declared variables.
4919         (math-nri-n): New variable.
4920         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
4921         n by declared variable.
4922         (calcFunc-log): Removed misplaced condition.
4924 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4926         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
4928 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
4930         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
4931         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
4932         Dedicate gdb-related windows.
4933         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
4934         other frames.
4935         (gdb-reset): Remove dedicated property after debugging.
4937 2004-11-24  Jay Belanger <belanger@truman.edu>
4939         * calc/calc-sel.el: Add comment.
4941         * calc/calc.el (math-stack-value-offset): Replace variables c,
4942         wid and off with math-svo-c, math-svo-wid and math-svo-off.
4944         * calc/calccomp.el (math-comp-sel-tag): Declare it.
4945         (math-svo-c, math-svo-wid, math-svo-off): New variables.
4946         (math-stack-value-offset-fancy): Replace variables c, wid and off
4947         by declared variables.
4948         (math-comp-just, math-comp-comma-spc): New variables.
4949         (math-compose-expr, math-compose-matrix): Replace variables `just'
4950         and comma-spc by declared variable.
4951         (math-comp-vector-prec): New variable.
4952         (math-compose-expr, math-compose-matrix, math-compose-rows):
4953         Replace variable vector-prec by declared variable.
4954         (math-comp-left-bracket, math-comp-right-bracket)
4955         (math-comp-comma): New variables.
4956         (math-compose-expr, math-compose-rows): Replace variables
4957         left-bracket, right-bracket and comma by declared variables.
4958         (math-comp-full-width): New variable.
4959         (math-comp-to-string-flat, math-comp-to-string-flat-term):
4960         Replace variable full-width by declared variable.
4961         (math-comp-highlight, math-comp-word, math-comp-level)
4962         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
4963         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
4964         New variables.
4965         (math-comp-to-string-flat, math-comp-to-string-flat-term)
4966         (math-comp-sel-flat-term): Replace variables comp-highlight,
4967         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
4968         declared variables.
4969         (math-comp-simplify, math-comp-simplify-term)
4970         (math-comp-add-string, math-comp-add-string-sel):
4971         Replace variables comp-highlight, comp-buf, comp-base,
4972         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
4974 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4976         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
4978         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
4979         and x-server-version may throw.
4981 2004-11-23  Kim F. Storm  <storm@cua.dk>
4983         * subr.el (substitute-key-definition-key): Optimize.
4984         Don't call indirect-function for nil defn (always signals error).
4986         * ido.el (ido-read-internal): Fix require-match check when
4987         ido-directory-too-big is set.
4989 2004-11-23  Jay Belanger  <belanger@truman.edu>
4991         * calc/calc-ext.el (math-read-replacement-list)
4992         (math-read-superscripts): New variables.
4993         (math-read-preprocess-string): New function.
4994         (math-read-expr): Filter input through math-read-preprocess-string.
4996         * calc/calc-aent.el (math-read-exprs): Filter input through
4997         math-read-preprocess-string.
4999 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
5001         * progmodes/compile.el (compilation-start): In cd command use
5002         substitute-env-vars -- not quite shell compatible but better than
5003         nothing.
5004         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
5005         handle the newer versions messages, which are more parseable.
5007 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * reveal.el (reveal-mode-map): New var.
5010         (reveal-mode): Use it.
5012 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
5014         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
5015         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
5017 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5019         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
5020         header-line when needed.
5021         Use fixed-pitch only in the header-line.
5022         Build the underline automatically.  Use emdash if available.
5024 2004-11-22  Richard M. Stallman  <rms@gnu.org>
5026         * dired.el (dired-recursive-copies): Move from dired-aux.el.
5027         * dired-aux.el (dired-recursive-copies): Move to dired.el.
5029 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
5031         * progmodes/gdb-ui.el (gdb-resync): New function.
5032         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
5033         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
5034         Use it to fail more gracefully.
5035         (gdb-variables): Delete variable.
5036         Re-order variables to reduce byte-compiler warnings.
5038 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5040         * descr-text.el (describe-char):
5041         * paren.el (show-paren-function):
5042         * subr.el (syntax-after): Undo last change.
5044         * progmodes/python.el (run-python): Don't hard code *Python*.
5045         Don't modify global process-environment.
5046         (python-send-region, python-load-file): Don't assume that
5047         python-buffer == (process-buffer (python-proc)).
5048         (python-switch-to-python): Simplify.
5050         * dired.el (dired-align-file): Don't assume line starts with spaces.
5052 2004-11-21  Jay Belanger  <belanger@truman.edu>
5054         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
5055         Replace variable `lines' by math-read-big-lines.
5056         (math-read-big-expr): Replace variables the-baseline, the-h2
5057         and err-msg by math-read-big-baseline, math-read-big-h2 and
5058         math-read-err-msg.
5059         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
5061         * calc/calc-lang.el (math-read-big-rec): Fix typo.
5062         (math-read-big-balance): Replace unbound variable by value.
5063         (math-read-big-lines): New variable.
5064         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
5065         (math-read-big-error, math-read-big-balance): Replace variable
5066         `lines' by declared variable.
5067         (math-read-big-baseline, math-read-big-h2): New variables.
5068         (math-read-big-rec): Replace variables the-baseline and the-h2
5069         by declared variables.
5070         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
5071         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
5072         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
5073         declared variables.
5074         (math-read-big-err-msg): New variable.
5075         (math-read-big-error): Replace variable err-msg by declared variable.
5077 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5079         * ses.el: Add coding cookie.
5080         Fix up docstrings, follow new commenting conventions.
5081         (ses-header-line-menu): Fix missing variable rename for header-row.
5082         (ses-cell-size): Remove.
5083         (ses-make-cell): New function.
5084         (ses-cell, ses-insert-row, ses-insert-column): Use it.
5085         (ses-calculate-cell): Remove unused var `symbol'.
5086         (ses-narrowed-p): New function.
5087         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
5088         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
5089         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
5090         (ses-setup): Use restore-buffer-modified-p.
5091         (ses-cleanup): Remove unused var `end'.
5092         (ses-header-string-left-offset): Remove.
5093         (ses-create-header-string): Adjust to new behavior of `align-to'.
5094         Truncate excessively large fields to preserve alignment.
5095         (ses-reconstruct-all): Remove unused var `refs'.
5096         (ses-read-cell-printer): Remove unused var `prompt'.
5097         (ses-delete-row): Remove unused var `pos'.
5098         (ses-delete-column): Remove unused var `new'.
5100 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5102         * ps-print.el: Insert :version tag into all defgroup and defcustom.
5103         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
5104         Eliminate eval-and-compile usage.
5105         (ps-insert-file): Use insert-file-contents instead of insert-file.
5106         (ps-setup): Code fix.
5108         * printing.el (pr-setup, lpr-setup): Code fix.
5110 2004-11-21  Jay Belanger  <belanger@truman.edu>
5112         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
5113         (calc-original-buffer): Declare them.
5114         (calc-user-formula-alist): New variable.
5115         (calc-user-define-formula, calc-fix-user-formula)
5116         (calc-user-define-composition, calc-finish-formula-edit):
5117         Replace variable `alist' by declared variable.
5118         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
5119         (var-q7, var-q7, var-q8, var-q9): Declare them.
5120         (calc-kbd-push): Don't check to see if var-q0 through var-q9
5121         are bound.
5122         (calcFunc-typeof): Replace undeclared variable by expression.
5123         (math-exp-env): New variable.
5124         (math-define-body, math-define-exp): Replace exp-env by declared var.
5125         (math-define-exp): Replace misplaced variable by expression.
5127         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
5128         (calc-curve-model, calc-curve-coefnames): New variables.
5129         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
5130         varnames, model and coefnames by declared variables.
5131         (math-root-widen): New variable.
5132         (math-search-root, math-find-root): Replace variable root-widen by
5133         declared variable.
5134         (var-DUMMY): Declare it.
5135         (math-root-vars, math-min-vars): Move the declarations to earlier in
5136         the file.
5137         (math-brent-min): Make d a local variable.
5138         (math-find-minimum): Replace non-existent variable.
5139         (math-ninteg-romberg): Remove unnecessary variable.
5140         (math-ninteg-temp): New variable.
5141         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
5142         integ-temp by declared variable.
5143         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
5144         New variables.
5145         (math-general-fit): Replace variables first-var, first-coef and
5146         new-coefs by declared variables.
5147         (calcFunc-fitvar): Replace variable first-var by declared variable.
5148         (calcFunc-fitparam): Replace variable first-coef by declared variable.
5149         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
5150         (math-all-vars-vars, math-all-vars-found): New variables.
5151         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
5152         found by declared variable math-all-vars-vars.
5154 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
5156         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
5157         of `defconst'.
5159 2004-11-20  Richard M. Stallman  <rms@gnu.org>
5161         * isearch.el (isearch-mode-map): Don't bind SPC.
5162         (isearch-whitespace-chars): Function deleted.
5163         (isearch-search): Bind search-spaces-regexp.
5164         (isearch-lazy-highlight-search): Likewise.
5165         (search-whitespace-regexp): Doc fix.
5166         (isearch-forward-regexp): Doc fix.
5168         * emacs-lisp/bytecomp.el (byte-compile-form):
5169         Move the calls to byte-compile-set-symbol-position,
5170         to avoid having two for the same symbol occurrence.
5172         * comint.el (comint-input-ring-size): Increase to 150.
5174         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
5175         New variables.
5176         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
5177         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
5179         * imenu.el (imenu--generic-function):
5180         Ensure we keep moving backward even if BEG isn't further back.
5182         * replace.el (query-replace-read-to, query-replace-read-from):
5183         Specify t for KEEP-ALL in read-from-minibuffer.
5185         * progmodes/python.el (python-switch-to-python):
5186         If Python isn't running, start it.
5187         Don't alter debug-ignored-errors.
5189         * progmodes/cperl-mode.el (cperl-indent-region):
5190         Don't mind imenu-scanning-message.
5192         * bindings.el (global-map): Bind C-e to move-end-of-line.
5194         * simple.el (line-move-finish): New arg FORWARD.
5195         Ignore invisible newlines, not intangible ones.
5196         Conditions for acceptable stopping positions depend on FORWARD.
5197         (line-move): Pass FORWARD arg to line-move-finish.
5199         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
5200         of HEADER.  Compensate for this change in the code to add display
5201         properties.  Don't make the first line intangible.
5203         * info.el (Info-search): Fix previous change.
5205 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
5207         * Makefile.in (recompile): Revert 2004-11-19 change.
5208         (compile): Likewise.
5210 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
5212         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
5214 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5216         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
5217         defgroup and defcustom.  Eliminate eval-and-compile usage.
5219         * progmodes/ebnf-otz.el: Fix typos.
5221 2004-11-19  Jay Belanger  <belanger@truman.edu>
5223         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
5224         (calc-edit-finish, calc-finish-stack-edit): Replace variable
5225         disp-trail by declared variable.
5227         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
5228         (calc-finish-selection-edit):  Replace variable disp-trail by
5229         declared variable.
5230         (calc-selection-cache-entry): Move declaration to earlier in the file.
5231         (calc-selection-cache-num, calc-selection-cache-comp)
5232         (calc-selection-cache-offset, calc-selection-true-num)
5233         (calc-final-point-line, calc-final-point-column)
5234         (calc-original-buffer): Declare them.
5235         (calc-fnp-op, calc-fnp-num): New variables.
5236         (calc-find-nth-part, calc-find-nth-part-rec)
5237         (calc-select-previous): Replace op and num by declared variables.
5238         (calc-rsf-old, calc-rsf-new): New variables.
5239         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
5240         Replace variables old and new by declared variables.
5241         (calc-sel-reselect): New variable.
5242         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
5243         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
5244         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
5245         reselect with declared variable.
5247         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
5248         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
5249         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
5250         (math-import-list, math-rewrite-phase): Declare them.
5251         (math-rewrite):  Use let* to declare variables.
5252         (calc-rewrite-selection): Make rules a local variable.
5253         (calc-rewr-sel): New variable.
5254         (calc-rewrite-selection, calc-locate-selection-marker)
5255         (calc-rewrite): Use the declared variable calc-rewr-sel instead
5256         of sel.
5257         (math-rewrite-whole-expr): New variable.
5258         (math-rewrite, math-rewrite-phase): Replace variable expr by
5259         declared variable.
5260         (math-rewrite-heads-heads, math-rewrite-heads-skips)
5261         (math-rewrite-heads-blanks ): New variables.
5262         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
5263         heads, skips and blanks by declared variables.
5264         (math-rwcomp-subst-old, math-rwcomp-subst-new)
5265         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
5266         New variables.
5267         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
5268         old, new, old-func and new-func by declared variables.
5269         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
5270         Remove unnecessary variable.
5271         (math-apply-rw-regs): New variable.
5272         (math-apply-rewrites, math-rwapply-replace-regs)
5273         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
5274         (math-apply-rw-ruleset): New variable.
5275         (math-apply-rewrites, math-rwapply-remember): Replace variable
5276         ruleset by declared variable.
5278 2004-11-19  Richard M. Stallman  <rms@gnu.org>
5280         * info.el (Info-search): Use search-whitespace-regexp.
5282 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
5284         * vc-rcs.el (vc-rcs-parse): New function.
5285         (vc-rcs-annotate-command): Likewise.
5286         (vc-rcs-annotate-current-time): Likewise.
5287         (vc-rcs-annotate-time): Likewise.
5288         (vc-rcs-annotate-extract-revision-at-line): Likewise.
5290 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
5292         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
5294 2004-11-18  Jay Belanger  <belanger@truman.edu>
5296         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
5298 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5300         * printing.el: Eliminate use of interactive-p and eval-and-compile.
5301         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
5302         Use make-temp-file to generate PostScript files in any situation.
5303         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
5304         (pr-interactive-p): Eliminate var.
5305         (pr-save-interactive): Eliminate macro.
5306         (pr-interface, pr-ps-directory-preview)
5307         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
5308         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
5309         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
5310         (pr-ps-buffer-ps-print, pr-ps-region-preview)
5311         (pr-ps-region-using-ghostscript, pr-ps-region-print)
5312         (pr-ps-region-ps-print, pr-ps-mode-preview)
5313         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
5314         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
5315         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
5316         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
5317         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
5318         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
5319         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
5320         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
5321         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
5322         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
5323         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
5324         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
5325         Eliminate pr-save-interactive usage.
5326         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
5327         Eliminate pr-interactive-p usage.
5328         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
5329         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
5330         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
5331         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
5332         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
5333         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
5334         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
5335         New funs.
5336         (pr-ps-file): Use make-temp-file to generate a temporary file.
5338 2004-11-17  Jay Belanger  <belanger@truman.edu>
5340         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
5341         a local variable.
5342         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
5343         (math-top-only): New variable.
5344         (math-simplify, math-simplify-step): Replace variable top-only by
5345         declared variable math-top-only.
5346         (math-simplify-expr): Declare it.
5347         Replace argument expr in all calls of math-defsimplify by
5348         math-simplify-expr.
5349         (math-simplify-plus, math-simplify-times, math-simplify-divide)
5350         (math-simplify-divisor, math-simplify-one-divisor)
5351         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
5352         (math-simplify-pow): Replace variable expr by declared variable
5353         math-simplify-expr.
5354         (math-simplify-divisor): Remove local variables temp and op.
5355         (math-simplify-one-divisor): Make temp and op local variables.
5356         (math-simplify-divisor-nover, math-simplify-divisor-dover):
5357         New variables.
5358         (math-simplify-divisor, math-simplify-one-divisor):
5359         Replace variables nover and dover by declared variables.
5360         (math-expr-subst-new, math-expr-subst-old): New variables.
5361         (math-expr-subst, math-expr-subst-rec): Replace variables new
5362         and old by declared variables.
5363         (math-is-poly-degree, math-is-poly-loose): New variables.
5364         (math-is-polynomial, math-is-poly-rec): Replace variables degree
5365         and loose by declared variables.
5366         (math-poly-base-const-ok, math-poly-base-pred): New variables.
5367         (math-polynomial-base, math-polynomial-base-rec):
5368         Replace variables const-ok and mpb-pred by declared variables.
5370         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
5372         * calc/calc-ext.el (math-defsimplify): Change the argument in
5373         the created function to math-simplify-expr.
5375         * calc/calc-units.el (math-simplify-expr): Declare it.
5376         Replace argument expr in all calls of math-defsimplify by
5377         math-simplify-expr.
5378         (math-simplify-units-prod): Replace variable expr by declared
5379         variable math-simplify-expr.
5381 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5383         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
5384         Replace mapcar->dolist, format->string.
5386 2004-11-17  Miles Bader  <miles@gnu.org>
5388         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
5389         * progmodes/idlwave.el: Remove RCS keywords.
5391 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
5393         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
5394         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
5395         Update to IDLWAVE version 5.5.  Too many changes to list them here.
5396         * progmodes/idlw-help.el: New file.
5398 2004-11-16  Richard M. Stallman  <rms@gnu.org>
5400         * international/iso-cvt.el (iso-tex2iso-trans-tab):
5401         Discard spaces after \i according to TeX rules.
5403         * international/mule.el (set-buffer-file-coding-system):
5404         New arg NOMODIFY.
5405         (after-insert-file-set-coding): Pass that new arg.
5406         Prevent set-buffer-multibyte from trying to lock the file.
5408         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
5410         * saveplace.el (save-place): Doc fix.
5412         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
5413         temporarily widen before finding the following word to copy.
5415         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
5416         (cl-map-keymap): Definition deleted.
5418         * subr.el (map-keymap-internal): New function.
5420 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
5423         when pressing rather than when releasing mouse-2.  Simplify.
5425 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5427         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
5428         (compilation-mode): Set it here instead.
5430         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
5432         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
5433         (loop, cl-parse-loop-clause, defsetf): Use backquote.
5435 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5437         * progmodes/compile.el (compilation-internal-error-properties):
5438         Fix up a transposition-typo.  Check end-col before using it.
5440 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
5442         * international/iso-cvt.el (iso-tex2iso-trans-tab):
5443         Discard whitespace after macro \i when converting it.
5445 2004-11-16  Juri Linkov  <juri@jurta.org>
5447         * emacs-lisp/find-func.el (find-function-regexp):
5448         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
5449         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
5450         Remove invalid `\W' from [^cgv\W].  Doc fix.
5451         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
5453 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
5455         * play/life.el: Maintainer is now FSF.
5456         (life-patterns, life-neighbor-deltas, life-window-start)
5457         (life-current-generation, life-generation-string): Use defvar
5458         instead of defconst.
5460 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5462         * progmodes/compile.el (compilation-move-to-column): New fun.
5463         (compilation-internal-error-properties)
5464         (compilation-next-error-function): Use it to make sure we don't go past
5465         the end of line.
5467 2004-11-15  John Paul Wallington  <jpw@gnu.org>
5469         * autoinsert.el (auto-insert-alist): Insert the user's name in
5470         copyright notice, rather than Free Software Foundation, for the
5471         Emacs Lisp header case too.
5473 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5475         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
5476         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
5477         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
5478         return the list of string in a string.
5479         (pr-call-process): Message if calling process returns an error, that
5480         is, the exit status is different of zero.
5482 2004-11-15  Jay Belanger  <belanger@truman.edu>
5484         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
5485         variable var-thing.
5486         (math-integ-depth, math-integ-level, math-integral-limit)
5487         (math-enable-subst, math-any-substs, math-integ-msg)
5488         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
5489         (math-int-threshold, math-int-factors, math-double-roots)
5490         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
5491         (var-GenCount):  Declare these variables.
5492         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
5493         (math-integral-cache, math-integral-cache-state):
5494         Move declarations to earlier in the file.
5495         (math-deriv-var, math-deriv-total, math-deriv-symb)
5496         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
5497         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
5498         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
5499         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
5500         (math-solve-res):  New variables
5501         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
5502         (math-integral, math-replace-integral-parts)
5503         (math-integrate-by-parts, calc-dump-integral-cache)
5504         (math-try-integral, math-do-integral, math-do-integral)
5505         (math-do-integral-methods, math-try-solve-for)
5506         (math-try-solve-prod, math-solve-poly-funny-powers)
5507         (math-solve-crunch-poly, math-decompose-poly)
5508         (math-solve-find-root-term, math-find-root-in-prod)
5509         (math-integ-try-linear-substitutions)
5510         (math-integ-try-substitutions, math-expr-rational-in)
5511         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
5512         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
5513         (math-solve-for, math-solve-system, math-solve-system-rec)
5514         (math-solve-get-sign, math-solve-get-int)
5515         (math-solve-system-subst): Replace undeclared variables with newly
5516         declared variables.
5518 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5520         * winner.el (winner-active-region, winner-edges, winner-window-list):
5521         Define at toplevel.
5522         (winner-mode-map): Move init inside declaration.
5524 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
5526         * files.el (convert-standard-filename): Doc fix.
5528 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
5530         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
5531         passwd, group, shadow, default/* and pam.d/*.
5533 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5535         * printing.el (pr-menu-spec): Adjust menu specification.
5537 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5539         * printing.el: Doc fix.  Insert :version tag into all defcustom.
5540         Handle interactive-p as is recommended in Emacs Lisp Reference.
5541         Set the file permission bits for newly created files.
5542         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
5543         The printing menu specification (in `pr-menu-spec') was merged.
5544         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5545         (pr-version): New version number (6.8.3).
5546         (pr-file-modes): New option.
5547         (pr-interactive-p): New var.
5548         (pr-save-interactive, pr-save-file-modes): New macros.
5549         (pr-setup): Code fix.
5550         (pr-menu-spec): Menu specification merged.
5551         (pr-call-process, pr-text2ps): Set file permission bits.
5552         (pr-despool-print): Set file permission bits.  Handle interactive-p as
5553         is recommended.
5554         (pr-interface, pr-ps-directory-preview)
5555         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
5556         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
5557         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
5558         (pr-ps-buffer-ps-print, pr-ps-region-preview)
5559         (pr-ps-region-using-ghostscript, pr-ps-region-print)
5560         (pr-ps-region-ps-print, pr-ps-mode-preview)
5561         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
5562         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
5563         (pr-despool-using-ghostscript, pr-despool-ps-print)
5564         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
5565         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
5566         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
5567         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
5568         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
5569         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
5570         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
5571         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
5572         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
5573         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
5574         Handle interactive-p as is recommended.
5576 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5578         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
5579         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
5581         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
5582         so it doesn't forget to highlight the beginning of the region either.
5584 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
5586         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
5587         (c-font-lock-init): Eliminate obsolete make-local-hook.
5588         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5589         (awk-mode): Use run-mode-hooks.
5591         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
5593 2004-11-13  Kim F. Storm  <storm@cua.dk>
5595         * mouse.el (mouse-drag-copy-region): Add :version.
5596         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
5597         while dragging mode line, so mode line can be dragged downwards.
5598         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
5599         while pressing mouse button so window doesn't scroll until we
5600         release the mouse if clicking on partially visible line.
5602 2004-11-12  Jay Belanger  <belanger@truman.edu>
5604         * calc/calc-graph.el (calc-dumb-map):  Declare it.
5605         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
5606         than unbound.
5607         (calc-graph-name):  Made `end' a local variable.
5608         (calc-graph-lookup):  Made `varname' a local variable.
5609         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
5610         Declare them.
5611         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
5612         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
5613         the unused variable y3vec.
5614         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
5615         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
5616         calc-graph-prev-kill-hook.
5617         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
5618         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
5619         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
5620         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
5621         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
5622         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
5623         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
5624         (calc-graph-y3value, calc-graph-y3name)
5625         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
5626         (calc-graph-stepcount, calc-graph-is-splot)
5627         (calc-graph-surprise-splot, calc-graph-blank)
5628         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
5629         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
5630         (calc-graph-recompute-2d, calc-graph-compute-3d)
5631         (calc-graph-format-data): Replace undeclared variables with the
5632         above newly declared variables.
5634 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
5636         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
5637         `rsf-beep' and `rsf-sleep-after-message'.
5639         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
5640         list if `message-sender' is non-nil.
5642 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
5644         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
5645         consing by using mapc instead of mapcar.
5647 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
5649         * tooltip.el (require): Explain why CL is needed.
5651 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5653         * printing.el: Insert :version into defgroup (printing).  All reference
5654         to Files option in menubar were changed to File.
5655         (pr-version): New version number (6.8.2).
5656         (pr-get-symbol): Call easy-menu-intern.
5657         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
5658         compilation gripes.
5660 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5662         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
5663         new byte-compile-function-environment binding to t.
5665         * font-lock.el (font-lock-fontify-syntactically-region):
5666         Don't forget to highlight the last char when we hit `end'.
5668         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
5669         (mwheel-scroll): Adjust accordingly.
5671         * cvs-status.el: Reduce spurious warnings.
5672         (cvs-status-checkout): Remove.
5673         (cvs-status-mode-map): Use cvs-mode-checkout instead.
5675         * pcvs.el (cvs-mode-checkout): New command.
5677         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
5679         * tooltip.el: Require CL.
5681         * emacs-lisp/bytecomp.el: Use push.
5682         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
5683         (defalias): Remove the `byte-compile' property and add
5684         a `byte-hunk-handler'.
5686 2004-11-11  Juri Linkov  <juri@jurta.org>
5688         * info.el (Info-search): Save match data for isearch.
5689         Skip Tag Table node.
5691         * descr-text.el (describe-char): Replace syntax-after with code
5692         from its previous version.
5694         * files.el (magic-mode-alist): Use optimization for SGML mode too.
5695         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
5697         * international/mule.el (sgml-html-meta-auto-coding-function):
5698         Remove > after <html to allow HTML attributes.
5700 2004-11-11  Jay Belanger  <belanger@truman.edu>
5702         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
5703         a variable.
5704         (calcFunc-dfac):  Replace unbound max by n.
5705         (math-stirling-local-cache):  New variable.
5706         (math-stirling-number, math-stirling-1, math-stirling-2):
5707         Replace the variable `cache' by the declared variable
5708         math-stirling-local-cache.
5709         (var-RandSeed):  Declare it as a variable.
5710         (math-init-random-base, math-random-digit):  Don't check to see if
5711         var-RandSeed is bound.
5712         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
5713         Declare them instead of just setting them.
5714         (math-init-random-base):  Made i a local variable.
5715         (math-random-digit):  Made math-random-last a local variable.
5716         (math-prime-test-cache):  Move declaration to before it is used.
5717         (math-prime-test-cache-k, math-prime-test-cache-q)
5718         (math-prime-test-cache-nm1, math-prime-factors-finished):
5719         Declare them as variables.
5721 2004-11-11  Jay Belanger  <belanger@truman.edu>
5723         * calc/calc-ext.el (math-defcache):  Use defvar for the new
5724         variables it creates.
5726 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
5728         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
5729         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
5730         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
5731         (desktop-save): Add :version.
5733 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5735         * printing.el (pr-get-symbol): Don't downcase.
5737 2004-11-10  Jay Belanger  <belanger@truman.edu>
5739         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
5740         string to kill-ring.
5742         * calc/calc-aent.el (calc-alg-exp, math-toks)
5743         (math-exp-pos,math-exp-old-pos, math-exp-token)
5744         (math-exp-keep-spaces, math-exp-str):  New variables.
5745         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
5746         (calcAlg-enter):  Use declared variable calc-alg-exp.
5747         (math-build-parse-table, math-find-user-token):  Use declared
5748         variable math-toks.
5749         (math-read-exprs, math-read-token, calc-check-user-syntax)
5750         (calc-match-user-syntax, match-factor-after, math-read-factor):
5751         Use declared variables math-exp-pos math-exp-old-pos.
5752         (math-read-exprs, math-read-token, math-read-expr-level)
5753         (calc-check-user-syntax, calc-match-user-syntax)
5754         (match-factor-after, math-read-factor):  Use declared variable
5755         math-exp-token.
5756         (math-read-exprs, math-read-expr-list, math-read-token)
5757         (math-read-factor):  Use declared variable math-exp-keep-spaces.
5758         (math-read-exprs, math-read-token):  Use declared variable
5759         math-exp-str.
5760         (calc-match-user-syntax):  Make m a local variable.
5762         * calc/calc-ext.el (math-read-expr):  Use declared variables
5763         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
5764         math-exp-keep-spaces.
5766         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
5767         variables math-exp-pos, math-exp-str.
5769         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
5770         math-exp-old-pos.
5771         (math-parse-fortran-vector, math-parse-fortran-vector-end)
5772         (math-parse-eqn-prime):  Use declared variable math-exp-token.
5774         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
5775         Use declared variable math-exp-pos.
5776         (math-check-for-commas):  Use declared variable math-exp-str.
5777         (math-read-brackets):  Use declared variables math-exp-old-pos,
5778         math-exp-keep-spaces.
5779         (math-read-brackets, math-read-vector, math-read-matrix):
5780         Use declared variable math-exp-token.
5782 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5784         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
5785         where the keymap is a symbol.
5786         (easy-menu-add-item): Use keymap-prompt.  Simplify.
5788         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
5790         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
5791         (sgml-parse-tag-backward): Use it to skip spurious < or >.
5793 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
5795         * ebuff-menu.el: Doc fixes throughout.
5796         (electric-buffer-menu-mode-hook): New defvar.
5798 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
5800         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
5801         compilation. The resulting compiler warnings appear to be harmless.
5803 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
5805         * textmodes/conf-mode.el: New file.
5807         * files.el (auto-mode-alist, magic-mode-alist): Use it.
5809 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5811         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
5813 2004-11-09  Jay Belanger  <belanger@truman.edu>
5815         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
5817         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
5818         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
5819         (calc-z-prefix-help, calc-user-function-list):  Use declared
5820         variables calc-z-prefix-buf, calc-z-prefix-msgs.
5821         (math-map-tree, math-map-tree-rec):  Use declared variables
5822         math-mt-many, math-mt-func.
5823         (math-read-expression, math-read-string):  Use declared variable
5824         math-expr-data.
5826         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
5827         variable math-normalize-a.
5829         * calc/calc.el (math-normalize-a):  New variable.
5830         (math-normalize):  Use declared variable math-normalize-a.
5832         * calc/calc-poly.el (math-expand-form):  Use declared variable
5833         math-mt-many.
5835         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5836         Use declared variable math-mt-many.
5837         (math-rewrite):  Use declared variable math-mt-func.
5839         * calc/calc-vec.el (math-read-brackets, math-read-vector)
5840         (math-read-matrix):  Use declared variable math-expr-data.
5842         * calc/calc-lang.el (math-parse-fortran-vector)
5843         (math-parse-fortran-vector-end, math-parse-tex-sum)
5844         (math-parse-eqn-matrix, math-parse-eqn-prime)
5845         (math-read-math-subscr):  Use declared variable math-expr-data.
5847         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
5848         (math-read-expr-level, math-read-token, calc-check-user-syntax)
5849         (calc-match-user-syntax, math-read-if, math-factor-after)
5850         (math-read-factor):  Use declared variable math-expr-data.
5852 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
5854         * calendar/diary-lib.el (diary-from-outlook)
5855         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
5856         interactive-p; but rather new optional argument NOCONFIRM.
5858 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
5861         (easy-menu-name-match): Revert correspondingly.
5863 2004-11-09  Richard M. Stallman  <rms@gnu.org>
5865         * emacs-lisp/bytecomp.el (byte-compile-defalias):
5866         Turn off warnings for the new function even if definition not constant.
5867         If the definition isn't a quoted symbol, record (FUNCTION . t).
5868         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
5869         (byte-compile-callargs-warn): Handle (FUNCTION . t).
5870         (display-call-tree, byte-compile-arglist-warn):
5871         Handle t returned by byte-compile-fdefinition.
5873 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5875         * Makefile.in (maintainer-clean): Depend on distclean.
5877         * help-fns.el (help-C-file-name): File name must be in build-files
5878         to be returned.
5880 2004-11-09  Jay Belanger  <belanger@truman.edu>
5882         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
5883         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
5885         * calc/calc.el (calc, calc-trail-display, calc-mode):
5886         Remove obsolete sections.
5888         * calc/calc.el (calc-x-paste-text):  Remove.
5890         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
5891         mouse-2.
5893 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
5895         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
5896         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
5897         current frame (in case of recursive calls).
5898         (gdb-show-changed-values): Add :version keyword.
5900 2004-11-09  Kenichi Handa  <handa@m17n.org>
5902         * international/mule-cmds.el: Change coding: tag back to
5903         iso-2022-7bit.
5905 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5907         * international/mule-cmds.el: Change coding-system to utf-8.
5908         (select-safe-coding-system-interactively):
5909         New function extracted from select-safe-coding-system.
5910         (select-safe-coding-system): Use it.
5912 2004-11-08  Richard M. Stallman  <rms@gnu.org>
5914         * subr.el (syntax-after): Doc fix.
5916         * paren.el (show-paren-function): Change calls to syntax-after
5917         for new way of returning the value.
5919         * menu-bar.el (menu-bar-file-menu): Make this the real name
5920         and menu-bar-files-menu the alias.  Use the former.
5921         (global-map): Use `file', not `files', as the symbol.
5923         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
5925         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
5926         Don't use beginning-of-buffer.
5927         (filesets-cmd-show-result): Use with-no-warnings.
5929 2004-11-08  Juri Linkov  <juri@jurta.org>
5931         * progmodes/compile.el (compile): Don't overwrite last command in
5932         minibuffer history with default command if they are not equal.
5934 2004-11-08  Jay Belanger  <belanger@truman.edu>
5936         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
5937         non-linear substitutions.
5939 2004-11-08  Jay Belanger  <belanger@truman.edu>
5941         * calc/calcalg2.el (math-linear-subst-tried): New variable.
5942         (math-do-integral):  Set `math-linear-subst-tried' to nil.
5943         (math-do-integral-methods):  Use `math-linear-subst-tried' to
5944         determine what type of substitution to try.
5945         (math-integ-try-linear-substituion):
5946         Set `math-linear-subst-tried' to t.
5948 2004-11-08  Kim F. Storm  <storm@cua.dk>
5950         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
5952 2004-11-07  Juri Linkov  <juri@jurta.org>
5954         * info-look.el (info-lookup): Allow reusing in the current buffer
5955         not only *info* buffer, but all (even renamed) Info buffers
5956         by checking for major-mode instead of *info* buffer name.
5957         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
5958         (octave-mode, maxima-mode) <doc-spec>:
5959         Allow long dashes generated by Texinfo 4.7 before definitions.
5960         (texinfo-mode) <doc-spec>: Add space to suffix to find command
5961         definitions with argument separated by space.
5963 2004-11-06  Richard M. Stallman  <rms@gnu.org>
5965         * simple.el (next-error group, face): Move before first use.
5966         (next-error-highlight, next-error-highlight-no-select): Likewise.
5968         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
5969         (line-move): New args NOERROR and TO-END.
5970         Return t if if succeed in moving specified number of lines.
5971         (move-end-of-line): New function.
5973         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
5974         (end-of-buffer-other-window): Likewise.
5976         * simple.el (line-move-ignore-invisible): Default to t.
5978         * subr.el (syntax-after): Return the syntax letter, not the raw code.
5980         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
5982         * international/iso-cvt.el (iso-cvt-define-menu):
5983         Rename menu-bar-files-menu to menu-bar-file-menu.
5985         * net/browse-url.el (browse-url-gnome-moz-program)
5986         (browse-url-gnome-moz-arguments): Move up before first use.
5988         * net/tramp.el (tramp group): Add :version.
5990         * progmodes/ada-xref.el (ada-gdb-application):
5991         Use goto-char instead of beginning-of-buffer.
5993         * progmodes/cperl-mode.el (cperl-info-on-command):
5994         Use goto-char instead of beginning-of-buffer.
5996         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
5997         Move up before first use.
5998         (idlwave-shell-temp-pro-file): Likewise.
5999         (idlwave-shell-temp-rinfo-save-file): Likewise.
6000         (idlwave-shell-temp-file): Minor doc fix.
6002         * textmodes/flyspell.el (flyspell-external-point-words):
6003         Use goto-char instead of beginning-of-buffer.
6005 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
6007         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
6008         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
6009         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
6011 2004-11-06  David Ponce  <david@dponce.com>
6013         * recentf.el (recentf-menu-path): Use menu item name.
6015 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
6017         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
6018         display doesn't support images.
6020 2004-11-06  Andreas Schwab  <schwab@suse.de>
6022         * tempo.el (tempo-match-finder): Doc fix.
6024         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
6026 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6028         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
6029         (easy-menu-lookup-name): New fun to replace it.
6030         (easy-menu-get-map): Use it to obey menu item names (rather than just
6031         keys) when looking up `path'.
6032         (easy-menu-always-true-p): Rename from easy-menu-always-true.
6033         (easy-menu-convert-item-1): Adjust to new name.
6035 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
6037         * outline.el (hide-body): Don't hide lines at the top of the file
6038         that precede the first header line.
6040 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
6042         * align.el (align-areas): Delete whitespace before reindenting, so
6043         that tabs are never placed after spaces.
6045 2004-11-06  Alan Shutko  <ats@acm.org>
6047         * macros.el (insert-kbd-macro): Do completions based on macros,
6048         rather than all commands.
6050 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
6052         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
6053         to solve a bug whereby tags with 'b' don't match.
6055 2004-11-05  Juri Linkov  <juri@jurta.org>
6057         * info.el (Info-search): Don't search in node header lines
6058         and file headers.
6060         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
6061         symbol-constituent characters after dot, not only digits.
6063 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
6065         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
6067 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6069         * dired.el (dired-read-dir-and-switches): Call read-directory-name
6070         if a dialog will be used, read-file-name otherwise.
6072 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6074         * textmodes/table.el (table group): Add :version.
6076         * textmodes/ispell.el (ispell-word):
6077         Don't alter args; set them only thru `interactive' spec.
6079         * textmodes/flyspell.el (flyspell-word):
6080         Don't alter FOLLOWING; set it only thru `interactive' spec.
6082         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
6084         * net/browse-url.el (browse-url-maybe-new-window):
6085         Use called-interactively-p.
6087         * mail/supercite.el (sc-cite-region):
6088         Don't use interactive-p.  Add arg INTERACTIVE.
6089         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
6091         * international/mule-cmds.el (set-input-method, toggle-input-method):
6092         Don't use interactive-p.  Add arg INTERACTIVE.
6094         * eshell/esh-mode.el (eshell-show-maximum-output):
6095         Don't use interactive-p.
6096         (eshell-truncate-buffer): Just message, no error, if buffer is short.
6098         * mouse.el (mouse-show-mark): Get positions to delete from mark
6099         and point, not from mouse-drag-overlay.
6101         * imenu.el (imenu-eager-completion-buffer): Add :version.
6103         * filesets.el (filesets group): Add :version.
6105 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
6107         * files.el (xml-based-modes): Delete var.
6108         (magic-mode-alist): New more general var.
6109         (set-auto-mode): Use it.
6111         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
6112         when clicking from another window.
6114 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
6116         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
6117         (vc-cvs-annotate-time): Incorporate value of deleted var.
6118         Remove special-case handling of beginning-of-buffer cruft.
6119         Cache ending position (point) and return value in text property
6120         `vc-cvs-annotate-time', and consult it on subsequent invocations.
6122         * vc-cvs.el (vc-cvs-annotate-command):
6123         Delete extraneous lines from beginning of buffer.
6124         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
6126         * progmodes/grep.el (grep-default-command): Take empty string
6127         for tag if all other methods yield nil.  Shell-quote the tag.
6129         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
6130         spec in `interactive' form, and mention it in the docstring.
6131         Also, make sure point is at bol after calling `annotate-time'.
6133 2004-11-02  Richard M. Stallman  <rms@gnu.org>
6135         * cus-edit.el (customize-group-other-window):
6136         Select the window that displays the custom buffer.
6137         (custom-buffer-create-other-window): Likewise.
6139         * comint.el (comint-insert-input): Fix previous change.
6141         * emacs-lisp/elp.el (elp-instrument-function):
6142         Use called-interactively-p.
6144         * emacs-lisp/easymenu.el (easy-menu-intern):
6145         Don't downcase; rather, case-flip the first letter of each word.
6147         * emacs-lisp/easy-mmode.el (define-minor-mode):
6148         Use called-interactively-p.
6150         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
6151         Add interactive-only.
6152         (byte-compile-warnings): Add interactive-only as option.
6153         (byte-compile-interactive-only-functions): New variable.
6154         (byte-compile-form): Warn about calls to functions
6155         in byte-compile-interactive-only-functions.
6157         * emacs-lisp/autoload.el (update-file-autoloads):
6158         Don't use interactive-p; take new arg SAVE-AFTER.
6160         * emacs-lisp/advice.el (ad-make-advised-definition):
6161         Use called-interactively-p.
6163 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6165         * files.el (find-file-existing): New function.
6167         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
6168         find-file-existing.  Add "New File..." that calls find-file.
6170         * diropen.pbm, diropen.xpm: New files.
6172         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
6173         icon diropen.  New tool bar item find-file-existing uses icon open.
6175         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
6176         instead of read-file-name.
6178 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
6180         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
6181         (icalendar--split-value): Change name of work buffer.
6182         (icalendar--get-weekday-abbrev): Return nil on error.
6183         (icalendar--date-to-isodate): New function.
6184         (icalendar-convert-diary-to-ical)
6185         (icalendar-extract-ical-from-buffer): Use only two args for
6186         make-obsolete (XEmacs compatibility).
6187         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
6188         (icalendar-export-region): Doc fix.
6189         If error, return non-nil and write errors to a buffer.
6190         Use correct weekday for weekly recurring events.
6191         Check whether date has been parsed for ordinary events.
6192         Make weekly events start in the year 2000.
6193         DTEND is non-inclusive, shift end date by one day if
6194         necessary (not for entries that have date and time).
6195         Rename local let variables: oops -> found-error, datestring ->
6196         startdatestring.
6198 2004-11-02  Kim F. Storm  <storm@cua.dk>
6200         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
6201         keep-mode-if-same variable.  Add it as optional arg instead.
6202         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
6204         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
6205         substitute-command-keys will select lower-case bindings like those
6206         used in the static help texts.
6208         * descr-text.el (describe-text-properties): Don't err if called in
6209         the *Help* buffer; output to *Help-2* buffer instead.
6211         * kmacro.el (group kmacro): Add :version.
6212         (kmacro-keyboard-quit): New function to cleanup on C-g.
6213         (kmacro-start-macro): Set defining-kbd-macro to append when
6214         appending to last macro.
6216         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
6218 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
6220         * progmodes/gdb-ui.el (gdb-enable-debug-log)
6221         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
6222         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
6223         Add :version keyword.
6225 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
6227         * progmodes/flymake.el (flymake-err-line-patterns):
6228         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
6229         `compilation-error-regexp-alist-alist' to internal Flymake format.
6231         * progmodes/flymake.el: Eliminate byte-compiler warnings.
6233 2004-11-01  Jay Belanger  <belanger@truman.edu>
6235         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
6236         with `interactive "s"'.
6238 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6240         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6241         Revert change from 2004-10-16.  '*' checks the current buffer, but the
6242         mouse click may be in another buffer.
6244 2004-11-01  John Paul Wallington  <jpw@gnu.org>
6246         * files.el (large-file-warning-threshold): Add :version keyword.
6247         (kill-some-buffers): Doc fix.
6249         * thumbs.el (group thumbs): Add :version keyword.
6251         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
6253 2004-11-01  Richard M. Stallman  <rms@gnu.org>
6255         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
6257         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
6259         * allout.el (allout group): Add :version.
6260         (allout-init): Don't use interactive-p.
6261         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
6262         (allout-forward-current-level, allout-backward-current-level):
6263         Don't use interactive-p.
6265         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
6266         (bibtex-find-text): Likewise.
6268         * progmodes/vhdl-mode.el (vhdl-fill-region)
6269         (vhdl-beginning-of-statement): Don't use interactive-p.
6271         * progmodes/idlwave.el (idlwave-update-routine-info):
6272         Don't use interactive-p.
6274         * progmodes/idlw-shell.el (idlwave-shell-send-char):
6275         Don't use interactive-p.
6277         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
6278         Don't use interactive-p.
6280         * progmodes/ada-xref.el (ada-make-body-gnatstub):
6281         Don't use interactive-p.
6283         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
6284         (fortune-in-buffer): Doc fix.
6286         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
6288         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
6289         don't select the temporary buffer.
6290         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
6291         (eudc-get-phone): Likewise.
6293 2004-11-01  Kim F. Storm  <storm@cua.dk>
6295         * man.el (Man-xref-normal-file): Fix help-echo.
6297 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6299         * reveal.el (reveal-last-tick): New var.
6300         (reveal-post-command): Use it to avoid closing overlays when we're
6301         appending text to them.
6303 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6305         * textmodes/bibtex.el: Require button.
6306         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
6307         (bibtex-reference-keys): Distinguish between header keys and
6308         crossref keys.
6309         (bibtex-beginning-of-field): New function.
6310         (bibtex-url-map): Remove.
6311         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
6312         (bibtex-font-lock-url-regexp): Assume that field names begin at
6313         the beginning of a line.
6314         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
6315         Remove field delimiters.  Use bibtex-beginning-of-field.
6316         Bugfix, point can be inside a field with a url.
6317         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
6318         New functions.
6319         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
6320         (bibtex-key-in-head): Simplify.
6321         (bibtex-current-line): Use bolp.
6322         (bibtex-parse-keys): Remove unused arg `add'.
6323         Use bibtex-type-in-head and bibtex-key-in-head.
6324         (bibtex-parse-entry, bibtex-autofill-entry):
6325         Use bibtex-type-in-head and bibtex-key-in-head.
6326         (bibtex-autokey-get-field): Do not alter case of replacement text.
6327         (bibtex-autokey-get-names): Do all processing of name list.
6328         (bibtex-autokey-get-year): New function.
6329         (bibtex-autokey-get-title): Do all processing of title words.
6330         (bibtex-generate-autokey): Simplify.
6331         (bibtex-string-files-init): Use default-directory.
6332         Allow for absolute file names in bibtex-string-files.
6333         (bibtex-files, bibtex-file-path): New variables.
6334         (bibtex-files-expand): New function.
6335         (bibtex-find-entry-globally): New command.
6336         (bibtex-summary-function): New variable.
6337         (bibtex-summary): Default value of bibtex-summary-function.
6338         (bibtex-find-crossref): New optional args pnt and split.
6339         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
6340         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
6341         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
6342         Fix handling of required and alternative fields.
6343         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
6344         Use cons and display-buffer.
6345         (bibtex-validate-globally): New command.
6346         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
6347         bibtex-parse-keys and bibtex-parse-strings for updating
6348         bibtex-reference-keys and bibtex-strings.
6349         (bibtex-realign): Remove blank lines past the last entry.
6350         (bibtex-reformat): Use bibtex-entry-format as default.
6351         (bibtex-choose-completion-string): Remove.
6352         (bibtex-complete): Do not use bibtex-choose-completion-string.
6353         (bibtex-url): Simplify.
6355 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6357         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
6358         (x-dnd-types-alist, x-dnd-open-file-other-window)
6359         (x-dnd-known-types): Add :version.
6361 2004-10-31  John Paul Wallington  <jpw@gnu.org>
6363         * ibuffer.el (group ibuffer): Add :version keyword.
6365 2004-10-31  Kim F. Storm  <storm@cua.dk>
6367         * ido.el (group ido): Add :version keyword.
6368         (ido-mode): Remove :version keyword.
6370         * emulation/cua-base.el (group cua): Add :version keyword.
6371         (cua-mode): Remove :version keyword.
6373 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
6375         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
6377         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
6378         compiler warning.
6379         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
6380         function.
6381         (help-at-pt-display-when-idle): Remove autoload.
6383 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
6387 2004-10-30  Juri Linkov  <juri@jurta.org>
6389         * help.el (function-called-at-point):
6390         * help-fns.el (variable-at-point): Read -> intern.
6392 2004-10-30  Simon Josefsson  <jas@extundo.com>
6394         * progmodes/autoconf.el (autoconf-font-lock-keywords):
6395         Recognize AS_* too.
6397 2004-10-29  Simon Josefsson  <jas@extundo.com>
6399         * subr.el (read-passwd): Move back from password.el.
6401         * password.el: Remove, not ready yet.
6403 2004-10-29  Andreas Schwab  <schwab@suse.de>
6405         * speedbar.el (speedbar-frame-parameters): Improve customize type.
6407 2004-10-29  Sam Steingold  <sds@gnu.org>
6409         * mouse.el (mouse-show-mark): Replace the last occurrence of
6410         x-lost-selection-hooks with x-lost-selection-functions.
6412 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6414         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
6415         x-lost-selection-functions is bound.
6417         * mouse-sel.el (mouse-sel-mode):
6418         * emacs-lisp/lselect.el: Adjust to new names for
6419         x-(lost|sent)-selection-functions.
6421         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
6422         New obsolete aliases of x-lost-selection-functions and
6423         x-sent-selection-functions.
6425 2004-10-28  Kim F. Storm  <storm@cua.dk>
6427         * imenu.el (imenu-scanning-message): Remove.
6428         (imenu-progress-message): Make it a no-op.
6430 2004-10-28  John Paul Wallington  <jpw@gnu.org>
6432         * files.el (set-auto-mode): Call `throw' correctly.
6434 2004-10-28  Juri Linkov  <juri@jurta.org>
6436         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
6437         to search `Info-...' commands in `info' manual.
6438         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6439         Add 'info-file "emacs" property.
6440         (Info-find-emacs-command-nodes): Fix index line number regexp.
6441         Set real line number (instead of fake 0) in first element of the
6442         returned list.
6443         (Info-goto-emacs-command-node): Use line number of first element
6444         to set point in the first found Info node.
6446         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
6447         code to `grep-mode-font-lock-keywords'.
6448         (grep-mode-font-lock-keywords): Delete grep markers instead
6449         of making them invisible.
6451 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6453         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
6454         and x-server-version in bug report.
6456 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
6458         * files.el (set-auto-mode-0): New function.
6459         (set-auto-mode): Use it to handle aliased modes and to
6460         be consistent between C-x C-f and C-x C-w.
6462 2004-10-28  Kenichi Handa  <handa@m17n.org>
6464         * international/utf-8.el (utf-translate-cjk-charsets):
6465         Add katakana-jisx0201.
6467         * international/subst-jis.el: Add data for JISX0201.
6469 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6471         * obsolete/hilit19.el (hilit-mode): New function.
6472         Move all the toplevel side-effecting stuff into it, so that loading
6473         hilit19 doesn't mess everything up any more.
6475 2004-10-27  Richard M. Stallman  <rms@gnu.org>
6477         * add-log.el (add-change-log-entry): Set up mailing address
6478         and full name later, and don't alter add-log-mailing-address
6479         or add-log-full-name.
6481         * elide-head.el (elide-head): Change error to message.
6482         (elide-head-show): Likewise.
6484         * apropos.el (apropos-macrop): Doc fix.
6486         * mouse.el (mouse-show-mark): Do most processing the same
6487         regardless of transient-mark-mode.
6489         * shadowfile.el (shadow-copy-files): Use interactive-p
6490         only to control whether to print a message.
6492         * tar-mode.el (tar-mode): Use write-contents-functions,
6493         not write-contents-hooks.
6495         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
6496         directory-sep-char.
6498 2004-10-27  Richard M. Stallman  <rms@gnu.org>
6500         * strokes.el (strokes-unload-hook): Fix previous change.
6502         * type-break.el (type-break-run-at-time): Always use run-at-time;
6503         forget the alternatives.
6504         (type-break-cancel-function-timers): Always use cancel-function-timers;
6505         forget the alternatives.
6507         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
6509 2004-10-27  Kenichi Handa  <handa@m17n.org>
6511         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
6513         * international/subst-gb2312.el: Likewise.
6515         * international/subst-big5.el: Likewise.
6517         * international/subst-ksc.el: Likewise.
6519         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
6520         New variable.
6521         (utf-translate-cjk-set-unicode-range): New function.
6522         (utf-translate-cjk-unicode-range): Make it customizable.
6523         (utf-8-post-read-conversion):
6524         Use utf-translate-cjk-unicode-range-string.
6525         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
6526         Unicode ranges.
6528 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
6530         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
6531         trivial variants to shorten the list.
6532         (xml-based-modes): New var.
6533         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
6534         declaration higher priority than auto-mode-alist.
6536         * find-file.el (cc-other-file-alist): Bring it in line with
6537         cc-mode's auto-mode-alist entries and use \' instead of $.
6539         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
6540         and add "Id" and "Name" submenus to it.
6542         * imenu.el (imenu--generic-function): Skip matches in comments.
6544 2004-10-26  Jay Belanger  <belanger@truman.edu>
6546         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
6547         (full-calc-keypad, calc-trail-display):  Use an extra argument
6548         instead of `interactive-p'.
6550         * calc/calc-misc.el (calc-other-window): Use an extra argument
6551         instead of `interactive-p'.
6553         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
6554         `interactive-p'.
6556 2004-10-26  Kim F. Storm  <storm@cua.dk>
6558         * help.el (describe-key): Describe both down-event and up-event
6559         for a mouse click.
6561 2004-10-26  Richard M. Stallman  <rms@gnu.org>
6563         * woman.el (woman): Don't call interactive-p.
6565         * pcomplete.el (pcomplete): Instead of interactive-p,
6566         use an arg set non-nil by the interactive spec.
6568         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
6569         use an arg set non-nil by the interactive spec.
6571         * man.el (Man-cleanup-manpage): Instead of interactive-p,
6572         use an arg set non-nil by the interactive spec.
6574 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
6576         * progmodes/flymake.el (flymake-split-string):
6577         Use `flymake-split-string-remove-empty-edges' in any case.
6579 2004-10-26  Masatake YAMATO  <jet@gyve.org>
6581         * progmodes/flymake.el (flymake-err-line-patterns):
6582         Use `compilation-error-regexp-alist-alist' instead of
6583         `compilation-error-regexp-alist'.
6585 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6587         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
6588         verbatim face on the \ of \end{verbatim}.
6590 2004-10-25  Jay Belanger  <belanger@truman.edu>
6592         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
6593         erasing minibuffer.
6595 2004-10-25  Simon Josefsson  <jas@extundo.com>
6597         * subr.el (read-passwd): Move to net/password.el.
6599         * net/password.el (read-passwd): Add.  Autoload it.
6601 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
6603         * mouse-sel.el (mouse-sel-mode): Specify custom group.
6605         * simple.el (process-file): Fix logic.
6607 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
6609         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6610         (increase-right-margin): Remove erroneous call to `interactive-p'.
6612 2004-10-24  Kim F. Storm  <storm@cua.dk>
6614         * help.el (describe-mode): Fix 2004-10-13 change.
6615         Copy pure "Auto Fill" string so it can be propertized later
6616         without causing a read-only error.
6618 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
6620         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
6621         style indexes.
6623 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
6625         * simple.el (process-file): Accept nil for INFILE.  Reported by
6626         Luc Teirlinck.
6628 2004-10-24  Masatake YAMATO  <jet@gyve.org>
6630         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
6631         Handle periods and underscores in a function name.
6632         Remove the address fontification.
6634 2004-10-24 Masatake YAMATO <jet@gyve.org>
6636         * progmodes/asm-mode.el (asm-font-lock-keywords):
6637         Use font-lock-variable-name-face for registers.
6639 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
6641         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
6642         kill-all-local-variables.
6643         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6644         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
6645         Use kill-all-local-variables and provide mode-hooks.
6646         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
6647         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
6648         Suggested by Masatake YAMATO <jet@gyve.org>.
6650 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
6652         * simple.el (process-file): New function, similar to call-process
6653         but supports file handlers.
6654         * vc.el (vc-do-command): Use it, instead of call-process.
6655         * net/tramp-vc.el (vc-do-command): Do not advise it if
6656         process-file is fboundp.
6657         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
6658         process-file.
6659         (tramp-handle-process-file): New function.
6660         (tramp-file-name-for-operation): Support process-file.
6662 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
6664         * calendar/icalendar.el (icalendar--weekday-array): New constant.
6665         (icalendar-weekdayabbrev-table)
6666         (icalendar-monthnumber-table): Delete.
6667         (icalendar--get-month-number): Use calendar-month-name-array.
6668         (icalendar--get-weekday-number): New function.
6669         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
6670         (icalendar-export-region): Handle multi-line entries.
6671         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
6673 2004-10-23  John Paul Wallington  <jpw@gnu.org>
6675         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
6676         `wildcards' set to t in interactive spec.
6678         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
6679         interactive spec rather than use `interactive-p'.
6680         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
6681         rather than use function `interactive-p'.
6683 2004-10-22  Kenichi Handa  <handa@m17n.org>
6685         * international/mule.el (translate-region): Implement it in Lisp
6686         as a front end of translate-region-internal.
6688 2004-10-21  Jay Belanger  <belanger@truman.edu>
6690         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
6691         Declare these variables with defvar.
6693         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
6694         is bound, only check to see if it is bound.
6696 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6699         Don't output messages.
6701         * calc/calc-help.el (calc-describe-bindings): Fix last change.
6703 2004-10-21  John Paul Wallington  <jpw@gnu.org>
6705         * calc/calc-graph.el (calc-graph-init):
6706         Use `set-process-query-on-exit-flag'.
6708 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
6710         * progmodes/compile.el (compilation-start): Rely on `cd' to get
6711         dir right and also allow argumentless cd.
6713 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6715         * textmodes/flyspell.el (flyspell-mode): Doc fix.
6717         * eshell/em-unix.el (eshell-grep):
6718         Don't bind compilation-process-setup-function.
6720         * comint.el (comint-insert-input): Use @ in `interactive'.
6721         (comint-input-filter-functions): Doc fix.
6722         (comint-kill-whole-line, comint-get-source): Doc fix.
6724         * progmodes/compile.el (compilation-setup):
6725         Don't set buffer-read-only if MINOR is non-nil.
6727 2004-10-19  Jay Belanger  <belanger@truman.edu>
6729         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
6730         (calc-emacs-type-gnu19): Remove.
6731         (calc-digit-map, calc-read-key-sequence, calc-read-key):
6732         Remove check for old emacs versions.
6734         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
6735         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
6736         for current Emacs.
6738         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
6739         the end of the minibuffer.
6740         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
6741         copy `esc-map'.
6743         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
6745         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
6746         call that would be given when the current emacs was used.
6748 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
6750         * calendar/icalendar.el: Set coding to utf-8.
6751         (icalendar-version): Increase to 0.07.
6752         (icalendar-monthnumber-table): Change March pattern.
6753         (icalendar-get-all-event-properties)
6754         (icalendar-set-event-property): Delete.
6755         (icalendar-all-events): No longer interactive.
6756         (icalendar-convert-diary-to-ical)
6757         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
6758         their replacements.
6759         (icalendar-export-file, icalendar-export-region): New functions;
6760         essentially old `icalendar-convert-diary-to-ical' but appending to
6761         target rather than overwriting.
6762         (icalendar-import-file): Append to target file rather than
6763         overwriting.  Fourth arg deleted.
6764         (icalendar-import-buffer): New name for old
6765         `icalendar-extract-ical-from-buffer'.
6766         (icalendar--convert-string-for-import): New name for
6767         old `icalendar-convert-for-import'.
6768         (include-icalendar-files): Delete.
6769         Prefix for all internal functions changed from `icalendar-'
6770         to `icalendar--'.
6772 2004-10-19  Richard M. Stallman  <rms@gnu.org>
6774         * paths.el (news-path): Fix previous change.
6776 2004-10-18 Jay Belanger  <belanger@truman.edu>
6778         * calc/calc-help.el (calc-describe-bindings):
6779         Set `buffer-read-only' to nil while working in the keybindings buffer;
6780         remove some extra information from the keybindings buffer.
6782 2004-10-18  David Ponce  <david@dponce.com>
6784         * mouse.el (mouse-drag-move-window-top): New function.
6785         (mouse-drag-mode-line-1): Use it.
6787 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6789         * info.el (Info-fontify-node): For multiline refs,
6790         arrange to unfontify newline and surrounding whitespace.
6792 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6794         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
6795         directory is missing.
6797 2004-10-17  John Paul Wallington  <jpw@gnu.org>
6799         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
6800         New customizable variable; whether to display buffers that match
6801         `ibuffer-maybe-show-predicates' by default.
6802         (ibuffer-maybe-show-predicates): Mention it in docstring.
6803         (ibuffer-display-maybe-show-predicates): New variable.
6804         (ibuffer-update): Prefix arg now toggles whether buffers that
6805         match `ibuffer-maybe-show-predicates' should be displayed.
6806         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
6807         locally to heed `ibuffer-default-display-maybe-show-predicates'.
6808         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
6810 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
6812         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
6813         work correctly.
6815 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
6817         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
6818         (Buffer-menu-beginning): New helper function.
6819         (Buffer-menu-execute): Use it.
6820         (Buffer-menu-select): Use it.
6821         (Buffer-menu-sort): Use it and also keep markers.
6823 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6825         * paths.el (news-directory): Rename from news-path.  Old name alias.
6826         (rmail-spool-directory): Use defvar.
6827         (sendmail-program): Use defcustom.
6828         (remote-shell-program): Use defcustom.
6829         (term-file-prefix): Use defvar.
6830         (abbrev-file-name): Use defvar.
6832         * term.el: Add maintainer.
6834         * subr.el (with-local-quit): Return nil if there's a quit.
6835         (read-passwd): Use with-local-quit.  Doc fix.
6837         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
6838         (strokes-unload-hook): Set as a variable with add-hook.
6840         * startup.el (fancy-splash-tail, normal-splash-screen):
6841         Update copyright year.
6843         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
6845         * server.el (server-unload-hook): Set as a variable with add-hook.
6847         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
6849         * frame.el (special-display-popup-frame):
6850         Make the buffer current as its frame is created.
6852         * delsel.el (delsel-unload-hook): Set as a variable.
6854         * comint.el (comint-output-filter-functions):
6855         Add comint-watch-for-password-prompt.
6856         (comint-read-noecho): Function deleted.
6857         (send-invisible): Use read-passwd.
6859         * fringe.el (fringe-mode-initialize): New function.
6860         (fringe-mode): Use fringe-mode-initialize as :initialize.
6862 2004-10-17  Kim F. Storm  <storm@cua.dk>
6864         * language/indian.el (indian-script-language-alist): Swap value and doc.
6865         (indian-font-char-index-table): Doc fix.
6867 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
6871 2004-10-16  Juri Linkov  <juri@jurta.org>
6873         * progmodes/compile.el (compilation-start): Move let-binding of
6874         `process-environment' into `with-current-buffer' body.
6875         Reported by Matt Hodges <MPHodges@member.fsf.org>.
6877 2004-10-16  Richard M. Stallman  <rms@gnu.org>
6879         * pcvs-util.el (cvs-bury-buffer):
6880         Don't call get-buffer-window for effect.
6882         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
6884         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
6886         * msb.el (msb-unload-hook): Set the variable.
6888         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6889         Use * to err if buffer is readonly.
6891         * subr.el (looking-back): Return only t or nil.
6893         * whitespace.el (whitespace-unload-hook): Set the variable.
6895         * view.el (view-mode-enable): Set view-page-size and
6896         view-half-page-size to nil.
6897         (view-set-half-page-size-default): view-half-page-size = nil
6898         means the default.
6899         (View-scroll-page-forward): Use view-page-size-default.
6900         (View-scroll-page-backward): Likewise.
6901         (view-page-size, view-half-page-size): Doc fixes.
6903         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
6905         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
6907         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
6908         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
6909         (byte-compile-log-1): Bind inhibit-read-only.
6910         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
6911         (byte-compile-log-warning): Likewise.
6912         (byte-compile-file-form-require): Detect "cl" from the arg value.
6914         * progmodes/compile.el (compilation-start): Assume compilation-mode
6915         will make the buffer read-only.
6916         (compilation-mode): Take arg name-of-mode.
6917         (compilation-setup): Make buffer read-only.
6918         (compilation-handle-exit): Bind inhibit-read-only.
6920         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
6921         (ispell-message): Likewise.
6922         (ispell-show-choices): Don't call get-buffer-window uselessly.
6923         (ispell-init-process): Use set-process-query-on-exit-flag.
6925 2004-10-16  Kim F. Storm  <storm@cua.dk>
6927         * fringe.el (fringe-bitmaps): Only initialize when defined.
6929         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
6930         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
6932         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
6934 2004-10-15  Simon Josefsson  <jas@extundo.com>
6936         * net/password.el: Add.
6938 2004-10-14  Masatake YAMATO  <jet@gyve.org>
6940         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
6941         (gdb-script-end-of-defun): New function.
6942         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
6943         `gdb-script-end-of-defun' as *-of-defun-function.
6945 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
6947         * button.el (button-activate): Allow a marker to display as an action.
6949         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
6951         * help.el (describe-mode): Use it to make minor mode list into
6952         hyperlinks.
6954 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6956         * vc.el (vc-annotate-display-select): Fix typo.
6958         * subr.el (substitute-key-definition-key): New function.
6959         (substitute-key-definition): Use it with map-keymap.
6960         (event-modifiers): Use push.
6961         (mouse-movement-p, with-temp-buffer): Simplify.
6963 2004-10-12  Jay Belanger  <belanger@truman.edu>
6965         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
6966         New variables.
6967         (calc-help-index-entries): New function.
6968         (calc-describe-function): Use `calc-help-function-list' instead of
6969         obarray for completion.
6970         (calc-describe-variable): Use `calc-help-variable-list' instead
6971         of obarray for completion.
6973 2004-10-12  Richard M. Stallman  <rms@gnu.org>
6975         * info-look.el (info-lookup-file): Add info-file property.
6976         (info-lookup-symbol): Likewise.
6978         * info.el (info-xref): Add underlining.
6979         (info): Add info-file property.
6980         (Info-find-emacs-command-nodes): Specify case-sensitive search.
6982 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
6984         Sync with Tramp 2.0.45.
6986         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
6987         defined.  This is not the case for XEmacs without package "edebug".
6988         (tramp-set-auto-save-file-modes): Set permissions of autosaved
6989         remote files to the permissions of the original file.  This is not
6990         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
6991         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
6992         (tramp-perl-decode): Fix an error in Perl implementation.
6993         $pending must be cleared every loop.  Reported by Benjamin Place
6994         <benjaminplace@sprintmail.com>
6996         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
6997         Don't activate advice during definition.  This is done later on,
6998         depending on test result of `substitute-in-file-name'.
6999         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7001 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7003         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
7005         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
7007 2004-10-12  David Ponce  <david@dponce.com>
7009         * recentf.el (recentf-edit-list): Update the menu when the recentf
7010         list has been modified.
7012 2004-10-12  Simon Josefsson  <jas@extundo.com>
7014         * net/tls.el (tls-certtool-program): New variable.
7015         (tls-certificate-information): New function, based on
7016         ssl-certificate-information.
7018 2004-10-12  Kenichi Handa  <handa@m17n.org>
7020         * international/mule.el (coding-system-equal): Move from mule-util.el.
7022         * international/mule-util.el (coding-system-equal): Move to mule.el.
7024 2004-10-12  Kim F. Storm  <storm@cua.dk>
7026         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
7027         reset kmacro-initial-counter-value if set.
7028         (kmacro-set-counter): Only set kmacro-counter if defining or executing
7029         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
7030         (kmacro-display): Show macro counter if non-zero.
7032         * subr.el (substitute-key-definition): Mention command remapping
7033         in doc string.
7035 2004-10-11  Jay Belanger  <belanger@truman.edu>
7037         * calc/calc-misc.el (calc-info-goto-node): New function.
7038         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
7039         node in one step.
7040         (calc-describe-copying, calc-describe-distribution)
7041         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
7042         Go to appropriate info node in one step.
7044 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7046         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
7048         * font-lock.el (font-lock-apply-highlight): Fix last change.
7050 2004-10-11  Simon Josefsson  <jas@extundo.com>
7052         * mail/smtpmail.el (smtpmail-open-stream): Look for
7053         starttls-gnutls-program instead of starttls-program iff
7054         starttls-use-gnutls is non-nil.
7055         (smtpmail-open-stream): Don't overwrite user settings of
7056         starttls-extra-arguments and starttls-extra-args.
7058 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * comint.el (comint-mouse-insert-input): Remove.
7061         (comint-insert-input): Make it work for mouse bindings.
7062         (comint-mode-map): Move defs into the declaration.
7063         (comint-output-filter): Typo.
7065         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
7067 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
7069         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
7070         (ange-ftp-call-chmod): Reference remote-shell-program instead of
7071         ange-ftp-remote-shell.
7073 2004-10-10  Andreas Schwab  <schwab@suse.de>
7075         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
7076         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
7077         Reported by <sri@asu.edu>.
7079 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
7081         * vc.el (vc-annotate-mode): Remove variable.
7082         (vc-annotate-display-select): Only call vc-annotate-mode
7083         if we're not in that mode already.
7085 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7087         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
7088         (imenu-choose-buffer-index): Check here for rescan instead.
7090         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
7091         where the face expression evals to nil.
7093         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
7094         (tex-font-lock-keywords-2): Use it.
7095         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
7097         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
7099 2004-10-09  Kim F. Storm  <storm@cua.dk>
7101         * subr.el (progress-reporter-update): Define before first usage.
7102         (make-progress-reporter): Doc fix.
7104 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7106         * textmodes/paragraphs.el (sentence-end-double-space)
7107         (sentence-end-without-period, sentence-end-without-space)
7108         (sentence-end): Doc fixes.
7110 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
7112         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
7113         Change paragraph-start regexp so we don't fill code starting with #'(.
7115 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
7117         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
7118         New defcustom.
7119         (extract-address-components): Use it.
7121 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
7123         * subr.el (make-progress-reporter, progress-reporter-update)
7124         (progress-reporter-force-update, progress-reporter-do-update)
7125         (progress-reporter-done): New functions.
7127         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
7129         * progmodes/etags.el (etags-tags-completion-table): Use progress
7130         reporter.
7131         (etags-tags-apropos): Likewise.
7133 2004-10-08  Alan Mackenzie  <acm@muc.de>
7135         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
7136         of current line.
7138 2004-10-08  Masatake YAMATO  <jet@gyve.org>
7140         * server.el (server-process-filter): Wrap `process-send-region'
7141         by `condition-case' to guard the case when the pipe to PROC is closed.
7143 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
7145         * xml.el (xml-substitute-special): Limit handling of external entities.
7147 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
7149         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
7151 2004-10-06  John Paul Wallington  <jpw@gnu.org>
7153         * xml.el (xml-parse-dtd): Fix `error' call.
7155 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
7157         * xml.el (xml-substitute-special): Return a single string instead
7158         of a list of strings if an entity substitution is made.
7160 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
7162         * calendar/icalendar.el: New file.
7164 2004-10-05  Juri Linkov  <juri@jurta.org>
7166         * isearch.el (isearch-done): Set mark after running hook.
7167         Reported by Drew Adams <drew.adams@oracle.com>.
7169         * info.el (Info-history, Info-toc): Fix Info headers.
7170         (Info-toc): Narrow buffer before Info-fontify-node.
7171         (Info-build-toc): Don't check for special Info file names.
7172         Set main-file to nil if Info-find-file returns a symbol.
7174 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
7176         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
7177         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
7178         * calendar/cal-menu.el (calendar-mode-map): Ditto.
7180 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
7182         * calendar/cal-iso.el (calendar-iso-read-args): New function,
7183         for old interactive spec from calendar-goto-iso-date.
7184         (calendar-goto-iso-date): Use it.
7185         (calendar-goto-iso-week): New function.  Suggested by Emilio
7186         C. Lopes <eclig@gmx.net>.
7188 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
7190         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
7191         `set-right-margin' bindings that follow the minor mode conventions.
7193 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7195         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
7196         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
7197         (latex-block-args-alist): Add minipage and picture.
7198         (latex-block-body-alist): Use reftex-label if enabled.
7199         (latex-insert-block): Don't insert a \n if not necessary.
7200         (tex-compile-commands): Make sure dvips doesn't send to printer.
7201         (tex-compile-default): Handle the case where no executable is found.
7202         (latex-noindent-environments): New var.
7203         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
7204         If tex-indent-allhanging is non-nil, make sure we only align for macros
7205         at beginning of line.
7207 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
7209         * newcomment.el (comment-beginning): Doc fix and don't choke on
7210         unset `comment-end-skip' when at beginning of comment.
7212 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
7214         * term.el (term-adjust-current-row-cache): Don't allow the current
7215         row to become negative.
7216         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
7217         the end of the line. Fix scroll down. Add comments.
7218         (term-handle-ansi-escape): Don't exceed terminal width when moving
7219         right.
7220         (term-scroll-region): Move the cursor after setting the scroll region.
7222 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
7224         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
7225         to `width' for consistency with docstring.  Doc fix.
7227 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
7229         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
7230         This is necessary for derived modes.
7232 2004-09-30  Kim F. Storm  <storm@cua.dk>
7234         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
7235         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
7237         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
7238         kmacro-extract-lambda functions.
7239         (edit-kbd-macro): Handle kmacro lambda forms.
7240         Include counter and counter format in edit buffer.
7241         (edmacro-finish-edit): Get counter and format from edit buffer and
7242         update kmacro bindings when found.
7244 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
7246         * textmodes/paragraphs.el (forward-paragraph):
7247         Avoid args-out-of-range error when point winds up at the beginning of
7248         the buffer and hard newlines are enabled.
7250         * newcomment.el (comment-multi-line): Doc fix.
7252 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7254         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
7255         (diff-fixup-modifs): Catch unified-diff file-headers.
7257 2004-09-29  Kim F. Storm  <storm@cua.dk>
7259         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
7260         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
7261         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
7263         * fringe.el (fringe-bitmap-p): New macro.
7264         (fringe-bitmaps): Add standard fringe bitmaps on load.
7266 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7268         * dired.el (dired-view-command-alist): Use more efficient regexps.
7269         Remove dubious arguments.
7270         (dired-align-file): New function.
7271         (dired-insert-directory): Use it.
7272         (dired-move-to-end-of-filename): Make the " -> " search more specific.
7273         (dired-buffers-for-dir): Remove unused var `pattern'.
7275 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
7277         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
7278         from diary display excursion.  Store diary buffer's point for
7279         `simple-diary-display'.
7280         (simple-diary-display): Set window point and start when
7281         displaying buffer, to preserve point.
7283 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
7285         * textmodes/enriched.el (enriched-translations): Replace defconst
7286         with defvar.
7288 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7290         * printing.el: Doc fix.
7291         (pr-version): New version number (6.8.1).
7292         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
7293         make-temp-name.
7294         (pr-delete-file): Check if file exists before deleting it.
7295         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
7297 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7299         * term.el (term-display-table): New variable.
7300         (term-mode): Use it.
7301         (term-exec-1): Set the coding system to binary.
7302         (term-emulate-terminal): Decode the string before inserting it.
7304 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
7306         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
7307         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
7308         (map): Bind S-prior, S-next and S-insert.
7309         (term-mode): Set `indent-tabs-mode' to nil.
7310         (term-paste): New function to be bound to S-insert.
7311         (term-send-del, term-send-backspace): Change the strings sent.
7312         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
7313         (term-handle-colors-array): Fix handling of underline and reverse.
7314         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
7315         (term-erase-in-line): Fix comparison.
7316         (term-emulate-terminal): Fix line wrap handling.
7317         (term-start-output-log): Rename from `term-set-output-log'.
7318         (term-stop-output-log): Rename from `term-stop-photo'.
7319         (term-switch-to-alternate-sub-buffer): Comment out, unused.
7321 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * dired.el (dired-move-to-filename): Don't output a message if
7324         raise-error is non-nil.  Fix return position and value.
7326         * files.el (insert-directory): Obey --dired even with symlinks.
7328 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
7330         * ls-lisp.el (ls-lisp-format): Mark file names with property
7331         dired-filename.
7333 2004-09-25  Kim F. Storm  <storm@cua.dk>
7335         * ido.el (ido-max-directory-size): New defcustom.
7336         (ido-decorations): Add "too big" element.
7337         (ido-directory-too-big): New dynamic var.
7338         (ido-may-cache-directory): Don't cache big directories.
7339         (ido-directory-too-big-p): New defun.
7340         (ido-set-current-directory): Update ido-directory-too-big.
7341         (ido-read-internal): Make empty ido-cur-item if too-big.
7342         (ido-buffer-internal): Use ido-read-internal directly instead of
7343         ido-read-buffer.
7344         (ido-file-internal): Init ido-directory-too-big.
7345         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
7346         and redo completion with full list.
7347         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
7348         it, and show completions.
7349         (ido-all-completions): Let bind ido-directory-too-big to nil.
7350         (ido-exhibit): Handle ido-directory-too-big.
7351         (ido-read-buffer): Handle fallback to read-buffer.
7352         Init ido-directory-too-big.
7353         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
7354         Init ido-directory-too-big.
7356 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
7358         * subr.el (delay-mode-hooks): Doc fix.
7360 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
7362         * textmodes/enriched.el
7363         (enriched-default-text-properties-local-flag): New variable.
7364         (enriched-mode): Make sure that enabling and disabling the mode is
7365         a no-op.  Doc fix.
7367 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
7369         * calendar/holidays.el (holiday-advent): Report on a specified day
7370         offset from advent, not just advent.
7371         (holiday-easter-etc): Report on one specified day offset from
7372         easter, not all easter holidays. Various Easter holidays moved to
7373         `christian-holidays' variable in calendar.el.
7374         * calendar/calendar.el (christian-holidays): Adapt for new
7375         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
7377 2004-09-23  Kim F. Storm  <storm@cua.dk>
7379         * image.el (insert-sliced-image): Add doc string.
7381         * ido.el (ido-choice-list): New dynamic var for `list' context.
7382         (ido-context-switch-command): New dynamic var.
7383         (ido-define-mode-map): Generalize switch between file/buffer contexts.
7384         (ido-read-internal): Handle new `list' context.
7385         Handle insert-buffer and insert-file ido-exit values.
7386         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
7387         ido-context-switch-command. Handle insert-file ido-exit value.
7388         (ido-read-buffer): Set ido-context-switch-command to 'ignore
7389         unless it is already bound by caller.
7390         (ido-file-internal): New arg switch-cmd.  Use it to setup
7391         ido-context-switch-command.  Handle insert-buffer ido-exit value.
7392         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
7393         used for context switching.
7394         (ido-all-completions): Handle new `list' context.
7395         (ido-make-choice-list): Return choices for `list' context.
7396         (ido-find-file-in-dir, ido-display-file, ido-write-file)
7397         (ido-display-buffer, ido-kill-buffer): Disable context switching.
7398         (ido-insert-buffer, ido-insert-file): Setup context switching.
7399         (ido-exhibit): Handle `list' context.
7400         (ido-read-file-name): Disable context switching.  Handle fallback.
7401         (ido-read-directory-name): Disable context switching.
7402         (ido-completing-read): New defun like completing-read.  Setup and
7403         use new `list' context.
7405 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
7407         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
7409 2004-09-21  Jay Belanger  <belanger@truman.edu>
7411         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
7412         `calc-graph-set-styles' so the gnuplot buffer will appear in a
7413         separate window.
7415 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
7417         * subr.el (after-change-major-mode-hook): Doc fix.
7419 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7421         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
7422         of ghostscript for monochrome PostScript file in Windows.
7424 2004-09-21  Kenichi Handa  <handa@m17n.org>
7426         * descr-text.el (describe-char): Checking of quail activation
7427         fixed.
7429 2004-09-21  Jay Belanger  <belanger@truman.edu>
7431         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
7433 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
7435         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
7436         after the mode hooks instead of before.  Doc fix.
7438 2004-09-20  Jason Rumney  <jasonr@gnu.org>
7440         * startup.el (command-line) [windows-nt]: Try .emacs first, then
7441         _emacs, but revert to .emacs if neither exists in home directory.
7443 2004-09-20  John Paul Wallington  <jpw@gnu.org>
7445         * bindings.el (completion-ignored-extensions): Add .dfsl.
7447 2004-09-20  Richard M. Stallman  <rms@gnu.org>
7449         * bindings.el (scroll-left): Make it disabled.
7451         * files.el (enable-local-eval): Doc fix.
7453         * indent.el (move-to-left-margin): Special case for minibuffer.
7455         * term.el (term-emulate-terminal): Turn off undo for output.
7456         Use with-current-buffer and save-selected-window.
7458         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
7460         * progmodes/make-mode.el (makefile-fill-paragraph):
7461         Don't insist on spaces when looking for comments.  # is enough.
7463         * files.el (hack-local-variables): Copy the variables list
7464         to another buffer, strip prefixes and suffixes there, then read.
7465         (enable-local-eval): Doc fix.
7466         (ignored-local-variables): Initialize to nil.
7467         (risky-local-variable-p): Don't check ignored-local-variables here.
7468         (hack-one-local-variable): Ignore var if in ignored-local-variables.
7470 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7472         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
7473         of = to "." (punctuation).
7475 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7477         * subr.el (event-basic-type): Fix mask (extend to 22bits).
7479 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
7481         * textmodes/enriched.el (enriched-rerun-flag): New variable.
7482         (enriched-before-change-major-mode): New function.
7483         Add it to `change-major-mode-hook'.
7484         (enriched-after-change-major-mode): New function.
7485         Add it to `after-change-major-mode-hook'.
7486         (enriched-mode): Make it work correctly if called from
7487         `after-change-major-mode-hook'.
7488         No longer set `indent-line-function'.
7490         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
7492         * subr.el (after-change-major-mode-hook): New variable.
7493         (run-mode-hooks): Implement it.
7495 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7497         * battery.el (battery-linux-proc-apm): Use string-to-number.
7498         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
7499         Use dolist (and less indentation).  Use erase-buffer.
7500         Pre-initialize `design-capacity', `warn', and `low'.
7501         (battery-format): Use replace-regexp-in-string.
7503 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7505         * battery.el: Delete superfluous empty lines.
7506         (battery-linux-proc-acpi): Attempt to gather information from all
7507         battery subdirectories regardless of their file name.
7508         (battery-linux-proc-apm): Replace all occurrences of
7509         battery-hex-to-int-2 with string-to-int (base 16).
7510         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
7511         (battery-hex-map): Delete variable.
7513 2004-09-18  John Paul Wallington  <jpw@gnu.org>
7515         * calc/calc-units.el (calc-quick-units): Fix overzealous
7516         s/or/unless/.
7518 2004-09-17  Jay Belanger  <belanger@truman.edu>
7520         * calc/calc.el (calc-mode-var-list): Fix the value of
7521         `calc-matrix-brackets'.
7523 2004-09-17  Romain Francoise  <romain@orebokech.com>
7525         * ibuf-ext.el (define-ibuffer-filter filename):
7526         Expand dired-directory since buffer-file-name is absolute.
7528 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7530         * ediff-init.el (ediff-current-diff-face-A)
7531         (ediff-current-diff-face-B, ediff-current-diff-face-C)
7532         (ediff-current-diff-face-Ancestor)
7533         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7534         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7535         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7536         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7537         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7538         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7539         Use min-colors.
7541         * term.el (term-down): Perform vertical motion if DOWN is negative.
7542         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
7543         (term-termcap-format): Synchronyze with the eterm terminfo entry
7544         in etc/e/eterm.ti.
7545         (term-handle-colors-array): If the current foreground or
7546         background are zero (i.e. unspecified), use the foreground and
7547         background of the default face for reverse video.
7548         (term-ansi-at-eval-string, term-ansi-default-fg)
7549         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
7550         (term-mem): Delete ununsed function.
7551         (term-protocol-version): Increment.
7552         (term-current-face): Set to default.
7554 2004-09-15  Jay Belanger  <belanger@truman.edu>
7556         * calc/calc.el (calc-mode-var-list): Define this variable.
7557         (calc-always-load-extensions, calc-line-numbering)
7558         (calc-line-breaking, calc-display-just, calc-display-origin)
7559         (calc-number-radix, calc-leading-zeros, calc-group-digits)
7560         (calc-group-char, calc-point-char, calc-frac-format)
7561         (calc-prefer-frac, calc-hms-format, calc-date-format)
7562         (calc-float-format, calc-full-float-format, calc-complex-format)
7563         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7564         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7565         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7566         (calc-matrix-brackets, calc-language, calc-language-option)
7567         (calc-left-label, calc-right-label, calc-word-size)
7568         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7569         (calc-display-raw, calc-internal-prec, calc-angle-mode)
7570         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7571         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7572         (calc-window-height, calc-display-trail, calc-show-selections)
7573         (calc-use-selections, calc-assoc-selections)
7574         (calc-display-working-message, calc-auto-why, calc-timing)
7575         (calc-mode-save-mode, calc-standard-date-formats)
7576         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
7577         (calc-user-parse-tables, calc-gnuplot-default-device)
7578         (calc-gnuplot-default-output, calc-gnuplot-print-device)
7579         (calc-gnuplot-print-output, calc-gnuplot-geometry)
7580         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7581         (calc-invocation-macro, calc-show-banner): Give these values as
7582         part of `calc-mode-var-list's initialization after the variables
7583         are declared with defvar.
7584         (calc-bug-address):  Change email address to send bug reports to.
7585         Change the maintainer address at the top.
7586         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
7587         than "\\.emacs" to determine if it is the user-init-file.
7589         * calc/calc-embed.el (calc-embedded-set-modes): Use
7590         `calc-mode-var-list' correctly.
7592 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
7594         * vc.el (annotate-time): Document point handling.
7595         (vc-annotate-display-autoscale): Doc fix.
7597 2004-09-15  Miles Bader  <miles@gnu.org>
7599         * generic.el (generic-make-keywords-list): Use symbol rather than
7600         word anchors in regexp.
7602 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7604         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
7605         no file name consider `dired-directory'.
7607 2004-09-14  Kim F. Storm  <storm@cua.dk>
7609         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
7611 2004-09-14  Simon Josefsson  <jas@extundo.com>
7613         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
7615         * textmodes/dns-mode.el: Add.
7617 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7619         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
7620         (disabled-command-function): Make the ?\  char more obvious.
7622         * vc-arch.el (vc-arch-root, vc-arch-registered):
7623         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
7625 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
7627         * windmove.el (windmove-frame-edges): Report coordinates of
7628         outside edges of frame, not inside edges.
7629         (windmove-coordinates-of-position): Convert into wrapper to new
7630         function `windmove-coordinates-of-window-position';
7631         `compute-motion' always applies to selected window.
7632         (windmove-coordinates-of-position): Update documentation to refer
7633         to Emacs 21 Lisp Reference Manual.
7634         (windmove-find-other-window): Fix off-by-one errors for max x,y.
7636 2004-09-13  Kim F. Storm  <storm@cua.dk>
7638         * isearch.el (isearch-resume-in-command-history): Rename from
7639         isearch-resume-enabled and change default to nil.
7641 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7643         * vc-hooks.el (vc-ignore-dir-regexp): New var.
7644         (vc-registered): Use it.
7645         (vc-find-root): New fun.
7647         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7648         Don't tell to use \\{...} when it's already done.
7650         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
7651         Provide a sample complex default.
7652         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
7653         (bibtex-entry): Use mapc.
7655 2004-09-12  Kim F. Storm  <storm@cua.dk>
7657         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
7659         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
7660         inhibit-field-text-motion to t so rectangles work in comint buffers.
7662         * simple.el (choose-completion-string): Set buffer before running
7663         choose-completion-string-functions hook so it can be buffer-local.
7665 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
7667         * progmodes/compile.el (compilation-start): Parse command to see
7668         if it starts with a cd, and if so perform it for the *compilation*
7669         buffer.  Change the header to reflect this.
7671 2004-09-11  Kim F. Storm  <storm@cua.dk>
7673         * ido.el (ido-enable-dot-prefix): Doc fix.
7674         (ido-enable-dot-prefix): New defcustom.
7675         (ido-set-matches1): Use it.
7677 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7679         * textmodes/bibtex.el (bibtex-mark-active)
7680         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
7682 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7684         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
7685         used in a case insensitive environment.
7686         (bibtex-mode-map): Rearrange order of menus.
7687         (bibtex-quoted-string-re): Obsolete.
7688         (bibtex-complete-key-cleanup): Variable replaced by new function.
7689         (bibtex-font-lock-keywords): Use backquotes.
7690         (bibtex-font-lock-url-regexp): New internal variable.
7691         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
7692         "OPT" and "ALT".
7693         (bibtex-insert-current-kill, bibtex-make-field)
7694         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
7695         (bibtex-parse-field-text): Simplify.
7696         (bibtex-string=): New helper function.
7697         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
7698         (bibtex-map-entries): Use bibtex-string=.
7699         (bibtex-search-entry): Use not.
7700         (bibtex-enclosing-field): Fix docstring.
7701         (bibtex-assoc-regexp): Obsolete.
7702         (bibtex-format-entry): Use assoc-string and bibtex-string=.
7703         (bibtex-autokey-get-names): Handle empty name field.
7704         (bibtex-parse-strings): Use assoc-string and unless.
7705         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
7706         Use assoc-string.
7707         (bibtex-pop): Simplify.
7708         (bibtex-mode): Set font-lock-extra-managed-props.
7709         (bibtex-entry-update): Use assoc-string.
7710         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
7711         (bibtex-autofill-entry): Use bibtex-string=.
7712         (bibtex-print-help-message): Simplify.
7713         (bibtex-find-entry): New optional arg START.
7714         (bibtex-validate): Use bibtex-string= and assoc-string.
7715         Do not call obsolete function compilation-parse-errors.
7716         (bibtex-remove-delimiters): Only remove delimiters if present.
7717         (bibtex-copy-entry-as-kill): Add docstring.
7718         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
7719         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
7720         (bibtex-complete): Use bibtex-predefined-month-strings,
7721         bibtex-string=, and new function bibtex-complete-key-cleanup.
7722         (bibtex-generate-url-list): New variable.
7723         (bibtex-url): New command bound to C-c C-l and mouse-2.
7724         (bibtex-url-map): New local keymap for bibtex-url-mouse.
7725         (bibtex-font-lock-url): New function.
7727 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7729         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
7731 2004-09-09  Kim F. Storm  <storm@cua.dk>
7733         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
7734         counter and format with binding.
7735         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
7736         the declared macro uses own macro counter and format.  Give symbol
7737         kmacro property.
7738         (kmacro-keymap): Bind kmacro-name-last-macro to n.
7739         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
7740         (kmacro-end-and-call-macro): Doc fix.
7742 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
7744         * desktop.el (desktop-clear-preserve-buffers):
7745         Remove make-obsolete-variable.
7747 2004-09-08  Richard M. Stallman  <rms@gnu.org>
7749         * buff-menu.el (list-buffers-noselect): Call format-mode-line
7750         with the buffer as argument.
7752 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7754         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
7756 2004-09-08  Juri Linkov  <juri@jurta.org>
7758         * replace.el (perform-replace): Use `query-replace-descr'.
7760         * cus-start.el (history-delete-duplicates): Specify customization.
7762         * diff-mode.el (diff-mode-map):
7763         * progmodes/compile.el (compilation-mode-map):
7764         * progmodes/grep.el (grep-mode-map):
7765         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
7766         to `next-error-follow-minor-mode'.
7768 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7770         * isearch.el (isearch-lazy-highlight-update): Take into account
7771         the case of zero-length match at the search bound.
7773 2004-09-08  Kim F. Storm  <storm@cua.dk>
7775         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
7776         change.  Use zero width overlays when necessary.
7778 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7780         * subr.el (split-string): Docfix.
7782 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7784         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
7785         (display-call-tree): Ensure newline after caller/calls blocks.
7787 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7789         * startup.el (command-line-1): Make option
7790         --directory/-L modify `load-path' straight away.
7792 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7794         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
7796 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7798         * emacs-lisp/autoload.el (make-autoload):
7799         Handle `define-compilation-mode'.
7801         * emacs-lisp/lisp-mode.el (define-compilation-mode):
7802         Specify `doc-string-elt' property.
7804 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7806         * bs.el (bs-mode): Doc fix.
7808 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7810         * info.el (Info-insert-dir): Fix temp buffer leak bug.
7812 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
7814         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
7816 2004-09-08  Kenichi Handa  <handa@m17n.org>
7818         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
7819         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
7820         ps-mule-next-point -> 1+).
7822         * composite.el (encode-composition-rule): Add autoload cooky.
7824 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7826         * format.el (buffer-auto-save-file-format): Make it permanent local.
7828 2004-09-07  Kim F. Storm  <storm@cua.dk>
7830         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
7831         (authors-fixed-entries): Fix typo.
7832         (authors-canonical-author-name): Compact multiple spaces.
7833         Ignore trivial names (e.g. only first name).
7835         * term.el (term-window-width): Only use full window width on
7836         window system if overflow-newline-into-fringe is enabled.
7837         (term-mode): Don't disable overflow-newline-into-fringe.
7839 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7841         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
7842         motion as seen on my Mac OS X xterms.
7844         * newcomment.el (uncomment-region-default, comment-region-default):
7845         New functions extracted from uncomment-region and comment-region.
7846         (comment-region, comment-region-function, uncomment-region)
7847         (uncomment-region-function): Use them.
7849         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
7851         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
7852         It's not crucial but can make sense at times.
7854         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
7855         the first commit.
7857         * vc.el (vc-buffer-context, vc-restore-buffer-context):
7858         Disable obsolete code.
7860 2004-09-07  Juri Linkov  <juri@jurta.org>
7862         * progmodes/grep.el (grep-highlight-matches): Change default from
7863         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
7864         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
7865         if grep option `--color' is available, or to `nil' otherwise.
7866         (grep-process-setup): Call `grep-compute-defaults' if
7867         `grep-highlight-matches' is not computed.  Set env-vars only
7868         if `grep-highlight-matches' is `t'.
7869         (grep-use-null-device): Remove redundant type `boolean' (`choice'
7870         is already defined).
7872         * progmodes/compile.el (compilation-start): Use copy of
7873         `process-environment' created by `copy-sequence' to not
7874         modify env-vars in the global `process-environment'.
7876 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
7878         * simple.el (next-error-follow-minor-mode): Fix last change.
7880 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
7882         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
7883         permanent local.
7885 2004-09-04  Richard M. Stallman  <rms@gnu.org>
7887         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
7888         highlighting if the search string is empty.
7890 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
7892         * facemenu.el (facemenu-active-faces): Change condition of inner
7893         `while' loop to also check the first two elements of `face-atts'
7894         and `mask-atts'.
7896 2004-09-04  John Paul Wallington  <jpw@gnu.org>
7898         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
7899         (thumbs-view-image-mode): Make buffer read-only.
7901 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
7903         * textmodes/ispell.el (ispell-really-aspell): New defvar.
7904         (ispell-check-version): Set it.
7905         (ispell-send-replacement): New function.
7906         (ispell-process-line): Call ispell-send-replacement.
7908 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7910         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
7911         Support choosing seconds with "s".
7913 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
7915         * terminal.el (te-escape): Show `?' in prompt for help key.
7917 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
7919         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
7921 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7923         * simple.el (next-error-follow-minor-mode)
7924         (next-error-follow-mode-post-command-hook): New functions.
7925         (next-error-follow-last-line): New defvar.
7927         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
7928         * progmodes/compile.el (compilation-mode-map): Likewise.
7929         * progmodes/grep.el (grep-mode-map): Likewise.
7930         * replace.el (occur-mode-map): Likewise.
7932         * newcomment.el (uncomment-region): Bind comment-use-global-state
7933         to nil.
7935 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
7937         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
7938         locally around the call to `revert-buffer'.
7940 2004-09-03  Juri Linkov  <juri@jurta.org>
7942         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
7943         `isearch-adjusted' to `t'.
7944         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
7945         (isearch-message-prefix): Add "pending" for isearch-adjusted.
7946         (isearch-other-meta-char): Restore isearch-point unconditionally.
7947         (isearch-query-replace): Add new arg `regexp-flag' and use it.
7948         Set point to start of match if region is not active in transient
7949         mark mode (to include the current match to region boundaries).
7950         Push the search string to `query-replace-from-history-variable'.
7951         Add prompt "Query replace regexp" for isearch-regexp.
7952         Add region beginning/end as last arguments of `perform-replace.'
7953         (isearch-query-replace-regexp): Replace code by the call to
7954         `isearch-query-replace' with arg `t'.
7956 2004-09-03  Richard M. Stallman  <rms@gnu.org>
7958         * startup.el (normal-top-level): Undo previous TERM change.
7960 2004-09-03  Kim F. Storm  <storm@cua.dk>
7962         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
7963         highlight overlays; allow using RET when cursor is over a button.
7964         (cua--highlight-rectangle): Use it.
7965         (cua--rectangle-set-corners): Don't move backwards at eol.
7966         (cua--forward-line): Don't move into void after eob.
7968         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
7969         point is set (and displayed) inside rectangle.
7970         (cua--rectangle-operation): Fix for highlight of empty lines.
7971         (cua--highlight-rectangle): Fix highlight for tabs.
7972         Position cursor at left/right edge of rectangle using new `cursor'
7973         property on overlay strings.
7974         (cua--indent-rectangle): Don't tabify.
7975         (cua-rotate-rectangle): Ignore that point has moved.
7977 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7979         * term/mac-win.el: Add ASCII equivalents for some function keys.
7980         (mode-line-frame-identification): Sync with x-win.el.
7982 2004-09-02  Juri Linkov  <juri@jurta.org>
7984         * progmodes/compile.el (compilation-buffer-name): Compare major
7985         mode with second element of compilation-arguments instead of third
7986         to reflect latest changes in compilation-arguments structure.
7987         (recompile): Use global variable `compilation-directory' to get
7988         recent compilation directory only when `recompile' is invoked NOT
7989         in the compilation buffer.  Otherwise, use `default-directory' of
7990         the compilation buffer.
7991         (compilation-error-properties): Allow to funcall col and end-col.
7992         (compilation-mode-font-lock-keywords): Check col and end-col by
7993         `integerp'.
7994         (compilation-goto-locus): If end-mk is non-nil in transient mark
7995         mode don't activate the mark (and don't display message in
7996         push-mark), but highlight overlay between mk and end-mk.
7998         * progmodes/grep.el (grep-highlight-matches): New defcustom.
7999         (grep-regexp-alist): Add rule to highlight grep matches.
8000         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
8002         * info.el (Info-fontify-node): Don't compute other-tag
8003         if Info-hide-note-references=hide.
8005         * help.el (function-called-at-point):
8006         * help-fns.el (variable-at-point):
8007         Try `find-tag-default' when other methods failed.
8009         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8010         Do not push mark if inhibit-mark-movement is non-nil.
8012         * textmodes/ispell.el (ispell-html-skip-alists):
8013         Fix backslashes in docstring.
8015 2004-09-01  Juri Linkov  <juri@jurta.org>
8017         * isearch.el (isearch-wrap-function)
8018         (isearch-push-state-function): New defvars.
8019         (isearch-pop-fun-state): New defsubst.
8020         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
8021         (isearch-push-state): Set the result of calling
8022         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
8023         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
8024         restore the mode-specific starting point of terminated search.
8025         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
8026         (isearch-repeat): Call `isearch-wrap-function' if defined.
8027         (isearch-message-prefix): Don't add prefix "over" to the message
8028         for wrapped search if `isearch-wrap-function' is defined.
8029         (isearch-search): Call function saved in `isearch-pop-fun-state' to
8030         restore the mode-specific starting point of failed search.
8032         * info.el (Info-search-whitespace-regexp): Fix backslashes.
8033         (Info-search): Add new optional arguments for the sake of isearch.
8034         Replace whitespace in Info-search-whitespace-regexp literally.
8035         Add backward search.  Don't call `Info-select-node' if regexp is
8036         found in the same Info node.  Don't add node to Info-history for
8037         wrapped isearch.
8038         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
8039         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
8040         (Info-mode): Set local variables `isearch-search-fun-function',
8041         `isearch-wrap-function', `isearch-push-state-function',
8042         `search-whitespace-regexp'.
8044         * isearch.el: Remove ancient Change Log section.
8045         (isearch-string, isearch-message-string, isearch-point)
8046         (isearch-success, isearch-forward-flag, isearch-other-end)
8047         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
8048         (isearch-barrier, isearch-within-brackets)
8049         (isearch-case-fold-search): Add suffix `-state' to state-related
8050         defsubsts to avoid name clashes with other function names.
8052         * simple.el (next-error): New defgroup and defface.
8053         (next-error-highlight, next-error-highlight-no-select):
8054         New defcustoms.
8055         (next-error-no-select): Let-bind next-error-highlight to the value
8056         of next-error-highlight-no-select before calling `next-error'.
8058         * progmodes/compile.el (compilation-goto-locus):
8059         Use `next-error' face instead of `region'.  Set 4-th argument of
8060         `move-overlay' to `current-buffer' to move overlay to different
8061         source buffers.  Use new variable `next-error-highlight'.
8063         * simple.el (next-error-find-buffer): Move the rule
8064         "if current buffer is a next-error capable buffer" after the
8065         rule "if next-error-last-buffer is set to a live buffer".
8066         Simplify to test all rules in one `or'.
8067         (next-error): Doc fix.
8068         (next-error, previous-error, first-error)
8069         (next-error-no-select, previous-error-no-select):
8070         Make arguments optional.
8072 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
8074         * macros.el (apply-macro-to-region-lines): Make it operate on all
8075         lines that begin in the region, rather than on all complete lines
8076         in the region.
8078 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8080         * x-dnd.el (x-dnd-protocol-alist): Document update.
8081         (x-dnd-known-types): Defcustom it.
8082         (x-dnd-handle-motif): Print message-atom in error message.
8084 2004-08-30  John Paul Wallington  <jpw@gnu.org>
8086         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
8087         strings rather than programatically constructing message.
8089 2004-08-30  Richard M. Stallman  <rms@gnu.org>
8091         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
8092         Don't return a string that would read as the wrong character code.
8094 2004-08-29  Kim F. Storm  <storm@cua.dk>
8096         * emulation/cua-base.el (cua-auto-expand-rectangles):
8097         Remove automatic rectangle padding feature; replace by non-destructive
8098         virtual rectangle edges feature.
8099         (cua-virtual-rectangle-edges): New defcustom.
8100         (cua-auto-tabify-rectangles): New defcustom.
8101         (cua-paste): If paste into a marked rectangle, insert rectangle at
8102         current column, even if virtual; also paste exactly as many lines
8103         as has been marked (ignore additional lines or add empty lines),
8104         but paste whole source if only one line is marked.
8105         (cua--update-indications): No longer use overwrite-cursor to
8106         indicate rectangle padding
8108         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
8109         (cua--rectangle-virtual-edges): New defun.
8110         (cua--rectangle-get-corners): Remove optional PAD arg.
8111         (cua--rectangle-set-corners): Never do padding.
8112         (cua--forward-line): Remove optional PAD arg.  Simplify.
8113         (cua-resize-rectangle-right, cua-resize-rectangle-left)
8114         (cua-resize-rectangle-down, cua-resize-rectangle-up):
8115         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
8116         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
8117         (cua--rectangle-move): Never do padding.  Simplify.
8118         (cua--tabify-start): New defun.
8119         (cua--rectangle-operation): Add tabify arg.  All callers changed.
8120         (cua--pad-rectangle): Remove.
8121         (cua--delete-rectangle): Handle delete with virtual edges.
8122         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
8123         (cua--insert-rectangle): Handle insert at virtual column.
8124         Perform auto-tabify if necessary.
8125         (cua--activate-rectangle): Remove optional FORCE arg.
8126         Never do padding.  Simplify.
8127         (cua--highlight-rectangle): Enhance for virtual edges.
8128         (cua-toggle-rectangle-padding): Remove command.
8129         (cua-toggle-rectangle-virtual-edges): New command.
8130         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
8131         (cua--rectangle-post-command): Don't force rectangle padding.
8132         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
8134 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
8136         * indent.el (edit-tab-stops-buffer): Doc fix.
8138 2004-08-28  Richard M. Stallman  <rms@gnu.org>
8140         * progmodes/grep.el (grep-default-command): Use find-tag-default.
8141         (grep-tag-default): Function deleted.
8143         * subr.el (find-tag-default): Move from etags.el.
8145         * progmodes/etags.el (find-tag-default): Move to subr.el.
8147         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
8148         into the basic character if it has an uppercase form.
8150 2004-08-27  Kenichi Handa  <handa@m17n.org>
8152         * international/utf-8.el (utf-8-post-read-conversion): If the
8153         buffer is unibyte, temporarily make it multibyte.
8155 2004-08-27  Masatake YAMATO  <jet@gyve.org>
8157         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
8159 2004-08-25  John Paul Wallington  <jpw@gnu.org>
8161         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
8162         0, 1, and many mismatches in message.
8163         (tex-start-shell): Use `set-process-query-on-exit-flag'.
8165         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
8166         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
8168 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8170         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
8171         vc-diff-switches differently.
8173 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
8175         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
8176         before and a real defvar after
8177         `speedbar-supported-extension-expressions'.  This is to silence
8178         the compiler without breaking bootstrapping.
8180 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8182         * textmodes/flyspell.el (flyspell-word):
8183         Use set-process-query-on-exit-flag.
8184         (flyspell-highlight-duplicate-region): Take POSS as arg.
8185         (flyspell-word): Pass POSS as arg.
8187         * progmodes/ada-xref.el: Many doc and style fixes.
8188         (ada-find-any-references): Use compilation-start.
8189         (ada-get-ali-file-name): Improve error msg.
8190         (ada-get-ada-file-name): Likewise.
8192         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
8193         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
8195         * mail/mail-extr.el (mail-extr-all-top-level-domains):
8196         Add forward defvar.
8198         * whitespace.el (global-whitespace-mode): New alias
8199         for whitespace-global-mode.
8201         * speedbar.el (speedbar-file-regexp): Move definition up.
8202         (speedbar-mode, speedbar-set-mode-line-format):
8203         Use with-no-warnings.
8204         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
8206         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
8207         controls whether to display the error buffer.
8209         * ps-mule.el: Delete compatibility code for old Emacses.
8210         (ps-mule-find-wrappoint): Don't use chars-in-region.
8212         * frame.el (display-mouse-p, display-selections-p):
8213         Use with-no-warnings.
8215         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
8217 2004-08-22  David Kastrup  <dak@gnu.org>
8219         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
8220         information.
8222         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
8224 2004-08-22  Andreas Schwab  <schwab@suse.de>
8226         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
8228 2004-08-22  Masatake YAMATO  <jet@gyve.org>
8230         * cvs-status.el (cvs-status-checkout): New function.
8231         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
8233 2004-08-21  David Kastrup  <dak@gnu.org>
8235         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
8236         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
8237         has been converted to use hashtables, the relation `nil=none' is
8238         no longer valid, as `nil' is not a hashtable.  This patch tries to
8239         reduce the number of resulting errors.
8241 2004-08-21  John Paul Wallington  <jpw@gnu.org>
8243         * subr.el (process-kill-without-query): Made obsolete in
8244         version 21.4, not 21.5.
8246         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
8247         (vc-previous-comment, vc-next-comment)
8248         (vc-comment-search-reverse, vc-comment-search-forward)
8249         (vc-comment-to-change-log): Likewise.
8251         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
8253 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
8255         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
8256         Correct indentation of DEFMETHODS with non-standard method
8257         combinations (e.g., PROGN, MIN, MAX).
8259 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8261         * startup.el (normal-top-level-add-subdirs-to-load-path):
8262         Avoid unnecessarily checking system-type.
8263         (normal-top-level): Set TERM to "dumb".  Simplify.
8265         * avoid.el (mouse-avoidance-ignore-p): New fun.
8266         Also ignore switch-frame, select-window, double, and triple clicks.
8267         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
8268         (mouse-avoidance-fancy-hook): Use it.
8270 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
8272         * avoid.el (mouse-avoidance-nudge-mouse)
8273         (mouse-avoidance-banish-destination): Stay within the current window
8274         to avoid problems with mouse-autoselect-window.
8276 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8278         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
8279         the newer format of some messages in cvs-1.12.1.
8281 2004-08-19  Masatake YAMATO  <jet@gyve.org>
8283         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
8284         (elp-results-jump-to-definition-by-mouse)
8285         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
8286         (elp-output-result): Use elp-output-insert-symname.
8288 2004-08-18  Kenichi Handa  <handa@m17n.org>
8290         * language/cyrillic.el: Register koi8-r in
8291         ctext-non-standard-encodings-alist.
8292         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
8294 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
8296         * emacs-lisp/copyright.el (copyright-update-year): Delete code
8297         that replaces 20xy with xy.
8299 2004-08-17  John Paul Wallington  <jpw@gnu.org>
8301         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
8302         (reb-force-update): Doc fix.
8304 2004-08-16  Richard M. Stallman  <rms@gnu.org>
8306         * progmodes/which-func.el (which-func-update-1): Doc fix.
8308         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
8309         (sh-mode-abbrev-table): New variable.
8311         * progmodes/compile.el (compilation-mode): Doc fix.
8313         * emacs-lisp/lisp-mode.el (eval-last-sexp):
8314         Don't cons a new symbol each time.
8315         (eval-last-sexp-fake-value): New variable.
8317         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
8318         (copyright-update-year): Detect continuation of list of years.
8320         * term.el (term-default-fg-color, term-default-bg-color)
8321         (ansi-term-color-vector): Use `unspecified', not nil, as default.
8323         * imenu.el: Several doc fixes: don't say variables are buffer-local.
8325 2004-08-16  Davis Herring <herring@lanl.gov>
8327         * isearch.el (isearch-string, isearch-message-string, isearch-point)
8328         (isearch-success, isearch-forward-flag, isearch-other-end)
8329         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
8330         (isearch-barrier, isearch-within-brackets)
8331         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
8333 2004-08-16  Kenichi Handa  <handa@m17n.org>
8335         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
8337 2004-08-15  Kenichi Handa  <handa@m17n.org>
8339         * term/x-win.el (x-selection-value): If utf8 was successful but
8340         ctext was not, use utf8 string.
8342 2004-08-14  Davis Herring  <herring@lanl.gov>
8344         * isearch.el: Remove accidental changes of March 4.  Fix backing
8345         up when a regexp isearch is made more general.  Use symbolic
8346         accessor functions for isearch stack frames to make usage clearer.
8347         (search-whitespace-regexp): Made groups in documentation shy (as
8348         is the group in the default value).
8349         (isearch-fallback): New function, addresses problems with regexps
8350         liberalized by `\|', adds support for liberalization by `\}' (the
8351         general repetition construct), and incorporates behavior for
8352         `*'/`?'.
8353         (isearch-}-char): New command, calls `isearch-fallback' with
8354         arguments appropriate to a typed `}'.
8355         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
8356         appropriately.
8357         (isearch-mode-map): Bind `}' to `isearch-}-char'.
8358         (isearch-string, isearch-message,string, isearch-point)
8359         (isearch-success, isearch-forward-flag, isearch-other-end)
8360         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
8361         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
8362         New inline functions to read fields of a stack frame.
8364 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
8366         * battery.el (battery-linux-proc-acpi): Look into battery
8367         directories matching the literal string "CMB", too (required for
8368         Linux kernel version 2.6.7).
8370 2004-08-14  John Paul Wallington  <jpw@gnu.org>
8372         * cus-start.el (read-file-name-completion-ignore-case): Add.
8373         (blink-cursor-alist): Change version to "21.4".
8375         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
8377 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
8379         * speedbar.el (speedbar-scan-subdirs): New option.
8380         (speedbar-file-lists): Don't ignore file-name case on Unix and use
8381         dolist.
8382         (speedbar-insert-files-at-point): Take an extra argument and use
8383         it to optionally find out if a subdir is empty.  Also unreadable
8384         files don't get expand buttons.
8385         (speedbar-directory): New image (unused pixmap already existed).
8386         (speedbar-expand-image-button-alist): Use it.
8388 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8390         CC Mode update to 5.30.9:
8392         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
8393         Move from cc-vars to cc-defs for dependency reasons.  Fix the
8394         POSIX char class test to check that it works in
8395         `skip-chars-(forward|backward)' too.
8397         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8398         first argument starts with a special brace list.
8400         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
8401         when `c-opt-type-concat-key' is used (i.e. in Pike).
8403         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
8404         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
8405         >)".
8407         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
8408         whitespace safe.
8410         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
8411         position for `arglist-intro', `arglist-cont-nonempty' and
8412         `arglist-close' when there are two arglist open parens on the same
8413         line and there's nothing in front of the first.
8415         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
8416         locking of qualified names in Java, which previously could fontify
8417         common indexing expressions in many cases.  The standard Java
8418         naming conventions are used to tell them apart.
8420         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
8421         Fix inconsistency wrt opening parens on the first line inside a paren
8422         block.
8424         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
8425         compile time for the sake of `c-major-mode-is'.
8427         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
8428         `c-major-mode-is' in the event that this is used inside a
8429         `c-lang-defconst'.
8431         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
8432         `c-lang-defconst' so that it works better with fallback languages.
8434         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
8435         it to fail to record the base mode.
8437         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
8438         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
8439         is used.  Reorder the syntax checks to get more efficient
8440         skipping in some situations.
8442         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
8443         continuation which might precede the newly inserted '{'.
8445         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
8446         Fix cases where it could loop indefinitely.
8448         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
8449         size specs correctly.  Only fontify identifiers in front of '('
8450         with as functions - don't accept any paren char.  Tighten up
8451         initializer skipping to stop before function and class blocks.
8453         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8454         the point could be left directly after an open paren when finding
8455         the beginning of the first decl in the block.
8457         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
8458         table when filtering out legitimate open parens to be recorded.
8459         This could cause cache inconsistencies when e.g.
8460         `c++-template-syntax-table' was temporarily in use.
8462         * progmodes/cc-engine.el (c-on-identifier)
8463         (c-simple-skip-symbol-backward): Small fix for handling "-"
8464         correctly in `skip-chars-backward'.  Affected the operator lfun
8465         syntax in Pike.
8467         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
8468         Fix bug that could cause an error from `after-change-functions' when
8469         the changed region is at bob.
8471 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
8473         CC Mode update to 5.30.9:
8475         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
8476         to say that <TAB> doesn't insert WS into a CPP line.
8477         (c-indent-command, c-tab-always-indent): Amend doc strings.
8479         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
8480         checks for user errors, thus eliminating cryptic and unhelpful
8481         Emacs error messages.  (1) Check the arg to `c-set-style' is a
8482         string.  (2) Check that settings to `c-offsets-alist' are not
8483         spuriously quoted.
8485         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
8486         which precedes the newly inserted `{'.
8488 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8490         Sync with Tramp 2.0.44.
8492         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
8493         function "tramp_file_attributes".  Otherwise, file names
8494         containing spaces are misinterpreted.  Reported by Magnus Henoch
8495         <mange@freemail.hu>.
8496         (tramp-handle-file-truename): FILENAME must be expanded first.
8497         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
8498         obscure results.  Reported by D. Goel <deego@gnufans.org>.
8499         (tramp-handle-verify-visited-file-modtime): If file does not
8500         exist, say it is not modified if and only if that agrees with the
8501         buffer's record.  Check whether a file is visiting the buffer, or
8502         the buffer has no recorded last modification time.  Return t in
8503         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
8504         <teirllm@auburn.edu>.
8505         (tramp-handle-write-region): Pass modtime explicitely to
8506         `set-visited-file-modtime', because filename can be different
8507         from (buffer-file-name) if `file-precious-flag' is set.
8508         `set-visited-file-modtime' must be called always when `visit' is t
8509         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
8510         (tramp-handle-set-visited-file-modtime): If `time-list' is not
8511         nil, don't apply the whole body.  If the file doesn't exists, set
8512         modtime to '(-1 65535).  Suggested by Luc Teirlinck
8513         <teirllm@auburn.edu>.
8515 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8517         * help.el (describe-bindings): Doc fix.
8519         * subr.el (kbd): Doc fix.
8521 2004-08-08  John Paul Wallington  <jpw@gnu.org>
8523         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
8524         instead of `string-to-int'.
8525         (define-ibuffer-column mode): Fix indentation.
8527 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
8529         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
8531 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8533         * subr.el (global-unset-key, local-unset-key): Doc fixes.
8535         * novice.el (disabled-command-function): New variable renamed from
8536         `disabled-command-hook'.
8537         (disabled-command-hook): Keep the _variable_ as alias for
8538         `disabled-command-function' and make obsolete.
8539         (disabled-command-function): Function renamed from
8540         `disabled-command-hook'.  Adapt code to name change of the variable.
8542 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
8544         * simple.el (completion-root-regexp): New defvar.
8545         (completion-setup-function): Use it instead of a literal string.
8547 2004-08-07  John Paul Wallington  <jpw@gnu.org>
8549         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
8550         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
8551         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
8552         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
8554 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8556         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
8557         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
8559 2004-08-04  Kenichi Handa  <handa@m17n.org>
8561         * international/encoded-kb.el (encoded-kbd-setup-keymap):
8562         Fix previous change.
8564 2004-08-03  Kenichi Handa  <handa@m17n.org>
8566         * international/encoded-kb.el: The following changes are to
8567         utilize key-translation-map instead of minor mode map.
8568         (encoded-kbd-iso2022-non-ascii-map): Delete it.
8569         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
8570         (encoded-kbd-last-key): New function.
8571         (encoded-kbd-iso2022-single-shift): New function.
8572         (encoded-kbd-iso2022-designation)
8573         (encoded-kbd-self-insert-iso2022-7bit)
8574         (encoded-kbd-self-insert-iso2022-8bit)
8575         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
8576         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
8577         key-translation-map.
8578         (encoded-kbd-setup-keymap): Setup key-translation-map.
8579         (saved-key-translation-map): New variable.
8580         (encoded-kbd-mode): Save/restore key-translation-map.
8581         Adjust for the change of encoded-kbd-setup-keymap.
8583 2004-08-02  Kim F. Storm  <storm@cua.dk>
8585         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
8586         and call compute-motion with nil for topos and width to get proper
8587         usable width and height for both window and non-window systems.
8589         * windmove.el (windmove-coordinates-of-position): Let compute-motion
8590         calculate usable window width and height.
8592         * window.el (window-buffer-height): Call compute-motion with nil width.
8594 2004-08-01  David Kastrup  <dak@gnu.org>
8596         * replace.el (query-replace-read-from):
8597         Use `query-replace-compile-replacement'.
8598         (query-replace-compile-replacement): New function.
8599         (query-replace-read-to): Use `query-replace-compile-replacement'
8600         for repeating the last command.
8602 2004-08-01  John Paul Wallington  <jpw@gnu.org>
8604         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
8605         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
8606         (pr-switches): Remove period from end of error messages.
8608         * help-mode.el (help-go-back): Likewise.
8610         * abbrev.el (only-global-abbrevs): Doc fix.
8611         (edit-abbrevs-map): Define within defvar.
8612         (quietly-read-abbrev-file): Doc fix.
8614 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
8616         * novice.el (enable-command, disable-command): Doc fixes.
8618         * subr.el (event-modifiers, event-basic-type): Doc fixes.
8620 2004-07-30  Richard M. Stallman  <rms@gnu.org>
8622         * subr.el (with-local-quit): Doc fix.
8624 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
8626         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
8628 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
8630         * custom.el (defcustom): Doc fix.
8632 2004-07-28  Masatake YAMATO  <jet@gyve.org>
8634         * progmodes/etags.el (etags-tags-apropos): Show building progress.
8636 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8638         * imenu.el (imenu-prev-index-position-function)
8639         (imenu-extract-index-name-function, imenu-name-lookup-function)
8640         (imenu--index-alist): Docstring redundancy fix.
8642 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
8644         * wdired.el (wdired-finish-edit): Require dired-aux before locally
8645         binding dired-backup-overwrite.
8647 2004-07-25  John Paul Wallington  <jpw@gnu.org>
8649         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
8651 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8653         * term/tty-colors.el (tty-color-approximate): Doc fix.
8655         * select.el (x-get-selection, x-set-selection): Doc fixes.
8657         * frame.el (make-frame): Doc fix.
8659 2004-07-24  Richard M. Stallman  <rms@gnu.org>
8661         * mail/rmail.el (rmail-mime-charset-pattern):
8662         Don't include semicolon in the charset value.
8664         * replace.el (occur-next-error): Call set-window-point.
8665         (occur-engine): Handle negative NLINES.
8667 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
8669         * frame.el (modify-all-frames-parameters): Minor doc fix.
8670         (set-frame-configuration): Doc fix.
8672 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8674         * simple.el (completion-setup-function): Compute the common parts
8675         and the first difference place correctly when
8676         partial-completion-mode is on.
8678 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8680         * ps-print.el: Doc fix.
8681         (ps-print-version): New version 6.6.5.
8682         (ps-printing-region): Doc fix.
8683         (ps-generate-string-list): Comment fix.
8684         (ps-message-log-max): Code fix.
8686 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8688         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
8689         generated PostScript.
8691 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
8693         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
8694         with Gnus v5_10 branch.)
8696 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8698         * calendar/time-date.el (time-to-number-of-days): New function.
8699         Imported from from Gnus.
8701 2004-07-22  Kim F. Storm  <storm@cua.dk>
8703         * progmodes/make-mode.el: Fix comments.
8705 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8707         * printing.el: Doc fix.
8709 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
8711         * frame.el (modify-all-frames-parameters): Minor doc fix.
8713 2004-07-20  Richard M. Stallman  <rms@gnu.org>
8715         * textmodes/fill.el (fill-nobreak-p): If this break point is
8716         at the end of the line, don't consider the newline which follows
8717         as a reason to return t.
8719 2004-07-19  John Paul Wallington  <jpw@gnu.org>
8721         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
8723 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
8725         * dired-aux.el (dired-do-kill-lines): Expand docstring.
8726         Delete irrelevant code.
8728 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8730         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8731         New docstring.  From Luc Teirlinck.
8733 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
8735         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
8736         section.
8737         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
8738         non-file buffers.  We know it is nil.
8740 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8742         Sync with Tramp 2.0.43.
8744         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8745         Remove outdated comment.
8746         (tramp-locked, tramp-locker): New variables for implementing a
8747         global lock.
8748         (tramp-sh-file-name-handler): Use them to implement the global lock.
8750 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
8752         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
8753         calls to respective `xxx` calls.
8754         (tramp-process-alive-regexp): Precise doc string.
8755         (tramp-multi-action-process-alive): New defun.
8756         (tramp-multi-actions): Use it.
8757         (tramp-handle-find-backup-file-name): `copy-tree' is available
8758         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
8759         in order to avoid this function.
8760         (tramp-handle-write-region): Set current buffer.  If connection
8761         wasn't open, `file-modes' has changed it accidently.  Reported by
8762         David Kastrup <dak@gnu.org>.
8763         (tramp-enter-password, tramp-read-passwd): New arguments USER and
8764         HOST.
8765         (tramp-action-password, tramp-multi-action-password): Apply it.
8766         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
8767         name must still contain the port number.  Otherwise, we have two
8768         Tramp buffers, with all the confusion.  Reported by Myron Selby
8769         <myron@xytech.com> and Rolf Dubitzky
8770         <Dubitzky@physi.uni-heidelberg.de>.
8772         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
8773         HOST to `tramp-enter-passwd'.
8775         * net/tramp-vc.el (all): Code cleanup.  Change all
8776         `tramp-handle-xxx' calls to respective `xxx` calls.
8778 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
8780         * emacs-lisp/testcover.el: New category "potentially-1valued" for
8781         functions that are not erroneous if either 1-valued or
8782         multi-valued.  Detect functions in this class.
8783         (testcover-1value-functions, testcover-compose-functions)
8784         (testcover-progn-functions) Add some additional functions to lists.
8785         (testcover-mark): Bugfix when marking up the definition for an
8786         empty function.
8788 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8790         * replace.el (occur-read-primary-args): Pass default to
8791         read-from-minibuffer.
8793         * mail/footnote.el (footnote-section-tag): Use defcustom.
8795         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
8796         Compile font-lock-keywords, not KEYWORDS.
8797         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
8798         Add warn, check-type.  Handle cerror like error.
8800 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8802         * progmodes/which-func.el (which-func-keymap): New var.
8803         (which-func-face): New face.
8804         (which-func-format): Use them.
8806 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8808         * buff-menu.el (list-buffers-noselect): Append the buffer's
8809         process status to its mode name.
8811 2004-07-16  Kim F. Storm  <storm@cua.dk>
8813         * simple.el (inhibit-mark-movement): New defvar.
8814         (beginning-of-buffer, end-of-buffer): Do not push mark if
8815         inhibit-mark-movement is non-nil or C-u prefix is given.
8817         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
8818         Init to beginning-of-buffer and end-of-buffer.
8819         (cua--undo-push-mark): New defvar.
8820         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
8821         already active and command is in cua--preserve-mark-commands.
8822         Also fix check for shift modifier on non-window systems.
8823         (cua--post-command-handler): Clear inhibit-mark-movement if set.
8825 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8827         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
8828         of two integers, instead of a cons.
8830         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
8831         `visited-file-modtime' now returns a list of two integers, instead
8832         of a cons.
8834         * dired.el (dired-directory-changed-p): Ditto.
8836         * progmodes/grep.el (grep): Doc fix.
8838 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
8840         * autorevert.el (auto-revert-tail-mode)
8841         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
8842         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
8843         in both at the same time.
8844         (auto-revert-tail-mode): New command.
8845         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
8846         (auto-revert-handler): Revert only either tail or whole file.
8848         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
8849         add auto-revert-tail-mode.
8851 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8853         * printing.el: Doc fix.  Change name of some funs.
8854         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
8855         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
8856         (pr-standard-file-name): New fun.  Replace pr-standard-path.
8857         (pr-call-process): Code fix.
8859 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
8861         * subr.el (with-selected-window): Doc fix.
8863 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
8865         * subr.el (get-buffer-window-list): Doc fix.
8867 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
8869         * files.el (switch-to-buffer-other-window): Doc fix.
8871         * window.el (save-selected-window, one-window-p)
8872         (split-window-keep-point, split-window-vertically)
8873         (split-window-horizontally): Doc fixes.
8875 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8877         * printing.el: Doc fix.  Now it uses call-process instead of
8878         shell-command for low command execution.
8879         (pr-version): New version number (6.8).
8880         (pr-shell-file-name): Option removed.
8881         (pr-shell-command): Fun removed.
8882         (pr-call-process): New fun.  Replace pr-shell-command.
8883         (pr-standard-path, pr-remove-nil-from-list): New funs.
8884         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
8885         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
8886         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
8887         (pr-ps-utility-process, pr-txt-print): Code fix.
8889 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8891         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
8892         boolean.
8894 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
8896         * wid-edit.el (widget-field-buffer): Doc fix.
8898 2004-07-09  John Paul Wallington  <jpw@gnu.org>
8900         * emacs-lisp/re-builder.el (reb-update-overlays):
8901         Distinguish between one and several matches in message.
8903 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8905         * mouse.el (mouse-set-region-1): If transient-mark-mode
8906         is `identity', change it to `only'.
8908         * simple.el (current-word): Doc fix.
8910 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
8912         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
8913         so that it is more understanding of whitespace.
8915         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
8916         (("ns" . "element") (attr-list) children) instead of
8917         ((:ns . "element") (attr-list) children) in order to reduce the
8918         number of symbols used.
8919         (xml-skip-dtd): Change to use xml-parse-dtd but set
8920         xml-validating-parsing to nil.
8921         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
8922         (xml-substitute-entity): Remove in favor of new entity substitution.
8923         (xml-substitute-special): Rewrite in to substitute complex
8924         entities from DOCTYPE declarations.
8925         (xml-parse-fragment): Parse fragments from entity deleclarations.
8926         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
8927         (xml-parse-dtd, xml-substitute-special): Make validity checks
8928         conditioned on xml-validating-parser.  Add "Not Well Formed" to
8929         error messages about well-formedness.
8931 2004-07-08  Steven Tamm  <steventamm@mac.com>
8933         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
8934         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
8935         Do not treat double clicks and triple clicks specially in the
8936         scroll bar (preventing strange repositioning problems)
8938 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8940         * replace.el (query-replace-regexp-eval): Fix last change.
8942 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * replace.el (query-replace-descr): New fun.
8945         (query-replace-read-from, query-replace-read-args): Default to the
8946         previous from&to.
8947         (query-replace-read-to): Quote the `from' string when displaying it.
8948         (query-replace-regexp-eval): Immediately check read-only status.
8949         Use query-replace-read-from to get the \n checking.
8950         Quote the `from' string when displaying it.
8951         (map-query-replace-regexp, occur-read-primary-args):
8952         Quote the `from' string when displaying it.
8954         * isearch.el (isearch-query-replace): Pass the regexp-ness and
8955         delimited-ness of the search to query-replace.
8957         * replace.el (query-replace-read-from, query-replace-read-to):
8958         New funs extracted from query-replace-read-args.
8959         (query-replace-read-args): Use them.
8961         * replace.el (query-replace-interactive, query-replace-read-args):
8962         Remove the `initial' special value.
8963         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
8964         (occur-engine): Remove unused var `matchend'.
8966         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
8967         Use the search string without prompting.
8969 2004-07-05  Kenichi Handa  <handa@m17n.org>
8971         * international/mule.el (decode-coding-inserted-region):
8972         Set last-coding-system-used only when coding is nil.
8974 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
8976         * progmodes/grep.el (grep-compute-defaults, grep-command)
8977         (grep-program, find-program, grep-find-use-xargs, grep-history)
8978         (grep-find-history, grep-tag-default, grep-find-command)
8979         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
8980         Add autoload cookies, for unbundled packages that load `compile'
8981         and expect all grep-related symbols to become defined.
8983 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
8985         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
8986         (iimage-mode-image-search-path): New user option to search the
8987         image file.
8988         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
8989         have locate-file.
8990         (iimage-mode-buffer): Use it.
8992 2004-07-03  Nick Roberts  <nickrob@gnu.org>
8994         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
8995         carefully.
8996         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
8998 2004-07-03  Juri Linkov  <juri@jurta.org>
9000         * replace.el (query-replace-read-args): Swallow space after 'foo,
9001         not after (quote foo).  Match space only immediately after symbol,
9002         not anywhere in the whole string.
9004 2004-07-02  Richard M. Stallman  <rms@gnu.org>
9006         * replace.el (query-replace-read-args): Swallow space after
9007         symbols, not after closeparens.  But avoid error if string ends there.
9009         * progmodes/python.el (python-beginning-of-statement):
9010         Exit the loop if backward-up-list gets error.
9012         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
9014 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
9016         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
9017         only if vc-consult-headers is non-nil.
9019 2004-07-02  Juri Linkov  <juri@jurta.org>
9021         * pcvs.el (cvs-mode-diff-repository): New command.
9023         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
9025 2004-07-01  Juri Linkov  <juri@jurta.org>
9027         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
9028         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
9029         C-M-% to isearch-query-replace-regexp.
9030         (minibuffer-local-isearch-map): Add arrow key bindings.
9031         Bind C-f to isearch-yank-char-in-minibuffer.
9032         (isearch-forward): Doc fix.
9033         (isearch-edit-string): Doc fix.
9034         (isearch-query-replace, isearch-query-replace-regexp): New funs.
9035         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
9036         (isearch-yank-char): Add optional arg.
9037         (isearch-yank-char-in-minibuffer): New fun.
9039         * replace.el (query-replace-interactive): Change type from boolean
9040         to choice.  Add value `initial'.
9041         (query-replace-read-args): Handle value `initial' of
9042         query-replace-interactive.
9044 2004-06-29  Kim F. Storm  <storm@cua.dk>
9046         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
9047         (breakpoint-disabled-bitmap-face): Add :group 'gud.
9049         * progmodes/ada-xref.el (ada-tight-gvd-integration):
9050         Add :group 'ada.
9052         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
9054 2004-06-29  Juri Linkov  <juri@jurta.org>
9056         * replace.el (query-replace-read-args): Swallow a space after
9057         everything except )]" which in most cases means after a symbol.
9059         * emacs-lisp/pp.el (pp-buffer): Add autoload.
9061 2004-06-28  Richard M. Stallman  <rms@gnu.org>
9063         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
9064         More changes to go with previous change in font-lock.el.
9066 2004-06-26  David Kastrup  <dak@gnu.org>
9068         * replace.el (perform-replace): Highlight the match even in
9069         non-query mode if there is potential replace string editing.
9071 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
9073         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
9074         agree with new return value of `file-remote-p'.
9075         This syncs with Tramp 2.0.42.
9077         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
9078         according to new documentation of `file-remote-p'.
9080         * files.el (file-remote-p): Fix doc to say that return value is
9081         identification of remote system, if not nil.
9082         (file-relative-name): Use new return value of `file-remote-p'.
9084 2004-06-26  Nick Roberts  <nickrob@gnu.org>
9086         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
9087         (gdb-goto-breakpoint): Fix breakage.
9089 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
9091         * man.el (Man-getpage-in-background): Add windows-nt to the list
9092         of systems where shell-file-name should be used instead of
9093         literal "sh".
9095 2004-06-25  Sam Steingold  <sds@gnu.org>
9097         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
9098         function names `(setf symbol)'.
9100 2004-06-24  Richard M. Stallman  <rms@gnu.org>
9102         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
9104         * font-lock.el (font-lock-keywords): Change format of compiled values.
9105         Document it.
9106         (font-lock-add-keywords): If font-lock-keywords is compiled,
9107         extract the uncompiled version, modify, then recompile.
9108         (font-lock-remove-keywords): Likewise.
9109         (font-lock-fontify-keywords-region): Handle changed format.
9110         (font-lock-compile-keywords): Handle changed format.
9111         (font-lock-set-defaults): Compile the keywords explicitly here.
9113 2004-06-24  David Kastrup  <dak@gnu.org>
9115         * replace.el (query-replace-read-args): Implement `\,' and `\#'
9116         replacements here.
9117         (query-replace-regexp): Doc string explaining this and the new
9118         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
9119         is better placed in `query-replace-read-args'.
9120         (replace-regexp): Explain `\,', `\#' and `\?'.
9121         (replace-match-data): New function for thorough reuse/destruction
9122         of old match-data.
9123         (replace-match-maybe-edit): Function for implementing `\?' editing.
9124         (perform-replace): Fix maintaining of the match stack including
9125         already matched regions, implement `\?', fix various problems
9126         with regions while editing and other stuff.
9127         (replace-highlight): Simplify.
9129 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
9131         * progmodes/grep.el (grep-error-screen-columns): New variable.
9132         (grep-regexp-alist): Give it the full functionality of gnu style
9133         compilation messages with line and column ranges.  Ask me for the
9134         perl script I'm working on, that uses these.
9136 2004-06-23  Nick Roberts  <nickrob@gnu.org>
9138         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
9139         Remove.
9140         (comint-insert-input, comint-mouse-insert-input): New functions
9141         based on comint-insert-clicked-input for two bindings but just
9142         one functionality.
9144 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
9146         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
9148 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
9150         * files.el (write-contents-functions): Doc fix.
9152 2004-06-21  Juanma Barranquero  <lektu@terra.es>
9154         * image.el (image-library-alist): Rewrite docstring in active voice.
9156 2004-06-20  Richard M. Stallman  <rms@gnu.org>
9158         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
9160         * isearch.el (isearch-repeat): Avoid testing old match data.
9161         (isearch-message): Display trailing space in special font
9162         when search is failing.
9163         (isearch-search-fun-function): Doc fix.
9165         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
9167 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
9169         * frame.el (show-trailing-whitespace): Doc fix.
9171         * cus-edit.el (custom-variable-documentation): New function.
9172         (custom-variable): Use it.
9174 2004-06-19  Nick Roberts  <nickrob@gnu.org>
9176         * man.el (Man-getpage-in-background): Revert previous change but
9177         make cygwin a special case.
9179 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
9181         * autorevert.el (global-auto-revert-non-file-buffers):
9182         Update docstring.
9184 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
9186         * progmodes/compile.el (compilation-error-properties): Store one
9187         more than end-col, if present, so that transient-mark-mode will
9188         highlight last char too.
9189         * progmodes/grep.el (grep-regexp-alist): Match columns and column
9190         ranges, if present.
9192 2004-06-18  Jason Rumney  <jasonr@gnu.org>
9194         * makefile.w32-in: Double percent signs in for loops.
9196 2004-06-17  David Kastrup  <dak@gnu.org>
9198         * replace.el (query-replace-read-args): Only warn about use of \n
9199         and \t when we are doing a regexp replacement and the actual
9200         escaped character is n or t.
9201         (query-replace-regexp): Add \, and \# interpretation to
9202         interactive call and document it.
9203         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
9204         as shortkey for replace-count.
9205         (replace-quote): New function for doubling backslashes.
9207 2004-06-17  Juanma Barranquero  <lektu@terra.es>
9209         * files.el (parse-colon-path, cd): Mention in docstring that the
9210         path separator is colon in GNU-like systems.
9212         * newcomment.el (comment-region-internal): Fix docstring.
9214         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
9215         (ewoc-invalidate, ewoc-collect): Doc fixes.
9216         (ewoc--create-node, ewoc--delete-node-internal):
9217         Fix typos in docstring.
9219 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
9221         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
9222         manual to docstring.
9224 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9226         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
9228 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
9230         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9231         Add hyperlink to emacs-xtra manual to docstring.
9233         * autorevert.el (global-auto-revert-non-file-buffers):
9234         Add hyperlink to emacs-xtra manual to docstring, as well as an
9235         info-link.
9237 2004-06-14  Juanma Barranquero  <lektu@terra.es>
9239         * image.el (image-library-alist): New variable to map image types
9240         to external libraries.  Initialized to nil, unless system-specific
9241         configs change it.
9242         (image-type-available-p): Determine whether an image type is
9243         available by calling `init-image-library'.
9245         * term/w32-win.el (image-library-alist): Initialize to a known set
9246         of probable library names.
9248 2004-06-14  Kenichi Handa  <handa@m17n.org>
9250         * international/code-pages.el (windows-1256, cp1125): Fix tables
9251         for several characters.
9253         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
9255 2004-06-13  Richard M. Stallman  <rms@gnu.org>
9257         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
9259         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
9260         not "`pc-selection-mode'".
9262         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
9264         * simple.el (previous-matching-history-element): Specify a default.
9266         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
9268         * cus-face.el (custom-declare-face): Simplify code.
9270         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
9272 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
9274         * files.el (before-save-hook): Add `time-stamp' to the options.
9276         * time-stamp.el (time-stamp): Recommend adding it to
9277         `before-save-hook', rather than `write-file-functions'.
9278         Make a similar change in `Commentary' section.
9280 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9282         * diff-mode.el (diff-current-defun): If at start of hunk, use
9283         position of first change.
9285 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
9287         * dired-x.el (dired-mark-omitted): Bind to "*O".
9289 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
9291         * bookmark.el (bookmark-bmenu-relocate): New function, as
9292         suggested by David J. Biesack <David.Biesack@sas.com>.
9293         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
9294         (bookmark-bmenu-mode): Describe binding in doc string.
9295         (bookmark-set-filename): Save the bookmark list if it's time.
9297 2004-06-13  Kenichi Handa  <handa@m17n.org>
9299         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
9300         (ccl-untranslated-to-ucs): Fix typo.
9302 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
9304         * progmodes/python.el (python-open-block-statement-p):
9305         Fix indentation after a block opening that contains a comment.
9307 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
9309         * bindings.el (completion-ignored-extensions): Add file extensions
9310         of Python byte-compiled files.
9312 2004-06-12  Juri Linkov  <juri@jurta.org>
9314         * info.el (Info-goto-node): Add autoload.
9315         (Info-toc): Add substring-no-properties on Info file name.
9316         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
9317         (Info-mode-map): Bind L to Info-history, T to Info-toc.
9319 2004-06-12  Kenichi Handa  <handa@m17n.org>
9321         * international/mule-cmds.el (set-language-environment):
9322         Load subst tables if necessary.
9324         * international/mule.el (decode-char): Load subst tables if necessary.
9325         (encode-char): Likewise.
9327         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
9328         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
9329         (utf-16le-decode-loop): Set r5 to -1 before loop.
9330         (utf-16be-decode-loop): Likewise.
9331         (ccl-decode-mule-utf-16le): Add EOF processing block.
9332         (ccl-decode-mule-utf-16be): Likewise.
9333         (ccl-decode-mule-utf-16le-with-signature): Likewise.
9334         (ccl-decode-mule-utf-16be-with-signature): Likewise.
9335         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
9336         (ccl-mule-utf-16-encode-untrans): New CCL.
9337         (utf-16-decode-to-ucs): Handle pre-read character.
9338         (utf-16le-encode-loop): Handle surrogate pair.
9339         (utf-16be-encode-loop): Likewise.
9340         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
9341         of utf-16le-encode-loop.
9342         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
9343         of utf-16be-encode-loop.
9344         (mule-utf-16-post-read-conversion):
9345         Call utf-8-post-read-conversion at first.
9346         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
9347         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
9348         Add post-read-conversion and pre-write-conversion.
9350         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
9351         (utf-translate-cjk-unicode-range): New variable.
9352         (utf-translate-cjk-load-tables): New function.
9353         (utf-lookup-subst-table-for-decode): New function.
9354         (utf-lookup-subst-table-for-encode): New function.
9355         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
9356         tables here.  Update safe-charsets of utf-* coding systems.
9357         (ccl-mule-utf-untrans): New CCL.
9358         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
9359         at end of each branch.
9360         (ccl-mule-utf-8-encode-untrans): New CCL.
9361         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
9362         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
9363         length of encoding.  Don't return r0.
9364         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
9365         (utf-8-post-read-conversion): Narrow to region properly.
9366         If utf-translate-cjk-mode is on, load tables if necessary.
9367         Call utf-8-compose with hash-table arg if necessary.
9368         Call XXX-compose-region instead of XXX-post-read-convesion.
9369         (utf-8-pre-write-conversion): New function.
9370         (mule-utf-8): Include CJK charsets in safe-charsets if
9371         utf-translate-cjk-mode is on.  Add pre-write-conversion.
9373         * international/characters.el: Temporarily set
9374         utf-translate-cjk-mode to nil.
9376         * language/devan-util.el (devanagari-compose-region):
9377         Add autoload cookie.
9379         * international/ccl.el (ccl-dump-call): Fix printing the
9380         subroutine name.
9382 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
9384         * dired.el (dired-revert): If buffer is marked unmodified before
9385         reverting, keep it marked unmodified.
9386         Adapt to new conventions for commenting out code.
9387         (dired-make-relative): Adapt to new conventions for commenting out code.
9389 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
9391         * eshell/esh-module.el (eshell-load-defgroups):
9392         Bind `vc-handled-backends' to nil when opening files.
9394 2004-06-11  Juanma Barranquero  <lektu@terra.es>
9396         * files.el (parse-colon-path, cd): Doc fixes (refer to
9397         `path-separator', not colon).
9399 2004-06-10  Juanma Barranquero  <lektu@terra.es>
9401         * newcomment.el (comment-search-forward)
9402         (comment-search-backward): Fix typos in docstring.
9403         (comment-region): Doc fix.
9405 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
9407         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
9408         switch is no longer stored in `dired-switches-alist'.
9410         * dired-aux.el (dired-insert-subdir): Do not store R switch in
9411         `dired-switches-alist'.
9413 2004-06-10  Kim F. Storm  <storm@cua.dk>
9415         * pcvs.el (cvs-mode-diff-yesterday): New command.
9417         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
9419 2004-06-10  Juri Linkov  <juri@jurta.org>
9421         * emacs-lisp/edebug.el (edebug-eval-defun):
9422         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
9423         Fix docstring.
9425         * simple.el (eval-expression-print-format): Don't print additional
9426         information on the first call to `eval-print-last-sexp'.
9427         (next-error-find-buffer): Fix punctuation.
9428         (killing) <defgroup>: Fix punctuation.
9429         (yank-excluded-properties): Change group from editing to killing.
9431         * replace.el (perform-replace): Use `limit' to terminate the
9432         while-loop explicitly.
9434 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9436         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
9437         Use lc-*.xpm as prefix instead of *-locol.xpm.
9439         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
9440         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
9441         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
9442         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
9443         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
9444         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
9445         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
9446         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
9447         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
9448         * toolbar/lc-up_arrow.xpm:
9449         Rename from *-locol.xpm.
9451 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
9453         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
9454         include forms like &<str>; as valid url patterns.
9456 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
9458         * dired.el (dired-diff, dired-backup-diff)
9459         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
9460         (dired-do-chown, dired-do-touch, dired-do-print)
9461         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
9462         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
9463         (dired-create-directory, dired-do-copy, dired-do-symlink)
9464         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
9465         (dired-do-copy-regexp, dired-do-hardlink-regexp)
9466         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
9467         (dired-maybe-insert-subdir, dired-next-subdir)
9468         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
9469         (dired-kill-subdir, dired-tree-up, dired-tree-down)
9470         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
9471         (dired-run-shell-command, dired-query): Remove redundant,
9472         or incorrect, autoloads.
9474         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
9475         does not end in a slash.  Add optional argument KILL-ROOT.
9476         Update docstring.
9477         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
9478         (dired-query): Add autoloads.
9480 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
9482         * progmodes/compile.el (compilation-set-window-height):
9483         Rearrange the save-* functions because a buffer can have several current
9484         point in different windows.
9485         (compilation-error-regexp-alist-alist): Recognize {standard input}
9486         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
9488 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9490         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
9491         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
9492         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
9493         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
9494         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
9495         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
9496         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
9497         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
9498         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
9499         * toolbar/up_arrow-locol.xpm:
9500         New versions of icons that uses fewer colors.
9502         * toolbar/tool-bar.el (tool-bar-local-item)
9503         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
9504         if display-color-cells is 256 or less.
9506 2004-06-08  Kim F. Storm  <storm@cua.dk>
9508         * wid-edit.el (widget-specify-button): Use hand pointer rather
9509         than mouse-face as visible mouse-over effect.
9511 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
9513         * saveplace.el (save-place-alist-to-file): Bind `print-length'
9514         and `print-level' to nil when writing out `save-place-alist'.
9515         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
9517 2004-06-07  Juanma Barranquero  <lektu@terra.es>
9519         * completion.el (completion-kill-region): Doc fix.
9521         * format.el (format-insert-annotations)
9522         (format-annotate-location): Doc fixes.
9523         (format-subtract-regions): Make arguments match their use in docstring.
9525         * simple.el (kill-region): Doc fix.
9527         * subr.el (insert-buffer-substring-no-properties)
9528         (insert-buffer-substring-as-yank): Doc fixes.
9530 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
9532         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9533         Update docstring.
9534         (dired-reset-subdir-switches): New function.
9536         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
9537         Limit scope of `buffer-read-only' binding.
9539 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
9541         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
9542         eshell-explicit-command-char.
9544 2004-06-06  Juanma Barranquero  <lektu@terra.es>
9546         * help-fns.el (help-argument-name): Inherit from italic face only
9547         if the frame supports it.
9549 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9551         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
9552         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
9553         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
9554         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
9555         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
9556         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
9557         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
9558         New conversions from xpm files.
9560         * toolbar/README: New file.
9562 2004-06-06  Richard M. Stallman  <rms@gnu.org>
9564         * isearch.el (isearch-mode-map): Undo previous change.
9566 2004-06-05  Juri Linkov  <juri@jurta.org>
9568         * bindings.el (debug-ignored-errors): Add regexps for history
9569         related messages.  Remove $ from "No further undo information".
9570         Move Ediff's messages to ediff.el.
9572         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
9574         * cus-edit.el (custom-display): Add `min-colors'.
9576         * custom.el (defface): Add `supports' to docstring.
9578         * help-fns.el (help-argument-name): Add :group 'help.
9580 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
9582         * find-dired.el (find-ls-subdir-switches): New user option.
9583         (find-dired): No longer call `abbreviate-file-name' on DIR.
9584         Set `dired-subdir-switches' buffer-locally.
9586         * locate.el: Merge the two `Commentary' sections.
9587         (locate-ls-subdir-switches): New user option.
9588         (locate): Update for other changes.
9589         (locate-mode-map): Restore Dired binding for mouse-2.
9590         Bind `locate-mouse-view-file' to M-mouse-2.
9591         Bind `l' to `locate-do-redisplay'.
9592         (locate-main-listing-line-p, locate-do-redisplay): New functions.
9593         (locate-mouse-view-file, locate-tags, locate-find-directory):
9594         Print message if used outside main listing.
9595         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
9596         Various changes to support inserted subdirectories.
9597         (locate-insert-header): Change header of *Locate* buffer.
9599         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9600         Change interactive default switches.
9601         (dired-rename-subdir-2): Update `dired-switches-alist'.
9602         (dired-insert-subdir, dired-kill-subdir):
9603         Handle `dired-switches-alist'.  Do not mark buffer modified.
9604         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
9605         (dired-insert-subdir-doinsert): Omit messages.
9606         Handle `dired-subdir-switches'.
9607         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
9609         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
9610         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
9611         subdirs if -R switch is used for a subdir.
9612         (dired-mode): Set `dired-switches-alist'.
9613         (dired-build-subdir-alist): Only print number of directories in
9614         echo area when invoked interactively.
9616 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
9618         * dired-x.el (dired-omit-mode): Rename from
9619         dired-omit-files-p.  Use define-minor-mode to define it.
9620         (dired-omit-files-p): Add as alias for dired-omit-mode.
9621         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
9622         dired-mark-omitted.
9623         (dired-mark-omitted): Add.  Bind to M-O.
9625 2004-06-05  Kenichi Handa  <handa@m17n.org>
9627         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
9629 2004-06-05  Juanma Barranquero  <lektu@terra.es>
9631         * help-fns.el (help-argument-name): Reintroduce face.
9632         (help-default-arg-highlight): Use it, now that
9633         `face-differs-from-default-p' can be trusted.
9635 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
9637         * textmodes/table.el: Sentence commands added to Point Motion
9638         group; kill and backward-kill commands added to Extraction group.
9640 2004-06-04  Mario Lang  <mlang@delysid.org>
9642         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9643         systems appear to use mW, make the code handle this.  Fix a
9644         division-by-zero bug while at it, and handle kernels with
9645         a slightly different layout in /proc/acpi.
9647 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
9649         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
9650         because the latter is a CL-ism.  This fixes the bug reported by
9651         Shawn Boyette <mdxi@collapsar.net> in
9652         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
9654 2004-06-04  Miles Bader  <miles@gnu.org>
9656         * faces.el (display-supports-face-attributes-p): Function moved to
9657         C code.  Previously only the tty-related portion of this function
9658         was done in C; however the previous attempt to do a halfway-proper
9659         job for non-tty displays in lisp didn't work properly because of
9660         funny conditions during Emacs startup.
9661         (face-differs-from-default-p): Simplify, now that
9662         display-supports-face-attributes-p works properly on all display
9663         types.  Remove :stipple from comparison; it doesn't really work
9664         in emacs anyway.
9666 2004-06-04  Miles Bader  <miles@gnu.org>
9668         * faces.el (face-differs-from-default-p): Use a different
9669         implementation, so we can really check whether FACE displays
9670         differently or not.
9672 2004-06-04  Miles Bader  <miles@gnu.org>
9674         * faces.el (display-supports-face-attributes-p): Implement a
9675         `different from default' check for non-tty displays.
9677 2004-06-03  David Kastrup  <dak@gnu.org>
9679         * woman.el (woman-mapcan): More concise code.
9680         (woman-topic-all-completions, woman-topic-all-completions-1)
9681         (woman-topic-all-completions-merge): Replace by a simpler and
9682         much faster implementation based on O(n log n) sort/merge instead
9683         of the old O(n^2) behavior.
9685 2004-06-03  Miles Bader  <miles@gnu.org>
9687         * subr.el (read-number): Use canonical format for default in prompt.
9689         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
9690         Add regexp for " [...]" style defaults.
9692 2004-06-02  Romain Francoise  <romain@orebokech.com>
9694         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
9695         groups: if the user asks for a hidden buffer, open the
9696         corresponding filter group to expose it.
9698         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
9699         `ibuffer-jump-to-buffer'.
9700         (ibuffer-jump-offer-only-visible-buffers): New user option.
9702 2004-06-02  Juanma Barranquero  <lektu@terra.es>
9704         * faces.el (frame-update-faces): Add empty docstring so the one
9705         for `ignore' doesn't show through.
9707         * subr.el (process-kill-without-query): Remove spurious "\n" on
9708         obsolescence string.
9709         (focus-frame, unfocus-frame): Add obsolescence declaration and
9710         empty docstring.
9712         * international/mule.el (register-char-codings): Make alias for
9713         `ignore'.  Move docstring to obsolescence info and remove redundancy.
9715 2004-06-02  Kim F. Storm  <storm@cua.dk>
9717         * frame.el (blink-cursor-start): Turn cursor off initially so blink
9718         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
9720 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9722         * comint.el (comint-replace-by-expanded-history-before-point):
9723         Obey `start' as the docstring says.
9724         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
9725         (comint-update-fence): Prevent font-lock from running unnecessarily.
9726         (comint-dynamic-list-completions): Use with-current-buffer.
9728 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9730         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
9731         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
9732         (bibtex-entry-update): Handle alternatives and optional fields.
9733         (bibtex-parse-entry): Bugfix, handle empty key.
9735 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9737         * vc-arch.el (vc-arch-state): Don't assume the file exists.
9739 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
9741         * desktop.el (desktop-save): Don't save minor modes without a
9742         known mode initialization function.
9744 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
9746         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
9748         * autorevert.el: Update `Commentary' section.
9750 2004-05-30  Juanma Barranquero  <lektu@terra.es>
9752         * dos-fns.el (convert-standard-filename):
9753         * files.el (convert-standard-filename):
9754         * w32-fns.el (convert-standard-filename):
9755         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
9757 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9759         Sync with Tramp.
9761         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
9762         (tramp-let-maybe): Move to an earlier spot in the file.
9763         Patch by Andreas Schwab.
9765 2004-05-30  Andreas Schwab  <schwab@suse.de>
9767         * dired.el (dired-get-filename): Don't use dired-re-dot.
9769 2004-05-30  Richard M. Stallman  <rms@gnu.org>
9771         * files.el (find-file): Doc fix.
9773         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
9775 2004-05-30  Nick Roberts  <nickrob@gnu.org>
9777         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
9778         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
9779         modeline of the locals buffer.
9780         (gdb-goto-breakpoint): Handle gdbmi.
9781         (gdb-get-frame-number): Change for gdbmi.
9783 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
9785         * files.el (file-remote-p): Apply file name handler for operation
9786         `file-remote-p'.  It isn' a property any longer.
9787         (file-relative-name): `fh' and `fd' get the required value via
9788         `find-file-name-handler' already.
9790         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
9791         (top): Remove setting of `file-remote-p' property for
9792         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
9794 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
9796         Version 2.0.41 of Tramp released.
9798         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
9799         Throw away if process has died.
9800         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
9801         (tramp-out-of-band-prompt-regexp): Rename to
9802         `tramp-process-alive-regexp', because its usage is widen.
9803         (tramp-actions-copy-out-of-band): Apply it.
9804         (tramp-actions-before-shell, tramp-multi-actions):
9805         Add `tramp-action-process-alive' action.
9806         (tramp-action-process-alive): New defun.
9807         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9808         Add entry for `file-remote-p'.
9809         (tramp-handle-file-remote-p): New defun.
9810         (top): Remove setting of `file-remote-p'.  Don't set
9811         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
9813         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9814         `file-remote-p'.
9816         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
9817         counted for (last) line.  [They should or they shouldn't?  --Stef]
9818         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
9820 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
9822         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
9823         not really necessary but seems to keep the shell history smaller
9824         in some cases.  It is no substitute for setting HISTFILE and
9825         HISTSIZE from tramp-open-connection-setup-interactive-shell,
9826         though.  Suggested by Luc Teirlinck.
9827         (tramp-open-connection-setup-interactive-shell): Export variables
9828         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
9829         (tramp-set-process-query-on-exit-flag): New compat function.
9830         (tramp-open-connection-multi, tramp-open-connection-su)
9831         (tramp-open-connection-rsh, tramp-open-connection-telnet)
9832         (tramp-do-copy-or-rename-file-out-of-band): Use it.
9833         (tramp-let-maybe): New macro, let-binds a variable only if it
9834         isn't obsolete.
9835         (tramp-check-ls-commands, tramp-handle-expand-file-name)
9836         (tramp-handle-file-truename): Use it.
9837         (tramp-completion-file-name-regexp-unified): Avoid matching
9838         filenames starting with "/:" -- those are reserved for
9839         file-name-non-special.
9841         * tramp-smb.el (tramp-smb-open-connection):
9842         Use tramp-set-process-query-on-exit-flag compat function.
9844 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9846         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
9848         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
9849         (eval-last-sexp-print-value): Print char equivalent regardless
9850         of standard-output value.
9852         * thumbs.el (thumbs-subst-char-in-string): Delete.
9853         (thumbs-thumbname): Use subst-char-in-string.
9854         (thumbs-resize-image): Use condition-case, not ignore-errors.
9855         (thumbs-kill-buffer): Likewise.
9857         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
9858         (thumbs-mode): Make buffer read-only.
9859         (thumbs-make-thumb): Unconditionally accept an existing file.
9860         (thumbs-insert-thumb): Add thumb-image-file property to the image.
9861         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
9862         (thumbs-show-thumbs-list): Error if images not supported.
9863         (thumbs-save-current-image): Improve prompt string.
9864         (thumbs-mode-map): Define u, R, x.
9865         (thumbs-unmark): New command.
9866         (thumbs-emboss-image): Minor cleanup.
9867         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
9868         (thumbs-rename-images): New command.
9869         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
9871         * thumbs.el (thumbs-current-image): New function.
9872         (thumbs-file-list, thumbs-file-alist): New functions.
9873         (thumbs-find-image): Delete arg L.
9874         Don't set up thumbs-fileL as buffer-local global var.
9875         (thumbs-find-image-at-point): Use thumbs-current-image.
9876         (thumbs-set-image-at-point-to-root-window): Likewise.
9877         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
9878         Record and warn about errors.  Update thumbs-markedL for deletions.
9879         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
9880         (thumbs-redraw-buffer): Use thumbs-file-list.
9881         (thumbs-mark): Use thumbs-current-image.
9882         (thumbs-show-name): Use thumbs-current-image.
9884         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
9885         and imenu--last-menubar-index-alist.
9887         * subr.el (with-selected-window): Undo previous change.
9889 2004-05-29  John Paul Wallington  <jpw@gnu.org>
9891         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
9892         (thumbs-mouse-find-image): New command.
9893         (thumbs-mode-map): Bind it to mouse-2.
9894         (thumbs-mode): Make mode-class special.
9895         (thumbs-view-image-mode): Likewise.
9897 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
9899         * flymake.el: New file.
9901 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
9903         * files.el (find-file-noselect-1): Do not bind
9904         `inhibit-read-only' to t during execution of
9905         `find-file-not-found-functions'.
9907 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
9910         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
9912 2004-05-28  Juri Linkov  <juri@jurta.org>
9914         * simple.el (eval-expression-print-format): New fun.
9916         * simple.el (eval-expression):
9917         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9918         * emacs-lisp/edebug.el (edebug-compute-previous-result)
9919         (edebug-eval-expression): Print additionally the value returned by
9920         `eval-expression-print-format'.
9922         * emacs-lisp/lisp.el (insert-pair-alist): New var.
9923         (insert-pair): Make arguments optional.  Find character pair
9924         from `insert-pair-alist' according to the last input event.
9925         (insert-parentheses): Make arguments optional.
9926         (raise-sexp, delete-pair): New funs.
9928         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
9929         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9930         Bind C-M-q to `indent-pp-sexp'.
9932         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
9933         `pp-to-string' modified to be able to format text with newlines.
9934         (pp-to-string): Move the buffer-formatting part of the code to
9935         `pp-buffer'.  Call `pp-buffer'.
9937         * info.el (Info-desktop-buffer-misc-data): Don't save information
9938         about virtual files.
9939         (Info-restore-desktop-buffer): Restore Info buffers in prepared
9940         buffers with names obtained from the desktop file instead of the
9941         default *info* buffer.
9943 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9945         * subr.el (with-selected-window): Only save/restore the selected window.
9947         * progmodes/compile.el (compilation-error-regexp-alist):
9948         Use expand-file-name and data-directory.
9950         * progmodes/grep.el (grep-tree): Rework previous fix.
9952         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
9953         after the user marked text with the mouse.
9955         * startup.el (command-line): Keep the first regexp of
9956         auto-save-file-name-transforms intact.
9958 2004-05-28  Juanma Barranquero  <lektu@terra.es>
9960         * cus-edit.el (customize-face, customize-face-other-window)
9961         (custom-face-edit-delete): Make arguments match their use in
9962         docstring.
9963         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
9964         docstring.
9966         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
9967         not `cvs-butlast'.
9969         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
9970         `nbutlast' are in subr.el).
9972         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
9973         (set-w32-system-coding-system): Doc fixes.
9975         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
9976         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
9977         Make arguments match their use in docstring.
9978         (artist-draw-region-trim-line-endings)
9979         (artist-mouse-choose-operation): Fix typo in docstring.
9980         (artist-key-set-point-common): Doc fix.
9982 2004-05-28  Simon Josefsson  <jas@extundo.com>
9984         * mail/smtpmail.el (smtpmail-open-stream):
9985         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
9987 2004-05-26  Simon Josefsson  <jas@extundo.com>
9989         * starttls.el: Merge with my GNUTLS based starttls.el.
9990         (starttls-gnutls-program, starttls-use-gnutls)
9991         (starttls-extra-arguments, starttls-process-connection-type)
9992         (starttls-connect, starttls-failure, starttls-success): New variables.
9993         (starttls-program, starttls-extra-args): Doc fix.
9994         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
9995         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
9996         and pass on to corresponding *-gnutls function if it is set.
9998 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
10000         * autorevert.el (auto-revert-handler): Disable auto-reverting of
10001         remote files.
10003 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
10005         * files.el (file-name-non-special): There are more operations
10006         which need handling: `find-backup-file-name',
10007         `insert-file-contents', `verify-visited-file-modtime',
10008         `write-region'.  Rename t value of method to `add'.  Add new
10009         methods `quote' and `unquote-then-quote' to file-arg-indices.
10011 2004-05-25  Juri Linkov  <juri@jurta.org>
10013         * info.el (Info-toc): Call Info-mode on intermediate buffer.
10014         (Info-index-nodes): Enclose code in condition-case to catch errors.
10015         (Info-index-node): Don't search all index nodes if request is only
10016         for the current node and file is not in the cache of index nodes.
10017         (Info-mode-map): Bind Info-copy-current-node-name to `w'
10018         for consistency with dired-copy-filename-as-kill.
10019         Bind `S' to Info-search-case-sensitively.
10020         (Info-copy-current-node-name): New arg.  With zero prefix arg put
10021         the name inside a function call to `info'.  Display copied text in
10022         the echo area.
10024 2004-05-25  Sam Steingold  <sds@gnu.org>
10026         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
10027         strip the package prefix from the symbol name, if any.
10028         Make it the `find-tag-default-function' for `lisp-mode'.
10030 2004-05-25  John Paul Wallington  <jpw@gnu.org>
10032         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
10033         instead of obsolete `process-kill-without-query'.
10035         * textmodes/texinfmt.el (texinfo-indexvar-alist):
10036         Declare as variable, not constant.
10038 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
10040         * files.el (find-file-noselect-1): Fix bug introduced by
10041         Revision 1.694.  As a side effect, `inhibit-read-only'
10042         is again, by default, t during execution of
10043         `find-file-not-found-functions'.
10044         (insert-directory): Check that lines were really inserted by
10045         the --dired switch, before erasing them.
10047 2004-05-24  Nick Roberts  <nickrob@gnu.org>
10049         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
10050         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
10051         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
10052         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
10053         gud-minor-mode (gdbmi).
10055 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
10057         * net/browse-url.el (browse-url-interactive-arg): Enable user to
10058         explicitly select the text to be taken as URL.
10060 2004-05-23  Juri Linkov  <juri@jurta.org>
10062         * info.el (Info-index-nodes): New var and fun.
10063         (Info-goto-index, Info-index, info-apropos)
10064         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
10065         (Info-index): Fix docstring.  Store and restore Info-history-list.
10066         (Info-complete-nodes): New var.
10067         (Info-complete-menu-item): Use it.
10068         (Info-index-node): New fun.
10069         (Info-final-node, Info-forward-node, Info-backward-node)
10070         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
10071         Use Info-index-node.
10072         (Info-extract-menu-item, Info-extract-menu-counting): Set second
10073         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
10074         (Info-find-node-2): If a node with period in its name not found,
10075         try to find a node without the name part after period.
10076         (Info-select-node): Call Info-fontify-node only if
10077         Info-fontify-maximum-menu-size is not nil.
10078         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
10079         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
10080         Preserve Info-history-list.
10081         (Info-toc): Set Info-current-file.
10082         (Info-build-toc): Move point to the beginning of the buffer.
10083         Add main-file variable.
10084         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
10085         Use backslashed representation of the control character ^_.
10087         * textmodes/texinfmt.el (texinfo-print-index): Print index line
10088         numbers in the new Texinfo 4.7 format.
10090         * add-log.el (change-log-font-lock-keywords): Remove `:' from
10091         regexps for function and variable names.
10093         * descr-text.el (describe-property-list): Add [show] button for
10094         `syntax-table' property with action to pp to a separate buffer.
10095         (describe-char): Replace search-forward by re-search-forward with
10096         whitespace regexp after "character:" to not fail in too narrow windows.
10098         * simple.el (next-error-find-buffer): Add a rule to return
10099         next-error capable buffer if one window on the selected frame
10100         displays such buffer.
10102 2004-05-23  Nick Roberts  <nickrob@gnu.org>
10104         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
10105         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
10106         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
10107         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
10108         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
10109         Handle new value for gud-minor-mode (gdbmi).
10110         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
10111         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
10112         Change from local to global gdb variable set.
10113         (gdb-ann3): Initialise above gdb variable set.
10114         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
10115         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
10116         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
10117         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
10118         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
10119         (gdb-info-locals-handler, gdb-invalidate-assembler)
10120         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
10121         set as global variables.
10122         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
10123         Handle gdbmi.
10124         (gdb-info-breakpoints-custom): Fix regexp.
10125         (def-gdb-var): Delete.
10127         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
10128         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
10129         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
10130         a new mode.  The file (gdb-mi.el) for this mode will be included
10131         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
10132         primary interface.
10134 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
10136         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
10137         interpreted as a directory.
10139 2004-05-22  Richard M. Stallman  <rms@gnu.org>
10141         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
10142         as a close quote.
10144         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
10146         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
10147         Use assoc-string, not assoc-ignore-case.
10149         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
10151         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
10152         If moving back then fwd gets a defun that ends before point,
10153         try again moving fwd then back.
10155         * files.el (file-name-non-special): Allow t in file-arg-indices
10156         to mean requote the return value.  Use `identity' as an element
10157         rather than as the whole value.
10159         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
10161 2004-05-22  Juanma Barranquero  <lektu@terra.es>
10163         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
10164         `help-make-usage'.
10165         (help-highlight-arguments): Skip function name before searching
10166         for arguments.
10168 2004-05-21  Juanma Barranquero  <lektu@terra.es>
10170         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
10171         Don't mention in the docstring these arguments meant for
10172         internal (recursive) use only.
10173         (allout-char-spec): Comment out (it's not implemented).
10174         (allout-old-expose-topic, allout-exposure): Fix docstring and add
10175         obsolescence declaration.
10176         (allout-flatten-exposed-to-buffer)
10177         (allout-indented-exposed-to-buffer): Fix typos in docstring.
10178         (my-mark-marker): Doc fix.
10179         (produce-allout-mode-map, allout-sibling-index)
10180         (allout-isearch-expose, allout-distinctive-bullet)
10181         (allout-open-topic, allout-reindent-body)
10182         (allout-rebullet-heading, allout-process-exposed)
10183         (allout-insert-listified, allout-latex-verb-quote)
10184         (allout-insert-latex-header, allout-insert-latex-trailer):
10185         Make arguments match their use in docstring.
10186         (allout-primary-bullet, allout-old-style-prefixes)
10187         (allout-inhibit-protection, allout-init, allout-mode)
10188         (allout-before-change-protect, allout-flag-region):
10189         Use "Emacs" instead of "emacs" in docstrings.
10191 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
10193         * international/characters.el: Modify syntax of more characters.
10195 2004-05-21  Masatake YAMATO  <jet@gyve.org>
10197         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
10198         (etags-tags-completion-table): Show parsing progress.
10200 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
10202         * locate.el (locate-prompt-for-command): Shorten first line of
10203         docstring.
10204         (locate-mode): Expand docstring and include keymap summary.
10206         * files.el (find-file-noselect-1): Limit the scope of the
10207         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
10208         is, by default, nil during the execution of
10209         `find-file-not-found-functions' and `find-file-hook'.
10211 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
10213         * facemenu.el (facemenu-color-name-equal): New function.
10214         (list-colors-display): Use it to compare colors instead of
10215         facemenu-color-equal.
10217 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
10219         * compare-w.el (compare-windows-face): Use min-colors instead of
10220         checking for tty or pc types.
10222 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10224         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
10225         (completion-setup-function): Use with-current-buffer.
10226         Properly save excursion.  Simplify.
10227         Don't assume there is necessarily a `mouse-face' property somewhere.
10229         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
10231         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
10233         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
10234         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
10235         Use with-current-buffer.
10236         (byte-goto-log-buffer): Delete.
10237         (byte-compile-log-file): Call compilation-forget-errors.
10239 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
10241         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
10242         output messages into the search result.
10244 2004-05-19  Masatake YAMATO  <jet@gyve.org>
10246         * wid-edit.el (widget-radio-button-notify): Revert my last
10247         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10249 2004-05-19  Kenichi Handa  <handa@m17n.org>
10251         * international/characters.el: Fix syntax (open/close) of CJK chars.
10253 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
10255         * help-mode.el (help-go-back): Don't depend on position of back button.
10257 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
10260         files files don't contain an accidental additional /.
10262         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
10263         in source buffer.
10265 2004-05-18  Masatake YAMATO  <jet@gyve.org>
10267         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
10268         to widget-apply.  :action method assumes 2 arguments, not 3.
10270 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
10272         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10273         New constants.
10274         (hs-special-modes-alist): Add an f90-mode entry.
10276 2004-05-17  Sam Steingold  <sds@gnu.org>
10278         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
10279         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
10281 2004-05-16  Kim F. Storm  <storm@cua.dk>
10283         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
10285 2004-05-15  John Wiegley  <johnw@newartisans.com>
10287         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
10288         (eshell-output-object-to-target): Improve output speed 20% by not
10289         calling `eshell-stringify' if something is already known to be a string.
10291 2004-05-15  Alex Ott  <ott@jet.msk.su>
10293         * textmodes/ispell.el (ispell-local-dictionary-alist):
10294         Add windows-1251 to the choice of coding systems.
10295         (ispell-dictionary-alist-6): Add support for "russianw.aff",
10296         encoded in cp1251.
10298 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
10300         * progmodes/compile.el (compilation-warning-face)
10301         (compilation-info-face): Use min-colors.
10303 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10305         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
10306         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
10307         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
10308         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
10309         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
10310         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
10311         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
10312         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
10313         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
10314         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
10315         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
10316         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
10317         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
10318         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
10320 2004-05-15  Kim F. Storm  <storm@cua.dk>
10322         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
10323         Use it to set triggered-p element of timer.
10324         (timer-event-handler): Set triggered-p element non-nil while running
10325         the timer function.
10327 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10329         * descr-text.el (describe-char-unicode-data)
10330         (describe-char-unicodedata-file): Re-enable the unicode code now that
10331         the licensing issues have been cleared in the unicode-4 license.
10332         (describe-text-properties-1): Remove unused `overlay' var.
10333         (describe-char): Remove unused var `buffer'.
10335 2004-05-14  David Ponce  <david@dponce.com>
10337         * tree-widget.el: New file.
10339 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
10341         * language/european.el ("Brazilian Portuguese"): Add support for
10342         Brazilian Portuguese.
10344 2004-05-13  John Wiegley  <johnw@newartisans.com>
10346         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
10347         `recentf-mode' if this variable has been customized to t.
10349         * eshell/esh-test.el (eshell-test): Call the function
10350         `emacs-version' rather than trying to build a custom version string.
10352 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10354         * net/telnet.el (telnet-mode): Use define-derived-mode.
10355         Don't modify the global value of comint-prompt-regexp.
10357 2004-05-13  John Paul Wallington  <jpw@gnu.org>
10359         * version.el (emacs-version): Check for `gtk' feature before
10360         `x-toolkit' feature.
10362 2004-05-13  Juanma Barranquero  <lektu@terra.es>
10364         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
10365         arguments in the docstring, they're used only in recursive calls.
10367         * help-fns.el (help-arg-highlighting-function)
10368         (help-argument-name): Delete.
10369         (help-default-arg-highlight): New function.
10370         (help-do-arg-highlighting): Use it.
10372 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
10374         * calendar/appt.el (appt-disp-window):
10375         Use `calendar-set-mode-line' for a centered mode-line.
10377 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
10379         * calendar/appt.el (appt-disp-window): Do not split window
10380         excessively when `split-height-threshold' is low.
10382 2004-05-12  Nick Roberts  <nickrob@gnu.org>
10384         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
10385         kill-buffer-hook here and make it local.
10386         (gud-kill-buffer-hook): Use kill-process for a sure kill.
10388 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
10390         * progmodes/compile.el (compilation-set-window-height):
10391         Use save-excursion to protect against misplaced marker.
10393 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10395         * custom.el (defface): Document that type can have value gtk.
10397         * faces.el (face-spec-set-match-display): Handle type gtk in display.
10399 2004-05-12  Kenichi Handa  <handa@m17n.org>
10401         * descr-text.el: Require quail at comile time.
10402         (describe-char): If an input method is on and it supports the
10403         character, show how to input it.
10405         * international/quail.el (quail-install-decode-map): Accept a
10406         char-table whose subtype is `quail-decode-map'.
10407         (quail-store-decode-map-key, quail-gen-decode-map1)
10408         (quail-gen-decode-map, quail-find-key1, quail-find-key)
10409         (quail-show-key): New functions.
10411 2004-05-12  Juanma Barranquero  <lektu@terra.es>
10413         * generic.el (define-generic-mode): Remove redundant arglist info.
10415         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
10416         Make arguments match their use in docstring.
10417         (help-arg-highlighting-function): New variable.
10418         (help-argument-name): Mention it in the docstring.
10419         (help-do-arg-highlight): Use it.  Expand regexp to accept also
10420         ARG-xxx and xxx-ARG references.
10422 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
10424         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
10425         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
10426         and "mailto:addr1?to=addr2" equal.
10428 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
10430         * man.el (Man-getpage-in-background): Use shell-file-name
10431         and shell-command-switch variables instead of hard-coded values.
10433 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
10435         * iimage.el: New file.
10437 2004-05-11  Juanma Barranquero  <lektu@terra.es>
10439         * custom.el (custom-initialize-default, defcustom):
10440         Fix typo in docstring.
10442         * files.el (set-visited-file-name, file-expand-wildcards):
10443         Fix docstring.
10445 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10447         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
10449         * subr.el (eventp): Be more discriminating with integers.
10451 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
10453         * progmodes/compile.el (compile): Add universal prefix arg.
10454         (compilation-error-regexp-alist-alist): Add edg patterns.
10456 2004-05-10  Sam Steingold  <sds@gnu.org>
10458         * textmodes/ispell.el (ispell-message):
10459         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
10461 2004-05-10  Dave Love  <fx@gnu.org>
10463         * progmodes/python.el (help-buffer): Autoload when compiling.
10464         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
10465         (run-python): Prepend to any existing PYTHONPATH.
10467 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
10469         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
10470         for pending breakpoints.
10472 2004-05-10  Richard M. Stallman  <rms@gnu.org>
10474         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
10475         directly without calling any functions in Rmail.
10476         (unrmail-unprune): Function deleted.
10478 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10480         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
10481         C-c C-z binding.
10483 2004-05-10  Kenichi Handa  <handa@m17n.org>
10485         * descr-text.el (describe-char): Fix previous change.  Don't make
10486         a unibyte character to multibyte in the *Help* buffer.
10488 2004-05-10  Miles Bader  <miles@gnu.org>
10490         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
10491         buffer an error if the debugger process is actually running.
10493 2004-05-10  Juanma Barranquero  <lektu@terra.es>
10495         * help-fns.el (help-argument-name): Default to italic.
10496         (help-highlight-arguments): Return always (usage . doc), even when
10497         usage is nil.
10499         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
10500         (define-ibuffer-filter): Add usage info.
10501         (define-ibuffer-op): Add usage info (but CL-style defaults for
10502         keyword args are not shown).
10504         * subr.el (remove-overlays, read-passwd): Fix docstring.
10505         (start-process-shell-command): Fix docstring.  Put usage info in a
10506         format usable by `describe-function'.
10507         (open-network-stream, open-network-stream-nowait)
10508         (open-network-stream-server): Fix docstring.
10510 2004-05-09  Jason Rumney  <jasonr@gnu.org>
10512         * international/code-pages (cp932, cp936, cp949, c950): Remove.
10513         Only define cp125* if windows-125* is already defined.
10515         * language/korean.el (cp949): Add alias.
10517         * language/chinese.el (cp936, cp950): Add aliases.
10519         * language/japanese.el (cp932): Add alias.
10521         * term/w32-win.el: Require code-pages.
10523         * international/mule-cmds.el (set-locale-environment):
10524         On MS-Windows use ansi code-page for default coding-systems.
10525         Set up paper sizes for Windows 3 letter languages.
10527         * international/code-pages.el (cp932, cp936, cp949, cp950):
10528         Add aliases.  Also add cp125* if not already defined.
10530 2004-05-09  Juanma Barranquero  <lektu@terra.es>
10532         * help-fns.el (help-highlight-arguments): Don't try to highlight
10533         missing or autoloaded arglists.  Accept structured arguments, like
10534         the first ones of `do' and `flet'.
10536         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
10537         (cvs-get-marked): Remove redundant arglist info.
10539         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
10540         Don't use CL-style default args.
10542 2004-05-08  Andreas Schwab  <schwab@suse.de>
10544         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
10546         * international/subst-ksc.el: Fix references to utf-translate-cjk
10547         into utf-translate-cjk-mode.
10548         * international/subst-big5.el: Likewise.
10549         * international/subst-gb2312.el: Likewise.
10550         * international/subst-jis.el: Likewise.
10551         * international/utf-16.el: Likewise.
10552         * international/utf-8.el: Likewise.
10554 2004-05-08  John Wiegley  <johnw@newartisans.com>
10556         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
10557         "virtual buffers" (off by default), which makes it possible to
10558         switch to the "virtual" buffers of recently visited files.  When a
10559         buffer name search fails, and this option is on, iswitchb will
10560         look at the list of recently visited files, and permit matching
10561         against those names.  When the user hits RET on a match, it will
10562         revisit that file.
10563         (iswitchb-read-buffer): Add two optional arguments, which makes
10564         isearchb.el possible.
10565         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
10566         (iswitchb-next-match): Add support for virtual buffers.
10568         * isearchb.el: This module extends iswitchb to provide "as you
10569         type" buffer selection.
10571         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
10572         Ignore the read-only property when flyspell highlighting is on.
10573         Not ignoring it leads to a series of confusing errors.
10574         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
10575         but also make sure to call flyspell-incorrect-hook.
10576         (flyspell-maybe-correct-transposition): Perform transposition test
10577         by bit twiddling a string, rather than using a temp buffer.
10578         (flyspell-maybe-correct-doubling): Use a string rather than a temp
10579         buffer.  This is also the original version of the code, which
10580         could not be checked in before due to a previous lack of
10581         assignment papers.  This version has seen heavy usage on my system
10582         for several years now.
10584         * calendar/cal-bahai.el: New file, which adds support for the
10585         Baha'i calendar to Emacs.  This calendar is based on a solar year
10586         of 19 months of 19 days, with 4 intercalary days.  Each year
10587         begins on March 21, with the calendar starting in 1844.
10589         * calendar/cal-menu.el, calendar/calendar.el,
10590         calendar/diary-lib.el, calendar/holidays.el: Added support for
10591         using cal-bahai.el.
10593         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
10594         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
10595         function can be used outside of eshell buffers.
10596         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
10598 2004-05-08  Juanma Barranquero  <lektu@terra.es>
10600         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
10601         word constituent so FOO-ARG is not recognized as an arg.
10602         (help-highlight-arguments): Don't skip lists in mandatory arguments.
10604         * simple.el (next-error): Fix typo in docstring.
10605         (open-line): Make argument names match their use in docstring.
10606         (split-line): Fix docstring.
10608         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
10609         usable by `describe-function'.
10610         (gensym, gentemp, typep, ignore-errors): Make argument names match
10611         their use in docstring.
10613         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
10614         argument to `help-setup-xref'.
10616 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
10618         Version 2.0.40 of Tramp released.
10620         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
10621         Use symbol-function to invoke functions only known on some Emacs
10622         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
10623         Scaldeferri <kevin@scaldeferri.com>.
10624         (tramp-do-copy-or-rename-file-via-buffer): Rename from
10625         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
10626         consistent with the other tramp-do-* functions.
10627         (tramp-do-copy-or-rename-file): Calls adjusted.
10628         (tramp-process-initial-commands): Avoid liveness check on shell --
10629         we know that it must be alive since we're opening a connection at
10630         this moment.
10631         (tramp-last-cmd): New internal variable.
10632         (tramp-process-echoes): New tunable.
10633         (tramp-send-command): Set tramp-last-cmd.
10634         (tramp-wait-for-output): Delete echo, if applicable.
10635         (tramp-read-passwd): Construct the key for the password cache in a
10636         way that works for multi methods, too.
10637         (tramp-bug): Add backup-directory-alist and
10638         bkup-backup-directory-info to bug reports, with Tramp counterparts.
10640 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
10642         * net/tramp*.el: Suppress byte-compiler warnings where possible.
10644         * net/tramp.el (tramp-out-of-band-prompt-regexp)
10645         (tramp-actions-copy-out-of-band): New defcustoms.
10646         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
10647         used instead of a synchronous one.  Allows password entering.
10648         (tramp-action-out-of-band): New defun.
10649         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
10650         Remove restriction with password from doc string.
10651         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
10652         `tramp-out-of-band-prompt-regexp',
10653         `tramp-actions-copy-out-of-band', `password-cache' and
10654         `password-cache-expiry'.
10655         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
10656         password caching.
10657         (tramp-touch): FILE can be a local file, too.
10658         (TODO): Remove items done.
10659         (tramp-handle-insert-directory): Properly quote file name also if
10660         not full-directory-p.  Handle wildcard case.  Reported by Andreas
10661         Schwab <schwab@suse.de>.
10662         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
10663         new file.
10664         (tramp-handle-file-local-copy, tramp-handle-write-region):
10665         The permissions of the temporary file are set if filename exists.
10666         Reported by Ted Stern <stern@cray.com>.
10667         (tramp-backup-directory-alist)
10668         (tramp-bkup-backup-directory-info): New defcustoms.
10669         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
10670         (tramp-handle-find-backup-file-name): New function.
10671         Implements Tramp's find-backup-file-name.
10673         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
10674         for `find-backup-file-name'.
10676         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
10677         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
10679 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
10681         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
10683 2004-05-07  Juanma Barranquero  <lektu@terra.es>
10685         * subr.el (lambda): Add arglist description to docstring.
10686         (declare): Fix typo in docstring.
10687         (open-network-stream): Fix docstring.
10688         (process-kill-without-query): Fix docstring and add obsolescence info.
10689         (last, butlast, nbutlast): Make arguments match their use in docstring.
10690         (insert-buffer-substring-no-properties): Likewise.
10691         (insert-buffer-substring-as-yank): Likewise.
10692         (split-string): Fix docstring.
10694         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10695         Make argument names match their use in docstring.
10697         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
10699 2004-05-06  Nick Roberts  <nickrob@gnu.org>
10701         * progmodes/gdb-ui.el: Improve/extend documentation strings.
10702         Fit first sentence on one line for apropos-command.
10704 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10706         Changes largely merged in from Dave Love's code.
10707         * progmodes/python.el: Doc fixes.
10708         (python-mode-map): Add python-complete-symbol.
10709         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
10710         (python-comment-indent, python-complete-symbol)
10711         (python-symbol-completions, python-partial-symbol)
10712         (python-try-complete): New.
10713         (python-indent-line): Remove optional arg.  Use python-block-end-p.
10714         (python-check): Bind compilation-error-regexp-alist.
10715         (inferior-python-mode): Use rx.  Move keybindings to top level.
10716         Set comint-input-filter.
10717         (python-preoutput-filter): Use rx.
10718         (python-input-filter): Re-introduce.
10719         (python-proc): Start new process if necessary.
10720         Check python-buffer non-nil.
10721         (view-return-to-alist): Defvar.
10722         (python-send-receive): New.
10723         (python-eldoc-function): Use it.
10724         (python-mode-running): Don't defvar.
10725         (python-mode): Set comment-indent-function.
10726         Maybe update hippie-expand-try-functions-list.
10727         (python-indentation-levels): Initialize differently.
10728         (python-block-end-p): New.
10729         (python-indent-line): Use it.
10730         (python-compilation-regexp-alist): Augment.
10731         (run-python): Import `emacs' module to Python rather than loading
10732         code directly.  Set python-buffer differently.
10733         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
10734         Use python-proc.
10735         (python-send-command): Go to end of comint buffer.
10736         (python-load-file): Use python-proc, emacs.eimport.
10737         (python-describe-symbol): Simplify interactive form.
10738         Use emacs.help.  Do use temp-buffer-show-hook.
10739         Call print-help-return-message.
10740         (hippie-exp): Require when compiling.
10741         (python-preoutput-continuation): Use rx.
10743         * diff-mode.el (diff-make-unified): Fix regexp.
10745 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
10747         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
10748         filter groups from the buffer when rebuilding the Ibuffer buffer
10749         and `ibuffer-show-empty-filter-groups' is nil.
10751 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10753         * ps-print.el (ps-print-quote): Call ps-value-string.
10754         (ps-setup): Call ps-comment-string.
10755         (ps-value-string, ps-comment-string): New funs.
10757 2004-05-06  Juanma Barranquero  <lektu@terra.es>
10759         * ehelp.el (electric-help-command-loop): Check whether the last
10760         character is visible, not (point-max).
10762         * help-fns.el (help-argument-name): Default to bold; don't inherit
10763         from font-lock-variable-name-face.
10764         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
10766 2004-05-05  Kenichi Handa  <handa@m17n.org>
10768         * descr-text.el (describe-char): Copy the character with text
10769         properties and overlays into the first line, and call
10770         describe-text-properties on it.
10772 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
10774         * iswitchb.el (iswitchb-global-map): Fix typo.
10775         Remove unwanted ###autoloads from source file.
10777 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
10779         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
10780         in run-hooks.  Use substitute-command-keys in message.
10781         (wdired-abort-changes): Add message.
10783 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
10785         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
10786         (sql-emacs20-p): Remove.
10787         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
10788         (sql-builtin-face, sql-doc-face): Remove.
10789         (sql-mode-ansi-font-lock-keywords)
10790         (sql-mode-oracle-font-lock-keywords)
10791         (sql-mode-postgres-font-lock-keywords)
10792         (sql-mode-linter-font-lock-keywords)
10793         (sql-mode-ms-font-lock-keywords)
10794         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
10795         (sql-product-font-lock): Fix font-lock reset when font rules change.
10796         (sql-highlight-product): Remove incorrect font-lock reset logic.
10798 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
10800         * ses.el (ses-set-parameter): Fix typo.
10802 2004-05-04  Kim F. Storm  <storm@cua.dk>
10804         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
10805         Must expand directory for completion to work; and don't mess with
10806         process-environment.
10807         (ido-read-file-name): If command has ido property, don't use ido
10808         if value is ignore, or read as directory if value is dir.
10809         Set ido ignore property for dired-do-rename command.
10811 2004-05-04  Juanma Barranquero  <lektu@terra.es>
10813         * ehelp.el (electric-help-command-loop, electric-help-undefined)
10814         (electric-help-help): Check against unmapped commands.
10816         * help-fns.el (help-argument-name): New face, inheriting from
10817         font-lock-variable-name-face, to highlight function arguments in
10818         `describe-function' and `describe-key'.
10819         (help-do-arg-highlight): Auxiliary function to highlight a given
10820         list of arguments in a string.
10821         (help-highlight-arguments): Highlight the function arguments and
10822         all uses of them in the docstring.
10823         (describe-function-1): Use it.  Do docstring output via `insert',
10824         not 'princ', so text attributes are preserved.
10826         * winner.el (winner-mode-map): Move `winner-undo' and
10827         `winner-redo' to C-c <left> and C-c <right>, respectively (the
10828         previous bindings conflict with `prev-buffer', `next-buffer').
10830 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10832         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
10833         (bibtex-entry-update): New command bound to C-c C-u.
10834         (bibtex-text-in-string): Fix regexp.
10835         (bibtex-assoc-of-regexp): Remove.
10836         (bibtex-progress-message): Fix docstring.
10837         (bibtex-inside-field): Use if.
10838         (bibtex-assoc-regexp): New function.
10839         (bibtex-format-entry): Make code more robust so that it formats
10840         also old entries.
10841         (bibtex-autokey-demangle-title): Merge with obsolete function
10842         bibtex-assoc-of-regexp.
10843         (bibtex-field-list): New function.
10844         (bibtex-entry): Use bibtex-field-list.
10845         (bibtex-parse-entry): Fix docstring.
10846         (bibtex-print-help-message): Use bibtex-field-list.
10847         (bibtex-make-field): Use bibtex-field-list.
10848         (bibtex-entry-index): Bugfix.  Return crossref key if required.
10849         (bibtex-lessp): Fix docstring.
10851 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
10853         * select.el (xselect-convert-to-string): Move comment to intended line.
10855 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10857         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
10858         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
10860 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10862         * term/x-win.el (x-clipboard-yank): Don't exit on error from
10863         x-get-selection.
10865 2004-05-03  Jason Rumney  <jasonr@gnu.org>
10867         * makefile.nt: Remove.
10869 2004-05-03  Kim F. Storm  <storm@cua.dk>
10871         * emulation/cua-base.el (cua--update-indications): Fix last change.
10872         (cua-mode): Deactivate mark when cua-mode is enabled.
10874 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
10876         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
10878 2004-05-03  Nick Roberts  <nickrob@gnu.org>
10880         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
10881         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
10882         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
10883         window over visible frames.
10884         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
10886 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10888         * progmodes/compile.el (compilation-gcpro): New var.
10889         (compilation-fake-loc): Use it.
10890         (compilation-forget-errors): Reset it.
10892 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
10894         * diff-mode.el (diff-header-face, diff-file-header-face):
10895         Use min-colors.
10897 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10899         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
10900         (bibtex-clean-entry): Disentangle code.
10901         (bibtex-realign): New function.
10902         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
10903         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
10904         Remove undocumented optional arg called-by-convert-alien.
10905         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
10906         for sorting instead of bibtex-sort-buffer.
10908 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
10910         * progmodes/compile.el (compilation-start): In the
10911         no-async-subprocesses branch, call sit-for to give redisplay a
10912         chance to show the updated process status in the mode line, and
10913         fontify the buffer explicitly after the process exits.
10915 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10917         * progmodes/python.el (python-compilation-line-number): Remove.
10918         (python-compilation-regexp-alist): Don't use it any more.
10919         (python-orig-start, python-input-filter): Remove.
10920         (inferior-python-mode): Don't set up comint-input-filter-functions.
10921         (python-send-region): Use compilation-fake-loc.
10923         * progmodes/compile.el (compilation-messages-start): New var.
10924         (compilation-mode): Don't setup next-error-function here.
10925         (compilation-setup): Set it up here instead (for minor modes as well).
10926         Make compilation-messages-start buffer local.
10927         (compilation-next-error-function): Use it.
10928         (compilation-forget-errors): Set compilation-messages-start.
10930 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10932         * ielm.el (ielm-prompt-read-only): Update docstring.
10934         * comint.el (comint-prompt-read-only): Update docstring.
10935         (comint-update-fence, comint-kill-whole-line)
10936         (comint-kill-region): New functions.
10938         * simple.el (kill-whole-line): Use "p" instead of "P" in
10939         interactive form.
10941 2004-05-01  Juanma Barranquero  <lektu@terra.es>
10943         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
10944         format arglist so default values in CL-style argument lists are
10945         correctly shown.
10947 2004-05-01  Jason Rumney  <jasonr@gnu.org>
10949         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
10951 2004-05-01  Kenichi Handa  <handa@m17n.org>
10953         * international/titdic-cnv.el (miscdic-convert): Don't generate a
10954         quail file if it is up to date.
10956 2004-04-30  Juri Linkov  <juri@jurta.org>
10958         * cus-edit.el (custom-mode-map):
10959         Add key binding `C-x C-s' to `Custom-save'.
10961         * outline.el (outline-blank-line): New var.
10962         (outline-next-preface, outline-show-heading)
10963         (outline-end-of-subtree): Use it.
10965         * dired-aux.el (dired-touch-initial): New fun.
10966         (dired-do-chxxx): Call it for op-symbol `touch'.
10967         (dired-diff): Use `dired-dwim-target-directory'
10968         if current dired buffer has no buffer mark.
10970         * bindings.el (propertized-buffer-identification):
10971         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
10972         Add C-M-arrow keys for consistency.
10974         * files.el (confirm-kill-emacs):
10975         Change group from top-level `emacs' to `convenience'.
10977         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10978         Push mark on the first call of successive command calls.
10979         (insert-pair): New fun created from `insert-parentheses' with
10980         `open' and `close' arguments added.  Enclose active regions
10981         in paired characters.  Compare adjacent characters syntax with
10982         inserted characters syntax before inserting a space.
10983         (insert-parentheses): Call `insert-pair' with ?\( ?\).
10985         * delsel.el: Don't put `delete-selection' property
10986         on `insert-parentheses' symbol to take advantage of
10987         region handling in `insert-pair' function.
10988         Suggested by Stephan Stahl <stahl@eos.franken.de>.
10990 2004-04-30  Kim F. Storm  <storm@cua.dk>
10992         * emulation/cua-base.el: Add support for changing cursor types;
10993         based on patch from Michael Mauger.
10994         (cua-normal-cursor-color, cua-read-only-cursor-color)
10995         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
10996         Customization cursor type and/or cursor color.
10997         (cua--update-indications): Handle cursor type changes.
10998         (cua-mode): Update cursor indications if enabled.
11000         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
11002         * mouse.el (mouse-drag-copy-region): New defcustom.
11003         (mouse-set-region, mouse-drag-region-1): Use it.
11005         * simple.el (kill-ring-save): If region face background color is
11006         unspecified (if no highlighting), show extent of fully visible
11007         region even if transient-mark-mode is enabled.
11009         * emulation/cua-base.el (cua--standard-movement-commands):
11010         Add cua-scroll-up and cua-scroll-down.
11011         (cua-scroll-up, cua-scroll-down): New commands.
11012         (cua--init-keymaps): Remap scroll-up and scroll-down.
11014         * emulation/cua-rect.el (cua--convert-rectangle-as):
11015         New defmacro.
11016         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
11017         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
11018         New commands (suggested by Jordan Breeding).
11020 2004-04-30  Juanma Barranquero  <lektu@terra.es>
11022         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
11024 2004-04-30  Mario Lang  <mlang@delysid.org>
11026         * diff.el (diff-switches): Fix typo in docstring.
11028 2004-04-30  Alex Schroeder  <alex@gnu.org>
11030         * xml.el (xml-debug-print-internal): Don't add newline and
11031         indentation to text nodes and write empty elements as empty tags
11032         instead of opening and closing tags.
11033         (xml-debug-print): Take optional indent-string argument.
11034         (xml-print): Alias for xml-debug-print.
11036 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11038         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
11039         than duplicate call to `line-beginning-position'.
11041         * progmodes/f90.el (f90-get-present-comment-type):
11042         Return whitespace, as well as comment chars, for consistent filling
11043         of comment blocks.  Use `match-string-no-properties'.
11044         (f90-break-line): Trim trailing whitespace when filling comments.
11046 2004-04-30  Dave Love  <fx@gnu.org>
11048         * calendar/diary-lib.el (diary-outlook-formats): New variable.
11049         (diary-from-outlook-internal, diary-from-outlook)
11050         (diary-from-outlook-gnus, diary-from-outlook-rmail):
11051         New functions to import diary entries from Outlook-format
11052         appointments in mail messages.
11054 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11056         * progmodes/python.el (python-send-command): New fun.
11057         (python-send-region, python-load-file): Use it.
11059         * progmodes/compile.el (compilation-last-buffer): Add var alias.
11061         * help-fns.el (help-C-file-name): Use new subr-name.
11062         Prepend `src/' to the file name.
11063         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
11064         (describe-function-1, describe-variable): Only find a C source file
11065         name if DOC is already loaded.
11067         * help-mode.el (help-function-def, help-variable-def):
11068         Use the new find-function-search-for-symbol functionality.
11069         Allow FILE to be `C-source'.
11071         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
11072         (find-function-C-source): New fun.
11073         (find-function-search-for-symbol): Use it.
11075 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
11077         * progmodes/sql.el (sql-product-alist): Rename variable
11078         `sql-product-support'.  Add Postgres login parameters.
11079         (sql-set-product, sql-product-feature): Update with renamed variable.
11080         (sql-connect-postgres): Add username prompt.
11081         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
11082         Make patterns less product specific.
11083         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
11084         (sql-mode-abbrev-table): Modify initialization.
11085         (sql-builtin-face): Add variable.
11086         (sql-keywords-re): Add macro.
11087         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
11088         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
11089         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
11090         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
11091         (sql-mode-linter-font-lock-keywords)
11092         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
11093         (sql-mode-sybase-font-lock-keywords)
11094         (sql-mode-informix-font-lock-keywords)
11095         (sql-mode-interbase-font-lock-keywords)
11096         (sql-mode-ingres-font-lock-keywords)
11097         (sql-mode-solid-font-lock-keywords)
11098         (sql-mode-sqlite-font-lock-keywords)
11099         (sql-mode-db2-font-lock-keywords): Default to nil.
11100         (sql-product-font-lock): Always highlight ANSI keywords.
11101         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
11102         (sql-send-string): Add function.
11104 2004-04-29  Dave Love  <fx@gnu.org>
11106         * progmodes/cfengine.el (cfengine-beginning-of-defun)
11107         (cfengine-end-of-defun): Ensure progress through buffer.
11109         * info-look.el (cfengine-mode): Accept a terminal ().
11111 2004-04-29  Juri Linkov  <juri@jurta.org>
11113         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
11114         instead of isearch-yank-word-or-char.  Add new key bindings for
11115         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
11116         (isearch-del-char): New fun.
11117         (isearch-forward, isearch-edit-string): Update docstring.
11118         (isearch-yank-char): Doc fix.
11119         (isearch-other-meta-char): Restore point after scrolling.
11121         * progmodes/compile.el (compilation-context-lines): Add nil option
11122         to disable compilation output window scrolling.
11123         (compilation-set-window): Use it.
11125         * outline.el (outline-next-preface, outline-show-heading):
11126         Don't leave unhidden blank line before heading.
11127         (outline-end-of-subtree): Include last newline into subtree.
11128         (hide-entry): Leave point at beginning of heading instead of end.
11129         (outline-up-heading): Push mark for the first call of successive
11130         command calls.
11132 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11134         * comint.el (comint-prompt-read-only): New variable.
11135         (comint-output-filter): Implement it.
11137         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
11138         (ielm-prompt-internal): New variable.
11139         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
11140         (ielm-send-input): Delete unused variable `buf'.
11141         (ielm-eval-input): Use `ielm-prompt-internal'.
11142         (inferior-emacs-lisp-mode): Use new variables
11143         `comint-prompt-read-only' and `ielm-prompt-internal'.
11144         Get rid of obsolete variable `directory-sep-char'.
11145         (ielm): Use `zerop'.
11147 2004-04-29  John Paul Wallington  <jpw@gnu.org>
11149         * thumbs.el (toplevel): Require cl at compile time.
11150         Remove conditional definitions of `ignore-errors' and `caddar'
11151         because they occur at run time.
11153 2004-04-28  Nick Roberts  <nickrob@gnu.org>
11155         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
11156         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
11157         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11158         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
11160         * progmodes/gud.el (gud-common-init): Throw an error if program is
11161         already running under gdb.
11163 2004-04-28  John Paul Wallington  <jpw@gnu.org>
11165         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
11166         (thumbs-show-image-num): Move assignment of
11167         `thumbs-current-image-filename' within scope of `i'.
11168         (thumbs-emboss-image): Don't use `evenp'.
11170 2004-04-28  Richard M. Stallman  <rms@gnu.org>
11172         * progmodes/compile.el (compilation-context-lines): Default now 0.
11174 2004-04-28  Juanma Barranquero  <lektu@terra.es>
11176         Use `time-less-p' from calendar/time-date.el instead of defining
11177         custom versions of it.
11179         * pcomplete.el (pcomplete-time-less-p): Remove.
11181         * thumbs.el (time-less-p): Remove.
11183         * calendar/timeclock.el (timeclock-time-less-p): Remove.
11184         (timeclock-generate-report): Use `time-less-p'.
11186         * emacs-lisp/autoload.el (autoload-before-p): Remove.
11187         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
11189 2004-04-28  Masatake YAMATO  <jet@gyve.org>
11191         * subr.el (remove-overlays): Make arguments optional.
11193         * wid-edit.el (widget-specify-button): Put evaporate to the
11194         overlay for sample.
11195         (widget-specify-sample): Put evaporate to the overlay for sample.
11196         (widget-specify-doc): Put evaporate to the overlay for documentation.
11198 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
11200         * info.el (info-apropos): Make it an index node.  Align node names
11201         like makeinfo.
11203 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
11205         * net/browse-url.el (browse-url-netscape-sentinel)
11206         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
11207         (browse-url-epiphany-sentinel, browse-url-mosaic):
11208         Use browse-url-*-program instead of a literal program name.
11210 2004-04-27  Kevin Ryde  <user42@zip.com.au>
11212         * eshell/em-alias.el:
11213         * eshell/em-dirs.el:
11214         * eshell/em-hist.el:
11215         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
11216         features when M-x customize-group loads modules before the main
11217         eshell.el.
11219 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
11221         * subr.el (momentary-string-display): Support EXIT-CHAR that is
11222         either a character representation of an event or an event
11223         description list.
11225         * type-break.el: Capitalise Emacs and Lisp.
11226         (type-break-good-break-interval, type-break-demo-boring-stats)
11227         (type-break-terse-messages, type-break-file-name): New defcustoms.
11228         (type-break-post-command-hook)
11229         (type-break-warning-countdown-string): Quote variable names in doc.
11230         (type-break-interval-start, type-break-auto-save-file-name): New vars.
11231         (type-break-mode): Document type-break-good-break-interval and the
11232         "session" file.  Schedule break according to the session file.
11233         Kill session file buffer on exit.  Organise for save-some-buffers
11234         to always save the session file.
11235         (type-break-mode-line-message-mode, type-break-query-mode):
11236         Uppercase arguments.
11237         (type-break-file-time, type-break-file-keystroke-count, timep)
11238         (type-break-choose-file, type-break-get-previous-time)
11239         (type-break-get-previous-count): New defuns.
11240         (type-break): Avoid break querying after a completed break in the
11241         case where the query was initiated during user invocation of the
11242         break.  Optional terse messages.
11243         Use type-break-good-break-interval if type-break-good-rest-interval is
11244         nil.  File the break time.
11245         (type-break-schedule): New optional args for overriding the use of
11246         the current time.
11247         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
11248         after a break.
11249         (type-break-check): File the keystroke count.
11250         (type-break-do-query): Prevent a second query when the break is
11251         interrupted.  Optional terse message.
11252         (type-break-keystroke-reset): Record the start of a typing interval.
11253         (type-break-demo-boring): Optional terse messages.  Display word
11254         per minute and keystroke counts according to
11255         type-break-demo-boring-stats.
11257 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
11259         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
11260         directories, make sure they exist under archive-tmpdir.
11262 2004-04-27  Juri Linkov  <juri@jurta.org>
11264         * help.el (view-emacs-news): With argument, display info for the
11265         selected version by finding it among different NEWS files, and
11266         narrowing the buffer to the selected version.
11268         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
11269         same-window-buffer-names.
11270         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
11271         non-numeric prefix argument, append the number to the buffer name
11272         for numeric prefix argument.
11273         (info-other-window): Bind same-window-regexps to nil.
11274         (Info-reference-name): Rename to Info-point-loc.
11275         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
11276         and Info-find-index-name for stringy Info-point-loc.
11277         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
11278         without middle `.', but with final `.' and optional line number
11279         for it.  Set Info-point-loc for index nodes.
11280         (Info-index): Remove middle `.' from index entry regexp.
11281         Modify line number regexp.
11282         (Info-index-next): Decrement line number.
11283         (info-apropos): Remove middle `.' from index entry regexp.
11284         Add optional line number regexp at the end.  Add matched value
11285         for line number to the result list and insert it to the buffer.
11286         Replace match-string by match-string-no-properties.
11287         Reorder result list.
11288         (Info-fontify-node): Hide index line numbers.
11289         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
11290         empty matches.
11291         (Info-follow-reference): Use `str' instead of
11292         Info-following-node-name-re.
11293         (Info-toc): Use full file names.  Set Info-current-node to "Top".
11294         (Info-fontify-node): Compare file names without directory name.
11295         (Info-try-follow-nearest-node): Don't set Info-reference-name.
11296         Set second arg of Info-extract-menu-node-name for index nodes.
11297         (info-xref-visited): Use magenta3 instead of magenta4.
11298         (Info-mode): Add info-apropos to docstring.
11300         * log-view.el (log-view-diff): Replace interactive code "r"
11301         by a list to allow to call it even if region is not active.
11303         * paren.el (show-paren-highlight-openparen): New var.
11304         (show-paren-function): Turn on openparen highlighting when
11305         matching forward if show-paren-highlight-openparen is non-nil.
11307         * simple.el (kill-ring-save): Use blink-matching-delay instead of
11308         the constant value 1.
11309         (completions-common-part): Expand docstring.
11311         * textmodes/picture.el (picture-mode-map): Add arrow keys.
11313 2004-04-27  Kim F. Storm  <storm@cua.dk>
11315         * image.el (insert-sliced-image): Use line-height instead of
11316         line-spacing property on newline.
11318 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
11320         * desktop.el (desktop-buffer-misc-data-function): Rename to
11321         desktop-save-buffer and change docstring.
11322         (desktop-buffer-modes-to-save): Delete.
11323         (desktop-save-buffer-p): Use desktop-save-buffer instead of
11324         desktop-buffer-modes-to-save.
11325         (desktop-save): Rename desktop-buffer-misc-data-function to
11326         desktop-save-buffer and allow non-function value.
11327         (desktop-missing-file-warning): Correct docstring.
11329         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
11330         to desktop-save-buffer.
11332         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
11333         desktop-save-buffer.
11335         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
11337         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
11339 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
11341         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
11343 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
11345         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
11346         (ielm): Only go to the end of the buffer when starting a new process.
11348 2004-04-25  Juanma Barranquero  <lektu@terra.es>
11350         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
11351         mode line.  Bind `inhibit-read-only' to t before modifying
11352         properties of text in the buffer.
11353         (ielm): Force point to the end of buffer, even when running ielm
11354         from inside itself.
11356 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11358         * info.el (info-apropos): Reset Info-complete-cache.
11360 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
11362         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11363         Also recognize severe Irix et al. messages.
11364         (compilation-normalize-filename, compile-abbreviate-directory):
11365         Delete functions.
11366         (compilation-get-file-structure): New function inherits
11367         functionality of the two preceding ones.
11368         (compilation-internal-error-properties, compilation-fake-loc):
11369         Use it so that different paths to the same file share the same
11370         markers.  Also optimize finding adjacent marker slightly.
11372 2004-04-25  Kim F. Storm  <storm@cua.dk>
11374         * image.el (insert-sliced-image): Add line-spacing t property
11375         to newlines separating image lines.
11377 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
11379         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
11381         * ielm.el (ielm-prompt-read-only): New user option.
11382         (ielm-prompt): Expand docstring to describe new behavior.
11383         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
11384         mention it in the docstring.
11386 2004-04-24  Andreas Schwab  <schwab@suse.de>
11388         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
11390         * diff.el (diff): Set default-directory in diff buffer.
11392 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
11394         * mail/sendmail.el (mail-bury): Don't delete the frame where the
11395         mail was being composed if the terminal cannot display more than
11396         one frame; instead, switch to previous frame.
11398         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
11399         (rmail-start-mail): Support rmail-mail-new-frame even on
11400         terminals that can display only one frame at a time.
11402 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11404         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
11405         (checkdoc-output-font-lock-keywords): Remove error regexp.
11406         (checkdoc-output-mode-map): Remove.
11407         (checkdoc-output-mode): Derive from compilation-mode.
11408         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
11410         * dired.el (dired-mode-map): Add a menu entry for wdired.
11412         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
11413         (rx-bracket, rx-check-any, rx-any): Clean up name space.
11415         * wdired.el: (wdired-mode-map): Move init into declaration.
11416         Fix `return' binding.
11417         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11418         Use force-mode-line-update.
11419         (wdired-get-filename): Use `unless'.
11420         (wdired-preprocess-files): Don't assume names have no \n and use / for
11421         dir separator.
11422         (wdired-normalize-filename): Use replace-regexp-in-string.
11423         (wdired-load-hooks): Remove.
11424         (wdired-mode-hooks): Rename to wdired-mode-hook.
11426         * info-look.el: Add support for cfengine-mode.
11427         (info-lookup-setup-mode): Use dolist.
11429 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
11431         * wdired.el: New file.
11433 2004-04-23  Juanma Barranquero  <lektu@terra.es>
11435         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
11437         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
11438         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
11439         (pcomplete--help, pcomplete--here): Doc fixes.
11441 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
11443         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
11444         handles wrong-number-of-arguments in backend call.
11446         * vc.el (vc-print-log): Likewise.
11448 2004-04-20  Dave Love  <fx@gnu.org>
11450         * emacs-lisp/rx.el: Doc fixes.
11451         (rx-constituents): Add/extend many forms.
11452         (rx-check): Check form is a list.
11453         (bracket): Defvar.
11454         (rx-check-any, rx-any, rx-check-not): Modify.
11455         (rx-not): Simplify.
11456         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
11457         (rx-kleene): Use rx-trans-forms.
11458         (rx-quote-for-set): Delete.
11459         (rx): Allow multiple args.
11461 2004-04-23  Kenichi Handa  <handa@m17n.org>
11463         * international/mule-util.el (char-displayable-p): Simplify by
11464         using internal-char-font.
11466 2004-04-23  Juanma Barranquero  <lektu@terra.es>
11468         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11470 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11472         * diff-mode.el (diff-next-error): New fun.
11473         (diff-mode): Use it.
11475         * simple.el (next-error): Change arg name.
11476         Add support for the documented C-u C-x ` usage.
11478         * frame.el (special-display-popup-frame, next-multiframe-window)
11479         (previous-multiframe-window): Only consider frames on same display.
11481 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
11483         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
11484         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
11486 2004-04-22  Kim F. Storm  <storm@cua.dk>
11488         * net/telnet.el (telnet): Add optional port arg.
11490 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11492         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11493         Minor sanity check on the `hyperlink' slot.
11495         * Makefile.in (recompile): Compile new files.
11497         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
11498         Add byte-recompile-directory's optional `arg'.
11500         * cvs-status.el (cvs-tree-use-charset): New var.
11501         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
11502         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
11503         (cvs-status-cvstrees): Use it.
11505         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
11506         Make it a normal major mode.
11507         (checkdoc-buffer-label): Make sure the file name is meaningful.
11508         (checkdoc-output-to-error-buffer): Remove.
11509         (checkdoc-error, checkdoc-start-section): Rewrite.
11511         * info.el (info-node, info-menu-5, info-xref, info-header-node)
11512         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11513         (Info-title-4-face): Use new syntax.
11514         (info-xref-visited): Inherit from info-xref.
11516         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
11518 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11520         * simple.el (next-error-last-buffer, next-error-function):
11521         New variables for the next-error framework.
11522         (next-error-buffer-p): New function.
11523         (next-error-find-buffer): Generalize compilation-find-buffer.
11524         (next-error, previous-error, first-error, next-error-no-select)
11525         (previous-error-no-select): Move from compile.el.
11527         * replace.el (occur-next-error, occur-1): Hook into the next-error
11528         framework.
11530         * progmodes/compile.el (compilation-start):
11531         Set next-error-last-buffer so next-error knows where to jump.
11532         (compilation-setup): Set the buffer-local variable
11533         next-error-function to 'compilation-next-error-function.
11534         (compilation-buffer-p, compilation-buffer-internal-p): Use an
11535         alternate way to find if a buffer is a compilation buffer, for
11536         next-error convenience.
11537         (next-error-no-select, previous-error-no-select, next-error)
11538         (previous-error, first-error): Move to simple.el.
11539         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
11540         (compilation-last-buffer): Remove.
11541         (compilation-start, compilation-next-error, compilation-setup)
11542         (compilation-next-error-function, compilation-find-buffer):
11543         Remove compilation-last-buffer use.
11545 2004-04-21  Juanma Barranquero  <lektu@terra.es>
11547         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
11548         (font-lock-warning-face): Fix spacing.
11550         * makefile.w32-in (WINS): Add url/ directory.
11552 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
11554         * desktop.el (desktop-buffer-mode-handlers): New variable.
11555         Alist of major mode specific functions to restore a desktop buffer.
11556         (desktop-buffer-handlers): Make variable obsolete.
11557         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
11558         Catch errors signaled in handlers.  Update buffer count.
11559         Evaluate desktop-buffer-point.
11560         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
11561         move to dired.el.
11562         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
11563         move to info.el.
11564         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
11565         move to mail/rmail.el.
11566         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
11567         to mh-e/mh-e.el.
11568         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
11569         On fail, print message (to message buffer) even if
11570         desktop-missing-file-warning is nil.
11571         (desktop-buffer-misc-data-function): New buffer local variable.
11572         Function returning major mode specific data.
11573         (desktop-buffer-misc-functions): Make variable obsolete.
11574         (desktop-save): Use desktop-buffer-misc-data-function.
11575         (desktop-buffer-dired-misc-data): Rename to
11576         dired-desktop-buffer-misc-data and move to dired.el.
11577         (desktop-buffer-info-misc-data): Rename to
11578         Info-desktop-buffer-misc-data and move to info.el.
11579         (desktop-read): Add message about number of buffers restored/failed.
11581         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
11582         Add parameters.  Pause to display error only when
11583         desktop-missing-file-warning is non-nil.
11584         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
11585         (dired-mode): Bind desktop-buffer-misc-data-function.
11587         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
11588         Add Parameters.
11589         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
11590         (Info-mode): Bind desktop-buffer-misc-data-function.
11592         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
11593         Add Parameters.
11595         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
11596         Add Parameters.
11598 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
11600         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
11601         the case of letters in case-insensitive expansions when the
11602         abbrev is preceded by characters with letter syntax.
11604 2004-04-21  Richard M. Stallman  <rms@gnu.org>
11606         * progmodes/cperl-mode.el (cperl-putback-char):
11607         Delete Emacs 18 definition.
11609         * international/mule.el (ctext-post-read-conversion):
11610         Use assoc-string, not assoc-ignore-case.
11612         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
11614         * emacs-lisp/easymenu.el (easy-menu-add):
11615         Do call x-popup-menu, but only if it's defined.
11617         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
11619         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
11620         Handle multiple args: compile like progn.
11622         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
11623         take all args as &rest arg.
11625         * autoinsert.el (auto-insert-alist): Insert the user's name in
11626         copyright notice, rather than Free Software Foundation.
11628 2004-04-21  Kenichi Handa  <handa@m17n.org>
11630         * descr-text.el (describe-char): Make it work on *Help* buffer.
11632 2004-04-21  Kim F. Storm  <storm@cua.dk>
11634         * image.el (insert-image): Add optional SLICE arg.
11635         (insert-sliced-image): New defun.
11637 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
11639         * subr.el (read-number): Check whether `default' is nil.
11641 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11643         * progmodes/compile.el (compilation-error-properties):
11644         Split into two.
11645         (compilation-internal-error-properties): New one.
11646         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
11648 2004-04-20  Richard M. Stallman  <rms@gnu.org>
11650         * window.el (split-window-save-restore-data):
11651         Don't update the data if OLD-INFO is nil.
11653         * view.el (view-return-to-alist): Mark it permanent local.
11655         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
11657         * recentf.el (recentf-save-list): Catch and warn about errors.
11659         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
11660         so "Buffers" won't be pure.
11662         * help-mode.el (help-mode-finish): Set help-return-alist first
11663         thing, setting only the entry for the selected window.
11665         * help-fns.el (describe-function-1): If many non-control non-meta
11666         keys run the command, don't list all of them.
11668 2004-04-20  Juanma Barranquero  <lektu@terra.es>
11670         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
11671         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
11673         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
11675 2004-04-20  Kenichi Handa  <handa@m17n.org>
11677         * international/quail.el (quail-lookup-key): New optional arg
11678         NOT-RESET-INDICES.
11679         (quail-get-translations): Call quail-lookup-key with
11680         NOT-RESET-INDICES t.
11681         (quail-completion): Likewise.
11682         (quail-lookup-map-and-concat): Likewise.
11684 2004-04-20  Kenichi Handa  <handa@m17n.org>
11686         * international/quail.el (quail-update-translation): Don't insert
11687         such an unsupported multibyte char in a unibyte buffer.
11689 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
11691         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
11692         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
11693         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
11694         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
11695         (gdb-frame-assembler-buffer): Improve behaviour with
11696         multiple frames.
11697         (gdb-display-buffer): Extend search to all visible frames.
11699 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
11701         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
11702         characters left after base64 decoding.
11703         (rmail-decode-region): Use -dos variety of `coding', to remove any
11704         ^M characters left after qp or base64 decoding.
11706 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11708         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
11709         messages.
11711 2004-04-19  Stephen Eglen  <stephen@gnu.org>
11713         * add-log.el (add-change-log-entry): Update doc string to mention
11714         add-log-full-name and add-log-mailing-address.
11716 2004-04-18  Juri Linkov  <juri@jurta.org>
11718         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
11719         (Info-find-node-2): Simplify error message.
11720         (Info-insert-dir): Use Info-following-node-name.
11721         (Info-goto-node): Remove *info-history* and *info-toc*.
11722         (Info-history): Create a node of the virtual history file.
11723         (Info-toc): Create a node of the virtual toc file.
11724         (Info-insert-toc): New arg `curr-file' for reference file names.
11725         (info-apropos): Remove redundant var binding for temp-file.
11726         (Info-index, Info-index-next, Info-mode): Doc fix.
11727         (Info-goto-emacs-command-node): Don't jump to *info* from
11728         non-*info* Info buffers.
11729         (Info-fontify-node): Don't show the file name of external
11730         references if `Info-hide-note-references' is `hide'.  Don't hide
11731         newlines at the end of paragraphs.
11733         * international/mule-diag.el (list-input-methods):
11734         Fix args to help-xref-button.
11736         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
11737         to put into effect local variables from TUTORIAL files.
11739         * textmodes/paragraphs.el (sentence-end) <function>: New fun
11740         with default value taken from the variable `sentence-end'.
11741         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
11742         Add nil const to :type.
11743         (sentence-end-without-period, sentence-end-double-space)
11744         (sentence-end-without-space): Doc fix.
11746         * textmodes/paragraphs.el (forward-sentence):
11747         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
11748         (fill-delete-newlines):
11749         * progmodes/cc-cmds.el (c-beginning-of-statement):
11750         Use function `sentence-end' instead of variable `sentence-end'.
11752 2004-04-18  Andreas Schwab  <schwab@suse.de>
11754         * progmodes/compile.el (compilation-start): Set window start to
11755         point-min if compilation-scroll-output is nil.
11757 2004-04-18  John Wiegley  <johnw@newartisans.com>
11759         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
11761 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
11763         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
11764         (gdb-info-breakpoints-custom): Revert previous change.
11765         (gdb-view-assembler): Update assembler if necessary.
11766         (gdb-frame-handler): Parse correctly for gdb-current-frame.
11767         (gdb-display-source-buffer): Update properly when both source and
11768         assembler are visible.
11770 2004-04-17  John Wiegley  <johnw@newartisans.com>
11772         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
11773         which limits the number of names shown in the minibuffer.  Off by
11774         default.
11775         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
11776         up iswitchb for users with a multitude of open buffers by showing
11777         only the first and last N/2 buffers in the completion list (which
11778         is enough to aid C-s/C-r, and to know that more characters are
11779         needed to refine the completion list).
11781 2004-04-17  Richard M. Stallman  <rms@gnu.org>
11783         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
11784         (file-truename): Expand all ~ constructs directly.
11785         (insert-directory): Delete any error msg output by the
11786         `insert-directory-program'.
11788         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
11789         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
11790         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
11791         (allout-init): Use find-file-hook, not find-file-hooks.
11792         (allout-mode): Eliminate Emacs 18 support.
11793         Use write-contents-functions, not local-write-file-hooks.
11795 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
11797         * progmodes/compile.el (compilation-error-properties): Fix for
11798         adding messages when there are already markers for their file.
11799         (compilation-fake-loc): New function.
11801 2004-04-16  Dave Love  <fx@gnu.org>
11803         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
11804         (python-load-file): Fix python-orig-start setting.
11806         * progmodes/compile.el: Doc fixes.
11807         (compilation-error-regexp-alist-alist)
11808         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
11809         (compilation-assq): Wrap in eval-when-compile.
11810         (compilation-mode-font-lock-keywords): Don't use list*.
11811         (compilation-start): Avoid warning.
11812         (compilation-compat-error-properties)
11813         (compilation-directory-properties): Add keymap property.
11814         (compilation-parsing-end): Make it a marker for better compatibility.
11816         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
11818 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
11820         * xml.el: Doc fixes.
11821         (xml-get-children): Only looks at sub-tags and ignore strings.
11823         * xml.el (xml-parse-tag): Avoid overwriting node-name.
11825 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11827         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
11829 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
11831         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
11833         * vc.el (vc-print-log): Likewise.
11835 2004-04-16  Masatake YAMATO  <jet@gyve.org>
11837         * simple.el (completion-setup-function): Set an initial value
11838         to `element-common-end' before entering loop.  Set a value
11839         to `element-common-end' at the end of loop.
11840         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
11841         (completions-common-part): Rename from completion-de-emphasis.
11842         (completions-first-difference): Rename from completion-emphasis.
11843         Suggested by RMS.
11845 2004-04-16  Juanma Barranquero  <lektu@terra.es>
11847         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
11848         (bookmark-edit-annotation-mode): Add mode name.
11850 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11852         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
11853         for nested conflict markers.
11854         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
11856 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
11858         * progmodes/gdb-ui.el (gdb-goto-info): New function.
11860         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
11862 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
11865         Give a backtrace if requested.
11867         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
11869         * progmodes/python.el (python-mouse-2-command, python-RET-command):
11870         Remove unused functions.
11871         (python-orig-start-line, python-orig-file): Remove.
11872         (python-orig-start): New var.
11873         (python-input-filter, python-compilation-line-number)
11874         (python-send-region, python-load-file): Use it.
11876         * info.el (info): Always jump to *info*.
11878         * subr.el (posn-set-point): New function.
11880         * mouse.el (mouse-set-point): Use it.
11882         * progmodes/compile.el (compile-goto-error): Use it.
11883         (compilation-button-map): New keymap.
11884         (compilation-error-properties): Use it.
11885         (compilation-shell-minor-mode-map): Don't bind mouse-2.
11887         * smerge-mode.el (smerge-popup-context-menu): Use it.
11889         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
11890         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
11891         mouse and non-mouse case.
11893         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
11894         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
11896         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
11897         Make it work for non-mouse events.
11899         * pcvs-info.el (cvs-status-map): Update binding name.
11901 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
11903         * xml.el (xml-maybe-do-ns): New function to handle namespace
11904         parsing of both attribute and element names.
11905         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
11906         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
11907         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
11908         (xml-parse-attlist): Make it do its own namespace parsing.
11910 2004-04-14  Dave Love  <fx@gnu.org>
11912         * progmodes/python.el (run-python): Fix use of \n.
11913         (python-load-file): Remove `try' from Python fragment.
11914         (python-describe-symbol): Fix message.
11916         * comint.el: Doc fixes.
11917         (comint-last-input-start, comint-last-input-end)
11918         (comint-last-output-start): Give them values.
11919         (comint-arguments): Avoid warning.
11920         (comint-skip-prompt): Use line-end-position.
11921         (comint-backward-matching-input): Rename arg to agree with doc.
11922         (comint-extract-string): Use syntax-ppss.
11923         (comint-dynamic-simple-complete): Delete useless list construction.
11924         (comint-redirect-subvert-readonly): New.
11925         (comint-redirect-preoutput-filter): Use it.
11927         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11928         Correctly handle negative arguments when calling hook functions.
11930 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
11932         * info.el (info-apropos): Don't clobber Info-history-list.
11934 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
11936         * progmodes/compile.el (compilation-setup):
11937         Localize overlay-arrow-position.
11938         (compilation-sentinel): Restructure code equivalently.
11939         (compilation-next-error): Find message on same line after point if
11940         not found before point.
11941         (compile-mouse-goto-error): Restore function so that compilation
11942         buffer need not be current and use compile-goto-error.
11943         (compile-goto-error): Restore function.
11944         (next-error): Set overlay-arrow-position.
11945         (compilation-forget-errors): Don't localize already local
11946         compilation-locs and remove FIXME about refontifying.
11948 2004-04-14  Kim F. Storm  <storm@cua.dk>
11950         * startup.el (emacs-quick-startup): New defvar (set by -Q).
11951         (command-line): New option -Q.  Like -q --no-site-file, but
11952         in addition it also disables menu-bar, tool-bar, scroll-bars,
11953         tool-tips, and the blinking cursor.
11954         (command-line-1): Skip startup screen if -Q.
11955         (fancy-splash-head): Use ":align-to center" prop to center splash image.
11957         * emulation/cua-base.el (cua-read-only-cursor-color)
11958         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
11960 2004-04-13  Dave Love  <fx@gnu.org>
11962         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
11963         (syntax): Don't require.
11964         (python) <defgroup>: Add :version.
11965         (python-quote-syntax): Re-written.
11966         (inferior-python-mode): Move stuff here from run-python and add
11967         some more.
11968         (python-preoutput-continuation, python-preoutput-result)
11969         (python-dotty-syntax-table): New.
11970         (python-describe-symbol): Use them.
11971         (run-python): Move stuff to inferior-python-mode.  Modify code
11972         loaded into Python.
11973         (python-send-region): Use python-proc, python-send-string.
11974         (python-send-string): Send newlines too.  Callers changed.
11975         (python-load-file): Re-written.
11976         (python-eldoc-function): New.
11977         (info-look): Don't require.
11978         (python-after-info-look): New.  A modified version of former
11979         top-level code for use with eval-after-load.
11980         (python-maybe-jython, python-guess-indent): Use widened buffer.
11981         (python-fill-paragraph): Re-written.
11982         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
11983         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
11985 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11987         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
11988         Set compilation-error-regexp-alist earlier.
11990         * progmodes/compile.el (compilation-minor-mode-map)
11991         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
11992         (compile-goto-error): Re-merge the mouse and non-mouse commands.
11994 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11996         * progmodes/compile.el (compile-goto-error): Select the buffer/window
11997         corresponding to the event.
11999 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
12001         * loadup.el: Add cygwin to system-type list, for unexec() support.
12003 2004-04-12  John Paul Wallington  <jpw@gnu.org>
12005         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
12006         (ibuffer-restore-window-config-on-quit): New variable to replace
12007         `ibuffer-delete-window-on-quit'.  Update all references.
12008         (ibuffer-prev-window-config): New variable.
12009         (ibuffer-quit): Restore previous window configuration instead of
12010         deleting window.
12011         (ibuffer): Save window configuration before showing Ibuffer buffer.
12013         * help.el (describe-mode): Doc fix.
12015 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
12018         not to treat nil as a function.
12020         * vc-arch.el (vc-arch-root): Be a bit more careful.
12021         (vc-arch-register): Save the buffer if we modified it.
12022         (vc-arch-delete-rej-if-obsolete): Save excursion.
12023         (vc-arch-find-file-hook): Use the simpler after-save-hook.
12024         (vc-arch-responsible-p, vc-arch-init-version): New functions.
12026         * net/ldap.el (ldap-search): Use list*.
12028 2004-04-12  Juri Linkov  <juri@jurta.org>
12030         * info.el (Info-follow-reference): Allow multiline reference name.
12032 2004-04-11  Dave Love  <fx@gnu.org>
12034         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
12036         * progmodes/python.el: New file.
12038 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
12040         * vc-hooks.el (vc-arg-list): Function removed.
12041         (vc-default-workfile-unchanged-p): Use condition-case to check for
12042         backward compatibility.
12044         * vc.el (vc-print-log): Use condition-case to check for backward
12045         compatibility.
12047 2004-04-11  Juri Linkov  <juri@jurta.org>
12049         * dired.el (dired-faces): New defgroup.
12050         (dired-header, dired-mark, dired-marked, dired-flagged)
12051         (dired-warning, dired-directory, dired-symlink, dired-ignored):
12052         New faces.
12053         (dired-header-face, dired-mark-face, dired-marked-face)
12054         (dired-flagged-face, dired-warning-face, dired-directory-face)
12055         (dired-symlink-face, dired-ignored-face): New face variables.
12056         (dired-font-lock-keywords): Use them instead of font-lock faces.
12057         Split the rule for dired marks into 3 separate rules: for marks,
12058         marked file names and flagged file names.
12060         * help-mode.el (help-make-xrefs): Add a final newline to the
12061         *Help* buffer.
12063 2004-04-11  John Paul Wallington  <jpw@gnu.org>
12065         * replace.el (occur-engine): Distinguish between one and several
12066         matches in the matches per buffer heading.
12068 2004-04-11  Kim F. Storm  <storm@cua.dk>
12070         * ido.el (ido-confirm-unique-completion): New defcustom.
12071         (ido-complete): Use it.
12072         (ido-write-file): Set it to t unconditionally.
12074 2004-04-10  Miles Bader  <miles@gnu.org>
12076         RCS keyword removal (only non-comment changes are enumerated here):
12078         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
12079         (byte-compile-insert-header): Don't use `byte-compile-version'.
12080         * forms.el (forms-version): Variable removed.
12081         (forms-mode): Don't use `forms-version'.
12082         * recentf.el (recentf-version): Variable removed.
12083         * progmodes/delphi.el (delphi-version): Variable removed.
12084         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
12086 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12088         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
12090 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
12092         * info.el (info-apropos): Improve menu item regexp.
12094 2004-04-09  Simon Josefsson  <jas@extundo.com>
12096         * mail/smtpmail.el: Add comment, based on report by
12097         kdc@rcn.com (Kevin D. Clark).
12099 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12101         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12102         Redo one more thing that I didn't notice Daniel had undone.
12104 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
12106         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
12107         (gdb-goto-breakpoint, gdb-display-buffer)
12108         (gdb-display-source-buffer, gdb-view-source-function)
12109         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
12110         (gdb-source-info, gdb-frame-handler): Don't specify a window
12111         for display.
12112         (gdb-info-breakpoints-custom): Remove superfluous update of
12113         assembler buffer.
12114         (gdb-many-windows): Make settable outside gdb.
12116 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
12118         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
12119         Derive from fundamental-mode rather than text-mode.
12121 2004-04-08  Juri Linkov  <juri@jurta.org>
12123         * info.el (Info-history): Doc fix.
12124         (Info-history-list): New var.
12125         (info-xref): Change magenta4 to blue, remove bold for dark and
12126         light backgrounds, change bold to underline for non-color classes.
12127         (info-xref-visited): New face.
12128         (Info-fontify-visited-nodes): New custom.
12129         (Info-hide-note-references): Add new value `hide'.  Doc fix.
12130         (Info-reference-name): New var.
12131         (Info-selection-hook): New custom.
12132         (Info-edit-mode-hook): New var.
12133         (Info-find-file): New fun.
12134         (Info-find-node): Move part of code to Info-find-file.
12135         (Info-find-node-2): Add anchors to Info-history-list.  Move point
12136         to the place with the reference name if name is defined.
12137         (Info-select-node): Add current node to Info-history-list.
12138         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
12139         (Info-search-whitespace-regexp): New custom.
12140         (Info-search-case-fold): New var.
12141         (Info-search): Add "case-sensitively" to the prompt.
12142         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
12143         (Info-search-case-sensitively, Info-search-next): New fun.
12144         (Info-up): Move point to the menu item of the current node.
12145         (Info-history): New fun.  Add *info-history* to
12146         same-window-buffer-names.
12147         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
12148         (Info-insert-toc): New fun.
12149         (Info-build-toc): New fun.
12150         (Info-follow-reference): Add new arg `fork'.  Doc fix.
12151         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
12152         with the same name prefer the reference closest to point.
12153         (Info-next-reference): Replace * by + in the *Note regexp.
12154         Add regexp for http:// and ftp://.  Skip the *Note prefix.
12155         (Info-prev-reference): Replace * by + in the *Note regexp.
12156         Add regexp for http:// and ftp://.  Skip the *Note prefix.
12157         (Info-follow-nearest-node): Add new arg `fork'.
12158         (Info-try-follow-nearest-node): Add new arg `fork'.
12159         Call browse-url for http:// and ftp:// references.
12160         Set Info-reference-name for index entries.
12161         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
12162         Info-search-next, Info-history, Info-toc, clone-buffer.
12163         (Info-menu-update): Replace * by + in the *Note regexp.
12164         (Info-mode): Add documentation for Info-history, Info-toc,
12165         Info-search-case-sensitively, Info-search-next, clone-buffer.
12166         (Info-fontify-menu-headers): Remove fun.  Move code to
12167         Info-fontify-node.
12168         (Info-fontify-node): Add docstring.  Add local vars
12169         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
12170         then fontify header line, titles, menu headers, http and ftp
12171         references, refill paragraphs.  If not-fontified-p is t or
12172         fontify-visited-p is t then fontify cross references, menu items.
12173         Fontify menu headers.  Fontify http and ftp references.
12174         Change regexp for cross references to require whitespace after *Note,
12175         add matching groups for file and node names.  Remove hack for quote.
12176         Use display property for Info-hide-note-references=t.  Use fifth
12177         or fourth match for help-echo.  Display visited nodes in a
12178         different face.  Unhide file names of external references.
12179         Unhide newlines.  Display visited menu items in a different face.
12181 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12183         * progmodes/compile.el: Require CL.
12184         (compilation-mode-font-lock-keywords): Re-install the "line as
12185         function" patch.
12187         * help-fns.el (help-C-source-directory): New var.
12188         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
12189         (describe-function-1, describe-variable): Use them.
12191         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
12192         to C source files specially.
12194 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12196         * info.el (Info-hide-cookies-node): New function.
12197         (Info-select-node): Use it.
12198         (Info-display-images-node): Remove message with image file name.
12200 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
12202         * progmodes/compile.el (compilation-warning-face)
12203         (compilation-info-face, compilation-skip-threshold)
12204         (compilation-skip-visited, compilation-context-lines):
12205         Declare :version when added to Emacs.
12206         (compilation-error-regexp-alist-alist): Extend caml and irix.
12207         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
12208         (compilation-mode-font-lock-keywords): Temporarily undo line as
12209         function patch, which wasn't ready.
12211 2004-04-07  Kenichi Handa  <handa@m17n.org>
12213         * international/latin1-disp.el (latin1-display-setup): Check each
12214         character is displayable or not instead of calling
12215         latin1-display-check-font.
12217 2004-04-06  Kenichi Handa  <handa@m17n.org>
12219         * language/ethio-util.el (ethio-sera-being-called-by-w3):
12220         New variable.
12221         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
12222         instead of sera-being-called-by-w3.
12223         (ethio-fidel-to-sera-buffer): Likewise.
12224         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
12225         instead of sera-being-called-by-w3.
12226         (ethio-write-file): Likewise.
12228 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12230         * printing.el: Doc fix.
12232 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
12234         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
12235         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
12236         (gdb-setup-windows): Only use separate IO buffer if required.
12238 2004-04-06  Kim F. Storm  <storm@cua.dk>
12240         * term.el (term-is-xemacs): Remove.
12241         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
12242         (term-window-width): New function.
12243         (term-mode, term-check-size): Use it.
12244         (term-mode): Disable overflow-newline-into-fringe in term buffer.
12246 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12248         * cus-edit.el (custom-add-parent-links): Change unbound variable
12249         `symbol' to `name'.
12251 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
12252         * info.el (info-apropos): New function.
12253         (Info-mode-menu): Add it.
12254         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
12256         * help-mode.el (help-make-xrefs): Recognize aliased variable with
12257         inherited docstring.
12259         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
12261 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12263         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
12265         * progmodes/compile.el (font-lock): Don't require any more.
12266         (compilation-error-properties, compilation-start, compilation-sentinel)
12267         (compilation-filter, next-error): Use with-current-buffer.
12268         (compilation-skip-to-next-location, compilation-skip-threshold)
12269         (compilation-skip-visited): Move to silence the byte-compiler.
12270         (compilation-setup): Simplify.
12271         (compilation-next-error): Use line-(beginning|end)-position.
12272         Make sure `pt' is non-nil before using compilation-loop.
12273         (compile-goto-error): Add optional event arg.  Use it.
12274         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
12275         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
12276         Update the binding for mouse-2.
12277         (first-error): Set compilation-current-error to nil rather than bob.
12278         (compilation-parsing-end, compilation-parse-errors-function)
12279         (compilation-error-list, compilation-old-error-list):
12280         "New" compatibility variables.
12281         (compile-buffer-substring, compilation-compat-error-properties)
12282         (compilation-compat-parse-errors, compilation-forget-errors):
12283         New compatibility functions.
12284         (compilation-mode-font-lock-keywords): Use them.
12286 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12288         * autorevert.el (auto-revert-handler): If point (or a window
12289         point) is at the end of the buffer, keep it there after
12290         reverting.  This allows to tail a file.
12291         Mention this in the `Commentary'.
12293         * format.el (format-write-file): Add optional argument CONFIRM
12294         and make it behave like the analogous argument to `write-file'.
12296 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12298         * progmodes/ebnf2ps.el: Doc fix.
12299         (ebnf-version): New version number (4.2).
12300         (ebnf-syntax): Customization and docstring fix.
12301         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
12302         Put autoloaded funs before first use.
12303         (ebnf-style-database): Add dtd entry.
12304         (ebnf-syntax-alist): Add dtd initialization.
12305         (ebnf-token-sequence): New fun.
12306         (ebnf-comment-table): Add new comment action character.
12307         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
12309         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
12310         Type Definition for XML).
12312         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
12313         * progmodes/ebnf-bnf.el (ebnf-sequence):
12314         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
12315         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
12316         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
12317         Code simplification: call ebnf-token-sequence.
12319 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
12321         * calendar/timeclock.el (timeclock-relative)
12322         (timeclock-get-project-function, timeclock-get-workday-function)
12323         (timeclock-query-out, timeclock-when-to-leave)
12324         (timeclock-when-to-leave-string, timeclock-log-data)
12325         (timeclock-generate-report, timeclock-in): Doc fixes.
12327 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12329         * url/: New dir.  Import the URL package from its repository.
12331 2004-04-03  Andreas Schwab  <schwab@suse.de>
12333         * diff-mode.el (diff-mode): Fix missing quote.
12335 2004-04-03  Juri Linkov  <juri@jurta.org>
12337         * descr-text.el (describe-property-list): Add `font-lock-face'.
12339         * dired.el (dired-font-lock-keywords): Fix permission regexps.
12341 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12343         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
12344         Use utf-16le on little endian machines and utf-16be otherwise.
12346 2004-04-02  David Kastrup  <dak@gnu.org>
12348         * net/browse-url.el (browse-url-generic): Use call-process
12349         instead of start-process to allow browsers that fork and detach.
12351 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
12353         * compile.el (compilation-current-error): New var.
12354         (compilation-setup, compile-mouse-goto-error)
12355         (compile-goto-error, next-error): Use it.
12356         (compilation-skip-to-next-location): Default to t, which gives
12357         contiguous skipping like old compile (where this was redundant).
12358         (compilation-next-error): Prevent previous-* commands from moving
12359         back to message at or just before point.
12361 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
12363         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
12364         (gdb-source-info): Don't display source at startup, if required.
12365         (gdb-show-main): New option.
12366         (gdba): Update documentation.
12367         (gdb-source): Cover case of auto-display output.
12369 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12371         * autorevert.el: Delete obsolete autoload's and defvar's.
12372         (auto-revert-check-vc-info): New user option.
12373         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12374         (auto-revert-handler-vc): Delete.
12375         (auto-revert-handler): Treat return value `fast' of
12376         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
12378         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
12379         return `fast'.
12381         * files.el (buffer-stale-function): Doc change.
12383 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12385         * printing.el: New tip on Tips section.
12386         (pr-version): New version number (6.7.4).
12387         (pr-shell-file-name): Initialization fix.
12389 2004-03-31  Juri Linkov  <juri@jurta.org>
12391         * dired.el: Add autoload for `dired-do-touch'.
12392         (dired-touch-program): New var.
12393         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
12394         (dired-no-confirm): Add `touch' to docstring.
12396         * dired-aux.el (dired-do-touch): New fun.
12397         (dired-do-chxxx): Add argument -t for touch operation.
12399         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
12400         `dired-move-to-filename-regexp'.
12402 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
12404         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
12406 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12408         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
12409         and only if the buffer was modified.
12411 2004-03-30  Kenichi Handa  <handa@m17n.org>
12413         * international/characters.el: Delete pairs for U+2308..U+230B.
12415 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
12417         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
12418         to detect the beginning of a level 2 or 3 annotation.
12420 2004-03-29  Kenichi Handa  <handa@m17n.org>
12422         * international/ucs-tables.el (ucs-insert): Fix the error message.
12424 2004-03-29  Kenichi Handa  <handa@m17n.org>
12426         * international/mule-util.el (char-displayable-p): Fix generation
12427         of XLFD file name.
12429         * Makefile.in (setwins, setwins_almost): Change directory to $wd
12430         before finding directories by `find'.
12432 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12434         * subr.el (interactive-form): Delete.  Now implemented in C.
12436         * pcvs.el (cvs-parse-process): Workaround for Darwin.
12438         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
12439         (vc-diff-label): New fun.
12440         (vc-diff-internal): Use it.
12442         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
12444 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12446         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
12448         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
12449         specify XML (EBNFX).
12451         * progmodes/ebnf2ps.el: Doc fix.
12452         (ebnf-version): New version number (4.1).
12453         (ebnf-syntax): Adjust customization.
12454         (ebnf-style-database): Add ebnfx entry.
12455         (ebnf-syntax-alist): Add ebnfx initialization.
12456         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
12458         * printing.el: Doc fix.
12459         (pr-version): New version number (6.7.3).
12460         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
12461         returns nil for mouse position.  Reported by Drew Adams
12462         <drew.adams@oracle.com>.
12463         (pr-update-menus): Modify interactive declaration.  Reported by Drew
12464         Adams <drew.adams@oracle.com>.
12466 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
12468         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
12469         (gud-gdba-marker-filter): Log the process input and output, if
12470         required.  From Stefan Monnier.
12471         (gdb-debug-log, gdb-enable-debug-log): New variables.
12472         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
12474 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12476         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
12477         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
12479 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
12481         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
12482         Call vc-find-file-hook here instead of in auto-revert-buffers.
12483         (auto-revert-buffers): Delete call to vc-find-file-hook.
12484         (auto-revert-verbose, global-auto-revert-non-file-buffers)
12485         (global-auto-revert-mode, auto-revert-set-timer)
12486         (auto-revert-handler, auto-revert-buffers): Doc fixes.
12488 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
12490         * woman.el (woman-change-fonts): Rename local variable
12491         woman-font-alist to font-alist to avoid a compiler warning.
12493 2004-03-27  Dave Love  <fx@gnu.org>
12495         * emacs-lisp/rx.el (rx): Doc fix.
12496         Fix copyright years.
12498         * strokes.el (strokes-global-set-stroke-string): New function.
12499         (strokes-list-strokes): Cope with strings, not just commands.
12500         Set foreground colour of image.
12501         (strokes-global-set-stroke): Doc fix.
12503 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12505         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
12506         Auto Revert mode.
12507         (Buffer-menu-files-only): New variable.
12508         (Buffer-menu-toggle-files-only): New function.
12509         (Buffer-menu-mode-map): Bind it to `T'.
12510         (Buffer-menu-mode): Mention `T' in docstring.
12511         Set buffer-stale-function.
12512         (list-buffers-noselect): Mark buffer non-modified and set
12513         Buffer-menu-files-only.
12515         * dired.el (buffer-stale-function): Remove no longer needed defvar.
12517         * autorevert.el (auto-revert-handler): Print revert message
12518         before, rather than after, reverting.
12519         (buffer-stale-function): Move to files.el.
12521         * files.el (buffer-stale-function): Move here from autorevert.el.
12523 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12525         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
12527         * calc/calc.el (calc-mode-map): Use mapc.
12529         * apropos.el (apropos-mode): Don't autoload.
12530         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
12531         (apropos): Use it.
12532         (apropos-print): Add optional `text' argument.
12533         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
12534         Don't assume point-min == 1.
12536         * bs.el (bs-buffer-list): Use buffer-local-value.
12537         (bs--set-toggle-to-show): Use with-current-buffer.
12539         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
12540         New funs.
12541         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
12543         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
12545         * dabbrev.el (dabbrev-expand): Fix regexp construction.
12546         (dabbrev--find-expansion): Use pop.
12547         (dabbrev--search): Use match-string-no-properties.
12549         * dired.el (dired-mode): Use run-mode-hooks.
12550         (dired-move-to-end-of-filename): Use match-string.
12552         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
12553         is bound before using it.
12554         (ediff-verbose-p): Make it into a var since it's not constant.
12556         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
12558         * faces.el (read-face-font): Don't cons up unnecessarily.
12559         (header-line, tool-bar): Share common parts.
12561         * files.el (file-relative-name): Use compare-strings.
12563         * finder.el (finder-mode): Follow coding convention.
12565         * subr.el (read-number): New function.
12567         * ses.el (ses-read-number): Move to subr.el.
12568         (ses-set-header-row): Use read-number.
12570 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
12572         * vc-hooks.el (vc-arg-list): New function, which handles both
12573         compiled and uncompiled code.
12574         (vc-default-workfile-unchanged-p): Use it.
12576         * vc.el (vc-print-log): Undo prev change, use new function
12577         vc-arg-list from vc-hooks.el.
12579 2004-03-26  Masatake YAMATO  <jet@gyve.org>
12581         * simple.el (completion-setup-function): Emphasize the
12582         first uncommon characters in the completions; and de-emphasize
12583         the common prefix substrings.
12584         (completion-emphasis): New face.
12585         (completion-de-emphasis): New face.
12587 2004-03-25  Juanma Barranquero  <lektu@terra.es>
12589         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
12590         Comment out (it's unused and unfinished code).
12592 2004-03-25  Sam Steingold  <sds@gnu.org>
12594         * vc.el (vc-print-log): Fix a bug in the last patch:
12595         backend-function may be a byte-compiled object, not a lambda.
12597 2004-03-25  Juri Linkov  <juri@jurta.org>
12599         * descr-text.el (describe-property-list): Add a button
12600         for `face' property that calls `describe-face'.
12601         Suggested by luis fernandes <elf@ee.ryerson.ca>
12603         * international/mule.el (keyboard-coding-system):
12604         * kmacro.el (kmacro-call-macro): Fix docstring.
12606         * dired.el: Fix comments.
12608         * textmodes/fill.el (fill): Fix Info link.
12610         * font-lock.el (fast-lock, lazy-lock):
12611         * jit-lock.el (jit-lock): Remove links to removed Support Modes
12612         Info node.
12614         * eshell/eshell.el (eshell): Fix broken info-link.
12616         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
12617         * eshell/em-banner.el (eshell-banner):
12618         * eshell/em-smart.el (eshell-smart):
12619         * eshell/esh-cmd.el (eshell-cmd):
12620         Comment out broken info-links to incomplete Info manual.
12622         * info-xref.el: Fix commentary.
12624 2004-03-25  Kevin Ryde  <user42@zip.com.au>
12626         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
12627         Remove spurious node duplicate suppression, doesn't work, not wanted.
12628         (info-xref-output): Take format style args, add "sit-for 0" to let
12629         user see the results as they progress.
12630         (info-xref-check-all-custom): New function.
12632 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
12634         * gdb-ui.el: Moved to progmodes.
12636 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12638         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
12640 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12642         * calendar/appt.el (appt-check): Remove superfluous progn.
12643         When finished with diary buffer: if it was not being displayed
12644         before, kill it; otherwise restore its original state.
12645         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
12647         * calendar/calendar.el (calendar-set-mode-line): Use total
12648         available mode-line width, rather than frame-width.
12650         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
12651         after mode change so effect not lost.
12653 2004-03-23  Dave Love  <fx@gnu.org>
12655         * dired.el (dired) <defgroup>: Add link to manual.
12656         (dired-font-lock-keywords): Add highlighting on unusual permissions.
12657         (dired-revert): Use dolist.
12658         (dired-mode-map): Add U binding.
12659         (dired-mode): Add font-lock-beginning-of-syntax-function.
12660         (dired-garbage-files-regexp): Make it a defcustom.
12662 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
12665         is equivalent to nil.
12666         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
12667         (vc-arch-mode-line-string): Accept `added' state.
12668         (vc-arch-state): Use inode-sigs if available.
12669         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
12670         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
12671         (vc-arch-tagline-re): New var.
12672         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
12673         New functions.
12674         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
12675         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
12677         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
12678         (vc-file-not-found-hook): Use it.
12680         * diff-mode.el (diff-default-read-only): Change default.
12681         (diff-mode-hook): Make it a defcustom.  Add some options.
12682         (diff-mode-map): Bind diff-refine-hook.
12683         (diff-yank-handler): New var.
12684         (diff-yank-function): New fun.
12685         (diff-font-lock-keywords): Use them.
12686         (diff-end-of-file): Handle case where file-header looks like diff text.
12687         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
12688         (diff-file-kill): Delete a subsequent empty line, if applicable.
12689         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
12690         (diff-find-file-name): Use it.
12691         (diff-tell-file-name): New command.
12692         (diff-mode): Be careful with view-mode.
12693         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
12694         New functions, for use in diff-mode-hook.
12695         (diff-find-source-location): Catch "regex too large" errors.
12696         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
12697         (diff-refine-hunk): New command.
12699         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
12700         (smerge-context-menu-map): Remove unused var.
12701         (smerge-keep-all): Preserve markers.
12702         (smerge-keep-n): New fun.
12703         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12704         (smerge-keep-current, smerge-ediff): Use it.
12705         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
12706         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
12707         (smerge-resolve): Resolve trivial 3-part conflicts.
12709 2004-03-23  Juri Linkov  <juri@jurta.org>
12711         * man.el (Man-width): New var.
12712         (Man-getpage-in-background): Use it.
12713         (Man-support-local-filenames): New var and fun.
12714         (Man-build-man-command): Don't add a second %s.
12715         (Man-fontify-manpage): Clean up message.
12716         (Man-mode): Set outline-regexp, outline-level,
12717         imenu-generic-expression.
12719         * woman.el (woman-fill-frame): Doc fix.
12720         (woman-decode-region): Use window-width instead of frame-width.
12722         * abbrevlist.el (list-one-abbrev-table):
12723         * descr-text.el (describe-char):
12724         * international/mule-diag.el (describe-current-coding-system):
12725         * international/quail.el (quail-insert-decode-map):
12726         Use window-width instead of frame-width.
12728         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
12729         (jka-compr-mode-alist-additions): Add tbz.
12730         (jka-compr-write-region, jka-compr-insert-file-contents):
12731         Add message for undefined compress-program.
12732         (jka-compr-write-region): Remove redundant var bindings.
12734         * dired-x.el (dired-guess-shell-alist-default): Add choices for
12735         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
12736         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
12737         (dired-man): Use dired-guess-shell-command.
12738         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
12739         Change default nil to t.
12741         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
12742         (dired-compare-directories): Add default value for empty input.
12744         * help-at-pt.el: Move suggestions for key bindings to Commentary.
12746         * time.el (display-time-string-forms): Fix help-echo date format.
12748 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
12750         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
12751         (buffer-stale-function): New variable.
12752         (auto-revert-list-diff, auto-revert-dired-file-list)
12753         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
12754         (auto-revert-handler): Take over some functionality of deleted
12755         functions.
12756         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
12758         * dired.el (dired-directory-changed-p): New fun, extracted from
12759         dired-internal-noselect.
12760         (dired-buffer-stale-p): New fun.
12761         (dired-internal-noselect): Use dired-directory-changed-p.
12762         Eliminate revert messages.
12763         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
12765 2004-03-23  Kenichi Handa  <handa@m17n.org>
12767         * international/characters.el: Setup syntaxes for more parentheses
12768         Unicode characters.
12770         * international/mule-cmds.el (select-safe-coding-system):
12771         Merge coding-system and auto-cs before comparing them.
12773 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12775         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
12777         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12778         normal-auto-fill-function and comment-indent-function.
12779         The default values now work just as well.
12780         Don't set font-lock-beginning-of-syntax-function since we already set
12781         syntax-begin-function.
12782         (lisp-outline-level): Put ;;;###autoload at same level as (.
12783         (prin1-char): Quote special chars.
12785         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
12786         than with-no-warnings.
12788         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
12789         if the source location can't be found.
12790         (edebug-compute-previous-result): Use prin1-char.
12792         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
12793         (debug-ignored-errors): Add an entry.
12795         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
12796         (byte-compile-file): Output warning when deleting a file.
12798         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
12799         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
12801         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
12802         (byte-compile-inline-expand): Use backquote.
12803         (byte-optimize-pure-func): Rename from byte-optimize-concat.
12804         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
12806         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
12808         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
12810 2004-03-22  Juri Linkov  <juri@jurta.org>
12812         * finder.el (finder-known-keywords): Fix data, tex, unix.
12814         * play/landmark.el: Fix keywords.
12816         * language/ethio-util.el (ethio-find-file): Doc fix.
12818         * emacs-lisp/warnings.el: Doc fix.
12820         * textmodes/ispell.el (ispell-help): Doc fix.
12822 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
12824         * format.el (format-insert-file): Always return a list of two
12825         elements, like insert-file-contents does.
12827 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
12829         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
12830         and vc-BACKEND-diff.
12831         (vc-print-log): If the print-log implementation supports it, use
12832         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
12833         (vc-version-diff, vc-diff-internal): Doc fixes.
12835         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
12836         implementation supports it, let diff output go to *vc*,
12837         not *vc-diff*, since this is an internal call.
12839         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
12841         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
12843         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
12845 2004-03-21  Dave Love  <fx@gnu.org>
12847         * progmodes/cfengine.el (cfengine-mode):
12848         Set parse-sexp-ignore-comments.
12850         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
12852 2004-03-21  Juanma Barranquero  <lektu@terra.es>
12854         * allout.el (allout-mode): Fix docstring.
12856 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
12858         * files.el (insert-directory): Fix bug if SWITCHES is a list.
12860         * autorevert.el (auto-revert-interval): Make new value take
12861         effect immediately when set through Custom.
12862         (auto-revert-set-timer): Add interactive declaration.
12864 2004-03-19  David Ponce  <david@dponce.com>
12866         * ruler-mode.el (ruler-mode-header-line-format-old):
12867         Don't `make-variable-buffer-local'.
12868         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
12869         (ruler-mode-header-line-format): Simply funcall the above.
12870         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
12871         to save/restore a previous header line format.
12872         (ruler-mode-space): Don't depend on a numeric WIDTH value.
12873         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
12874         fringes and margins width.
12875         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
12877 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12879         * log-edit.el (log-edit-font-lock-keywords): Typo.
12881         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
12882         (tex-send-tex-command): Rather than here.
12883         (tex-compilation-parse-errors): Simplify.
12885         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
12887         * time.el (display-time-string-forms): Add help-echo with date on time.
12889         * composite.el (compose-region): Use restore-buffer-modified-p.
12891         * disp-table.el (standard-display-8bit): Simplify.
12893         * server.el (server-process-filter): Delete temp frame.
12895         * add-log.el (add-change-log-entry): Simplify.
12897 2004-03-19  Kim F. Storm  <storm@cua.dk>
12899         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
12900         (hexl-follow-line): Don't require 'fringe.
12902         * progmodes/compile.el (compilation-start): Always set
12903         compilation-last-buffer and return it.
12905 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12907         * simple.el (clone-buffer): Doc fix.
12909 2004-03-18  Juanma Barranquero  <lektu@terra.es>
12911         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
12913 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12915         * log-edit.el (log-edit-font-lock-keywords): New var.
12916         (log-edit-mode): Use it.
12918 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
12920         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
12921         properly for watching in speedbar.
12923 2004-03-17  Masatake YAMATO  <jet@gyve.org>
12925         * smerge-mode.el (smerge-popup-context-menu):
12926         Put `unwind-protect' around `overlay-put' and `popup-menu'.
12928 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12930         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
12931         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
12932         Take sealed revisions into account.
12933         (vc-arch-checkin): Extract a summary line from the message.
12935 2004-03-16  Masatake YAMATO  <jet@gyve.org>
12937         * register.el (register): Provide `register' feature.
12939 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12941         Added context menu support in smerge mode.
12942         Most of the part is written by Stefan Monnier.
12944         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
12945         New keymap and menu.
12946         (smerge-text-properties): New function.
12947         (smerge-remove-props): New function.
12948         (smerge-popup-context-menu): New function.
12949         (smerge-resolve): Call `smerge-remove-props'.
12950         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
12951         (smerge-keep-current): Ditto.
12952         (smerge-kill-current): New function.
12953         (smerge-match-conflict): Put text properties.
12954         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
12956 2004-03-15  David Ponce  <david@dponce.com>
12958         * ruler-mode.el: (ruler-mode-left-fringe-cols)
12959         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
12960         (ruler-mode-right-scroll-bar-cols): Remove.
12961         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
12962         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
12963         Use fringe-columns and scroll-bar-columns.
12965 2004-03-15  Masatake YAMATO  <jet@gyve.org>
12967         * hl-line.el (hl-line-range-function): New variable.
12968         (hl-line-move): New function.
12969         (global-hl-line-highlight): Use `hl-line-move'.
12970         (hl-line-highlight): Ditto.
12972         * scroll-bar.el (scroll-bar-columns):
12973         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
12975         * ruler-mode.el (top-level): Require scroll-bar and fringe.
12976         (ruler-mode-left-fringe-cols)
12977         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
12978         (ruler-mode-right-scroll-bar-cols)
12979         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
12980         (ruler-mode-ruler-function): New variable.
12981         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
12982         if the value for `ruler-mode-ruler-function'is given.
12984         * hexl.el (hexl-mode-hook): Make the hook customizable.
12985         (hexl-address-area, hexl-ascii-area): New customize variables.
12986         (hexlify-buffer): Put font-lock-faces on the address area and
12987         the ascii area.
12988         (hexl-activate-ruler): New function.
12989         (hexl-follow-line): New function.
12990         (hexl-highlight-line-range): New function.
12991         (hexl-mode-ruler): New function.
12993 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12995         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
12996         (vc-default-find-file-hook): New fun.
12997         (vc-find-file-hook): Call new find-file-hook operation.
12999         * vc-arch.el: New file.
13001 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
13003         * info-look.el (info-lookup): Reuse an existing Info window.
13005 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
13007         * woman.el (woman-preserve-ascii): Default value changed to t and
13008         doc string revised.
13010 2004-03-12  Richard M. Stallman  <rms@gnu.org>
13012         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13013         Fix minor bug.
13015         * replace.el (occur-engine): Change message for count of matches.
13017         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
13018         For strings, do compare text properties.
13020 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
13022         * progmodes/compile.el (compile-auto-highlight)
13023         (compilation-error-list, compilation-old-error-list)
13024         (compilation-parse-errors-function, compilation-parsing-end)
13025         (compilation-error-message, compilation-directory-stack)
13026         (compilation-enter-directory-regexp-alist)
13027         (compilation-leave-directory-regexp-alist)
13028         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
13029         (compilation-current-file, compilation-regexps): Remove vars.
13031         (compile-error-at-point, compilation-error-filedata)
13032         (compilation-error-filedata-file-name, compile-reinitialize-errors)
13033         (compilation-next-error-locus, compilation-forget-errors)
13034         (count-regexp-groupings, compilation-parse-errors)
13035         (compile-collect-regexps, compile-buffer-substring): Remove funs.
13037         (compile-internal): Make obsolete.
13039         (compilation-first-column, compilation-error)
13040         (compilation-directory-matcher, compilation-page-delimiter)
13041         (compilation-mode-font-lock-keywords, compilation-debug)
13042         (compilation-error-face, compilation-warning-face)
13043         (compilation-info-face, compilation-line-face)
13044         (compilation-column-face, compilation-enter-directory-face)
13045         (compilation-leave-directory-face, compilation-skip-threshold)
13046         (compilation-skip-visited, compilation-context-lines): New vars.
13048         (compilation-warning-face, compilation-info-face)
13049         (compilation-message-face): New faces.
13051         (compilation-error-regexp-alist-alist): New constant.
13053         (compilation-face, compilation-directory-properties)
13054         (compilation-assq, compilation-error-properties, compilation-start)
13055         (define-compilation-mode, compilation-loop)
13056         (compilation-set-window): New functions.
13058         (compile): Additional argument for interactive compiles like TeX.
13060         * progmodes/grep.el (kill-grep): Move here from compile.el
13061         (grep-error, grep-hit-face, grep-error-face)
13062         (grep-mode-font-lock-keywords): New variables.
13063         (grep-regexp-alist): Simplify regexp and add `binary' case.
13064         (grep-mode): New mode.
13065         (grep-process-setup): Simplify.
13067 2004-03-11  Jason Rumney  <jasonr@gnu.org>
13069         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
13070         letters on DOS/Windows.
13072 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13074         * server.el (server-name): New var.
13075         (server-socket-dir): New var to replace server-socket-name.
13076         (server-start): Use them.
13078 2004-03-11  Simon Josefsson  <jas@extundo.com>
13080         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
13081         died to avoid infloop.  Reported by Jonathan Glauner
13082         <jglauner@sbum.org>.
13084 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13086         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
13087         (smerge-mode-menu): Use it to deactivate menu entries.
13088         (smerge-keep-current): New fun.
13089         (smerge-keep-current): Use it.
13091 2004-03-10  John Paul Wallington  <jpw@gnu.org>
13093         * foldout.el (foldout-fold-list, foldout-modeline-string):
13094         Declare them as variables, not constants.
13096 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13098         * ps-print.el: Modification to print *Messages* buffer.
13099         (ps-print-version): New version 6.6.4.
13100         (ps-message-log-max): New fun.
13101         (ps-spool-without-faces, ps-spool-with-faces)
13102         (ps-count-lines-preprint): Code fix.
13104         * printing.el: New tips in Tips section.
13106 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13108         * delim-col.el: Doc fix.
13110         * printing.el: Doc fix.  New doc section (Tips).
13112 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13114         * type-break.el (type-break-emacs-variant): Remove.
13115         (type-break-run-at-time, type-break-cancel-function-timers):
13116         Use fboundp rather than version name and number.
13118 2004-03-09  Masatake YAMATO  <jet@gyve.org>
13120         * hexl.el (hexl-mode): Use `make-local-variable' instead of
13121         `make-variable-buffer-local'.
13123 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
13125         * find-dired.el (find-dired): Call `shell-command' instead of
13126         `start-process-shell-command'.  By this, Tramp takes over
13127         handling of remote directories.
13129 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13131         * newcomment.el (comment-use-global-state): New var.
13132         (comment-search-forward): Use it.
13134         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
13136         * cus-edit.el (fill) <defgroup>: Move to fill.el.
13138         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
13139         (enable-kinsoku): Make it a defcustom.
13140         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
13141         paragraph to same-comment-start-marker.
13143 2004-03-07  Dave Love  <fx@gnu.org>
13145         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
13146         (browse-url-mail): Use it.
13148         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
13149         (rfc2368-unhexify-string): Use replace-regexp-in-string.
13151 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
13153         * woman.el (woman-man.conf-path): Doc fix.
13154         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
13156 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
13158         * sort.el (sort-columns): Remove ms-dos from the list of systems
13159         where the external `sort' command is not used.
13161 2004-03-07  Kim F. Storm  <storm@cua.dk>
13163         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
13164         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
13165         from overlay-arrow-variable-list.
13166         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
13168 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
13170         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
13171         overlay arrow string properly for the assembler buffer.
13173 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13175         * mail/sendmail.el (mail-mode): Fix last change.
13177 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
13179         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
13180         for the assembler buffer.
13181         (gdb-assembler-custom): Position the overlay arrow.
13182         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
13184 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13186         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
13188         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
13189         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
13191         * mail/sendmail.el (mail-mode): Set comment-start-skip.
13193         * newcomment.el (uncomment-region): Allow non-terminated comment.
13194         (comment-normalize-vars): Check the user-specified comstart marker.
13196 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13198         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
13199         Otherwise, do use it if the region only contains font-lock text
13200         properties.
13202 2004-03-04  Masatake YAMATO  <jet@gyve.org>
13204         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
13205         as the callback function for eldoc.
13206         (hexl-print-current-point-info): New function.
13207         (hexl-current-address): Print the address in both decimal
13208         and hexadecimal format.
13210 2004-03-04  Richard M. Stallman  <rms@gnu.org>
13212         * mail/rmail.el (rmail-convert-to-babyl-format):
13213         Specify t for UNIBYTE when calling mail-unquote-printable-region.
13215         * mail/mail-utils.el (mail-unquote-printable-region):
13216         New arg UNIBYTE.
13218         * startup.el (command-switch-alist): Doc fix.
13220         * simple.el (undo): Temporarily set this-command to `undo-start',
13221         then set it to `undo' once undo-start returns without error.
13223         * simple.el (minibuffer-history-sexp-flag): Doc fix.
13225         * simple.el (kill-line): Don't disregard trailing whitespace
13226         in eol condition, if show-trailing-whitespace is set.
13228         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
13229         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
13230         When disabling, restore old values only if mouse-sel-has-been-enabled.
13232         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
13233         (isearch-{-char): New function.
13234         (isearch-mode-map): Bind { to isearch-{-char.
13236         * font-lock.el (lisp-font-lock-keywords-2):
13237         Turn off the CL with-... and do-... general patterns.
13238         Instead, recognize several specific with... and do... constructs.
13240         * files.el (switch-to-buffer-other-window):
13241         Bind same-window-buffer-names and same-window-regexps to nil.
13242         (switch-to-buffer-other-frame): Likewise.
13244 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13246         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
13247         recognizing leading comment on code line.
13249 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13251         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
13252         hidden files/directories.
13254 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13256         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
13257         only comment-start (in case the mode hasn't set it).
13259         * Makefile.in (AUTOGENEL): New var.
13260         (bootstrap-prepare): Rename from bootstrap-clean.
13261         Don't remove elc files.
13262         (maintainer-clean): New target.
13264         * xml.el (xml-get-attribute-or-nil): Simplify.
13266 2004-03-02  Juri Linkov  <juri@jurta.org>
13268         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
13269         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
13270         URL to prevent their substitution with the environment variable
13271         values by browsers.
13273 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13275         * ps-print.el: Doc fix.
13276         (ps-print-version): New version number (6.6.3).
13277         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
13278         Docstring fix.
13279         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
13280         before printing.
13281         (ps-time-stamp-yyyy-mm-dd): New fun.
13282         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
13284 2004-03-02  Kim F. Storm  <storm@cua.dk>
13286         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
13288 2004-03-01  Juanma Barranquero  <lektu@terra.es>
13290         * allout.el (allout-rebullet-heading): Fix typo in docstring.
13292         * desktop.el (desktop-file-version)
13293         (desktop-after-read-hook): Fix typos.
13294         (desktop-clear-preserve-buffers): Remove redundant info in
13295         docstring already shown by the obsolescence message.
13296         (desktop-truncate, desktop-internal-v2s)
13297         (desktop-value-to-string): Change argument name to match docstring.
13299         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
13301         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
13302         docstring.
13304 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13306         * printing.el: Replace "As Is..." in PostScript file print/preview by
13307         "No Preprocessing...".  Suggested by Colin Marquardt
13308         <_marquardt_@zmd.de>.
13309         (pr-insert-section-4): Adjust buffer interface.
13311 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
13313         Version 2.0.39 of Tramp released.
13315         * net/tramp.el (tramp-handle-file-local-copy)
13316         (tramp-handle-write-region, tramp-open-connection-rsh):
13317         Variable name typo.  Small change.  From Patrick Tullmann
13318         <tullmann@flux.utah.edu>.
13319         (tramp-process-connection-type): New variable.
13320         (tramp-maybe-open-connection): Use it.
13321         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
13322         (tramp-touch): Set last-modified time of a remote file.
13323         (tramp-handle-write-region): Say which function is used when encoding.
13325 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
13327         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
13328         case of non-existing filename, too.  Reported by Christoph Bauer
13329         <c_bauer@informatik.uni-kl.de>.
13330         (tramp-smb-get-file-entries): The directory in question should
13331         have permissions "drwxrwxrwx".  Just virtual, because we don't
13332         know the real permissions.  Don't we know?
13333         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
13334         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
13335         (tramp-smb-wait-for-output): Optimize algorithm getting pending
13336         output.  If it was received chunkwise, there have been problems.
13337         Remove the "prompt not found" error message; it is obvious.
13338         Simplify algorithm.
13339         (tramp-smb-process-running): Remove.  Since we acknowledge the
13340         virtual prompt for shares, there's no need for distinction of
13341         reading shares (process ends afterwards) and interactive mode of
13342         smblient.
13343         (tramp-smb-open-connection): Setting process sentinel removed.
13344         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
13345         "NT_STATUS_NETWORK_ACCESS_DENIED".
13346         (tramp-smb-maybe-open-connection): Set `process-connection-type'
13347         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
13348         (top-level): Setting default value in `tramp-default-method-alist'
13349         corrected.  Order of USER and HOST have been wrong.
13350         Nobody complained for months ...
13351         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
13352         (tramp-smb-open-connection): Clear password cache if login has failed.
13354         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
13355         `tramp-unified-filenames'.
13356         (tramp-completion-mode): Make test for XEmacs explicitely.
13357         `event-to-character' can exists in Emacs packages too.
13358         Reported by Matt Swift <swift@alum.mit.edu>.
13359         (tramp-buffer-name): Buffer name must contain the user if exists.
13360         Reported by Adrian Phillips <a.phillips@met.no>.
13361         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
13362         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
13363         (tramp-do-copy-or-rename-file-out-of-band): Rename from
13364         `tramp-do-copy-or-rename-file-one-local', because it handles also
13365         the case both files use the same out-of-band method.
13366         Implementation added.
13367         (tramp-handle-file-local-copy, tramp-handle-write-region):
13368         Out-of-band handling removed.  `copy-file' called instead, which
13369         calls `tramp-do-copy-or-rename-file-out-of-band'.
13370         (tramp-action-password): Check for out-of-band method removed.
13371         This function is used for 'login-program.
13372         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
13373         appropriate.
13374         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
13375         and `tramp-parse-sknownhosts'.
13376         (tramp-completion-function-alist): It's a defvar now, because we
13377         want to apply the optimized `tramp-set-completion-function'
13378         instead of a static list.
13379         (tramp-set-completion-function): Implementation tuned.
13380         Avoid double entries, and entries where the function or the
13381         file/directory doesn't exist.
13382         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
13383         for SSH2.
13384         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
13385         (tramp-handle-dired-compress-file): New function.
13386         (tramp-async-proc): New variable.
13387         (tramp-handle-shell-command): Adding asynchronous processes.
13388         They are far from being perfect, but it works at least for
13389         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
13390         (top-level): Require password.el if visible.  Should be mandatory
13391         once No Gnus has found its way into (X)Emacs.
13392         (tramp-read-passwd): Invoke `password-read' if available,
13393         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
13394         fallback any longer.
13395         (tramp-clear-passwd): New function.
13396         (tramp-process-actions, tramp-process-multi-actions):
13397         Clear password cache if login has failed.
13399         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
13400         its own module.
13401         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
13402         `ange-ftp-ftp-name-res'.  There could be incorrect values from
13403         previous calls in case the "ftp" method is used in the Tramp file
13404         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13406 2004-02-28  Richard M. Stallman  <rms@gnu.org>
13408         * term.el (term-mouse-paste): Call mouse-set-point.
13410         * thumbs.el: New file.
13412 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13414         * progmodes/ebnf-abn.el: Doc fix.
13416         * progmodes/ebnf-bnf.el: Doc fix.
13417         (ebnf-repeat): Code fix.
13419         * progmodes/ebnf2ps.el: Doc fix.
13420         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
13422 2004-02-28  Juri Linkov  <juri@jurta.org>
13424         * ffap.el (dired-at-point): Additional writability test for
13425         relative directory names.
13426         (dired-at-point-prompter): Treat directories as a directory, get
13427         the directory component from files.
13428         (ffap-string-at-point): Return string from region if region is active.
13429         (ffap-file-at-point): Remove redundant code.
13431 2004-02-28  Kim F. Storm  <storm@cua.dk>
13433         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
13434         Initialize margin area images to nil.
13435         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
13436         (breakpoint-enabled-bitmap-face)
13437         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
13438         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
13439         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
13440         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
13441         (gdb-reset): Use gdb-remove-breakpoint-icons.
13442         (gdb-put-string): Add dprop arg to specify alternative display
13443         property (for setting fringe bitmap).
13444         (gdb-remove-strings): Doc fix.
13445         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
13446         icon in fringe (if available), or else as icon or text in display
13447         margin.  Creates necessary icons in breakpoint-bitmap,
13448         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
13449         Also make left window margin if required.
13450         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
13451         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
13452         no longer needed.
13453         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
13454         gdb-put-breakpoint-icon.
13455         (gdb-assembler-mode): Don't set left-margin-width here.
13457 2004-02-27  Kevin Ryde  <user42@zip.com.au>
13459         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
13460         comma, so that it DTRT in macros.
13462 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13464         * progmodes/sh-script.el (sh-shell-arg)
13465         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
13466         (sh-leading-keywords, sh-other-keywords): Fix custom type.
13468 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
13470         * faces.el (face-spec-set-match-display): Add a new attribute,
13471         `min-colors'.
13472         (region, highlight, secondary-selection): Use `min-colors'.
13474         * custom.el (defface): Add documentation for `min-colors'.
13476         * font-lock.el (font-lock-comment-face, font-lock-string-face)
13477         (font-lock-keyword-face, font-lock-function-name-face)
13478         (font-lock-variable-name-face, font-lock-constant-face):
13479         Use `min-colors'.
13481         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
13483 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13485         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
13486         define assq-delete-all if it's not defined.
13487         (ebnf-generate-region): Code fix.
13489         * printing.el: Doc fix.
13490         (pr-version): New version number (6.7.2).
13491         (pr-command): Return empty string if command is an empty string.
13493 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13495         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
13497         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
13498         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
13499         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
13500         "tt" ["test"] ).  Reported by Markus Dreyer
13501         <mdreyer@ix.urz.uni-heidelberg.de>.
13502         (ebnf-version): New version number (4.0).
13503         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
13504         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
13505         (ebnf-delete-style): New commands.
13506         (ebnf-directory, ebnf-file): New funs.
13507         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
13508         (ebnf-production-name-p, ebnf-stop-on-error): New options.
13509         (ebnf-syntax-alist): New var.
13510         (ebnf-element-width): New fun replacing ebnf-list-width.
13511         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
13512         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
13513         (ebnf-prologue): Adjust vars.
13514         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
13515         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
13516         (ebnf-check-style-values, ebnf-generate-production)
13517         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
13518         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
13519         (ebnf-token-repeat): Code fix.
13521         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
13522         %right, %left and %prec.  Suggested by Matthew K. Junker
13523         <junker@alum.mit.edu>.
13524         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
13526         * progmodes/ebnf-iso.el: Doc fix.
13527         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
13528         (ebnf-iso-lex): Code fix.
13530         * progmodes/ebnf-bnf.el: Doc fix.
13531         (ebnf-bnf-lex): Code fix.
13533         * progmodes/ebnf-otz.el: Doc fix.
13535 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
13537         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
13538         (abbrev-prefix-mark): Doc fix.
13540 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
13542         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
13543         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
13544         (gdb-var-delete): Make interactive (really).
13545         (gdb-edit-value): Make non-interactive.
13547         * progmodes/gud.el (gud-speedbar-menu-items):
13548         Add gdb-var-delete and, indirectly, gdb-edit-value.
13549         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
13550         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
13551         (gud-gdb-marker-filter): Add comment for annotations.
13553 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13555         * calendar/calendar.el (generate-calendar)
13556         (calendar-read-date): Prevent display of BC calendars once more -
13557         reverts 2003-10-01 change.
13558         (generate-calendar-month): Doc fix.
13560 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
13562         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
13563         return value of increment-calendar-month.
13565 2004-02-21  Stephen Compall  <s11@member.fsf.org>
13567         * saveplace.el (save-place-forget-unreadable-files)
13568         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
13569         (save-place-forget-unreadable-files): New function.
13570         (save-place-alist-to-file): Use it to filter out files that are
13571         no longer readable.
13573         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
13574         current Texinfo environment, using the same method as in
13575         `texinfo-insert-@end', and insert a space rather than a newline if
13576         point in a @table environment.
13578 2004-02-21  Juri Linkov  <juri@jurta.org>
13580         * ffap.el (ffap-file-at-point): Try parent directories.
13582 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
13584         * vcursor.el (vcursor-modifiers): New defcustom.
13585         (vcursor-cs-binding): Use vcursor-modifiers instead of a
13586         hard-coded list.
13588 2004-02-21  Masatake YAMATO  <jet@gyve.org>
13590         * play/animate.el (animate-birthday-present): Accept names other
13591         than `Sarah', too.
13593 2004-02-21  Juri Linkov  <juri@jurta.org>
13595         * startup.el: Remove table of command line arguments from the
13596         Commentary section.
13598 2004-02-20  John Wiegley  <johnw@newartisans.com>
13600         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
13601         again" modifier from 'e' to 'E', since 'e' is also used by the
13602         "file extension" modifier.
13604 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
13606         * help-fns.el (describe-categories): Doc fix.
13608 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13610         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
13611         temporary file for buffer already visiting one.  This change makes
13612         output likely to be directly usable by patch program.
13613         Suggested by Adrian Aichner  <adrian@xemacs.org>
13615 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
13617         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
13618         case of variables defined in compound statements.
13619         (gdb-setup-windows, gdb-source-info, gdb-source-info):
13620         Simplify constructions using switch-to-buffer.
13622 2004-02-19  Simon Josefsson  <jas@extundo.com>
13624         * play/morse.el: Fix typo.
13625         (morse-code): Add @.
13627 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13629         * calendar/appt.el (appt-display-format): Change default to
13630         'ignore, for backwards compatibility.
13631         (appt-display-message): If appt-display-format is 'ignore,
13632         respect old vars appt-msg-window and appt-visible.
13633         (appt-activate): Don't depend on return value of cancel-timer.
13635         * calendar/calendar.el (calendar-holidays): Doc fix.
13637         * calendar/cal-coptic.el (coptic-prompt-for-date):
13638         Use assoc-string instead of assoc-ignore-case.
13639         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
13640         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
13641         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
13642         * calendar/cal-islam.el (calendar-goto-islamic-date)
13643         (mark-islamic-diary-entries): Ditto.
13644         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
13645         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
13646         (calendar-read-mayan-tzolkin-date): Ditto.
13647         * calendar/calendar.el (calendar-read-date): Ditto.
13648         * calendar/diary-lib.el (mark-diary-entries): Ditto.
13650 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13652         * progmodes/executable.el (executable-command-find-posix-p):
13653         Fix choice of the directory.
13655 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
13657         * simple.el (interprogram-cut-function)
13658         (interprogram-paste-function, kill-new, kill-append):
13659         Doc fixes.
13660         (kill-region): Make it return nil.  Doc fix.
13661         (yank-pop): Make its argument optional.
13662         (yank): Make ARG `-' equivalent to `-1'.
13664 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
13666         * mail/rmail.el (rmail-get-new-mail): Don't reference
13667         rmail-use-spam-filter if rmail-spam-filter is not loaded.
13669 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
13671         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
13672         if one of global-auto-revert-non-file-buffers or autorevert-mode
13673         is non-nil.
13675 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13677         * subr.el (delete-dups): A better implementation from Karl Heuer
13678         <kwzh@gnu.org>.
13680 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13682         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
13683         correct place.
13684         * progmodes/icon.el (icon-indent-command): Ditto.
13685         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
13687 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13689         * progmodes/grep.el (grep-compute-defaults): Undo change from
13690         2004-01-29: don't use executable-command-find-posix-p.
13692 2004-02-16  Richard Sharman  <rsharman@pobox.com>
13694         * hilit-chg.el: Use require instead of eval-and-compile.
13695         (highlight-compare-buffers): New function.
13697 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
13699         * man.el (Man-fontify-manpage): Render section headings in
13700         `Man-overstrike-face' even when overstrike was not used by man
13701         formatter for section headings.
13703 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
13705         * rmail-spam-filter.el: (vm-use-spam-filter)
13706         (rsf-min-region-length-added-to-spam-list): New variables.
13707         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
13708         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
13709         spam testing.  Don't delete spam message if automatic deletion
13710         after output via variable rmail-delete-after-output is turned on.
13711         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
13712         rsf-bbdb-dont-create-entries-for-spam.
13713         (check-field): New function, extracted from code in
13714         rmail-spam-filter to ease addition of header fields like content-type.
13715         (message-content-type): New variable to check the content-type:
13716         field added, also in defcustom of rsf-definitions-alist.
13717         (rmail-spam-filter): Replace repeated test code for header fields
13718         by calls to check-field; change the call to
13719         rmail-output-to-rmail-file such that rmail-current-message stays
13720         the same to avoid wrong deletion of unseen flags.
13721         (rsf-add-contents-type): New function to convert old format
13722         of rmail-spam-definitions-alist into new one.
13723         Change prefixes of all variables and functions from
13724         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
13726 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13728         * loadhist.el (unload-hook-features-list): New defvar.
13730 2004-02-16  Dave Love  <fx@gnu.org>
13732         * loadhist.el (unload-feature): Doc fix.  Rename flist to
13733         unload-hook-features-list.
13735 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
13737         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
13738         cookie.  Don't check if we are looking-at open-formula.
13740 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13742         * subr.el (match-string-no-properties): Use substring-no-properties.
13744 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13746         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
13747         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
13748         Use lower-case "rx" in all error message.
13750 2004-02-16  Dave Love  <fx@gnu.org>
13752         * emacs-lisp/rx.el (rx-or): Put group around result.
13753         (rx-constituents): Add backref.
13754         (rx-syntax): Add string-delimiter, comment-delimiter.
13755         (rx-categories): Add combining-diacritic.
13756         (rx-check-not, rx-greedy, rx): Doc fix.
13757         (rx-backref, rx-check-backref): New.
13759 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
13761         * newcomment.el (uncomment-region): Allow eob as comment end.
13763 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13765         * filecache.el: All message and error commands now use prefix
13766         "Filecache:" to make it easy to read *Messages* buffer.
13768 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
13770         * autorevert.el: Add support to detect changed dired and VC buffers.
13771         (auto-revert-active-p, auto-revert-list-diff)
13772         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
13773         (auto-revert-handler, auto-revert-active-p): New functions.
13774         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
13775         and `auto-revert-active-p'.
13776         (eval-when-compile): Defvar dired-directory and vc-mode.
13777         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13778         (auto-revert-handler-vc): New functions.
13780 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13782         * progmodes/compile.el (compilation-directory): New defvar.
13783         (compile): Save current directory in compilation-directory.
13784         (recompile): Bind default-directory to compilation-directory if
13785         that is non-nil.
13787 2004-02-16  Dave Love  <fx@gnu.org>
13789         * newcomment.el (comment-insert-comment-function)
13790         (comment-region-function, uncomment-region-function): New.
13791         (comment-indent): Use comment-insert-comment-function.
13792         (uncomment-region): Use uncomment-region-function.
13793         (comment-region): Use comment-region-function.
13795         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
13797 2004-02-16  Richard Stallman  <rms@gnu.org>
13799         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
13800         loaddefs* and ldefs-boot*.
13802 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
13804         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
13805         and email address at the beginning and end of the address.
13807         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
13808         anchored at the beginning of the email address.
13810 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
13812         * international/ccl.el (ccl-compile-write): Pass `left' to
13813         ccl-embed-code to generate correct code of write-expr-register.
13815 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
13817         * progmodes/grep.el (grep-compute-defaults): Fix typos.
13819 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13821         * x-dnd.el: Mention support for Motif in commentary.
13822         (x-dnd-handle-drag-n-drop-event): Ditto.
13824 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
13826         * ses.el: Use "ses--" prefixes for buffer-local variables.
13827         Use (point-min) instead of 1, even when we know the buffer
13828         is unnarrowed.
13829         (ses-build-load-map): Delete.  Distribute its content to defconst's for
13830         the three maps.
13831         (ses-menu, ses-header-line-menu): New menus.
13832         (ses-mode-map): Use them.
13833         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
13835 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
13837         * Makefile.in: Fix the CC Mode recompile kludge so it works
13838         when building in a different directory.
13840 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
13842         * simple.el (kill-new): Put yank-handler property on the entire string.
13844 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13846         * diff.el: Don't use compile any more, use diff-mode instead.
13847         (diff-regexp-alist, diff-old-file, diff-new-file)
13848         (diff-parse-differences, diff-process-setup): Remove.
13849         (diff-sentinel): New fun.
13850         (diff): Use it.  Run the process ourselves.
13851         Use diff-mode for the rest of the processing.
13853         * diff.el (diff): Simplify code handling `switch'.
13855 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13857         * pcvs-defs.el (cvs-menu): Add `tag'.
13859 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
13861         * simple.el (kill-append): Doc fix.
13863         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13864         Adapt outline-regexp to the new conventions for commenting out code.
13866 2004-02-11  John Paul Wallington  <jpw@gnu.org>
13868         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
13870 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13872         * diff.el (diff-switches): New fun.
13873         (diff, diff-backup): Use it.
13874         (diff): Clean up the args construction.  Use backquote.
13875         Use listp instead of consp to avoid putting a nil arg.
13876         (diff): Add a revert-buffer function.
13878 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13880         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
13881         handled by x-dnd-handle-file-name.
13882         (x-dnd-known-types): Add COMPOUND_TEXT.
13883         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
13884         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
13885         x-dnd-empty-state.
13886         (x-dnd-forget-drop): Ditto.
13887         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
13888         (x-dnd-handle-one-url): Return private when inserting text.
13889         (x-dnd-insert-ctext): New function.
13890         (x-dnd-handle-file-name): New function for FILE_NAME.
13891         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
13892         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
13893         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
13895 2004-02-10  Kenichi Handa  <handa@m17n.org>
13897         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
13898         instead of while loop.
13900 2004-02-10  Miles Bader  <miles@gnu.org>
13902         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
13904 2004-02-09  Kenichi Handa  <handa@m17n.org>
13906         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
13907         have end-of-line.
13909 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
13911         * Makefile.in: Added extra dependencies in the recompile target
13912         needed to cope with the compile time macro expansions in CC Mode.
13914 2004-02-09  Kim F. Storm  <storm@cua.dk>
13916         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
13917         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
13918         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
13919         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
13920         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
13921         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
13922         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
13923         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
13924         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
13925         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
13926         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
13928 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13930         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
13931         Don't allow shrink if there's a window on our right.
13933         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
13934         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
13935         Bring together declaration and initialization.
13936         (prolog-mode-variables): Don't set the syntax table.
13937         Don't set paragraph-start and comment-indent-function.
13938         Add /*..*/ to the comment regexps.
13939         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
13940         (prolog-mode-map): Don't bind TAB.
13941         (prolog-mode): Set the syntax table.
13942         (prolog-comment-indent): Remove.
13943         (inferior-prolog-mode-map): Initialize in the declaration.
13944         (inferior-prolog-mode-syntax-table)
13945         (inferior-prolog-mode-abbrev-table): New vars.
13946         (inferior-prolog-mode): Derive from comint-mode.
13947         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
13948         minibuffer windows.
13950         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
13951         in file names, as long as it is unabmiguous.
13953 2004-02-08  Andreas Schwab  <schwab@suse.de>
13955         * textmodes/reftex-toc.el
13956         (reftex-toc-load-all-files-for-promotion): Remove useless use of
13957         format.  Doc fix.
13959         * textmodes/refer.el (refer-find-entry-internal): Remove extra
13960         format string arguments.
13962         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
13963         string argument.
13965         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
13967         * play/zone.el (zone-call): Fix format string.
13969         * net/webjump.el (webjump-builtin): Add missing format string argument.
13971         * midnight.el (midnight-delay-set): Remove extra format string argument.
13973         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
13975         * hexl.el (hexl-insert-char): Add missing format string argument.
13977         * format.el (format-decode): Fix format string.
13979         * emulation/vi.el (vi-mode): Remove extra format string argument.
13980         (vi-repeat-last-search): Likewise.
13981         (vi-reverse-last-search): Likewise.
13982         (vi-goto-mark): Likewise.
13983         (vi-reverse-last-find-char): Likewise.
13984         (vi-repeat-last-find-char): Likewise.
13985         (vi-locate-def): Likewise.
13987         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
13989         * ediff-util.el (ediff-toggle-read-only): Remove extra format
13990         string argument.
13991         (ediff-toggle-regexp-match): Likewise.
13993         * dired-aux.el (dired-do-query-replace-regexp): Add missing
13994         format string argument.
13996         * calc/calc-map.el (calc-get-operator): Remove extra format
13997         string argument.
13999         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
14001         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
14002         string argument.
14004         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
14006         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
14008         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
14010         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
14011         (cl-struct-setf-expander): Likewise.
14013         * vc.el (with-vc-file): Fix unsafe uses of error.
14014         (vc-cancel-version): Likewise.
14016 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
14018         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
14019         thousands separator; fixes <class>:<line-number> regexp for
14020         non-english locales.
14022 2004-02-08  Andreas Schwab  <schwab@suse.de>
14024         * view.el (view-mode-enable): Revert previous change.
14026 2004-02-07  Kim F. Storm  <storm@cua.dk>
14028         * simple.el (line-number-at-pos): Rename from line-at-pos.
14029         Uses changed (what-line and vc-annotate-warp-version).
14031 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14033         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
14034         (diff-mode): Remove aborted attempt at support for compile.el.
14035         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
14037 2004-02-06  Andreas Schwab  <schwab@suse.de>
14039         * view.el (view-mode-enable): Add view-mode-map to
14040         minor-mode-overriding-map-alist.
14042 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14044         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
14046 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14048         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
14049         with point inside rather than after the paragraph.
14051 2004-02-04  Sam Steingold  <sds@gnu.org>
14053         * mail/smtpmail.el (smtpmail-try-auth-methods):
14054         Do not try authentication when no mechanism is available.
14055         Pass port-name as defaultport to `netrc-machine'.
14057 2004-02-04  Stephen Eglen  <stephen@gnu.org>
14059         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
14060         to show how minibuffer height can be constrained.
14062 2004-02-04  John Paul Wallington  <jpw@gnu.org>
14064         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
14066 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14068         * x-dnd.el: New file for drag and drop.
14070         * term/x-win.el: require x-dnd, set after-make-frame-functions
14071         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
14072         drag-n-drop event.
14074         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
14075         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
14076         (dired-dnd-handle-file): New functions for drag and drop support.
14077         (dired-mode): Initialize drag and drop if x-dnd present.
14079 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14081         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
14082         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
14083         (cperl-mode): Set fill-paragraph-function.
14084         (cperl-fill-paragraph): Make it non-interactive.
14086 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
14088         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
14090 2004-02-02  David Kastrup  <dak@gnu.org>
14092         * replace.el (perform-replace): Allow 'literal argument in
14093         regexp-flag to indicate literal replacement.
14094         (query-replace-regexp-eval): Use it.
14096 2004-02-01  Andreas Schwab  <schwab@suse.de>
14098         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
14100 2004-02-01  Stephen Eglen  <stephen@gnu.org>
14102         * info-look.el: Add support for maxima-mode.  Update commentary
14103         because info-lookup-symbol is now bound to C-h S.
14105 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
14107         * simple.el (edit-and-eval-command): Bind print-level and
14108         minibuffer-history-sexp-flag around call to read-from-minibuffer.
14109         Correct initial position in command-history.
14111 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
14113         * files.el (read-directory-name): Adapt the docstring to recent
14114         change in Fread_file_name.
14116 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
14118         * ses.el (ses-print-cell): If print format too wide for column
14119         width, truncate decimal places if that helps to avoid "#####" fill.
14120         * ses.el (ses-initial-column-width): Revert previous change.
14122 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14124         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
14125         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
14126         Add edebug info.
14127         (jit-lock-mode): Setup/cancel the new timer.
14128         (jit-lock-context-fontify): New fun.  Extracted from
14129         context fontification code of jit-lock-stealth-fontify.
14130         (jit-lock-stealth-fontify): Don't do context fontification any more.
14132         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
14133         (jit-lock-fontify-now): Handle the `quit' case.
14134         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
14136 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
14138         * progmodes/executable.el (executable-command-find-posix-p):
14139         New.  Check if find handles arguments Posix-style.
14141         * progmodes/grep.el (grep-compute-defaults):
14142         Use executable-command-find-posix-p.
14143         (grep-find): Check `grep-find-command'.
14145         * filecache.el (file-cache-find-posix-p): Delete.
14146         (file-cache-add-directory-using-find):
14147         Use `executable-command-find-posix-p'.
14149 2004-01-29  Dave Love  <fx@gnu.org>
14151         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14152         Iterate the hook function if arg is given.
14153         (mark-defun, narrow-to-defun): Change order of finding the limits.
14155         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
14156         (byte-compile-format-warn): New.
14157         (byte-compile-callargs-warn): Use it.
14158         (Format, message, error): Add byte-compile-format-like property.
14159         (byte-compile-maybe-guarded): New.
14160         (byte-compile-if, byte-compile-cond): Use it.
14161         (byte-compile-lambda): Compile interactive forms,
14162         just to make warnings about them.
14164 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
14166         * ses.el (ses-initial-column-width): Increase to 14, so it will
14167         work well with the default printer of "%.7g" for extreme values
14168         like "-1.234567e+07".
14170 2004-01-29  Kenichi Handa  <handa@m17n.org>
14172         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
14174 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
14176         * dos-w32.el: Added support for the `default-printer-name' function.
14178 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14180         * server.el (server-socket-name): Don't use the hostname in the
14181         socket name since /tmp is local to the host anyway.
14183         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
14184         robust check of widening and fix var-naming.
14186 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
14188         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
14189         or rmail-spam- to rsf- in all function and variable names.
14190         (rsf-min-region-to-spam-list): New variable.
14191         (rsf-bbdb-auto-delete-spam-entries): Rename from
14192         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
14193         scanned together with the recipients field for spam testing; Don't
14194         delete spam message if rmail-delete-after-output is non-nil;
14195         (rsf-check-field): New function, extracted from code in
14196         rmail-spam-filter to ease addition of header fields like
14197         content-type:;
14198         (message-content-type): New variable.  The content-type: field was
14199         added also in defcustom of rsf-definitions-alist;
14200         (rmail-spam-filter): Replace repeated test code for header fields
14201         by calls to check-field; change the call to
14202         rmail-output-to-rmail-file such that rmail-current-message stays
14203         the same to avoid wrong deletion of unseen flags.
14204         (rmail-use-spam-filter): Add autoload cookie.
14206 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
14208         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
14209         (file-cache-add-directory-using-find): Add Cygwin support.
14210         (file-cache-find-command-posix-flag): New user variable.
14212         * filecache.el (file-cache-add-directory): Check for
14213         directories an remove them from dir-files.
14215 2004-01-27  Richard M. Stallman  <rms@gnu.org>
14217         * man.el (Man-fontify-manpage): Clean up message.
14219 2004-01-27  Kenichi Handa  <handa@m17n.org>
14221         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
14222         (sentence-end): Define using sentence-end-without-space.
14224         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
14225         a sentence ends with one of a character in sentence-end-without-space.
14227 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14229         * font-lock.el (font-lock): Add jit-lock as explicit group member.
14230         (jit-lock): Group declaration moved to jit-lock.el.
14231         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
14232         when necessary.
14234         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
14235         (jit-lock-context-unfontify-pos): Rename from
14236         jit-lock-first-unfontify-pos.
14237         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
14239 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
14241         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
14242         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
14243         (fortran-fill): When filling a string, adjust re-search-backward
14244         argument for special case of string just on fill-column.
14245         When filling non-string, allow one extra char if
14246         fortran-break-before-delimiters is non-nil.
14247         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
14248         Use fortran-break-delimiters-re and fortran-no-break-re to
14249         correctly handle cases such as "**".
14251         * progmodes/f90.el (f90-break-delimiters): Doc fix.
14252         (f90-no-break-re): Add some extra tokens.  Doc fix.
14254 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
14256         * mail/rmail-spam-filter.el:
14257         Use two semicolons as Commentary line prefix.
14258         Add ";;; Code:" stylized comment.
14259         Delete end-of-line whitespace.
14260         Wrap (require 'cl) with `eval-when-compile'.
14262 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
14264         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
14265         at the top level of vc.el.
14267 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
14269         * vc.el (vc-current-line): Function removed.  This is now done by
14270         the new function line-at-pos in simple.el.
14271         (vc-annotate-warp-version): Use line-at-pos instead of
14272         vc-current-line.
14274 2004-01-22  Kim F. Storm  <storm@cua.dk>
14276         * simple.el (line-at-pos): New defun.
14277         (what-line): Use it.  Optimize by only counting lines in narrowed
14278         region once.
14280 2004-01-22  Kenichi Handa  <handa@m17n.org>
14282         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
14283         point (register r1) only for charset mule-unicode-0100-24ff.
14285 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14287         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
14288         trailing white space and ensure a final newline.
14290         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
14291         Add autoload cookie.
14293 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
14295         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
14296         activate view-mode explicitly.
14298 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14300         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
14301         use clipboard first.
14303 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14305         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
14306         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
14307         (vc-mcvs-cvs): Remove.
14308         (vc-mcvs-command): Remove use of assert.
14310         * outline.el (outline-insert-heading): Tighten up match.
14311         (outline-demote, outline-move-subtree-down): Don't assume anything
14312         about outline-regexp.
14314         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
14315         (texinfo-show-structure): Explicitly add ^, and simplify.
14317 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
14319         * calendar/appt.el (appt-check): Restore usage of
14320         appt-issue-message deleted in previous change.
14321         (top-level): Activate package when loaded (needed for backwards
14322         compatibility).
14324 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14326         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
14327         following previous change to smtpmail-send-data.
14329 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
14331         * vc.el (vc-default-previous-version): Doc enhancement.
14332         (vc-default-next-version): New function.
14333         (vc-print-log): New arg FOCUS-REV.
14334         (vc-annotate-mode): Derive from view-mode.
14335         (vc-annotate): New args REVISION, DISPLAY-MODE.
14336         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
14337         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
14338         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
14339         (vc-annotate-show-diff-revision-at-line, vc-current-line)
14340         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
14342         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
14344 2004-01-19  Karl Berry  <karl@gnu.org>
14346         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
14347         or "TexInfo".
14349 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
14351         * subr.el (delete-dups): New function.
14353 2004-01-19  Karl Berry  <karl@gnu.org>
14355         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
14356         with ^, since that's what texinfo-show-structure
14357         documentation says (plus it works much better in texinfo.txi).
14359 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
14361         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
14363 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
14365         * progmodes/which-func.el (which-function-mode): Don't cancel
14366         which-func-update-timer if not set.
14368 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
14370         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
14371         Remove spurious left square bracket in XX:XXam regexp.
14373 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
14375         * progmodes/cc-defs.el: Do not require cl at run time.
14377 2004-01-16  Richard M. Stallman  <rms@gnu.org>
14379         * emacs-lisp/cl.el (cl-cannot-unload): New function.
14380         (cl-unload-hook): Defvar this to run cl-cannot-unload.
14382         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
14383         Call rmail-spam-filter.  Delete and expunge spam.
14384         Print number of spam messages deleted.
14385         Save and restore the deletion status of old messages when reading
14386         new mail with spam filter, so that expunging spam does not expunge
14387         msgs deleted by the user.
14388         (rmail-only-expunge): Add an optional argument dont-show to
14389         prevent showing message after expunge.
14391 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
14393         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
14394         * subr.el (declare): New macro.
14396 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
14398         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
14400 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14402         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14403         Test window-system rather than system-type (for X11/Mac).
14405 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
14407         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
14409 2004-01-12  Richard M. Stallman  <rms@gnu.org>
14411         * mail/rmail.el (rmail-convert-to-babyl-format):
14412         Use mail-unquote-printable-region.
14413         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
14414         (rmail-hex-char-to-integer): Functions deleted.
14416         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
14417         (mail-unquote-printable-region): New arg NOERROR.
14418         For invalid encoding, either signal an error to just return nil.
14420 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14422         * calendar/appt.el: Update copyright and commentary.
14423         (appt-issue-message): Make obsolete.
14424         (appt-visible, appt-msg-window): Make obsolete, in favour of
14425         appt-display-format.
14426         (appt-display-mode-line, appt-display-duration)
14427         (appt-display-diary, appt-time-msg-list, appt-mode-string)
14428         (appt-prev-comp-time, appt-display-count, appt-timer)
14429         (appt-convert-time): Doc change.
14430         (appt-disp-window-function, appt-delete-window-function):
14431         Use defcustom rather than defvar.
14432         (appt-display-format): New variable.
14433         (appt-display-message): New function with display code from appt-check.
14434         (appt-check): Add optional FORCE argument.  Doc change.
14435         Add appt-make-list to diary-hook if displaying diary.
14436         Remove checking of view-diary-entries-initially.
14437         Message display section removed to new function appt-display-message.
14438         (appt-display-window): Doc change.  Remove unused internal var
14439         this-buffer.  Do not beep, since appt-display-message does that.
14440         (appt-make-list): Doc change.  Use caar.
14441         (appt-sort-list): Simplify by using builtin sort function.
14442         (appt-update-list): New function for updating appts when diary is
14443         saved.
14444         (appt-activate): New autoloaded function to toggle package
14445         functionality.
14447         * calendar/cal-x.el: (calendar-one-frame-setup)
14448         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
14450         * calendar/calendar.el: Update copyright.
14451         (view-diary-entries-initially, european-calendar-style): Doc change.
14452         (calendar-setup): Make defcustom rather than defvar.
14453         (mark-visible-calendar-date): Initialize temp-face and faceinfo
14454         in let binding so local to function.
14456         * calendar/diary-lib.el: Update copyright.
14457         (diary, diary-entry-time): Doc change.
14458         (list-diary-entries): Doc change.  Trivial logic change.
14459         (fancy-diary-display): Restore make-face command mistakenly
14460         deleted 2003-05-08.
14461         (show-all-diary-entries): Allow to pop-up frame if needed.
14463 2004-01-09  John Paul Wallington  <jpw@gnu.org>
14465         * bindings.el (mode-line-change-eol): Add EVENT parameter.
14466         Temporarily select EVENT's window for changing eol type.
14468 2004-01-09  Deepak Goel  <deego@gnufans.org>
14470         * calendar/diary-lib.el (diary-entry-time):
14471         Also accept time in the form XX[.XX][am/pm/AM/PM].
14472         (fancy-diary-font-lock-keywords): Likewise.
14473         (diary-font-lock-keywords): Likewise.
14474         * calendar/appt.el (appt-add): Likewise.
14475         (appt-make-list): Likewise.
14476         (appt-convert-time): Likewise.
14478 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
14480         * gdb-ui.el (gdb-ann3): Revert previous change.
14481         (gdb-source-info): Allow for case of where compilation directory
14482         is not recorded.
14484 2004-01-08  John Paul Wallington  <jpw@gnu.org>
14486         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
14488 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
14490         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
14492         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
14493         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
14494         problems.
14495         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
14497 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
14499         * files.el (write-file-functions, write-contents-functions):
14500         Clarify docstrings.
14502 2004-01-07  Kenichi Handa  <handa@m17n.org>
14504         * international/mule.el (set-auto-coding): Fix for the case that
14505         end-of-line is only CR.
14507 2004-01-07  Kim F. Storm  <storm@cua.dk>
14509         * subr.el (event-start, event-end): Doc fix.
14510         (posn-string, posn-image): New defuns.
14511         (posn-object): Return either image or string object.
14512         (posn-object-x-y): Return 8th element of position.
14513         (posn-object-width-height): New defun.
14515 2004-01-06  Andreas Schwab  <schwab@suse.de>
14517         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
14518         output.
14520 2004-01-05  Karl Berry  <karl@gnu.org>
14522         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
14523         / and *, too.
14525 2003-12-31  Simon Josefsson  <jas@extundo.com>
14527         * files.el (before-save-hook): Add.
14528         (basic-save-buffer): Use before-save-hook.
14530         * emacs-lisp/copyright.el: Fix comment to recommend
14531         before-save-hook instead of write-file-functions.
14533 2004-01-05  Richard M. Stallman  <rms@gnu.org>
14535         * finder.el (finder-commentary): Call delete-other-windows.
14537         * net/ange-ftp.el (ange-ftp-file-attributes):
14538         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
14540 2004-01-04  Karl Berry  <karl@gnu.org>
14542         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
14543         comment characters % and # in the copyright year notice,
14544         as well as ;.
14546 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
14548         * wid-edit.el (default): Define dummy :value-delete.
14549         Reported by Jesper Harder <harder@ifa.au.dk>.
14551 2004-01-03  Richard M. Stallman  <rms@gnu.org>
14553         * progmodes/compile.el (compile-internal): Use point, not point-min,
14554         for set-window-point.
14556         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
14558         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
14560         * progmodes/grep.el (grep-mode-map):
14561         Don't remap next-line, previous-line.
14563 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
14565         * speedbar.el (speedbar-edit-line): Change regexp to position
14566         the cursor on the first character of this line's button.
14568 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14570         * subr.el (functionp): Doc fix.
14572 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14574         * progmodes/idlwave.el (idlwave-make-tags):
14575         * textmodes/flyspell.el (flyspell-large-region):.
14576         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
14577         * emulation/viper-util.el (viper-glob-unix-files):
14578         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
14579         * man.el (Man-init-defvars):
14580         * jka-compr.el (jka-compr-call-process):
14581         * files.el (get-free-disk-space,insert-directory):
14582         * ediff-ptch.el (ediff-test-patch-utility):
14583         * ediff-diff.el (ediff-test-utility):
14584         * dired-aux.el (dired-check-process):
14585         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
14586         test the return value of call-process, because it can be a string.
14588 2003-12-31  John Paul Wallington  <jpw@gnu.org>
14590         * bindings.el (completion-ignored-extensions): Add .pfsl.
14592 2003-12-31  Kim F. Storm  <storm@cua.dk>
14594         * ido.el (ido-nonreadable-directory-p): New defun to check for
14595         nonreadable directory without activating tramp (to avoid problems
14596         with checking incomplete tramp paths).
14597         (ido-set-current-directory, ido-file-internal)
14598         (ido-file-name-all-completions1): Use it.
14600 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
14602         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
14603         documentation if the anchor (or node) name is preceded by `info
14604         anchor' or `Info anchor' in addition to earlier `info node' and
14605         `Info node'.
14606         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
14608 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
14610         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
14611         error in arguments to base64-decode-region.  Remove ^M characters
14612         after decoding base64.
14614 2003-12-30  Simon Josefsson  <jas@extundo.com>
14616         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
14617         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
14618         have only been distributed with Emacs for some years.
14619         (texinfo-mode-hook): Customize.
14621 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
14623         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
14624         cleaner (suggested by Richard Stallman).
14626         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
14627         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
14628         file-name clashes on 8+3 DOS filesystems.
14630         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
14631         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
14632         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
14633         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
14634         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
14635         file-name clashes on 8+3 filesystems.
14637         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
14638         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
14639         file-name clashes on 8+3 DOS filesystems.
14641 2003-12-29  Richard M. Stallman  <rms@gnu.org>
14643         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
14644         Upcase the character.
14646         * textmodes/flyspell.el (mail-mode-flyspell-verify):
14647         Search for header separator alone on a line, literally,
14648         and search for it backward, not forward.
14649         (flyspell-abbrev-table): Always use global-abbrev-table
14650         if there is no local one.
14652         * progmodes/sh-script.el (sh-get-indent-info):
14653         Don't move point back if at bob.
14655         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
14657         * play/handwrite.el (handwrite): Make the handwrite credit message
14658         a comment rather than an output command.
14660         * obsolete/sc.el: Display message that this file is obsolete.
14662         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
14664         * mail/rfc822.el (rfc822-address-start): Declare variable.
14665         Renamed from address-start.  All uses changed.
14667         * term.el (term-exec): Set up sentinel.
14668         (term-sentinel): New function.
14669         (term-handle-exit): New function.
14671         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14672         Use assoc-string, and mark them obsolete.
14673         (delay-mode-hooks): Mark as permanent local.
14675         * simple.el (sendmail-user-agent-compose): Use assoc-string.
14677         * register.el (copy-rectangle-to-register): Doc fix.
14679         * info.el (Info-insert-dir): Use assoc-string.
14681         * info-look.el (info-lookup): Use assoc-string.
14683         * frame.el (pop-up-frame-function): Use quote, not `function'.
14684         (frame-notice-user-settings): Calculate ADJUSTED-TOP
14685         copying with lists as coordinate values.
14687         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
14689         * find-dired.el (kill-find): New command.
14690         (find-dired): Make buffer read-only.
14691         Set up a keymap with C-c C-k running kill-find.
14692         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
14694         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
14696         * filecache.el (file-cache-ignore-case): New variable.
14697         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
14699         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
14700         (comint-dynamic-complete-as-filename): Rename local vars.
14701         (comint-dynamic-list-filename-completions): Likewise.
14703         * comint.el (comint-dynamic-list-completions-config): New var.
14704         (comint-dynamic-list-completions): Handle both SPC and TAB right.
14706         * comint.el (comint-file-name-chars): Add [].
14707         (comint-word): Use skip-chars-backward, not search.
14709         * shell.el (shell-file-name-chars): Add [].
14711         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
14713         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
14715         * generic.el (define-generic-mode): Doc fix.
14717 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14719         * files.el (kill-some-buffers): Doc fix.
14721 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
14723         * comint.el (comint-watch-for-password-prompt): Pass `string' as
14724         arg to send-invisible
14725         (send-invisible): Doc fix.  The argument is now a prompt, not the
14726         string to send.
14727         (comint-read-noecho): Doc fix.
14729 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
14731         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
14732         "@", as required by some ISP hosting service.  Fix defcustom
14733         argument syntax errors that prevented use of customization.
14735 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14737         * xml.el (xml-get-attribute-or-nil): Doc fix.
14739 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
14741         * net/zone-mode.el (zone-mode): Use write-file-functions, not
14742         write-file-hooks.
14744 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14746         * autorevert.el (auto-revert-interval): Doc fix.
14748 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
14750         * xml.el (xml-get-attribute-or-nil): New function, like
14751         xml-get-attribute, but returns nil if the attribute was not found.
14752         (xml-get-attribute): Convert to defsubst, uses
14753         xml-get-attribute-or-nil.
14755 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14757         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14759 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
14761         * custom.el (custom-declare-theme): Use `value' when putting
14762         properties on `theme'.
14764 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14766         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
14767         for each yank-handler segment.
14768         (insert-for-yank-1): New function, with the body of the previous
14769         insert-for-yank.
14771         * textmodes/table.el (table-yank-handler): New defcustom.
14772         (table--put-cell-indicator-property): Put yank-handler property
14773         that indicates the yank handler for the table cell.
14775 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14777         * generic-x.el (etc-modules-conf-generic-mode): A more complete
14778         set of keywords.
14780 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
14782         * international/mule-cmds.el (reset-language-environment)
14783         (set-language-environment): Don't invoke fontset-related functions
14784         if fontset-list is not fboundp.
14786 2003-12-29  Kenichi Handa  <handa@m17n.org>
14788         * international/mule-cmds.el (reset-language-environment):
14789         Call set-overriding-fontspec-internal with nil.
14790         (set-language-environment): Call set-overriding-fontspec-internal
14791         if the language environment specify `overriding-fontspec'.
14792         (language-info-alist): Doc added.
14794         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
14795         characters of mule-unicode-0100-24ff.
14796         (ccl-encode-windows-1251-font): New CCL program.
14797         ("Bulgarian"): Specify overriding-fontspec.
14798         ("Belarusian"): Likewise.
14800 2003-12-28  Sam Steingold  <sds@gnu.org>
14802         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
14803         parameter ID-FORMAT to conform with the 2003-11-30 patch.
14805 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
14807         * progmodes/gud.el (gud-gdb-command-name): Set default to
14808         "gdb --annotate=3".
14809         (gud-gdb-marker-filter): Look out for annotations.
14810         (gdb-first-pre-prompt): New variable.
14811         Remove trailing white space.
14813         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
14814         if necessary.
14815         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
14816         annotations are detected.
14817         (gud-gdba-marker-filter): Use global variable gud-marker-acc
14818         instead of a local one to allow transition from
14819         gud-gdb-marker-filter.
14820         Remove trailing white space.
14822 2003-12-27  Kim F. Storm  <storm@cua.dk>
14824         * ido.el: Handle non-readable directories.
14825         (ido-decorations): Add 9th element for non-readable directory.
14826         (ido-directory-nonreadable): New dynamic var.
14827         (ido-set-current-directory): Set it.
14828         (ido-read-buffer, ido-file-internal):
14829         (ido-read-file-name, ido-read-directory-name): Let-bind it.
14830         (ido-file-name-all-completions1): Return empty list for
14831         non-readable directory.
14832         (ido-exhibit): Print [Not readable] if directory is not readable.
14833         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
14834         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
14835         Use it.
14837 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
14839         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
14840         calls to directory-files-and-attributes and file-attributes.
14841         (ls-lisp-format): Remove system dependent handling of user and
14842         group id's.
14844 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
14846         * ffap.el (ffap-read-file-or-url): Revert previous change.
14848 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
14850         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
14851         new list of included files called `files-with-node-lines', that
14852         only have node lines.  This way @include commands can include any
14853         file, such as version and update files without node lines, not
14854         just files that are chapters.
14856 2003-12-25  Andreas Schwab  <schwab@suse.de>
14858         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
14859         file not found.
14861 2003-12-08  Miles Bader  <miles@gnu.org>
14863         * dired.el (dired-between-files): Always use dired-move-to-filename,
14864         which is more robust in non-english locales.
14866 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14868         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
14870 2003-12-24  Andreas Schwab  <schwab@suse.de>
14872         * shell.el (shell-file-name-quote-list): Add backslash.
14874         * comint.el (comint-quote-filename): Correctly handle backslash
14875         in comint-file-name-quote-list.
14877 2003-12-24  Kenichi Handa  <handa@m17n.org>
14879         * international/mule-cmds.el (set-default-coding-systems):
14880         Call ucs-set-table-for-input for all buffers that don't have local
14881         value of buffer-file-coding-system.
14883         * international/ucs-tables.el (ucs-set-table-for-input):
14884         If translation-table-for-encode is a symbol, get its
14885         translation-table property.
14887 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
14889         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
14890         to `completing-read' on a recently fixed bug.
14892         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
14893         instead of SPACE, to get the list of possible fringe modes.
14894         SPACE only works if both `partial-completion-mode' and
14895         `completion-auto-help' are nil.
14897         * complete.el (PC-is-complete-p): Delete.
14898         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
14899         calls to `test-completion'.
14901 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
14903         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
14904         to edit values when there are no children.
14906         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
14907         a mode called "Assembler" already exists.
14908         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
14909         (gud-watch): Use format option.  Remove font properties from string.
14910         (gdb-var-create-handler, gdb-var-list-children-handler):
14911         Don't bother about properties as there are none.
14912         (gdb-var-create-handler, gdb-var-list-children-handler)
14913         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
14914         with two arguments.
14915         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
14916         Let speedbar show value changes with a different font.
14917         (gdb-edit-value): New defun.
14918         (gdb-clear-partial-output, gdb-clear-inferior-io)
14919         (def-gdb-auto-update-handler): Use erase-buffer.
14920         (gdb-frame-handler): Display watch expressions in
14921         FUNCTION::VARIABLE format if required.
14923 2003-12-23  John Paul Wallington  <jpw@gnu.org>
14925         * info.el (Info-unescape-quotes, Info-split-parameter-string)
14926         (Info-goto-emacs-command-node): Doc fixes.
14928 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
14930         * cus-edit.el (custom-add-parent-links): Define "many".
14932 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
14934         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
14935         (widget-child-validate, widget-type-value-create)
14936         (widget-type-default-get, widget-type-match): New functions.
14937         (lazy): New widget.
14938         (menu-choice, checklist, radio-button-choice, editable-list)
14939         (group, documentation-string): Remove redundant (per 2003-10-25
14940         change) calls to `widget-children-value-delete'.
14941         (widget-choice-value-get, widget-choice-value-inline): Remove.
14942         (menu-choice): Update widget.
14944 2003-12-03  Kenichi Handa  <handa@m17n.org>
14946         * language/cyrillic.el: Register "microsoft-cp1251" in
14947         ctext-non-standard-encodings-alist.
14948         ("Bulgarian"): Add ctext-non-standard-encodings.
14949         ("Belarusian"): Likewise.
14951         * international/mule-conf.el (compound-text-with-extensions):
14952         Change the type to 2 (iso-2022 base).
14954         * international/mule.el (ctext-non-standard-encodings-alist):
14955         Change the format.
14956         (ctext-non-standard-encodings): New variable.
14957         (ctext-post-read-conversion): Fully re-written.
14958         (ctext-non-standard-designations-alist): Delete it.
14959         (ctext-non-standard-encodings-table): New function.
14960         (ctext-pre-write-conversion): Fully re-written.
14962 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
14964         * cus-edit.el (custom-add-parent-links): Add documentation links
14965         for parent, if the item has none of its own.
14967 2003-11-30  Richard M. Stallman  <rms@gnu.org>
14969         * dired-aux.el (dired-do-query-replace-regexp):
14970         Report files visited read-only.
14972 2003-11-30  Juri Linkov  <juri@jurta.org>
14974         * dired-aux.el (dired-compare-directories): New command.
14975         (dired-file-set-difference, dired-files-attributes): New functions.
14977 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
14978         Version 2.0.38 of Tramp released.
14980         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
14981         Charles Curley <charlescurley@charlescurley.com>.
14982         (tramp-multi-connection-function-alist): Add ssht entry which adds
14983         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
14984         Aichner.
14985         (tramp-get-method-parameter): New function to retrieve a method
14986         parameter.  This allows for omission of method parameters.
14987         Callers adjusted.
14989 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
14991         * net/tramp.el: Add new optional parameter ID-FORMAT to
14992         `file-attributes'.  Calls of `file-attributes' won't use this
14993         parameter for backward compatibility reasons.
14994         (tramp-perl-file-attributes): Add a new parameter to Perl script
14995         in order to handle uid/gid as strings, if desired.
14996         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
14997         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
14998         order to make the function more general.
14999         (tramp-handle-file-attributes): Replace proprietary optional
15000         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
15001         (tramp-handle-file-attributes-with-perl): Handle parameter
15002         NONNUMERIC if set.  This wasn't done in the past.
15003         (tramp-post-connection): Apply second parameter "$2" if
15004         `tramp-remote-perl' is called.
15006         * net/tramp-smb.el (tramp-smb-handle-delete-file):
15007         Correct cut'n'waste error (`filename' instead of `directory').
15008         (tramp-smb-handle-directory-files-and-attributes)
15009         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
15010         introduced parameter ID-FORMAT.
15011         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
15012         error (`directory' instead of `ldir').
15014         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
15015         `file-attributes' has a second parameter.  If yes, apply it with
15016         value "'integer".  Otherwise, don't use that parameter (default is
15017         integer format).
15019 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
15021         * help.el (help-map): Bind `display-local-help' to `C-h .'.
15022         (help-for-help): Add `C-h .' to the listed Help options.
15023         Remove trailing whitespace.
15025         * help-at-pt.el: New file.
15027 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
15029         * subr.el (noreturn, 1value): New macros for test coverage.
15030         See `testcover.el'.
15032         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
15034         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
15035         for macro `1value'.
15036         (testcover-1value): New function.  Checks that a 1value form
15037         actually returns only one value.  Requested by RMS.
15039 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
15041         * gdb-ui.el (gud-watch, gdb-var-create-handler)
15042         (gdb-var-list-children, gdb-var-list-children-handler)
15043         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
15044         gdb commands that use mi to keep them out of the command history.
15046 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15048         * cus-start.el (all): Add use-file-dialog.
15050 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15052         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
15054 2003-11-27  Kim F. Storm  <storm@cua.dk>
15056         * subr.el (posn-object-x-y): New defun.
15058 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15060         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
15061         Don't use `space' for \\\n.
15062         Be more selective as to which # are comment-starters.
15064 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
15066         * subr.el (number-sequence): Improve handling of floating point
15067         arguments (suggested by Kim Storm).  Allow negative arguments.
15069 2003-11-26  Kenichi Handa  <handa@m17n.org>
15071         * international/mule-cmds.el (standard-display-european-internal):
15072         Cancel the standard-display-table setting for ` and '.
15074 2003-11-26  Kim F. Storm  <storm@cua.dk>
15076         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
15077         New defcustoms to add ffap-like functionality to ido.
15078         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
15079         (ido-no-final-slash): New defun.
15080         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
15081         (ido-read-file-name): ): Toggle VC checking via
15082         vc-handled-backends instead of vc-master-templates.
15083         (ido-file-internal): Handle ido-use-url-at-point and
15084         ido-use-filename-at-point via code borrowed from ffap-guesser.
15085         Handle new ido-exit code ffap.
15086         (ido-sort-list): Ignore final slash when sorting file names.
15088 2003-11-25  Kim F. Storm  <storm@cua.dk>
15090         * emulation/cua-base.el (cua--standard-movement-commands):
15091         Add forward-sentence and backward-sentence.
15093 2003-11-25  Stephen Eglen  <stephen@gnu.org>
15095         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
15096         iswitchb-exit is set to 'usefirst when user selects buffer at head
15097         of list using RET.  (Selecting buffers at the head of the list was
15098         broken if the substring was also a complete buffername.)
15100 2003-11-23  Kim F. Storm  <storm@cua.dk>
15102         * progmodes/compile.el (grep-command, grep-use-null-device)
15103         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
15104         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
15105         (grep-regexp-alist, grep-program, find-program)
15106         (grep-find-use-xargs, grep-history, grep-find-history)
15107         (grep-process-setup, grep-compute-defaults)
15108         (grep-default-command, grep, grep-tag-default, grep-find)
15109         (grep-expand-command-macros, grep-tree-last-regexp)
15110         (grep-tree-last-files, grep-tree): Move grep variables, functions
15111         and commands to new file grep.el.
15112         (compilation-mode-map): Remove grep commands from Compile sub-menu.
15113         (compilation-process-setup-function): Doc fix.
15114         (compilation-highlight-regexp, compilation-highlight-overlay): New
15115         defvars used for highlighting current compile error in source buffer.
15116         (compile-internal): New optional args HIGHLIGHT-REGEXP and
15117         LOCAL-MAP which overrides compilation-highlight-regexp and
15118         compilation-mode-map for this compilation.
15119         Delay calling compilation-set-window-height until after running
15120         compilation-process-setup-function so it can buffer-local override
15121         compilation-window-height.
15122         Check buffer-local value of compilation-scroll-output.
15123         (compilation-set-window-height): Use buffer-local value of
15124         compilation-window-height.
15125         (compilation-revert-buffer): Don't pass (undefined)
15126         preserve-modes arg to revert-buffer.
15127         (next-error-no-select, previous-error-no-select): New commands.
15128         (compilation-goto-locus): Temporarily highlight current match in
15129         source buffer using compilation-highlight-regexp.
15131         * progmodes/grep.el: New file with grep code from compile.el.
15132         (grep): New defcustom group.
15133         (grep-window-height): New defcustom, like compilation-window-height.
15134         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
15135         (grep-scroll-output): New defcustom, like compilation-scroll-output.
15136         (grep-command, grep-use-null-device, grep-find-command)
15137         (grep-tree-files-aliases, grep-tree-ignore-case)
15138         (grep-tree-ignore-CVS-directories): Move to grep custom group.
15139         (grep-setup-hook): New hook variable.
15140         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
15141         (grep-last-buffer): New defvar, override compilation-last-buffer.
15142         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
15143         Call compile-internal with args highlight-regexp and grep-mode-map.
15145 2003-11-23  Kim F. Storm  <storm@cua.dk>
15147         * subr.el (event-start, event-end): Doc fix.
15148         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
15149         (posn-area, posn-actual-col-row, posn-object): New defuns.
15150         (posn-col-row): Simplify doc.  Rewrite to use cond.
15151         (posn-point): Also return buffer position for events outside text
15152         area (that info is now present in the event position).
15154         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
15155         mouse-set-point so that hscroll still works now that clicks on
15156         fringes generate specific mouse events.
15157         (mouse-set-point): Note that it now works in fringes and margins
15158         too due to new semantics of posn-point in fringes and margins.
15160         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
15161         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
15163 2003-11-20  Kim F. Storm  <storm@cua.dk>
15165         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
15166         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
15167         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
15168         to 100 for icons to avoid increasing line height when shown.
15170 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15172         * newcomment.el (comment-normalize-vars): Initialize properly if
15173         comment-start was nil.
15175 2003-11-19  Andreas Schwab  <schwab@suse.de>
15177         * simple.el (set-variable): Fix indentation.
15179 2003-11-17  Kenichi Handa  <handa@m17n.org>
15181         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
15182         Fix docstring.
15184 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15186         * international/latin1-disp.el (latin1-display): Fix docstring.
15188 2003-11-16  John Wiegley  <johnw@newartisans.com>
15190         * eshell/em-ls.el (eshell-ls-file): There are times with
15191         size-width is nil and uncomputed (when directories are created in
15192         dired, for example); in this case, 4 is reasonable default value,
15193         although it may caused skewed new entries (which could be avoided
15194         by returning the original value of 8 in all cases, but 99% of the
15195         time this is a waste of whitespace).
15197 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15199         * cc-engine.el (c-guess-continued-construct)
15200         (c-guess-basic-syntax): Check a little more carefully if it's a
15201         function declaration when an unknown construct followed by a block
15202         is found inside a statement context.  This avoids macros followed
15203         by blocks to be taken as function declarations.
15205         (c-guess-continued-construct): Change the analysis of a statement
15206         continuation with a brace open to `substatement-block', for
15207         consistency with recognized statements.
15209         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
15210         start is in a position so that `c-beginning-of-statement-1' jumped
15211         to the beginning of the same statement.
15213         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
15214         Don't accept binary operators in the arglist if we're in a function
15215         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
15216         template recognition in cases like "if (a < b || c > d)".
15218         (c-restricted-<>-arglists): New more appropriate name for
15219         `c-disallow-comma-in-<>-arglists'.
15221         Accessing functions updated for the variable name change.
15223         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
15224         match data could get clobbered if NOT-INSIDE-TOKEN is used.
15226         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
15227         labels.
15229         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
15230         instead of duplicating parts of it.  This fixes bogus label
15231         recognition.
15233         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
15234         of checking the context in which to apply the minimum indentation,
15235         so that it isn't enforced in e.g. namespace blocks.
15237         * cc-vars.el (c-inside-block-syms): New constant used by
15238         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
15239         to somewhat reduce the risk of becoming stale.
15241         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
15242         cc-cmds to cc-engine to allow use from cc-align.
15244         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
15245         qualified identifiers containing "::".
15247         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
15248         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
15250         * cc-vars.el (c-emacs-features): Use a space in front of the name
15251         of the temporary buffer.  That also avoids dumping problems in
15252         XEmacs due to undo info being left around after the buffer is killed.
15254         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
15255         arglist to see if it's a K&R style declaration.
15257         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
15258         before returning `knr-argdecl-intro'.
15260 2003-11-16  John Wiegley  <johnw@newartisans.com>
15262         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
15263         field in a long-listing always 8 characters, use `size-width',
15264         which has already been computed.
15266 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
15268         * subr.el (minor-mode-list): Add `hs-minor-mode'.
15270 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
15272         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
15273         Support operation while narrowed, with `diff-restrict-view'.
15275 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
15277         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15278         Take additional optional arg NARROWFUN.  For the generated functions:
15279         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
15280         include frags that arrange to check for and save narrowing state before
15281         the move and then conditionally call NARROWFUN after the move.
15283 2003-11-14  John Wiegley  <johnw@newartisans.com>
15285         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
15286         that was optional, but obviously missing based on surrounding code.
15288         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
15289         string arguments to numbers unless the whole argument was seen as
15290         a number.
15292 2003-11-14  Kenichi Handa  <handa@m17n.org>
15294         * international/mule.el (ctext-non-standard-encodings-alist):
15295         Fix coding systems.
15297 2003-11-10  Kenichi Handa  <handa@m17n.org>
15299         * language/kannada.el ("Kannada"): Add sample-text.
15301         * language/knd-util.el (kannada-compose-region)
15302         (kannada-compose-string, kannada-post-read-conversion):
15303         Add autoload cookie.
15305         * international/quail.el (quail-completion): Change the message
15306         "corresponding translations" to "corresponding characters".
15308 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
15310         * descr-text.el (describe-char): Fix typo.
15312 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
15314         These changes are to support Kannada language/script.
15316         * Makefile.in (DONTCOMPILE): Add kannada.el.
15318         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
15320         * loadup.el: Preload kannada.el.
15322         * language/ind-util.el (ucs-kannada-to-is13194-alist)
15323         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
15324         New variables.
15326         * language/kannada.el: New file.
15328         * language/knd-util.el: New file.
15330 2003-11-07  Andreas Schwab  <schwab@suse.de>
15332         * progmodes/autoconf.el (autoconf-font-lock-keywords):
15333         Also highlight AH_*.
15335         * xml.el (xml-parse-dtd): Fix misplaced paren.
15337 2003-11-07  Kenichi Handa  <handa@m17n.org>
15339         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
15341 2003-11-05  Juri Linkov  <juri@jurta.org>
15343         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
15344         (desktop-buffer-file): Use saved buffer-file-coding-system
15345         for file reading.  Set auto-insert to nil to prevent automatic
15346         insertion into restored empty files.
15348 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
15350         * files.el (risky-local-variable-p): Make second argument optional.
15352 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15354         * subr.el (add-hook): Fix last change.
15356 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
15358         * mail/rmail.el (rmail-convert-to-babyl-format):
15359         If base64-decode-region signals an error, catch it and silently
15360         ignore it.
15362 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
15364         * xml.el (xml-parse-region): Allow comments to appear after the
15365         topmost element has closed.
15366         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
15367         (xml-ns-expand-attr): New functions to do namespace handling.
15368         (xml-intern-attrlist): Back-compatible handling of attribute names.
15369         (xml-parse-tag): Move namespace handling to separate functions.
15370         Now produces elements in the form ((:ns . "element") (attr-list)
15371         children) instead of ('ns:element (attr-list) children).
15372         (xml-parse-attlist): Fix attribute parsing.
15373         (xml-parse-dtd): Change parsing so that it produces strings
15374         instead of interned symbols.
15376 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
15378         * dired.el (dired-ls-sorting-switches): Doc fix.
15380 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
15382         * emacs-lisp/rx.el (rx-or): Fix the case of
15383         "(rx (and ?a (or ?b ?c) ?d))".
15385 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
15387         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
15388         (texinfo-format-region): Use it.
15389         (texinfo-format-buffer-1): Ditto.
15391 2003-11-01  Alan Mackenzie  <acm@muc.de>
15393         Changes to allow scrolling whilst in isearch mode:
15394         * isearch.el (isearch-unread-key-sequence): New function,
15395         extracted from isearch-other-meta-char.
15396         (top level): (put 'foo 'isearch-scroll) on all Emacs's
15397         "scrollable" standard functions.
15398         (isearch-allow-scroll): New customizable variable.
15399         (isearch-string-out-of-window, isearch-back-into-window)
15400         (isearch-reread-key-sequence-naturally)
15401         (isearch-lookup-scroll-key): New functions.
15402         (isearch-other-meta-char): Doc string and functionality enhanced.
15403         Now accepts a prefix argument.
15404         (isearch-lazy-highlight-window-end): New variable.
15405         (isearch-lazy-highlight-new-loop): Pay attention to the window's
15406         end (thru isearch-lazy-highlight-window-end), not only its start.
15408         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
15409         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
15410         (universal-argument, universal-argument-more, negative-argument)
15411         (digit-argument, universal-argument-other-key): Minor changes.
15413 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15415         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
15416         recursively if the last message is deleted, thus avoiding an
15417         infinite loop.
15419 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15421         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
15422         (tex-main-file): Don't add .tex if the extension is already present.
15423         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
15425 2003-10-29  Lute Kamstra  <lute@gnu.org>
15427         * progmodes/octave-inf.el (inferior-octave-prompt):
15428         Recognize version number in prompt.
15430 2003-10-28  Dave Love  <fx@gnu.org>
15432         * international/characters.el: Fix some Unicode ranges.
15434 2003-10-28  Kenichi Handa  <handa@m17n.org>
15436         * disp-table.el (standard-display-8bit)
15437         (standard-display-default, standard-display-ascii)
15438         (standard-display-g1, standard-display-graphic)
15439         (standard-display-underline): Assure that standard-display-table
15440         is a display table.
15442 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15444         * simple.el (reindent-then-newline-and-indent): Delete space *after*
15445         reindenting the first line.
15447 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
15449         * wid-edit.el (widget-default-delete): Always delete child widgets.
15451 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15453         * newcomment.el (comment-indent): Don't call indent-according-to-mode
15454         if the line has code.
15455         Don't try to line up with something that's too far left.
15457         * progmodes/octave-mod.el (octave-comment-start): Simplify.
15458         (octave-mode-syntax-table): Add % as a comment starter.
15459         (octave-point): Remove.
15460         (octave-in-comment-p, octave-in-string-p)
15461         (octave-not-in-string-or-comment-p, calculate-octave-indent)
15462         (octave-blink-matching-block-open, octave-auto-fill):
15463         Use line-(beginning|end)-position instead.
15465 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15467         * emacs-lisp/authors.el (authors-aliases): Add correct realname
15468         for Francesco Potort\e,Al\e(B.
15470 2003-10-23  Dave Love  <fx@gnu.org>
15472         * international/mule-cmds.el (locale-charset-to-coding-system):
15473         Don't rely on nil being a coding system.
15475         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
15476         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
15477         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
15479 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
15481         * gdb-ui.el (gdb-current-language): New variable.
15482         (gdb-update-flag): Remove variable.
15483         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
15484         (gdb-take-last-elt): Remove function.
15485         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
15486         (gdb-post-prompt): Check for variable object changes here.
15488         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
15489         object changes in gdb-ui.el.
15491 2003-10-21  Richard M. Stallman  <rms@gnu.org>
15493         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
15495         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
15496         Don't check for foo*/ wildcard form here.
15497         (insert-directory): Recognize foo*/ as a wildcard.
15498         Separate wildcard-regexp variable from the arg, wildcard.
15500         * subr.el (add-hook): Correctly detect when make-local-hook was used.
15501         (remove-hook): Correctly handle strange cases about local hooks.
15503 2003-10-21  David Ponce  <david@dponce.com>
15505         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
15506         argument REAL, to return a real number instead of a rounded
15507         integer value.  Define as inline function.
15508         (ruler-mode-right-fringe-cols): Likewise.
15509         (ruler-mode-scroll-bar-cols): New function.
15510         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
15511         (ruler-mode-right-scroll-bar-cols): Likewise.
15512         (ruler-mode-space): New function.
15513         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
15514         scroll bar mode and margins in a more robust way.
15516 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
15518         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
15519         (antlr-c-init-language-vars): New function.
15520         (antlr-mode): Use it with cc-mode before v5.29.
15521         (antlr-c-common-init): Don't set some local vars here.
15522         (antlr-mode): Set them here.
15523         (antlr-c-forward-sws): New function alias.
15524         (antlr-mode): Redefine with cc-mode before v5.30.
15525         (antlr-skip-sexps): Use it.
15526         (antlr-skip-exception-part): Ditto.
15527         (antlr-skip-file-prelude): Ditto.
15528         (antlr-outside-rule-p): Ditto.
15529         (antlr-end-of-body): Ditto.
15530         (antlr-option-kind): Ditto.
15531         (antlr-insert-option-area): Ditto.
15532         (antlr-file-dependencies): Ditto.
15534 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15536         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
15537         Move backward only if point was not inside an entry.
15539 2003-10-21  Richard M. Stallman  <rms@gnu.org>
15541         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
15543 2003-10-21  Juri Linkov  <juri@jurta.org>
15545         * compare-w.el: Automatically skip non-matching text to resync.
15546         (compare-windows-whitespace): Doc fix.
15547         (compare-windows-sync, compare-windows-sync-string-size)
15548         (compare-windows-recenter, compare-ignore-whitespace)
15549         (compare-windows-highlight, compare-windows-face): New variables.
15550         (compare-windows): Use compare-windows-sync.
15551         (compare-windows-highlight, compare-windows-dehighlight)
15552         (compare-windows-sync-regexp)
15553         (compare-windows-sync-default-function): New functions.
15555 2003-10-21  Juri Linkov  <juri@jurta.org>
15557         * diff.el (diff-parse-differences): Don't visit the files now;
15558         instead, just record the error locus.
15560 2003-10-21  Dave Love  <fx@gnu.org>
15562         * progmodes/cfengine.el: New file.
15564 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15566         * complete.el (PC-do-completion): Do not forget to use `pred' as the
15567         default-directory when completing file names.
15569 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
15571         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
15572         followed by the word `face', it gets treated as a face, even if
15573         it is also defined as a variable or a function.
15575 2003-10-20  Dave Love  <fx@gnu.org>
15577         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15578         Avoid incf in macro expansion.
15580 2003-10-20  John Paul Wallington  <jpw@gnu.org>
15582         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
15583         `evenp' so we don't implicitly require cl library at runtime.
15585 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
15587         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
15588         (help-make-xrefs): Only make cross-references for faces if
15589         preceded or followed by the word `face'.  Do not make a
15590         cross-reference for variables without variable documentation,
15591         unless preceded by the word `variable' or `option'.  Update doc
15592         string accordingly.
15594 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
15596         * progmodes/hideshow.el: Rewrite one-armed `if'
15597         constructs using either `when' or `unless'.
15598         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
15600 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
15602         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
15603         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
15604         instead of 12x12.
15606 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
15608         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
15609         message while converting to Babyl.
15611 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
15613         * allout.el (allout-mode): Doc fix.
15615 2003-10-16  Lute Kamstra  <lute@gnu.org>
15617         * subr.el (force-mode-line-update): Fix docstring.
15619 2003-10-14  Dave Love  <fx@gnu.org>
15621         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
15622         (default-input-method): Add :link, improve :type.
15623         (locale-charset-language-names): Fix utf-8 pattern.
15624         (locale-charset-match-p, locale-charset-alist)
15625         (locale-charset-to-coding-system): New.
15626         (set-locale-environment): Deal with codeset part of locale specs.
15628 2003-10-14  Lute Kamstra  <lute@gnu.org>
15630         * fringe.el (fringe-mode): Use active voice in docstring.
15631         (set-fringe-style): Ditto.
15633 2003-10-13  Lute Kamstra  <lute@gnu.org>
15635         * fringe.el (fringe-mode): Fix docstring.
15636         (set-fringe-style): Ditto.
15638 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
15640         * ediff-mult.el (ediff-filegroup-action):
15641         Use ediff-default-filtering-regexp.
15643         * ediff-util.el (ediff-recenter): Don't call
15644         ediff-restore-highlighting twice.
15645         (ediff-select-difference): Set current difference.
15646         (ediff-unselect-and-select-difference): Add comment.
15648         * ediff.el (ediff-directories,ediff-directory-revisions)
15649         (ediff-directories3,ediff-merge-directories)
15650         (ediff-merge-directories-with-ancestor)
15651         (ediff-merge-directory-revisions)
15652         (ediff-merge-directory-revisions-with-ancestor):
15653         Use ediff-default-filtering-regexp.
15655 2003-10-12  Andreas Schwab  <schwab@suse.de>
15657         * international/mule-cmds.el (locale-charset-language-names):
15658         Simplify regex by removing unused grouping.
15660 2003-10-10  Dave Love  <fx@gnu.org>
15662         * bindings.el: Don't bind stop.
15664 2003-10-08  Miles Bader  <miles@gnu.org>
15666         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
15667         face instead of attempting to emulate it.
15669 2003-10-07  Kenichi Handa  <handa@m17n.org>
15671         * international/mule-diag.el (list-coding-systems-1): List coding
15672         systems that are loaded automatically.
15674         * international/code-pages.el (iso-8859-11): Add autoload cookie.
15676         * international/mule.el (autoload-coding-system): New function.
15678 2003-10-07  Andreas Schwab  <schwab@suse.de>
15680         * log-edit.el (log-edit-changelog-entries): Prefer local value of
15681         change-log-default-name in the buffer visiting the file.
15683 2003-10-06  Dave Love  <fx@gnu.org>
15685         * files.el (find-file-hook): Customize.
15686         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
15688         * bindings.el (completion-ignored-extensions): Remove .log.
15689         (global-map): Add again, open, stop keys.
15691 2003-10-05  Richard M. Stallman  <rms@gnu.org>
15693         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
15694         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
15695         Use sh-modify directly.
15696         (sh-select): Use sh-append, not eval.
15698         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
15700         * info.el (Info-following-node-name): New function.
15702         * loadhist.el (unload-feature-special-hooks):
15703         Rename from loadhist-hook-functions.
15704         (loadhist-hook-functions): Now an alias.
15706 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
15708         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
15709         file-name clashes on 8+3 filesystems.
15711         * Makefile.in (DONTCOMPILE, bootstrap-clean):
15712         Rename loaddefs-boot.el to ldefs-boot.el
15714         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
15715         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
15717 2003-10-03  Lute Kamstra  <lute@gnu.org>
15719         * info.el (Info-mode): Revert previous change.
15720         (Info-escape-percent): New function.
15721         (Info-fontify-node): Use it.
15723 2003-10-02  Andreas Schwab  <schwab@suse.de>
15725         * loaddefs-boot.el: Regenerated.
15727 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
15729         * ffap.el: Remove defadvice related code from CVS since `complete'
15730         provides a `PC-completion-as-file-name-predicate' variable that
15731         ffap can override.
15733 2003-10-02  Kenichi Handa  <handa@m17n.org>
15735         * international/utf-8.el (ccl-decode-mule-utf-8):
15736         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
15738         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
15739         * international/subst-big5.el: Likewise.
15740         * international/subst-gb2312.el: Likewise.
15741         * international/subst-ksc.el: Likewise.
15743 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
15745         * calendar/calendar.el (increment-calendar-month)
15746         (calendar-leap-year-p, calendar-absolute-from-gregorian)
15747         (generate-calendar, calendar-read-date, calendar-interval)
15748         (calendar-day-of-week): Handle years BC.
15749         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
15751 2003-10-01  Dave Love  <fx@gnu.org>
15753         * language/cyrillic.el (cp1251): Alias for windows-1251.
15755         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
15756         bootstrap.
15758 2003-10-01  Lute Kamstra  <lute@gnu.org>
15760         * files.el: Fix typo.
15761         * imenu.el (imenu--generic-function): Docstring fix.
15763 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15765         * dired.el (dired-mode): Handle dired-directory as a list.
15767 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
15769         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
15771         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
15773         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
15774         Replace gud-display with gud-watch.
15775         (gud-speedbar-buttons): Add stuff for watching expressions
15776         in the speedbar when using M-x gdba.  Use dolist on old part
15777         of this function.
15779         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
15780         (gdb-update-flag): New variables.
15781         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
15782         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
15783         (gud-watch, gdb-var-create-handler) : New functions.
15784         (gdb-var-list-children, gdb-var-list-children-handler)
15785         (gdb-var-create-regexp, gdb-var-update-regexp)
15786         (gdb-var-list-children-regexp): New constants.
15787         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
15788         (gdb-annotation-rules): Reduce annotation set (level 3).
15789         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
15790         (gdb-post-prompt): Don't update GDB buffers every time speedbar
15791         updates.
15792         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
15793         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
15794         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
15795         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
15796         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
15797         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
15798         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
15799         (gud-display, gud-display1)
15800         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
15801         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
15802         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
15803         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
15804         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
15805         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
15806         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
15807         (gdb-display-display-buffer, gdb-toggle-display)
15808         (gdb-delete-display, gdb-expressions-popup-menu)
15809         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
15810         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
15811         to display buffer.
15813 2003-09-30  Richard M. Stallman  <rms@gnu.org>
15815         * progmodes/ada-mode.el (ada-mode): Don't use advice.
15816         Instead, set which-func-functions.
15818         * progmodes/which-func.el (which-func-modes): Add ada-mode.
15819         (which-func-functions): New variable.
15820         (which-function): Use that.
15822         * info.el (Info-mode): Double each `%' in header line.
15824         * emacs-lisp/lisp-mnt.el (lm-with-file):
15825         When FILE is nil, run BODY in current buffer.
15827         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
15829         * help.el (describe-mode): Start with a brief list of minor modes.
15830         Find them thru minor-mode-list so as to find them all.
15831         Show them in alphabetical order.
15833         * mail/sendmail.el (mail-aliases): Doc fix.
15835         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
15837 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15839         * mail/rmailsum.el (rmail-make-summary-line-1):
15840         Change comma after last label to a space.
15841         (rmail-summary-font-lock-keywords): Adapt to that change.
15843 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
15845         * progmodes/scheme.el (scheme-mode-variables): When setting
15846         `font-lock-defaults', also specify that "#" should
15847         be interpreted with `word' syntax.
15848         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
15850 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
15852         * desktop.el: A lot of comments updated.
15853         (desktop-save-mode): Minor mode introduced.
15854         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
15855         (desktop-load-default): Function made obsolete.
15856         (desktop-locals-to-save): Variable made customizable.
15857         (desktop-read): Optional parameter `dirname' added.
15858         (desktop-change-dir, desktop-revert): Parameter `dirname' in
15859         `desktop-read' used.
15860         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
15862 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
15864         * whitespace.el (whitespace-clean-msg): Add user customizable message
15865         for displaying ``clean'' output.
15866         (whitespace-buffer): Use `whitespace-clean-msg'.
15867         (whitespace-global-mode): Fix typo.
15869 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
15871         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
15873 2003-09-29  Lute Kamstra  <lute@gnu.org>
15875         * bindings.el (mode-line-modes): Remove superfluous :propertize
15876         construct in initialization.
15877         (mode-line-position): Change cons cell into proper list in
15878         initialization.
15880 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15882         * international/mule.el (decode-coding-inserted-region): Use car
15883         of the return value of find-operation-coding-system.
15885 2003-09-29  Kenichi Handa  <handa@m17n.org>
15887         * descr-text.el (describe-char): Fix previous change.
15889 2003-09-28  Kenichi Handa  <handa@m17n.org>
15891         * descr-text.el (describe-char-display): New function.
15892         (describe-char): Pay attention to display table on describing how
15893         a character is displayed.
15895         * international/mule-cmds.el (encoded-string-description):
15896         Prepend "0x" to each encoded byte.
15898 2003-09-28  Andreas Schwab  <schwab@suse.de>
15900         * find-file.el (ff-special-constructs): Add autoload cookie.
15902 2003-09-28  Kevin Ryde  <user42@zip.com.au>
15904         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
15905         makeinfo appends to duplicate index entries.
15907 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
15909         * dired-x.el (dired-clean-tex): Doc fix.
15911         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
15912         using a Chinese tutorial.
15914 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15916         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
15917         between "MAIL FROM:" and "RCPT TO:" and the following address.
15919 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15921         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
15923 2003-09-28  David Ponce  <david@dponce.com>
15925         * recentf.el (recentf-initialize-file-name-history): New defcustom.
15926         (recentf-load-list): When `recentf-initialize-file-name-history'
15927         is non-nil, initialize an empty `file-name-history' with the
15928         recent list.
15930 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
15932         * man.el (Man-default-man-entry): Remove the leading `*' from the
15933         word at point.
15935 2003-09-26  Lute Kamstra  <lute@gnu.org>
15937         * bindings.el (mode-line-position): Mention size indication in
15938         docstring.
15940 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
15942         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
15944         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
15945         because it's autoloaded now.
15947 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
15949         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
15950         (sh-font-lock-keywords, sh-feature): Fix previous change of
15951         sh-feature to avoid infloop with sh-font-lock-keywords.
15953 2003-09-25  Kim F. Storm  <storm@cua.dk>
15955         * frame.el (frame-current-scroll-bars): New defun.
15957         * window.el (window-current-scroll-bars): New defun.
15959 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15961         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
15962         cause errors when the state cache contains info on parts that have
15963         been narrowed out.
15965 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15967         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
15968         `c-setup-paragraph-variables' has to be used when this variable is
15969         changed; it doesn't work to reinitialize the mode since that
15970         typically clobbers the variable.
15972         * progmodes/cc-styles.el (c-setup-paragraph-variables):
15973         Make it interactive.
15975 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15977         * progmodes/cc-fonts.el (c-font-lock-declarations):
15978         Fix recognition of constructors and destructors for classes whose
15979         names are matched by `*-font-lock-extra-types'.
15981         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
15982         followed by an identifier in C++ then it's a type.
15984 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15986         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
15987         problem that primarily affected XEmacs.  Don't use faces to find
15988         unterminated strings since Emacs and XEmacs fontify strings
15989         differently - this function should now work better in XEmacs.
15991 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
15993         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
15994         `expand-abbrev' workaround which caused braces to misbehave inside
15995         macros.
15997         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
15998         handling.  This bug could cause interactive font locking to bail out.
16000 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16002         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
16003         Handle paren-style types in Pike.  Also fixed some cases of
16004         insufficient handling of unbalanced parens.
16006 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
16008         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
16009         common shell prompts that are not common filename or URL characters.
16010         (ffap-file-at-point): Use the new regexp to strip the prompts from
16011         the file names.  This is an issue mostly for user prompts that
16012         don't have a trailing space and find-file-at-point is invoked from
16013         within a shell inside Emacs.
16015 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
16017         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
16018         stamps numerically, rather than textually.
16020 2003-09-24  Kenichi Handa  <handa@m17n.org>
16022         * language/devan-util.el (devanagari-post-read-conversion):
16023         * language/mlm-util.el (malayalam-post-read-conversion):
16024         * language/tml-util.el (tamil-post-read-conversion):
16025         Add autoload cookie.
16027         * international/utf-8.el (utf-8-post-read-conversion):
16028         Call post-read-conversion functions for Devanagari, Malayalam,
16029         and Tamil.
16031 2003-09-23  Dave Love  <fx@gnu.org>
16033         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
16035 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
16037         * progmodes/gud.el (perldb): Add gud-until to list of commands.
16038         Update gud-remove.
16040 2003-09-22  Richard M. Stallman  <rms@gnu.org>
16042         * progmodes/sh-script.el (sh-mode-default-syntax-table):
16043         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
16044         (sh-mode-syntax-table-input): New variable.
16045         (sh-require-final-newline): Don't use eval.
16046         (sh-builtins, sh-leading-keywords, sh-other-keywords)
16047         (sh-variables, sh-font-lock-keywords): Don't use eval.
16048         (sh-set-shell): When setting require-final-newline,
16049         treat value = `require-final-newline' as don't change it.
16050         Set sh-mode-syntax-table locally based on
16051         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
16053         * progmodes/compile.el (compile-internal):
16054         Call compilation-set-window-height before setting window start.
16056 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
16058         * emacs-lisp/bytecomp.el (byte-compile-log-file):
16059         Clear out byte-compile-last-warned-form.
16061 2003-09-22  Richard M. Stallman  <rms@gnu.org>
16063         * woman.el (woman-file-name, woman-follow-word):
16064         If current-word returns nil, use "".
16066         * simple.el (eval-expression): Bind standard-output in to-buffer case.
16068 2003-09-22  Richard M. Stallman  <rms@gnu.org>
16070         * emacs-lisp/lisp-mnt.el (lm-with-file):
16071         Don't visit the file, just use insert-file-contents in temp buffer.
16073 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
16075         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
16076         Add surrounding \\( and \\) around the header, as in
16077         for lm-history-header 'Change Log\\|History'.
16079 2003-09-22  John Paul Wallington  <jpw@gnu.org>
16081         * progmodes/ld-script.el: Add Commentary section,
16082         minor cleanup of file header.
16083         (ld-script-font-lock-keywords): Doc fix.
16084         (toplevel): Provide `ld-script' feature.
16086 2003-09-21  Kim F. Storm  <storm@cua.dk>
16088         * scroll-bar.el (set-scroll-bar-mode): Initialize to
16089         new built-in variable default-frame-scroll-bars.
16090         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
16091         scroll-bar-mode; notably, use it instead of t when we toggle
16092         scroll-bars on.
16093         (toggle-scroll-bar): Use default-frame-scroll-bars.
16095 2003-09-19  Masatake YAMATO  <jet@gyve.org>
16097         * pcvs.el (cvs-do-removal): Change the prompt depending on
16098         `filter' value.
16100 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
16102         * startup.el (command-line-1): Stop startup-echo-area-message
16103         being hidden by "Loading image..." message.
16104         (use-fancy-splash-screens-p, display-splash-screen):
16105         Move display-graphic-p test from latter to former.
16107         * progmodes/sh-script.el (sh-font-lock-keywords):
16108         Highlight escaped EOLs differently from other backslash constructs.
16110 2003-09-19  Richard M. Stallman  <rms@gnu.org>
16112         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
16113         New functions.
16114         (edebug-enter, edebug-outside-excursion): Use them.
16116         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
16117         Fix the condition for whether to print "In WHERE".
16119 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
16121         * finder.el (finder-mode-hook): New variable.
16122         (finder-mode): Run hook finder-mode-hook
16124 2003-09-18  Masatake YAMATO  <jet@gyve.org>
16126         * progmodes/ebrowse.el: Fix broken magic autoload comments.
16128 2003-09-17  Mario Lang  <mlang@delysid.org>
16130         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
16131         "p %e" to actually print the value in the GUD buffer.
16133 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
16135         From David Ponce <david.ponce@wanadoo.fr>:
16136         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
16137         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
16138         from loaddefs-boot.el if necessary.
16140 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
16142         * progmodes/gud.el (gud-find-class): Make jdb work again since
16143         cc-mode changed the syntactic information.
16145 2003-09-15  David Ponce  <david@dponce.com>
16147         * recentf.el: (recentf-exclude): Accept predicates too.
16148         (recentf-file-readable-p): New function.
16149         (recentf-include-p): Handle predicates in recentf-exclude.
16150         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
16151         (recentf-cleanup): Likewise.
16152         (recentf-save-list): Use write-file to handle backup of
16153         recentf-save-file.
16155 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
16157         * loaddefs-boot.el: Renamed from `loaddefs.el'
16158         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
16159         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
16160         necessary.
16162 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
16164         * electric.el (Electric-pop-up-window): For the `one-window' case,
16165         no longer disconcertingly move point in the original buffer.
16167 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16169         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
16171 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16173         * dired.el (dired-mode-map): Fix typo.
16175 2003-09-11  Richard M. Stallman  <rms@gnu.org>
16177         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
16179 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
16181         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
16182         the function is less noisy.  Now only `kill-buffer' can ask questions.
16184 2003-09-10  Mario Lang  <mlang@delysid.org>
16186         * battery.el: Update Commentary and Copyright.
16187         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
16188         appear due to wrong ordering of the expressions in `or'.
16190 2003-09-09  Lute Kamstra  <lute@gnu.org>
16192         * misc.el (upcase-char): Fix docstring.
16193         (zap-up-to-char): New command.
16195 2003-09-08  David Ponce  <david@dponce.com>
16197         Ensure that recentf correctly updates the menu bar.
16198         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
16199         (recentf-menu-bar): New function.
16200         (recentf-clear-data): Use it
16201         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
16202         of easy-menu-change.
16204 2003-09-08  Lute Kamstra  <lute@gnu.org>
16206         * simple.el (size-indication-mode): New.
16207         * bindings.el (mode-line-position): Add buffer size indicator.
16209 2003-09-04  Mario Lang  <mlang@delysid.org>
16211         * battery.el (battery-linux-proc-acpi): New function.
16212         (battery-status-function): Modify default value calculation to also
16213         check for availability of ACPI.
16214         (battery-echo-area-format): Ditto.
16215         (battery-mode-line-format): Ditto.
16217 2003-09-06  Dave Love  <fx@gnu.org>
16219         * ielm.el (ielm-mode-hook): Add :options.
16221         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
16222         (eldoc-print-current-symbol-info): Use it.
16224 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
16226         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
16227         being displayed in GUD buffer.
16228         (gdb-idle-input-queue): Remove var.  Use just one queue.
16229         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
16230         Remove functions.  Use just one queue.
16231         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
16232         (gdb-invalidate-assembler, gdb-get-current-frame):
16233         Modify functions.  Use just one queue.
16235 2003-09-04  Dave Love  <fx@gnu.org>
16237         * cus-start.el: Add blink-cursor-alist.
16239         * ruler-mode.el (ruler-mode-fill-column-char)
16240         (ruler-mode-current-column-char): Use char-displayable-p,
16241         not window-system.
16243         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
16245         * language/european.el (windows-1252): Move from code-pages.
16247         * language/cyrillic.el ("Windows-1251"): Delete.
16248         ("Bulgarian", "Belarusian"): Remove `features'.
16249         (windows-1251): Move from code-pages.
16251         * international/mule-diag.el (non-iso-charset-alist):
16252         Remove `codepage' stuff.
16253         (print-designation, list-coding-systems-1): Output fixes.
16255         * international/code-pages.el (cp-make-translation-table)
16256         (cp-valid-codes): Made defsubsts.
16257         (cp-fix-safe-chars): Delete.
16258         (mule-diag): Don't require.
16259         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
16260         (top-level): Check for defined coding system when defining
16261         cp... aliases.  Change w32-add-charset-info test to avoid warning.
16262         (non-iso-charset-alist): Defvar when compiling.
16263         (cp-make-coding-system): Doc fix.
16265 2003-09-02  Jason Rumney  <jasonr@gnu.org>
16267         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
16268         line-ends from CVS before doing conversion.
16270 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
16272         * calendar/diary-lib.el (diary-header-line-flag)
16273         (diary-header-line-format): New variables.
16274         (list-diary-entries): Use them to set header line in simple diary.
16276         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
16277         other than font-lock-string-face to highlight backslashes.
16279 2003-09-01  Jason Rumney  <jasonr@gnu.org>
16281         * international/titdic-cnv.el (tit-read-key-value): Include \r in
16282         regexp.
16284 2003-09-01  Dave Love  <fx@gnu.org>
16286         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
16288         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
16289         and :help; also line and column numbers labels.
16291         * international/mule-util.el (char-displayable-p): Move from
16292         latin1-disp, rename and autoload.
16294         * international/latin1-disp.el (latin1-char-displayable-p):
16295         Now obsolete alias.  Replace uses with char-displayable-p.
16296         (latin1-display-ucs-per-lynx): Fix last change.
16298         * international/mule-cmds.el (standard-display-european-internal):
16299         Don't use char code for Latin-1 NBSP.
16300         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
16301         U+2018, U+2019 for `'.
16302         (select-safe-coding-system): Message fix.
16304 2003-09-01  Kenichi Handa  <handa@m17n.org>
16306         * international/fontset.el (setup-default-fontset): For Thai
16307         font, specify "*" family.
16309 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16311         * progmodes/compile.el (previous-error): Accept a prefix
16312         argument, similarly to next-error.
16314 2003-08-31  Masatake YAMATO  <jet@gyve.org>
16316         * pcvs.el (cvs-do-removal): Use = instead of eq to check
16317         the number of files.  Bind the number of files to a local
16318         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
16320 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
16322         * vc-hooks.el (vc-make-version-backup): Fix the change made on
16323         2003-07-26: msdos-long-file-names is a function, not a variable.
16325 2003-08-29  Richard M. Stallman  <rms@gnu.org>
16327         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
16328         Do nothing with mail-personal-alias-file if it is nil.
16330         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
16331         Do nothing if mail-personal-alias-file is nil.
16333         * term.el (term-exec-1): Bind coding-system-for-read.
16335         * dired.el (dired-mouse-find-file-other-window):
16336         Use dired-view-command-alist here, as in dired-view-file.
16337         (dired-view-command-alist): Use %s to substitute file name.
16338         Handle .ps_pages, .eps, .jpg, .gif, .png.
16340 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
16342         * info.el (Info-mode-map): Bind S-tab and <backtab> to
16343         `Info-prev-reference', instead of M-tab.
16345 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
16347         * simple.el (blink-matching-open): Work correctly on chars that
16348         are designated as parens through the syntax-table text property.
16350 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
16352         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
16353         line break position in the middle of a non-kinsoku (e.g. latin)
16354         word, making it skip until either a space or a character with
16355         category "|".
16356         (kinsoku-longer): Test for end of buffer.
16358 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
16360         * mail/rmail.el (rmail-convert-to-babyl-format):
16361         Detect quoted-printable- and base64-encoded messages and decode them
16362         automatically.  Set the message's encoding from the charset=
16363         header, if any.  Decode base64-encoded messages in Mail format as well.
16365 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
16367         * mail/smtpmail.el: Fix previous change.
16368         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
16369         calling smtpmail-via-smtp.
16370         (smtpmail-via-smtp): Add fall-back values for envelope-from.
16372 2003-08-26  John Paul Wallington  <jpw@gnu.org>
16374         * image.el (image-jpeg-p): Don't search beyond length of data.
16376 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
16378         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
16379         misfeature in `expand-abbrev' which caused electric keywords like
16380         "else" to disappear if an open brace was typed directly afterwards.
16382 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
16384         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
16385         mandatory in `define-widget'.
16387         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
16388         Don't align the operators "!=", "<=" and ">=" as assignment operators.
16390         (c-assignment-operators): New language constant that only contains
16391         the assignment operators.
16393         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
16395 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
16397         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
16398         Safeguard against unbalanced sexps.
16400 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
16402         * version.el (emacs-version): Check for gtk.  Include gtk version info.
16404 2003-08-25  John Paul Wallington  <jpw@gnu.org>
16406         * man.el (Man-default-man-entry): Don't whizz past the section
16407         number before looking for it.
16409 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
16411         * progmodes/gud.el (gud-display-line): Don't set window-point if
16412         source buffer is not visible.  (Only happens with M-x gdba.)
16414         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
16415         documentation.
16416         (gdb-source, gdb-source-info): Update to assembler unnecessary
16417         as its done after each GDB command anyway.
16418         (gdb-pre-prompt): Use with-current-buffer.
16419         (gdb-insert-field): Add help-echo text.
16420         (gdb-invalidate-assembler): Re-display of assembler now done in
16421         gdb-info-breakpoints-custom.
16422         (gdb-info-breakpoints-custom): Force re-display of assembler to
16423         happen *after* update of breakpoints buffer.
16424         (gdb-display-source-buffer): Don't choke if gdb-source-window
16425         isn't visible.
16426         (gdb-put-string, gdb-put-arrow): Remove free variables.
16428 2003-08-24  John Paul Wallington  <jpw@gnu.org>
16430         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
16432         * man.el (Man-default-man-entry): Strip text properties when
16433         snarfing parts of entry because `format' preserves properties.
16435 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
16437         * files.el (file-newest-backup): Use `expand-file-name'.
16439         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
16440         Allow the diary to pop up a new frame, if needed.
16442         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
16443         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
16444         (smtpmail-send-it): Make treatment of envelope-from consistent with
16445         sendmail.el.
16447         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
16448         (sh-leading-keywords): Add the bash `time' reserved word.
16449         (sh-variables): Add some bash variables.
16450         (sh-add-completer): Fix nil branch of case statement.
16452 2003-08-24  Masatake YAMATO  <jet@gyve.org>
16454         * progmodes/ld-script.el: New file.
16456 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
16458         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
16460 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
16462         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
16463         Better explain obsolescence, and what to use instead.
16465 2003-08-23  Masatake YAMATO  <jet@gyve.org>
16467         * pcvs.el (cvs-do-removal): Show the deleted file name
16468         on the prompt.
16470 2003-08-20  Dave Love  <fx@gnu.org>
16472         * international/mule.el (make-coding-system)
16473         (set-buffer-file-coding-system): Doc fix.
16475         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
16477         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
16479         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
16481         * international/utf-16.el: Add mime-text-unsuitable coding system
16482         properties.
16484         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
16486         * cus-edit.el: Add some :links.
16487         (bib): Remove.
16489         * textmodes/bib-mode.el (bib): Add :group external.
16491 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
16493         * wid-edit.el (widget-echo-help): Make it handle expressions that
16494         evaluate to strings.
16496 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
16498         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
16500         Simplify selection of SQL products to define highlighting and
16501         interactive mode.  Includes detailed instructions on adding
16502         support for new products.
16504         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
16505         product for use in highlighting and interactive mode.
16506         (sql-interactive-product): New variable.  SQL product for
16507         sql-interactive-mode.
16508         (sql-product-support): New variable.  Specifies product-specific
16509         parameters to drive highlighting and interactive mode.
16510         (sql-imenu-generic-expression): Add more object types.
16511         (sql-sqlite-options): Correct comment.
16512         (sql-ms-program): Use "osql" rather than "isql".
16513         (sql-prompt-regexp, sql-prompt-length): Update comment.
16514         (sql-mode-menu): Add "Start SQLi session" entry.
16515         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
16516         (sql-mode-abbrev-table): Add abbreviations.  Support of
16517         SYSTEM-FLAG on define-abbrev.  Support was removed with last
16518         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
16519         (sql-mode-font-lock-object-name): Add font-lock pattern for object
16520         names.
16521         (sql-mode-ansi-font-lock-keywords): Set as default value.
16522         (sql-mode-oracle-font-lock-keywords): Set as default value.
16523         Support Oracle 9i keywords.
16524         (sql-mode-postgres-font-lock-keywords): Set as default value.
16525         (sql-mode-linter-font-lock-keywords): Set as default value.
16526         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
16527         SQLServer 2000.
16528         (sql-mode-sybase-font-lock-keywords)
16529         (sql-mode-interbase-font-lock-keywords)
16530         (sql-mode-sqlite-font-lock-keywords)
16531         (sql-mode-strong-font-lock-keywords)
16532         (sql-mode-mysql-font-lock-keywords)
16533         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
16534         keywords.
16535         (sql-mode-font-lock-defaults): Update comment.
16536         (sql-product-feature): New function.  Returns feature associated
16537         with a product from `sql-product-support' alist.
16538         (sql-product-font-lock): New function.  Set font-lock support
16539         based on `sql-product'.
16540         (sql-add-product-keywords): New function.  Add font-lock rules to
16541         product-specific keyword variables.
16542         (sql-set-product): New function.  Set `sql-product' and apply
16543         appropriate font-lock highlighting.
16544         (sql-highlight-product): New function.  Set font-lock support
16545         based on a product.  Also set mode name to include product name.
16546         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
16547         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
16548         Use `sql-set-product'.
16549         (sql-highlight-ms-keywords)
16550         (sql-highlight-sybase-keywords)
16551         (sql-highlight-interbase-keywords)
16552         (sql-highlight-strong-keywords)
16553         (sql-highlight-mysql-keywords)
16554         (sql-highlight-sqlite-keywords)
16555         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
16556         (sql-get-login): Prompt in the same order as the tokens.
16557         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
16558         (sql-product-interactive): New function.  Common portions of
16559         product-specific interactive mode wrappers.
16560         (sql-interactive-mode): Rewritten to use product features.
16561         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
16562         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
16563         (sql-db2, sql-linter): Use `sql-product-interactive'.
16564         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
16565         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
16566         (sql-connect-ingres, sql-connect-postgres)
16567         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
16568         New functions.  Format command line parameters and invoke comint on
16569         the appropriate interpreter.  Code was in the corresponding
16570         `sql-xyz' function before.
16571         (sql-connect-ms): New function.  Support -E argument to use
16572         operating system credentials for authentication.
16574 2003-08-18  Kenichi Handa  <handa@m17n.org>
16576         * international/mule.el (encode-char): Fix for the ASCII case.
16578 2003-08-15  Kenichi Handa  <handa@m17n.org>
16580         * international/fontset.el (setup-default-fontset): Change "*" to
16581         nil in the specifications of font family.
16583 2003-08-18  Kim F. Storm  <storm@cua.dk>
16585         * kmacro.el (kmacro-keymap): Group related bindings in
16586         initialization for clarity.  Bind C-s to start macro.
16587         Remove C-r binding.
16588         (kmacro-initial-counter-value): New defvar to hold initial counter
16589         value in case we set the value before defining a macro.
16590         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
16591         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
16592         not defining or executing macro.  Doc fix.
16593         (kmacro-add-counter): Clear kmacro-initial-counter-value.
16594         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
16595         temporarily view older elements on the macro ring without cycling
16596         the ring.
16597         (kmacro-display): Doc fix.
16598         (kmacro-exec-ring-item): New helper function.
16599         (kmacro-call-ring-2nd): Use it.
16600         (kmacro-call-ring-2nd-repeat): Doc fix.
16601         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
16602         (kmacro-end-or-call-macro): Execute last viewed macro (using
16603         kmacro-exec-ring-item) from ring if this follows
16604         kmacro-view-macro.  This allows us to find a macro on the ring
16605         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
16606         the ring to bring it to the head of the ring.
16607         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
16608         Allow binding to reserved keys without specifying C-x C-k prefix.
16609         Ask for confirmation if entered key sequence is already bound to
16610         a non-macro command.
16611         (kmacro-view-macro): Repeating command will show older elements
16612         on the macro ring; C-k will execute the last viewed macro.
16613         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
16614         property from 'ring to 'head.
16616 2003-08-17  Alan Shutko  <ats@acm.org>
16618         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
16619         keeping December out of the alist.
16621 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
16623         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
16624         * calendar/calendar.el (calendar-mode-map): Bind it to key.
16625         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
16626         (calendar-flatten): New function.
16627         (calendar-mouse-view-other-diary-entries)
16628         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
16629         in the menu title and to show multi-line diary entries correctly
16630         in the menu.
16632 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
16634         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
16635         defcustom, because the default was recently changed.
16637 2003-08-16  Richard M. Stallman  <rms@gnu.org>
16639         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
16641         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16642         New subroutine, broken out of eval-last-sexp-1.
16643         (eval-last-sexp-1): Use eval-last-sexp-print-value.
16645         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
16647         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
16649         * simple.el (eval-expression): Use eval-last-sexp-print-value.
16651 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
16653         * progmodes/compile.el (compilation-error-regexp-alist):
16654         Add Java ANt error detection as described in document
16655         http://ant.apache.org/faq.html
16657 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
16659         * simple.el (backward-word, forward-to-indentation)
16660         (backward-to-indentation): Argument changed to optional.
16661         (next-line, previous-line): Use `or' instead of `unless'.
16663 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16665         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
16666         instead of a constant.
16668 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
16670         * shell.el (shell): With prefix-arg, suggest a new buffer name.
16672 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
16674         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
16675         (vc-sccs-workfile-version): Search the entire delta table, rather
16676         than just the first entry, because that might be a deleted version.
16678 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
16680         * menu-bar.el (menu-bar-options-menu): Supply a body for the
16681         [save-place] binding in the Options menu.  Have it require
16682         'saveplace' and then toggle the variable manually, to avoid an an
16683         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
16684         for the bug report.
16686 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
16688         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
16689         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
16690         (gdb-info-threads-custom): Add help-echo text.
16691         (gdb-display-back): Don't use purecopy.
16692         (gdb-info-breakpoints-custom, gdb-reset)
16693         (gdb-assembler-custom): Use display-images-p to test if breakpoint
16694         icons can be displayed.
16696 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
16698         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
16700 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
16702         * bookmark.el (bookmark-completing-read):
16703         Return a string, instead of a list of one string.
16704         Use a popup menu if activated from the mouse.
16705         (bookmark-edit-annotation): Remove unused vars.
16706         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
16707         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
16708         to bookmark-completing-read.
16709         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16710         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
16711         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
16712         and erase-buffer.
16713         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
16714         (bookmark-menu-jump, bookmark-menu-insert)
16715         (bookmark-popup-menu-and-apply-function)
16716         (bookmark-menu-popup-paned-bookmark-menu): Remove.
16717         (bookmark-menu-build-paned-menu): Remove by folding it into
16718         bookmark-menu-popup-paned-menu.
16719         (menu-bar-bookmark-map): Move the define-key statements here.
16720         Use the "non-menu" commands since they now pop up a menu if needed.
16721         (bookmark-exit-hook-internal): Simplify.
16723 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
16725         * reftex-toc.el (reftex-toc-rename-label): New function.
16726         (reftex-toc-check-docstruct): New function.
16728         * reftex.el (reftex-region-active-p): New function.
16730         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
16731         regexp to find the \bibliography macro.
16733         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
16734         which does not exist in LaTeX.
16735         (reftex-cite-format-builtin): Added amsrefs support.
16736         (reftex-toc-confirm-promotion): New option
16738         * reftex-toc.el
16739         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
16740         (reftex-toc-demote, reftex-toc-promote)
16741         (reftex-toc-do-promote, reftex-toc-promote-prepare)
16742         (reftex-toc-promote-action, reftex-toc-extract-section-number)
16743         (reftex-toc-newhead-from-alist)
16744         (reftex-toc-load-all-files-for-promotion): New functions.
16745         (reftex-toc-help): Added description of new keys.
16746         (reftex-toc-split-windows-fraction): New option.
16747         (reftex-recenter-toc-when-idle): Search *toc* window on all
16748         visible frames.
16749         (reftex-toc): Additional parameter REUSE
16750         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
16751         with REUSE argument.
16752         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
16753         the call of `reftex-toc'.
16754         (reftex-make-separate-toc-frame): New function .
16755         (reftex-toc-recenter): When called with triple prefix arg, call
16756         `reftex-make-separate-toc-frame' first.
16757         (reftex-toc-toggle-dedicated-frame): New command.
16758         (reftex-toc-quit): Adapted to delete frame when called in
16759         dedicated frame.
16761         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
16762         all enclosing macros.
16765 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16767         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
16768         first use.
16770 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16772         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
16774 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16776         * calendar/calendar.el (list-diary-entries-hook)
16777         (diary-display-hook, nongregorian-diary-listing-hook)
16778         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
16779         Add some customize options for these hooks.
16780         (calendar-abbrev-construct): Don't try to take a substring longer
16781         than the original string.
16783 2003-08-05  Richard M. Stallman  <rms@gnu.org>
16785         * emacs-lisp/testcover.el (noreturn): Report error if does return.
16786         (testcover-reinstrument-clauses): Doc fix.
16788         * emacs-lisp/warnings.el: Doc fixes, args renamed.
16789         (warning-type-format): Rename from warning-group-format.
16791         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
16792         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
16793         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
16794         to prevent warnings about defvar for an obsolete variable.
16796         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
16797         warning-group-format renamed to warning-type-format.
16799         * subr.el (read-passwd): Use clear-string instead of fillarray.
16801         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
16802         Use vconcat instead of concat.
16803         (edmacro-sanitize-for-string): New function.
16805 2003-08-05  Dave Love  <fx@gnu.org>
16807         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
16808         line-number-display-limit-width.
16810         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
16812 2003-08-05  Kenichi Handa  <handa@m17n.org>
16814         * international/code-pages.el: Don't require mule-diag.
16816         * international/mule-diag.el (non-iso-charset-alist):
16817         Add autoload cookie.
16819         * language/devan-util.el (dev-glyph-order): Add an entry for the
16820         glyph code #xC4.
16822 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16824         * calendar/calendar.el (diary-file, diary-file-name-prefix)
16825         (european-calendar-style, diary-date-forms)
16826         (calendar-day-name-array, calendar-month-name-array): Doc change.
16827         (generate-calendar-month): Adapt for new behaviour of
16828         `calendar-day-name' function.
16829         (calendar-abbrev-length, calendar-day-abbrev-array)
16830         (calendar-month-abbrev-array): New variables.
16831         (calendar-abbrev-construct): New function.
16832         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
16833         rather than fixing abbrevs at some width.  Calling syntax change.
16834         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
16835         (calendar-date-string): Adapt for new behaviours of
16836         `calendar-day-name' and `calendar-month-name' functions.
16838         * calendar/diary-lib.el (list-diary-entries): Adapt for new
16839         behaviour of `calendar-day-name' and `calendar-month-name' functions.
16840         (diary-name-pattern): Use abbrev arrays, rather than fixing
16841         abbrevs at three chars.  Calling syntax change.
16842         (mark-diary-entries): Adapt for new behaviours of
16843         `diary-name-pattern' and `calendar-make-alist' functions.
16844         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
16845         `diary-name-pattern' function.
16846         (font-lock-diary-date-forms): Use abbrev arrays, rather than
16847         fixing abbrevs at three chars.  Calling syntax change.
16848         (cal-hebrew, cal-islam): Require when compiling.
16849         (diary-font-lock-keywords): Adapt for new behaviour of
16850         `font-lock-diary-date-forms' function.
16852         * calendar/cal-hebrew.el: Reposition some code so defined before used.
16853         (calendar-hebrew-month-name-array-common-year)
16854         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
16855         (list-hebrew-diary-entries): Adapt for new behaviours of
16856         `calendar-day-name' and `add-to-diary-list' functions.
16857         (mark-hebrew-diary-entries): Adapt for new behaviours of
16858         `diary-name-pattern' and `calendar-make-alist' functions.
16860         * calendar/cal-islam.el (calendar-islamic-month-name-array):
16861         Add doc string.
16862         (list-islamic-diary-entries): Adapt for new behaviours of
16863         `calendar-day-name' and `add-to-diary-list' functions.
16864         (mark-islamic-diary-entries): Adapt for new behaviours of
16865         `diary-name-pattern' and `calendar-make-alist' functions.
16867         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
16868         `calendar-month-name' function.
16870         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
16872         * calendar/solar.el (solar-seasons-data): Move definition before use.
16874         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
16875         (cal-tex-LaTeX-hourbox): Move definition before use.
16877         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
16878         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
16879         lunar.el, solar.el
16880         (displayed-month, displayed-year): Define for compiler.
16882 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16884         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
16885         MODE.  Renamed from c-init-c-language-vars'.
16886         (c-initialize-cc-mode): Change accordingly.
16887         (c-common-init): Ditto.
16888         (c-mode): Ditto.
16889         (c++-mode): Use `c-init-language-vars-for'.
16890         (objc-mode): Ditto.
16891         (java-mode): Ditto.
16892         (idl-mode): Ditto.
16893         (pike-mode): Ditto.
16894         (awk-mode): Ditto.
16896 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
16898         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
16899         or not the point moved.
16901         (c-search-decl-header-end): Don't trip up on operator identifiers
16902         in C++ and operators like == in all languages.
16904         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16905         Detect leading labels correctly.
16907 2003-08-02  Andreas Schwab  <schwab@suse.de>
16909         * textmodes/ispell.el: Don't redo key bindings on loading, put
16910         them only in loaddefs.el.
16911         * bookmark.el: Likewise.
16912         * dabbrev.el: Likewise.
16913         * emerge.el: Likewise.
16915         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
16916         has more than one member.
16918         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
16920 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16922         * lpr.el (printify-region): It was ending conversion before the
16923         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
16925 2003-07-31  John Paul Wallington  <jpw@gnu.org>
16927         * net/browse-url.el (browse-url-epiphany): Doc fix.
16929 2003-07-30  Kenichi Handa  <handa@m17n.org>
16931         * international/fontset.el (setup-default-fontset):
16932         Change registry names of Akurti fonts.
16934 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16936         * comint.el (comint-read-noecho): Use `clear-string' instead of
16937         `fillarray'.
16939 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
16941         * outline.el (outline-mode-hook): Add defvar.
16943 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
16945         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
16946         Restore assembler in source window if that is what has been selected.
16947         (menu): Add gdb-restore-windows to menu.  Make gdba
16948         specific menus only visible from gdba.
16950 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16952         * progmodes/compile.el (compilation-environment): New user variable.
16953         (compile-internal): Respect it.
16955 2003-07-23  Masatake YAMATO  <jet@gyve.org>
16957         * progmodes/gud.el (gdb-script-font-lock-keywords):
16958         Put `font-lock-function-name-face' on a symbol which includes
16959         `-' like `hook-run'.  Put font-lock-variable-name-face
16960         on a symbol starting with $.
16962 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
16964         * files.el (set-visited-file-name): Use truename for buffer-file-name.
16966 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16968         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
16970 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
16972         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
16973         Use with-no-warnings.
16974         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
16975         rather than to find-file-not-found-hook, which doesn't exist.
16977 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
16979         * international/quail.el (quail-translate-key): Fix previous change.
16981 2003-07-25  John Paul Wallington  <jpw@gnu.org>
16983         * server.el (server-start): Check `server-process' is non-nil
16984         before killing it to avoid killing current buffer's process.
16986         * simple.el (choose-completion-string): Use `minibufferp';
16987         test `completion-reference-buffer' if `buffer' arg is nil.
16988         (push-mark): Use `when' and `unless'.
16989         (pop-mark): Use `when'.
16991         * mouse-sel.el (mouse-sel-get-selection-function):
16992         Check `x-last-selected-text-primary'.  Don't barf if it or
16993         `x-last-selected-text' aren't bound.
16995 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16997         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
16999 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
17001         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
17003 2003-07-23  John Paul Wallington  <jpw@gnu.org>
17005         * tooltip.el (defface tooltip): Inherit from variable-pitch.
17007 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
17009         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
17010         string.  Defvar the derived hook.
17012         * macros.el (insert-kbd-macro): Escape double quote character.
17013         From Thomas W Murphy <twm@andrew.cmu.edu>.
17015 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
17017         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
17018         to match the specific mark rather than reusing comment-start-skip.
17020 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
17022         * progmodes/hideshow.el (hs-special-modes-alist):
17023         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
17025 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
17027         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
17028         value using ?\s.
17030 2003-07-21  John Paul Wallington  <jpw@gnu.org>
17032         * subr.el (with-selected-window): Add closing paren.
17034 2003-07-21  Richard M. Stallman  <rms@gnu.org>
17036         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
17037         (lisp-mode): Likewise.
17039         * subr.el (with-selected-window): Copy code form save-selected-window
17040         so as to call select-window with norecord arg.
17041         (dynamic-completion-table): Doc fix.
17042         (lazy-completion-table): Doc fix.
17044         * international/mule-cmds.el (set-locale-environment):
17045         langinfo renamed to locale-info.
17047         * international/mule.el (auto-coding-functions): Doc fix.
17049 2003-07-21  Kenichi Handa  <handa@m17n.org>
17051         * international/quail.el (quail-translate-key):
17052         Update quail-current-str correctly.
17054 2003-07-21  Andreas Schwab  <schwab@suse.de>
17056         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
17057         ?, to "_".
17059 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
17060         Version 2.0.36 of Tramp released.
17062         * net/tramp.el (tramp-default-password-end-of-line): Rename from
17063         tramp-password-end-of-line.
17064         (tramp-password-end-of-line): New method parameter.
17065         (tramp-get-password-end-of-line): Function to access method
17066         parameter `tramp-password-end-of-line', or variable
17067         `tramp-default-password-end-of-line' (default value).
17068         (tramp-methods): Add entries for new parameter
17069         tramp-password-end-of-line.
17070         (tramp-enter-password): Use new function
17071         `tramp-get-password-end-of-line'.
17072         (tramp-handle-insert-file-contents): Do not
17073         unconditionally inhibit the file operation file-local-copy, only
17074         do that when the inhibit-file-name-operation is currently
17075         insert-file-contents.  This fixes finding remote CVS-controlled
17076         files.  (It would barf on inserting the CVS/Entries file
17077         literally, because the file-local-copy handler wasn't called.)
17078         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
17079         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
17080         (tramp-initial-commands): New variable.
17081         (tramp-process-initial-commands): New function, using the variable.
17082         (tramp-open-connection-setup-interactive-shell): Call the new function.
17083         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
17084         method into the buffer name, never use nil.  Reported by Hanak
17085         David <dhanak@inf.bme.hu>.
17086         (tramp-open-connection-setup-interactive-shell): Erase buffer
17087         before sending "stty -onlcr".
17089         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
17091 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
17093         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
17095 2003-07-19  John Paul Wallington  <jpw@gnu.org>
17097         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
17098         (artist-draw-rect, artist-draw-square): Doc fixes.
17100         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
17102         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
17104 2003-07-19  Kenichi Handa  <handa@m17n.org>
17106         * international/kkc.el (kkc-show-conversion-list-update):
17107         Highlight the correct candidate in the message.
17109 2003-07-18  John Paul Wallington  <jpw@gnu.org>
17111         * simple.el (current-word): Don't include punctuation char when
17112         `really-word' arg is non-nil.
17114 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
17116         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
17117         moved to the directory obsolete.
17119 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
17121         * info.el (Info-menu-entry-name-re): Allow newlines in
17122         menu entry names.
17124         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
17125         syntax-ppss-after-change-function.
17126         (syntax-ppss-after-change-function): New alias.  Update uses.
17127         (syntax-ppss): Catch the case where the buffer is narrowed.
17129 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
17131         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
17132         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
17134 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
17136         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
17137         since it might be modified.
17139         * progmodes/cc-langs.el (c++-make-template-syntax-table)
17140         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
17141         names to these language constants.
17143 2003-07-15  Kim F. Storm  <storm@cua.dk>
17145         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
17146         All uses changed.
17148 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
17150         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
17151         Namespace support.
17153 2003-07-13  Juanma Barranquero  <lektu@terra.es>
17155         * frame.el (modify-all-frames-parameters): Reinstall (copyright
17156         papers received).
17158 2003-07-13  Karl Eichwalder  <ke@suse.de>
17160         * textmodes/po.el (po-find-charset): White space at the start of the
17161         Content-Type field body is non-mandatory.
17163 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
17165         * textmodes/texinfo.el (texinfo-section-list):
17166         Append appendixsection; a synonym for appendixsec.
17168 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
17170         * man.el (Man-translate-cleanup): New.
17171         (Man-translate-references): Call `Man-translate-cleanup' to clean
17172         leading, trailing and middle spaces.
17174 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
17176         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
17177         Handle `dired-directory' being a list.
17179 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17181         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
17182         it doesn't exist.
17184 2003-07-12  Richard M. Stallman  <rms@gnu.org>
17186         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
17188         * progmodes/cc-defs.el (c-make-keywords-re):
17189         Don't use delete-duplicates.
17190         (c-lang-const): Don't use mapcan.
17192         * apropos.el (apropos-show-scores): Make it customizable.
17193         Document new meaning.
17194         (apropos): Compute scores from symbols.
17195         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
17197 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17199         * ps-bdf.el: Fix copyright line.
17200         (bdf-directory-list): Fix initialization code.
17202 2003-07-11  John Paul Wallington  <jpw@gnu.org>
17204         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
17205         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
17206         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
17208 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
17210         * emacs-lisp/ring.el (ring-elements): Doc fix.
17212 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17214         * calendar/timeclock.el (timeclock-relative)
17215         (timeclock-ask-before-exiting, timeclock-use-display-time):
17216         Doc changes.
17217         (timeclock-modeline-display): Give a message if
17218         `timeclock-use-display-time' is non-nil but `display-time-mode'
17219         is not active.
17221 2003-07-11  Kenichi Handa  <handa@m17n.org>
17223         * international/mule-cmds.el (set-language-environment):
17224         Set current-language-environment to the correct string.
17226 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17228         * ps-print.el: Print line number correctly in a region.  Reported by
17229         Tim Allen <timallen@ls83.fsnet.co.uk>.
17230         (ps-print-version): New version number (6.6.2).
17231         (ps-printing-region): Code fix.
17233 2003-07-10  John Paul Wallington  <jpw@gnu.org>
17235         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
17236         this function can be called from `add-completions-from-tags-table'.
17238 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
17240         * calendar/timeclock.el (timeclock-use-display-time)
17241         (timeclock-day-over-hook, timeclock-workday-remaining)
17242         (timeclock-status-string, timeclock-when-to-leave)
17243         (timeclock-when-to-leave-string, timeclock-log-data)
17244         (timeclock-find-discrep, timeclock-day-base)
17245         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
17246         (timeclock-modeline-display): Set the variable
17247         `timeclock-modeline-display'.
17248         (timeclock-update-modeline): Doc fix.  Respect value of
17249         `timeclock-relative'.
17251 2003-07-09  Richard M. Stallman  <rms@gnu.org>
17253         * textmodes/reftex-parse.el (reftex-all-document-files):
17254         Add autoload cookie.
17256         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
17257         (reftex-scanning-info-available-p): Add autoload cookie.
17259         * international/mule-cmds.el
17260         (set-display-table-and-terminal-coding-system): Delete duplicate
17261         aset on standard-display-table.
17263         * view.el (view-file): If existing buffer's major mode is special,
17264         don't go into view mode.
17266         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
17268 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17270         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
17271         buffer changes; there's third party code that calls this function
17272         directly.
17274 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17276         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
17277         (autodoc-font-lock-keywords): Don't byte compile on font lock
17278         initialization when running from byte compiled files.
17280 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17282         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
17283         statement ends with auto-increment "++".
17285 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17287         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
17288         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
17289         these are changed, so declare them as variables and not constants.
17291 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
17293         * subr.el (dolist, dotimes): Doc fix.
17295 2003-07-08  Kim F. Storm  <storm@cua.dk>
17297         * international/mule-cmds.el
17298         (set-display-table-and-terminal-coding-system): Don't break
17299         bootstrap if standard-display-table isn't setup yet.
17301 2003-07-07  Richard M. Stallman  <rms@gnu.org>
17303         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
17304         Give it a doc string, and autoload it.
17306         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
17307         Use with-no-warnings.
17309         * info.el (Info-search): If find invisible text, search again.
17311         * isearch.el (search-whitespace-regexp): Add a shy group around it.
17313         * man.el (Man-name-regexp): Match + as part of name.
17315         * simple.el (visible-mode): Rename from vis-mode.
17316         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
17318         * simple.el (current-word): New arg REALLY-WORD specifies
17319         don't include punctuation chars.
17321         * emacs-lisp/debug.el (debug, debugger-env-macro):
17322         Use with-no-warnings while accessing and binding unread-command-char.
17324         * international/mule-cmds.el
17325         (set-display-table-and-terminal-coding-system): Use explicit loop
17326         instead of calling standard-display-default.
17328         * net/ange-ftp.el (ange-ftp-file-symlink-p):
17329         Use condition-case to catch error in ange-ftp-get-files.
17331         * net/browse-url.el (browse-url-browser-function):
17332         Add alternative for Epiphany.
17333         (browse-url-epiphany-program, browse-url-epiphany-arguments)
17334         (browse-url-epiphany-startup-arguments)
17335         (browse-url-epiphany-new-window-is-tab): New variables.
17336         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
17338         * progmodes/compile.el (compile-auto-highlight): Default now t.
17339         (compile): Doc fix.
17340         (compilation-next-error): Fix previous change.
17342         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
17344         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
17346 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
17348         * gdb-ui.el (gdb-source-info): Display current frame when
17349         attaching to an existing process.
17350         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
17351         while laying out windows when attaching to an existing process.
17353 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
17355         * info.el (Info-menu): Use Info-menu-entry-name-re.
17357 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
17359         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
17360         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
17362         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
17363         to match the same text.
17365 2003-07-06  John Paul Wallington  <jpw@gnu.org>
17367         * vc.el (vc-annotate-offset): Move defvar up.
17369 2003-07-06  Kim F. Storm  <storm@cua.dk>
17371         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
17372         This should fix the infinite loop when extracting menu names.
17374 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
17376         * files.el (auto-mode-alist, interpreter-mode-alist):
17377         Remove entries to CC Mode modes to avoid duplicates; they are now added
17378         with autoload directives in cc-mode.el.
17380 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
17382         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
17383         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
17384         these are changed, so declare them as variables and not constants.
17386         * progmodes/cc-mode.el: Fix some autoload problems: Try to
17387         ensure that the entry for ".c" extension comes before the one for
17388         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
17389         Fix incorrect entries that were added to `interpreter-mode-alist'.
17390         Move the autoload directives for AWK to the top level since they
17391         aren't recognized anywhere else.  Do not use the new AWK mode doc
17392         in the autoload form for the old AWK mode.
17394 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17396         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
17397         (bibtex-sort-ignore-string-entries): Default value t.
17398         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
17399         erroneously in previous version.
17400         (bibtex-string-files): Docstring reflects new parsing scheme.
17401         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
17402         docstring, add # as one of the chars to crush
17403         (bibtex-autokey-prefix-string, bibtex-autokey-names)
17404         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
17405         (bibtex-autokey-name-change-strings)
17406         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
17407         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
17408         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
17409         (bibtex-autokey-title-terminators)
17410         (bibtex-autokey-titlewords-stretch)
17411         (bibtex-autokey-titleword-ignore)
17412         (bibtex-autokey-titleword-case-convert)
17413         (bibtex-autokey-titleword-abbrevs)
17414         (bibtex-autokey-titleword-abbrevs)
17415         (bibtex-autokey-titleword-change-strings)
17416         (bibtex-autokey-titleword-length)
17417         (bibtex-autokey-titleword-separator)
17418         (bibtex-autokey-name-year-separator)
17419         (bibtex-autokey-year-title-separator)
17420         (bibtex-autokey-before-presentation-function)
17421         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
17422         Fix docstring.
17423         (bibtex-strings, bibtex-reference-keys):
17424         Use lazy-completion-table and make-variable-buffer-local.
17425         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
17426         (bibtex-braced-string-syntax-table)
17427         (bibtex-quoted-string-syntax-table): New variables.
17428         (bibtex-parse-nested-braces): Remove.
17429         (bibtex-parse-field-string): Use syntax table and forward-sexp.
17430         (bibtex-parse-association): Simplify.
17431         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
17432         (bibtex-parse-field-text): Simplify.
17433         (bibtex-search-forward-field, bibtex-search-backward-field):
17434         argument BOUND can take value t.
17435         (bibtex-start-of-field, bibtex-start-of-name-in-field)
17436         (bibtex-end-of-name-in-field, bibtex-end-of-field)
17437         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17438         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
17439         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
17440         (bibtex-skip-to-valid-entry): Return buffer position of beginning
17441         and ending of entry.  Update for changes of bibtex-search-entry.
17442         Simplify.
17443         (bibtex-map-entries): FUN is called with three arguments.
17444         (bibtex-search-entry): Return a cons pair with buffer positions of
17445         beginning and end of entry.
17446         (bibtex-enclosing-field): Simplify.
17447         (bibtex-format-entry): Use booktitle to set a missing title.
17448         (bibtex-autokey-get-names): Fiddle with regexps.
17449         (bibtex-generate-autokey): Use identity.
17450         (bibtex-parse-keys): Use simplified parsing algorithm if
17451         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
17452         arguments.  Return alist of keys.
17453         (bibtex-parse-strings): Simplify.  Return alist of strings.
17454         (bibtex-complete-string-cleanup): Fix docstring.
17455         (bibtex-read-key): New function.
17456         (bibtex-mode): Fix docstring.  Do not parse for keys and
17457         strings when the mode is entered.  Set fill-paragraph-function to
17458         bibtex-fill-field.  Setup font-lock-mark-block-function the way
17459         font-lock intended.
17460         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
17461         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
17462         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
17463         (bibtex-Preamble): Avoid hard coded constants.
17464         (bibtex-make-field): Fix docstring.  Simplify.
17465         (bibtex-beginning-of-entry): Always return new position of point.
17466         (bibtex-end-of-entry): Rearrange cond clauses.
17467         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
17468         Update for changes of bibtex-map-entries.
17469         (bibtex-ispell-abstract): Do not move point.
17470         (bibtex-entry-index): Use downcase.  Simplify.
17471         (bibtex-lessp): Handle catch-all.
17472         (bibtex-find-crossref): Turn into a command.
17473         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
17474         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
17475         preamble entries.
17476         (bibtex-fill-field-bounds): New function.
17477         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
17478         (bibtex-fill-entry): Use bibtex-fill-field-bounds
17479         (bibtex-String): Use bibtex-strings.  Always obey
17480         bibtex-sort-ignore-string-entries.
17482 2003-07-05  John Paul Wallington  <jpw@gnu.org>
17484         * cus-theme.el (customize-create-theme):
17485         Call `customize-create-theme' in Reset widget's notify function.
17487         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
17488         (ibuffer-mark-interactive): Use `or' instead of `unless'.
17489         (define-ibuffer-column name): Add summarizer.
17490         (define-ibuffer-column size): Likewise.
17491         (define-ibuffer-column filename): Likewise.
17492         (define-ibuffer-column process): Likewise.  Change BODY's output too.
17493         (define-ibuffer-column filename-and-process): Likewise, likewise.
17494         (ibuffer): Remove local vars `already-in' and `need-update'.
17496         * ibuf-ext.el: Don't require `derived' at compile-time.
17498 2003-07-05  Kim F. Storm  <storm@cua.dk>
17500         * info.el: Disable paragraph refilling.
17501         (Info-refill-paragraphs): New defcustom.
17502         (Info-fontify-node): Use it.
17504 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
17506         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
17507         thingies from constructors created by defstruct.
17509         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
17510         the default value of the variable.
17511         (byte-code-meter): Move declaration to top level.
17513         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
17515         * info.el (Info-following-node-name-re): New fun.
17516         (Info-following-node-name): Remove.
17517         (Info-insert-dir): Use the new fun.
17518         (Info-extract-pointer): Don't save restriction; use new fun.
17519         (Info-menu-entry-name-re): New const.
17520         (Info-menu-entry-name-re): Use it along with new fun.
17521         (Info-node-spec-re): Use new fun.
17522         (Info-complete-menu-item, Info-fontify-node): Use new const.
17523         (Info-goto-node, Info-follow-reference, Info-menu-update):
17524         Use match-string.
17525         (Info-follow-reference): Use assoc-string.
17526         Use a list of strings for the completion table.
17527         (Info-fontify-node): Use match-string, line-end-position.
17528         Limit the search for `node:' to the first line.
17530         * newcomment.el (uncomment-region): Remove padding coming from
17531         comment-start rather than just from comment-padding.
17533         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
17534         (vc-cvs-stay-local-p): Use vc-stay-local-p.
17535         (vc-cvs-rename-file): Remove (use the default).
17536         (vc-cvs-register): Register parent dir if needed.
17537         (vc-cvs-could-register): Return non-nil if parent can be registered.
17538         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
17539         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
17541         * vc-svn.el (vc-svn-use-edit): Make it into a const.
17542         (vc-svn-update): Fix the arguments to `svn'.
17543         (vc-svn-diff-tree): Just use `vc-svn-diff'.
17544         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
17545         Simple implementations, assuming `name' is a URL.
17547         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
17548         set of chars allowed unquoted in a case pattern.
17550         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
17552         * font-lock.el (font-lock-extra-types-widget)
17553         (c-font-lock-extra-types, c++-font-lock-extra-types)
17554         (objc-font-lock-extra-types, java-font-lock-extra-types)
17555         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
17556         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
17557         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
17558         (font-lock-match-c++-structor-declaration)
17559         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
17560         (c++-font-lock-keywords-3, c++-font-lock-keywords)
17561         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
17562         (objc-font-lock-keywords-3, objc-font-lock-keywords)
17563         (java-font-lock-keywords-1, java-font-lock-keywords-2)
17564         (java-font-lock-keywords-3, java-font-lock-keywords)
17565         (java-font-lock-syntactic-face-function): Remove obsolete code
17566         and constants.  It's all in cc-fonts.el now.
17568 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
17570         * mail/sendmail.el (mail-specify-envelope-from)
17571         (mail-envelope-from): Doc fix.
17573 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
17575         * generic-x.el: Do away with the dependency on `c-emacs-features'
17576         when populating `rul-generic-mode-syntax-table'; we already know
17577         this isn't XEmacs.
17579 See ChangeLog.10 for earlier changes.
17581 ;; Local Variables:
17582 ;; coding: iso-2022-7bit
17583 ;; End:
17585     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
17586   Copying and distribution of this file, with or without modification,
17587   are permitted provided the copyright notice and this notice are preserved.
17589 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1